:root {
  --bg: #F5F5F2;
  --bg-card: #FFFFFF;
  --ink: #0A0F0A;
  --ink-2: #1A2420;
  --muted: #6B7169;
  --line: rgba(10,15,10,0.10);
  --brand: #0F8A3C;
  --brand-deep: #0B2D16;
  --brand-dark-bg: #0A1810;
  --accent: #0F8A3C;
  --red: #C0392B;
  --chip: #E8F3EC;
  --maxw: 1240px;
  --pad-x: clamp(20px, 4vw, 64px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  margin: 0; padding: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

.pointer-glow,
.pointer-ring {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.2s ease, transform 0.08s linear, width 0.2s ease, height 0.2s ease, border-color 0.2s ease;
}
.pointer-glow {
  width: 92px;
  height: 92px;
  margin-left: -46px;
  margin-top: -46px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(15,138,60,0.20) 0%, rgba(15,138,60,0.12) 26%, rgba(15,138,60,0.035) 52%, rgba(15,138,60,0) 68%);
}
.pointer-ring {
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  border: 1.5px solid rgba(15,138,60,0.65);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.28) inset;
}
body.pointer-active .pointer-glow,
body.pointer-active .pointer-ring {
  opacity: 1;
}
body.pointer-hovering .pointer-ring {
  width: 28px;
  height: 28px;
  margin-left: -14px;
  margin-top: -14px;
  border-color: rgba(15,138,60,0.8);
}

/* ---------- Layout primitives ---------- */
.section { padding: clamp(64px, 9vw, 140px) var(--pad-x); position: relative; }
.container { max-width: var(--maxw); margin: 0 auto; }
.section.dark { background: var(--brand-dark-bg); color: #F5F5F2; }
.section.dark .h-display, .section.dark .h-title, .section.dark .h-sub { color: #FFFFFF; }
.section.dark .outline { color: #FFFFFF; -webkit-text-stroke: 0; }
.section.dark .outline-display {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,0.92);
  text-shadow: 0 0 18px rgba(255,255,255,0.08);
}
.section.dark .body-l, .section.dark .body-m { color: rgba(245,245,242,0.82); }
.section.dark .eyebrow { color: #FFFFFF; }
.section.dark .eyebrow::before { background: var(--brand); }
.section.dark .label-sm { color: rgba(245,245,242,0.55); }
.section.dark .card { background: rgba(255,255,255,0.04); border-color: rgba(255,255,255,0.12); color: #fff; }
.section.dark .pain-row { color: rgba(245,245,242,0.92); border-color: rgba(255,255,255,0.1); }

.flex-col { display: flex; flex-direction: column; }
.flex-row { display: flex; flex-direction: row; }
.center { align-items: center; justify-content: center; text-align: center; }
.space-btw { justify-content: space-between; }
.grow { flex: 1; }

/* ---------- Type ---------- */
.eyebrow {
  font-size: 14px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--ink); font-weight: 700;
  display: inline-flex; align-items: center; gap: 12px;
  margin-bottom: 20px;
}
.eyebrow::before {
  content: ""; width: 28px; height: 3px; background: var(--brand); border-radius: 2px;
}
.h-display {
  font-weight: 900;
  font-size: clamp(44px, 7.2vw, 96px);
  line-height: 0.96; letter-spacing: -0.035em;
  color: var(--ink); text-wrap: balance;
  margin: 0;
}
.h-title {
  font-weight: 900;
  font-size: clamp(36px, 5.4vw, 68px);
  line-height: 1.02; letter-spacing: -0.03em;
  color: var(--ink); text-wrap: balance;
  margin: 0;
}
.h-sub {
  font-weight: 400;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.45; color: var(--ink-2); letter-spacing: -0.005em;
  margin: 0;
}
.body-l { font-size: clamp(17px, 1.4vw, 20px); line-height: 1.55; color: var(--ink-2); }
.body-m { font-size: clamp(16px, 1.25vw, 18px); line-height: 1.55; color: var(--ink-2); }
.label-sm { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 700; }

.outline { color: var(--ink); font-weight: 900; }
.outline-display {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px rgba(10,15,10,0.88);
  letter-spacing: -0.045em;
  line-height: 0.94;
}
@media (max-width: 640px) {
  .outline-display { -webkit-text-stroke-width: 1.5px; }
}
.green { color: var(--brand); }

/* ---------- Chip + button ---------- */
.chip {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 16px; border-radius: 999px;
  background: var(--brand-deep); color: #fff;
  font-size: 14px; font-weight: 600; letter-spacing: 0.01em;
}
.chip .dot { width: 8px; height: 8px; border-radius: 999px; background: var(--brand); }

.btn {
  display: inline-flex; align-items: center; gap: 14px;
  padding: 18px 26px; border-radius: 999px;
  background: var(--brand); color: #fff;
  font-weight: 600; font-size: clamp(16px, 1.3vw, 18px);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.2s ease;
  box-shadow: 0 10px 30px rgba(15,138,60,0.25);
}
.btn:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(15,138,60,0.35); }
.btn .arrow {
  width: 28px; height: 28px; border-radius: 999px; background: #fff;
  color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.25s ease;
}
.btn:hover .arrow { transform: rotate(-10deg) scale(1.08); }
.btn.lg { padding: 22px 32px; font-size: clamp(18px, 1.5vw, 22px); }
.btn.alt { background: var(--brand-deep); }
.btn.alt .arrow { background: var(--brand); color: #fff; }

/* ---------- Cards ---------- */
.card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: clamp(20px, 2.4vw, 32px);
}

.pain-row {
  display: flex; gap: 16px; padding: 18px 0;
  border-top: 1px solid var(--line);
  font-size: clamp(17px, 1.55vw, 22px); color: var(--ink-2); line-height: 1.45;
  font-weight: 500; align-items: flex-start;
}
.pain-row:last-child { border-bottom: 1px solid var(--line); }
.pain-x {
  flex: 0 0 28px; height: 28px; border-radius: 7px;
  background: rgba(192,57,43,0.1); color: var(--red);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px;
}
.check {
  flex: 0 0 28px; height: 28px; border-radius: 7px;
  background: var(--chip); color: var(--brand);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px;
}

/* ---------- HERO ---------- */
.hero {
  min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding-top: clamp(40px, 6vw, 80px);
  padding-bottom: clamp(40px, 6vw, 80px);
  position: relative;
  overflow: hidden;
}
.hero-top {
  display: flex; justify-content: space-between; align-items: center;
  margin-bottom: clamp(40px, 6vw, 80px);
}
.hero-top img { height: 36px; width: auto; }
.hero .dot-grid,
.hero .dot-grid-bl {
  position: absolute;
  width: 240px; height: 240px;
  background-image: radial-gradient(circle, rgba(10,15,10,0.18) 1.4px, transparent 1.6px);
  background-size: 16px 16px;
  opacity: 0.5;
  pointer-events: none;
}
.hero .dot-grid { top: 10%; right: -40px; }
.hero .dot-grid-bl { bottom: 6%; left: -40px; }
@media (max-width: 640px) {
  .hero .dot-grid-bl { width: 160px; height: 160px; bottom: 4%; left: -30px; }
}

/* Reviews modal */
.reviews-modal {
  position: fixed; inset: 0; z-index: 250;
  display: none; align-items: center; justify-content: center;
  padding: clamp(16px, 3vw, 40px);
}
.reviews-modal.is-open { display: flex; animation: booking-fade 0.25s ease; }
.reviews-dialog {
  position: relative;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 620px;
  max-height: 92vh;
  box-shadow: 0 40px 100px rgba(0,0,0,0.35);
  overflow: hidden;
  display: flex; flex-direction: column;
  animation: booking-rise 0.3s cubic-bezier(0.2,0.9,0.3,1.2);
}
.reviews-header {
  padding: 24px 28px 16px;
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: 20px; flex-wrap: wrap;
}
.reviews-logo {
  font-family: 'Product Sans', Inter, sans-serif; font-weight: 500;
  font-size: 28px; letter-spacing: -0.01em; line-height: 1;
}
.reviews-summary { display: flex; align-items: center; gap: 12px; }
.reviews-rating-big { font-size: 40px; font-weight: 900; letter-spacing: -0.02em; line-height: 1; color: var(--ink); }
.reviews-stars-big { color: #FBBC05; font-size: 18px; letter-spacing: 2px; }
.reviews-count { font-size: 12px; color: var(--muted); font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; margin-left: 6px; }
.reviews-list {
  padding: 20px 28px;
  overflow-y: auto;
  flex: 1;
  display: flex; flex-direction: column; gap: 18px;
}
.rv { padding: 16px 18px; border: 1px solid var(--line); border-radius: 14px; background: #FAFAF7; }
.rv-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.rv-avatar {
  width: 38px; height: 38px; border-radius: 999px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 900; font-size: 16px;
  flex-shrink: 0;
}
.rv-name { font-weight: 800; color: var(--ink); font-size: 15px; line-height: 1.2; }
.rv-meta { font-size: 12px; color: var(--muted); letter-spacing: 0.02em; margin-top: 2px; }
.rv-meta .rv-stars { color: #FBBC05; letter-spacing: 1px; }
.rv-text { margin: 0; font-size: 14px; line-height: 1.55; color: var(--ink-2); }
.reviews-footer {
  padding: 18px 28px 24px;
  border-top: 1px solid var(--line);
  display: flex; justify-content: center;
}
@media (max-width: 540px) {
  .reviews-dialog { border-radius: 16px; }
  .reviews-header { padding: 18px 20px 14px; gap: 14px; }
  .reviews-logo { font-size: 24px; }
  .reviews-rating-big { font-size: 32px; }
  .reviews-list { padding: 16px 18px; }
  .reviews-footer { padding: 14px 20px 18px; }
  .reviews-count { display: none; }
}

/* Google Reviews badge */
.google-rev-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 12px 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 14px;
  text-decoration: none;
  color: #F5F5F2;
  max-width: max-content;
  margin-top: 6px;
  cursor: pointer;
  font: inherit;
  transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.google-rev-card:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.24); transform: translateY(-2px); }
.google-rev-logo { font-family: 'Product Sans', Inter, sans-serif; font-weight: 500; font-size: 20px; letter-spacing: -0.01em; line-height: 1; }
.google-rev-stars { color: #FBBC05; letter-spacing: 1px; font-size: 15px; line-height: 1; }
.google-rev-meta { font-size: 14px; color: rgba(245,245,242,0.85); }
.google-rev-meta strong { color: #fff; font-weight: 900; font-size: 16px; }
.google-rev-cta { font-size: 13px; font-weight: 700; color: var(--brand); letter-spacing: 0.04em; text-transform: uppercase; }
@media (max-width: 540px) {
  .google-rev-card { flex-wrap: wrap; gap: 10px 14px; padding: 10px 14px; }
  .google-rev-logo { font-size: 18px; }
}

/* Section-crossing decorative dot patterns — break section boundaries */
.deco-dots {
  position: absolute;
  width: 260px;
  height: 260px;
  background-image: radial-gradient(circle, rgba(10,15,10,0.28) 1.7px, transparent 1.9px);
  background-size: 18px 18px;
  opacity: 0.6;
  pointer-events: none;
  z-index: 1;
}
.deco-dots.sm { width: 200px; height: 200px; }
.deco-dots.lg { width: 340px; height: 340px; }
.deco-dots.tl { top: -70px; left: -50px; }
.deco-dots.tr { top: -70px; right: -50px; }
.deco-dots.bl { bottom: -70px; left: -50px; }
.deco-dots.br { bottom: -70px; right: -50px; }
.deco-dots.green { background-image: radial-gradient(circle, rgba(15,138,60,0.4) 1.7px, transparent 1.9px); opacity: 0.7; }
@media (max-width: 640px) {
  .deco-dots { width: 120px; height: 120px; background-size: 14px 14px; }
  .deco-dots.lg { width: 160px; height: 160px; }
  .deco-dots.tl, .deco-dots.bl { left: -28px; }
  .deco-dots.tr, .deco-dots.br { right: -28px; }
}
.hero-ai-stack {
  position: absolute;
  inset: 120px 0 auto 0;
  height: 260px;
  z-index: 0;
  pointer-events: none;
}
.hero-ai-logo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  border-radius: 24px;
  background: rgba(255,255,255,0.18);
  box-shadow: 0 26px 60px rgba(10,15,10,0.08);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0.6;
}
.hero-ai-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.hero-ai-logo--google {
  top: -8px;
  right: clamp(170px, 24vw, 390px);
  width: clamp(48px, 5vw, 74px);
  transform: rotate(10deg);
  animation: heroFloat 6s ease-in-out infinite;
  animation-delay: 0.6s;
}
.hero-ai-logo--openai {
  top: 4px;
  right: clamp(36px, 12vw, 190px);
  width: clamp(98px, 10vw, 150px);
  transform: rotate(-9deg);
  animation: heroFloat 6s ease-in-out infinite;
}
.hero-ai-logo--anthropic {
  top: 92px;
  right: clamp(110px, 18vw, 320px);
  width: clamp(132px, 14vw, 220px);
  transform: rotate(7deg);
  animation: heroFloat 6s ease-in-out infinite;
  animation-delay: 1.2s;
}
.hero-ai-logo--xai {
  top: 176px;
  right: clamp(24px, 9vw, 150px);
  width: clamp(86px, 8vw, 120px);
  transform: rotate(-6deg);
  animation: heroFloat 6s ease-in-out infinite;
  animation-delay: 2.4s;
}
@keyframes heroFloat {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}
.hero-cta-row {
  display: flex; gap: 18px; align-items: center; flex-wrap: wrap;
  margin-top: 32px;
}
.stat-float {
  background: #0A0F0A; color: #fff;
  border-radius: 18px; padding: 22px 28px;
  display: inline-flex; flex-direction: column; gap: 8px;
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
  margin-top: 36px;
  align-self: flex-start;
}
.stat-float .big { font-size: 32px; font-weight: 900; letter-spacing: -0.02em; line-height: 1; }
.stat-float .small { font-size: 12px; color: rgba(255,255,255,0.7); letter-spacing: 0.1em; font-weight: 700; text-transform: uppercase; }
.stat-float .tag {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--brand); font-weight: 700; letter-spacing: 0.04em;
}
.stat-float .tag::before { content: ""; width: 8px; height: 8px; background: var(--brand); border-radius: 999px; }

/* ---------- Hero VSL video ---------- */
.hero-video {
  margin: 36px auto 0;
  max-width: 960px;
  width: 100%;
  align-self: center;
}
.hero-video .video-shell {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #0A0F0A;
  box-shadow:
    0 40px 80px rgba(0,0,0,0.25),
    0 8px 20px rgba(15,138,60,0.12);
  border: 1px solid rgba(10,15,10,0.08);
  aspect-ratio: 4 / 3;
}
.hero-video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: #000;
}
.hero-video .video-play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 96px;
  height: 96px;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
  filter: drop-shadow(0 12px 30px rgba(0,0,0,0.35));
}
.hero-video .video-play:hover { transform: scale(1.08); }
.hero-video.is-playing .video-play { opacity: 0; pointer-events: none; }
.hero-video .video-badge {
  position: absolute;
  top: 16px; left: 16px;
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(10,15,10,0.72);
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: opacity 0.2s ease;
}
.hero-video .video-badge .dot {
  width: 8px; height: 8px; border-radius: 999px;
  background: var(--brand);
  box-shadow: 0 0 0 0 rgba(15,138,60,0.7);
  animation: pulse 2s infinite;
}
.hero-video.is-playing .video-badge { opacity: 0; }
@keyframes pulse {
  0%   { box-shadow: 0 0 0 0 rgba(15,138,60,0.6); }
  70%  { box-shadow: 0 0 0 12px rgba(15,138,60,0); }
  100% { box-shadow: 0 0 0 0 rgba(15,138,60,0); }
}
@media (max-width: 640px) {
  .hero-ai-stack { height: 170px; inset: 80px 0 auto 0; }
  .hero-ai-logo--google { top: -4px; right: 62%; width: 38px; }
  .hero-ai-logo--openai { top: 6px; right: 14px; width: 78px; padding: 10px 14px; }
  .hero-ai-logo--anthropic { top: 66px; right: 44%; width: 108px; padding: 12px 16px; }
  .hero-ai-logo--xai { top: 118px; right: 18px; width: 64px; padding: 10px 14px; }
  .hero-video .video-play { width: 72px; height: 72px; }
  .hero-video .video-play svg { width: 72px; height: 72px; }
}
@media (pointer: coarse) {
  .pointer-glow,
  .pointer-ring {
    display: none;
  }
}

/* ---------- Floating PiP on scroll ---------- */
.hero-video.pip-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  top: auto;
  left: auto;
  width: min(360px, 46vw);
  max-width: 360px;
  margin: 0;
  z-index: 180;
  animation: pipSlideIn 0.32s cubic-bezier(0.2, 0.9, 0.3, 1.2);
}
.hero-video.pip-float .video-shell {
  border-radius: 14px;
  aspect-ratio: 16 / 9;
  box-shadow: 0 24px 50px rgba(0,0,0,0.4), 0 6px 16px rgba(15,138,60,0.18);
}
.hero-video.pip-float video { object-fit: cover; }
.hero-video.pip-float .video-badge { font-size: 10px; padding: 6px 10px; top: 10px; left: 10px; }
.hero-video.pip-float .video-speed { right: 10px; bottom: 10px; padding: 6px 10px; font-size: 12px; }
@keyframes pipSlideIn {
  from { transform: translateY(24px) scale(0.85); opacity: 0; }
  to { transform: none; opacity: 1; }
}
.pip-close {
  position: absolute;
  top: -10px; right: -10px;
  width: 30px; height: 30px;
  border-radius: 999px;
  background: #0A0F0A;
  color: #fff;
  border: 2px solid #fff;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  padding: 0;
  z-index: 3;
  box-shadow: 0 6px 14px rgba(0,0,0,0.3);
  transition: transform 0.15s ease;
}
.pip-close:hover { transform: scale(1.1); }
.hero-video.pip-float .pip-close { display: flex; }
@media (max-width: 540px) {
  .hero-video.pip-float { width: min(240px, 62vw); bottom: 14px; right: 14px; }
  .hero-video.pip-float .video-badge { display: none; }
}

/* ---------- Case study grid ---------- */
.case-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  margin-top: 40px;
}
@media (max-width: 900px) { .case-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .case-grid { grid-template-columns: 1fr; } }

.ai-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 36px;
}
.ai-proof-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}
.ai-proof-stat {
  font-weight: 900;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  color: var(--brand);
}
@media (max-width: 900px) {
  .ai-proof-grid { grid-template-columns: 1fr; }
}
.yt-thumb {
  position: relative; display: block; border-radius: 16px;
  overflow: hidden; box-shadow: 0 24px 48px rgba(0,0,0,0.3);
  aspect-ratio: 16/9; background: #000;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.yt-thumb:hover { transform: translateY(-4px); box-shadow: 0 30px 60px rgba(0,0,0,0.4); }
.yt-thumb img { width: 100%; height: 100%; object-fit: cover; }
.yt-thumb::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(circle at center, rgba(0,0,0,0) 35%, rgba(0,0,0,0.35) 100%);
  pointer-events: none;
}
.yt-play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 72px; height: 52px; border-radius: 12px;
  background: rgba(0,0,0,0.82);
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s, transform 0.2s;
  z-index: 2;
}
.yt-thumb:hover .yt-play { background: #FF0000; transform: translate(-50%, -50%) scale(1.08); }
.yt-play::before {
  content: ""; display: block; width: 0; height: 0;
  border-left: 20px solid #fff; border-top: 12px solid transparent; border-bottom: 12px solid transparent;
  margin-left: 4px;
}
.yt-channel {
  position: absolute; top: 10px; left: 10px;
  background: rgba(0,0,0,0.7); color: #fff;
  padding: 4px 10px; border-radius: 999px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  z-index: 2;
  display: flex; align-items: center; gap: 6px;
}
.yt-channel::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #FF0000; }
.case-meta { padding: 12px 2px; color: inherit; }
.case-meta .big { font-weight: 800; font-size: 20px; letter-spacing: -0.015em; line-height: 1.2; }
.case-meta .sub { font-size: 14px; color: var(--muted); margin-top: 4px; }
.section.dark .case-meta .sub { color: rgba(255,255,255,0.6); }

/* ---------- Google search mock ---------- */
.search-mock {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(18px, 3vw, 36px);
  box-shadow: 0 30px 60px rgba(0,0,0,0.08);
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.search-ai-logos {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.search-ai-logo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(10,15,10,0.14);
  box-shadow: 0 18px 38px rgba(10,15,10,0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0.95;
}
.search-ai-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.search-ai-logo--openai {
  top: 26px;
  right: 34px;
  width: 106px;
  transform: rotate(-7deg);
}
.search-ai-logo--claude {
  bottom: 28px;
  right: 24px;
  width: 68px;
  transform: rotate(9deg);
}
.search-ai-logo--xai {
  bottom: 42px;
  right: 100px;
  width: 74px;
  transform: rotate(-6deg);
}
.google-wordmark {
  font-weight: 500; font-size: clamp(34px, 4vw, 52px); letter-spacing: -0.02em; line-height: 1;
  margin-bottom: 20px;
}
.search-bar {
  border: 1.5px solid #DFE1E5; border-radius: 999px;
  padding: 12px 18px; display: flex; align-items: center; gap: 10px;
  background: #fff;
  min-width: 0;
}
.search-bar .q {
  font-size: clamp(14px, 1.6vw, 22px); color: var(--ink); font-weight: 500;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  flex: 1; min-width: 0;
}
.search-bar > svg { flex-shrink: 0; }
.search-bar .cursor {
  display: inline-block; width: 2px; height: 22px; background: var(--ink);
  margin-left: 3px; vertical-align: -5px; animation: blink 1s steps(2) infinite;
  flex-shrink: 0;
}
@keyframes blink { 50% { opacity: 0; } }
.search-suggestions { margin-top: 12px; }
.search-suggestions .row {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 8px; border-bottom: 1px solid var(--line);
  font-size: clamp(13px, 1.3vw, 18px); color: var(--ink-2);
  min-width: 0;
}
.search-suggestions .row svg { flex-shrink: 0; }
.search-suggestions .row:last-child { border-bottom: none; }
@media (max-width: 540px) {
  .search-ai-logo--openai { top: 12px; right: 12px; width: 68px; padding: 6px 8px; }
  .search-ai-logo--claude { bottom: 14px; right: 12px; width: 46px; padding: 6px 8px; }
  .search-ai-logo--xai { bottom: 22px; right: 62px; width: 50px; padding: 6px 8px; }
  .google-wordmark { font-size: 32px; margin-bottom: 14px; }
  .search-bar { padding: 10px 14px; }
  .search-bar .q { font-size: 13px; }
  .search-suggestions .row { font-size: 12px; padding: 10px 4px; gap: 8px; }
}

/* "not here" cards */
.notcards { display: grid; grid-template-columns: 1fr; gap: 10px; }
.notcard {
  display: flex; align-items: center; gap: 16px;
  padding: 16px 20px; border-radius: 14px;
  background: #fff; border: 1px solid var(--line);
  opacity: 0.6;
}
.notcard .icon { width: 40px; height: 40px; flex-shrink: 0; }
.notcard .n { flex: 1; font-weight: 800; font-size: clamp(18px, 2vw, 24px); letter-spacing: -0.015em; }
.notcard .x { color: var(--red); font-weight: 700; font-family: 'JetBrains Mono', monospace; font-size: 18px; }

/* ---------- Stats row ---------- */
.stats-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: 32px;
}
@media (max-width: 720px) { .stats-grid { grid-template-columns: 1fr; } }
.stat-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 18px; padding: 24px;
}
.stat-card .big {
  font-weight: 900; font-size: clamp(64px, 8vw, 104px); line-height: 0.9;
  color: var(--brand); letter-spacing: -0.04em;
}
.stat-card .big sup { font-size: 0.5em; font-weight: 800; }
.stat-card .copy { font-weight: 500; font-size: 16px; line-height: 1.35; margin-top: 12px; color: var(--ink); }
.stat-card.dark { background: var(--brand-deep); color: #fff; border-color: var(--brand-deep); }
.stat-card.dark .copy { color: rgba(245,245,242,0.9); }
.stat-card.dark .big { color: #fff; font-size: clamp(52px, 6vw, 80px); }

/* ---------- Phases timeline ---------- */
.timeline {
  margin-top: 40px;
}
.timeline .bar {
  display: grid; grid-template-columns: 14fr 46fr 30fr; gap: 6px;
  height: 12px; margin-bottom: 20px;
}
.timeline .bar div {
  border-radius: 4px;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.timeline .bar div:nth-child(1) { background: rgba(15,138,60,0.3); border-radius: 10px 4px 4px 10px; transition-delay: 0.1s; }
.timeline .bar div:nth-child(2) { background: rgba(15,138,60,0.55); transition-delay: 0.4s; }
.timeline .bar div:nth-child(3) { background: var(--brand); border-radius: 4px 10px 10px 4px; box-shadow: 0 0 24px rgba(15,138,60,0.4); transition-delay: 0.7s; }
.in-view .timeline .bar div { transform: scaleX(1); }
.timeline .labels {
  display: grid; grid-template-columns: 14fr 46fr 30fr; gap: 20px;
  margin-bottom: 8px;
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase;
}
.section.dark .timeline .labels { color: rgba(255,255,255,0.5); }
.phase-grid {
  display: grid; grid-template-columns: 14fr 46fr 30fr; gap: 24px;
  margin-top: 32px;
}
@media (max-width: 900px) {
  .phase-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 24px; }
  /* Hide the decorative bar + label row on mobile - day ranges live in phase blocks now */
  .timeline .bar, .timeline .labels { display: none; }
  .timeline { margin-top: 20px; }
  .phase-block {
    border-left: 3px solid rgba(15,138,60,0.5);
    padding: 4px 0 4px 16px;
  }
  .phase-block.accent { border-left-color: var(--brand); }
  .phase-block .num { font-size: 36px; line-height: 0.9; }
  .phase-block h3 { font-size: 22px; margin: 4px 0 6px; }
  .phase-block p { font-size: 14px; }
  .phase-block::before {
    content: attr(data-days);
    display: block;
    font-family: 'JetBrains Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    margin-bottom: 6px;
  }
}
.phase-block .num {
  font-weight: 900; font-size: clamp(64px, 8vw, 96px);
  color: #fff; letter-spacing: -0.05em; line-height: 0.85;
}
.phase-block.accent .num { color: var(--brand); }
.phase-block h3 { font-weight: 900; font-size: clamp(26px, 3vw, 36px); letter-spacing: -0.025em; margin: 12px 0 8px; color: #fff; line-height: 1; }
.phase-block.accent h3 { color: var(--brand); }
.phase-block p { color: rgba(245,245,242,0.72); font-size: 15px; line-height: 1.45; margin: 0; }
.phase-block.accent p { color: rgba(245,245,242,0.85); }

/* ---------- Buyer journey ---------- */
.journey {
  margin-top: 40px;
  position: relative;
  padding-left: clamp(20px, 5vw, 90px);
}
.journey::before {
  content: ""; position: absolute;
  left: clamp(48px, calc(5vw + 28px), 118px);
  top: 40px; bottom: 40px; width: 3px;
  background: linear-gradient(180deg, rgba(15,138,60,0.2) 0%, var(--brand) 100%);
  border-radius: 4px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.in-view .journey::before { transform: scaleY(1); }
.journey-step {
  display: flex; gap: clamp(16px, 3vw, 32px);
  align-items: center; padding: 16px 0; position: relative;
}
.journey-step .circle {
  flex-shrink: 0;
  width: clamp(72px, 10vw, 120px); height: clamp(72px, 10vw, 120px);
  border-radius: 50%; background: #fff; border: 3px solid var(--brand);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(15,138,60,0.18);
  font-weight: 900; font-size: clamp(38px, 6vw, 72px); color: var(--brand);
  letter-spacing: -0.04em; line-height: 1;
}
.journey-step.final .circle { background: var(--brand); color: #fff; }
.journey-step h3 {
  font-weight: 900; font-size: clamp(24px, 3vw, 40px); letter-spacing: -0.025em;
  line-height: 1.0; margin: 0 0 6px;
}
.journey-step.final h3 { color: var(--brand); }
.journey-step p {
  color: var(--muted); font-size: clamp(14px, 1.4vw, 18px);
  margin: 0;
}

/* ---------- Paths (custom / AI) ---------- */
.paths-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 32px; }
@media (max-width: 900px) { .paths-grid { grid-template-columns: 1fr; } }
.path-card {
  border-radius: 24px; overflow: hidden; padding: 28px;
  display: flex; flex-direction: column; gap: 16px;
  background: #fff; border: 1px solid var(--line);
}
.path-card.dark { background: var(--brand-dark-bg); color: #fff; border-color: rgba(255,255,255,0.1); }
.path-card .gif-wrap {
  aspect-ratio: 16/9; border-radius: 14px; overflow: hidden;
  background: #000; box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.path-card .gif-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.path-card h3 { font-weight: 900; font-size: clamp(24px, 2.4vw, 30px); letter-spacing: -0.025em; line-height: 1.1; margin: 0; }
.path-card.dark h3 { color: #fff; }
.path-card .price { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.path-card.dark .price { color: rgba(255,255,255,0.6); }
.path-card ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.path-card li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 1.4; color: var(--ink-2); }
.path-card.dark li { color: rgba(245,245,242,0.88); }
.path-card li::before {
  content: "✓"; color: var(--brand); font-weight: 800;
  background: var(--chip); width: 22px; height: 22px; border-radius: 6px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  font-size: 12px;
}
.path-card.dark li::before { background: rgba(15,138,60,0.2); }

/* ---------- Phone frame ---------- */
.phone-wrap { display: flex; justify-content: center; padding: 20px 0; }
.phone-frame {
  position: relative;
  width: 340px; max-width: 100%;
  aspect-ratio: 9/19.5;
  border-radius: 54px;
  background:
    linear-gradient(160deg, #1a1a1a 0%, #0A0F0A 30%, #0A0F0A 70%, #1a1a1a 100%);
  padding: 10px;
  box-shadow:
    0 50px 100px rgba(0,0,0,0.4),
    0 20px 40px rgba(0,0,0,0.25),
    inset 0 0 0 2px rgba(255,255,255,0.04),
    inset 0 1px 0 rgba(255,255,255,0.08);
}
/* Phone hardware buttons */
.phone-btn {
  position: absolute;
  background: #1a1a1a;
  border-radius: 2px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), inset 0 -1px 0 rgba(0,0,0,0.3);
}
.phone-btn--silent { left: -3px; top: 90px; width: 3px; height: 28px; border-radius: 2px 0 0 2px; }
.phone-btn--volup  { left: -3px; top: 130px; width: 3px; height: 46px; border-radius: 2px 0 0 2px; }
.phone-btn--voldn  { left: -3px; top: 185px; width: 3px; height: 46px; border-radius: 2px 0 0 2px; }
.phone-btn--power  { right: -3px; top: 140px; width: 3px; height: 72px; border-radius: 0 2px 2px 0; }

.phone-frame .screen {
  position: relative;
  width: 100%; height: 100%;
  border-radius: 46px;
  background: linear-gradient(180deg, #F5F5F2 0%, #E8F3EC 100%);
  color: var(--ink);
  overflow: hidden;
  display: flex; flex-direction: column;
}
/* Dynamic island */
.phone-island {
  position: absolute;
  top: 10px; left: 50%;
  transform: translateX(-50%);
  width: 100px; height: 28px;
  background: #0A0F0A;
  border-radius: 999px;
  z-index: 2;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
}
/* Status bar */
.status-bar {
  position: relative;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 28px 10px;
  color: var(--ink);
  z-index: 1;
}
.status-time { font-weight: 700; font-size: 14px; letter-spacing: -0.01em; }
.status-icons { display: flex; align-items: center; gap: 5px; color: var(--ink); }
.status-icons svg { display: block; }
/* Screen body */
.screen-body {
  flex: 1;
  padding: 28px 16px 30px;
  display: flex; flex-direction: column; gap: 8px;
  overflow: hidden;
}
.screen-header { padding: 0 2px 4px; }
.screen-title {
  font-weight: 900; font-size: 22px;
  color: var(--ink); letter-spacing: -0.02em;
  display: flex; align-items: center; gap: 10px;
  margin-top: 4px;
}
.count-pill {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 26px; height: 24px; padding: 0 8px;
  background: var(--red); color: #fff;
  border-radius: 999px;
  font-weight: 800; font-size: 12px;
  letter-spacing: 0;
}
.call-row {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 12px 12px 10px;
  background: #fff; border-radius: 14px;
  box-shadow: 0 4px 14px rgba(10,15,10,0.06), 0 1px 2px rgba(10,15,10,0.04);
  opacity: 0; transform: translateX(20px);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.in-view .call-row { opacity: 1; transform: translateX(0); }
.in-view .call-row:nth-child(1) { transition-delay: 0.1s; }
.in-view .call-row:nth-child(2) { transition-delay: 0.25s; }
.in-view .call-row:nth-child(3) { transition-delay: 0.4s; }
.in-view .call-row:nth-child(4) { transition-delay: 0.55s; }
/* Avatar with revenue overlay */
.av-wrap { position: relative; flex-shrink: 0; }
.call-row .av {
  width: 42px; height: 42px; border-radius: 999px;
  background: linear-gradient(135deg, #14a04a 0%, #0F8A3C 100%);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 13px; letter-spacing: 0.02em;
  box-shadow: 0 4px 10px rgba(15,138,60,0.3);
}
.call-row .av-rev {
  position: absolute;
  bottom: -6px; right: -10px;
  background: #0A0F0A; color: var(--brand);
  font-weight: 800; font-size: 10px; letter-spacing: 0.02em;
  padding: 3px 7px;
  border-radius: 999px;
  border: 2px solid #fff;
  white-space: nowrap;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0,0,0,0.18);
}
.call-row .meta { flex: 1; min-width: 0; padding-left: 4px; }
.call-row .name { font-weight: 700; font-size: 15px; letter-spacing: -0.01em; }
.call-row .sub { font-size: 12px; color: var(--muted); margin-top: 2px; }
.call-row .time { font-size: 11px; color: var(--muted); flex-shrink: 0; font-weight: 500; }
/* Pipeline tally */
.pipeline-tally {
  margin-top: auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 14px 12px;
  background: linear-gradient(135deg, rgba(15,138,60,0.08), rgba(15,138,60,0.02));
  border-radius: 14px;
  border: 1px solid rgba(15,138,60,0.18);
}
.tally-amount {
  font-weight: 900; font-size: 22px;
  color: var(--brand); letter-spacing: -0.02em;
}
/* Home indicator */
.home-indicator {
  position: absolute;
  bottom: 8px; left: 50%;
  transform: translateX(-50%);
  width: 110px; height: 4px;
  background: rgba(10,15,10,0.35);
  border-radius: 999px;
  z-index: 2;
}
/* Mobile: shrink phone mockup so it doesn't dominate the viewport */
@media (max-width: 640px) {
  .phone-wrap { padding: 10px 0; }
  .phone-frame { width: 240px; border-radius: 40px; padding: 7px; }
  .phone-frame .screen { border-radius: 34px; }
  .phone-island { width: 74px; height: 20px; top: 8px; }
  .phone-btn--silent { top: 64px; height: 20px; }
  .phone-btn--volup  { top: 92px; height: 32px; }
  .phone-btn--voldn  { top: 132px; height: 32px; }
  .phone-btn--power  { top: 100px; height: 54px; }
  .status-bar { padding: 12px 20px 6px; }
  .status-time { font-size: 12px; }
  .status-icons { gap: 3px; }
  .status-icons svg { transform: scale(0.78); transform-origin: left center; }
  .screen-body { padding: 20px 10px 22px; gap: 6px; }
  .screen-title { font-size: 17px; }
  .count-pill { min-width: 22px; height: 20px; font-size: 11px; padding: 0 6px; }
  .call-row { padding: 8px 8px 8px 6px; gap: 8px; border-radius: 10px; }
  .call-row .av { width: 32px; height: 32px; font-size: 11px; }
  .call-row .av-rev { font-size: 8px; padding: 2px 5px; bottom: -4px; right: -6px; border-width: 1.5px; }
  .call-row .meta { padding-left: 2px; }
  .call-row .name { font-size: 12px; }
  .call-row .sub { font-size: 10px; }
  .call-row .time { font-size: 9px; }
  .pipeline-tally { padding: 10px 12px; border-radius: 10px; }
  .tally-amount { font-size: 18px; }
  .home-indicator { width: 80px; height: 3px; bottom: 6px; }
}

/* ---------- Venn ---------- */
.venn-wrap { display: flex; align-items: center; justify-content: center; gap: clamp(20px, 4vw, 60px); flex-wrap: wrap; margin-top: 32px; }
.venn {
  position: relative;
  width: clamp(300px, 40vw, 460px);
  height: clamp(280px, 36vw, 400px);
}
.venn .c {
  position: absolute; width: 54%; aspect-ratio: 1; border-radius: 999px;
  mix-blend-mode: multiply; opacity: 0.9;
  display: flex; align-items: center; justify-content: center;
  font-weight: 900; font-size: clamp(18px, 2.4vw, 32px); color: #fff;
  letter-spacing: -0.02em;
}
.venn .c.good  { left: 0; top: 0; background: #0F8A3C; }
.venn .c.fast  { right: 0; top: 0; background: #C0392B; }
.venn .c.cheap { left: 50%; transform: translateX(-50%); bottom: 0; background: #0A0F0A; }
.venn .c span { margin-top: -18%; }
.venn .c.cheap span { margin-top: 18%; }
.venn .center {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  font-weight: 900; font-size: clamp(26px, 3.4vw, 44px); color: var(--ink);
  background: #fff; padding: 10px 20px; border-radius: 14px; border: 2px solid var(--ink);
  z-index: 5; white-space: nowrap;
}
.venn .center.impossible {
  color: var(--red); border-color: var(--red);
  font-size: clamp(13px, 1.4vw, 18px); letter-spacing: 0.08em;
  text-transform: uppercase; padding: 7px 14px; font-weight: 700;
}
.venn .center.ai {
  background: var(--brand); color: #fff; border-color: var(--brand);
  padding: 10px 22px;
}

/* ---------- Case study alternating rows ---------- */
.case-row {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 56px);
  align-items: center;
  margin-top: clamp(72px, 9vw, 120px);
  padding-bottom: clamp(32px, 5vw, 60px);
  border-bottom: 1px solid var(--line);
}
.case-row:last-of-type { border-bottom: 0; padding-bottom: 0; }
@media (max-width: 900px) { .case-row { grid-template-columns: 1fr; } }
.case-row.reverse .case-text { order: 2; }
@media (max-width: 900px) { .case-row.reverse .case-text { order: unset; } }
.case-row .yt-thumb { aspect-ratio: 16/9; }
/* Case-study outline text — keep readable on light bg */
.case-row .case-text .outline {
  color: var(--ink);
  -webkit-text-stroke: 0;
}

/* ---------- Walk-away list ---------- */
.walkaway { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; }
.walkaway .row {
  display: grid; grid-template-columns: auto 1fr auto; gap: 24px; align-items: center;
  padding: 18px 24px; border-radius: 18px;
  background: var(--bg-card); border: 1px solid var(--line);
}
.walkaway .row .num {
  font-weight: 900; font-size: clamp(48px, 6vw, 84px);
  color: var(--brand); letter-spacing: -0.05em; line-height: 0.85;
  min-width: 80px;
}
.walkaway .row .rule { width: 4px; height: 48px; background: var(--brand); border-radius: 4px; }
.walkaway .row.accent { background: var(--brand); border-color: var(--brand); color: #fff; }
.walkaway .row.accent .num { color: rgba(255,255,255,0.32); }
.walkaway .row.accent .rule { background: #fff; }
.walkaway h4 { font-weight: 900; font-size: clamp(18px, 2vw, 26px); letter-spacing: -0.02em; line-height: 1.15; margin: 0 0 4px; }
.walkaway p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.4; }
.walkaway .row.accent p { color: rgba(255,255,255,0.92); }

/* ---------- Math ---------- */
.math-stack { display: flex; flex-direction: column; gap: 14px; margin-top: 32px; }
.math-row {
  display: grid; grid-template-columns: 220px 1fr; gap: 24px; align-items: center;
  padding: 22px 26px; border-radius: 18px; background: var(--bg-card); border: 1px solid var(--line);
}
@media (max-width: 720px) { .math-row { grid-template-columns: 1fr; gap: 8px; } }
.math-row.accent { background: var(--brand-deep); color: #fff; border-color: var(--brand-deep); }
.math-row.accent .label-sm { color: var(--brand); }
.math-row .big { font-weight: 900; font-size: clamp(40px, 5.4vw, 80px); line-height: 1; color: var(--ink); letter-spacing: -0.04em; }
.math-row.green-big .big { color: var(--brand); }
.math-row.accent .big { color: #fff; font-size: clamp(28px, 3.4vw, 44px); line-height: 1.05; }
.math-row p { margin: 4px 0 0; color: var(--muted); font-size: 15px; }
.math-row.accent p { color: rgba(245,245,242,0.75); }

/* ---------- Objections ---------- */
.obj-list { display: flex; flex-direction: column; gap: 12px; margin-top: 32px; }
.obj-item {
  display: grid; grid-template-columns: 1fr 1.3fr; gap: clamp(16px, 3vw, 32px);
  align-items: center;
  padding: 20px 26px; border-radius: 16px;
  background: var(--bg-card); border: 1px solid var(--line);
}
@media (max-width: 720px) { .obj-item { grid-template-columns: 1fr; gap: 10px; } }
.obj-item .q { font-weight: 800; font-size: clamp(18px, 1.9vw, 22px); color: var(--ink); line-height: 1.2; letter-spacing: -0.015em; }
.obj-item .a { font-size: clamp(14px, 1.4vw, 16px); line-height: 1.5; color: var(--ink-2); }
.obj-item.accent { background: var(--brand); border-color: var(--brand); }
.obj-item.accent .q, .obj-item.accent .a { color: #fff; }
.obj-item.accent .a { color: rgba(255,255,255,0.95); }

/* ---------- Proof wall ---------- */
.proof-marquee {
  position: relative;
  margin-top: 60px;
  width: calc(100% + var(--pad-x) * 2);
  margin-left: calc(var(--pad-x) * -1);
  margin-right: calc(var(--pad-x) * -1);
  overflow: hidden;
  padding: 40px 0;
  /* fade edges */
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.proof-track {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  width: max-content;
  animation: proof-scroll 30s linear infinite;
  will-change: transform;
}
.proof-marquee:hover .proof-track { animation-play-state: paused; }
@keyframes proof-scroll {
  0%   { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}
.proof-card {
  flex: 0 0 auto;
  background: #fff;
  padding: 8px 8px 0;
  box-shadow: 0 28px 60px rgba(0,0,0,0.55), 0 8px 18px rgba(0,0,0,0.35);
  border-radius: 4px;
  width: auto;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease;
  position: relative;
  z-index: 1;
}
.proof-card img {
  display: block;
  width: auto;
  height: auto;
  max-height: 340px;
  max-width: 320px;
  border-radius: 2px;
  background: #fff;
}
.proof-card:hover {
  transform: translateY(-14px) scale(1.35);
  z-index: 4;
  box-shadow: 0 50px 120px rgba(0,0,0,0.75), 0 18px 36px rgba(0,0,0,0.5);
}
.proof-card .tag {
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em;
  text-align: center; padding: 10px 6px 12px; text-transform: uppercase; color: #111;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .proof-card img { max-height: 300px; }
}

/* ---------- AI-mode annotated callout (Phase 03) ---------- */
.ai-mode-wrap {
  position: relative;
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(24px, 4vw, 72px);
  max-width: 100%;
}
.ai-mode-wrap .ai-mode-frame {
  margin: 0;
  flex: 0 0 auto;
  max-width: 100%;
}
.ai-mode-wrap .ai-mode-frame img { display: block; }
.ai-mode-callout {
  position: relative;
  flex: 0 0 clamp(220px, 22vw, 280px);
  background: #0A0F0A;
  color: #fff;
  border-radius: 16px;
  padding: 24px 22px 26px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.18);
  margin: 0;
}
.ai-mode-callout .callout-eyebrow {
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--brand);
  font-weight: 700; margin-bottom: 10px;
}
.ai-mode-callout .callout-body {
  font-weight: 900; font-size: clamp(20px, 1.7vw, 26px);
  line-height: 1.15; letter-spacing: -0.015em;
  color: #fff;
}
.ai-mode-callout .callout-arrow {
  position: absolute;
  left: -280px;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  height: 140px;
  pointer-events: none;
  z-index: 3;
  overflow: visible;
}
@media (max-width: 860px) {
  .ai-mode-wrap { flex-direction: column; gap: 20px; }
  .ai-mode-callout { flex: 0 0 auto; width: min(420px, 100%); text-align: center; }
  .ai-mode-callout .callout-arrow { display: none; }
}

/* ---------- Booking modal ---------- */
.booking-modal {
  position: fixed; inset: 0;
  display: none;
  z-index: 9999;
  align-items: center; justify-content: center;
  padding: clamp(12px, 3vw, 40px);
}
.booking-modal.is-open { display: flex; animation: booking-fade 0.25s ease; }
@keyframes booking-fade { from { opacity: 0; } to { opacity: 1; } }
.booking-backdrop {
  position: absolute; inset: 0;
  background: rgba(10, 15, 10, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.booking-dialog {
  position: relative;
  background: #fff;
  border-radius: 20px;
  width: min(920px, 100%);
  max-height: min(92vh, 900px);
  box-shadow: 0 40px 100px rgba(0,0,0,0.5), 0 10px 30px rgba(0,0,0,0.2);
  overflow: hidden;
  display: flex; flex-direction: column;
  opacity: 0;
  transform: translateY(16px) scale(0.98);
  transition: opacity 0.32s ease, transform 0.32s cubic-bezier(0.2, 0.9, 0.2, 1);
}
.booking-modal.is-open .booking-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.booking-header {
  padding: 22px 28px 14px;
  border-bottom: 1px solid var(--line);
}
.booking-eyebrow {
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--brand); font-weight: 700; margin-bottom: 6px;
}
.booking-title {
  margin: 0; font-weight: 900;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: -0.02em; color: var(--ink);
}
.booking-frame {
  flex: 1;
  overflow: auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
.booking-frame iframe {
  width: 100%;
  min-height: 720px;
  display: block;
  border: 0;
}
.booking-close {
  position: absolute; top: 14px; right: 14px;
  width: 40px; height: 40px;
  border-radius: 999px;
  border: 0;
  background: rgba(10,15,10,0.08);
  color: var(--ink);
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  z-index: 2;
  transition: background 0.2s ease, transform 0.2s ease;
}
.booking-close:hover { background: rgba(10,15,10,0.16); transform: rotate(90deg); }
@media (max-width: 640px) {
  .booking-dialog { border-radius: 16px; max-height: 96vh; }
  .booking-header { padding: 18px 22px 12px; }
  .booking-frame iframe { min-height: 620px; }
}

/* ---------- Footer ---------- */
.footer {
  padding: 40px var(--pad-x);
  text-align: center; color: var(--muted);
  font-size: 13px;
  border-top: 1px solid var(--line);
  background: var(--bg);
}

/* ---------- Scroll-reveal ---------- */
.reveal {
  opacity: 0; transform: translateY(22px);
  transition: opacity 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  will-change: opacity, transform;
}
.reveal.in { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: 0.05s; }
.reveal.d2 { transition-delay: 0.1s; }
.reveal.d3 { transition-delay: 0.15s; }
.reveal.d4 { transition-delay: 0.2s; }
.reveal.d5 { transition-delay: 0.25s; }
.reveal.d6 { transition-delay: 0.3s; }

.reveal-left { opacity: 0; transform: translateX(-22px); transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); }
.reveal-left.in { opacity: 1; transform: translateX(0); }
.reveal-right { opacity: 0; transform: translateX(22px); transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); }
.reveal-right.in { opacity: 1; transform: translateX(0); }
.reveal-scale { opacity: 0; transform: scale(0.94); transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); }
.reveal-scale.in { opacity: 1; transform: scale(1); }

/* Counter number rolling */
.count { font-variant-numeric: tabular-nums; }

/* ---------- Motion + Soul additions ---------- */

/* Scroll progress bar */
.scroll-progress {
  position: fixed; top: 0; left: 0; right: 0; height: 3px;
  background: var(--brand);
  transform: scaleX(0); transform-origin: left center;
  z-index: 200; pointer-events: none;
  box-shadow: 0 0 14px rgba(15,138,60,0.55);
}

/* Hero stagger on first load (not scroll) */
.hero .reveal, .hero .reveal-left, .hero .reveal-right { transition: opacity 0.7s cubic-bezier(0.2,0.8,0.2,1), transform 0.7s cubic-bezier(0.2,0.8,0.2,1); }
body:not(.loaded) .hero .reveal,
body:not(.loaded) .hero .reveal-left,
body:not(.loaded) .hero .reveal-right { opacity: 0; transform: translateY(16px); }
body.loaded .hero .reveal.d1 { transition-delay: 0.15s; }
body.loaded .hero .reveal.d2 { transition-delay: 0.3s; }
body.loaded .hero .reveal.d3 { transition-delay: 0.45s; }
body.loaded .hero .reveal.d4 { transition-delay: 0.6s; }
body.loaded .hero .reveal.d5 { transition-delay: 0.75s; }

/* Typing query in Google search mock */
.search-bar .q.typing { border-right: none; }
.search-bar .cursor.hidden { display: none; }

/* Map Pack pulse overlay */
.map-pulse-wrap { position: relative; }
.map-pulse-ring {
  position: absolute; pointer-events: none;
  left: 6%; top: 18%; width: 36%; height: 62%;
  border: 3px solid var(--brand); border-radius: 14px;
  opacity: 0; box-shadow: 0 0 0 0 rgba(15,138,60,0.5);
}
.map-pulse-wrap.pulse .map-pulse-ring { animation: map-pulse 1.6s ease-out 3; }
@keyframes map-pulse {
  0%   { opacity: 0.9; transform: scale(0.96); box-shadow: 0 0 0 0 rgba(15,138,60,0.55); }
  70%  { opacity: 0.4; transform: scale(1.02); box-shadow: 0 0 0 18px rgba(15,138,60,0); }
  100% { opacity: 0; transform: scale(1.03); box-shadow: 0 0 0 0 rgba(15,138,60,0); }
}

/* Stat bars under 84% / 76% / Top 3 */
.stat-bar {
  height: 6px; width: 100%; background: rgba(15,138,60,0.14);
  border-radius: 999px; margin-top: 14px; overflow: hidden;
}
.stat-bar > i {
  display: block; height: 100%; width: 0;
  background: var(--brand); border-radius: 999px;
  transition: width 1.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.stat-card.dark .stat-bar { background: rgba(255,255,255,0.15); }
.stat-card.dark .stat-bar > i { background: #fff; }
.stat-pips {
  display: flex; gap: 8px; margin-top: 14px;
}
.stat-pips > i {
  flex: 1; height: 8px; border-radius: 999px;
  background: rgba(255,255,255,0.18);
  transition: background 0.4s ease, box-shadow 0.4s ease;
}
.stat-pips.lit > i:nth-child(1) { background: #fff; transition-delay: 0s; }
.stat-pips.lit > i:nth-child(2) { background: #fff; transition-delay: 0.25s; }
.stat-pips.lit > i:nth-child(3) { background: #fff; transition-delay: 0.5s; box-shadow: 0 0 18px rgba(255,255,255,0.5); }

/* Buyer journey node pop-in stagger */
.journey-step .circle { transition: transform 0.55s cubic-bezier(0.2, 1.4, 0.4, 1), opacity 0.4s ease, box-shadow 0.55s ease; transform: scale(0.4); opacity: 0.2; }
.section.in-view .journey .journey-step .circle { transform: scale(1); opacity: 1; }
.section.in-view .journey .journey-step:nth-child(1) .circle { transition-delay: 0.05s; }
.section.in-view .journey .journey-step:nth-child(2) .circle { transition-delay: 0.25s; }
.section.in-view .journey .journey-step:nth-child(3) .circle { transition-delay: 0.45s; }
.section.in-view .journey .journey-step:nth-child(4) .circle { transition-delay: 0.65s; box-shadow: 0 14px 40px rgba(15,138,60,0.35); }

/* Primary CTA shimmer sweep */
.btn:not(.alt) { position: relative; overflow: hidden; isolation: isolate; }
.btn:not(.alt)::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.45) 50%, transparent 70%);
  transform: translateX(-120%);
  pointer-events: none;
  z-index: 0;
}
.btn:not(.alt) > * { position: relative; z-index: 1; }
.btn:not(.alt).shine::before { animation: btn-shine 1.1s ease-out; }
@keyframes btn-shine {
  0%   { transform: translateX(-120%); }
  100% { transform: translateX(120%); }
}

/* Video speed pill */
.video-speed {
  position: absolute; right: 14px; bottom: 14px;
  display: none; align-items: center; gap: 6px;
  padding: 6px 12px; border-radius: 999px;
  background: rgba(0,0,0,0.55); color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
  font-size: 12px; font-weight: 700; letter-spacing: 0.04em;
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  cursor: pointer; z-index: 5;
  transition: background 0.2s ease, transform 0.15s ease;
}
.video-speed:hover { background: rgba(0,0,0,0.8); transform: translateY(-1px); }
.hero-video.is-playing .video-speed { display: inline-flex; }
