@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap");

:root {
  --billy-blue: #0f4a8c;
  --billy-blue-dark: #0b355f;
  --billy-blue-mid: #1d5ea6;
  --billy-blue-soft: #dcecfb;
  --billy-green: #009b3e;
  --billy-green-soft: #dff5e8;
  --billy-ink: #102033;
  --billy-ink-soft: #536273;
  --billy-surface: #ffffff;
  --billy-surface-alt: #f4f7fb;
  --billy-line: #d8e4ef;
  --billy-shadow: 0 24px 64px rgba(16, 32, 51, 0.12);
  --billy-brand-gradient: linear-gradient(180deg, var(--billy-blue-dark) 0%, var(--billy-blue) 100%);
  --font-inter: "IBM Plex Sans", sans-serif;
  --font-playfair-display: "Sora", sans-serif;
  --color-blue-300: #81b0e6;
  --color-blue-500: #1d5ea6;
  --color-blue-600: #0f4a8c;
  --color-blue-700: #0b355f;
  --color-emerald-500: #009b3e;
  --color-slate-900: #102033;
}

body.billy-body {
  background:
    radial-gradient(circle at top left, rgba(15, 74, 140, 0.12), transparent 30%),
    linear-gradient(180deg, #f7fbff 0%, #f4f7fb 48%, #ffffff 100%);
  color: var(--billy-ink);
}

.billy-shell {
  position: relative;
}

.billy-header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 40;
  background: transparent;
}

.billy-nav a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
}

.billy-nav a:hover,
.billy-nav a:focus-visible {
  color: #ffffff;
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.brand-wordmark {
  font-family: "Sora", sans-serif;
  font-size: 2.08rem;
  font-weight: 800;
  line-height: 1;
  color: var(--billy-green);
  letter-spacing: -0.04em;
}

.header-link {
  color: rgba(255, 255, 255, 0.72);
  white-space: nowrap;
}

.header-link:hover,
.header-link:focus-visible {
  color: #ffffff;
}

.header-link-accent {
  color: #8bb7e8;
  white-space: nowrap;
}

.header-link-accent:hover,
.header-link-accent:focus-visible {
  color: #ffffff;
}

.header-link-accent:hover span {
  color: #ffffff;
}

.billy-hero {
  position: relative;
  overflow: hidden;
}

.billy-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(15, 74, 140, 0.98) 0%, rgba(29, 94, 166, 0.96) 55%, rgba(15, 74, 140, 0.94) 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6rem), 0 100%);
}

.billy-hero::after {
  content: "";
  position: absolute;
  top: 7rem;
  right: -6rem;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 155, 62, 0.34), transparent 68%);
  pointer-events: none;
}

.billy-hero-home::before {
  background:
    linear-gradient(90deg, rgba(11, 53, 95, 0.97) 0%, rgba(11, 53, 95, 0.9) 34%, rgba(11, 53, 95, 0.72) 56%, rgba(11, 53, 95, 0.78) 100%),
    url("./assets/hero-billy-bg-v2.png");
  background-size: cover;
  background-position: center right;
}

.billy-hero-home::after {
  top: 7rem;
  right: 8%;
  width: 24rem;
  height: 24rem;
  background:
    radial-gradient(circle, rgba(0, 155, 62, 0.2), transparent 62%);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.hero-kicker::before {
  content: "";
  width: 2.2rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.44);
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 3rem;
  align-items: center;
  min-height: 42rem;
  padding: 8.8rem 0 5rem;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  max-width: 12ch;
  color: #fff;
  margin-bottom: 1.25rem;
  font-size: clamp(2.7rem, 5vw, 4.35rem);
  line-height: 1.04;
}

.hero-copy p {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.14rem;
}

.hero-grid-home {
  grid-template-columns: minmax(0, 1fr);
  min-height: 44rem;
}

.hero-home-shell {
  width: min(100%, 96rem);
  margin: 0 auto;
  padding-inline: clamp(1rem, 2.6vw, 2rem);
  max-width: none;
}

.hero-grid-home .hero-copy {
  width: 100%;
  max-width: none;
}

.hero-grid-home .hero-copy h1 {
  max-width: none;
  width: 100%;
  font-size: clamp(2.8rem, 4.2vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.hero-grid-home .hero-copy p {
  width: min(100%, 76rem);
  max-width: none;
}

.hero-grid-home .hero-inline-list,
.hero-grid-home .hero-actions {
  width: min(100%, 76rem);
  max-width: none;
}

.hero-inline-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
}

.hero-inline-list span {
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
}

.hero-actions {
  margin-top: 2rem;
}

.hero-btn-primary {
  background: #ffffff;
  color: var(--billy-blue-dark);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(6, 18, 34, 0.2);
}

.hero-btn-primary:hover {
  background: #f2f7fc;
}

.hero-btn-primary.group:hover {
  transform: translateY(-2px);
}

.hero-btn-primary .text-blue-300 {
  color: var(--billy-blue);
}

.hero-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #ffffff;
  box-shadow: none;
}

.hero-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.hero-visual {
  position: relative;
  z-index: 1;
  align-self: start;
  padding-top: 0.5rem;
}

.placeholder-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  padding: 1.25rem;
  box-shadow: var(--billy-shadow);
  margin-top: -1rem;
  overflow: hidden;
}

.placeholder-card::before {
  content: "";
  position: absolute;
  inset: 1rem -1rem -1rem 1rem;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.placeholder-media {
  position: relative;
  overflow: hidden;
}

.placeholder-card img {
  width: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.16);
  aspect-ratio: 4 / 3;
}

.placeholder-card--guide-security img {
  object-position: 50% 42%;
  filter: saturate(0.95) contrast(1.02);
}

.placeholder-card--guide-security .placeholder-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 16, 29, 0.04) 0%, rgba(7, 16, 29, 0.05) 42%, rgba(7, 16, 29, 0.22) 100%);
  pointer-events: none;
}

.placeholder-badge {
  position: absolute;
  top: 2rem;
  left: 2rem;
  padding: 0.45rem 0.8rem;
  background: rgba(16, 32, 51, 0.88);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}

.placeholder-caption {
  margin-top: 1rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}

.hero-image-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  padding: 1rem;
  box-shadow: var(--billy-shadow);
  margin-top: -0.5rem;
}

.hero-image-card::before {
  content: "";
  position: absolute;
  inset: 1rem -1rem -1rem 1rem;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-image-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.96);
}

.billy-section {
  padding: 4.5rem 0;
}

.hero-highlights {
  padding-top: 2.25rem;
}

.about-highlights {
  padding-top: 2rem;
}

.about-page-hero {
  position: relative;
}

.about-page-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  margin-bottom: 12rem;
}

.about-page-hero-overlay {
  width: 100%;
  height: 100%;
  min-height: 30rem;
  background: linear-gradient(180deg, var(--billy-blue-dark) 0%, var(--billy-blue) 100%);
}

.about-page-hero-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.12;
  mix-blend-mode: screen;
}

.about-page-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 8.5rem;
}

.about-page-title-block {
  max-width: 48rem;
  margin: 0 auto;
  padding-bottom: 4rem;
  text-align: center;
}

.about-page-kicker {
  justify-content: center;
}

.about-page-hero .h1 {
  max-width: 15ch;
  margin: 0 auto 1.25rem;
  color: #fff;
}

.about-page-hero-copy {
  max-width: 42rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.about-page-hero-media {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.about-page-hero-media img {
  width: 100%;
  max-width: 64rem;
  border: 1px solid rgba(15, 74, 140, 0.12);
  box-shadow: 0 24px 60px rgba(16, 32, 51, 0.14);
}

.about-page-stats-wrap {
  position: relative;
  z-index: 2;
  margin-top: -2.6rem;
}

.about-page-stats {
  max-width: 48rem;
  margin: 0 auto;
  background: linear-gradient(180deg, var(--billy-blue) 0%, var(--billy-blue-mid) 100%);
  box-shadow: 0 22px 52px rgba(15, 74, 140, 0.22);
}

.about-page-stats ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-page-stats li {
  position: relative;
  width: 33.333%;
  padding: 1.2rem 0.65rem;
  text-align: center;
}

.about-page-stats li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 4rem;
  background: rgba(129, 176, 230, 0.42);
  transform: translateY(-50%);
}

.about-page-stats li:last-child::after {
  display: none;
}

.about-page-stat-value {
  margin-bottom: 0.45rem;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
  line-height: 1;
}

.about-page-stat-label {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.88rem;
  font-weight: 600;
}

.about-page-stats-note {
  max-width: 48rem;
  margin: 0.9rem auto 0;
  padding: 0 0.35rem;
  color: rgba(16, 32, 51, 0.68);
  font-size: 0.82rem;
  font-weight: 600;
  text-align: right;
}

.about-page-story {
  padding: 4.5rem 0 4.75rem;
}

.about-page-story-inner {
  padding-top: 1rem;
}

.about-page-story-copy {
  max-width: 48rem;
  margin: 0 auto;
  color: var(--billy-ink-soft);
  font-size: 1.08rem;
  text-align: justify;
}

.feature-stat-grid {
  display: grid;
  gap: 1.5rem;
}

.feature-stat-card {
  position: relative;
  border: 1px solid var(--billy-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(247, 251, 255, 0.92));
  padding: 1.65rem;
  box-shadow: 0 18px 46px rgba(16, 32, 51, 0.08);
  backdrop-filter: blur(12px);
}

.feature-stat-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(15, 74, 140, 0.12), rgba(15, 74, 140, 0.04));
  margin-bottom: 1rem;
}

.feature-stat-icon span {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--billy-blue), var(--billy-green));
}

.feature-stat-value {
  margin-bottom: 0.65rem;
  color: var(--billy-blue-dark);
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 2.4vw, 2.3rem);
  font-weight: 800;
  line-height: 1;
}

.feature-stat-card h3 {
  margin-bottom: 0.65rem;
}

.feature-stat-card p {
  color: var(--billy-ink-soft);
  font-size: 1.04rem;
}

.section-eyebrow {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: var(--billy-green);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-intro {
  max-width: 54rem;
  color: var(--billy-ink-soft);
  font-size: 1.12rem;
}

.billy-card-grid {
  display: grid;
  gap: 1.5rem;
}

.billy-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid var(--billy-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 251, 255, 0.92));
  padding: 1.65rem;
  box-shadow: 0 18px 46px rgba(16, 32, 51, 0.08);
  backdrop-filter: blur(12px);
}

.billy-card h3,
.billy-panel h3 {
  color: var(--billy-ink);
  margin-bottom: 0.85rem;
}

.billy-card p,
.billy-panel p {
  color: var(--billy-ink-soft);
  font-size: 1.03rem;
}

.billy-panel {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(15, 74, 140, 0.16);
  background: linear-gradient(180deg, rgba(220, 236, 251, 0.52), rgba(247, 251, 255, 0.9));
  padding: 1.75rem;
  box-shadow: 0 18px 46px rgba(15, 74, 140, 0.1);
  backdrop-filter: blur(12px);
}

.guide-validation {
  align-items: start;
}

.guide-outcome-card {
  align-self: start;
  max-width: 24rem;
  padding: 1.35rem 1.4rem;
}

.guide-outcome-card h3 {
  margin-bottom: 0.55rem;
}

.guide-outcome-card p {
  max-width: none;
}

.segment-note {
  display: grid;
  gap: 1rem;
  align-items: start;
  border: 1px solid rgba(15, 74, 140, 0.12);
  background: linear-gradient(180deg, rgba(220, 236, 251, 0.38), rgba(247, 251, 255, 0.92));
  padding: 1.45rem 1.5rem;
  box-shadow: 0 18px 42px rgba(15, 74, 140, 0.1);
  backdrop-filter: blur(12px);
}

.segment-note-mark {
  width: 0.95rem;
  height: 0.95rem;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #10b857, #009b3e);
  box-shadow: 0 10px 22px rgba(0, 155, 62, 0.22);
}

.segment-note-eyebrow {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--billy-blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.segment-note h3 {
  margin-bottom: 0.55rem;
  color: var(--billy-ink);
}

.segment-note p {
  color: var(--billy-ink-soft);
  font-size: 1.03rem;
  max-width: none;
}

.billy-split {
  display: grid;
  gap: 1.5rem;
}

.billy-list {
  display: grid;
  gap: 0.8rem;
  margin: 1.25rem 0 0;
}

.billy-list li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--billy-ink-soft);
}

.billy-list li::before {
  content: "";
  position: absolute;
  top: 0.72rem;
  left: 0;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--billy-green);
}

.insight-strip {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.insight-item {
  border-left: 3px solid var(--billy-green);
  padding-left: 1rem;
  color: var(--billy-ink-soft);
}

.about-team-grid {
  display: grid;
  gap: 1.25rem;
}

.about-clients-grid {
  display: grid;
  gap: 1.25rem;
}

.about-client-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 9.25rem;
  padding: 1.35rem 1.25rem;
  border: 1px solid rgba(15, 74, 140, 0.1);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 40px rgba(16, 32, 51, 0.08);
  backdrop-filter: blur(12px);
  text-align: center;
}

.about-client-card::before {
  display: none;
}

.about-client-card img {
  width: min(100%, 13rem);
  max-width: 100%;
  max-height: 3.6rem;
  height: 100%;
  object-fit: contain;
}

.about-client-card--logo-wide img {
  width: min(100%, 14.5rem);
  max-height: 4rem;
}

.about-client-card--logo-only {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.about-client-card--davivienda img {
  width: min(100%, 14.7rem);
  max-height: 6rem;
}

.about-client-card--sura img {
  width: min(100%, 15.8rem);
  max-height: 4.8rem;
}

.about-client-card--progresion img {
  width: min(100%, 15.9rem);
  max-height: 4.85rem;
  filter: contrast(1.08) saturate(1.02);
}

.about-client-card--factorplus img {
  width: min(100%, 16.6rem);
  max-height: 5.35rem;
}

.about-client-card--factor-valor img {
  width: min(100%, 16.1rem);
  max-height: 5.2rem;
}

.about-client-card--factotal img {
  width: min(100%, 8.2rem);
  max-height: 6.35rem;
}

.about-client-card--redcapital img {
  width: min(100%, 12.8rem);
  max-height: 3.95rem;
}

.about-client-card--servifin img {
  width: min(100%, 15.8rem);
  max-height: 4.4rem;
}

.about-client-card--factor-dinero img {
  width: min(100%, 12rem);
  max-height: 8.1rem;
}

.about-client-card--credicorp img {
  width: min(100%, 14.8rem);
  max-height: 4.2rem;
}

.about-client-card span,
.about-client-card strong {
  display: block;
  margin-top: 1rem;
  color: var(--billy-ink);
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.about-client-card--wordmark strong {
  margin-top: 0;
  font-size: 1.18rem;
  line-height: 1.15;
}

.about-team-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgba(0, 155, 62, 0.08), transparent 28%),
    radial-gradient(circle at 85% 82%, rgba(0, 155, 62, 0.07), transparent 26%),
    linear-gradient(180deg, #f8fcfa 0%, #ffffff 100%);
}

.about-team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  border: 1px solid var(--billy-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 251, 255, 0.92));
  padding: 1.5rem 1.35rem;
  box-shadow: 0 18px 46px rgba(16, 32, 51, 0.08);
  backdrop-filter: blur(12px);
  height: 100%;
}

.about-team-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1.35rem;
  right: 1.35rem;
  height: 3px;
  background: linear-gradient(90deg, #10b857, #009b3e);
}

.about-team-avatar {
  width: 8rem;
  height: 8rem;
  overflow: hidden;
  border-radius: 999px;
  margin-bottom: 1.1rem;
  background: #868686;
}

.about-team-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 28%;
}

.about-team-card--ceo img {
  object-fit: contain;
  object-position: center 36%;
  padding: 0.08rem;
  transform: scale(1.12);
}

.about-team-card--operations img {
  object-fit: cover;
  object-position: center 24%;
  filter: contrast(1.04);
  mix-blend-mode: normal;
  transform: scale(1.08);
}

.about-team-card--product img {
  object-fit: cover;
  object-position: center 20%;
  filter: grayscale(1) contrast(1.02) brightness(1.03);
  mix-blend-mode: normal;
  transform: scale(1.22);
}

.about-team-card--commercial img {
  object-fit: cover;
  object-position: center 38%;
  filter: grayscale(1) contrast(1.02) brightness(1.03);
  mix-blend-mode: normal;
  transform: scale(1.06);
}

.about-team-card--engineering img {
  object-fit: cover;
  object-position: center 21%;
  filter: grayscale(1) contrast(1.02) brightness(1.03);
  mix-blend-mode: normal;
  transform: scale(1.24);
}

.about-team-card--customer-ops img {
  object-fit: cover;
  object-position: center 24%;
  filter: grayscale(1) contrast(1.02) brightness(1.03);
  mix-blend-mode: normal;
  transform: scale(1.2);
}

.about-team-card--backend img {
  object-fit: cover;
  object-position: center 22%;
  filter: grayscale(1) contrast(1.02) brightness(1.03);
  mix-blend-mode: normal;
  transform: scale(1.24);
}

.about-team-card--lead-dev img {
  object-fit: cover;
  object-position: center 22%;
  filter: grayscale(1) contrast(1.02) brightness(1.03);
  mix-blend-mode: normal;
  transform: scale(1.22);
}

.about-team-name {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--billy-blue);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.about-team-card h3 {
  margin-bottom: 0.6rem;
  color: var(--billy-ink);
}

.about-team-card p {
  color: var(--billy-ink-soft);
  font-size: 1rem;
}

.solution-contrast {
  position: relative;
  overflow: hidden;
  padding-top: 5.5rem;
  padding-bottom: 6.5rem;
}

.solution-contrast::before {
  content: "";
  position: absolute;
  inset: 0 0 22% 0;
  background: linear-gradient(180deg, var(--billy-blue) 0%, var(--billy-blue-mid) 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4rem), 0 100%);
  z-index: 0;
}

.solution-contrast > .max-w-6xl {
  position: relative;
  z-index: 1;
}

.solution-eyebrow {
  color: rgba(198, 223, 248, 0.84);
}

.solution-heading {
  color: #ffffff;
  max-width: 16ch;
}

.solution-intro {
  color: rgba(255, 255, 255, 0.78);
}

.solution-intro-block .section-intro {
  max-width: none;
}

.solution-intro-block .insight-strip {
  width: 100%;
}

.solution-insight {
  border-left-color: var(--billy-green);
  color: rgba(255, 255, 255, 0.76);
}

.story-feature-grid {
  display: grid;
  gap: 2rem;
  margin-top: 3.25rem;
}

.story-feature-card {
  position: relative;
}

.story-feature-media {
  position: relative;
  margin: 1rem 0 1.5rem;
  overflow: hidden;
}

.story-feature-media::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 1.6rem;
  right: -1.2rem;
  bottom: 1.4rem;
  border: 1px solid rgba(15, 74, 140, 0.14);
  z-index: 0;
}

.story-feature-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.02);
}

.story-feature-step {
  position: absolute;
  top: -1.3rem;
  left: 1.6rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #10b857, #009b3e);
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(0, 155, 62, 0.28);
}

.story-feature-card h3 {
  margin-bottom: 0.8rem;
  color: var(--billy-ink);
  font-size: clamp(1.9rem, 2.4vw, 2.6rem);
  line-height: 1.04;
  letter-spacing: -0.035em;
  max-width: none;
}

.story-feature-card p {
  color: var(--billy-ink-soft);
  font-size: 1.08rem;
  max-width: none;
}

.comparison-band {
  background: linear-gradient(180deg, #f2f7fc 0%, #ffffff 100%);
}

.guide-implementation {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--billy-blue) 0%, var(--billy-blue-mid) 100%);
}

.guide-implementation::before {
  content: "";
  position: absolute;
  top: -6rem;
  right: -6rem;
  width: 18rem;
  height: 18rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(0, 155, 62, 0.28), transparent 68%);
  pointer-events: none;
}

.guide-implementation > .max-w-6xl {
  position: relative;
  z-index: 1;
}

.guide-band-eyebrow {
  color: rgba(198, 223, 248, 0.84);
}

.guide-band-heading {
  color: #fff;
}

.guide-band-intro {
  color: rgba(255, 255, 255, 0.78);
  max-width: 50rem;
}

.services-band {
  position: relative;
  overflow: hidden;
  padding-top: 5.5rem;
  padding-bottom: 7rem;
}

.services-band::before {
  content: "";
  position: absolute;
  inset: 0 0 24% 0;
  background: linear-gradient(180deg, var(--billy-blue) 0%, var(--billy-blue-mid) 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 4rem), 0 100%);
  z-index: 0;
}

.services-band > .max-w-6xl {
  position: relative;
  z-index: 1;
}

.services-band-intro {
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.services-eyebrow {
  color: rgba(198, 223, 248, 0.84);
}

.services-heading {
  color: #fff;
  margin-bottom: 1rem;
}

.services-intro {
  max-width: 46rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.78);
}

.service-plan-grid {
  display: grid;
  gap: 1.75rem;
  margin-top: 3rem;
  align-items: stretch;
}

.service-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.85rem;
  border: 1px solid rgba(15, 74, 140, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(247, 251, 255, 0.95));
  box-shadow: 0 22px 52px rgba(16, 32, 51, 0.13);
  backdrop-filter: blur(12px);
}

.service-plan-card.featured {
  border-color: rgba(15, 74, 140, 0.22);
  box-shadow: 0 24px 56px rgba(15, 74, 140, 0.16);
}

.service-plan-badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 1.25rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(0, 155, 62, 0.14);
  color: #008c38;
  font-size: 0.84rem;
  font-weight: 700;
}

.service-plan-card.featured .service-plan-badge {
  background: rgba(15, 74, 140, 0.12);
  color: var(--billy-blue);
}

.service-plan-head {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid var(--billy-line);
}

.service-plan-label {
  margin-bottom: 0.55rem;
  color: var(--billy-ink);
  font-size: 1.02rem;
  font-weight: 700;
}

.service-plan-head h3 {
  margin-bottom: 0.75rem;
  color: var(--billy-ink);
  line-height: 1.04;
  min-height: 2.2em;
}

.service-plan-head p {
  color: var(--billy-ink-soft);
  font-size: 1.06rem;
}

.service-plan-section-title {
  margin-bottom: 0.95rem;
  color: var(--billy-ink);
  font-size: 1.02rem;
  font-weight: 700;
}

.service-plan-list {
  display: grid;
  gap: 0.95rem;
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--billy-ink-soft);
}

.service-plan-list li {
  position: relative;
  padding-left: 1.45rem;
  font-size: 1.03rem;
}

.service-plan-list li::before {
  content: "";
  position: absolute;
  top: 0.62rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #10b857, #009b3e);
  box-shadow: 0 8px 18px rgba(0, 155, 62, 0.18);
}

.service-plan-footer {
  margin-top: 1.5rem;
  padding: 1rem 1.05rem;
  background: #f7fbff;
  color: var(--billy-blue-dark);
  font-size: 0.98rem;
  font-weight: 600;
}

.service-helper-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.service-helper-card {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  width: 100%;
  padding: 1.4rem 1.5rem;
  border: 1px solid rgba(15, 74, 140, 0.14);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(247, 251, 255, 0.94));
  box-shadow: 0 20px 46px rgba(10, 27, 47, 0.12);
  backdrop-filter: blur(12px);
}

.service-helper-eyebrow {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--billy-blue);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-helper-card h3 {
  margin-bottom: 0.55rem;
  color: var(--billy-ink);
}

.service-helper-card p {
  color: var(--billy-ink-soft);
  font-size: 1.04rem;
  max-width: none;
}

.service-helper-action {
  display: flex;
  align-items: center;
}

.comparison-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  align-items: stretch;
}

.comparison-item {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--billy-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 251, 255, 0.92));
  padding: 1.2rem;
  height: 100%;
  box-shadow: 0 16px 40px rgba(16, 32, 51, 0.07);
  backdrop-filter: blur(12px);
}

.comparison-item strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--billy-ink);
}

.comparison-item span {
  display: block;
  color: var(--billy-ink-soft);
  flex: 1 1 auto;
}

.logo-cloud {
  display: grid;
  gap: 1rem;
}

.logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.5rem;
  border: 1px solid var(--billy-line);
  background: #fff;
  padding: 1rem 1.25rem;
}

.logo-card img {
  max-width: 100%;
  max-height: 2.6rem;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ally-logo-cloud {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 2.25rem;
}

.ally-logo-card {
  min-height: 4.75rem;
  padding: 0.35rem 0.85rem;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ally-logo-card img {
  max-height: 4.2rem;
}

.ally-logo-card--portrait {
  min-height: 5.2rem;
  padding-inline: 0.4rem;
}

.ally-logo-card--portrait img {
  max-height: 5rem;
}

.ally-logo-card--square img {
  max-height: 4.5rem;
  border-radius: 1rem;
}

.partner-chip-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.partner-chip {
  padding: 0.6rem 0.85rem;
  border: 1px solid var(--billy-line);
  background: var(--billy-surface);
  color: var(--billy-ink-soft);
  font-size: 0.92rem;
}

.client-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.5rem 2rem;
}

.client-strip-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-strip-logo {
  min-height: 2.75rem;
}

.client-strip-logo img {
  max-width: 100%;
  max-height: 2.35rem;
  width: auto;
  height: auto;
  object-fit: contain;
  opacity: 0.9;
}

.client-strip-wordmark {
  color: #6f7f91;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.trust-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
  align-items: stretch;
}

.trust-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--billy-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 251, 255, 0.92));
  padding: 1.2rem;
  height: 100%;
  box-shadow: 0 16px 40px rgba(16, 32, 51, 0.07);
  backdrop-filter: blur(12px);
}

.trust-card span {
  display: block;
  color: var(--billy-ink-soft);
  flex: 1 1 auto;
}

.pricing-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
  align-items: stretch;
}

.pricing-point {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--billy-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 251, 255, 0.92));
  padding: 1.2rem;
  height: 100%;
  box-shadow: 0 16px 40px rgba(16, 32, 51, 0.07);
  backdrop-filter: blur(12px);
}

.pricing-point strong {
  display: block;
  color: var(--billy-ink);
  margin-bottom: 0.35rem;
  min-height: 2.4em;
}

.pricing-point span {
  display: block;
  flex: 1 1 auto;
}

.cta-strip {
  border: 1px solid rgba(15, 74, 140, 0.18);
  background: linear-gradient(135deg, rgba(15, 74, 140, 0.98), rgba(29, 94, 166, 0.94));
  box-shadow: var(--billy-shadow);
  padding: 2rem;
}

.cta-strip .billy-split {
  align-items: stretch;
}

.cta-strip .billy-split > * {
  height: 100%;
}

.cta-strip .billy-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cta-strip h2,
.cta-strip h3,
.cta-strip p,
.cta-strip li {
  color: #fff;
}

.cta-strip p,
.cta-strip li {
  color: rgba(255, 255, 255, 0.78);
}

.contact-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
  align-items: stretch;
}

.contact-card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--billy-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(247, 251, 255, 0.92));
  padding: 1.35rem;
  height: 100%;
  box-shadow: 0 16px 40px rgba(16, 32, 51, 0.07);
  backdrop-filter: blur(12px);
}

.contact-card strong {
  display: block;
  color: var(--billy-ink);
  margin-bottom: 0.35rem;
}

.contact-card a {
  color: var(--billy-blue);
  font-weight: 600;
  margin-top: auto;
}

.doc-grid {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.25rem;
}

.doc-link {
  display: block;
  border: 1px solid var(--billy-line);
  background: #fff;
  padding: 0.95rem 1rem;
  color: var(--billy-ink-soft);
  transition: border-color 150ms ease, transform 150ms ease;
}

.doc-link:hover {
  border-color: rgba(15, 74, 140, 0.38);
  transform: translateY(-1px);
}

.contact-page-main {
  flex: 1 1 auto;
  background: linear-gradient(180deg, #f2f7fc 0%, #ffffff 100%);
}

.contact-page-header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15, 74, 140, 0.08);
}

.contact-page-header .billy-nav a,
.contact-page-header .header-link {
  color: var(--billy-ink-soft);
}

.contact-page-header .billy-nav a:hover,
.contact-page-header .billy-nav a:focus-visible,
.contact-page-header .header-link:hover,
.contact-page-header .header-link:focus-visible {
  color: var(--billy-blue-dark);
}

.contact-page-header .header-link-accent {
  color: var(--billy-blue);
}

.contact-page-header .header-link-accent:hover,
.contact-page-header .header-link-accent:focus-visible,
.contact-page-header .header-link-accent:hover span {
  color: var(--billy-blue-dark);
}

.contact-page-shell {
  min-height: 100vh;
}

.contact-page-layout {
  display: grid;
  min-height: 100vh;
}

.contact-page-column {
  background: #fff;
}

.contact-page-content {
  max-width: 44rem;
  margin: 0 auto;
  padding: 7.5rem 1.25rem 4rem;
}

.contact-page-brand {
  margin-bottom: 1.5rem;
}

.contact-page-intro {
  max-width: 42rem;
}

.contact-page-grid {
  margin-top: 2rem;
}

.contact-page-docs {
  margin-top: 1.5rem;
}

.contact-page-aside {
  position: relative;
  overflow: hidden;
  background: var(--billy-brand-gradient);
}

.contact-page-aside::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 20%, rgba(0, 155, 62, 0.18), transparent 32%),
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.06), transparent 24%);
  pointer-events: none;
}

.contact-page-panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  max-width: 38rem;
  margin: 0 auto;
  padding: 8rem 1.5rem 4rem;
}

.contact-page-panel-eyebrow {
  color: rgba(198, 223, 248, 0.84);
}

.contact-page-panel h2 {
  color: #fff;
}

.contact-page-panel-copy {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.contact-page-steps {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.contact-page-step {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  padding: 1rem 1.05rem;
}

.contact-page-step strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #fff;
}

.contact-page-step span {
  color: rgba(255, 255, 255, 0.72);
}

.contact-page-panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.contact-page-btn-primary {
  background: #ffffff;
  color: var(--billy-blue-dark);
  border: 1px solid rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 40px rgba(6, 18, 34, 0.2);
}

.contact-page-btn-primary:hover {
  background: #f2f7fc;
}

.contact-page-btn-primary .text-blue-300 {
  color: var(--billy-blue);
}

.contact-page-btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: none;
}

.contact-page-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.billy-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--billy-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 251, 255, 0.95));
  box-shadow: 0 18px 44px rgba(16, 32, 51, 0.07);
  backdrop-filter: blur(12px);
}

.billy-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.billy-table th,
.billy-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--billy-line);
  text-align: left;
  vertical-align: top;
}

.billy-table th {
  background: #f2f7fc;
  color: var(--billy-ink);
  font-family: "Sora", sans-serif;
  font-size: 0.95rem;
}

.billy-table td {
  color: var(--billy-ink-soft);
}

.billy-table tr:last-child td {
  border-bottom: 0;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.55rem;
  padding: 0.28rem 0.68rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.status-badge.yes {
  background: var(--billy-green-soft);
  color: var(--billy-green);
}

.status-badge.no {
  background: #fbe4e4;
  color: #b94b56;
}

.process-steps {
  display: grid;
  gap: 1rem;
  margin-top: 1.75rem;
}

.process-step {
  display: grid;
  gap: 1rem;
  grid-template-columns: auto 1fr;
  align-items: start;
  border: 1px solid var(--billy-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(247, 251, 255, 0.94));
  padding: 1.25rem;
  backdrop-filter: blur(12px);
}

.process-step-number {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: #fff;
  background: var(--billy-blue);
}

.guide-implementation .process-step {
  box-shadow: 0 18px 40px rgba(10, 27, 47, 0.12);
}

.guide-implementation .process-step-number {
  background: linear-gradient(180deg, #10b857, #009b3e);
}

.faq-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.75rem;
}

.faq-item {
  border: 1px solid var(--billy-line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(247, 251, 255, 0.92));
  padding: 1rem 1.15rem;
  box-shadow: 0 14px 34px rgba(16, 32, 51, 0.06);
  backdrop-filter: blur(12px);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: var(--billy-ink);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin-top: 0.8rem;
  color: var(--billy-ink-soft);
}

.billy-footer {
  background: var(--billy-brand-gradient);
  color: rgba(255, 255, 255, 0.72);
}

.billy-footer h3,
.billy-footer h4 {
  color: #fff;
}

.billy-footer .border-slate-700 {
  border-color: rgba(198, 223, 248, 0.16);
}

.footer-layout {
  display: grid;
}

.footer-primary {
  max-width: none;
}

.footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(198, 223, 248, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.footer-social-link img {
  width: 1.1rem;
  height: 1.1rem;
}

.footer-doc-list {
  display: grid;
  gap: 0.7rem;
}

.footer-doc-list a {
  color: rgba(255, 255, 255, 0.72);
}

.footer-doc-list a:hover {
  color: #fff;
}

.footer-small {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.9rem;
}

@media (min-width: 768px) {
  .hero-grid,
  .billy-split,
  .comparison-grid,
  .pricing-grid,
  .contact-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .billy-card-grid.three-up,
  .logo-cloud,
  .pricing-grid.four-up,
  .trust-grid.four-up,
  .contact-grid.three-up {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .about-team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-clients-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .story-feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .solution-intro-block .insight-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .segment-note {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.15rem;
  }

  .service-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .service-helper-card {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem;
  }

  .contact-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-layout {
    grid-template-columns: minmax(0, 1.7fr) minmax(14rem, 0.85fr) minmax(15rem, 0.95fr);
    align-items: start;
  }

  .footer-primary {
    padding-right: 1.25rem;
  }

  .guide-validation {
    grid-template-columns: minmax(0, 1.28fr) minmax(18rem, 0.72fr);
  }
}

@media (min-width: 1024px) {
  .contact-page-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .logo-cloud {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .billy-card-grid.five-up {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .trust-grid.four-up,
  .pricing-grid.four-up {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-team-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .about-clients-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .guide-validation {
    grid-template-columns: minmax(0, 1.38fr) minmax(20rem, 0.62fr);
  }
}

@media (max-width: 767px) {
  .about-page-hero-bg {
    margin-bottom: 8rem;
  }

  .about-page-hero-overlay {
    min-height: 24rem;
  }

  .about-page-hero-inner {
    padding-top: 7.4rem;
  }

  .about-page-title-block {
    padding-bottom: 2.5rem;
  }

  .about-page-stats-wrap {
    margin-top: -1.35rem;
  }

  .about-page-stats li {
    padding: 1rem 0.45rem;
  }

  .about-page-stat-label {
    font-size: 0.76rem;
  }

  .about-page-story {
    padding-top: 3.75rem;
  }

  .hero-grid {
    min-height: auto;
    padding: 7.6rem 0 4rem;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(2.2rem, 10vw, 3rem);
    line-height: 1.08;
  }

  .placeholder-card::before {
    display: none;
  }

  .placeholder-card {
    margin-top: 0;
  }

  .story-feature-media::before {
    display: none;
  }

  .solution-contrast {
    padding-top: 4.5rem;
    padding-bottom: 5rem;
  }

  .services-band {
    padding-top: 4.5rem;
    padding-bottom: 5.25rem;
  }

  .services-band::before {
    inset: 0 0 18% 0;
  }

  .contact-page-content {
    padding-top: 6.5rem;
    padding-bottom: 3rem;
  }

  .contact-page-panel {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .solution-contrast::before {
    inset: 0 0 18% 0;
  }

  .story-feature-step {
    top: -1rem;
    left: 1rem;
    width: 3.7rem;
    height: 3.7rem;
    font-size: 1.45rem;
  }

  .story-feature-card h3 {
    max-width: none;
    font-size: clamp(1.8rem, 8vw, 2.35rem);
  }

  .solution-contrast .story-feature-card h3 {
    color: #ffffff;
  }

  .solution-contrast .story-feature-card p {
    color: rgba(255, 255, 255, 0.8);
  }

  .solution-contrast .story-feature-card:nth-child(3) h3 {
    color: var(--billy-blue-dark);
  }

  .solution-contrast .story-feature-card:nth-child(3) p {
    color: var(--billy-ink-soft);
  }

  .billy-header .text-slate-700 {
    color: rgba(255, 255, 255, 0.88);
  }

  .contact-page-header button.text-slate-700,
  .contact-page-header button.text-slate-700 svg {
    color: var(--billy-blue) !important;
    fill: var(--billy-blue) !important;
  }
}
