/* ══════════════════════════════════════════════════════════════
   EatCrayons – Business Growth Partners
   © Rise Marketing Co., LLC – EatCrayons. 2026.
   ══════════════════════════════════════════════════════════════ */

/* ── SKIP LINK (Accessibility) ── */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 9999;
  padding: 12px 24px;
  background: var(--blue);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0 0 8px 0;
}
.skip-link:focus {
  position: fixed;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue: #448CF7;
  --blue-rgb: 68, 140, 247;
  --orange: #F2B37B;
  --orange-rgb: 242, 179, 123;
  --dark: #121217;
  --dark-2: #1a1a24;
  --dark-3: #0e0e13;
  --purple: #8B5CF6;
  --purple-dark: #7C3AED;
  --white: #ffffff;
  --t1: #ffffff;
  --t2: rgba(255,255,255,0.58);
  --t3: rgba(255,255,255,0.28);
  --t4: rgba(255,255,255,0.12);
  --border: rgba(255,255,255,0.09);
  --border-blue: rgba(68,140,247,0.4);
  --font-display: 'Inter', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --spring: cubic-bezier(0.34,1.56,0.64,1);
  --ease: cubic-bezier(0.4,0,0.2,1);
}

/* ── DISPLAY FONT — applied to all headings and headline elements ── */
h1, h2, h3, h4,
.hero-headline,
.about-headline,
.services-header h2,
.stat-num,
.pricing-headline,
.cta-headline,
.watermark-text,
.svc-card-num {
  font-family: var(--font-display);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--dark);
  color: var(--dark);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ── ANNOUNCEMENT BAR ── */
.announce-bar {
  position: fixed;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 300;
  background: var(--blue);
  height: 44px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 999px;
  transition: opacity 600ms ease, transform 600ms ease;
  cursor: pointer;
  text-decoration: none;
}
.announce-bar.hidden {
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
}
.announce-track {
  display: flex;
  white-space: nowrap;
  animation: ticker 48s linear infinite;
}
.announce-bar::before,
.announce-bar::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 1;
  pointer-events: none;
}
.announce-bar::before {
  left: 0;
  background: linear-gradient(to right, #448CF7, transparent);
  border-radius: 999px 0 0 999px;
}
.announce-bar::after {
  right: 0;
  background: linear-gradient(to left, #448CF7, transparent);
  border-radius: 0 999px 999px 0;
}
.announce-item {
  font-family: var(--font-body);
  color: white;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 0 28px;
}
.announce-item .dot {
  display: inline-block;
  margin: 0 8px;
  opacity: 0.5;
}
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ── HEADER ── */
#site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 40px;
  transition: z-index 0s;
}
#site-header.menu-open {
  z-index: 300;
}

.logo-mark {
  width: 41px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-shrink: 0;
}
.logo-mark svg { display: block; width: 100%; height: 100%; }
.logo-mark svg path {
  transition: fill 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.site-nav {
  display: flex;
  gap: 40px;
  list-style: none;
}
.site-nav a {
  font-family: var(--font-body);
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
  transition: color 500ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms ease;
}
.site-nav a:hover { opacity: 0.7; }
.site-nav.hidden a {
  opacity: 0;
  pointer-events: none;
}

/* ── HERO ── */
.hero {
  background: var(--dark);
  background-image:
    radial-gradient(ellipse at 8% 88%, rgba(var(--orange-rgb), 0.15) 0%, transparent 52%),
    radial-gradient(ellipse at 82% 12%, rgba(var(--blue-rgb), 0.12) 0%, transparent 52%);
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 140px 40px 100px;
}
.hero-inner {
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 55% 45%;
  gap: 60px;
  align-items: center;
}
.hero-eyebrow {
  font-family: var(--font-body);
  color: rgba(255,255,255,0.45);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.hero-headline {
  font-size: clamp(3rem, 4.8vw, 4.6rem);
  font-weight: 800;
  color: white;
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 28px;
}
.hero-headline .word-cycle {
  color: var(--blue);
  display: inline-block;
  min-width: 9.2ch;
  transition: opacity 260ms ease, transform 340ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.hero-sub {
  font-family: var(--font-body);
  color: rgba(255,255,255,0.58);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  max-width: 700px;
  margin-bottom: 44px;
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: white;
  color: var(--dark);
  border: 1.5px solid white;
  border-radius: 50px;
  padding: 6px 6px 6px 22px;
  font-size: 17px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: background 120ms ease, border-color 120ms ease, transform 400ms cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 120ms ease;
}
.btn-outline:hover {
  background: rgba(255,255,255,0.88);
  border-color: rgba(255,255,255,0.88);
  transform: scale(1.03);
}
.btn-outline:active {
  transform: scale(0.97);
  transition-duration: 60ms;
}
.btn-arrow-circle {
  width: 30px;
  height: 30px;
  background: var(--dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -1px; /* optical nudge */
}
.btn-arrow-circle svg path { stroke: white; }

/* ── ORB SYSTEM ── */
.orb-system {
  position: relative;
  width: 500px;
  height: 500px;
  flex-shrink: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Decorative orbital ring */
.orb-ring {
  position: absolute;
  top: 50%; left: 50%;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  border: 1px solid rgba(68,140,247,0.13);
  transform: translate(-50%, -50%);
  pointer-events: none;
  animation: ring-spin 60s linear infinite;
}
.orb-ring::before {
  content: '';
  position: absolute;
  top: -4px; left: -4px; right: -4px; bottom: -4px;
  border-radius: 50%;
  border: 1px solid rgba(68,140,247,0.05);
}
@keyframes ring-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Central orb */
.orb-center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 162px;
  height: 162px;
  border-radius: 50%;
  background: radial-gradient(circle at 33% 30%,
    #1e3566 0%,
    #0d1226 52%,
    #070b1a 100%
  );
  box-shadow:
    0 0 0 1px rgba(68,140,247,0.24),
    0 0 40px rgba(68,140,247,0.40),
    0 0 90px rgba(68,140,247,0.15),
    inset 0 1px 0 rgba(255,255,255,0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 2;
  animation: orb-breathe 5s ease-in-out infinite;
}
/* Specular highlight */
.orb-center::before {
  content: '';
  position: absolute;
  top: 14%; left: 18%;
  width: 42%; height: 30%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.20) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
@keyframes orb-breathe {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(68,140,247,0.24),
      0 0 40px rgba(68,140,247,0.40),
      0 0 90px rgba(68,140,247,0.15),
      inset 0 1px 0 rgba(255,255,255,0.10);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(68,140,247,0.35),
      0 0 60px rgba(68,140,247,0.58),
      0 0 130px rgba(68,140,247,0.24),
      inset 0 1px 0 rgba(255,255,255,0.14);
  }
}
.orb-center-logo {
  display: block;
  width: 52px;
  height: 53px;
  flex-shrink: 0;
}
.orb-center-text {
  font-family: var(--font-body);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.38);
  line-height: 1;
}

/* Rotating arms */
.orb-arm {
  position: absolute;
  top: 50%; left: 50%;
  width: 195px;
  height: 0;
  transform-origin: 0 0;
}
.orb-arm--1 { animation: orbit 60s linear infinite; }
.orb-arm--2 { animation: orbit 60s linear infinite -20s; }
.orb-arm--3 { animation: orbit 60s linear infinite -40s; }
@keyframes orbit {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* Satellite balls */
.orb-satellite {
  position: absolute;
  right: -53px;
  top: -53px;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Counter-rotate so satellite stays upright */
.orb-arm--1 .orb-satellite { animation: counter-orbit 60s linear infinite; }
.orb-arm--2 .orb-satellite { animation: counter-orbit 60s linear infinite -20s; }
.orb-arm--3 .orb-satellite { animation: counter-orbit 60s linear infinite -40s; }
@keyframes counter-orbit {
  from { transform: rotate(0deg); }
  to   { transform: rotate(-360deg); }
}
/* Specular highlight on each satellite */
.orb-satellite::before {
  content: '';
  position: absolute;
  top: 15%; left: 18%;
  width: 40%; height: 28%;
  background: radial-gradient(ellipse, rgba(255,255,255,0.40) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

/* Satellite color variants */
.orb-sat--1 {
  background: radial-gradient(circle at 32% 28%,
    rgba(130,190,255,0.98) 0%, rgba(50,110,230,0.98) 55%, rgba(20,55,160,1) 100%);
  box-shadow:
    0 0 0 1px rgba(68,140,247,0.45),
    0 0 22px rgba(68,140,247,0.65),
    0 0 54px rgba(68,140,247,0.28),
    inset 0 1px 0 rgba(255,255,255,0.22);
}
.orb-sat--2 {
  background: radial-gradient(circle at 32% 28%,
    rgba(195,155,255,0.98) 0%, rgba(130,65,245,0.98) 55%, rgba(70,20,160,1) 100%);
  box-shadow:
    0 0 0 1px rgba(139,92,246,0.45),
    0 0 22px rgba(139,92,246,0.65),
    0 0 54px rgba(139,92,246,0.28),
    inset 0 1px 0 rgba(255,255,255,0.22);
}
.orb-sat--3 {
  background: radial-gradient(circle at 32% 28%,
    rgba(255,225,175,0.98) 0%, rgba(235,155,75,0.98) 55%, rgba(160,75,15,1) 100%);
  box-shadow:
    0 0 0 1px rgba(242,179,123,0.45),
    0 0 20px rgba(242,179,123,0.58),
    0 0 50px rgba(242,179,123,0.20),
    inset 0 1px 0 rgba(255,255,255,0.28);
}

/* Labels — centered inside the satellite sphere */
.orb-sat-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.95);
  text-align: center;
  white-space: normal;
  max-width: 74px;
  line-height: 1.25;
  text-shadow: 0 1px 4px rgba(0,0,0,0.35);
}

/* ── ABOUT ── */
.about {
  background: white;
  padding: 130px 40px;
}
.about-inner {
  max-width: 1360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.about-headline {
  font-size: clamp(1.9rem, 3.2vw, 2.9rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
.about-quote-block {
  font-family: var(--font-body);
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  color: rgba(0,0,0,0.42);
  border-left: 3px solid var(--blue);
  padding-left: 20px;
  margin-bottom: 28px;
  line-height: 1.6;
}
.about-body p {
  font-family: var(--font-body);
  font-size: 15.5px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(0,0,0,0.58);
  margin-bottom: 18px;
}
.link-line {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: opacity 150ms;
}
.link-line:hover { opacity: 0.6; }

/* ── SERVICES ── */
.services {
  padding: 0 40px 120px;
}
.services-header {
  max-width: 1360px;
  margin: 0 auto;
  padding-bottom: 48px;
}
.services-header h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
  font-weight: 800;
  letter-spacing: -0.035em;
}
.services-subhead {
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  margin-top: 12px;
  letter-spacing: -0.01em;
}
.services-intro {
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin-top: 20px;
}
.services-intro-coda {
  font-size: clamp(0.95rem, 1.1vw, 1.05rem);
  font-weight: 600;
  color: rgba(255,255,255,0.75);
  margin-top: 10px;
}
.service-card {
  max-width: 1360px;
  margin: 0 auto 20px;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
}
/* Card 01 – Strategy */
.card-01-content {
  background: #4A8EF8;
  padding: 60px 40px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-01-visual {
  background: linear-gradient(145deg, #5B9BF9 0%, #4080E8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

/* Growth Strategy Pyramid */
.growth-pyramid {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.pyr-eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  margin: 0;
}
.pyr-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.pyr-level {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 52px;
  border-radius: 9999px;
  padding: 0 20px;
  transition: opacity 0.5s ease, translate 0.5s ease;
  cursor: default;
  opacity: 0;
  translate: 0 24px;
  backdrop-filter: blur(6px);
}
.growth-pyramid.in-view .pyr-level {
  opacity: 1;
  translate: 0 0;
}
.growth-pyramid.in-view .pyr-level--1 { transition-delay: 0s; }
.growth-pyramid.in-view .pyr-level--2 { transition-delay: 0.08s; }
.growth-pyramid.in-view .pyr-level--3 { transition-delay: 0.16s; }
.growth-pyramid.in-view .pyr-level--4 { transition-delay: 0.24s; }
.growth-pyramid.in-view .pyr-level--5 { transition-delay: 0.32s; }
.growth-pyramid.in-view .pyr-level--6 { transition-delay: 0.40s; }
.pyr-level--6 { width: 38%; background: rgba(255,255,255,0.95); color: rgba(15,40,120,0.95); }
.pyr-level--5 { width: 51%; background: rgba(255,255,255,0.68); color: rgba(15,40,120,0.95); }
.pyr-level--4 { width: 63%; background: rgba(255,255,255,0.46); color: rgba(15,40,120,0.95); }
.pyr-level--3 { width: 76%; background: rgba(255,255,255,0.28); color: rgba(15,40,120,0.95); }
.pyr-level--2 { width: 88%; background: rgba(255,255,255,0.15); color: rgba(15,40,120,0.95); }
.pyr-level--1 { width: 100%; background: rgba(255,255,255,0.07); color: rgba(15,40,120,0.95); }
.pyr-num {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  opacity: 0.5;
  flex-shrink: 0;
}
.pyr-text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.pyr-level[data-topic] {
  cursor: pointer;
  transition: opacity 0.5s ease, translate 0.5s ease;
}
.pyr-level[data-topic]:hover {
  background: rgba(255,255,255,0.95) !important;
  color: rgba(15,40,120,0.95) !important;
}

/* Pyramid Modal */
.pyr-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: rgba(10,15,40,0.7);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.pyr-modal-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}
.pyr-modal-card {
  background: #fff;
  border-radius: 20px;
  padding: 48px;
  max-width: 520px;
  width: 100%;
  position: relative;
  transform: scale(0.94) translateY(12px);
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1);
  box-shadow: 0 32px 80px rgba(0,0,0,0.25);
}
.pyr-modal-overlay.is-open .pyr-modal-card {
  transform: scale(1) translateY(0);
}
.pyr-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.06);
  color: rgba(0,0,0,0.5);
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}
.pyr-modal-close:hover { background: rgba(0,0,0,0.12); }
.pyr-modal-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
  margin: 0 0 10px;
}
.pyr-modal-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0a0f28;
  margin: 0 0 16px;
}
.pyr-modal-body {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(0,0,0,0.6);
  margin: 0;
}

/* Card 02 – Infrastructure */
.card-02-visual {
  background: linear-gradient(145deg, #9061F9 0%, #7C3AED 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow: hidden;
}
.card-02-content {
  background: linear-gradient(145deg, #7C3AED 0%, #6D28D9 100%);
  padding: 60px 40px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* Card 03 – Delivery */
.card-03-visual {
  background: linear-gradient(145deg, #EB9B4B 0%, #A04B0F 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  position: relative;
  overflow: hidden;
}
.card-03-visual-bg-num {
  position: absolute;
  font-size: 300px;
  font-weight: 700;
  color: rgba(255,255,255,0.05);
  line-height: 1;
  letter-spacing: -0.05em;
  bottom: -40px;
  left: -20px;
}
.card-03-content {
  background: var(--dark);
  background-image:
    radial-gradient(ellipse at 10% 85%, rgba(var(--orange-rgb), 0.10) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 15%, rgba(var(--blue-rgb), 0.08) 0%, transparent 50%);
  padding: 60px 40px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ── CIRCLE DIAGRAM ── */
/* Pentagon layout: radius 105px, starting from top, clockwise */
/* 1=top(0,-105) 2=upper-right(100,-32) 3=lower-right(62,85) 4=lower-left(-62,85) 5=upper-left(-100,-32) */
.circle-diagram {
  position: relative;
  width: 520px;
  height: 500px;
  flex-shrink: 0;
}
.role-bubble {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-weight: 600;
  line-height: 1.2;
  padding: 14px;
  opacity: 0;
  will-change: transform, opacity;
}
.role-bubble--front {
  width: 160px;
  height: 160px;
  margin: -80px 0 0 -80px;
  background: rgba(255,255,255,0.94);
  border: none;
  color: #7A3608;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  z-index: 3;
  box-shadow:
    0 0 0 6px rgba(255,255,255,0.18),
    0 16px 48px rgba(0,0,0,0.35);
}
.role-bubble--1,
.role-bubble--2,
.role-bubble--3,
.role-bubble--4,
.role-bubble--5 {
  width: 130px;
  height: 130px;
  margin: -65px 0 0 -65px;
  background: rgba(15,7,2,0.72);
  border: none;
  font-size: 9px;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.08);
}
.role-bubble--1 { z-index: 2; }
.role-bubble--2 { z-index: 1; }
.role-bubble--3 { z-index: 1; }
.role-bubble--4 { z-index: 1; }
.role-bubble--5 { z-index: 1; }
@keyframes bubble-in-front {
  0%   { opacity: 0; transform: scale(0); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes bubble-in-1 {
  0%   { opacity: 0; transform: translate(0px, -140px) scale(0); }
  100% { opacity: 0.88; transform: translate(0px, -140px) scale(1); }
}
@keyframes bubble-in-2 {
  0%   { opacity: 0; transform: translate(133px, -43px) scale(0); }
  100% { opacity: 0.82; transform: translate(133px, -43px) scale(1); }
}
@keyframes bubble-in-3 {
  0%   { opacity: 0; transform: translate(82px, 113px) scale(0); }
  100% { opacity: 0.78; transform: translate(82px, 113px) scale(1); }
}
@keyframes bubble-in-4 {
  0%   { opacity: 0; transform: translate(-82px, 113px) scale(0); }
  100% { opacity: 0.78; transform: translate(-82px, 113px) scale(1); }
}
@keyframes bubble-in-5 {
  0%   { opacity: 0; transform: translate(-133px, -43px) scale(0); }
  100% { opacity: 0.82; transform: translate(-133px, -43px) scale(1); }
}
.circle-diagram.popped .role-bubble--1 {
  animation: bubble-in-1 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.00s forwards;
}
.circle-diagram.popped .role-bubble--2 {
  animation: bubble-in-2 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.06s forwards;
}
.circle-diagram.popped .role-bubble--3 {
  animation: bubble-in-3 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.12s forwards;
}
.circle-diagram.popped .role-bubble--4 {
  animation: bubble-in-4 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.18s forwards;
}
.circle-diagram.popped .role-bubble--5 {
  animation: bubble-in-5 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) 0.24s forwards;
}
.circle-diagram.popped .role-bubble--front {
  animation: bubble-in-front 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.42s forwards;
}

.card-number {
  font-size: 110px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1;
  opacity: 0.9;
  margin-bottom: 20px;
}
.card-title {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.card-desc {
  font-size: 15px;
  line-height: 1.72;
  opacity: 0.78;
  max-width: 340px;
}
.card-cta {
  display: inline-block;
  margin-top: 24px;
  color: white;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: opacity 150ms;
}
.card-cta:hover { opacity: 0.6; }

/* Campaign mockup card stack */
@keyframes card-float {
  0%, 100% {
    transform: rotate(3deg) translateY(0px);
    box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 4px 12px rgba(0,0,0,0.3);
  }
  50% {
    transform: rotate(4.2deg) translateY(-16px);
    box-shadow: 0 44px 88px rgba(0,0,0,0.65), 0 10px 28px rgba(0,0,0,0.4);
  }
}
@keyframes card-float-back-1 {
  0%, 100% {
    transform: rotate(10deg) translateY(0px) translateX(52px);
    box-shadow: 0 18px 50px rgba(0,0,0,0.42), 0 3px 10px rgba(0,0,0,0.26);
  }
  50% {
    transform: rotate(9deg) translateY(-12px) translateX(52px);
    box-shadow: 0 34px 70px rgba(0,0,0,0.55), 0 7px 20px rgba(0,0,0,0.36);
  }
}
@keyframes card-float-back-2 {
  0%, 100% {
    transform: rotate(-4deg) translateY(0px) translateX(-56px);
    box-shadow: 0 14px 44px rgba(0,0,0,0.36), 0 2px 8px rgba(0,0,0,0.22);
  }
  50% {
    transform: rotate(-5deg) translateY(-10px) translateX(-56px);
    box-shadow: 0 28px 60px rgba(0,0,0,0.48), 0 5px 16px rgba(0,0,0,0.3);
  }
}
@keyframes card-fold-out-1 {
  from { transform: rotate(3.5deg) translateY(0) translateX(0); opacity: 0; }
  to   { transform: rotate(10deg)  translateY(0) translateX(52px); opacity: 0.75; }
}
@keyframes card-fold-out-2 {
  from { transform: rotate(3.5deg) translateY(0) translateX(0); opacity: 0; }
  to   { transform: rotate(-4deg)  translateY(0) translateX(-56px); opacity: 0.48; }
}

.card-stack {
  position: relative;
  width: 430px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-stack > .campaign-mockup {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -155px;
  width: 310px;
}
.card-stack:hover > .campaign-mockup {
  animation-play-state: paused;
}

.campaign-mockup {
  background: #0D0D14;
  border-radius: 14px;
  padding: 22px 26px;
  max-width: 310px;
  width: 100%;
  animation: card-float 4s ease-in-out infinite;
  will-change: transform;
  z-index: 3;
}
.campaign-mockup--back-1 {
  background: #111119;
  opacity: 0;
  animation: none;
  z-index: 2;
}
.campaign-mockup--back-2 {
  background: #151522;
  opacity: 0;
  animation: none;
  z-index: 1;
}

/* Fold out when in view */
.card-stack.folded-out .campaign-mockup--back-1 {
  animation:
    card-fold-out-1 0.75s cubic-bezier(0.34, 1.56, 0.64, 1) 0.45s forwards,
    card-float-back-1 4s ease-in-out 1.2s infinite;
}
.card-stack.folded-out .campaign-mockup--back-2 {
  animation:
    card-fold-out-2 0.75s cubic-bezier(0.34, 1.56, 0.64, 1) 0.2s forwards,
    card-float-back-2 4s ease-in-out 0.95s infinite;
}
.campaign-mockup-title {
  font-size: 13px;
  font-weight: 700;
  color: white;
  margin-bottom: 14px;
  line-height: 1.4;
}
.campaign-mockup-title em {
  color: var(--blue);
  font-style: normal;
}
.campaign-section {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.3);
  margin: 10px 0 4px;
}
.campaign-text {
  font-size: 11px;
  color: rgba(255,255,255,0.65);
  line-height: 1.6;
}
.campaign-pill {
  display: inline-block;
  background: rgba(255,255,255,0.08);
  border-radius: 4px;
  width: 32px;
  height: 32px;
  margin-top: 12px;
  vertical-align: middle;
}

/* Tool stack table */
.tool-stack { max-width: 480px; width: 100%; }
.tool-row {
  display: flex;
  align-items: center;
  background: rgba(0,0,0,0.35);
  border-radius: 50px;
  margin-bottom: 9px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-14px);
  will-change: transform, opacity;
}
@keyframes tool-row-in {
  from { opacity: 0; transform: translateX(-14px); }
  to   { opacity: 1; transform: translateX(0); }
}
.tool-stack.in-view .tool-row {
  animation: tool-row-in 0.42s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
.tool-stack.in-view .tool-row:nth-child(1) { animation-delay:   0ms; }
.tool-stack.in-view .tool-row:nth-child(2) { animation-delay:  55ms; }
.tool-stack.in-view .tool-row:nth-child(3) { animation-delay: 110ms; }
.tool-stack.in-view .tool-row:nth-child(4) { animation-delay: 165ms; }
.tool-stack.in-view .tool-row:nth-child(5) { animation-delay: 220ms; }
.tool-stack.in-view .tool-row:nth-child(6) { animation-delay: 275ms; }
.tool-stack.in-view .tool-row:nth-child(7) { animation-delay: 330ms; }
.tool-stack.in-view .tool-row:nth-child(8) { animation-delay: 385ms; }
.tool-cat {
  background: rgba(0,0,0,0.45);
  color: rgba(255,255,255,0.9);
  font-size: 13px;
  font-weight: 700;
  padding: 13px 20px;
  width: 90px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 50px 0 0 50px;
  letter-spacing: 0.02em;
}
.tool-vals {
  overflow: hidden;
  flex: 1;
  min-width: 0;
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  font-weight: 500;
  mask-image: linear-gradient(to right, transparent 0%, black 18%, black 82%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 18%, black 82%, transparent 100%);
  transform: translateZ(0);
}
.tool-vals-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: marquee-scroll 20s linear infinite;
}
.tool-vals-track > span {
  margin-right: 48px;
}
@keyframes marquee-scroll {
  from { transform: translate3d(0, 0, 0); }
  to   { transform: translate3d(-50%, 0, 0); }
}

/* ── TRUST / THREE PILLARS ── */
.trust {
  background: var(--dark);
  padding: 120px 40px;
  color: white;
}
.trust-inner { max-width: 1200px; margin: 0 auto; }

.trust-header { margin-bottom: 80px; }

.trust-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.32);
  margin-bottom: 20px;
}

.trust-heading {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: white;
}

.trust-pillars { border-top: 1px solid rgba(255,255,255,0.08); }

.trust-pillar {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 64px;
  padding: 56px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: background 300ms ease;
}

.trust-pillar-left { position: relative; }

.trust-pillar-num {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.22);
  margin-bottom: 18px;
}

.trust-pillar-title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
  color: white;
  transition: color 260ms ease;
}

.trust-pillar:hover .trust-pillar-title {
  color: rgba(255,255,255,0.85);
}

.trust-pillar-body p {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,0.55);
  margin-bottom: 18px;
}

.trust-pillar-body p:last-child { margin-bottom: 0; }

/* ── TESTIMONIALS ── */

/* ── PRICING ── */
.pricing {
  background: white;
  padding: 120px 40px;
}
.pricing-inner { max-width: 1360px; margin: 0 auto; }
.pricing-eyebrow {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.35);
  margin-bottom: 12px;
}
.pricing-headline {
  font-size: clamp(1.9rem, 3.2vw, 2.9rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  margin-bottom: 64px;
}

/* Logo carousel */
.logo-carousel {
  position: relative;
  overflow: hidden;
  margin-bottom: 64px;
}
.logo-carousel::before,
.logo-carousel::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.logo-carousel::before { left: 0; background: linear-gradient(to right, white 0%, transparent 100%); }
.logo-carousel::after  { right: 0; background: linear-gradient(to left,  white 0%, transparent 100%); }
.logo-track {
  display: flex;
  gap: 56px;
  align-items: center;
  animation: logoTicker 24s linear infinite;
}
.logo-item {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.22;
  color: var(--dark);
  white-space: nowrap;
}
@keyframes logoTicker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.pcard {
  border: 1px solid rgba(0,0,0,0.09);
  border-radius: 18px;
  padding: 48px;
}
.pcard-name {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.pcard-desc {
  font-size: 14px;
  line-height: 1.75;
  color: rgba(0,0,0,0.5);
  margin-bottom: 20px;
}
.pcard-tag {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.35);
  margin-bottom: 12px;
}
.pcard-quote {
  font-style: italic;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(0,0,0,0.6);
  margin-bottom: 20px;
}
.pcard-who {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0,0,0,0.5);
  margin-bottom: 32px;
}
.pcard-result {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(0,0,0,0.6);
  margin-top: 4px;
}
.pcard-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #2E1D0E 0%, #181218 100%);
  color: white;
  border-radius: 50px;
  padding: 13px 18px 13px 26px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 32px;
  transition: opacity 120ms ease, transform 400ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.pcard-cta:hover {
  opacity: 0.88;
  transform: scale(1.01);
}
.pcard-cta:active { transform: scale(0.98); }
.pcard-cta-arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.pcard-divider {
  border: none;
  border-top: 1px solid rgba(0,0,0,0.07);
  margin-bottom: 22px;
}
.pcard-includes-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0.35;
  margin-bottom: 16px;
}
.pcard-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(0,0,0,0.65);
  margin-bottom: 12px;
}
.pcard-check {
  color: var(--blue);
  font-size: 14px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── CTA SECTION ── */
.cta-section {
  background: white;
  padding: 120px 40px;
  text-align: center;
  border-top: 1px solid rgba(0,0,0,0.05);
}
.cta-inner { max-width: 960px; margin: 0 auto; }
.cta-headline {
  font-size: clamp(1.9rem, 3.8vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}
.cta-sub {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.72;
  color: rgba(0,0,0,0.48);
  max-width: 580px;
  margin: 0 auto 52px;
}
.cta-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-dark {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #2E1D0E 0%, #181218 100%);
  color: white;
  border-radius: 50px;
  padding: 13px 28px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  border: none;
  transition: background 120ms ease, transform 400ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn-dark:hover { opacity: 0.88; transform: scale(1.02); }
.btn-dark:active { transform: scale(0.97); }

/* ── CTA EMAIL FORM ── */
.cta-email-form {
  max-width: 520px;
  margin: 0 auto;
  width: 100%;
}

.cta-email-wrap {
  display: flex;
  align-items: center;
  background: rgba(0,0,0,0.04);
  border: 1.5px solid rgba(0,0,0,0.10);
  border-radius: 56px;
  padding: 6px 6px 6px 28px;
  transition: border-color 280ms ease, box-shadow 280ms ease;
}

.cta-email-wrap:focus-within {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(68, 140, 247, 0.15);
}

.cta-email-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--dark);
  padding: 12px 0;
  min-width: 0;
}

.cta-email-input::placeholder {
  color: rgba(0,0,0,0.35);
}

.cta-email-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--dark);
  color: white;
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform 320ms cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 280ms ease;
}

.cta-email-btn:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.cta-email-btn:active {
  transform: scale(0.97);
  transition-duration: 70ms;
}

.cta-email-arrow {
  font-size: 18px;
  line-height: 1;
  transition: transform 280ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cta-email-btn:hover .cta-email-arrow {
  transform: translateX(4px);
}

@media (max-width: 520px) {
  .cta-email-wrap {
    padding: 5px 5px 5px 20px;
  }
  .cta-email-input { font-size: 14px; }
  .cta-email-btn { padding: 10px 18px; font-size: 14px; }
}

/* ── MOBILE MENU ── */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 300;
  position: relative;
}
.nav-toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background: white;
  border-radius: 2px;
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
              opacity   0.25s ease,
              width     0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
  opacity: 0;
  width: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 250;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 40px 48px;
  pointer-events: none;
  visibility: hidden;
}
.mobile-menu.is-open {
  pointer-events: all;
  visibility: visible;
}
.mobile-menu-bg {
  position: absolute;
  inset: 0;
  background: #0e0e14;
  background-image:
    radial-gradient(ellipse 80% 60% at 15% 90%, rgba(242,179,123,0.18) 0%, transparent 55%),
    radial-gradient(ellipse 60% 50% at 85% 10%, rgba(68,140,247,0.15) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 50% 50%, rgba(139,92,246,0.10) 0%, transparent 60%);
  clip-path: circle(0% at calc(100% - 52px) 52px);
  transition: clip-path 0.55s cubic-bezier(0.77, 0, 0.18, 1);
}
.mobile-menu.is-open .mobile-menu-bg {
  clip-path: circle(150% at calc(100% - 52px) 52px);
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}
.mobile-menu-link {
  font-family: var(--font-display);
  font-size: clamp(42px, 11vw, 72px);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  line-height: 1.1;
  opacity: 0;
  transform: translateY(20px);
  transition: color 0.2s ease,
              opacity 0.4s ease,
              transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.mobile-menu-link:hover {
  color: var(--orange);
}
.mobile-menu.is-open .mobile-menu-link {
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu.is-open .mobile-menu-link[data-index="0"] { transition-delay: 0.18s; }
.mobile-menu.is-open .mobile-menu-link[data-index="1"] { transition-delay: 0.24s; }
.mobile-menu.is-open .mobile-menu-link[data-index="2"] { transition-delay: 0.30s; }
.mobile-menu.is-open .mobile-menu-link[data-index="3"] { transition-delay: 0.36s; }
.mobile-menu.is-open .mobile-menu-link[data-index="4"] { transition-delay: 0.42s; }

.mobile-menu-footer {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: flex;
  align-items: center;
  gap: 14px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.4s ease 0.5s, transform 0.4s ease 0.5s;
}
.mobile-menu.is-open .mobile-menu-footer {
  opacity: 1;
  transform: translateY(0);
}
.mobile-menu-logo {
  width: 28px;
  height: 28px;
  opacity: 0.5;
}
.mobile-menu-tagline {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

@media (max-width: 690px) {
  .nav-toggle { display: flex; }
}

/* ── FOOTER ── */
footer {
  background: white;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding: 28px 40px;
}
.footer-inner {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-left {
  display: flex;
  align-items: center;
  gap: 18px;
}
.social-icons {
  display: flex;
  gap: 14px;
  align-items: center;
}
.social-icons a {
  color: rgba(0,0,0,0.5);
  transition: color 150ms;
  display: flex;
  align-items: center;
}
.social-icons a:hover { color: var(--dark); }
.footer-copy {
  font-size: 12px;
  color: rgba(0,0,0,0.38);
}
.footer-nav-links {
  display: flex;
  gap: 28px;
}
.footer-nav-links a {
  font-size: 13px;
  color: rgba(0,0,0,0.45);
  text-decoration: none;
  transition: color 150ms;
}
.footer-nav-links a:hover { color: var(--dark); }
.footer-right {
  font-size: 12px;
  color: rgba(0,0,0,0.35);
  display: flex;
  align-items: center;
  gap: 6px;
}
.chamber-badge { display: inline-flex; }
.chamber-logo {
  height: 32px;
  width: auto;
  opacity: 0.5;
  transition: opacity 150ms;
}
.chamber-logo:hover { opacity: 0.8; }

/* ── WATERMARK ── */
.watermark-section {
  background: white;
  overflow: hidden;
  padding-top: 16px;
  line-height: 0.88;
  text-align: center;
  position: relative;
}
.watermark-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg,
    rgba(68, 140, 247, 0.72) 0%,
    rgba(139, 92, 246, 0.65) 30%,
    rgba(242, 179, 123, 0.55) 55%,
    rgba(139, 92, 246, 0.65) 75%,
    rgba(68, 140, 247, 0.72) 100%
  );
  background-size: 300% 300%;
  animation: sky-drift 30s ease infinite;
  mask-image: radial-gradient(ellipse 90% 220% at 50% 60%, black 0%, black 35%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 90% 220% at 50% 60%, black 0%, black 35%, transparent 80%);
}
.watermark-text {
  font-size: clamp(80px, 14vw, 200px);
  font-weight: 700;
  letter-spacing: -0.04em;
  color: white;
  white-space: nowrap;
  line-height: 0.88;
  user-select: none;
  transform: translateY(10%);
  position: relative;
}
@keyframes sky-drift {
  0%   { background-position: 0% 40%; }
  50%  { background-position: 100% 60%; }
  100% { background-position: 0% 40%; }
}

/* ── ANIMATIONS ── */
.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 480ms ease, transform 560ms cubic-bezier(0.34, 1.56, 0.64, 1);
}
.fade-up.in-view { opacity: 1; transform: translateY(0); }
.fade-up-d1 { transition-delay: 60ms; }
.fade-up-d2 { transition-delay: 120ms; }
.fade-up-d3 { transition-delay: 180ms; }

/* ── RESPONSIVE ── */
@media (max-width: 1000px) {
  #site-header { padding: 18px 24px; }
  .hero { padding: 130px 24px 80px; }
  .hero-inner { grid-template-columns: 1fr; gap: 52px; }
  .orb-system { width: 400px; height: 400px; }
  .orb-ring { width: 312px; height: 312px; }
  .orb-center { width: 130px; height: 130px; }
  .orb-center-logo { width: 42px; height: 43px; }
  .orb-arm { width: 156px; }
  .orb-satellite { width: 86px; height: 86px; right: -43px; top: -43px; }
  .orb-sat-label { font-size: 9px; max-width: 60px; }
  .about { padding: 80px 24px; }
  .about-inner { grid-template-columns: 1fr; gap: 40px; }
  .services { padding: 0 24px 80px; }
  .service-card { grid-template-columns: 1fr; min-height: auto; }
  .trust { padding: 80px 24px; }
  .trust-pillar { grid-template-columns: 1fr; gap: 24px; padding: 40px 0; }
  .trust-heading { font-size: 2rem; }
  .pricing { padding: 80px 24px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .cta-section { padding: 80px 24px; }
  footer { padding: 24px; }
  .footer-inner { flex-direction: column; text-align: center; gap: 12px; }
  .footer-left { flex-direction: column; }
}
@media (max-width: 690px) {
  .site-nav { display: none; }
  .hero-headline { font-size: 2.4rem; }
  .card-number { font-size: 72px; }
  .trust-pillar-title { font-size: 1.25rem; }
  .cta-headline { font-size: 1.8rem; }
  .pyr-text { white-space: normal; text-align: center; font-size: 11px; }
  .pyr-level { height: auto; min-height: 40px; padding: 8px 12px; }
  .card-02-visual { padding: 24px 20px; }
  .tool-cat { width: 72px; font-size: 11px; padding: 10px 10px; }
  .tool-vals { font-size: 12px; }
  .tool-vals-track > span { margin-right: 28px; }
  .orb-system { width: 320px; height: 320px; }
  .orb-ring { width: 250px; height: 250px; }
  .orb-center { width: 104px; height: 104px; }
  .orb-center-logo { width: 34px; height: 35px; }
  .orb-arm { width: 125px; }
  .orb-satellite { width: 68px; height: 68px; right: -34px; top: -34px; }
  .orb-sat-label { font-size: 7.5px; max-width: 48px; letter-spacing: 0.02em; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus rings */
:focus:not(:focus-visible) { outline: none; }
:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 3px;
  border-radius: 4px;
}
