:root {
  --attract: #0B1220;
  --attract-elev: #151D2E;
  --assure: #F7F9FC;
  --surface: #FFFFFF;
  --cta: #1D4ED8;
  --cta-deep: #1E40AF;
  --spark: #D97706;
  --ink: #0F172A;
  --muted: #475569;
  --line: #E2E8F0;
  --whatsapp: #25D366;
  --danger: #DC2626;
  --font-display: "Plus Jakarta Sans", system-ui, sans-serif;
  --font-body: "IBM Plex Sans", system-ui, sans-serif;
  --radius: 16px;
  --shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 28px 64px rgba(15, 23, 42, 0.16);
  --max: 1160px;
  --page-gutter: clamp(1.5rem, 5.5vw, 2.5rem);
}

*, *::before, *::after { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--muted);
  background: var(--assure);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: var(--cta); text-decoration: none; }
a:hover { text-decoration: underline; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; }
.skip-link:focus {
  left: 1rem; top: 1rem; background: var(--cta); color: #fff;
  padding: .6rem 1rem; border-radius: 999px;
}

.wrap {
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-left: max(var(--page-gutter), env(safe-area-inset-left, 0px));
  padding-right: max(var(--page-gutter), env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

.section {
  padding: clamp(3.25rem, 6vw, 5.25rem) 0;
  padding-left: max(0px, env(safe-area-inset-left, 0px));
  padding-right: max(0px, env(safe-area-inset-right, 0px));
}

.eyebrow {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--spark);
  margin: 0 0 .85rem;
}
h1, h2, h3 {
  font-family: var(--font-display);
  color: var(--ink);
  letter-spacing: -.025em;
  line-height: 1.12;
  margin: 0 0 .75rem;
}
h1 { font-size: clamp(1.85rem, 4.4vw, 3.25rem); font-weight: 800; }
h2 { font-size: clamp(1.45rem, 2.8vw, 2.2rem); font-weight: 700; }
h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: .4rem; }
.lead {
  font-size: clamp(1rem, 1.5vw, 1.08rem);
  max-width: 38rem;
  margin: 0 0 1.35rem;
  color: var(--muted);
}
.section--alt { background: #eef2f7; }
.section--attract {
  background: var(--attract);
  color: #cbd5e1;
}
.section--attract h2,
.section--attract h3 { color: #f8fafc; }
.section--attract .lead { color: #94a3b8; }
.stage-label {
  display: inline-block;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cta);
  margin-bottom: .55rem;
}
.section-head { margin-bottom: 2.15rem; max-width: 42rem; }
.section-head--wide { max-width: 46rem; }
.section-head--flush { margin-bottom: 1.25rem; }
.section-head .lead { max-width: 36rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11, 18, 32, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header .inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem;
  padding-top: .9rem;
  padding-bottom: .9rem;
}
.logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
  line-height: 0;
}
.logo:hover { text-decoration: none; opacity: .92; }
.logo img {
  display: block;
  width: auto;
  height: 48px;
  max-width: min(260px, 62vw);
  object-fit: contain;
  object-position: left center;
  flex-shrink: 0;
  border-radius: 0;
}
.logo--footer { margin-bottom: 0; }
.logo--footer img {
  height: 52px;
  max-width: min(260px, 100%);
}
.footer-brand {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  max-width: 22rem;
}
.footer-brand .logo--footer {
  display: inline-block;
  margin-bottom: .85rem;
}
.footer-tagline {
  margin: 0 0 .55rem;
  font-family: var(--font-display);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #93c5fd;
}
.footer-brand-copy {
  margin: 0 0 1rem;
  color: #cbd5e1;
  font-size: .92rem;
  line-height: 1.55;
  max-width: 18.5rem;
}
.footer-brand-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-bottom: 1rem;
}
.footer-brand-meta span {
  display: inline-flex;
  align-items: center;
  padding: .35rem .6rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 600;
  color: #e2e8f0;
  background: rgba(15,23,42,.55);
  border: 1px solid rgba(148,163,184,.22);
}
.footer-brand-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}
.footer-crosslink {
  margin: .85rem 0 0;
  font-size: .88rem;
  color: #94a3b8;
}
.footer-crosslink a { color: #bfdbfe; }
.footer-mini-btn {
  padding: .65rem .95rem;
  font-size: .82rem;
  border-radius: 10px;
}
.nav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-left: auto;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  color: #fff;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.nav-toggle:hover { background: rgba(255,255,255,.1); }
.nav-toggle:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
}
.nav-toggle-bars {
  display: grid;
  gap: 5px;
  width: 1.05rem;
}
.nav-toggle-bars i {
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}
.site-header.is-nav-open .nav-toggle-bars i:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.site-header.is-nav-open .nav-toggle-bars i:nth-child(2) {
  opacity: 0;
}
.site-header.is-nav-open .nav-toggle-bars i:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.nav-links {
  display: none;
  gap: 1.35rem;
  align-items: center;
}
.nav-links a {
  color: #cbd5e1;
  font-size: .92rem;
  text-decoration: none;
  font-weight: 500;
}
.nav-links a:hover { color: #fff; }
.nav-links .nav-cta {
  padding: .55rem 1rem;
  font-size: .85rem;
}
@media (max-width: 859px) {
  .site-header .inner {
    position: relative;
    flex-wrap: wrap;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: calc(100% + .35rem);
    left: max(var(--page-gutter), env(safe-area-inset-left, 0px));
    right: max(var(--page-gutter), env(safe-area-inset-right, 0px));
    z-index: 60;
    flex-direction: column;
    align-items: stretch;
    gap: .15rem;
    padding: .65rem;
    border-radius: 14px;
    background: rgba(15, 23, 42, .98);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 18px 40px rgba(0,0,0,.35);
  }
  .site-header.is-nav-open .nav-links {
    display: flex;
  }
  .nav-links a:not(.nav-cta) {
    padding: .85rem .9rem;
    border-radius: 10px;
    color: #e2e8f0;
  }
  .nav-links a:not(.nav-cta):hover {
    background: rgba(255,255,255,.06);
    color: #fff;
    text-decoration: none;
  }
  .nav-links .nav-cta {
    margin-top: .35rem;
    width: 100%;
    justify-content: center;
  }
}
@media (min-width: 860px) {
  .nav-toggle { display: none; }
  .nav-links { display: flex; }
}

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .45rem; font-family: var(--font-body); font-weight: 700;
  font-size: .94rem; border-radius: 12px; padding: .92rem 1.4rem;
  border: 2px solid transparent; cursor: pointer; text-decoration: none;
  transition: background .2s, border-color .2s, color .2s, transform .15s, box-shadow .2s;
}
.btn .btn-ico,
.btn svg.btn-ico {
  width: 1.05em;
  height: 1.05em;
  flex-shrink: 0;
  display: block;
}
.btn:hover { text-decoration: none; transform: translateY(-1px); }
.btn-primary {
  background: var(--cta); color: #fff;
  box-shadow: 0 10px 24px rgba(29, 78, 216, .28);
}
.btn-primary:hover { background: var(--cta-deep); color: #fff; }
.btn-ghost {
  background: transparent; color: #fff; border-color: rgba(255,255,255,.35);
}
.btn-ghost:hover { border-color: #fff; color: #fff; }
.btn-ghost-dark {
  background: transparent; color: var(--ink); border-color: #cbd5e1;
}
.btn-ghost-dark:hover { background: var(--ink); color: #fff; border-color: var(--ink); }
.btn-wa { background: var(--whatsapp); color: #fff; }
.btn-wa:hover { filter: brightness(.95); color: #fff; }
.btn-call {
  background: #0f172a;
  color: #fff;
  border-color: rgba(255,255,255,.28);
  gap: .5rem;
}
.btn-call:hover {
  background: #1e293b;
  color: #fff;
  border-color: rgba(255,255,255,.5);
}
.closing .btn-call {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.28);
}
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }
.btn-row--center { justify-content: center; margin-top: 1.5rem; }

/* Hero CTAs: wrap by default; single line only on wide desktops */
.hero-copy .btn-row {
  flex-wrap: wrap;
  gap: .65rem;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}
.hero-copy .btn-row .btn {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 100%;
  padding: .82rem 1.05rem;
  font-size: .875rem;
}
@media (min-width: 960px) {
  .hero-copy .btn-row {
    flex-wrap: nowrap;
    gap: .55rem;
    align-items: center;
  }
  .hero-copy .btn-row .btn {
    white-space: nowrap;
  }
}

/* Shared browser chrome / media frames */
.browser-chrome {
  display: flex; align-items: center; gap: .4rem;
  padding: .55rem .7rem; background: #0a101c;
  border-radius: 12px 12px 0 0;
  border: 1px solid rgba(255,255,255,.08); border-bottom: 0;
}
.browser-chrome i {
  width: 8px; height: 8px; border-radius: 50%; background: #475569; display: block;
}
.browser-chrome i:nth-child(1) { background: #f87171; }
.browser-chrome i:nth-child(2) { background: #fbbf24; }
.browser-chrome i:nth-child(3) { background: #34d399; }
.browser-url {
  margin-left: .5rem; flex: 1; font-size: 11px; color: #94a3b8;
  background: #151d2e; border-radius: 6px; padding: .3rem .55rem;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.media-frame {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}
.media-frame--dark {
  border-color: rgba(255,255,255,.1);
  box-shadow: 0 24px 56px rgba(0,0,0,.35);
}
.media-frame--warn { position: relative; }
.media-shot--dim img { filter: grayscale(.35) contrast(.95) brightness(.92); }
.media-note {
  margin: 0;
  padding: .7rem 1rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #b45309;
  background: #fffbeb;
  border-top: 1px solid #fde68a;
}
.section-photo {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #0a101c;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  height: 100%;
}
.section-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
  flex: 1 1 auto;
}
.section-photo figcaption {
  margin: 0;
  padding: .75rem 1rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #b45309;
  background: #fffbeb;
  border-top: 1px solid #fde68a;
}
.section-photo--problems {
  background:
    radial-gradient(circle at 20% 15%, rgba(217,119,6,.18), transparent 45%),
    #0a101c;
}
.section-photo--benefits {
  background:
    radial-gradient(circle at 70% 20%, rgba(29,78,216,.22), transparent 50%),
    #0a101c;
}
.section-photo--benefits figcaption { display: none; }
.section-photo--offer {
  background:
    radial-gradient(circle at 30% 25%, rgba(29,78,216,.2), transparent 50%),
    #0a101c;
  min-height: 320px;
}
.section-photo--offer img {
  min-height: 320px;
  aspect-ratio: 4 / 3;
  height: auto;
  flex: 0 0 auto;
}
.section-photo--closing {
  background:
    radial-gradient(circle at 70% 20%, rgba(29,78,216,.28), transparent 50%),
    #0a101c;
  border-color: rgba(255,255,255,.12);
  box-shadow: 0 24px 56px rgba(0,0,0,.35);
  min-height: 280px;
}
.section-photo--closing img {
  min-height: 280px;
  aspect-ratio: 4 / 3;
  height: auto;
  flex: 0 0 auto;
}
.phone-shell {
  background: #0B1220;
  border: 3px solid #1e293b;
  border-radius: 22px;
  padding: 8px 7px 10px;
  box-shadow: 0 18px 40px rgba(15,23,42,.28);
  overflow: hidden;
}
.phone-notch {
  display: block;
  width: 36%;
  height: 5px;
  border-radius: 999px;
  background: #334155;
  margin: 2px auto 8px;
}
.phone-shell img {
  width: 100%;
  border-radius: 12px;
}

/* Hero */
.hero {
  background: var(--attract);
  color: #cbd5e1;
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3rem, 6vw, 4.5rem);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.wrap.hero-grid,
.hero-grid {
  display: grid !important;
  gap: clamp(1.75rem, 4vw, 2.75rem);
  align-items: center;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: var(--max);
  margin-inline: auto;
  padding-left: max(var(--page-gutter), env(safe-area-inset-left, 0px));
  padding-right: max(var(--page-gutter), env(safe-area-inset-right, 0px));
  box-sizing: border-box;
  grid-template-columns: minmax(0, 1fr);
}
.hero-grid > *,
.solutions-grid > *,
.benefit-grid > *,
.reason-grid > *,
.faq-grid > *,
.footer-grid > *,
.split-panel > *,
.offer-layout > *,
.closing-layout > *,
.why-layout > *,
.case > *,
.process-list > *,
.bento > * {
  min-width: 0;
  max-width: 100%;
}
.hero-bg {
  position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden;
}
.hero-mesh {
  position: absolute; inset: -20%;
  background:
    radial-gradient(42% 38% at 78% 18%, rgba(29,78,216,.34), transparent 58%),
    radial-gradient(36% 32% at 12% 78%, rgba(217,119,6,.14), transparent 55%),
    radial-gradient(28% 26% at 48% 42%, rgba(29,78,216,.16), transparent 60%);
  animation: mesh-drift 18s ease-in-out infinite alternate;
}
.hero-grid-lines {
  position: absolute; inset: 0; opacity: .2;
  background-image:
    linear-gradient(rgba(148,163,184,.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148,163,184,.18) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 60% 40%, #000 20%, transparent 75%);
  animation: grid-pan 28s linear infinite;
}
.hero-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(147,197,253,.45) 1px, transparent 1.5px);
  background-size: 72px 72px;
  opacity: .32;
  animation: dots-drift 22s ease-in-out infinite alternate;
}
.hero-float { display: none; }
.hero-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.hero h1 {
  color: #f8fafc;
  overflow-wrap: anywhere;
  word-break: break-word;
  max-width: 100%;
}
.hero .lead {
  color: #94a3b8;
  max-width: min(36rem, 100%);
}
.hero .reassure {
  margin: .9rem 0 0; font-size: .9rem; color: #64748b;
  overflow-wrap: anywhere;
  max-width: 100%;
}

.hero-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.hero-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .85rem;
}
.hero-photo {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: 3 / 4;
  background:
    radial-gradient(circle at 30% 20%, rgba(29,78,216,.35), transparent 55%),
    #0a101c;
  box-shadow: 0 28px 56px rgba(0,0,0,.38);
  border: 1px solid rgba(255,255,255,.1);
  animation: hero-visual-in .8s ease both;
}
.hero-photo img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.hero-caption {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #cbd5e1;
  font-size: .95rem;
  line-height: 1.45;
}
.hero-caption strong {
  display: block;
  color: #93c5fd;
  font-size: .7rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: .35rem;
  font-family: var(--font-display);
}

@media (min-width: 960px) {
  .wrap.hero-grid,
  .hero-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    grid-template-areas:
      "copy visual"
      "trust visual";
    align-items: start;
    column-gap: 2.25rem;
    row-gap: 1.25rem;
  }
  .hero-copy { grid-area: copy; }
  .hero-visual {
    grid-area: visual;
    grid-row: 1 / -1;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
  }
  .trust-strip { grid-area: trust; margin-top: 0; align-self: stretch; }
  .hero-stage {
    width: 100%;
  }
  .hero-photo {
    width: 100%;
    max-height: min(68vh, 640px);
    aspect-ratio: 3 / 4;
  }
}

.trust-strip {
  display: grid;
  gap: .75rem;
  margin-top: 1.25rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.trust-strip div {
  background: rgba(15, 23, 42, .78);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  padding: .9rem .75rem;
  text-align: center;
  backdrop-filter: blur(8px);
}
.trust-strip .stat-val {
  display: block;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.1;
}
.trust-strip span { font-size: .78rem; color: #94a3b8; }

/* Technology carousel */
.tech-carousel {
  position: relative;
  margin-top: .5rem;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}
.tech-fade { display: none; }
.tech-track {
  display: flex;
  gap: 1rem;
  width: max-content;
  padding: .35rem max(var(--page-gutter), env(safe-area-inset-right, 0px)) 1rem max(var(--page-gutter), env(safe-area-inset-left, 0px));
  animation: tech-marquee 42s linear infinite;
}
.tech-carousel:hover .tech-track,
.tech-carousel:focus-within .tech-track {
  animation-play-state: paused;
}
.tech-card {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: .85rem;
  min-width: 11.75rem;
  padding: 1rem 1.15rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .06);
}
.tech-card-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cta);
  background: rgba(29, 78, 216, .1);
  flex-shrink: 0;
}
.tech-card-copy {
  display: grid;
  gap: .15rem;
  min-width: 0;
}
.tech-card-copy strong {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.2;
}
.tech-card-copy span {
  color: var(--muted);
  font-size: .75rem;
}
#tech .decision-line {
  margin-top: 1.25rem;
}
@keyframes tech-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes mesh-drift {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(-3%, 2%, 0) scale(1.06); }
}
@keyframes grid-pan {
  from { background-position: 0 0; }
  to { background-position: 48px 48px; }
}
@keyframes dots-drift {
  from { transform: translate3d(0, 0, 0); opacity: .28; }
  to { transform: translate3d(-12px, 8px, 0); opacity: .42; }
}
@keyframes hero-visual-in {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

/* Shared fill media for equal-height columns */
.media-frame--fill {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}
.media-shot--fill {
  position: relative;
  flex: 1 1 auto;
  min-height: 280px;
  overflow: hidden;
  background: #0f172a;
}
.media-shot--fill img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.media-shot--dim img { filter: grayscale(.28) contrast(.96) brightness(.9); }

/* Split panels / feature lists */
.split-panel {
  display: grid;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  align-items: stretch;
}
@media (min-width: 900px) {
  .split-panel { grid-template-columns: .95fr 1.05fr; align-items: stretch; }
  .split-panel--reverse { grid-template-columns: 1.05fr .95fr; }
  .split-panel--reverse .split-media { order: 2; }
  .split-media,
  .split-copy {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
  }
  .split-media .media-frame--fill,
  .split-media .device-duo,
  .split-media .section-photo {
    flex: 1 1 auto;
    min-height: 100%;
  }
  .split-media .media-shot--fill { min-height: 420px; }
  .split-media .section-photo img { min-height: 420px; }
}
.feature-list {
  display: grid;
  gap: .85rem;
  flex: 1;
  align-content: stretch;
}
@media (min-width: 640px) {
  .feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.feature-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .85rem;
  align-items: start;
  padding: 1rem 1.05rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  height: 100%;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.feature-item:hover {
  border-color: #bfdbfe;
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.feature-item .icon {
  width: 40px; height: 40px; border-radius: 10px;
  background: #eff6ff; color: var(--cta);
  display: grid; place-items: center; flex-shrink: 0;
}
.feature-item .icon svg { width: 20px; height: 20px; }
.feature-item p { margin: 0; font-size: .92rem; }
.decision-line {
  margin: 1.75rem auto 0;
  text-align: center;
  max-width: 40rem;
  color: var(--muted);
  font-size: 1rem;
}

/* Reasons */
.reason-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}
@media (min-width: 700px) {
  .reason-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.15rem 1.5rem; }
}
.reason-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  background: var(--surface);
  border-radius: 14px;
  border: 1px solid transparent;
  border-left: 3px solid var(--cta);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
  height: 100%;
}
.reason-num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--cta);
  line-height: 1;
  padding-top: .15rem;
}
.reason-item p { margin: 0; font-size: .93rem; }

/* Solutions */
.solutions-grid {
  display: grid;
  gap: 1.35rem;
  align-items: stretch;
}
@media (min-width: 900px) {
  .solutions-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .solutions-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 700px) and (max-width: 899px) {
  .solutions-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.solution-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--shadow);
  transition: transform .2s, box-shadow .2s;
}
.solution-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}
.solution-media {
  display: block;
  background: #0a101c;
}
.solution-photo {
  margin: 0;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background:
    radial-gradient(circle at 25% 20%, rgba(29,78,216,.28), transparent 55%),
    #0f172a;
}
.solution-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.solution-shot {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0f172a;
}
.solution-shot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.solution-body {
  padding: 1.35rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  flex: 1;
}
.solution-kicker {
  margin: 0;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--spark);
}
.solution-body ul {
  margin: .15rem 0 .5rem;
  padding-left: 1.15rem;
}
.solution-body li { margin-bottom: .35rem; font-size: .94rem; }
.solution-body .btn { align-self: flex-start; margin-top: auto; }

/* Benefits */
.benefit-grid {
  display: grid;
  gap: .9rem;
}
@media (min-width: 640px) {
  .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.benefit-item {
  padding: .85rem 0;
  border-bottom: 1px solid #dbe3ee;
}
.benefit-item:nth-last-child(-n+2) { border-bottom: 0; }
@media (max-width: 639px) {
  .benefit-item:nth-last-child(2) { border-bottom: 1px solid #dbe3ee; }
}
.benefit-item p { margin: 0; font-size: .92rem; }
.device-duo {
  position: relative;
  padding-right: clamp(0px, 10vw, 64px);
  padding-bottom: clamp(12px, 4vw, 28px);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.device-duo .media-frame--fill { flex: 1; }
.phone-shell--float {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(38%, 150px);
  z-index: 2;
}
@media (max-width: 699px) {
  .phone-shell--float { display: none; }
  .device-duo { padding-right: 0; padding-bottom: 0; }
}

/* Case studies */
.case {
  display: grid;
  gap: 1.5rem;
  margin-bottom: clamp(2.25rem, 5vw, 3.25rem);
  align-items: center;
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
  border-bottom: 1px solid var(--line);
}
.case:last-of-type { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }
@media (min-width: 900px) {
  .case {
    grid-template-columns: .88fr 1.12fr;
    gap: 2rem;
    align-items: stretch;
  }
  .case:nth-of-type(even) .case-meta { order: 2; }
  .case-meta,
  .case-frame {
    height: 100%;
  }
  .case-meta {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.case-meta .tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #eff6ff;
  color: var(--cta);
  padding: .3rem .65rem;
  border-radius: 999px;
  margin-bottom: .65rem;
}
.case-meta ul { margin: .75rem 0 1.15rem; padding-left: 1.15rem; }
.case-meta li { margin-bottom: .35rem; font-size: .94rem; }
.case-frame {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
  cursor: pointer;
}
.case-frame .browser-chrome {
  background: #0B1220;
  border-radius: 14px 14px 0 0;
}
.case-viewport {
  --case-h: min(520px, 68vh);
  height: var(--case-h);
  overflow: hidden;
  position: relative;
  background: #f1f5f9;
}
.case-viewport img {
  width: 100%;
  height: auto;
  transform: translateY(0);
  transition: transform 8s linear;
  will-change: transform;
}
.case-frame:hover .case-viewport img,
.case-frame.is-scrubbing .case-viewport img {
  transform: translateY(calc(-100% + var(--case-h)));
}
@media (max-width: 899px) {
  .case-viewport { --case-h: 340px; }
}

/* Why */
.why-layout {
  display: grid;
  gap: 2rem;
  align-items: stretch;
}
@media (min-width: 900px) {
  .why-layout { grid-template-columns: 1.05fr .95fr; gap: 2.5rem; }
  .why-copy,
  .why-media {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .why-media .media-frame--fill { flex: 1; min-height: 420px; }
}
.why-points {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
.why-points article {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.why-points h3 { color: #f8fafc; }
.why-points p { margin: 0; color: #94a3b8; font-size: .94rem; }

/* Process */
.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  counter-reset: none;
}
@media (min-width: 800px) {
  .process-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
    position: relative;
  }
  .process-list::before {
    content: "";
    position: absolute;
    top: 1.55rem;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, #bfdbfe, var(--cta), #93c5fd);
    z-index: 0;
  }
}
.process-item {
  position: relative;
  z-index: 1;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.2rem 1.15rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}
.process-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--cta);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: .85rem;
  margin-bottom: .75rem;
  border: 2px solid #bfdbfe;
}
.process-item p { margin: 0; font-size: .92rem; }

/* Offer */
.offer-layout {
  display: grid;
  gap: 1.75rem;
  align-items: stretch;
}
@media (min-width: 860px) {
  .offer-layout { grid-template-columns: 1.05fr .95fr; gap: 2.5rem; }
  .offer-copy,
  .offer-media {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
  .offer-media .media-frame--fill,
  .offer-media .section-photo {
    flex: 1;
    min-height: 400px;
  }
  .offer-media .section-photo img {
    min-height: 400px;
    height: 100%;
    aspect-ratio: auto;
  }
}
.offer-copy .lead { max-width: 34rem; }
.check-list {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
}
.check-list li {
  position: relative;
  padding: .45rem 0 .45rem 1.7rem;
  font-size: .95rem;
  color: var(--ink);
  font-weight: 500;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .65rem;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: #eff6ff;
  border: 1.5px solid var(--cta);
}
.check-list li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: .75rem;
  width: 4px;
  height: 8px;
  border: solid var(--cta);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Form */
.book-wrap { max-width: 720px; margin-inline: auto; }
.form-shell {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: clamp(1.25rem, 3vw, 1.75rem);
  box-shadow: var(--shadow);
}
.progress {
  display: flex; gap: .5rem; margin-bottom: 1.15rem; flex-wrap: wrap;
}
.progress span {
  flex: 1; min-width: 56px; height: 6px; border-radius: 999px; background: #e2e8f0;
}
.progress span.active { background: var(--cta); }
.progress-label {
  font-size: .85rem; font-weight: 600; color: var(--ink); margin-bottom: 1rem;
}
.form-step { display: none; }
.form-step.active { display: block; }
.field { margin-bottom: 1rem; }
.field label {
  display: block; font-size: .88rem; font-weight: 600; color: var(--ink); margin-bottom: .4rem;
}
.field .hint { font-size: .8rem; color: #64748b; margin: .3rem 0 0; }
.field input,
.field select,
.field textarea {
  width: 100%;
  font: inherit;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: .8rem .9rem;
  background: #fff;
  transition: border-color .15s, box-shadow .15s;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--cta);
  box-shadow: 0 0 0 3px rgba(29,78,216,.18);
}
.field textarea { min-height: 124px; resize: vertical; }
.hp { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-actions {
  display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.1rem;
}
.form-error {
  background: #fef2f2; color: var(--danger); border: 1px solid #fecaca;
  border-radius: 10px; padding: .75rem 1rem; margin-bottom: 1rem;
}
.form-status { font-size: .9rem; color: var(--muted); margin-top: .5rem; }

/* FAQ */
.faq-grid {
  display: grid;
  gap: .7rem;
}
@media (min-width: 860px) {
  .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .85rem; }
}
.faq details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 1rem 1.1rem;
  height: fit-content;
  transition: border-color .2s, box-shadow .2s;
}
.faq details[open] {
  border-color: #bfdbfe;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--ink);
  font-family: var(--font-display);
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq details p { margin: .7rem 0 0; font-size: .94rem; }

/* SEO FAQ: attractive bento accordion */
.page-seo--bento #faq.section--faq {
  background:
    radial-gradient(70% 50% at 0% 0%, rgba(29, 78, 216, .08), transparent 55%),
    #f4f7fb;
}
.page-seo--bento .bento--faq {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 14px;
  background: #d7e0ee;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 22px;
}
.page-seo--bento .bento--faq .faq-item {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  overflow: hidden;
  height: auto;
  box-shadow: none;
  transition: border-color .2s, background .2s, transform .2s;
}
.page-seo--bento .bento--faq .faq-item:hover {
  border-color: #93c5fd;
  background: #f8fbff;
}
.page-seo--bento .bento--faq .faq-item[open] {
  border-color: #93c5fd;
  background: linear-gradient(180deg, #eff6ff 0%, #fff 42%);
  box-shadow: none;
}
.page-seo--bento .bento--faq .faq-item summary {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .75rem;
  align-items: center;
  padding: 1rem 1.1rem;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-display);
  font-weight: 700;
  color: #0b1220;
}
.page-seo--bento .bento--faq .faq-item summary::-webkit-details-marker {
  display: none;
}
.page-seo--bento .bento--faq .faq-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 8px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .04em;
  color: #1d4ed8;
  background: #dbeafe;
}
.page-seo--bento .bento--faq .faq-item[open] .faq-num {
  color: #fff;
  background: #1d4ed8;
}
.page-seo--bento .bento--faq .faq-q {
  min-width: 0;
  font-size: .95rem;
  line-height: 1.35;
}
.page-seo--bento .bento--faq .faq-chevron {
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 999px;
  border: 1px solid rgba(29, 78, 216, .25);
  background: #eff6ff;
  position: relative;
  flex: 0 0 auto;
  transition: transform .2s, background .2s, border-color .2s;
}
.page-seo--bento .bento--faq .faq-chevron::before,
.page-seo--bento .bento--faq .faq-chevron::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: .55rem;
  height: 2px;
  background: #1d4ed8;
  transform: translate(-50%, -50%);
}
.page-seo--bento .bento--faq .faq-chevron::after {
  width: 2px;
  height: .55rem;
}
.page-seo--bento .bento--faq .faq-item[open] .faq-chevron {
  background: #1d4ed8;
  border-color: #1d4ed8;
  transform: rotate(180deg);
}
.page-seo--bento .bento--faq .faq-item[open] .faq-chevron::before,
.page-seo--bento .bento--faq .faq-item[open] .faq-chevron::after {
  background: #fff;
}
.page-seo--bento .bento--faq .faq-item[open] .faq-chevron::after {
  display: none;
}
.page-seo--bento .bento--faq .faq-a {
  padding: 0 1.1rem 1.1rem 3.55rem;
}
.page-seo--bento .bento--faq .faq-a p {
  margin: 0;
  padding-top: .15rem;
  border-top: 1px solid rgba(15, 23, 42, .06);
  font-size: .9rem;
  line-height: 1.5;
  color: #64748b;
}
@media (min-width: 860px) {
  .page-seo--bento .bento--faq {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (max-width: 640px) {
  .page-seo--bento .bento--faq .faq-a {
    padding-left: 1.1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-seo--bento .bento--faq .faq-item,
  .page-seo--bento .bento--faq .faq-chevron {
    transition: none;
  }
}

/* SEO landing extras */
.page-seo .brand-mark {
  margin: 0 0 .35rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  letter-spacing: -.03em;
  color: #f8fafc;
}
.page-seo .hero--seo {
  background:
    radial-gradient(ellipse 80% 60% at 15% 20%, rgba(217, 119, 6, .18), transparent 55%),
    radial-gradient(ellipse 70% 50% at 85% 10%, rgba(29, 78, 216, .22), transparent 50%),
    var(--attract);
}
.page-seo .hero--seo .eyebrow { color: #fdba74; }
.page-seo .hero--seo h1,
.page-seo .hero--seo .lead { color: #f8fafc; }
.page-seo .hero--seo .lead { color: #cbd5e1; }
.page-seo .hero--seo .reassure { color: #94a3b8; }
.page-seo .hero--seo .btn-ghost {
  border-color: rgba(255,255,255,.28);
  color: #f8fafc;
}
.page-seo .hero--seo .trust-strip {
  background: rgba(15, 23, 42, .55);
  border-color: rgba(255,255,255,.1);
}
.page-seo .hero--seo .trust-strip span { color: #94a3b8; }
.page-seo .hero--seo .stat-val { color: #f8fafc; }

.attention-band {
  background: linear-gradient(90deg, #0B1220 0%, #1e293b 50%, #0B1220 100%);
  border-block: 1px solid rgba(217, 119, 6, .35);
  padding: 1.15rem 0;
}
.attention-band-inner p {
  margin: 0;
  text-align: center;
  color: #e2e8f0;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  max-width: 46rem;
  margin-inline: auto;
  line-height: 1.45;
}
.attention-band strong { color: #fdba74; }

.impact-tag {
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #b45309;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 6px;
  padding: .15rem .45rem;
  margin-bottom: .35rem;
}
.feature-item--impact {
  border-left: 3px solid var(--spark);
}
.fit-kicker {
  margin: 0 0 .35rem;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--cta);
}
.fit-card--yes {
  border-color: #93c5fd;
  background: linear-gradient(180deg, #eff6ff 0%, #fff 48%);
}
.fit-card--no {
  border-color: #e2e8f0;
  background: #f8fafc;
}
.solution-card--featured {
  position: relative;
  border-color: #93c5fd;
  box-shadow: var(--shadow-lg);
}
.solution-badge {
  position: absolute;
  top: .85rem;
  left: .85rem;
  z-index: 2;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0B1220;
  background: #fdba74;
  border-radius: 999px;
  padding: .28rem .65rem;
}
.benefit-grid--punch .benefit-item h3 {
  font-size: 1.08rem;
}
.proof-card--glow {
  border-color: #93c5fd;
  background: linear-gradient(165deg, #eff6ff, #fff 55%);
}
.process-list--seo .process-index {
  font-size: 1.35rem;
}

.fit-grid,
.expect-grid,
.proof-grid {
  display: grid;
  gap: 1.15rem;
}
@media (min-width: 760px) {
  .fit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .expect-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .proof-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.fit-card,
.expect-card,
.proof-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.25rem 1.3rem;
  min-width: 0;
  height: 100%;
}
.fit-card h3,
.expect-card h3,
.proof-card strong {
  display: block;
  margin: 0 0 .75rem;
  color: var(--ink);
  font-family: var(--font-display);
}
.fit-note {
  margin: 1rem 0 0;
  font-size: .92rem;
}
.check-list--muted li { color: var(--muted); }
.proof-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .65rem;
}
.proof-stats li {
  display: flex;
  gap: .55rem;
  align-items: baseline;
  font-size: .94rem;
}
.proof-stats span {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--cta);
  min-width: 2.5rem;
}
.why-layout--single { grid-template-columns: 1fr; max-width: 52rem; }
#fit, #proof, #expect { scroll-margin-top: 5rem; }

@media (prefers-reduced-motion: no-preference) {
  .page-seo .attention-band-inner {
    animation: seoPulse 5s ease-in-out infinite;
  }
}
@keyframes seoPulse {
  0%, 100% { opacity: 1; transform: translateY(0); }
  50% { opacity: .92; transform: translateY(-2px); }
}

/* Selective Bento Grid (Beacon brand, mid-funnel only) */
.bento {
  display: grid;
  gap: .85rem;
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}
.bento-cell {
  min-width: 0;
  max-width: 100%;
}
.bento-cell--media {
  overflow: hidden;
  border-radius: 16px;
  background: #0a101c;
  border: 1px solid rgba(15, 23, 42, .1);
  box-shadow: var(--shadow);
}
.bento-cell--media .section-photo {
  margin: 0;
  height: 100%;
  min-height: 240px;
  border-radius: 16px;
  border: 0;
  box-shadow: none;
}
.bento-cell--media .section-photo img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  object-position: center;
}
.bento--problems .feature-item {
  margin: 0;
  height: 100%;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.bento--benefits .benefit-item {
  margin: 0;
  height: 100%;
  padding: 1.15rem 1.2rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  border-bottom: 1px solid var(--line);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.bento--benefits .benefit-item:hover {
  border-color: #bfdbfe;
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}
.bento--benefits .benefit-item h3 {
  font-size: 1.05rem;
  margin-bottom: .4rem;
}
.bento--reasons .reason-item {
  height: 100%;
  margin: 0;
  padding: 1.15rem 1.2rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.bento--proof .proof-card,
.bento--fit .fit-card,
.bento--expect .expect-card {
  height: 100%;
}
.bento--why {
  margin-top: 1.5rem;
  gap: .85rem;
}
.bento--why .bento-cell {
  padding: 1.15rem 1.25rem;
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(148,163,184,.18);
}
.bento--why h3 { color: #f8fafc; margin-bottom: .45rem; }
.bento--why p { margin: 0; color: #94a3b8; font-size: .94rem; }

@media (min-width: 700px) {
  .bento--reasons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .bento--fit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
  }
  .bento--expect {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
  .bento--why {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .bento.bento--proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
  }
  .bento.bento--proof .bento-cell--wide {
    grid-column: 1 / -1;
  }
}

@media (min-width: 900px) {
  .bento--problems {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: minmax(0, auto);
    gap: .95rem;
  }
  .bento--problems .bento-cell--media {
    grid-column: 1 / span 2;
    grid-row: 1 / span 3;
    min-height: 100%;
  }
  .bento--problems .bento-cell--media .section-photo,
  .bento--problems .bento-cell--media .section-photo img {
    min-height: 100%;
    height: 100%;
  }
  .bento--benefits {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .95rem;
  }
  .bento--benefits .bento-cell--media {
    grid-column: 1 / span 2;
    grid-row: 1 / span 3;
  }
  .bento--benefits .bento-cell--media .section-photo,
  .bento--benefits .bento-cell--media .section-photo img {
    min-height: 100%;
    height: 100%;
  }
  .bento--benefits .bento-cell--wide {
    grid-column: span 2;
  }
  .bento.bento--proof {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .bento.bento--proof .bento-cell--wide {
    grid-column: span 2;
  }
  /* Benefits v3 board placement */
  .page-seo--bento .bento--benefits-v3 {
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, .85fr) !important;
    align-items: stretch !important;
  }
  .page-seo--bento .bento--benefits-v3 .benefits-tiles {
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: 100%;
  }
  .page-seo--bento .bento--benefits-v3 .benefits-aside {
    grid-column: 2 !important;
    grid-row: 1 !important;
    height: 100%;
  }
  /* Benefits v2 board wins over legacy mosaic placement */
  .page-seo--bento .bento--benefits-v2 {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr) !important;
    align-items: stretch !important;
    grid-auto-rows: minmax(0, 1fr) !important;
  }
  .page-seo--bento .bento--benefits-v2 .benefits-tiles {
    grid-column: 1 !important;
    grid-row: 1 !important;
    height: 100%;
    align-self: stretch;
  }
  .page-seo--bento .bento--benefits-v2 .benefits-media,
  .page-seo--bento .bento--benefits-v2 .bento-cell--media {
    grid-column: 2 !important;
    grid-row: 1 !important;
    height: 100%;
    align-self: stretch;
  }
  /* Problems v2 wins over legacy tall mosaic */
  .page-seo--bento .bento--problems-v2 {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr) !important;
    grid-auto-rows: auto !important;
  }
  .page-seo--bento .bento--problems-v2 .problems-tiles {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .page-seo--bento .bento--problems-v2 .problems-media,
  .page-seo--bento .bento--problems-v2 .bento-cell--media {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
}

@media (max-width: 899px) {
  .bento--problems .bento-cell--media,
  .bento--benefits .bento-cell--media {
    min-height: 220px;
  }
  .bento--benefits .bento-cell--media .section-photo img,
  .bento--problems .bento-cell--media .section-photo img {
    max-height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bento--benefits .benefit-item:hover {
    transform: none;
  }
}

/* SEO page: stronger Selective Bento (seoksa only via .page-seo--bento) */
.page-seo--bento .section:not(.hero):not(.section--attract):not(.closing) {
  background: #f4f7fb;
}
.page-seo--bento .section--alt:not(.section--attract) {
  background: #eef3f9;
}
.page-seo--bento .section-head {
  margin-bottom: 1.35rem;
}
.page-seo--bento .bento {
  gap: 12px;
  padding: 14px;
  border-radius: 22px;
  background: #d7e0ee;
  border: 1px solid rgba(15, 23, 42, .1);
}
.page-seo--bento .section--alt .bento {
  background: #d7e0ee;
}
.page-seo--bento .section--attract .bento {
  background: rgba(8, 14, 28, .55);
  border-color: rgba(148, 163, 184, .22);
}
.page-seo--bento .bento-cell,
.page-seo--bento .bento--problems .feature-item,
.page-seo--bento .bento--benefits .benefit-item,
.page-seo--bento .bento--reasons .reason-item,
.page-seo--bento .bento--fit .fit-card,
.page-seo--bento .bento--expect .expect-card,
.page-seo--bento .bento--proof .proof-card,
.page-seo--bento .bento--process .process-item,
.page-seo--bento .bento--solutions .solution-card {
  border-radius: 16px;
  overflow: hidden;
}
.page-seo--bento .bento--problems .feature-item,
.page-seo--bento .bento--benefits .benefit-item,
.page-seo--bento .bento--reasons .reason-item,
.page-seo--bento .bento--fit .fit-card,
.page-seo--bento .bento--expect .expect-card,
.page-seo--bento .bento--proof .proof-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  box-shadow: none;
}

/* Problems: compact tiles + side media (no tall mosaic) */
.page-seo--bento .bento--problems-v2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 14px;
  align-items: stretch;
}
.page-seo--bento .bento--problems-v2 .problems-tiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  min-width: 0;
  align-content: start;
}
.page-seo--bento .bento--problems-v2 .problem-tile {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .75rem;
  align-items: start;
  margin: 0;
  height: auto;
  min-height: 0;
  padding: .95rem 1rem;
  border-left: 3px solid var(--spark);
  border-radius: 16px;
}
.page-seo--bento .bento--problems-v2 .problem-tile .icon {
  width: 2.15rem;
  height: 2.15rem;
  margin: 0;
}
.page-seo--bento .bento--problems-v2 .problem-copy {
  min-width: 0;
}
.page-seo--bento .bento--problems-v2 .impact-tag {
  display: inline-block;
  margin: 0 0 .3rem;
}
.page-seo--bento .bento--problems-v2 .problem-tile h3 {
  margin: 0 0 .3rem;
  font-size: .98rem;
  line-height: 1.3;
}
.page-seo--bento .bento--problems-v2 .problem-tile p {
  margin: 0;
  font-size: .84rem;
  line-height: 1.4;
  color: #64748b;
}
.page-seo--bento .bento--problems-v2 .problems-media {
  position: relative;
  min-height: 220px;
  max-height: 420px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .1);
  background: #0b1220;
}
.page-seo--bento .bento--problems-v2 .problems-media .section-photo {
  position: relative;
  margin: 0;
  height: 100%;
  min-height: 220px;
  border: 0;
  box-shadow: none;
  border-radius: 16px;
}
.page-seo--bento .bento--problems-v2 .problems-media .section-photo img {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
  border: 0;
  box-shadow: none;
  border-radius: 16px;
}
.page-seo--bento .bento--problems-v2 .problems-media figcaption {
  position: absolute;
  left: .85rem;
  right: .85rem;
  bottom: .85rem;
  z-index: 1;
  margin: 0;
  padding: .45rem .65rem;
  border-radius: 10px;
  background: rgba(11, 18, 32, .72);
  color: #e2e8f0;
  font-size: .78rem;
  line-height: 1.3;
}
@media (min-width: 760px) {
  .page-seo--bento .bento--problems-v2 {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr);
  }
  .page-seo--bento .bento--problems-v2 .problems-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .page-seo--bento .bento--problems-v2 .problems-media,
  .page-seo--bento .bento--problems-v2 .bento-cell--media {
    min-height: 100%;
    max-height: none;
    height: 100%;
  }
  .page-seo--bento .bento--problems-v2 .problems-media .section-photo,
  .page-seo--bento .bento--problems-v2 .problems-media .section-photo img {
    min-height: 100%;
    max-height: none;
    height: 100%;
  }
}

/* Fit section: matched baselines + even board padding */
.page-seo--bento .bento--fit {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 14px;
  align-items: stretch;
}
.page-seo--bento .bento--fit .fit-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 1.25rem 1.3rem 1.3rem;
  border-radius: 16px;
  box-sizing: border-box;
}
.page-seo--bento .bento--fit .fit-card--yes {
  background: linear-gradient(180deg, #eff6ff 0%, #fff 48%);
  border-color: #93c5fd;
}
.page-seo--bento .bento--fit .fit-card--no {
  background: #fff;
  border-color: rgba(15, 23, 42, .1);
}
.page-seo--bento .bento--fit .fit-card-head {
  display: flex;
  flex-direction: column;
  gap: .4rem;
  min-height: 5.1rem;
}
.page-seo--bento .bento--fit .fit-kicker {
  margin: 0;
  min-height: 1.05rem;
  line-height: 1.2;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #1d4ed8;
}
.page-seo--bento .bento--fit .fit-card h3 {
  margin: 0;
  min-height: 2.7em;
  font-size: 1.12rem;
  line-height: 1.35;
  color: #0b1220;
}
.page-seo--bento .bento--fit .fit-list {
  margin: 1rem 0 0;
  padding: 0;
  flex: 1 1 auto;
  display: grid;
  gap: .15rem;
  align-content: start;
}
.page-seo--bento .bento--fit .fit-list li {
  display: grid;
  grid-template-columns: 16px 1fr;
  column-gap: .7rem;
  align-items: start;
  padding: .42rem 0;
  font-size: .92rem;
  line-height: 1.4;
}
.page-seo--bento .bento--fit .fit-list li::before {
  position: static;
  grid-column: 1;
  grid-row: 1;
  width: 16px;
  height: 16px;
  margin-top: .12rem;
  top: auto;
  left: auto;
}
.page-seo--bento .bento--fit .fit-list li::after {
  left: 5px;
  top: calc(.42rem + .35rem);
}
.page-seo--bento .bento--fit .fit-note {
  margin: 1rem 0 0;
  padding-top: .85rem;
  border-top: 1px solid rgba(15, 23, 42, .08);
  font-size: .88rem;
  line-height: 1.45;
  color: #64748b;
}
@media (min-width: 700px) {
  .page-seo--bento .bento--fit {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
.page-seo--bento .bento-cell--media {
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, .1);
  box-shadow: none;
}
.page-seo--bento .bento--why .bento-cell {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(148, 163, 184, .22);
}
.page-seo--bento .bento--process {
  list-style: none;
  margin: 0;
  padding: 14px;
}
.page-seo--bento .bento--process .process-item {
  display: flex;
  gap: .9rem;
  align-items: flex-start;
  margin: 0;
  padding: 1.2rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
}
.page-seo--bento .bento--process .process-item::before {
  display: none;
}
.page-seo--bento .bento--solutions {
  padding: 14px;
}
.page-seo--bento .bento--solutions .solution-card {
  margin: 0;
  height: 100%;
  border: 1px solid rgba(15, 23, 42, .1);
  box-shadow: none;
}
.page-seo--bento .bento--solutions .solution-card--featured {
  border-color: rgba(29, 78, 216, .35);
}

/* SEO services board (6+ tiles, consistent with engines) */
.page-seo--bento .bento--services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.page-seo--bento .bento--services .service-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: .55rem;
  margin: 0;
  padding: 1.2rem 1.2rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  transition: border-color .2s, background .2s, transform .2s;
}
.page-seo--bento .bento--services .service-tile:hover {
  border-color: #93c5fd;
  background: #f8fbff;
  transform: translateY(-2px);
}
.page-seo--bento .bento--services .service-tile--feature {
  background: linear-gradient(160deg, #eff6ff 0%, #fff 58%);
  border-color: #93c5fd;
}
.page-seo--bento .bento--services .service-badge {
  position: absolute;
  top: .85rem;
  right: .85rem;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0b1220;
  background: #fdba74;
  border-radius: 999px;
  padding: .28rem .65rem;
}
.page-seo--bento .bento--services .service-kicker {
  margin: 0;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #1d4ed8;
}
.page-seo--bento .bento--services .service-tile h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.25;
  color: #0b1220;
}
.page-seo--bento .bento--services .service-blurb {
  margin: 0;
  font-size: .9rem;
  line-height: 1.45;
  color: #64748b;
}
.page-seo--bento .bento--services .service-tile ul {
  margin: .15rem 0 .35rem;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .4rem;
  flex: 1;
}
.page-seo--bento .bento--services .service-tile li {
  position: relative;
  padding-left: 1.1rem;
  font-size: .86rem;
  line-height: 1.4;
  color: #334155;
}
.page-seo--bento .bento--services .service-tile li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45rem;
  width: .45rem;
  height: .45rem;
  border-radius: 2px;
  background: #1d4ed8;
}
.page-seo--bento .bento--services .service-tile .btn {
  align-self: flex-start;
  margin-top: .35rem;
}
@media (min-width: 700px) {
  .page-seo--bento .bento--services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 980px) {
  .page-seo--bento .bento--services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-seo--bento .bento--services .service-tile:hover {
    transform: none;
  }
}
@media (min-width: 700px) {
  .page-seo--bento .bento--process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (min-width: 900px) {
  .page-seo--bento .bento {
    gap: 14px;
    padding: 16px;
  }
  .page-seo--bento .bento--solutions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
  .page-seo--bento .bento--solutions .solution-card--featured {
    grid-column: auto;
  }
}
@media (max-width: 899px) {
  .page-seo--bento .bento {
    padding: 10px;
    gap: 10px;
    border-radius: 16px;
  }
}

/* SEO benefits: tight asymmetric bento (fills empty gaps) */
.page-seo--bento #benefits.section--benefits {
  background:
    radial-gradient(80% 60% at 100% 0%, rgba(29, 78, 216, .08), transparent 55%),
    #f4f7fb;
}
.page-seo--bento .bento--benefits-v2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 12px;
  background: #d7e0ee;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 22px;
  align-items: stretch;
}
.page-seo--bento .bento--benefits-v2 .benefits-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}
.page-seo--bento .bento--benefits-v2 .benefit-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: .4rem;
  margin: 0;
  height: auto;
  min-height: 0;
  padding: 1rem 1.05rem 1.05rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-bottom: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  transition: border-color .2s, background .2s, transform .2s;
}
.page-seo--bento .bento--benefits-v2 .benefit-item:hover {
  border-color: #93c5fd;
  background: #f8fbff;
  transform: translateY(-2px);
  box-shadow: none;
}
.page-seo--bento .bento--benefits-v2 .benefit-item h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.3;
  color: #0b1220;
}
.page-seo--bento .bento--benefits-v2 .benefit-item p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.45;
  color: #64748b;
}
.page-seo--bento .bento--benefits-v2 .benefit-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  margin-bottom: .15rem;
  border-radius: 8px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .04em;
  color: #1d4ed8;
  background: #dbeafe;
}
.page-seo--bento .bento--benefits-v2 .benefit-item--feature {
  background: linear-gradient(160deg, #eff6ff 0%, #fff 58%);
  border-color: #93c5fd;
  padding: 1.15rem 1.2rem 1.2rem;
}
.page-seo--bento .bento--benefits-v2 .benefit-item--feature h3 {
  font-size: 1.12rem;
}
.page-seo--bento .bento--benefits-v2 .benefit-item--feature .benefit-num {
  background: #1d4ed8;
  color: #fff;
}
.page-seo--bento .bento--benefits-v2 .benefits-media {
  min-height: 240px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, .12);
  background: #0b1220;
  overflow: hidden;
}
.page-seo--bento .bento--benefits-v2 .benefits-media .section-photo,
.page-seo--bento .bento--benefits-v2 .benefits-media .section-photo img {
  margin: 0;
  width: 100%;
  height: 100%;
  min-height: 240px;
  max-height: none;
  object-fit: cover;
  object-position: center top;
  border-radius: 16px;
  border: 0;
  box-shadow: none;
}
@media (min-width: 760px) {
  .page-seo--bento .bento--benefits-v2 {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, .9fr);
    gap: 12px;
    padding: 14px;
    align-items: stretch;
  }
  .page-seo--bento .bento--benefits-v2 .benefits-tiles {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 12px;
    height: 100%;
    align-content: stretch;
    align-self: stretch;
  }
  .page-seo--bento .bento--benefits-v2 .benefit-item {
    height: 100%;
  }
  .page-seo--bento .bento--benefits-v2 .benefits-media,
  .page-seo--bento .bento--benefits-v2 .bento-cell--media {
    grid-column: 2;
    grid-row: 1;
    align-self: stretch;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
  .page-seo--bento .bento--benefits-v2 .benefits-media .section-photo {
    flex: 1 1 auto;
    height: 100%;
    min-height: 100%;
    display: flex;
  }
  .page-seo--bento .bento--benefits-v2 .benefits-media .section-photo img {
    flex: 1 1 auto;
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-seo--bento .bento--benefits-v2 .benefit-item:hover {
    transform: none;
  }
}

/* Benefits v3: trust ribbon + elegant equal-height board */
.page-seo--bento #benefits.section--benefits {
  background:
    radial-gradient(80% 55% at 100% 0%, rgba(29, 78, 216, .1), transparent 58%),
    linear-gradient(180deg, #f7f9fc 0%, #eef3f9 100%);
}
.page-seo--bento .benefits-trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin: 0 0 1.15rem;
  padding: .85rem 1rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
}
.page-seo--bento .benefits-trust-item {
  display: grid;
  gap: .15rem;
  text-align: center;
}
.page-seo--bento .benefits-trust-val {
  font-family: var(--font-display, "Plus Jakarta Sans", sans-serif);
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.1;
  color: #1d4ed8;
}
.page-seo--bento .benefits-trust-label {
  font-size: .78rem;
  color: #64748b;
}
.page-seo--bento .benefits-trust-note {
  grid-column: 1 / -1;
  margin: .15rem 0 0;
  text-align: center;
  font-size: .82rem;
  color: #64748b;
}
.page-seo--bento .bento--benefits-v3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 14px;
  background: linear-gradient(160deg, #dbe4f0 0%, #d2dce9 100%);
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 22px;
  align-items: stretch;
}
.page-seo--bento .bento--benefits-v3 .benefits-tiles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  min-width: 0;
}
.page-seo--bento .bento--benefits-v3 .benefit-item {
  display: flex;
  flex-direction: column;
  gap: .45rem;
  margin: 0;
  height: auto;
  padding: 1.05rem 1.1rem 1.15rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .07);
  border-radius: 16px;
  transition: border-color .2s, transform .2s, background .2s;
}
.page-seo--bento .bento--benefits-v3 .benefit-item:hover {
  border-color: #93c5fd;
  background: #f8fbff;
  transform: translateY(-2px);
}
.page-seo--bento .bento--benefits-v3 .benefit-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}
.page-seo--bento .bento--benefits-v3 .benefit-icon {
  display: grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
}
.page-seo--bento .bento--benefits-v3 .benefit-icon svg {
  width: 1.05rem;
  height: 1.05rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}
.page-seo--bento .bento--benefits-v3 .benefit-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.7rem;
  height: 1.5rem;
  padding: 0 .4rem;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .06em;
  color: #1d4ed8;
  background: #dbeafe;
}
.page-seo--bento .bento--benefits-v3 .benefit-item h3 {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.3;
  color: #0b1220;
}
.page-seo--bento .bento--benefits-v3 .benefit-item p {
  margin: 0;
  flex: 1 1 auto;
  font-size: .88rem;
  line-height: 1.5;
  color: #64748b;
}
.page-seo--bento .bento--benefits-v3 .benefits-aside {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .12);
  background: #0b1220;
}
.page-seo--bento .bento--benefits-v3 .benefits-aside .section-photo {
  margin: 0;
  flex: 1 1 auto;
  min-height: 180px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.page-seo--bento .bento--benefits-v3 .benefits-aside .section-photo img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  object-position: center top;
}
.page-seo--bento .bento--benefits-v3 .benefits-aside-panel {
  padding: 1.05rem 1.15rem 1.2rem;
  background: linear-gradient(180deg, rgba(15, 23, 42, .92) 0%, #0b1220 100%);
}
.page-seo--bento .bento--benefits-v3 .benefits-aside-kicker {
  margin: 0 0 .35rem;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #93c5fd;
}
.page-seo--bento .bento--benefits-v3 .benefits-aside-quote {
  margin: 0 0 .95rem;
  font-size: .92rem;
  line-height: 1.45;
  color: #e2e8f0;
}
.page-seo--bento .bento--benefits-v3 .benefits-aside-panel .btn {
  width: 100%;
  justify-content: center;
}
@media (min-width: 760px) {
  .page-seo--bento .benefits-trust {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    align-items: center;
    padding: .9rem 1.15rem;
  }
  .page-seo--bento .benefits-trust-item {
    text-align: left;
  }
  .page-seo--bento .benefits-trust-note {
    grid-column: auto;
    margin: 0;
    text-align: right;
    max-width: 14rem;
    justify-self: end;
  }
  .page-seo--bento .bento--benefits-v3 {
    grid-template-columns: minmax(0, 1.25fr) minmax(260px, .85fr);
    gap: 12px;
    align-items: stretch;
  }
  .page-seo--bento .bento--benefits-v3 .benefits-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 12px;
    height: 100%;
    align-content: stretch;
  }
  .page-seo--bento .bento--benefits-v3 .benefit-item {
    height: 100%;
  }
  .page-seo--bento .bento--benefits-v3 .benefits-aside {
    height: 100%;
    min-height: 100%;
  }
  .page-seo--bento .bento--benefits-v3 .benefits-aside .section-photo {
    min-height: 0;
  }
  .page-seo--bento .bento--benefits-v3 .benefits-aside .section-photo img {
    min-height: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-seo--bento .bento--benefits-v3 .benefit-item:hover {
    transform: none;
  }
}

/* SEO proof: tight bento board */
.page-seo--bento #proof.section--proof {
  background:
    radial-gradient(70% 50% at 0% 100%, rgba(29, 78, 216, .07), transparent 55%),
    #eef3f9;
}
.page-seo--bento .bento--proof-v2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 12px;
  background: #d7e0ee;
  border: 1px solid rgba(15, 23, 42, .1);
  border-radius: 22px;
  align-items: stretch;
}
.page-seo--bento .bento--proof-v2 .proof-main {
  display: grid;
  gap: 12px;
  min-width: 0;
}
.page-seo--bento .bento--proof-v2 .proof-card,
.page-seo--bento .bento--proof-v2 .proof-stat-tile {
  margin: 0;
  height: auto;
  min-height: 0;
  padding: 1.15rem 1.2rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  box-shadow: none;
  text-align: left;
}
.page-seo--bento .bento--proof-v2 .proof-kicker {
  margin: 0 0 .4rem;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #1d4ed8;
}
.page-seo--bento .bento--proof-v2 .proof-card strong {
  display: block;
  margin: 0 0 .85rem;
  font-size: 1.12rem;
  color: #0b1220;
}
.page-seo--bento .bento--proof-v2 .proof-card--reviews {
  background: linear-gradient(160deg, #eff6ff 0%, #fff 58%);
  border-color: #93c5fd;
}
.page-seo--bento .bento--proof-v2 .proof-card--reviews .gmb-card {
  display: inline-flex;
  margin: 0 0 .85rem;
  padding: .65rem .75rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 12px;
  transition: border-color .2s;
}
.page-seo--bento .bento--proof-v2 .proof-card--reviews .gmb-card:hover {
  border-color: #93c5fd;
}
.page-seo--bento .bento--proof-v2 .proof-card--reviews .gmb-card img {
  display: block;
  width: min(100%, 260px);
  height: auto;
}
.page-seo--bento .bento--proof-v2 .proof-card--reviews > p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.45;
  color: #64748b;
}
.page-seo--bento .bento--proof-v2 .proof-stat-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.page-seo--bento .bento--proof-v2 .proof-stat-tile {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  padding: 1rem 1.05rem;
}
.page-seo--bento .bento--proof-v2 .proof-stat-val {
  font-family: var(--font-display, "Plus Jakarta Sans", sans-serif);
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.1;
  color: #1d4ed8;
}
.page-seo--bento .bento--proof-v2 .proof-stat-label {
  font-size: .84rem;
  line-height: 1.35;
  color: #64748b;
}
.page-seo--bento .bento--proof-v2 .proof-card--deliverables {
  display: flex;
  flex-direction: column;
}
.page-seo--bento .bento--proof-v2 .proof-card--deliverables .check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .65rem;
}
.page-seo--bento .bento--proof-v2 .proof-card--deliverables .check-list li {
  margin: 0;
  font-size: .92rem;
  line-height: 1.4;
  color: #334155;
}
@media (min-width: 640px) {
  .page-seo--bento .bento--proof-v2 .proof-stat-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }
}
@media (min-width: 900px) {
  .page-seo--bento .bento--proof-v2 {
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .85fr) !important;
    grid-auto-rows: auto !important;
    gap: 12px;
    padding: 14px;
  }
  .page-seo--bento .bento--proof-v2 .proof-main {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }
  .page-seo--bento .bento--proof-v2 .proof-card--deliverables {
    grid-column: 2 !important;
    grid-row: 1 !important;
    height: 100%;
    justify-content: flex-start;
  }
  .page-seo--bento .bento--proof-v2 .bento-cell--wide {
    grid-column: auto !important;
  }
}

/* SEO proof v3: dense 3-column cards, no empty stretch */
.page-seo--bento .bento--proof-v3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 14px;
  align-items: stretch;
}
.page-seo--bento .bento--proof-v3 .proof-card {
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin: 0;
  height: auto;
  min-height: 0;
  padding: 1.2rem 1.25rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  box-shadow: none;
  text-align: left;
}
.page-seo--bento .bento--proof-v3 .proof-card--reviews {
  background: linear-gradient(160deg, #eff6ff 0%, #fff 55%);
  border-color: #93c5fd;
}
.page-seo--bento .bento--proof-v3 .proof-kicker {
  margin: 0;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #1d4ed8;
}
.page-seo--bento .bento--proof-v3 .proof-card > strong {
  display: block;
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.3;
  color: #0b1220;
}
.page-seo--bento .bento--proof-v3 .gmb-card {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin: 0;
  padding: .65rem .75rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 12px;
}
.page-seo--bento .bento--proof-v3 .gmb-card img {
  display: block;
  width: min(100%, 240px);
  height: auto;
}
.page-seo--bento .bento--proof-v3 .proof-lead {
  margin: 0;
  font-size: .9rem;
  line-height: 1.45;
  color: #64748b;
}
.page-seo--bento .bento--proof-v3 .proof-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .55rem;
  flex: 1 1 auto;
}
.page-seo--bento .bento--proof-v3 .proof-points li {
  position: relative;
  padding-left: 1.05rem;
  font-size: .9rem;
  line-height: 1.4;
  color: #334155;
}
.page-seo--bento .bento--proof-v3 .proof-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45rem;
  width: .45rem;
  height: .45rem;
  border-radius: 2px;
  background: #1d4ed8;
}
.page-seo--bento .bento--proof-v3 .proof-link {
  margin-top: auto;
  font-size: .92rem;
  font-weight: 700;
  color: #1d4ed8;
  text-decoration: none;
}
.page-seo--bento .bento--proof-v3 .proof-link:hover {
  text-decoration: underline;
}
.page-seo--bento .bento--proof-v3 .proof-stat-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .85rem;
  flex: 1 1 auto;
}
.page-seo--bento .bento--proof-v3 .proof-stat-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .75rem;
  align-items: start;
  padding: .75rem .8rem;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, .06);
  border-radius: 12px;
}
.page-seo--bento .bento--proof-v3 .proof-stat-val {
  font-family: var(--font-display, "Plus Jakarta Sans", sans-serif);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.1;
  color: #1d4ed8;
}
.page-seo--bento .bento--proof-v3 .proof-stat-copy {
  display: grid;
  gap: .2rem;
  min-width: 0;
}
.page-seo--bento .bento--proof-v3 .proof-stat-copy strong {
  font-size: .92rem;
  color: #0b1220;
}
.page-seo--bento .bento--proof-v3 .proof-stat-copy span {
  font-size: .82rem;
  line-height: 1.4;
  color: #64748b;
}
.page-seo--bento .bento--proof-v3 .proof-foot {
  margin: 0;
  font-size: .86rem;
  line-height: 1.45;
  color: #64748b;
}
.page-seo--bento .bento--proof-v3 .proof-card--deliverables .check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: .55rem;
  flex: 1 1 auto;
}
.page-seo--bento .bento--proof-v3 .proof-card--deliverables .check-list li {
  margin: 0;
  font-size: .9rem;
  line-height: 1.4;
  color: #334155;
}
.page-seo--bento .bento--proof-v3 .proof-card--deliverables .btn {
  align-self: flex-start;
  margin-top: .15rem;
}
@media (min-width: 900px) {
  .page-seo--bento .bento--proof-v3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-rows: auto !important;
  }
  .page-seo--bento .bento--proof-v3 .bento-cell--wide,
  .page-seo--bento .bento--proof-v3 .proof-card {
    grid-column: auto !important;
  }
}

/* SEO why: tight dark bento board */
.page-seo--bento #why.section--why .section-head--on-dark {
  max-width: 40rem;
  margin-bottom: 1.35rem;
}
.page-seo--bento #why.section--why .section-head--on-dark h2 {
  color: #f8fafc;
}
.page-seo--bento #why.section--why .section-head--on-dark .lead {
  color: #94a3b8;
}
.page-seo--bento #why.section--why .section-head--on-dark .stage-label {
  color: #93c5fd;
}
.page-seo--bento .bento--why-v2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 12px;
  margin-top: 0;
  background: rgba(8, 14, 28, .55);
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 22px;
  align-items: stretch;
}
.page-seo--bento .bento--why-v2 .why-tile {
  margin: 0;
  height: auto;
  min-height: 0;
  padding: 1.15rem 1.2rem 1.2rem;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(148, 163, 184, .2);
  border-radius: 16px;
  transition: border-color .2s, background .2s;
}
.page-seo--bento .bento--why-v2 .why-tile:hover {
  background: rgba(255, 255, 255, .09);
  border-color: rgba(147, 197, 253, .45);
}
.page-seo--bento .bento--why-v2 .why-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  margin-bottom: .55rem;
  border-radius: 8px;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .04em;
  color: #0b1220;
  background: #93c5fd;
}
.page-seo--bento .bento--why-v2 .why-tile h3 {
  margin: 0 0 .45rem;
  font-size: 1.05rem;
  line-height: 1.3;
  color: #f8fafc;
}
.page-seo--bento .bento--why-v2 .why-tile p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.45;
  color: #94a3b8;
}
.page-seo--bento .bento--why-v2 .why-tile--feature {
  background: linear-gradient(160deg, rgba(29, 78, 216, .28) 0%, rgba(255, 255, 255, .06) 60%);
  border-color: rgba(147, 197, 253, .4);
  padding: 1.25rem 1.3rem 1.35rem;
}
.page-seo--bento .bento--why-v2 .why-tile--feature h3 {
  font-size: 1.18rem;
}
.page-seo--bento .bento--why-v2 .why-tile--feature .why-num {
  background: #1d4ed8;
  color: #fff;
}
@media (min-width: 760px) {
  .page-seo--bento .bento--why-v2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto !important;
    gap: 12px;
    padding: 14px;
  }
  .page-seo--bento .bento--why-v2 .why-tile--feature {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }
}
@media (min-width: 960px) {
  .page-seo--bento .bento--why-v2 {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) !important;
  }
  .page-seo--bento .bento--why-v2 .why-tile--feature {
    grid-column: 1 !important;
    grid-row: 1 / span 2 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
  }
  .page-seo--bento .bento--why-v2 .why-tile:nth-child(2) {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }
  .page-seo--bento .bento--why-v2 .why-tile:nth-child(3) {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }
}

/* SEO engines board (replaces old expect cards) */
.page-seo--bento #expect.section--engines {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #0b1220;
}
.page-seo--bento #expect.section--engines.section--expect-photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    url("assets/images/ui/seo-closing-visual.webp?v=20260825ap") center / cover no-repeat;
  transform: scale(1.02);
}
.page-seo--bento #expect.section--engines.section--expect-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(120deg, rgba(11, 18, 32, .88) 0%, rgba(11, 18, 32, .72) 48%, rgba(15, 23, 42, .82) 100%),
    linear-gradient(180deg, rgba(11, 18, 32, .45) 0%, rgba(11, 18, 32, .78) 100%);
}
.page-seo--bento #expect.section--engines > .wrap {
  position: relative;
  z-index: 1;
}
.page-seo--bento #expect.section--engines .section-head .stage-label {
  color: #93c5fd;
}
.page-seo--bento #expect.section--engines .section-head h2 {
  color: #f8fafc;
}
.page-seo--bento #expect.section--engines .section-head .lead {
  color: #cbd5e1;
}
.page-seo--bento #expect.section--engines .engines-note {
  color: #94a3b8;
}
.page-seo--bento .bento--engines {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  padding: 12px;
  background: rgba(215, 224, 238, .92);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 22px;
  backdrop-filter: blur(6px);
}
.page-seo--bento .bento--engines .engine-tile {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  margin: 0;
  padding: 1.1rem 1.15rem;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 16px;
  transition: border-color .2s, background .2s, transform .2s;
}
.page-seo--bento .bento--engines .engine-tile:hover {
  border-color: #93c5fd;
  background: #f8fbff;
  transform: translateY(-2px);
}
.page-seo--bento .bento--engines .engine-logo {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 12px;
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, .06);
}
.page-seo--bento .bento--engines .engine-logo svg {
  display: block;
  width: 1.85rem;
  height: 1.85rem;
}
.page-seo--bento .bento--engines .engine-copy {
  min-width: 0;
}
.page-seo--bento .bento--engines .engine-copy h3 {
  margin: 0 0 .3rem;
  font-size: 1.02rem;
  color: #0b1220;
}
.page-seo--bento .bento--engines .engine-copy p {
  margin: 0;
  font-size: .88rem;
  line-height: 1.45;
  color: #64748b;
}
.page-seo--bento .bento--engines .engine-tile--feature {
  background: linear-gradient(160deg, #eff6ff 0%, #fff 58%);
  border-color: #93c5fd;
}
.page-seo--bento .bento--engines .engine-tile--feature .engine-logo {
  background: #fff;
  border-color: #bfdbfe;
}
.page-seo--bento .engines-note {
  margin: 1rem 0 0;
  font-size: .9rem;
  line-height: 1.45;
  color: #64748b;
  max-width: 40rem;
}
@media (min-width: 640px) {
  .page-seo--bento .bento--engines {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 14px;
  }
}
@media (min-width: 960px) {
  .page-seo--bento .bento--engines {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-seo--bento .bento--engines .engine-tile--feature {
    grid-column: span 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-seo--bento .bento--engines .engine-tile:hover {
    transform: none;
  }
}

/* Closing */
.closing-layout {
  display: grid;
  gap: 2rem;
  align-items: stretch;
}
@media (min-width: 860px) {
  .closing-layout { grid-template-columns: 1.05fr .95fr; gap: 2.5rem; }
  .closing-copy,
  .closing-media {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    justify-content: center;
  }
  .closing-media .media-frame--fill,
  .closing-media .section-photo {
    flex: 1;
    min-height: 360px;
  }
  .closing-media .section-photo img {
    min-height: 360px;
    height: 100%;
    aspect-ratio: auto;
  }
}
.closing .reassure {
  margin: 1rem 0 0;
  color: #94a3b8;
  font-size: .95rem;
}

/* Footer */
.site-footer {
  background: var(--attract);
  color: #94a3b8;
  padding: 3rem 0 5.5rem;
}
.site-footer strong {
  color: #f8fafc;
  display: block;
  margin-bottom: .85rem;
  font-family: var(--font-display);
  font-size: 1rem;
}
.site-footer a { color: #93c5fd; }
.site-footer a:hover { color: #fff; }
.footer-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  align-items: start;
}
@media (min-width: 860px) {
  .footer-grid { grid-template-columns: 1fr 1.15fr 1.2fr; gap: 2.25rem; }
}
.footer-brand p { margin: 0; }
.footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: .75rem;
}
.footer-contact-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .75rem;
  align-items: start;
  padding: .75rem .85rem;
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}
.footer-contact-list a,
.footer-contact-list span {
  color: #e2e8f0;
  font-size: .92rem;
  line-height: 1.45;
  text-decoration: none;
}
.footer-contact-list a:hover { color: #93c5fd; }
.footer-ico {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: rgba(29,78,216,.2);
  color: #93c5fd;
  flex-shrink: 0;
}
.footer-trust .gmb-card {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,.28);
  transition: transform .2s, box-shadow .2s;
}
.footer-trust .gmb-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0,0,0,.35);
}
.footer-trust .gmb-card img {
  width: 100%;
  max-width: 280px;
  height: auto;
}
.gmb-note {
  margin: .7rem 0 1rem;
  font-size: .82rem;
  color: #94a3b8;
  max-width: 18rem;
}
.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}
.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: #e2e8f0;
  text-decoration: none;
  transition: background .2s, color .2s, border-color .2s, transform .15s;
}
.social-btn:hover {
  background: var(--cta);
  border-color: var(--cta);
  color: #fff;
  transform: translateY(-1px);
  text-decoration: none;
}
.footer-bottom {
  margin-top: 2.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.footer-bottom-inner {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1.25rem;
  align-items: center;
  justify-content: space-between;
}
.footer-bottom p {
  margin: 0;
  font-size: .85rem;
  color: #94a3b8;
}
.footer-bottom a { color: #93c5fd; }

/* Sticky mobile CTA — shown after scroll > 50px (JS adds .is-visible) */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  width: 100%; max-width: 100vw; box-sizing: border-box;
  padding: .65rem max(var(--page-gutter), env(safe-area-inset-right, 0px)) calc(.65rem + env(safe-area-inset-bottom, 0px)) max(var(--page-gutter), env(safe-area-inset-left, 0px));
  background: rgba(11,18,32,.97);
  border-top: 1px solid rgba(255,255,255,.1);
  display: flex; gap: .5rem;
  transform: translateY(110%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform .28s ease, opacity .28s ease, visibility .28s;
}
.sticky-cta.is-visible {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sticky-cta .btn {
  flex: 1 1 0; min-width: 0; max-width: 100%;
  padding: .75rem .5rem;
  font-size: clamp(.72rem, 3.4vw, .85rem);
  white-space: normal; line-height: 1.2; text-align: center;
}

/* Desktop floating WhatsApp */
.wa-float {
  display: none;
  position: fixed;
  right: max(1.25rem, env(safe-area-inset-right, 0px));
  bottom: max(1.25rem, env(safe-area-inset-bottom, 0px));
  z-index: 70;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #25D366;
  color: #fff;
  box-shadow: 0 8px 24px rgba(37, 211, 102, .35);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}
.wa-float:hover {
  color: #fff;
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(37, 211, 102, .45);
}
.wa-float:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.wa-float svg {
  display: block;
  flex-shrink: 0;
}

@media (min-width: 860px) {
  .sticky-cta { display: none; }
  .wa-float { display: inline-flex; }
  .site-footer { padding-bottom: 3rem; }
}
.page-thank-you .site-footer { padding-bottom: 3rem; }
.page-thank-you .wa-float { display: inline-flex; }
.thank-you-wrap {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
}
.thank-you-wrap .lead { margin-inline: auto; }
.thank-you-card {
  text-align: left;
  margin: 1.5rem 0;
  padding: 1.25rem 1.35rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.thank-you-card h2 { font-size: 1.2rem; }
.thank-you-card .btn-row { margin-top: 1rem; }
.thank-you-back { margin: 0; }

/* Mobile refinements */
@media (max-width: 859px) {
  :root { --page-gutter: clamp(1rem, 4.5vw, 1.5rem); }
  body { padding-bottom: 0; }
  body.has-sticky-cta { padding-bottom: 5.75rem; }
  .page-thank-you { padding-bottom: 0; }
  .page-thank-you .site-footer { padding-bottom: 3rem; }
  .site-footer { padding-bottom: 3rem; }
  body.has-sticky-cta .site-footer { padding-bottom: 7rem; }
  .site-header .inner {
    gap: .75rem;
  }
  .logo img {
    height: 40px;
    max-width: min(190px, 58vw);
  }
  .btn-row { gap: .65rem; }
  .btn-row .btn { width: 100%; }
  .hero-copy .btn-row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: .65rem;
  }
  .hero-copy .btn-row .btn {
    width: auto;
    flex: 1 1 calc(50% - .35rem);
    white-space: normal;
    justify-content: center;
    padding: .85rem .7rem;
    font-size: clamp(.78rem, 3.4vw, .88rem);
    text-align: center;
    line-height: 1.25;
  }
  .hero-copy .btn-row .btn-wa {
    flex: 1 1 100%;
    width: 100%;
  }
  .btn {
    padding: .88rem 1.15rem;
    max-width: 100%;
  }
  h1 {
    font-size: clamp(1.4rem, 6.5vw, 1.9rem);
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  h2 {
    font-size: clamp(1.25rem, 5.2vw, 1.65rem);
  }
  h2, .lead { overflow-wrap: anywhere; word-break: break-word; }
  .hero { padding: 1.75rem 0 calc(2.25rem + 4.25rem); }
  .hero-photo {
    aspect-ratio: 4 / 5;
    max-height: min(420px, 70vw);
    border-radius: 16px;
    width: 100%;
  }
  .section-photo img {
    min-height: 220px;
  }
  .trust-strip {
    gap: .65rem;
    grid-template-columns: 1fr;
  }
  .trust-strip div {
    padding: .8rem .65rem;
  }
  .section-photo,
  .solution-photo,
  .solution-card,
  .feature-item,
  .reason-item,
  .form-shell,
  .case-frame,
  .media-frame,
  .device-duo {
    max-width: 100%;
    width: 100%;
  }
  .solutions-grid,
  .benefit-grid,
  .reason-grid,
  .faq-grid,
  .footer-grid,
  .split-panel,
  .offer-layout,
  .closing-layout,
  .why-layout,
  .process-list {
    gap: 1.15rem;
  }
  .solution-body {
    padding: 1.15rem 1.1rem 1.25rem;
  }
  .case {
    gap: 1.15rem;
  }
  .case-frame,
  .section-photo,
  .solution-photo {
    border-radius: 14px;
  }
  .case-viewport {
    --case-h: min(420px, 58vh);
  }
  .footer-brand-meta {
    flex-wrap: wrap;
  }
  .footer-brand-actions .btn {
    width: 100%;
  }
  .thank-you-card .btn-row {
    flex-direction: column;
  }
  .thank-you-card .btn-row .btn {
    width: 100%;
  }
  #book, #work, #problems, #solutions, #offer, #tech, #process {
    scroll-margin-top: 4.5rem;
    scroll-margin-bottom: 5.5rem;
  }
  .field input,
  .field select,
  .field textarea {
    font-size: 16px;
    min-height: 48px;
    max-width: 100%;
  }
  .form-actions .btn {
    flex: 1 1 100%;
    min-height: 48px;
  }
  .progress {
    flex-wrap: wrap;
    gap: .35rem;
  }
  .progress span { min-width: 0; }
  .closing-layout .btn-row { justify-content: stretch; }
  .footer-brand-copy,
  .gmb-note {
    max-width: 100%;
  }
  .sticky-cta .btn {
    font-size: clamp(.7rem, 3.2vw, .82rem);
    padding: .7rem .4rem;
  }
}

/* Very narrow phones */
@media (max-width: 380px) {
  :root { --page-gutter: .875rem; }
  .sticky-cta {
    flex-direction: column;
  }
  .logo img {
    max-width: min(160px, 52vw);
  }
}

@media (max-width: 560px) {
  :root { --page-gutter: clamp(.875rem, 4vw, 1.25rem); }
  .trust-strip { grid-template-columns: 1fr; }
  .hero-photo { aspect-ratio: 4 / 5; max-height: 360px; }
  .tech-card { min-width: 10.25rem; }
  .section {
    padding: clamp(2.5rem, 8vw, 3.5rem) 0;
  }
}

/* Tablet refinements */
@media (min-width: 560px) and (max-width: 959px) {
  .hero-grid {
    gap: 1.5rem;
  }
  .split-panel,
  .offer-layout,
  .closing-layout {
    gap: 1.5rem;
  }
  .solutions-grid {
    gap: 1.25rem;
  }
}

/* Reveal */
.reveal {
  opacity: 1;
  transform: none;
  transition: opacity .55s ease, transform .55s ease;
}
html.js .reveal.is-pending {
  opacity: 0;
  transform: translateY(16px);
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js .reveal.is-pending,
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .case-viewport img { transition: none !important; }
  .hero-mesh,
  .hero-grid-lines,
  .hero-dots,
  .hero-photo,
  .tech-track {
    animation: none !important;
  }
  .hero-mesh { transform: none; }
}
