/* D501 · HJ Creatives static ads · Convert × YouTube CTA patterns */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #0f172a;
  background: #f8fafc;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

:root {
  --color-primary: #0783fe;
  --color-primary-rgb: 7, 131, 254;
  --color-secondary: #0366d6;
  --color-secondary-rgb: 3, 102, 214;
  --color-accent: #38bdf8;
  --color-accent-rgb: 56, 189, 248;
  --color-light: #eef6ff;
  --radius: 16px;
  --border: #e2e8f0;
  --muted: #64748b;
  --surface: #ffffff;
  --shadow-sm: 0 4px 20px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 12px 40px rgba(15, 23, 42, 0.08);
}

.container { max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.container-narrow { max-width: 760px; margin: 0 auto; padding: 0 24px; }

.section { padding: 96px 0; }

/* Section tone system */
:root {
  --tone-dark-bg: linear-gradient(160deg, #0f172a 0%, #1e3a5f 55%, #0c4a6e 100%);
  --tone-tint-bg: linear-gradient(180deg, var(--color-light) 0%, #fff 100%);
  --tone-fade-bg: linear-gradient(180deg, #fff 0%, var(--color-light) 55%, #eef6ff 100%);
}

.section-tone-light {
  background: #fff;
  color: #0f172a;
}
.section-tone-light .section-title { color: #0f172a; }
.section-tone-light .section-sub { color: var(--muted); }
.section-tone-light .section-eyebrow { color: var(--color-primary); }
.section-tone-light .accent { color: var(--color-primary); }
.section-tone-light .cta-trust { color: var(--muted); }
.section-tone-tint {
  background: var(--tone-tint-bg);
  color: #0f172a;
}
.section-tone-tint .section-title { color: #0f172a; }
.section-tone-tint .section-sub { color: var(--muted); }
.section-tone-tint .section-eyebrow { color: var(--color-primary); }
.section-tone-dark,
.section-tone-dark-fixed,
.reviews-collage-section.section-tone-dark {
  background: var(--tone-dark-bg);
  color: #fff;
}
.section-tone-dark .section-eyebrow,
.section-tone-dark-fixed .section-eyebrow,
.reviews-collage-section .section-eyebrow { color: var(--color-accent); }
.section-tone-dark .section-title,
.section-tone-dark-fixed .section-title,
.reviews-collage-section .section-title { color: #fff; }
.section-tone-dark .section-sub,
.section-tone-dark-fixed .section-sub { color: rgba(255,255,255,0.72); }
.section-tone-dark .cta-trust,
.section-tone-dark-fixed .cta-trust,
.reviews-collage-section .cta-trust { color: rgba(255,255,255,0.62); }
.section-tone-dark .accent,
.section-tone-dark-fixed .accent { color: var(--color-accent); }

body.theme-light {
  background: #fff;
  color: #0f172a;
}
body.theme-light .hero {
  background:
    radial-gradient(ellipse 85% 65% at 50% -15%, rgba(var(--color-primary-rgb), 0.2) 0%, transparent 68%),
    radial-gradient(ellipse 45% 35% at 92% 8%, rgba(var(--color-accent-rgb), 0.12) 0%, transparent 55%),
    radial-gradient(ellipse 40% 30% at 8% 18%, rgba(var(--color-primary-rgb), 0.08) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, var(--color-light) 58%, #f8f9ff 100%);
}
body.theme-light .hero-marquee-band {
  background: #fff;
  border-top: 1px solid var(--border);
}
body.theme-light .section-why-static.section-tone-light {
  background: #fff;
  color: #0f172a;
}
body.theme-light .section-why-static.section-tone-light .section-eyebrow { color: var(--color-primary); }
body.theme-light .section-why-static.section-tone-light .section-title { color: #0f172a; }
body.theme-light .section-why-static.section-tone-light .section-sub { color: var(--muted); }
body.theme-light .section-why-static.section-tone-light .why-static-card {
  background: var(--color-light);
  border-color: rgba(var(--color-primary-rgb), 0.14);
}
body.theme-light .section-why-static.section-tone-light .why-static-icon-wrap {
  background: #fff;
  border-color: rgba(var(--color-primary-rgb), 0.18);
  color: var(--color-primary);
}
body.theme-light .section-why-static.section-tone-light .why-static-card h3 { color: #0f172a; }
body.theme-light .section-why-static.section-tone-light .why-static-card p { color: var(--muted); }

body.theme-alternating .hero-marquee-band--fade {
  background: var(--tone-fade-bg);
  border-top: 1px solid rgba(var(--color-primary-rgb), 0.1);
}
body.theme-alternating .hero-marquee-band--fade .marquee-headline { color: #64748b; }

/* Dark sections · card contrast */
.section-tone-dark .win-card,
.section-tone-dark .testimonial-card {
  background: rgba(255,255,255,0.98);
  border-color: rgba(255,255,255,0.22);
}
.section-tone-dark .win-quote-featured {
  background: rgba(255,255,255,0.96);
  border-color: rgba(255,255,255,0.2);
}
.section-tone-dark .ba-stack-row { background: transparent; }
.section-tone-dark .price-card {
  background: rgba(255,255,255,0.98);
  border-color: rgba(255,255,255,0.18);
}
.section-tone-dark .price-card h3,
.section-tone-dark .price-card .price-tagline,
.section-tone-dark .price-card .price-features li { color: #334155; }
.section-tone-dark .price-card h3 { color: #0f172a; }

.section-alt { background: #fff; }
.section-tint { background: var(--tone-tint-bg); }

.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 14px;
  text-align: center;
}

.section-title {
  font-size: clamp(1.875rem, 4.5vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.12;
  text-align: center;
  color: #0f172a;
  margin-bottom: 16px;
}

.process-title {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 400;
  letter-spacing: -0.03em;
}
.process-title-soft {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  color: #64748b;
}
.process-title-strong {
  font-family: 'Inter', system-ui, sans-serif;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.04em;
}

.section-sub {
  text-align: center;
  color: var(--muted);
  max-width: 680px;
  margin: 0 auto 52px;
  font-size: 1.0625rem;
  line-height: 1.65;
}

.section-note { font-size: 0.9375rem; font-style: italic; color: #94a3b8; }

/* Accent typography */
.accent {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-weight: 500;
  color: var(--color-primary);
}
.accent-script {
  font-family: 'Caveat', cursive;
  font-weight: 600;
  font-size: 1.08em;
  color: var(--color-secondary);
  letter-spacing: 0.01em;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
  font-family: inherit;
}
.btn-sm { padding: 10px 20px; font-size: 14px; }
.btn-lg { padding: 18px 32px; font-size: 17px; }
.btn-primary {
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  color: #fff;
  box-shadow: 0 8px 24px rgba(var(--color-primary-rgb), 0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 12px 32px rgba(var(--color-primary-rgb), 0.45);
}
.btn-ghost {
  background: #fff;
  color: #0f172a;
  border: 1.5px solid var(--border);
}
.btn-ghost:hover { border-color: var(--color-primary); color: var(--color-primary); }

/* CTA blocks (YouTube pattern) */
.cta-wrap {
  margin: 44px auto 0;
  text-align: center;
  max-width: 720px;
  padding: 0 8px;
}
.cta-wrap-large { max-width: 820px; margin-top: 36px; }

.cta-block {
  display: block;
  background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-primary) 55%, var(--color-secondary) 100%);
  color: #fff;
  padding: 28px 36px;
  border-radius: 18px;
  text-decoration: none;
  border: 2px solid rgba(255,255,255,0.2);
  box-shadow:
    0 24px 60px -8px rgba(var(--color-primary-rgb), 0.5),
    0 8px 24px rgba(0,0,0,0.12),
    inset 0 1px 0 rgba(255,255,255,0.18);
  transition: scale 0.2s, translate 0.2s, filter 0.2s, box-shadow 0.2s;
  animation: cta-subtle-pulse 3.2s ease-in-out infinite;
}
.cta-wrap-large .cta-block { padding: 32px 40px; }
.cta-block:hover {
  animation-play-state: paused;
  scale: 1.015;
  translate: 0 -3px;
  filter: brightness(1.06);
  box-shadow:
    0 28px 70px -8px rgba(var(--color-primary-rgb), 0.65),
    0 12px 32px rgba(0,0,0,0.16),
    inset 0 1px 0 rgba(255,255,255,0.22);
}
.cta-block-head {
  font-size: clamp(1.125rem, 2.5vw, 1.625rem);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}
.cta-block-arrow {
  display: inline-block;
  margin-left: 4px;
  transition: transform 0.2s;
}
.cta-block:hover .cta-block-arrow { transform: translateX(6px); }
.cta-block-sub {
  font-size: clamp(11px, 1.65vw, 14px);
  font-weight: 500;
  color: rgba(255,255,255,0.92);
  line-height: 1.35;
  white-space: nowrap;
  letter-spacing: -0.01em;
}
.cta-trust {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 14px;
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}
@keyframes cta-subtle-pulse {
  0%, 100% {
    scale: 1;
    box-shadow:
      0 24px 60px -8px rgba(var(--color-primary-rgb), 0.5),
      0 8px 24px rgba(0,0,0,0.12),
      inset 0 1px 0 rgba(255,255,255,0.18),
      0 0 0 0 rgba(var(--color-accent-rgb), 0);
  }
  50% {
    scale: 1.018;
    box-shadow:
      0 28px 66px -8px rgba(var(--color-primary-rgb), 0.62),
      0 8px 24px rgba(0,0,0,0.12),
      inset 0 1px 0 rgba(255,255,255,0.18),
      0 0 36px 12px rgba(var(--color-accent-rgb), 0.28);
  }
}
@keyframes cta-price-pulse {
  0%, 100% {
    scale: 1;
    box-shadow:
      0 10px 28px rgba(var(--color-primary-rgb), 0.35),
      0 0 0 0 rgba(var(--color-accent-rgb), 0);
  }
  50% {
    scale: 1.016;
    box-shadow:
      0 14px 34px rgba(var(--color-primary-rgb), 0.48),
      0 0 28px 8px rgba(var(--color-accent-rgb), 0.24);
  }
}
@media (prefers-reduced-motion: reduce) {
  .cta-block,
  .btn-price-cta {
    animation: none;
  }
  .nav-reveal {
    opacity: 1;
    transform: none;
  }
}

/* Sticky CTA */
.sticky-cta {
  position: fixed;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%) translateY(140%);
  z-index: 1000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 28px;
  background: linear-gradient(135deg, var(--color-accent) 0%, var(--color-primary) 55%, var(--color-secondary) 100%);
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.01em;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.2);
  box-shadow: 0 14px 36px rgba(0,0,0,0.28), 0 0 30px rgba(var(--color-primary-rgb), 0.45);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s;
  animation: sticky-glow-pulse 2.6s ease-in-out infinite;
}
.sticky-cta.visible { transform: translateX(-50%) translateY(0); }
.sticky-cta:hover {
  filter: brightness(1.06);
  box-shadow: 0 18px 44px rgba(0,0,0,0.32), 0 0 38px rgba(var(--color-primary-rgb), 0.6);
}
@keyframes sticky-glow-pulse {
  0%, 100% { box-shadow: 0 14px 36px rgba(0,0,0,0.28), 0 0 30px rgba(var(--color-primary-rgb), 0.45), 0 0 0 0 rgba(var(--color-accent-rgb), 0.4); }
  50% { box-shadow: 0 14px 36px rgba(0,0,0,0.28), 0 0 30px rgba(var(--color-primary-rgb), 0.45), 0 0 0 12px rgba(var(--color-accent-rgb), 0); }
}

/* Nav */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 18px 0;
  transition: background 0.25s, box-shadow 0.25s, padding 0.25s;
}
.nav.scrolled {
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  padding: 14px 0;
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.nav-brand {
  font-weight: 800;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  color: var(--color-primary);
}
.nav-links {
  display: none;
  gap: 28px;
  font-size: 14px;
  font-weight: 600;
  color: var(--muted);
}
.nav-links a:hover { color: var(--color-primary); }
@media (min-width: 960px) { .nav-links { display: flex; } }

/* Hero */
.hero {
  padding: 128px 0 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% -10%, rgba(var(--color-accent-rgb), 0.22) 0%, transparent 70%),
    linear-gradient(180deg, #fff 0%, var(--color-light) 100%);
}
.hero-inner {
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
  padding-bottom: 48px;
}

.hero-logo {
  max-height: 56px;
  width: auto;
  max-width: 220px;
  margin: 0 auto 28px;
  object-fit: contain;
}
.hero-logo--shadow {
  filter:
    drop-shadow(0 0 1px rgba(15, 23, 42, 0.75))
    drop-shadow(0 1px 3px rgba(15, 23, 42, 0.55))
    drop-shadow(0 4px 14px rgba(15, 23, 42, 0.28));
}

.hero-highlight {
  text-decoration: underline;
  text-decoration-color: var(--color-accent);
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
  font-weight: 900;
}

/* Convert-style trust pill */
.convert-trust-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 22px 10px 12px;
  border-radius: 999px;
  overflow: hidden;
  background: #080808;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 8px 32px rgba(0,0,0,0.22), inset 0 1px 0 rgba(255,255,255,0.08);
  margin-bottom: 32px;
  isolation: isolate;
}
.convert-trust-pill::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280%;
  height: 400%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(ellipse 62% 72% at 18% 42%, rgba(7, 131, 254, 0.88) 0%, transparent 72%),
    radial-gradient(ellipse 58% 68% at 82% 58%, rgba(56, 189, 248, 0.62) 0%, transparent 68%),
    radial-gradient(ellipse 54% 64% at 52% 28%, rgba(3, 102, 214, 0.78) 0%, transparent 65%),
    radial-gradient(ellipse 50% 58% at 68% 38%, rgba(7, 131, 254, 0.52) 0%, transparent 62%);
  animation: pill-blue-flow 8s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}
.convert-trust-pill::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    rgba(8, 8, 8, 0.9) 0%,
    rgba(8, 8, 8, 0.58) 32%,
    rgba(8, 8, 8, 0.22) 58%,
    rgba(8, 8, 8, 0.48) 100%
  );
  z-index: 0;
  pointer-events: none;
}
@keyframes pill-blue-flow {
  0%, 100% {
    transform: translate(-52%, -48%) rotate(0deg) scale(1.08);
  }
  25% {
    transform: translate(-46%, -54%) rotate(95deg) scale(1.14);
  }
  50% {
    transform: translate(-54%, -50%) rotate(190deg) scale(1.05);
  }
  75% {
    transform: translate(-48%, -46%) rotate(280deg) scale(1.12);
  }
}
@media (prefers-reduced-motion: reduce) {
  .convert-trust-pill::before { animation: none; }
}
.pill-avatars {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.pill-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255,255,255,0.9);
  margin-left: -10px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.pill-avatars .pill-avatar:first-child { margin-left: 0; }
.pill-text {
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.01em;
  white-space: nowrap;
}
.pill-text strong {
  font-weight: 800;
  color: #fff;
}

.hero-trust-pill {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

/* Page load reveal */
@media (prefers-reduced-motion: no-preference) {
  .reveal-item {
    opacity: 0;
    transform: translateY(24px);
    transition:
      opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .reveal-item.reveal-from-top {
    transform: translateY(-18px);
  }
  .reveal-item.reveal-scale {
    transform: translateY(24px) scale(0.96);
  }
  .hero-headline .hero-line {
    display: inline-block;
    opacity: 0;
    transform: translateY(32px);
    transition:
      opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .hero-headline .hero-line:nth-child(1) { transition-delay: 0.18s; }
  .hero-headline .hero-line:nth-child(3) { transition-delay: 0.3s; }
  .hero-headline .hero-line:nth-child(5) { transition-delay: 0.42s; }
  .hero-headline .hero-line:nth-child(7) { transition-delay: 0.54s; }
  body.page-ready .reveal-item {
    opacity: 1;
    transform: none;
  }
  body.page-ready .hero-headline .hero-line {
    opacity: 1;
    transform: none;
  }
  .nav-reveal {
    opacity: 0;
    transition:
      opacity 0.65s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.65s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .nav-reveal-from-left { transform: translateX(-36px); }
  .nav-reveal-from-right { transform: translateX(36px); }
  body.page-ready .nav-reveal {
    opacity: 1;
    transform: none;
  }
  body.page-ready .nav-reveal[data-nav-wave="0"] { transition-delay: 0.04s; }
  body.page-ready .nav-reveal[data-nav-wave="1"] { transition-delay: 0.16s; }
  body.page-ready .nav-reveal[data-nav-wave="2"] { transition-delay: 0.3s; }
  body.page-ready .nav-reveal[data-nav-wave="3"] { transition-delay: 0.44s; }
  body.page-ready .reveal-item[data-reveal-delay="0"] { transition-delay: 0.05s; }
  body.page-ready .reveal-item[data-reveal-delay="1"] { transition-delay: 0.12s; }
  body.page-ready .reveal-item[data-reveal-delay="2"] { transition-delay: 0.22s; }
  body.page-ready .reveal-item[data-reveal-delay="5"] { transition-delay: 0.62s; }
  body.page-ready .reveal-item[data-reveal-delay="6"] { transition-delay: 0.72s; }
  body.page-ready .reveal-item[data-reveal-delay="7"] { transition-delay: 0.82s; }
  body.page-ready .reveal-item[data-reveal-delay="8"] { transition-delay: 0.94s; }
}

/* Fixed bottom viewport blur */
.viewport-bottom-blur {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  pointer-events: none;
  z-index: 90;
  background: transparent;
  opacity: 0.65;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  mask-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.55) 38%, transparent 100%);
  -webkit-mask-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.55) 38%, transparent 100%);
}

.hero-headline {
  font-size: clamp(2rem, 5.5vw, 3.5rem);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.14;
  margin-bottom: 22px;
  color: #0f172a;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.hero-sub {
  color: var(--muted);
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  margin-bottom: 8px;
  line-height: 1.65;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.video-wrap {
  max-width: 900px;
  margin: 36px auto 0;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  background: #0f172a;
}
.video-wrap iframe { width: 100%; height: 100%; border: 0; }

.vsl-placeholder {
  max-width: 900px;
  margin: 36px auto 0;
  aspect-ratio: 16/9;
  border-radius: 20px;
  border: 2px dashed rgba(var(--color-primary-rgb), 0.35);
  background: linear-gradient(145deg, #fff 0%, var(--color-light) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.vsl-placeholder-inner { text-align: center; padding: 32px; max-width: 380px; }
.vsl-play-icon {
  width: 76px; height: 76px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 32px rgba(var(--color-primary-rgb), 0.4);
}
.vsl-placeholder-title { font-weight: 800; font-size: 1.125rem; margin-bottom: 8px; }
.vsl-placeholder-sub { font-size: 14px; color: var(--muted); line-height: 1.5; }

/* Hero logo marquee · static headline, highlighted viewport */
.hero-marquee-band {
  border-top: 1px solid var(--border);
  background: linear-gradient(180deg, #fff 0%, var(--color-light) 100%);
  padding: 36px 0 44px;
  text-align: center;
  overflow: hidden;
}
.marquee-headline {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 22px;
}
.logo-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 10%, #000 90%, transparent);
}
.logo-track {
  display: flex;
  align-items: center;
  gap: 36px;
  animation: logo-scroll 38s linear infinite;
  width: max-content;
  padding: 4px 0;
}
.logo-track--avatars {
  gap: 28px;
  animation: scroll 35s linear infinite;
  padding: 8px 0 4px;
}
.logo-bubble {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--color-accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  cursor: default;
  user-select: none;
}
.logo-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  border: 4px solid #fff;
  background: #fff;
  transition: transform 0.3s ease;
}
.logo-avatar:hover { transform: scale(1.08); }
@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.logo-item-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 128px;
  flex-shrink: 0;
}
.logo-item-wrap--large {
  height: 58px;
  width: 148px;
}
.logo-item {
  height: 40px;
  width: auto;
  max-width: 128px;
  object-fit: contain;
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.logo-item-wrap--large .logo-item {
  height: 58px;
  max-width: 148px;
}
.logo-item--gray {
  opacity: 0.72;
  filter: grayscale(100%);
}
.logo-item--color {
  position: absolute;
  inset: 0;
  margin: auto;
  opacity: 0;
}
.logo-item-wrap:hover .logo-item--gray { opacity: 0; }
.logo-item-wrap:hover .logo-item--color { opacity: 1; }
.logo-item-wrap:hover { transform: scale(1.04); }
@keyframes logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.samples-showcase.section-tone-tint {
  padding: 56px 0 72px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(var(--color-primary-rgb), 0.14) 0%, transparent 70%),
    var(--tone-tint-bg);
  border-bottom: 1px solid var(--border);
}
.samples-showcase .container {
  position: relative;
  z-index: 1;
}
.samples-confetti-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.samples-showcase.is-lit .sample-glow-wrap::before {
  opacity: 1;
  filter: blur(22px);
  animation: sample-glow-pulse 3.5s ease-in-out infinite;
}
@keyframes sample-glow-pulse {
  0%, 100% { opacity: 0.85; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}
.samples-showcase.section-tone-light {
  position: relative;
  overflow: hidden;
  padding: 56px 0 72px;
  background: #fff;
  border-bottom: 1px solid var(--border);
}
.samples-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 12px;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 12px;
}
.samples-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 900;
  letter-spacing: -0.035em;
  text-align: center;
  margin-bottom: 10px;
}
.samples-sub {
  text-align: center;
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto 40px;
  font-size: 1.0625rem;
}
.samples-showcase-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 860px) {
  .samples-showcase-grid { grid-template-columns: 1fr; max-width: 320px; }
}
.sample-glow-card { text-align: center; }
.sample-glow-wrap {
  position: relative;
  padding: 16px;
  margin-bottom: 16px;
}
.sample-glow-wrap::before {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 24px;
  background: radial-gradient(circle at 50% 60%, rgba(var(--color-primary-rgb), 0.45) 0%, rgba(var(--color-accent-rgb), 0.2) 45%, transparent 72%);
  filter: blur(18px);
  z-index: 0;
  opacity: 0.35;
  transition: opacity 0.8s ease, filter 0.8s ease;
}
.sample-frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 4/5;
  border-radius: 16px;
  border: 4px solid #fff;
  overflow: hidden;
  cursor: pointer;
  background: #f1f5f9;
  box-shadow:
    0 0 0 1px rgba(var(--color-primary-rgb), 0.15),
    0 20px 50px rgba(var(--color-primary-rgb), 0.28),
    0 8px 24px rgba(15, 23, 42, 0.12);
  transition: transform 0.25s, box-shadow 0.25s;
}
.sample-frame:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow:
    0 0 0 1px rgba(var(--color-primary-rgb), 0.25),
    0 28px 60px rgba(var(--color-primary-rgb), 0.38),
    0 12px 32px rgba(15, 23, 42, 0.14);
}
.sample-frame img { width: 100%; height: 100%; object-fit: cover; }
.sample-frame-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 24px;
  background: linear-gradient(160deg, #fff 0%, var(--color-light) 100%);
  text-align: center;
}
.sample-frame-ratio {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-primary);
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(var(--color-primary-rgb), 0.1);
}
.sample-frame-label {
  font-size: 14px;
  font-weight: 600;
  color: #475569;
  line-height: 1.4;
}
.sample-glow-meta { margin-top: 12px; }
.sample-glow-meta h3 { font-size: 0.9375rem; font-weight: 700; margin: 8px 0 12px; }
.sample-actions { display: flex; gap: 8px; justify-content: center; }

/* Samples (legacy grid) */
.samples-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}
.sample-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
}
.sample-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.sample-thumb {
  aspect-ratio: 4/5;
  background: #f1f5f9;
  cursor: pointer;
  overflow: hidden;
}
.sample-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sample-meta { padding: 22px; }
.sample-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-primary);
}
.sample-meta h3 { font-size: 1rem; font-weight: 700; margin: 8px 0 14px; }
.sample-actions { display: flex; gap: 8px; }

/* Why static · dark by default in alternating theme */
.section-why-static.section-tone-dark {
  background: var(--tone-dark-bg);
  color: #fff;
}
.section-why-static.section-tone-dark .section-eyebrow { color: var(--color-accent); }
.section-why-static.section-tone-dark .section-title { color: #fff; }
.section-why-static.section-tone-dark .section-sub { color: rgba(255,255,255,0.72); }
.why-static-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.why-static-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 28px 24px;
  backdrop-filter: blur(8px);
  transition: border-color 0.2s, transform 0.2s, background 0.2s;
}
.why-static-card:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(var(--color-accent-rgb), 0.45);
  transform: translateY(-3px);
}
.why-static-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(var(--color-accent-rgb), 0.25), rgba(var(--color-primary-rgb), 0.35));
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #fff;
}
.line-icon { display: flex; align-items: center; justify-content: center; }
.line-icon svg { width: 22px; height: 22px; }
.why-static-card h3 { font-size: 1.0625rem; font-weight: 700; color: #fff; margin-bottom: 8px; }
.why-static-card p { font-size: 14px; color: rgba(255,255,255,0.72); line-height: 1.6; }

/* Features (legacy) */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 22px;
}
.feature-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  transition: border-color 0.2s, transform 0.2s;
}
.feature-card:hover {
  border-color: rgba(var(--color-primary-rgb), 0.35);
  transform: translateY(-2px);
}
.feature-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: var(--color-light);
  color: var(--color-primary);
  font-weight: 800;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.feature-card h3 { font-size: 1.0625rem; font-weight: 700; margin-bottom: 8px; }
.feature-card p { color: var(--muted); font-size: 15px; line-height: 1.6; }

/* Featured wins · compact 2+1 grid */
.section-wins.section-tone-light {
  background: linear-gradient(180deg, var(--color-light) 0%, #fff 100%);
}
.section-wins.section-tone-dark {
  background: var(--tone-dark-bg);
}
.section-wins.section-tone-dark .section-eyebrow { color: var(--color-accent); }
.section-wins.section-tone-dark .section-title { color: #fff; }
.section-wins.section-tone-dark .section-sub { color: rgba(255, 255, 255, 0.72); }
.section-wins.section-tone-dark .accent { color: var(--color-accent); }
.section-wins.section-tone-dark .cta-trust { color: rgba(255, 255, 255, 0.62); }
.section-wins.section-tone-dark .win-card {
  background: #fff;
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.22);
}
.section-wins.section-tone-dark .win-quote-featured {
  background: linear-gradient(135deg, var(--color-light) 0%, #fff 100%);
  border-color: rgba(var(--color-primary-rgb), 0.18);
}
.win-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto 8px;
}
.win-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 8px;
}
.win-card {
  background: #fff;
  border: 1px solid rgba(var(--color-primary-rgb), 0.14);
  border-radius: 16px;
  padding: 22px 24px 20px;
  box-shadow: 0 6px 24px rgba(var(--color-primary-rgb), 0.07);
}
.win-card-header--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 16px;
}
.win-logo--center {
  height: 40px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  margin-bottom: 8px;
}
.win-category--center {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  margin: 0;
}
@media (max-width: 960px) {
  .win-grid { grid-template-columns: 1fr; max-width: 420px; }
}
.ba-stack {
  margin-bottom: 20px;
}
.ba-stack-header {
  display: grid;
  grid-template-columns: 88px 1fr 28px 1fr;
  gap: 8px;
  align-items: end;
  padding: 0 4px 10px;
  border-bottom: 1px solid var(--border);
  margin-bottom: 4px;
}
.ba-stack-head-label { visibility: hidden; }
.ba-stack-head-before,
.ba-stack-head-after {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8;
}
.ba-stack-head-after { text-align: right; }
.ba-stack-row {
  display: grid;
  grid-template-columns: 88px 1fr 28px 1fr;
  gap: 8px;
  align-items: center;
  padding: 14px 4px;
  background: #fff;
}
.ba-stack-metric {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94a3b8;
}
.ba-stack-before {
  font-size: 1.25rem;
  font-weight: 800;
  color: #dc2626;
  letter-spacing: -0.02em;
}
.ba-stack-after {
  font-size: 1.625rem;
  font-weight: 800;
  color: var(--color-primary);
  letter-spacing: -0.02em;
  text-align: right;
  text-shadow:
    0 0 18px rgba(var(--color-primary-rgb), 0.55),
    0 0 36px rgba(var(--color-primary-rgb), 0.25);
}
.ba-stack-row:last-of-type .ba-stack-after {
  font-size: 1.875rem;
}
.ba-stack-arrow {
  text-align: center;
  color: #64748b;
  font-size: 1.125rem;
}
.ba-stack-bar {
  height: 4px;
  background: linear-gradient(90deg, #dc2626 0%, var(--color-primary) 100%);
  border-radius: 0 0 8px 8px;
  margin-top: -4px;
  margin-bottom: 8px;
}
/* Owner quotes inside win cards */
.win-sm-testimonial {
  margin-top: 16px;
  padding: 18px 12px 8px;
  background: linear-gradient(180deg, rgba(var(--color-primary-rgb), 0.12) 0%, rgba(var(--color-primary-rgb), 0.06) 100%);
  border-radius: 14px;
}
.sm-quote-card {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 34px 22px 24px;
  text-align: center;
  box-shadow: 0 10px 32px rgba(var(--color-primary-rgb), 0.12);
  border: 1px solid rgba(var(--color-primary-rgb), 0.14);
}
.sm-quote-badge {
  position: absolute;
  top: -16px;
  left: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.75rem;
  line-height: 40px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(var(--color-primary-rgb), 0.45);
}
.sm-stars {
  color: #f2b05e;
  letter-spacing: 3px;
  font-size: 15px;
  margin-bottom: 14px;
}
.sm-quote-text {
  font-size: 14px;
  line-height: 1.65;
  color: #334155;
  margin: 0 0 18px;
  font-weight: 500;
}
.sm-quote-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.sm-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-light), #fff);
  border: 2px solid rgba(var(--color-primary-rgb), 0.2);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}
.sm-avatar--photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(var(--color-primary-rgb), 0.2);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
  margin-bottom: 4px;
  display: block;
}
.sm-quote-author strong {
  font-size: 14px;
  color: #0f172a;
}
.sm-quote-author span:last-child {
  font-size: 12px;
  color: #64748b;
}
.section-wins.section-tone-dark .win-sm-testimonial {
  background: rgba(255, 255, 255, 0.08);
}
.section-wins.section-tone-dark .sm-quote-card {
  background: #fff;
}

/* Legacy quote highlight */
.win-quote-highlight {
  position: relative;
  background: linear-gradient(135deg, var(--color-light) 0%, #fff 100%);
  border: 1px solid rgba(var(--color-primary-rgb), 0.18);
  border-radius: 16px;
  padding: 22px 24px 22px 48px;
  margin: 0;
}
.win-quote-mark {
  position: absolute;
  top: 8px;
  left: 16px;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3rem;
  line-height: 1;
  color: rgba(var(--color-primary-rgb), 0.22);
}
.win-quote-highlight p {
  font-size: 16px;
  line-height: 1.65;
  color: #334155;
  font-weight: 500;
  margin: 0;
}

/* Featured wins legacy grid */
.ba-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ba-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}
.ba-card-head {
  padding: 28px 32px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  color: #fff;
}
.ba-card-head h3 {
  font-size: 1.375rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 4px;
}
.ba-role { font-size: 14px; color: rgba(255,255,255,0.72); font-weight: 500; }

.ba-story {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-bottom: 1px solid var(--border);
}
@media (max-width: 720px) { .ba-story { grid-template-columns: 1fr; } }
.ba-story-col {
  padding: 28px 32px;
}
.ba-story-col + .ba-story-col {
  border-left: 1px solid var(--border);
}
@media (max-width: 720px) {
  .ba-story-col + .ba-story-col { border-left: none; border-top: 1px solid var(--border); }
}
.ba-story-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-primary);
  margin-bottom: 10px;
}
.ba-story-col p { font-size: 15px; color: #334155; line-height: 1.6; }

.ba-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0;
  background: #f8fafc;
}
.ba-metric {
  padding: 24px 28px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.ba-metric-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}
.ba-metric-values {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ba-before {
  font-size: 1.125rem;
  font-weight: 600;
  color: #94a3b8;
  text-decoration: line-through;
}
.ba-arrow { color: var(--color-primary); display: flex; }
.ba-after {
  font-size: 1.625rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #059669;
}

.ba-impact {
  padding: 22px 32px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--color-light);
}
.ba-impact-label {
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-primary);
  padding-top: 2px;
}
.ba-impact p { font-size: 15px; color: #334155; line-height: 1.55; }

/* Testimonials · centered row */
.testimonial-row {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding: 8px 4px 20px;
}
.testimonial-row .testimonial-card {
  flex: 0 0 min(280px, 100%);
  max-width: 300px;
  width: 100%;
}
@media (min-width: 960px) {
  .testimonial-row .testimonial-card {
    flex: 0 0 calc(33.333% - 14px);
    max-width: 320px;
  }
}
.testimonial-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.testimonial-video video {
  width: 100%;
  aspect-ratio: 9/16;
  max-height: 520px;
  object-fit: cover;
  object-position: center top;
  background: #0f172a;
  display: block;
  margin: 0 auto;
}
.video-iframe-wrap { aspect-ratio: 9/16; max-height: 520px; }
.video-iframe-wrap iframe { width: 100%; height: 100%; border: 0; }
.testimonial-meta { padding: 22px 24px; text-align: center; }
.testimonial-meta strong { display: block; font-size: 16px; margin-bottom: 4px; }
.testimonial-meta .role { font-size: 13px; color: var(--muted); }

/* Process · sticky scroll stack (Convert-style) */
.process-sticky-section { padding-bottom: 120px; }
.process-sticky-stack {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 48px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12vh;
}
.process-sticky-card {
  position: sticky;
  top: 92px;
  margin-bottom: 36px;
}
.process-sticky-card:nth-child(1) { z-index: 1; }
.process-sticky-card:nth-child(2) { z-index: 2; }
.process-sticky-card:nth-child(3) { z-index: 3; }
.process-sticky-card:nth-child(4) {
  z-index: 4;
  top: calc(92px + 84px);
}
.process-sticky-card:nth-child(5) { z-index: 5; }
.process-sticky-inner {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 44%);
  min-height: 340px;
  background: #fff;
  border: 2px solid rgba(var(--color-primary-rgb), 0.42);
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 10px 36px rgba(var(--color-primary-rgb), 0.1),
    0 2px 0 rgba(var(--color-primary-rgb), 0.06);
}
.process-sticky-copy {
  padding: 44px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.process-icon-badge {
  position: absolute;
  top: 24px;
  left: 28px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--color-light);
  border: 1px solid rgba(var(--color-primary-rgb), 0.15);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.process-icon-badge .line-icon svg { width: 20px; height: 20px; }
.process-sticky-num {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--color-primary);
  background: var(--color-light);
  padding: 4px 10px;
  border-radius: 8px;
  margin-bottom: 12px;
  width: fit-content;
}
.process-sticky-copy h3 {
  font-size: 1.375rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.process-sticky-copy p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 440px;
}
.process-sticky-visual {
  background: #f8fbff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(var(--color-primary-rgb), 0.12);
  min-height: 260px;
  padding: 20px;
}
.process-sticky-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
}

/* Process · daily delivery vertical marquee */
.process-delivery-viz {
  width: 100%;
  height: 100%;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(180deg, #fff 0%, var(--color-light) 100%);
}
.process-delivery-headline {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin-bottom: 16px;
  text-align: center;
}
.process-delivery-marquee {
  height: 140px;
  overflow: hidden;
  width: 100%;
  max-width: 220px;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}
.process-delivery-track {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  animation: delivery-scroll 14s linear infinite;
  width: 100%;
}
.process-delivery-chip {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-primary);
  background: #fff;
  border: 1px solid rgba(var(--color-primary-rgb), 0.2);
  border-radius: 10px;
  padding: 10px 18px;
  box-shadow: 0 4px 14px rgba(var(--color-primary-rgb), 0.12);
  min-width: 140px;
  text-align: center;
}
@keyframes delivery-scroll {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

/* Process · animated visuals (all steps) */
.process-viz {
  width: 100%;
  height: 100%;
  min-height: 220px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #fff 0%, var(--color-light) 100%);
}
.process-viz-research .viz-search-core {
  position: relative;
  z-index: 3;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(var(--color-primary-rgb), 0.2);
  color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(var(--color-primary-rgb), 0.18);
}
.process-viz-research .viz-search-ring {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(var(--color-primary-rgb), 0.25);
  animation: search-pulse 2.4s ease-out infinite;
}
.process-viz-research .viz-search-ring--2 { animation-delay: 0.8s; }
.process-viz-research .viz-search-ring--3 { animation-delay: 1.6s; }
.process-viz-research .viz-search-chip {
  position: absolute;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-primary);
  background: #fff;
  border: 1px solid rgba(var(--color-primary-rgb), 0.18);
  border-radius: 999px;
  padding: 6px 12px;
  box-shadow: 0 4px 14px rgba(var(--color-primary-rgb), 0.12);
  animation: search-float 3s ease-in-out infinite;
}
.process-viz-research .viz-search-chip--1 { top: 18%; left: 8%; animation-delay: 0s; }
.process-viz-research .viz-search-chip--2 { top: 12%; right: 6%; animation-delay: 0.5s; }
.process-viz-research .viz-search-chip--3 { bottom: 16%; left: 14%; animation-delay: 1s; }
@keyframes search-pulse {
  0% { transform: scale(0.55); opacity: 0.85; }
  100% { transform: scale(1.35); opacity: 0; }
}
@keyframes search-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.process-viz-design { perspective: 600px; }
.process-viz-design .viz-design-card {
  position: absolute;
  width: 108px;
  height: 135px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(var(--color-primary-rgb), 0.2);
  box-shadow: 0 10px 28px rgba(var(--color-primary-rgb), 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-primary);
  animation: design-stack 2.8s ease-in-out infinite;
}
.process-viz-design .viz-design-card--1 { z-index: 3; animation-delay: 0s; }
.process-viz-design .viz-design-card--2 { z-index: 2; animation-delay: 0.35s; opacity: 0.92; }
.process-viz-design .viz-design-card--3 { z-index: 1; animation-delay: 0.7s; opacity: 0.84; }
.process-viz-design .viz-design-card--image {
  padding: 0;
  overflow: hidden;
}
.process-viz-design .viz-design-card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.process-viz-design .viz-design-cursor {
  position: absolute;
  bottom: 22%;
  right: 18%;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background: var(--color-accent);
  box-shadow: 0 0 0 2px rgba(var(--color-accent-rgb), 0.35);
  animation: design-cursor 2.8s ease-in-out infinite;
}
@keyframes design-stack {
  0%, 100% { transform: rotate(-6deg) translateY(0); }
  50% { transform: rotate(4deg) translateY(-10px); }
}
@keyframes design-cursor {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-18px, -12px); }
}
.process-viz-iterate {
  padding: 20px;
  flex-direction: column;
}
.process-iterate-marquee {
  height: 140px;
  overflow: hidden;
  width: 100%;
  max-width: 220px;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 88%, transparent);
}
.process-iterate-track {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  animation: iterate-scroll 10s linear infinite;
  width: 100%;
}
.process-iterate-chip {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-secondary);
  background: #fff;
  border: 1px solid rgba(var(--color-secondary-rgb), 0.22);
  border-radius: 10px;
  padding: 10px 18px;
  box-shadow: 0 4px 14px rgba(var(--color-secondary-rgb), 0.12);
  min-width: 140px;
  text-align: center;
}
@keyframes iterate-scroll {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

/* Step 4 · iOS review notification */
.process-viz-notify {
  padding: 16px;
  background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
}
.ios-phone {
  width: 100%;
  max-width: 260px;
  min-height: 220px;
  border-radius: 28px;
  background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
  padding: 14px 12px 18px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 16px 40px rgba(15, 23, 42, 0.22);
  position: relative;
  overflow: hidden;
}
.ios-phone-notch {
  width: 88px;
  height: 18px;
  border-radius: 0 0 14px 14px;
  background: #020617;
  margin: 0 auto 14px;
}
.ios-notify-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 4px;
}
.ios-notify {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  padding: 12px 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  text-align: left;
  transform: translateY(24px);
  opacity: 0;
}
.ios-notify--ghost {
  animation: ios-notify-in 9s ease-in-out infinite;
  animation-delay: 0s;
}
.ios-notify--hero {
  animation: ios-notify-pop 9s ease-in-out infinite;
  animation-delay: 0.7s;
}
.ios-notify-app {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #64748b;
  margin-bottom: 4px;
}
.ios-notify strong {
  display: block;
  font-size: 13px;
  line-height: 1.35;
  color: #0f172a;
  margin-bottom: 2px;
}
.ios-notify span:last-child {
  font-size: 11px;
  color: #64748b;
}
@keyframes ios-notify-in {
  0%, 5% { transform: translateY(24px); opacity: 0; }
  10%, 62% { transform: translateY(0); opacity: 0.55; }
  72%, 100% { transform: translateY(-8px); opacity: 0; }
}
@keyframes ios-notify-pop {
  0%, 6% { transform: translateY(28px) scale(0.96); opacity: 0; }
  12%, 66% { transform: translateY(0) scale(1); opacity: 1; }
  76%, 100% { transform: translateY(-6px) scale(0.98); opacity: 0; }
}

@media (max-width: 720px) {
  .process-sticky-inner { grid-template-columns: 1fr; }
  .process-sticky-visual {
    border-left: none;
    border-top: 1px solid var(--border);
    min-height: 120px;
  }
  .process-sticky-card { top: 72px; }
  .process-sticky-card:nth-child(4) { top: calc(72px + 88px); }
}

/* Process (legacy grid) */
.quote-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}
.quote-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.quote-card::before {
  content: '"';
  position: absolute;
  top: 12px;
  left: 20px;
  font-family: 'Playfair Display', serif;
  font-size: 4rem;
  line-height: 1;
  color: rgba(var(--color-primary-rgb), 0.12);
}
.quote-card p { font-size: 16px; line-height: 1.65; color: #334155; margin-bottom: 18px; padding-top: 8px; }
.quote-card footer strong { display: block; font-size: 14px; }
.quote-card footer span { font-size: 13px; color: var(--muted); }

/* Process */
.process-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}
.process-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}
.process-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-primary));
}
.process-num {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  color: var(--color-primary);
  background: var(--color-light);
  padding: 5px 12px;
  border-radius: 8px;
  margin-bottom: 14px;
}
.process-card h3 { font-size: 1.0625rem; font-weight: 700; margin-bottom: 8px; }
.process-card p { font-size: 14px; color: var(--muted); line-height: 1.6; }

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  align-items: stretch;
}
.price-card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 36px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s, box-shadow 0.2s;
}
.price-card.featured {
  border-color: var(--color-primary);
  box-shadow: 0 20px 50px rgba(var(--color-primary-rgb), 0.18);
  transform: scale(1.02);
  padding-top: 0;
  overflow: hidden;
}
.price-badge-marquee {
  margin: 0 -32px 28px;
  padding: 11px 0;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 50%, var(--color-primary) 100%);
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent);
}
.price-badge-track {
  display: flex;
  align-items: center;
  gap: 28px;
  width: max-content;
  animation: price-badge-scroll 14s linear infinite;
}
.price-badge-label {
  flex-shrink: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}
@keyframes price-badge-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.price-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.price-card h3 { font-size: 1.3125rem; font-weight: 800; }
.price-tagline { color: var(--muted); font-size: 14px; margin: 8px 0 22px; }
.price-amount {
  font-size: 2.625rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  margin-bottom: 22px;
  color: var(--color-primary);
}
.price-amount span { font-size: 1rem; font-weight: 500; color: var(--muted); }
.price-per-ad {
  font-size: 14px;
  color: #334155;
  margin: -8px 0 8px;
}
.price-per-ad strong { color: var(--color-primary); font-weight: 800; }
.price-savings {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #059669;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  padding: 5px 12px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.price-features { list-style: none; flex: 1; margin-bottom: 26px; }
.price-features li {
  display: flex;
  gap: 10px;
  font-size: 14px;
  color: #334155;
  padding: 8px 0;
  border-bottom: 1px solid #f1f5f9;
}
.price-features .check { color: var(--color-primary); font-weight: 700; }
.video-plans {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 4px 0 24px;
}
.video-plan-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}
.video-plan-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.video-plan-label {
  font-size: 14px;
  color: #334155;
  line-height: 1.4;
}
.video-plan-label strong { color: #0f172a; font-weight: 800; }
.video-plan-per-video {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 500;
}
.video-plan-pricing {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex-shrink: 0;
  text-align: right;
}
.video-plan-monthly {
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--color-primary);
}
.video-plan-period {
  font-size: 0.95rem;
  font-weight: 600;
  color: #64748b;
  margin-left: 1px;
}
.video-plan-save {
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 800;
  color: #059669;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  padding: 4px 9px;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.section-tone-dark .video-plan-row {
  background: #fff;
  border-color: #e2e8f0;
}
.btn-price-cta {
  width: 100%;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 700;
  margin-top: auto;
  box-shadow: 0 10px 28px rgba(var(--color-primary-rgb), 0.35);
  animation: cta-price-pulse 3.2s ease-in-out infinite;
}
.btn-fill-hover {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: none;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  transition: scale 0.22s ease, translate 0.22s ease, box-shadow 0.22s ease;
}
.btn-fill-hover > span {
  position: relative;
  z-index: 1;
}
.btn-fill-hover::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(180deg, var(--color-secondary) 0%, #0c4a6e 100%);
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}
.btn-fill-hover:hover::after {
  transform: scaleY(1);
}
.btn-fill-hover:hover {
  animation-play-state: paused;
  scale: 1.012;
  translate: 0 -2px;
  filter: none;
  box-shadow: 0 14px 36px rgba(var(--color-primary-rgb), 0.48);
}
.price-fomo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  text-align: center;
}
.price-fomo-bell {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  animation: fomo-bell-ring 0.75s ease-in-out infinite;
  transform-origin: top center;
}
.sticky-cta-icon--bell {
  display: inline-block;
  animation: fomo-bell-ring 0.75s ease-in-out infinite;
  transform-origin: top center;
}
@keyframes fomo-bell-ring {
  0%, 42%, 100% { transform: rotate(0); }
  8% { transform: rotate(18deg); }
  16% { transform: rotate(-16deg); }
  24% { transform: rotate(14deg); }
  32% { transform: rotate(-12deg); }
  40% { transform: rotate(8deg); }
}
.price-volume-note {
  margin: 0 0 16px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.45;
  color: #64748b;
  text-align: left;
}
.price-card.featured .price-volume-note {
  color: rgba(255, 255, 255, 0.72);
}

/* FAQ */
.faq-list {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 8px 24px;
  box-shadow: var(--shadow-sm);
}
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item:last-child { border-bottom: none; }
.faq-trigger {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 20px 0;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  color: #0f172a;
  font-family: inherit;
}
.faq-icon {
  font-size: 22px;
  color: var(--color-primary);
  transition: transform 0.25s;
  flex-shrink: 0;
}
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}
.faq-item.open .faq-body { grid-template-rows: 1fr; }
.faq-inner { overflow: hidden; }
.faq-inner p { padding-bottom: 20px; color: var(--muted); font-size: 15px; line-height: 1.65; }
.faq-inner strong { color: #334155; }

/* Book · compact profile bar + full-width Calendly */
.book-section {
  background: #fff;
  padding: 64px 0 48px;
  scroll-margin-top: 80px;
  display: block;
}
.book-headline {
  margin-bottom: 12px;
}
.book-call-line {
  text-align: center;
  font-size: clamp(1.375rem, 3.5vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--color-primary);
  margin: 0 auto 28px;
  max-width: 640px;
  line-height: 1.2;
}
.book-container { max-width: 920px; width: 100%; }
.book-profile-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 14px 18px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-sm);
  flex-wrap: wrap;
}
.book-profile-bar img {
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.book-profile-bar h3 {
  font-size: 0.9375rem;
  margin: 0 0 2px;
}
.book-profile-bar .role {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.book-profile-meta {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  color: var(--muted);
}
.calendly-wrap {
  min-width: 0;
  width: 100%;
  overflow: hidden;
}
.calendly-embed,
.calendly-inline-widget {
  height: 920px;
  min-height: 920px;
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.calendly-embed iframe {
  height: 920px !important;
  min-height: 920px !important;
  width: 100% !important;
  border: 0;
  overflow: hidden;
}
@media (max-width: 720px) {
  .book-profile-meta { margin-left: 0; width: 100%; }
  .calendly-embed,
  .calendly-inline-widget,
  .calendly-embed iframe {
    height: 780px;
    min-height: 780px;
  }
  .cta-block-sub { white-space: normal; font-size: 12px; }
  .cta-trust { gap: 10px; font-size: 11px; }
}

/* Final CTA */
.final-cta {
  text-align: center;
  padding: 96px 24px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  color: #fff;
}
.final-cta h2 {
  font-size: clamp(1.625rem, 4vw, 2.375rem);
  font-weight: 800;
  margin-bottom: 14px;
  color: #fff;
}
.final-cta p { color: rgba(255,255,255,0.72); max-width: 520px; margin: 0 auto 32px; line-height: 1.6; }

/* Portfolio carousel */
.portfolio-track-wrap {
  overflow: hidden;
  padding: 8px 0 32px;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.portfolio-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: portfolio-scroll 45s linear infinite;
  padding: 0 24px;
}
@keyframes portfolio-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.portfolio-card { width: 240px; flex-shrink: 0; }
.portfolio-thumb {
  aspect-ratio: 4/5;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid rgba(var(--color-primary-rgb), 0.12);
  background: #f1f5f9;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(var(--color-primary-rgb), 0.1);
}
.portfolio-thumb img { width: 100%; height: 100%; object-fit: cover; }
.portfolio-placeholder {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px;
  text-align: center;
  background: linear-gradient(160deg, var(--color-light), #fff);
}
.portfolio-format {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-primary);
}
.portfolio-brand { font-size: 13px; font-weight: 600; color: #475569; }
.portfolio-caption { padding: 10px 4px 0; font-size: 13px; color: var(--muted); }
.portfolio-caption strong { display: block; color: #0f172a; font-size: 14px; }

.footer {
  padding: 36px 0;
  border-top: 1px solid var(--border);
  background: #fff;
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  color: var(--muted);
}
.footer-inner a:hover { color: var(--color-primary); }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.92);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.lightbox[hidden] { display: none !important; }
.lightbox img { max-height: 90vh; max-width: 100%; border-radius: 14px; }
.lightbox-close {
  position: absolute;
  top: 20px; right: 20px;
  width: 44px; height: 44px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

/* Portfolio · images only */
.section-portfolio.section-tone-light { padding: 56px 0 64px; background: #fff; }
.section-portfolio .section-eyebrow,
.section-portfolio .section-title { text-align: center; }
.section-portfolio .section-title { margin-bottom: 28px; }

/* Fiverr / DM review collage · always dark */
.reviews-collage-section {
  background: var(--tone-dark-bg);
  color: #fff;
}
.reviews-collage-section .section-title { color: #fff; }
.reviews-collage-section .section-eyebrow { color: var(--color-accent); }
.reviews-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 auto 20px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
}
.reviews-collage-section .container { text-align: center; }
.reviews-badge .stars { color: #fbbf24; letter-spacing: 2px; }
.reviews-intro {
  text-align: center;
  color: rgba(255,255,255,0.65);
  font-size: 16px;
  max-width: 640px;
  margin: 0 auto 48px;
  line-height: 1.6;
}
.fiverr-collage {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}
.fiverr-card {
  width: 200px;
  flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.35);
  transform: rotate(var(--rot, 0deg));
  transition: transform 0.3s cubic-bezier(.2,.9,.3,1.3), z-index 0s linear 0.3s;
  position: relative;
  z-index: 1;
}
.fiverr-card:hover {
  transform: rotate(0deg) scale(1.55);
  z-index: 10;
  transition: transform 0.3s cubic-bezier(.2,.9,.3,1.3), z-index 0s;
  box-shadow: 0 20px 50px rgba(0,0,0,0.55);
}
.fiverr-card img {
  display: block;
  width: 100%;
  height: auto;
  cursor: zoom-in;
}
.reviews-collage-section .cta-trust { color: rgba(255,255,255,0.55); }
@media (max-width: 768px) {
  .fiverr-card { width: 140px; }
  .fiverr-card:hover { transform: rotate(0deg) scale(1.3); }
  .convert-trust-pill { flex-wrap: wrap; justify-content: center; max-width: 100%; }
  .pill-text { white-space: normal; text-align: center; font-size: 12px; }
}
