/* ============================================================
   CammBot — section-specific styles
   ============================================================ */

/* ---------- Hero ---------- */
.hero {
  padding: 140px 0 120px;
  position: relative;
  overflow: hidden;
}
.hero .grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 900px) {
  .hero .grid { grid-template-columns: 1fr; gap: 40px; }
}
.hero h1 {
  font-size: clamp(48px, 7vw, 80px);
  letter-spacing: -0.025em;
  margin-top: 22px;
}
.hero h1 em {
  font-style: italic;
  color: var(--accent);
}
.hero .sub {
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--ink-soft);
  margin-top: 28px;
  max-width: 540px;
  line-height: 1.45;
}
.hero .trust {
  font-size: 14px;
  color: var(--ink-soft);
  margin-top: 22px;
  display: flex; align-items: center; gap: 10px;
}
.hero .trust .badge {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--success);
  color: white;
  text-transform: uppercase;
}
.hero .ctas {
  display: flex; gap: 14px; margin-top: 36px;
  flex-wrap: wrap;
}
.hero .bot-stage {
  position: relative;
  height: 460px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .bot-stage .cammbot {
  width: 320px;
  height: 320px;
  font-size: 16px;
}
.hero .dot-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(11,15,26,0.13) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black, transparent 70%);
  opacity: 0.5;
}
.hero .halo-tr {
  top: -30%; right: -20%;
  opacity: 0.55;
}

.scroll-cue {
  position: absolute;
  bottom: 30px; left: 50%;
  transform: translateX(-50%);
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--muted);
  display: flex; align-items: center; gap: 8px;
  text-transform: uppercase;
}
.scroll-cue .line {
  width: 1px; height: 36px;
  background: linear-gradient(180deg, var(--muted), transparent);
  position: relative;
  overflow: hidden;
}
.scroll-cue .line::after {
  content: ""; position: absolute;
  width: 100%; height: 30%;
  background: var(--ink);
  animation: scrollcue 2s ease-in-out infinite;
}
@keyframes scrollcue {
  0% { transform: translateY(-100%); }
  100% { transform: translateY(330%); }
}

/* ---------- Section 2: OldWay ---------- */
.oldway .header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}
.oldway h2 {
  font-size: clamp(34px, 4.4vw, 48px);
  margin-top: 18px;
}
.oldway .sub {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 18px;
}
.stat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .stat-grid { grid-template-columns: 1fr; }
}
.stat-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 36px 32px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.stat-card:hover { border-color: #d4cdb9; }
.stat-card .num {
  font-family: var(--font-display);
  font-size: clamp(48px, 6vw, 72px);
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: var(--ink);
}
.stat-card .num .unit {
  font-family: var(--font-mono);
  font-size: 16px;
  color: var(--muted);
  letter-spacing: 0.06em;
  margin-left: 8px;
  vertical-align: middle;
  font-weight: 400;
}
.stat-card .label {
  margin-top: 18px;
  color: var(--ink-soft);
  font-size: 17px;
  max-width: 280px;
}
.stat-card .tag {
  position: absolute;
  top: 24px; right: 24px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.oldway .closing {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(28px, 3.4vw, 40px);
  text-align: center;
  max-width: 760px;
  margin: 100px auto 0;
  line-height: 1.2;
  color: var(--ink);
}
.oldway .closing em { color: var(--accent); font-style: italic; }

/* ---------- Section 3: Services ---------- */
.services .header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 70px;
}
.services .header .copy { max-width: 580px; }
.services h2 {
  font-size: clamp(34px, 4.4vw, 48px);
  margin-top: 18px;
}
.services .header .bot {
  flex-shrink: 0;
}
.services .header .bot .cammbot {
  width: 140px; height: 140px;
}
@media (max-width: 768px) {
  .services .header { flex-direction: column; align-items: flex-start; }
  .services .header .bot .cammbot { width: 100px; height: 100px; }
}
.svc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
}
@media (max-width: 900px) { .svc-grid { grid-template-columns: 1fr; } }
.svc-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-card);
  padding: 38px 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.4s cubic-bezier(0.2,0.8,0.2,1), box-shadow 0.4s ease, border-color 0.3s ease;
  cursor: default;
}
@media (min-width: 900px) {
  .svc-card.offset-1 { transform: translateY(14px); }
  .svc-card.offset-2 { transform: translateY(28px); }
  .svc-card:hover { transform: translateY(-6px); box-shadow: 0 22px 50px -20px rgba(11,15,26,0.18); border-color: #d4cdb9; }
  .svc-card.offset-1:hover { transform: translateY(8px); }
  .svc-card.offset-2:hover { transform: translateY(22px); }
}
.svc-card .ico {
  width: 56px; height: 56px;
  border-radius: 16px;
  background: var(--accent-soft);
  color: var(--accent);
  display: inline-flex;
  align-items: center; justify-content: center;
  margin-bottom: 8px;
  transition: transform 0.4s cubic-bezier(0.3,1.4,0.4,1);
}
.svc-card:hover .ico { transform: rotate(8deg) scale(1.04); }
.svc-card h3 {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.15;
}
.svc-card .tagline {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--muted);
  text-transform: uppercase;
}
.svc-card .body {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.55;
}

/* ---------- Section 4: Scrollytelling ---------- */
.scrolly {
  position: relative;
  padding-top: 120px;
}
.scrolly .header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
  position: relative;
}
.scrolly .header h2 {
  font-size: clamp(34px, 4.4vw, 48px);
  margin-top: 18px;
}
.scrolly .header .bot {
  position: absolute;
  right: 0; top: -20px;
}
.scrolly .header .bot .cammbot {
  width: 110px; height: 110px;
}
@media (max-width: 768px) { .scrolly .header .bot { display: none; } }

.scrolly-stage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 900px) {
  .scrolly-stage { grid-template-columns: 1fr; gap: 0; }
}

.scrolly-copy {
  display: flex;
  flex-direction: column;
}
.scene {
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
  opacity: 0.35;
  transition: opacity 0.5s ease;
}
.scene.active { opacity: 1; }
.scene .num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.scene h3 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}
.scene .body {
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.55;
  max-width: 460px;
}

.phone-col {
  position: relative;
}
.phone-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .phone-col { display: none; }
  .phone-pin { position: static; height: auto; padding: 20px 0 60px; }
  .scene { min-height: auto; opacity: 1; }
  .scene .phone-mobile-wrapper { margin-top: 32px; display: block; }
}
.scene .phone-mobile-wrapper { display: none; }

.phone-frame {
  position: relative;
  width: 320px;
  height: 640px;
  background: #0B0F1A;
  border-radius: var(--r-phone);
  padding: 14px;
  box-shadow:
    0 30px 60px -20px rgba(11,15,26,0.45),
    0 0 0 1px rgba(11,15,26,0.6),
    inset 0 0 0 2px #1a2030;
  transition: transform 0.7s cubic-bezier(0.2,0.8,0.2,1);
}
.phone-frame .notch {
  position: absolute;
  top: 22px; left: 50%; transform: translateX(-50%);
  width: 110px; height: 26px;
  background: #0B0F1A;
  border-radius: 14px;
  z-index: 4;
}
.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(170deg, #F6F4EE 0%, #FFFFFF 100%);
  border-radius: 28px;
  overflow: hidden;
}
.phone-screen .statusbar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 14px 22px 6px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--ink);
  font-weight: 500;
}
.phone-screen .statusbar .right {
  display: flex; gap: 6px; align-items: center;
}
.phone-screen .statusbar .batt {
  width: 22px; height: 11px;
  border: 1px solid var(--ink);
  border-radius: 3px;
  position: relative;
  padding: 1px;
}
.phone-screen .statusbar .batt::after {
  content: ""; position: absolute;
  right: -3px; top: 3px; width: 2px; height: 3px;
  background: var(--ink); border-radius: 0 1px 1px 0;
}
.phone-screen .statusbar .batt-fill {
  width: 70%; height: 100%; background: var(--ink); border-radius: 1px;
}
.phone-screen .content {
  padding: 24px 18px 18px;
  height: calc(100% - 50px);
  position: relative;
  overflow: hidden;
}

.scene-progress {
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 3;
}
@media (max-width: 900px) { .scene-progress { display: none; } }
.scene-progress .dot {
  width: 8px; height: 8px;
  border-radius: 999px;
  background: var(--line);
  transition: all 0.4s ease;
}
.scene-progress .dot.active {
  background: var(--accent);
  height: 26px;
}

/* Phone screen content cards */
.phone-fade {
  position: absolute;
  inset: 24px 18px 18px;
  transition: opacity 0.4s ease, transform 0.5s cubic-bezier(0.2,0.8,0.2,1);
  opacity: 0;
  transform: scale(0.96);
  pointer-events: none;
}
.phone-fade.active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.email-card, .msg-card, .invoice-card, .lead-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  font-size: 13px;
  box-shadow: 0 4px 12px rgba(11,15,26,0.04);
}
.email-card .from { font-weight: 600; font-size: 12px; color: var(--ink); }
.email-card .when { font-family: var(--font-mono); font-size: 10px; color: var(--muted); }
.email-card .row { display: flex; justify-content: space-between; align-items: center; }
.email-card .subj { margin-top: 6px; font-size: 13px; color: var(--ink); font-weight: 500; }
.email-card .preview { margin-top: 4px; color: var(--ink-soft); font-size: 12px; line-height: 1.4; }

.bot-bubble {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: white;
  font-size: 12px;
  padding: 8px 12px;
  border-radius: 14px 14px 14px 4px;
  margin-top: 14px;
  font-weight: 500;
}
.bot-bubble .mini {
  width: 18px; height: 18px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 10px;
}

.compose-card {
  margin-top: 14px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 8px 20px -6px rgba(11,15,26,0.1);
}
.compose-card .head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 8px; border-bottom: 1px solid var(--line); margin-bottom: 8px; }
.compose-card .head .draft { font-family: var(--font-mono); font-size: 10px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.1em; }
.compose-card .lines { display: flex; flex-direction: column; gap: 4px; margin-bottom: 10px; }
.compose-card .lines div { height: 8px; background: #ECEAE3; border-radius: 4px; }
.compose-card .lines div:nth-child(1) { width: 92%; }
.compose-card .lines div:nth-child(2) { width: 78%; }
.compose-card .lines div:nth-child(3) { width: 88%; }
.compose-card .lines div:nth-child(4) { width: 40%; }
.compose-card .send {
  background: var(--accent); color: white;
  padding: 8px 14px; border-radius: 999px;
  font-size: 12px; font-weight: 500;
  display: inline-flex; align-items: center; gap: 6px;
}

/* Scene 2 */
.photo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
}
.photo-grid .ph {
  aspect-ratio: 1;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.4), rgba(0,0,0,0.05)),
    linear-gradient(45deg, #d4cdb9 25%, #b9b09a 25%, #b9b09a 50%, #d4cdb9 50%, #d4cdb9 75%, #b9b09a 75%);
  background-size: 12px 12px;
  position: relative;
  overflow: hidden;
}
.photo-grid .ph::after {
  content: "📷"; position: absolute;
  inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 18px; opacity: 0.5;
}
.photo-grid .ph:nth-child(2)::after { content: "🧱"; }
.photo-grid .ph:nth-child(3)::after { content: "🔨"; }
.photo-grid .ph:nth-child(4)::after { content: "🚧"; }
.photo-grid .ph:nth-child(5)::after { content: "📦"; }
.photo-grid .ph:nth-child(6)::after { content: "✓"; }

.typing-dots {
  display: inline-flex;
  gap: 4px;
  background: white;
  padding: 10px 14px;
  border-radius: 14px;
  margin-top: 14px;
  border: 1px solid var(--line);
}
.typing-dots span {
  width: 6px; height: 6px;
  background: var(--muted);
  border-radius: 50%;
  animation: blink-dot 1.4s infinite;
}
.typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.typing-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes blink-dot {
  0%, 60%, 100% { opacity: 0.3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-3px); }
}

.report-card {
  margin-top: 14px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 6px 16px -4px rgba(11,15,26,0.08);
}
.report-card .hd {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px;
  color: var(--muted);
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.report-card .hd .dotg { width: 6px; height: 6px; border-radius: 50%; background: var(--success); }
.report-card .item {
  display: flex; gap: 8px;
  font-size: 12px;
  padding: 6px 0;
  align-items: flex-start;
  line-height: 1.4;
}
.report-card .item .ico {
  flex-shrink: 0;
  width: 16px; text-align: center;
  font-size: 12px;
}
.report-card .item.ok .ico { color: var(--success); }
.report-card .item.next .ico { color: var(--accent); }
.report-card .item.warn .ico { color: #d97706; }

/* Scene 3 */
.invoice-card .badge-overdue {
  display: inline-block;
  padding: 4px 10px;
  background: #fee2e2;
  color: #b91c1c;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 999px;
  font-weight: 500;
}
.invoice-card .total {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 10px;
}
.invoice-card .meta {
  font-size: 11px;
  color: var(--muted);
  margin-top: 4px;
  font-family: var(--font-mono);
}
.paid-toast {
  margin-top: 14px;
  padding: 12px 14px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 12px;
  display: flex; align-items: center; gap: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #065f46;
}
.paid-toast .emj { font-size: 16px; }

/* Scene 4 */
.notif-missed {
  display: flex; align-items: center; gap: 10px;
  padding: 12px 14px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 12px;
}
.notif-missed .ic {
  width: 30px; height: 30px;
  border-radius: 50%;
  background: #fee2e2;
  color: #b91c1c;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px;
}
.notif-missed .who { font-weight: 600; color: var(--ink); font-size: 13px; }
.notif-missed .meta { font-size: 11px; color: var(--muted); font-family: var(--font-mono); }

.lead-list {
  margin-top: 14px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}
.lead-list .head {
  padding: 10px 14px;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--muted);
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
  display: flex; justify-content: space-between; align-items: center;
}
.lead-list .head .count {
  background: var(--accent); color: white;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
}
.lead-list .row {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  display: flex; flex-direction: column; gap: 2px;
}
.lead-list .row:last-child { border-bottom: none; }
.lead-list .row .name { font-weight: 600; font-size: 13px; }
.lead-list .row .num { font-family: var(--font-mono); font-size: 11px; color: var(--muted); }
.lead-list .row .note { font-size: 11px; color: var(--ink-soft); margin-top: 2px; }

/* ---------- Section 5: Guarantee ---------- */
.guarantee {
  position: relative;
  background:
    radial-gradient(ellipse 60% 50% at 50% 50%, rgba(37,99,235,0.12), transparent 70%),
    var(--accent-soft);
  border-top: 1px solid #c7dafd;
  border-bottom: 1px solid #c7dafd;
  text-align: center;
  overflow: hidden;
}
.guarantee .bot {
  position: absolute;
  right: 7%;
  top: 14%;
  z-index: 1;
}
.guarantee .bot .cammbot {
  width: 130px; height: 130px;
}
@media (max-width: 768px) {
  .guarantee .bot { right: 5%; top: 6%; }
  .guarantee .bot .cammbot { width: 80px; height: 80px; }
}
.guarantee h2 {
  font-size: clamp(40px, 6vw, 72px);
  letter-spacing: -0.03em;
  margin-top: 22px;
  max-width: 14ch;
  margin-inline: auto;
}
.guarantee h2 em { font-style: italic; color: var(--accent); }
.guarantee .nothing { color: var(--accent); transition: color 0.6s ease 0.4s; }
.guarantee .body {
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--ink-soft);
  max-width: 620px;
  margin: 30px auto 0;
  line-height: 1.5;
}
.guarantee .pills {
  display: flex; gap: 14px; justify-content: center;
  margin-top: 42px;
  flex-wrap: wrap;
}

/* ---------- Section 6: How it works ---------- */
.how .header { text-align: center; margin-bottom: 80px; }
.how h2 {
  font-size: clamp(34px, 4.4vw, 48px);
  margin-top: 18px;
}
.how-timeline {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  padding-left: 40px;
}
.how-timeline .rail {
  position: absolute;
  left: 14px; top: 30px; bottom: 30px;
  width: 2px;
  background: var(--line);
}
.how-timeline .rail-fill {
  position: absolute;
  left: 14px; top: 30px;
  width: 2px;
  background: var(--accent);
  transform-origin: top;
}
.step {
  position: relative;
  padding: 40px 0 40px 32px;
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 24px;
  align-items: start;
}
@media (max-width: 640px) {
  .step { grid-template-columns: 60px 1fr; gap: 16px; padding-left: 16px; }
}
.step::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 50px;
  width: 16px; height: 16px;
  border-radius: 50%;
  background: var(--bg);
  border: 2px solid var(--line);
  transition: all 0.4s ease;
}
.step.in::before {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 0 6px rgba(37,99,235,0.12);
}
.step .num {
  font-family: var(--font-display);
  font-size: clamp(56px, 7vw, 84px);
  line-height: 0.9;
  color: var(--accent);
  font-weight: 400;
  letter-spacing: -0.04em;
  transform: scale(0.85);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.3,1.6,0.5,1), opacity 0.5s ease;
}
.step.in .num { transform: scale(1); opacity: 1; }
.step h3 {
  font-family: var(--font-sans);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--ink);
  margin-bottom: 10px;
}
.step .body { color: var(--ink-soft); font-size: 18px; line-height: 1.55; }
.step .bot-walker {
  position: absolute;
  right: -120px;
  top: 30px;
}
.step .bot-walker .cammbot { width: 90px; height: 90px; }
@media (max-width: 1100px) { .step .bot-walker { display: none; } }

/* ---------- Section 7: Who it's for ---------- */
.who { text-align: center; }
.who h2 {
  font-size: clamp(34px, 4.4vw, 48px);
  margin-top: 18px;
  max-width: 22ch;
  margin-inline: auto;
}
.who .cluster {
  max-width: 940px;
  margin: 60px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  position: relative;
}
.who .float-pill {
  font-size: 17px;
  padding: 12px 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 500;
  box-shadow: 0 4px 12px -4px rgba(11,15,26,0.06);
  transition: transform 0.6s cubic-bezier(0.2,0.8,0.2,1), opacity 0.6s ease;
  opacity: 0;
  animation-fill-mode: both;
}
.who .float-pill.in {
  opacity: 1;
  animation: pill-wobble 6s ease-in-out infinite;
}
@keyframes pill-wobble {
  0%, 100% { transform: rotate(var(--rot, 0deg)) translateY(var(--off, 0px)); }
  50% { transform: rotate(calc(var(--rot, 0deg) + 0.5deg)) translateY(calc(var(--off, 0px) - 3px)); }
}

/* ---------- Section 8: Final CTA ---------- */
.final-cta {
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final-cta .bot {
  display: flex; justify-content: center;
  margin-bottom: 30px;
}
.final-cta .bot .cammbot {
  width: 220px; height: 220px;
  transition: transform 0.3s ease;
}
@media (max-width: 640px) { .final-cta .bot .cammbot { width: 160px; height: 160px; } }
.final-cta h2 {
  font-size: clamp(40px, 6vw, 72px);
  letter-spacing: -0.025em;
  margin-top: 16px;
}
.final-cta .sub {
  font-size: clamp(18px, 1.6vw, 22px);
  color: var(--ink-soft);
  max-width: 620px;
  margin: 28px auto 40px;
  line-height: 1.5;
}
.final-cta .copy-row {
  margin-top: 24px;
  font-size: 15px;
  color: var(--ink-soft);
  display: flex; gap: 8px; justify-content: center; align-items: center;
}
.final-cta .copy-row button {
  display: inline-flex; align-items: center; gap: 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 6px 12px;
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--ink);
  background: white;
  transition: all 0.2s ease;
}
.final-cta .copy-row button:hover { border-color: var(--accent); color: var(--accent); }
.toast {
  position: fixed;
  bottom: 30px; left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: var(--ink);
  color: white;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 14px;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.2,0.8,0.2,1);
  z-index: 200;
  pointer-events: none;
}
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

.magnetic-btn {
  display: inline-flex;
  transition: transform 0.3s cubic-bezier(0.2,0.8,0.2,1);
}

/* ---------- Footer ---------- */
.foot {
  border-top: 1px solid var(--line);
  padding: 36px 0;
  margin-top: 40px;
}
.foot .row {
  display: flex; justify-content: space-between; align-items: center;
  gap: 20px;
  font-size: 14px;
  color: var(--ink-soft);
  flex-wrap: wrap;
}
.foot .left { display: flex; align-items: center; gap: 12px; }
.foot .left .cammbot { width: 38px; height: 38px; }
.foot a:hover { color: var(--accent); }

/* ---------- OldWayCost Numbers Color Override ---------- */
.stat-card .num {
  color: var(--accent);
}

/* ---------- Final CTA Button Color Override ---------- */
.final-cta .btn-primary {
  background: var(--accent);
}
.final-cta .btn-primary:hover {
  background: var(--accent-glow);
}

/* ---------- Scrollytelling Mobile Stack Styles ---------- */
.scrolly-mobile-stage {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 32px 100px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.scrolly-mobile-scene {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 28px;
}
.scrolly-mobile-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.scrolly-mobile-copy h3 {
  font-family: var(--font-display);
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 12px;
  color: var(--ink);
  line-height: 1.25;
}
.scrolly-mobile-copy .body {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.5;
  max-width: 440px;
}
.scrolly-mobile-phone-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.scrolly-mobile-phone-wrapper .phone-frame {
  transform: none !important;
}

/* ---------- Showcase Section ---------- */
.showcase__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 80px;
  align-items: center;
}
.showcase__left {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.showcase__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.showcase__header h2 {
  font-size: clamp(34px, 4.4vw, 48px);
  margin-top: 18px;
  margin-bottom: 18px;
}
.showcase__selectors {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  width: 100%;
}
.showcase__chip {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  padding: 12px 24px;
  border-radius: var(--r-pill);
  background: var(--bg-warm);
  border: 1px solid var(--line);
  font-size: 16px;
  color: var(--ink-soft);
  font-weight: 500;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  white-space: nowrap;
}
.showcase__chip:hover {
  border-color: var(--ink);
  color: var(--ink);
  background: white;
}
.showcase__chip.active {
  background: var(--ink);
  border-color: var(--ink);
  color: white;
  box-shadow: 0 4px 12px rgba(11,15,26,0.12);
}
.showcase__stat-wrapper {
  min-height: 24px;
}
.showcase__stat {
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--ink-soft);
  letter-spacing: -0.01em;
  display: block;
}
.showcase__phone-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.showcase__microcopy {
  display: block;
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  margin-top: 10px;
}
.showcase__controls {
  display: flex;
  align-items: center;
  gap: 20px;
}
.showcase__control-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: white;
  color: var(--ink-soft);
  transition: all 0.2s ease;
  padding: 0;
}
.showcase__control-btn:hover {
  border-color: var(--ink);
  color: var(--ink);
  transform: scale(1.05);
}
.showcase__control-btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.showcase__dots {
  display: flex;
  gap: 2px;
  align-items: center;
}
.showcase__dot {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.showcase__dot::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--line);
  transition: all 0.3s ease;
}
.showcase__dot:hover::after {
  background: var(--muted);
}
.showcase__dot.active::after {
  background: var(--accent);
  transform: scale(1.2);
}
.showcase__dot:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
  border-radius: 50%;
}

/* ---------- Showcase Phone Screen Contents ---------- */
.showcase-chat {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.showcase-chat__header {
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
}
.showcase-chat__messages {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
  overflow-y: auto;
  padding-right: 2px;
  scrollbar-width: none;
}
.showcase-chat__messages::-webkit-scrollbar {
  display: none;
}
.showcase-chat__bubble {
  padding: 10px 14px;
  border-radius: 16px;
  font-size: 13px;
  line-height: 1.4;
  max-width: 85%;
  position: relative;
  word-break: break-word;
}
.showcase-chat__bubble--incoming {
  background: rgba(11, 15, 26, 0.05);
  color: var(--ink);
  border-radius: 16px 16px 16px 4px;
  align-self: flex-start;
}
.showcase-chat__bubble--outgoing {
  background: var(--accent);
  color: white;
  border-radius: 16px 16px 4px 16px;
  align-self: flex-end;
}
.showcase-chat__bubble--agent {
  background: white;
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 16px 16px 16px 4px;
  align-self: flex-start;
}
.showcase-chat__time {
  display: block;
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--muted);
  margin-bottom: 3px;
}
.showcase-chat__tick {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--success);
  margin-left: 8px;
  align-self: flex-start;
}
.showcase-chat__tick-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(16, 185, 129, 0.1);
  font-size: 10px;
  font-weight: bold;
}
.showcase-chat__typing {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: rgba(11, 15, 26, 0.05);
  padding: 12px 18px;
  border-radius: 16px 16px 16px 4px;
  align-self: flex-start;
  width: fit-content;
}
.showcase-chat__typing span {
  width: 6px;
  height: 6px;
  background: var(--muted);
  border-radius: 50%;
  animation: showcase-dot-blink 1.4s infinite both;
}
.showcase-chat__typing span:nth-child(2) {
  animation-delay: 0.2s;
}
.showcase-chat__typing span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes showcase-dot-blink {
  0%, 100% { transform: translateY(0); opacity: 0.3; }
  50% { transform: translateY(-4px); opacity: 1; }
}

/* ---------- Showcase Climax Cards ---------- */
.showcase-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px;
  font-size: 13px;
  box-shadow: 0 6px 18px rgba(11,15,26,0.06);
  width: 100%;
  box-sizing: border-box;
}
.showcase-card__header {
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
  padding-bottom: 6px;
}
.showcase-card__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.showcase-card__row {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ink-soft);
}
.showcase-card__bullet {
  color: var(--accent);
  font-size: 8px;
}
.showcase-card__alert {
  background: #FFFBEB;
  border: 1px solid #FDE68A;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 11px;
  color: #B45309;
  line-height: 1.35;
  margin-top: 4px;
}
.showcase-card__alert strong {
  font-weight: 600;
}
.showcase-card__label {
  font-family: var(--font-mono);
  font-size: 9px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.showcase-card__title {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1.3;
  margin-bottom: 6px;
}
.showcase-card__price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 6px;
}
.showcase-card__price {
  font-family: var(--font-mono);
  font-size: 20px;
  font-weight: 500;
  color: var(--accent);
}
.showcase-card__price-sub {
  font-size: 10px;
  color: var(--muted);
}
.showcase-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
}
.showcase-card__tag {
  background: rgba(11, 15, 26, 0.04);
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 9px;
  color: var(--ink-soft);
}
.showcase-card__desc {
  font-size: 11px;
  color: var(--ink-soft);
  line-height: 1.35;
  margin-bottom: 8px;
}
.showcase-card__platforms {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.showcase-card__platform {
  background: white;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 9px;
  color: var(--ink-soft);
  font-weight: 500;
}
.showcase-card__item {
  color: var(--ink-soft);
  line-height: 1.35;
}
.showcase-card__item strong {
  font-family: var(--font-mono);
  color: var(--ink);
}
.showcase-card__divider {
  height: 1px;
  background: var(--line);
  margin: 4px 0;
}
.showcase-card__total-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-weight: 600;
}
.showcase-card__total-price {
  font-family: var(--font-mono);
  font-size: 18px;
  color: var(--accent);
}
.showcase-card__valid {
  font-size: 10px;
  color: var(--muted);
  text-align: right;
  margin-top: -4px;
}
.showcase-card__btn {
  background: var(--accent);
  color: white;
  border-radius: 8px;
  padding: 8px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  width: 100%;
  margin-top: 4px;
  opacity: 0.9;
}
.showcase-card__recovered {
  font-size: 14px;
  color: var(--ink-soft);
}
.showcase-card__big-num {
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 500;
  color: var(--success);
  vertical-align: middle;
}
.showcase-card__stat-item {
  color: var(--ink-soft);
}
.showcase-card__stat-item strong {
  color: var(--ink);
}
.showcase-card__google-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-warm);
  padding: 8px 10px;
  border-radius: 8px;
  margin-top: 4px;
}
.showcase-card__stars {
  font-family: var(--font-mono);
  color: #D97706;
  font-weight: 600;
}

/* ---------- Showcase Responsive Layout ---------- */
@media (max-width: 900px) {
  .showcase__grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .showcase__left, .showcase__right {
    display: contents;
  }
  .showcase__header {
    order: 1;
    text-align: center;
    width: 100%;
  }
  .showcase__selectors {
    order: 2;
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    width: calc(100% + 64px);
    padding: 10px 32px;
    margin-left: -32px;
    margin-right: -32px;
    scrollbar-width: none;
    align-self: center;
  }
  .showcase__selectors::-webkit-scrollbar {
    display: none;
  }
  .showcase__chip {
    width: auto;
    scroll-snap-align: start;
    flex-shrink: 0;
  }
  .showcase__phone-container {
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .showcase__stat-wrapper {
    order: 4;
    text-align: center;
    margin: 0 auto;
    max-width: 320px;
  }
  .showcase__controls {
    order: 5;
    width: 100%;
    justify-content: center;
  }
  .showcase__cta-wrapper {
    order: 6;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
  }
}
