/* ===== Tangering — Landing styles ===== */

:root {
  --orange: #fe5e32;
  --orange-soft: #ff8a68;
  --dark: #303030;
  --darker: #1a1a1a;
  --lime: #beef62;
  --pink: #f5cae8;
  --bg: #ffffff;
  --bg-alt: #fafafa;
  --bg-warm: #f5f5f7;
  --line: #ececec;
  --muted: #6b6b6b;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: "Overused Grotesk", "Inter", system-ui, -apple-system, sans-serif;
  font-weight: 400;
  color: var(--dark);
  background: var(--bg);
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

button { font-family: inherit; cursor: pointer; border: none; background: none; }
a { color: inherit; text-decoration: none; }

::selection { background: var(--orange); color: white; }

/* ===== NAV ===== */
.nav {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 32px);
  padding: 10px 14px 10px 22px;
  max-width: calc(100vw - 32px);
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04), 0 10px 30px rgba(0,0,0,0.06);
  white-space: nowrap;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.02em;
}
.nav-logo-img { height: 28px; width: auto; display: block; }
.nav-logo .dot {
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--orange);
  display: inline-block;
}
.nav-links {
  display: flex;
  gap: clamp(12px, 1.6vw, 22px);
  font-size: 14px;
  color: var(--muted);
  white-space: nowrap;
  flex-wrap: nowrap;
}
.nav-links a { position: relative; padding-bottom: 4px; transition: color 0.2s var(--ease); white-space: nowrap; }
.nav-links a:hover { color: var(--dark); }
.nav-links a.active { color: var(--orange); }
.nav-links a.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  bottom: -2px;
  height: 2px;
  border-radius: 2px;
  background: var(--orange);
}
.nav-right { display: flex; align-items: center; gap: 10px; }

.lang-toggle {
  display: flex;
  padding: 3px;
  background: rgba(0,0,0,0.06);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}
.lang-toggle button {
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--muted);
  transition: all 0.2s var(--ease);
}
.lang-toggle button.active {
  background: white;
  color: var(--dark);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* ============================================================
   Mobile nav — hamburger overlay
   ============================================================ */
.nav-burger {
  display: none;
  background: transparent;
  border: 0;
  padding: 4px;
  margin: 0;
  cursor: pointer;
  color: var(--dark);
  border-radius: 50%;
  transition: background 0.2s var(--ease);
}
.nav-burger:hover { background: rgba(0,0,0,0.05); }
.nav-burger svg line {
  transition: transform 0.25s var(--ease), opacity 0.2s var(--ease);
  transform-origin: 12px 12px;
}
body.nav-open .nav-burger svg .ln1 { transform: translate(0, 5px) rotate(45deg); }
body.nav-open .nav-burger svg .ln2 { opacity: 0; }
body.nav-open .nav-burger svg .ln3 { transform: translate(0, -5px) rotate(-45deg); }

/* Intermediate widths — keep everything on one line by tightening spacing */
@media (min-width: 901px) and (max-width: 1080px) {
  .nav { gap: 14px; padding: 8px 12px 8px 18px; }
  .nav-logo-img { height: 24px; }
  .nav-links { gap: 14px; font-size: 13px; }
  .nav-right { gap: 8px; }
  .nav-right .btn { padding: 10px 14px; font-size: 13.5px; }
  .lang-toggle { font-size: 11.5px; }
  .lang-toggle button { padding: 4px 8px; }
}

@media (max-width: 900px) {
  /* --- Top bar (pill) stays compact ------------------------------ */
  .nav {
    top: 10px;
    left: 10px; right: 10px;
    transform: none;
    width: auto;
    max-width: none;
    gap: 10px;
    padding: 10px 10px 10px 18px;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 999px;
  }
  .nav-logo-img { height: 26px; }
  .nav-burger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px; height: 40px;
    color: var(--dark);
  }
  /* Hide everything except the logo + burger on mobile top bar */
  .nav-links,
  .nav-right { display: none; }

  /* --- Dark backdrop while the menu is open ---------------------- */
  .nav::after {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(15,23,42,0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s var(--ease);
    z-index: 90;
  }
  body.nav-open .nav::after { opacity: 1; pointer-events: auto; }

  /* --- Dropdown panel ------------------------------------------- */
  /* The pill stays a pill in the top bar; a separate white card
     "drops down" underneath it containing links + ES/EN + Book a demo.
     Rendered by turning .nav-links and .nav-right into fixed-position
     siblings that visually stack into one card. */
  body.nav-open .nav-links,
  body.nav-open .nav-right {
    display: flex;
    position: fixed;
    left: 10px;
    right: 10px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(0,0,0,0.18);
    z-index: 100;
    padding: 14px 16px;
    animation: navDropIn 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  /* Top block — the 3 nav links */
  body.nav-open .nav-links {
    top: 74px;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    border-radius: 20px 20px 0 0;
    padding-bottom: 8px;
  }
  body.nav-open .nav-links a {
    padding: 14px 14px;
    border-radius: 12px;
    font-size: 16px;
    color: var(--dark);
    font-weight: 500;
  }
  body.nav-open .nav-links a:hover { background: rgba(0,0,0,0.04); }
  body.nav-open .nav-links a.active { color: var(--orange); background: rgba(254,94,50,0.08); }
  body.nav-open .nav-links a.active::after { display: none; }

  /* Bottom block — ES/EN + Book a demo, stacked immediately under the links */
  body.nav-open .nav-right {
    /* Sits directly under the .nav-links block. Total nav-links height ≈
       3 items × ~50px + 22px padding + 14px top offset = ~186px.
       Approximated with 74px + 190px = 264px — close enough that the
       shadow makes it read as one continuous card. */
    top: 264px;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 18px;
    border-radius: 0 0 20px 20px;
    border-top: 1px solid rgba(0,0,0,0.06);
  }
  body.nav-open .lang-toggle {
    align-self: flex-start;
    padding: 4px;
    margin-bottom: 4px;
  }
  body.nav-open .lang-toggle button { padding: 6px 16px; font-size: 13px; }
  body.nav-open .nav-right .btn-dark {
    display: inline-flex;
    text-align: center;
    justify-content: center;
    padding: 14px 20px;
    font-size: 15px;
    width: 100%;
    border-radius: 999px;
  }
}
@keyframes navDropIn {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 600px) {
  /* Hero copy tightening on phones */
  .vhero-product { min-height: 88vh !important; }
  .vhero-product .vhero-content { padding-top: 140px !important; padding-bottom: 90px !important; }
  .vhero-h1 { letter-spacing: -0.035em; }
  .vhero-sub { font-size: 16px; }
  .vhero-ctas { gap: 8px; }
  .vhero-ctas .btn { padding: 12px 18px; font-size: 14px; }

  /* Stat cards & value cards always full width below this size */
  .about-stats { gap: 12px; padding: 0 16px; }
  .stat { padding: 22px 18px; }
  .stat .v { font-size: 34px; }
  .stat .l { font-size: 13px; }

  .values-grid { grid-template-columns: 1fr; gap: 14px; padding: 0 16px; }
  .value-card { padding: 24px 22px; }

  /* Sub-banner CTA padding on phones */
  .sub-banner-inner { padding: 80px 20px !important; }
  .sub-banner-headline { font-size: clamp(28px, 9vw, 44px) !important; }
  .sub-banner-bottom { flex-direction: column; align-items: flex-start; gap: 18px; }
  .sub-banner-bottom .sub-banner-sub { text-align: left; margin-left: 0; font-size: 16px; max-width: 100%; }

  /* About story grid: 1 col with tighter padding */
  .about-story-grid { grid-template-columns: 1fr; gap: 12px; }
  .about-story-col { padding: 24px 22px; }

  /* Footer columns stack */
  .foot-grid { grid-template-columns: 1fr !important; gap: 24px; }
}

/* ===== Button ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: all 0.2s var(--ease);
  white-space: nowrap;
}
.btn-primary {
  background: var(--orange);
  color: white;
  box-shadow: 0 1px 2px rgba(254,94,50,0.4), 0 6px 24px rgba(254,94,50,0.25);
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 1px 2px rgba(254,94,50,0.4), 0 12px 32px rgba(254,94,50,0.4);
}
.btn-dark {
  background: var(--dark);
  color: white;
}
.btn-dark:hover { background: var(--orange); color: #fff; }
.btn-ghost {
  color: var(--dark);
  border: 1px solid rgba(0,0,0,0.12);
  background: white;
}
.btn-ghost:hover { background: var(--bg-alt); }
.btn-light {
  background: white;
  color: var(--dark);
}
.btn-light:hover { transform: translateY(-1px); }

/* ===== Typography ===== */
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(0,0,0,0.05);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: var(--dark);
  letter-spacing: -0.005em;
}
.eyebrow .pulse {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--orange);
  position: relative;
}
.eyebrow .pulse::after {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 1px solid var(--orange);
  animation: pulse-ring 1.8s ease-out infinite;
}
@keyframes pulse-ring {
  0% { transform: scale(0.6); opacity: 1; }
  100% { transform: scale(2); opacity: 0; }
}

h1, h2, h3, h4 {
  font-family: inherit;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.02;
  color: var(--dark);
}
h1 { font-size: clamp(40px, 7vw, 96px); }
h2 { font-size: clamp(34px, 5.5vw, 72px); }
h3 { font-size: clamp(22px, 2.4vw, 32px); }
.lead { font-size: clamp(17px, 1.4vw, 21px); color: var(--muted); line-height: 1.5; }

/* ===== Section base ===== */
section { position: relative; }
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 700px) {
  .container { padding: 0 20px; }
}

/* ===== Word reveal animation ===== */
.word-reveal { display: inline-block; }
.word-reveal .w {
  display: inline-block;
  transform: none;
  opacity: 1;
}
.word-reveal.in .w { transform: none; opacity: 1; }

.fade-up {
  opacity: 1;
  transform: none;
}
.fade-up.in { opacity: 1; transform: none; }

/* ===========================================================
   HERO
   =========================================================== */
.hero {
  min-height: 100vh;
  padding: 140px 0 80px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
}
.hero h1 { margin: 18px 0 22px; }
.hero h1 .accent { color: var(--orange); font-style: italic; font-weight: 400; }
.hero-sub { max-width: 540px; margin-bottom: 32px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; }

.hero-meta {
  margin-top: 36px;
  display: flex;
  gap: 36px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-meta .metric {
  display: flex;
  flex-direction: column;
}
.hero-meta .metric .n {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--dark);
}
.hero-meta .metric .l {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* === Hero cinematic stage === */
.hero-stage {
  position: relative;
  aspect-ratio: 1 / 1;
  background: linear-gradient(160deg, #f7f2eb 0%, #ffe7df 60%, #ffd2c2 100%);
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 30px 80px -20px rgba(254,94,50,0.25);
}
.hero-stage::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(254,94,50,0.12), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(190,239,98,0.18), transparent 40%);
  pointer-events: none;
}
.hero-stage::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(48,48,48,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(48,48,48,0.04) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

.scene {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s var(--ease);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.scene.active { opacity: 1; }

.scene-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  background: rgba(48,48,48,0.85);
  color: white;
  font-size: 11px;
  font-weight: 500;
  border-radius: 999px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  z-index: 5;
}
.scene-tag .rec {
  width: 6px; height: 6px;
  background: var(--orange);
  border-radius: 50%;
  animation: rec-pulse 1s ease-in-out infinite;
}
@keyframes rec-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

.scene-counter {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  display: flex;
  gap: 4px;
}
.scene-counter span {
  width: 18px;
  height: 3px;
  border-radius: 2px;
  background: rgba(48,48,48,0.2);
  overflow: hidden;
  position: relative;
}
.scene-counter span.done::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--dark);
}
.scene-counter span.active::after {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--dark);
  transform-origin: left;
  animation: counter-fill linear forwards;
}
@keyframes counter-fill {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

/* Phone frame */
.phone {
  width: 260px;
  height: 540px;
  background: #1a1a1a;
  border-radius: 42px;
  padding: 10px;
  box-shadow: 0 30px 60px -10px rgba(0,0,0,0.35), 0 0 0 2px rgba(255,255,255,0.04) inset;
  position: relative;
}
.phone-screen {
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  border-radius: 32px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.phone-notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 24px;
  background: #1a1a1a;
  border-radius: 14px;
  z-index: 5;
}
.phone-bar {
  display: flex;
  justify-content: space-between;
  padding: 14px 22px 6px;
  font-size: 11px;
  font-weight: 600;
  color: var(--dark);
}
.phone-bar-icons { display: flex; gap: 4px; align-items: center; }

/* Scene 1 — WhatsApp */
.wa-screen { background: #e5ddd5 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><circle cx='20' cy='20' r='1' fill='%23000' opacity='0.04'/></svg>"); }
.wa-header {
  background: #075e54;
  color: white;
  padding: 38px 14px 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.wa-avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), #ff9b75);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 600;
}
.wa-name { font-size: 13px; font-weight: 500; }
.wa-status { font-size: 10px; opacity: 0.7; }
.wa-body {
  flex: 1;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
}
.wa-msg {
  max-width: 80%;
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1.4;
  position: relative;
}
.wa-msg.them { background: white; align-self: flex-start; border-top-left-radius: 2px; }
.wa-msg.me { background: #dcf8c6; align-self: flex-end; border-top-right-radius: 2px; }
.wa-msg .time { font-size: 9px; color: #999; margin-top: 3px; display: block; text-align: right; }
.wa-msg .check { color: #4fc3f7; }
@keyframes msg-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.wa-typing {
  align-self: flex-start;
  padding: 8px 12px;
  background: white;
  border-radius: 10px;
  display: flex;
  gap: 3px;
}
.wa-typing span {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #999;
  animation: typing 1.2s infinite;
}
.wa-typing span:nth-child(2) { animation-delay: 0.15s; }
.wa-typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes typing {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30% { transform: translateY(-4px); opacity: 1; }
}

.confirm-badge {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 8px 14px;
  background: var(--lime);
  color: var(--dark);
  font-size: 12px;
  font-weight: 600;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 8px 24px rgba(190,239,98,0.5);
  z-index: 10;
}
@keyframes badge-in {
  from { opacity: 0; transform: translate(-50%, 20px); }
  to { opacity: 1; transform: translate(-50%, 0); }
}

/* Scene 2 — Dashboard */
.dash {
  width: 460px;
  max-width: 92%;
  background: white;
  border-radius: 16px;
  box-shadow: 0 30px 60px -15px rgba(0,0,0,0.2);
  overflow: hidden;
  font-size: 12px;
}
.dash-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-bottom: 1px solid var(--line);
}
.dash-top .dot { width: 8px; height: 8px; border-radius: 50%; }
.dash-top .dot.red { background: #ff5f57; }
.dash-top .dot.yellow { background: #febc2e; }
.dash-top .dot.green { background: #28c840; }
.dash-top .title { margin-left: 8px; font-size: 11px; color: var(--muted); font-weight: 500; }
.dash-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
}
.dash-cell { background: white; padding: 14px; }
.dash-cell.full { grid-column: 1 / -1; }
.dash-label {
  font-size: 10px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.dash-call {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dash-call .avatar {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), var(--pink));
  display: flex; align-items: center; justify-content: center;
  font-weight: 600; color: white; font-size: 12px;
}
.dash-call .info { flex: 1; }
.dash-call .name { font-weight: 500; font-size: 13px; }
.dash-call .num { font-size: 11px; color: var(--muted); }
.dash-waves {
  display: flex;
  gap: 2px;
  align-items: center;
  height: 24px;
}
.dash-waves span {
  width: 3px;
  background: var(--orange);
  border-radius: 2px;
  animation: wave 1s ease-in-out infinite;
}
.dash-waves span:nth-child(1) { height: 30%; animation-delay: 0.0s; }
.dash-waves span:nth-child(2) { height: 70%; animation-delay: 0.1s; }
.dash-waves span:nth-child(3) { height: 50%; animation-delay: 0.2s; }
.dash-waves span:nth-child(4) { height: 90%; animation-delay: 0.3s; }
.dash-waves span:nth-child(5) { height: 60%; animation-delay: 0.4s; }
.dash-waves span:nth-child(6) { height: 40%; animation-delay: 0.5s; }
.dash-waves span:nth-child(7) { height: 75%; animation-delay: 0.6s; }
@keyframes wave {
  0%, 100% { transform: scaleY(0.3); }
  50% { transform: scaleY(1); }
}
.dash-transcript {
  background: var(--bg-warm);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 110px;
  overflow: hidden;
}
.dash-line {
  font-size: 11px;
  line-height: 1.3;
}
.dash-line .who { font-weight: 600; color: var(--orange); }
.dash-line.client .who { color: var(--dark); }
@keyframes line-in {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}
.dash-status {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}
.dash-pill {
  padding: 4px 10px;
  background: var(--bg-warm);
  border-radius: 999px;
  font-size: 11px;
  transition: all 0.3s ease;
}
.dash-pill.active {
  background: var(--lime);
  color: var(--dark);
}
.dash-num {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.dash-num .unit { font-size: 14px; color: var(--muted); margin-left: 2px; }

/* Scene 3 — Courier push */
.scene-3-bg {
  background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 100%);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.courier-phone .phone-screen {
  background: linear-gradient(180deg, #ff7a4d 0%, #fe5e32 100%);
}
.push {
  margin: 70px 14px 0;
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 12px;
  font-size: 11px;
  animation: push-in 0.6s var(--ease) 0.3s;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
@keyframes push-in {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}
.push-head { display: flex; align-items: center; gap: 6px; margin-bottom: 6px; }
.push-app {
  width: 18px; height: 18px;
  background: var(--dark);
  border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  color: var(--orange);
  font-size: 10px;
  font-weight: 700;
}
.push-app-name { font-size: 10px; font-weight: 600; color: var(--muted); flex: 1; }
.push-time { font-size: 9px; color: #999; }
.push-title { font-weight: 600; margin-bottom: 4px; font-size: 12px; }
.push-body { color: #555; line-height: 1.4; }

.thumbs-up {
  position: absolute;
  bottom: 90px;
  right: 30%;
  font-size: 40px;
  animation: thumb-in 0.5s var(--ease) 2.5s;
}
@keyframes thumb-in {
  0% { opacity: 0; transform: scale(0.3) rotate(-30deg); }
  60% { opacity: 1; transform: scale(1.2) rotate(10deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}

/* Scene 4 — Outro */
.scene-4-bg {
  background: var(--dark);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 40px;
}
.scene-4-bg .big {
  font-size: clamp(28px, 4.5vw, 44px);
  font-weight: 500;
  color: white;
  letter-spacing: -0.03em;
  line-height: 1.05;
  animation: fade-in 0.6s var(--ease) 0.2s;
}
.scene-4-bg .big .orange { color: var(--orange); }
.scene-4-bg .small {
  margin-top: 16px;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  animation: fade-in 0.6s var(--ease) 1s;
}
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }

/* ===========================================================
   PROBLEM
   =========================================================== */
.problem {
  background: #f5f5f7;
  color: var(--dark);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.problem::before { display: none; }
.problem h2 { color: var(--dark); max-width: 900px; }
.problem .lead { color: var(--muted); margin-top: 24px; max-width: 600px; }
.problem-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.problem-card {
  padding: 36px 28px;
  background: white;
  border: 1px solid rgba(48,48,48,0.08);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: background 0.5s var(--ease), border-color 0.5s var(--ease), box-shadow 0.5s var(--ease), transform 0.4s var(--ease);
  box-shadow: 0 10px 30px -10px rgba(48,40,30,0.08);
}
.problem-card:hover {
  border-color: rgba(254,94,50,0.4);
  transform: translateY(-2px);
  box-shadow: 0 20px 50px -10px rgba(254,94,50,0.18);
}
.problem-card .num {
  font-size: clamp(54px, 6vw, 84px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--dark);
  display: block;
  transition: color 0.5s 0.3s var(--ease);
}
.problem-card .num .unit { color: var(--orange); }
.problem-card .label {
  margin-top: 16px;
  font-size: 15px;
  color: var(--muted);
  line-height: 1.5;
  transition: color 0.5s 0.35s var(--ease);
}

/* ── broken / warning state ── */
.problem-card.broken {
  animation: card-shake 0.6s var(--ease) both;
  border-color: rgba(220, 38, 38, 0.28);
  background: linear-gradient(150deg, rgba(255,235,235,0.85) 0%, white 65%);
  box-shadow:
    0 0 0 1px rgba(220,38,38,0.12),
    0 12px 36px -10px rgba(220,38,38,0.25);
}
.problem-card.broken::before { display: none; }
.problem-card.broken::after {
  content: '↑ Cost';
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #dc2626;
  opacity: 0;
  animation: badge-in 0.4s 0.55s var(--ease) forwards;
}
.problem-card.broken .num {
  color: #dc2626;
}
.problem-card.broken .label {
  color: rgba(180, 40, 40, 0.65);
}

@keyframes card-shake {
  0%   { transform: translateX(0)    rotate(0deg);    }
  10%  { transform: translateX(-7px) rotate(-1.2deg); }
  22%  { transform: translateX(7px)  rotate(1.2deg);  }
  34%  { transform: translateX(-5px) rotate(-0.8deg); }
  46%  { transform: translateX(5px)  rotate(0.6deg);  }
  58%  { transform: translateX(-2px) rotate(-0.3deg); }
  70%  { transform: translateX(2px)  rotate(0.2deg);  }
  84%  { transform: translateX(-1px) rotate(0deg);    }
  100% { transform: translateX(0)    rotate(0deg);    }
}
@keyframes stripe-in {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes badge-in {
  from { opacity: 0; transform: translateY(-6px) scale(0.7); }
  to   { opacity: 1; transform: translateY(0)    scale(1);   }
}

.problem-resolve {
  margin-top: 60px;
  text-align: center;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: -0.03em;
}
.problem-resolve .orange { color: var(--orange); }
.problem-close { margin-top: 48px !important; max-width: 780px; text-align: center; margin-left: auto; margin-right: auto; }

/* ===========================================================
   SOLUTION — sticky storytelling
   =========================================================== */
.solution {
  background: #f5f5f7;
  padding: 140px 0 120px;
}
.solution-intro { text-align: center; margin-bottom: 80px; }
.solution-intro h2 { margin-top: 16px; }
.solution-intro .lead { max-width: 620px; margin: 20px auto 0; }

.sticky-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
}
/* Give extra space when reschedule floating card sticks out */
.sticky-wrap:has(.resch-outer) {
  gap: 160px;
}
@media (max-width: 700px) {
  .sticky-wrap { grid-template-columns: 1fr; gap: 40px; }
}
.sticky-phone {
  position: sticky;
  top: 80px;
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

/* ── PhoneStage — shared visual wrapper ───────────────── */
.phone-stage {
  position: relative;
  width: 340px;
  height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 32px 48px rgba(0,0,0,0.28));
}
.phone-stage::before { display: none; }
.phone-stage-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Fade between steps */
.stage-fade {
  transition: opacity 180ms ease, transform 180ms ease;
}
.stage-fade.out { opacity: 0; transform: translateY(6px); }
.stage-fade.in  { opacity: 1; transform: none; }

/* ── Unified iPhone (used by SolutionPhone & CourierNotifyView) ── */
.sol-phone-wrap, .courier-outer { transform: none; }
.sol-phone-wrap .ip17,
.courier-outer .ip17,
.phone-stage .ip17 {
  width: 272px;
  height: 572px;
  border-radius: 44px;
  background: linear-gradient(160deg, #2c2c2e 0%, #1c1c1e 60%, #111 100%);
  border: none;
  box-shadow:
    inset 0 0 0 1.5px rgba(255,255,255,0.15),
    0 0 0 10px #1a1a1a,
    0 0 0 11px #2a2a2a;
}
.phone-stage .ip17-screen {
  background: #000;
  border-radius: 38px;
  overflow: hidden;
  inset: 6px;
}

/* ══════════════════════════════════
   Immersive map step — full bleed
══════════════════════════════════ */
.phone-stage:has(.sol-map-immersive) {
  width: 380px;
  height: 620px;
  filter: none;          /* no drop-shadow — would create a gray halo at faded edges */
}
.sol-map-immersive {
  position: relative;
  width: 380px;
  height: 620px;
}
/* Soft vignette on the MAP only — search bar & confirm card sit above and unaffected */
.sol-map-immersive-body {
  -webkit-mask-image: radial-gradient(ellipse 80% 75% at center, #000 50%, transparent 100%);
  mask-image: radial-gradient(ellipse 80% 75% at center, #000 50%, transparent 100%);
}
.sol-map-immersive-body {
  position: absolute; inset: 0;
  /* The map itself fades to alpha 0 at the edges — no gray, just bg */
  -webkit-mask-image: radial-gradient(ellipse 65% 60% at center,
    #000 45%, transparent 100%);
  mask-image: radial-gradient(ellipse 65% 60% at center,
    #000 45%, transparent 100%);
  filter: none;
  opacity: 1;
}
.sol-map-immersive-body .leaflet-container {
  width: 100%; height: 100%;
  background: transparent !important;
}
.sol-map-immersive-body .leaflet-tile { background: transparent; }

/* Top search bar — glass, borderless */
.sol-search {
  position: absolute;
  top: 24px; left: 24px; right: 24px;
  display: flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(22px) saturate(1.5);
  -webkit-backdrop-filter: blur(22px) saturate(1.5);
  border-radius: 14px;
  padding: 12px 16px;
  box-shadow:
    0 8px 24px rgba(15,23,42,0.06),
    0 0 0 1px rgba(15,23,42,0.04);
  z-index: 10;
  animation: hcc-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) both;
}
.sol-search-icon { font-size: 18px !important; color: #71717a; flex-shrink: 0; }
.sol-search-text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #1a1a2e;
  font-family: 'SF Pro Text', -apple-system, sans-serif;
  white-space: nowrap; overflow: hidden;
}
.sol-search-caret {
  display: inline-block;
  margin-left: 2px;
  color: #fe5e32;
  font-weight: 300;
  animation: sol-caret 0.8s steps(1) infinite;
}
@keyframes sol-caret { 50% { opacity: 0; } }
.sol-search-spinner {
  width: 14px; height: 14px;
  border-radius: 50%;
  border: 1.8px solid rgba(254,94,50,0.25);
  border-top-color: #fe5e32;
  animation: spin 0.7s linear infinite;
}

/* Confirmation card — glass, borderless, floats over faded map */
.sol-confirm-card {
  position: absolute;
  bottom: 24px; left: 24px; right: 24px;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(24px) saturate(1.5);
  -webkit-backdrop-filter: blur(24px) saturate(1.5);
  border-radius: 20px;
  padding: 16px;
  box-shadow:
    0 12px 32px rgba(15,23,42,0.08),
    0 0 0 1px rgba(15,23,42,0.04);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.55s cubic-bezier(0.34,1.4,0.64,1);
  z-index: 10;
}
.sol-confirm-card.visible {
  opacity: 1;
  transform: translateY(0);
}
.sol-confirm-header {
  display: flex; align-items: center; gap: 12px;
}
.sol-confirm-pin {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: rgba(254,94,50,0.12);
  border: 1px solid rgba(254,94,50,0.22);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sol-confirm-info { flex: 1; min-width: 0; }
.sol-confirm-info strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: -0.01em;
}
.sol-confirm-info span {
  display: block;
  font-size: 12px;
  color: #71717a;
  margin-top: 2px;
}
.sol-confirm-pill {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #16a34a;
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.25);
  padding: 5px 9px;
  border-radius: 6px;
  white-space: nowrap;
}
.sol-confirm-divider {
  height: 1px;
  background: rgba(15,23,42,0.06);
  margin: 14px 0;
}
.sol-confirm-stats {
  display: flex; align-items: center; justify-content: space-between;
  gap: 10px;
}
.sol-confirm-stat {
  display: flex; flex-direction: column; gap: 3px;
}
.sol-confirm-stat-label {
  font-size: 9.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #a1a1aa;
}
.sol-confirm-stat-val {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
}
.sol-confirm-stat-val.accent { color: #fe5e32; }

/* ── Unified map card (MapCard + RescheduleView) ── */
.phone-stage .sol-map-outer { width: 300px; }
.phone-stage .resch-outer.sol-map-immersive { width: 380px; height: 620px; }
.phone-stage .sol-map-card {
  width: 300px;
  height: auto;
  border-radius: 24px;
  overflow: hidden;
  border: none;
  box-shadow:
    0 2px 40px rgba(0,0,0,0.22),
    inset 0 0 0 1px rgba(255,255,255,0.08);
}
.phone-stage .sol-map-card {
  position: relative;
}
.phone-stage .sol-map-body {
  position: relative;
  inset: auto;
  height: 320px;
  border-radius: 0;
  overflow: hidden;
}
.phone-stage .sol-map-bottom-panel {
  position: relative;
  inset: auto;
  background: #fff;
  padding: 16px;
  border-radius: 0 0 24px 24px;
  transform: none !important;
  opacity: 1 !important;
  z-index: 2;
  border-top: none;
  backdrop-filter: none;
}
.phone-stage .sol-map-bottom-panel .sol-map-confirm-text strong { color: #111; }
.phone-stage .sol-map-bottom-panel .sol-map-confirm-text span,
.phone-stage .sol-map-bottom-panel .sol-map-stat-label { color: #71717a; }
.phone-stage .sol-map-bottom-panel .sol-map-stat-val { color: #111; }
.phone-stage .sol-map-panel-divider { background: rgba(0,0,0,0.06); }

/* RescheduleView floating chat — compact pill near top, no map cover */
.phone-stage .resch-chat-float {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  right: auto; bottom: auto;
  width: 280px;
  max-width: calc(100% - 48px);
  background: rgba(20,20,22,0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 10px 12px;
  box-shadow:
    0 8px 32px rgba(0,0,0,0.18),
    inset 0 0 0 1px rgba(255,255,255,0.08);
  border: none;
  z-index: 11;
}

/* Status chip uses same style as the search bar (slightly smaller pad) */
.resch-status .sol-map-status-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.resch-status .sol-map-status-dot.scanning {
  background: #fe5e32;
  box-shadow: 0 0 6px rgba(254,94,50,0.55);
}
.resch-status .sol-map-status-dot.confirmed { background: #22c55e; }

/* ── Unified CRM card ── */
.phone-stage .crm-outer {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
}
.phone-stage .crm-card {
  width: 480px;
  border-radius: 16px;
  box-shadow:
    0 2px 40px rgba(0,0,0,0.22),
    inset 0 0 0 1px rgba(255,255,255,0.08);
  transform-origin: center center;
  transform: scale(0.82);
  transition: transform 0.7s cubic-bezier(0.34,1.3,0.64,1);
}
.phone-stage .crm-card.crm-zoomed { transform: scale(0.82); }
@media (max-width: 700px) {
  .sticky-phone { position: relative; top: 0; height: 580px; }
}
.sticky-phone .phone { transform: scale(1.05); }

.sticky-steps {
  display: flex;
  flex-direction: column;
  gap: 12vh;
  padding: 30vh 0;
}
.step {
  display: flex;
  gap: 24px;
  transition: opacity 0.5s var(--ease);
  opacity: 0.28;
}
.step.active { opacity: 1; }
.step-num {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #d4d4d8;
  display: flex; align-items: center; justify-content: center;
  font-weight: 600;
  font-size: 13px;
  color: #71717a;
  transition: all 0.4s var(--ease);
  margin-top: 4px;
}
.step.active .step-num {
  background: var(--orange);
  color: white;
  border-color: var(--orange);
}
.step-body h3 { margin-bottom: 8px; font-size: 22px; font-weight: 600; letter-spacing: -0.01em; color: #1a1a2e; }
.step-body p { color: #71717a; font-size: 15px; line-height: 1.55; max-width: 380px; }

/* Sticky phone variant content */
.solution-call {
  padding: 40px 16px;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  height: 100%;
  text-align: center;
  background: linear-gradient(180deg, #ffefe8 0%, #ffd2c2 100%);
}
.solution-call .avatar {
  width: 90px; height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--orange), #ff9b75);
  margin-top: 30px;
  display: flex; align-items: center; justify-content: center;
  color: white; font-weight: 600; font-size: 28px;
  position: relative;
}
.solution-call .avatar::before, .solution-call .avatar::after {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid var(--orange);
  opacity: 0;
  animation: ring 2s ease-out infinite;
}
.solution-call .avatar::after { animation-delay: 1s; }
@keyframes ring {
  0% { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.5); opacity: 0; }
}
.solution-call .name { margin-top: 20px; font-size: 17px; font-weight: 500; }
.solution-call .num { color: var(--muted); font-size: 12px; margin-top: 4px; }
.solution-call .status { margin-top: 14px; font-size: 11px; color: var(--orange); font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; }

.solution-transcript {
  padding: 50px 14px 14px;
  height: 100%;
  display: flex; flex-direction: column;
  gap: 6px;
  background: white;
  overflow: hidden;
}
.t-line {
  background: var(--bg-warm);
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  transform: translateY(8px);
}
.t-line.in { opacity: 1; transform: translateY(0); transition: all 0.4s var(--ease); }
.t-line.agent { background: #fff5f0; border-left: 2px solid var(--orange); }
.t-line .who { font-size: 9px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); font-weight: 600; margin-bottom: 2px; }

.solution-cal {
  padding: 50px 14px 14px;
  background: white;
  height: 100%;
}
.cal-head { display: flex; justify-content: space-between; align-items: center; padding: 6px 4px; margin-bottom: 8px; }
.cal-head .m { font-weight: 600; font-size: 12px; }
.cal-head .arr { display: flex; gap: 6px; color: var(--muted); }
.cal-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
}
.cal-days .day {
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px;
  border-radius: 6px;
  color: var(--dark);
}
.cal-days .day.dim { color: #ccc; }
.cal-days .day.sel { background: var(--orange); color: white; font-weight: 600; transform: scale(1.1); box-shadow: 0 4px 12px rgba(254,94,50,0.4); }
.cal-days .day.head { font-size: 9px; color: var(--muted); }
.cal-slots {
  margin-top: 10px;
  display: flex; flex-direction: column;
  gap: 4px;
}
.cal-slots .slot {
  padding: 7px 10px;
  background: var(--bg-warm);
  border-radius: 8px;
  font-size: 10px;
  display: flex; justify-content: space-between;
}
.cal-slots .slot.sel { background: var(--lime); font-weight: 600; }

.solution-courier {
  background: linear-gradient(180deg, #2a2a2a 0%, #1a1a1a 100%);
  padding: 50px 14px 14px;
  height: 100%;
  display: flex; flex-direction: column; gap: 10px;
}
.solution-courier .map {
  flex: 1;
  background:
    radial-gradient(circle at 30% 40%, rgba(254,94,50,0.4) 0, transparent 30%),
    radial-gradient(circle at 70% 60%, rgba(190,239,98,0.3) 0, transparent 30%),
    linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 100%);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.solution-courier .map::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 16px 16px;
}
.map-pin {
  position: absolute;
  width: 24px; height: 24px;
  border-radius: 50%;
  background: var(--orange);
  border: 3px solid white;
  box-shadow: 0 4px 12px rgba(254,94,50,0.6);
  top: 35%;
  left: 30%;
}
.map-pin::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid var(--orange);
  animation: pulse-ring 2s infinite;
}
.map-route {
  position: absolute;
  top: 30%;
  left: 30%;
  width: 50%;
  height: 30%;
  border-top: 2px dashed var(--lime);
  border-right: 2px dashed var(--lime);
  border-top-right-radius: 40%;
  opacity: 0.6;
}

.courier-info {
  padding: 10px;
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  color: white;
}
.courier-info .label {
  font-size: 9px;
  color: rgba(255,255,255,0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.courier-info .v { font-size: 13px; margin-top: 3px; font-weight: 500; }

.solution-crm {
  padding: 50px 14px 14px;
  background: white;
  height: 100%;
}
.crm-row {
  padding: 12px 12px;
  border-bottom: 1px solid var(--line);
  display: flex; align-items: center; gap: 10px;
  font-size: 11px;
}
.crm-row:nth-child(1) { animation-delay: 0.1s; }
.crm-row:nth-child(2) { animation-delay: 0.3s; }
.crm-row:nth-child(3) { animation-delay: 0.5s; }
.crm-row:nth-child(4) { animation-delay: 0.7s; }
.crm-row:nth-child(5) { animation-delay: 0.9s; }
@keyframes crm-in {
  from { opacity: 0; transform: translateX(-10px); }
  to { opacity: 1; transform: translateX(0); }
}
.crm-row .check {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--lime);
  display: flex; align-items: center; justify-content: center;
  color: var(--dark);
  font-weight: 700;
  font-size: 10px;
  flex-shrink: 0;
}
.crm-row .field { color: var(--muted); flex: 1; }
.crm-row .val { font-weight: 500; color: var(--dark); }

/* ===========================================================
   SOCIAL PROOF — two-column editorial layout
   =========================================================== */
.proof {
  background: #f5f5f7;
  padding: 140px 0;
}

/* ── Two-column grid ── */
.proof-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
/* v2 clean layout */
.proof-v2 .proof-left {
  position: static !important;
  top: auto !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px !important;
}
.proof-v2 .proof-left .eyebrow { margin: 0; }
.proof-v2 .proof-live-badge { margin: 0 !important; }
.proof-v2 .proof-h2 { margin: 0; max-width: 18ch; }
.proof-v2 .proof-sub { margin: 0; max-width: 42ch; }

.proof-v2 .proof-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.proof-metric-card {
  display: grid;
  grid-template-columns: minmax(140px, auto) 1fr;
  gap: 24px;
  align-items: center;
  padding: 28px 32px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 10px 30px -14px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
}
.proof-metric-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: var(--mc, var(--orange));
}
.proof-metric-card .proof-metric-num {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(40px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  min-width: 0;
}
.proof-metric-card .proof-metric-desc {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--muted);
}
.proof-attribution {
  margin-top: 8px;
  padding-left: 4px;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.42);
  font-weight: 500;
}
@media (max-width: 700px) {
  .proof-metric-card { grid-template-columns: 1fr; gap: 8px; padding: 22px 24px; }
  .proof-metric-card .proof-metric-num { font-size: clamp(36px, 10vw, 44px); }
}
@media (max-width: 960px) {
  .proof-layout { grid-template-columns: 1fr; gap: 40px; }
  /* Sticky-left collapses on narrow viewports so it doesn't stack on top of
     the metrics column — was causing overlap between the counter, headline
     and the first metric row on mobile. */
  .proof-left { position: static; top: auto; gap: 24px; }
}
@media (max-width: 700px) {
  .proof-layout { gap: 32px; }
  .proof-left { gap: 20px; }
  .proof-live-badge { margin-bottom: 12px; }
  .odo-wrap { font-size: clamp(40px, 12vw, 64px); }
  .proof-counter-label { font-size: 14px; margin-top: 12px; }
  .proof-h2 { font-size: clamp(28px, 8vw, 40px); line-height: 1.08; }
  .proof-sub { font-size: 15px; line-height: 1.55; }

  /* Stack the number above the body — 46-68px number + 130px min-width was
     eating the full narrow-viewport width and colliding with the description */
  .proof-metric { padding: 20px 0; }
  .proof-metric-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 14px;
  }
  .proof-metric-num {
    font-size: clamp(36px, 10vw, 48px);
    min-width: 0;
  }
  .proof-metric-body { padding-top: 0; }
  .proof-metric-desc { font-size: 14.5px; }
  .proof-metric-co { margin-top: 8px; font-size: 11px; }
}

/* ── Left column ── */
.proof-left {
  display: flex;
  flex-direction: column;
  gap: 36px;
  position: sticky;
  top: 120px;
}
/* Kill sticky on narrow viewports — sticky-left combined with a stacked
   1-col layout made the odometer / headline hover over the right-column
   metrics as the user scrolled. These !important overrides beat the base
   rule regardless of source order. */
@media (max-width: 960px) {
  .proof-left { position: static !important; top: auto !important; }
}

/* counter block */
.proof-counter-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* live badge */
.proof-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(34,197,94,0.08);
  border: 1px solid rgba(34,197,94,0.22);
  border-radius: 99px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #16a34a;
  margin-bottom: 20px;
}
.proof-live-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34,197,94,0.75);
  animation: callPulse 1.8s ease-in-out infinite;
  flex-shrink: 0;
}

/* odometer */
.odo-wrap {
  display: flex;
  align-items: baseline;
  font-size: clamp(48px, 7vw, 96px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.92;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.odo-digit {
  display: inline-block;
  color: var(--dark);
  animation: odo-in 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.odo-sep {
  color: rgba(48,48,48,0.25);
  display: inline-block;
}
@keyframes odo-in {
  from { transform: translateY(35%) scaleY(0.5); opacity: 0; }
  to   { transform: translateY(0)   scaleY(1);   opacity: 1; }
}

.proof-counter-label {
  font-size: 16px;
  color: var(--muted);
  margin-top: 16px;
  line-height: 1.55;
  max-width: 340px;
}

/* headline */
.proof-h2 {
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--dark);
  font-style: normal;
}
.proof-em {
  font-style: italic;
  font-weight: 400;
  color: var(--orange);
}

/* subtitle */
.proof-sub {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 420px;
}

/* ── Right column: stacked metrics ── */
.proof-right {
  display: flex;
  flex-direction: column;
}

/* each metric row — colored accent top border via CSS var --mc */
.proof-metric {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  background-image: linear-gradient(
    to right,
    var(--mc, var(--orange)) 44px,
    transparent 44px
  );
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0 0;
}
.proof-metric:last-child {
  border-bottom: 1px solid var(--line);
}

/* number + body side by side */
.proof-metric-row {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-top: 20px;
}

.proof-metric-num {
  font-size: clamp(46px, 4.8vw, 68px);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  flex-shrink: 0;
  min-width: 130px;
}

.proof-metric-body {
  flex: 1;
  padding-top: 6px;
}

.proof-metric-desc {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.6;
}

.proof-metric-co {
  margin-top: 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--dark);
  opacity: 0.35;
}

/* ===========================================================
   USE CASES
   =========================================================== */
.usecases {
  padding: 140px 0;
  background: #f5f5f7;
}
.usecases h2 { max-width: 800px; }
.uc-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .uc-grid { grid-template-columns: 1fr; }
}
.uc-card {
  padding: 40px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,0.06);
  box-shadow: 0 2px 14px rgba(15,23,42,0.04);
  border-radius: 28px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s var(--ease);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.uc-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: var(--accent, var(--orange));
  opacity: 0;
  transition: opacity 0.4s var(--ease);
  z-index: 0;
}
.uc-card:hover::before { opacity: 1; }
.uc-card:hover .uc-num,
.uc-card:hover .uc-title,
.uc-card:hover .uc-desc,
.uc-card:hover .uc-arrow { color: white; }
.uc-card:hover { transform: translateY(-4px); }
.uc-card > * { position: relative; z-index: 1; transition: color 0.3s ease; }

.uc-num {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  letter-spacing: 0.04em;
}
.uc-content { margin-top: 60px; }
.uc-title { font-size: clamp(24px, 2.6vw, 34px); font-weight: 500; letter-spacing: -0.03em; line-height: 1.05; color: var(--dark); }
.uc-desc { margin-top: 12px; color: var(--muted); font-size: 15px; line-height: 1.5; max-width: 420px; }
.uc-arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: white;
  display: flex; align-items: center; justify-content: center;
  color: var(--dark);
  font-size: 18px;
  transition: all 0.4s var(--ease);
}
.uc-card:hover .uc-arrow {
  background: var(--dark);
  color: white;
  transform: rotate(-45deg);
}

/* ===========================================================
   DIFFERENTIATOR
   =========================================================== */
.diff {
  padding: 140px 0;
  background: var(--bg);
}
.diff-intro { text-align: center; margin-bottom: 70px; }
.diff-intro h2 { max-width: 720px; margin: 16px auto 0; }
.diff-intro .lead { max-width: 540px; margin: 20px auto 0; }

.diff-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
}
@media (max-width: 900px) {
  .diff-grid { grid-template-columns: 1fr; }
}
.diff-col {
  padding: 50px 40px;
}
.diff-col.old {
  background: var(--dark);
  color: rgba(255,255,255,0.7);
}
.diff-col.new {
  background: linear-gradient(100deg, #fe5e32 0%, #ff7c6e 50%, #ecbbe9 100%);
  color: white;
  position: relative;
  overflow: hidden;
}
/* Subtle grain texture overlay — same as flow video cards */
.diff-col.new::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.16) 1px, transparent 1.4px),
    radial-gradient(circle, rgba(0,0,0,0.08) 1px, transparent 1.4px);
  background-size: 3px 3px, 4px 4px;
  background-position: 0 0, 1.5px 1.5px;
  opacity: 0.5;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.diff-col > * { position: relative; }
.diff-col h3 {
  font-size: 22px;
  font-weight: 500;
  color: inherit;
  margin-bottom: 8px;
}
.diff-col .badge {
  display: inline-block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  color: white;
  margin-bottom: 16px;
}
.diff-col.new .badge { background: rgba(0,0,0,0.15); }
.diff-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.diff-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  position: relative;
  padding: 4px 0;
}
.diff-col.old .diff-item .val { color: white; }
.diff-col.old .diff-item.struck::after {
  content: '';
  position: absolute;
  left: 30px; right: 0;
  top: 50%;
  height: 1px;
  background: var(--orange);
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.6s var(--ease);
}
.diff-col.old .diff-item.struck.in::after { transform: scaleX(1); }
.diff-col.old .diff-item.struck { opacity: 0.5; }
.diff-icon {
  width: 22px; height: 22px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.diff-col.old .diff-icon { background: rgba(255,255,255,0.08); color: rgba(255,255,255,0.5); }
.diff-col.new .diff-icon { background: white; color: var(--orange); }
.diff-price {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.1);
}
.diff-col.new .diff-price { border-top-color: rgba(255,255,255,0.2); }
.diff-price .v {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
}
.diff-price .l { font-size: 13px; margin-top: 6px; opacity: 0.7; }

/* ===========================================================
   HOW IT WORKS
   =========================================================== */
.how {
  padding: 120px 0 140px;
  background: var(--bg-warm);
}
.how-head { text-align: center; }
.how-head h2 { max-width: 700px; margin: 16px auto 0; }

/* ── Two-col layout ── */
.how-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 760px) {
  .how-body { grid-template-columns: 1fr; gap: 60px; }
}
.how-phone-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ── Steps (vertical) ── */
.how-steps-col { position: relative; }
.how-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.how-line-v {
  position: absolute;
  left: 27px;
  top: 40px;
  bottom: 40px;
  width: 2px;
  background: var(--line);
  z-index: 0;
}
.how-line-v::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 0;
  background: var(--orange);
  transition: height 1.6s var(--ease);
}
.how-line-v.in::after { height: 100%; }
.how-step {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 28px 0;
}
.how-step .ball {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: white;
  border: 1px solid var(--line);
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  transition: all 0.4s var(--ease);
}
.how-step.in .ball {
  background: var(--orange);
  color: white;
  border-color: var(--orange);
  box-shadow: 0 8px 24px rgba(254,94,50,0.35);
}
.how-step-text h3 { font-size: 20px; font-weight: 600; margin: 0; padding-top: 14px; }
.how-step-text p { margin-top: 6px; color: var(--muted); font-size: 14px; line-height: 1.6; }

/* ══════════════════════════════════
   How It Works v3 — editorial portrait
══════════════════════════════════ */
.how3 {
  padding: 140px 0;
  background: #1a1a1a;
  color: #ededed;
  position: relative;
  overflow: hidden;
}
.how3::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 40% at 80% 20%, rgba(254,94,50,0.1), transparent 70%),
    radial-gradient(ellipse 50% 50% at 10% 80%, rgba(254,94,50,0.06), transparent 70%);
  pointer-events: none;
}
.how3-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
  position: relative;
}
@media (max-width: 880px) {
  .how3-grid { grid-template-columns: 1fr; gap: 50px; }
}
.how3-photo-col { position: relative; }
.how3-photo-frame {
  position: relative;
  aspect-ratio: 4 / 5;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 40px 80px rgba(0,0,0,0.4);
}
.how3-photo { width: 100%; height: 100%; object-fit: cover; display: block; }

.how3-float-card {
  position: absolute;
  bottom: 28px; right: 24px;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 14px 18px;
  min-width: 220px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.25), 0 0 0 1px rgba(15,23,42,0.06);
}
.how3-float-label {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: #16a34a;
  padding: 3px 8px;
  background: rgba(34,197,94,0.12);
  border-radius: 6px;
}
.how3-float-label::before {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: #22c55e; animation: pulse-ring 1.2s ease-out infinite;
}
.how3-float-title { font-size: 11px; color: #71717a; margin-top: 10px; font-weight: 500; }
.how3-float-num {
  font-size: 28px; font-weight: 700; color: #1a1a2e;
  letter-spacing: -0.02em; margin: 2px 0 8px;
  font-variant-numeric: tabular-nums;
}
.how3-float-meta { display: flex; gap: 6px; flex-wrap: wrap; }
.how3-tag-green {
  font-size: 10.5px; font-weight: 700; color: #16a34a;
  background: rgba(34,197,94,0.12); padding: 3px 7px; border-radius: 5px;
}
.how3-tag-neutral {
  font-size: 10.5px; font-weight: 700; color: #525252;
  background: rgba(0,0,0,0.05); padding: 3px 7px; border-radius: 5px;
}

.how3-content { color: #ededed; }
.how3-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 700; letter-spacing: 0.12em;
  color: #fe5e32; margin-bottom: 24px;
}
.how3-eyebrow-line { width: 28px; height: 2px; background: #fe5e32; display: block; }
.how3-h2 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 500; letter-spacing: -0.03em; line-height: 1.05;
  color: white; margin: 0;
}
.how3-quote { font-style: italic; font-weight: 400; color: rgba(255,255,255,0.7); }
.how3-accent { font-style: italic; font-weight: 400; color: #fe5e32; }
.how3-sub {
  font-size: 17px; line-height: 1.65;
  color: rgba(255,255,255,0.65);
  margin: 28px 0 0; max-width: 480px;
}
.how3-stats {
  display: flex; align-items: center;
  margin-top: 40px; padding: 24px 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  backdrop-filter: blur(12px);
}
.how3-stat { flex: 1; }
.how3-stat-num {
  font-size: 30px; font-weight: 700;
  letter-spacing: -0.02em; color: white; line-height: 1;
}
.how3-stat-lbl {
  font-size: 12px; color: rgba(255,255,255,0.5);
  margin-top: 8px; font-weight: 500;
}
.how3-stat-sep {
  width: 1px; height: 36px;
  background: rgba(255,255,255,0.1);
  margin: 0 24px; flex-shrink: 0;
}

/* ══════════════════════════════════
   How It Works v4 — staircase channels
══════════════════════════════════ */
.how4 {
  padding: 140px 0 160px;
  background: var(--bg-warm);
}
.how4-head { text-align: center; margin-bottom: 80px; }
.how4-head h2 {
  font-size: clamp(34px, 5.5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--dark);
  max-width: 820px;
  margin: 18px auto 0;
}
.how4-sub {
  font-size: 17px;
  line-height: 1.6;
  color: #525252;
  max-width: 560px;
  margin: 22px auto 0;
}

/* Aligned grid with staggered entrance + floating motion */
.how4-stair {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  align-items: stretch;
}
@media (max-width: 880px) {
  .how4-stair { grid-template-columns: 1fr; gap: 18px; }
}
/* Each card breathes with a subtle float */
.how4-stair > *:nth-child(1) .how4-card { animation: how4-float 6s ease-in-out infinite; animation-delay: 0s; }
.how4-stair > *:nth-child(2) .how4-card { animation: how4-float 6s ease-in-out infinite; animation-delay: -1.5s; }
.how4-stair > *:nth-child(3) .how4-card { animation: how4-float 6s ease-in-out infinite; animation-delay: -3s; }
.how4-stair > *:nth-child(4) .how4-card { animation: how4-float 6s ease-in-out infinite; animation-delay: -4.5s; }
@keyframes how4-float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-10px); }
}

.how4-card {
  background: #ffffff;
  border: 1px solid rgba(15,23,42,0.06);
  border-radius: 22px;
  padding: 28px 28px 32px;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 14px rgba(15,23,42,0.04);
  will-change: transform;
}
.how4-card:hover {
  animation-play-state: paused;
  box-shadow: 0 20px 40px rgba(15,23,42,0.08);
}
.how4-card:hover .how4-icon {
  transform: rotate(-12deg) scale(1.08);
}
.how4-icon {
  transition: transform 0.4s var(--ease);
}

.how4-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.how4-card h3 {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--dark);
  margin: 0;
}
.how4-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: white;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(48,40,30,0.08);
}
.how4-icon .material-icons {
  font-size: 26px !important;
  color: #1a1a2e;
}
.how4-card p {
  font-size: 15px;
  line-height: 1.55;
  color: #525252;
  margin: 0;
}

/* ══════════════════════════════════
   Voice Tech Highlights
══════════════════════════════════ */
.vtech {
  padding: 140px 0 160px;
  background: #f5f5f7;
}
.vtech-hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 880px) {
  .vtech-hero { grid-template-columns: 1fr; }
}
.vtech-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; color: #fe5e32;
  margin-bottom: 22px;
}
.vtech-eyebrow-line {
  width: 28px; height: 2px;
  background: #fe5e32; display: block;
}
.vtech-hero .eyebrow { margin-bottom: 22px; }
.vtech-h2 {
  font-size: clamp(34px, 5.5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--dark);
  margin: 0;
}
.vtech-accent {
  font-style: italic;
  font-weight: 400;
  color: #fe5e32;
}
.vtech-sub {
  font-size: 17px;
  line-height: 1.65;
  color: #525252;
  max-width: 480px;
  margin: 26px 0 0;
}

/* Voice player */
.vtech-player-label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #a1a1aa;
  margin: 36px 0 12px;
}
.vplayer {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 480px;
  padding: 16px;
  background: #f5f5f7;
  border-radius: 18px;
  box-shadow: 0 6px 20px rgba(48,40,30,0.08);
}
.vplayer-btn {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: #fe5e32;
  border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(254,94,50,0.35);
  transition: transform 0.2s ease;
}
.vplayer-btn:hover { transform: scale(1.05); }
.vplayer-btn .material-icons { color: white; font-size: 26px !important; }
.vplayer-btn.is-playing {
  box-shadow: 0 4px 14px rgba(254,94,50,0.35),
              0 0 0 0 rgba(254,94,50,0.45);
  animation: vplayer-pulse 1.6s ease-out infinite;
}
@keyframes vplayer-pulse {
  0%   { box-shadow: 0 4px 14px rgba(254,94,50,0.35), 0 0 0 0   rgba(254,94,50,0.4); }
  100% { box-shadow: 0 4px 14px rgba(254,94,50,0.35), 0 0 0 14px rgba(254,94,50,0); }
}

.vplayer-body { flex: 1; min-width: 0; }
.vplayer-top {
  display: flex; align-items: center;
  justify-content: space-between; gap: 10px;
  margin-bottom: 8px;
}
.vplayer-meta { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.vplayer-pill {
  font-size: 9.5px; font-weight: 800;
  letter-spacing: 0.08em;
  background: rgba(254,94,50,0.15);
  color: #fe5e32;
  padding: 3px 7px;
  border-radius: 5px;
}
.vplayer-name {
  font-size: 13px; font-weight: 700;
  color: #1a1a2e;
}
.vplayer-tag {
  font-size: 10px; font-weight: 700;
  background: rgba(0,0,0,0.08);
  color: #525252;
  padding: 2px 7px;
  border-radius: 4px;
}
.vplayer-time {
  font-size: 11px;
  font-weight: 600;
  color: #525252;
  font-variant-numeric: tabular-nums;
}

/* Waveform with progress */
.vplayer-wave {
  position: relative;
  display: flex; align-items: center;
  gap: 2.5px; height: 26px;
  padding: 0 2px;
}
.vplayer-wave span {
  display: block;
  width: 2.5px;
  height: 7px;
  background: rgba(15,23,42,0.18);
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.vplayer-wave span.is-on {
  background: #fe5e32;
  animation: vplayer-bar 0.7s ease-in-out infinite alternate;
}
@keyframes vplayer-bar {
  0%   { height: 4px;  opacity: 0.55; }
  100% { height: 22px; opacity: 1; }
}
.vplayer-progress {
  position: absolute;
  top: 50%; left: 0;
  height: 2px;
  background: rgba(254,94,50,0.3);
  transform: translateY(-50%);
  border-radius: 2px;
  transition: width 0.2s linear;
  pointer-events: none;
}
.vtech-hero-photo-col { position: relative; }
.vtech-photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(15,23,42,0.15);
}
.vtech-photo img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  object-position: center 30%;
}

/* Feature rows */
.vtech-rows {
  display: flex;
  flex-direction: column;
}
.vtech-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr 100px;
  align-items: center;
  gap: 40px;
  padding: 28px 0;
  border-top: 1px solid rgba(15,23,42,0.08);
}
.vtech-row:last-child { border-bottom: 1px solid rgba(15,23,42,0.08); }
.vtech-row-title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--dark);
}
.vtech-row-desc {
  font-size: 15px;
  line-height: 1.55;
  color: #525252;
}
.vtech-row-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Visual: waveform (Lowest Latency) */
.vtech-vis-wave {
  width: 80px; height: 80px;
  background: #f5f5f7;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  gap: 3px;
}
.vtech-vis-wave span {
  display: block;
  width: 2.5px;
  background: var(--dark);
  border-radius: 2px;
  animation: vtech-wave 1s ease-in-out infinite alternate;
}
@keyframes vtech-wave {
  0%   { height: 4px;  opacity: 0.4; }
  100% { height: 32px; opacity: 1; }
}

/* Visual: single dark dot */
.vtech-vis-dot {
  width: 80px; height: 80px;
  background: #f5f5f7;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
}
.vtech-vis-dot span {
  width: 18px; height: 18px;
  border-radius: 50%;
  background: var(--dark);
}

/* Visual: two dots (turn taking) */
.vtech-vis-duo {
  width: 80px; height: 80px;
  background: #f5f5f7;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  gap: 8px;
}
.vtech-vis-duo .d1,
.vtech-vis-duo .d2 {
  width: 16px; height: 16px;
  border-radius: 50%;
  animation: vtech-duo 2s ease-in-out infinite;
}
.vtech-vis-duo .d1 { background: var(--dark); }
.vtech-vis-duo .d2 { background: #fe5e32; animation-delay: 1s; }
@keyframes vtech-duo {
  0%, 40%   { opacity: 0.3; transform: scale(0.85); }
  50%, 90%  { opacity: 1;   transform: scale(1.1); }
  100%      { opacity: 0.3; transform: scale(0.85); }
}

/* Visual: globe (multilingual) */
.vtech-vis-globe {
  width: 80px; height: 80px;
  background: #f5f5f7;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
}
.vtech-vis-globe .material-icons {
  font-size: 32px !important;
  color: var(--dark);
}

/* ══════════════════════════════════
   Flow Builder v2 — split + video
══════════════════════════════════ */
.flow2 {
  padding: 140px 0 160px;
  background: #f5f5f7;
}
.flow2-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 960px) {
  .flow2-grid { grid-template-columns: 1fr; gap: 50px; }
}
.flow2-left { max-width: 520px; }
.flow2-left .eyebrow { margin-bottom: 22px; }
.flow2-eyebrow {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.12em; color: #fe5e32;
  margin-bottom: 22px;
}
.flow2-eyebrow-line {
  width: 28px; height: 2px;
  background: #fe5e32; display: block;
}
.flow2-h2 {
  font-size: clamp(34px, 5.5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--dark);
  margin: 0 0 36px;
}
.flow2-accent { font-style: italic; font-weight: 400; color: #fe5e32; }

/* Accordion */
.flow2-acc { display: flex; flex-direction: column; }
.flow2-acc-item {
  border-top: 1px solid rgba(15,23,42,0.1);
  padding: 18px 0;
  cursor: pointer;
  transition: background 0.2s;
}
.flow2-acc-item:last-child { border-bottom: 1px solid rgba(15,23,42,0.1); }
.flow2-acc-head {
  display: flex; align-items: center;
  justify-content: space-between; gap: 16px;
}
.flow2-acc-title {
  font-size: 17px;
  font-weight: 600;
  color: rgba(15,23,42,0.5);
  letter-spacing: -0.01em;
  transition: color 0.3s;
}
.flow2-acc-item.is-open .flow2-acc-title { color: #fe5e32; }
.flow2-acc-toggle {
  width: 28px; height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(15,23,42,0.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
}
.flow2-acc-toggle .material-icons {
  font-size: 18px !important;
  color: rgba(15,23,42,0.5);
}
.flow2-acc-item.is-open .flow2-acc-toggle {
  background: #fe5e32; border-color: #fe5e32;
}
.flow2-acc-item.is-open .flow2-acc-toggle .material-icons { color: white; }
.flow2-acc-body {
  font-size: 15px;
  line-height: 1.6;
  color: #525252;
  margin-top: 12px;
  padding-right: 40px;
  animation: hcc-pop 0.3s ease both;
}

/* Right video card — gradient frame around the video */
.flow2-right { position: relative; }
.flow2-video-card {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Tangering brand gradient: green → orange → lilac */
  background:
    linear-gradient(100deg,
      #c5e94a 0%,
      #ffa53d 10%,
      #fe5e32 50%,
      #ff7c6e 90%,
      #ecbbe9 100%);
  box-shadow:
    0 24px 60px rgba(254,94,50,0.18),
    0 0 0 1px rgba(15,23,42,0.04);
}
/* Soft grain texture overlay */
.flow2-video-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.16) 1px, transparent 1.4px),
    radial-gradient(circle, rgba(0,0,0,0.08) 1px, transparent 1.4px);
  background-size: 3px 3px, 4px 4px;
  background-position: 0 0, 1.5px 1.5px;
  opacity: 0.5;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}
.flow2-video-glow { display: none; }
.flow2-video {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow:
    0 24px 48px rgba(0,0,0,0.22),
    0 0 0 1px rgba(255,255,255,0.6);
}

/* ══════════════════════════════════
   Flow Builder v3 — 2 video cards
══════════════════════════════════ */
.flow3 {
  padding: 140px 0 160px;
  background: #f5f5f7;
}

/* Top header */
.flow3-head {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 60px;
}
@media (max-width: 960px) {
  .flow3-head { grid-template-columns: 1fr; gap: 28px; }
}
.flow3-head-left .eyebrow { margin-bottom: 22px; }
.flow3-h2 {
  font-size: clamp(34px, 5.5vw, 72px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--dark);
  margin: 0;
}
.flow3-accent { font-style: italic; font-weight: 400; color: #fe5e32; }
.flow3-head-right p {
  font-size: 17px;
  line-height: 1.65;
  color: #525252;
  margin: 0;
  max-width: 480px;
}

/* Horizontal carousel — large cards, snap scroll */
.flow3-carousel-wrap {
  /* Bleed out of the container so cards can be wider */
  position: relative;
  margin: 0 calc(50% - 50vw);
  padding-left: max(calc(50vw - 50%), 24px);
}
/* Outer viewport — hidden overflow so nothing can scroll the cards. The
   inner .flow3-track is transform-animated by the arrow buttons in JS. */
.flow3-carousel {
  overflow: hidden;
  padding-bottom: 28px;
}
.flow3-track {
  display: flex;
  gap: 28px;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.flow3-feature {
  flex: 0 0 calc(min(72vw, 880px));
  display: flex;
  flex-direction: column;
}
@media (max-width: 880px) {
  .flow3-feature { flex-basis: 88vw; }
}

.flow3-carousel-hint {
  display: flex; align-items: center; justify-content: center;
  gap: 10px;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #a1a1aa;
}
.flow3-carousel-hint .material-icons { font-size: 18px !important; color: #fe5e32; }

.flow3-video-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  padding: 40px;
  /* Fixed 16:10 shape so all 3 cards line up regardless of their
     videos being portrait/landscape/whatever aspect ratio */
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}
/* Both ES and EN: portrait phone recordings display at the same fixed
   card height, contained (no cropping). All 6 videos land at the same
   rendered height regardless of the individual video's aspect ratio. */
.flow3-video-card {
  aspect-ratio: auto !important;
  height: clamp(520px, 68vh, 720px);
}
.flow3-video {
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
@media (max-width: 700px) {
  .flow3-video-card {
    height: clamp(420px, 62vh, 560px);
  }
}
/* Two distinct brand gradients — same Tangering palette */
.flow3-grad-ag {
  background: linear-gradient(125deg,
    #c5e94a 0%,
    #ffa53d 18%,
    #fe5e32 50%,
    #ff7c6e 88%,
    #ecbbe9 100%);
}
.flow3-grad-ag2 {
  background: linear-gradient(245deg,
    #ecbbe9 0%,
    #ff7c6e 18%,
    #fe5e32 50%,
    #ffa53d 88%,
    #c5e94a 100%);
}
.flow3-grad-ag3 {
  background: linear-gradient(165deg,
    #c5e94a 0%,
    #ecbbe9 30%,
    #ff7c6e 60%,
    #fe5e32 88%,
    #ffa53d 100%);
}
.flow3-video-card::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.16) 1px, transparent 1.4px),
    radial-gradient(circle, rgba(0,0,0,0.08) 1px, transparent 1.4px);
  background-size: 3px 3px, 4px 4px;
  background-position: 0 0, 1.5px 1.5px;
  opacity: 0.5;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}
.flow3-video {
  position: relative; z-index: 2;
  /* Show every video FULLY (contain), no crop. Portrait phone recordings
     sit as a floating phone-mockup inside the gradient card; landscape
     screen recordings fill horizontally. The card is 16/10; the video
     scales to fit inside its 40px padding. */
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: auto;
  object-fit: contain;
  display: block;
  border-radius: 18px;
  background: #1a1a2e;
  box-shadow:
    0 20px 40px rgba(0,0,0,0.22),
    0 0 0 1px rgba(255,255,255,0.6);
}

.flow3-feature-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--dark);
  margin: 28px 0 10px;
}
.flow3-feature-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #525252;
  margin: 0;
  max-width: 480px;
}

/* ══════════════════════════════════
   iPhone 17 — chassis
══════════════════════════════════ */
.ip17-wrap {
  filter: drop-shadow(0 40px 80px rgba(0,0,0,0.35));
}
.ip17 {
  position: relative;
  width: 268px;
  height: 560px;
  background: linear-gradient(160deg, #2c2c2e 0%, #1c1c1e 60%, #111 100%);
  border-radius: 50px;
  border: 1.5px solid #3a3a3c;
  /* Override for WA light screen */
  box-shadow:
    inset 0 0 0 1.5px rgba(255,255,255,0.07),
    0 0 0 0.5px #000;
}
/* Action button */
.ip17-action {
  position: absolute;
  left: -3px; top: 88px;
  width: 4px; height: 28px;
  background: #2c2c2e;
  border-radius: 2px 0 0 2px;
  border: 1px solid #444;
}
/* Volume buttons */
.ip17-vol-up {
  position: absolute;
  left: -3px; top: 132px;
  width: 4px; height: 48px;
  background: #2c2c2e;
  border-radius: 2px 0 0 2px;
  border: 1px solid #444;
}
.ip17-vol-dn {
  position: absolute;
  left: -3px; top: 192px;
  width: 4px; height: 48px;
  background: #2c2c2e;
  border-radius: 2px 0 0 2px;
  border: 1px solid #444;
}
/* Power button */
.ip17-power {
  position: absolute;
  right: -3px; top: 150px;
  width: 4px; height: 72px;
  background: #2c2c2e;
  border-radius: 0 2px 2px 0;
  border: 1px solid #444;
}
/* Screen */
.ip17-screen {
  position: absolute;
  inset: 6px;
  background: #000;
  border-radius: 44px;
  overflow: hidden;
}
/* Dynamic Island */
.ip17-island {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px; height: 32px;
  background: #000;
  border-radius: 20px;
  z-index: 10;
}

/* ── IDLE screen ── */
.ip17-idle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: white;
}
.ip17-time { font-size: 64px; font-weight: 200; letter-spacing: -3px; margin-top: -20px; }
.ip17-date { font-size: 14px; color: rgba(255,255,255,0.5); margin-top: 4px; }

/* ── INCOMING screen ── */
.ip17-incoming {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-top: 60px;
  background: linear-gradient(180deg, #1c1c1e 0%, #111 100%);
  color: white;
}
.ip17-incoming-label {
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.02em;
  margin-bottom: 24px;
}
.ip17-avatar-ring {
  position: relative;
  width: 96px; height: 96px;
  margin-bottom: 20px;
}
.ip17-avatar-ring::before {
  content: '';
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 2px solid rgba(254,94,50,0.3);
  animation: ring-pulse 1.2s ease-out infinite;
}
.ip17-avatar-ring2 {
  position: absolute;
  inset: -20px;
  border-radius: 50%;
  border: 1.5px solid rgba(254,94,50,0.15);
  animation: ring-pulse 1.2s ease-out 0.4s infinite;
}
@keyframes ring-pulse {
  0%   { transform: scale(0.85); opacity: 1; }
  100% { transform: scale(1.15); opacity: 0; }
}
.ip17-avatar {
  width: 96px; height: 96px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fe5e32, #ff9b75);
  display: flex; align-items: center; justify-content: center;
  font-size: 38px; font-weight: 700; color: white;
  position: relative; z-index: 1;
}
.ip17-caller { font-size: 28px; font-weight: 600; margin: 0; }
.ip17-caller-sub { font-size: 13px; color: rgba(255,255,255,0.5); margin: 4px 0 0; }
.ip17-call-btns {
  display: flex;
  gap: 60px;
  margin-top: auto;
  margin-bottom: 40px;
}
.ip17-decline, .ip17-answer {
  width: 64px; height: 64px;
  border-radius: 50%;
  border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
.ip17-decline { background: #ff3b30; }
.ip17-answer  { background: #34c759; }
.ip17-decline svg, .ip17-answer svg { width: 28px; height: 28px; }
.ip17-answer svg { transform: rotate(225deg); }

/* ── ACTIVE call ── */
.ip17-active {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 56px 16px 16px;
  background: #1c1c1e;
  color: white;
}
.ip17-active-top { text-align: center; margin-bottom: 12px; }
.ip17-active-avatar {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fe5e32, #ff9b75);
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; font-weight: 700; color: white;
  margin: 0 auto 10px;
}
.ip17-active-name { font-size: 22px; font-weight: 600; margin: 0; }
.ip17-active-sub  { font-size: 12px; color: rgba(255,255,255,0.45); margin: 3px 0 0; }
.ip17-active-timer {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-top: 6px;
  font-variant-numeric: tabular-nums;
}

/* Waveform */
.ip17-wave {
  display: flex;
  align-items: center;
  gap: 2px;
  height: 36px;
  margin: 8px 0;
}
.ip17-wave-bar {
  display: block;
  width: 3px;
  border-radius: 2px;
  background: var(--orange);
  animation: wave-bar 0.6s ease-in-out infinite alternate;
  min-height: 3px;
}
@keyframes wave-bar {
  from { height: 4px;  opacity: 0.4; }
  to   { height: 28px; opacity: 1; }
}

/* Transcript */
.ip17-transcript {
  flex: 1;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 4px 0;
  scrollbar-width: none;
}
.ip17-transcript::-webkit-scrollbar { display: none; }
.ip17-line {
  font-size: 11.5px;
  line-height: 1.5;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.07);
  border-radius: 10px;
  padding: 7px 10px;
  animation: line-pop 0.35s cubic-bezier(0.34,1.56,0.64,1) both;
}
@keyframes line-pop {
  from { opacity: 0; transform: translateY(8px) scale(0.97); }
  to   { opacity: 1; transform: none; }
}
.ip17-confirmed-badge {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  font-weight: 700;
  color: #22c55e;
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.3);
  border-radius: 10px;
  padding: 8px 12px;
  animation: line-pop 0.4s cubic-bezier(0.34,1.56,0.64,1) both;
}
.ip17-confirmed-badge svg { width: 18px; height: 18px; flex-shrink: 0; }

/* Controls grid */
.ip17-controls {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  width: 100%;
  margin-top: 8px;
}
.ip17-ctrl { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.ip17-ctrl-btn {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.ip17-ctrl span { font-size: 9px; color: rgba(255,255,255,0.45); }

/* End button */
.ip17-end {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: #ff3b30;
  border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  margin-top: 10px;
  flex-shrink: 0;
}
.ip17-end svg { width: 28px; height: 28px; transform: rotate(225deg); }

/* Solution section phone positioning */
.sol-phone-wrap { transform: scale(1.05); }

/* ── Map card outer wrapper + glow ── */
.sol-map-outer {
  position: relative;
  width: 310px;
  will-change: transform, opacity, filter;
}
.sol-map-glow { display: none; }
/* Card — map full bleed */
.sol-map-card {
  position: relative;
  z-index: 1;
  width: 310px;
  height: 560px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(15,23,42,0.06);
  box-shadow:
    0 20px 48px rgba(15,23,42,0.1),
    0 0 0 1px rgba(15,23,42,0.04);
  isolation: isolate;
}

/* Floating chips over map */
.sol-map-chip-status {
  position: absolute;
  top: 18px; left: 16px;
  display: flex; align-items: center; gap: 7px;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.95);
  border-radius: 99px;
  padding: 8px 14px;
  font-size: 12px; font-weight: 700; color: #1a1a2e;
  box-shadow: 0 4px 16px rgba(0,0,0,0.14);
  z-index: 1000;
  pointer-events: none;
}
.sol-map-chip-time {
  position: absolute;
  top: 18px; right: 16px;
  background: rgba(255,255,255,0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.95);
  border-radius: 99px;
  padding: 8px 14px;
  font-size: 11.5px; font-weight: 600; color: rgba(0,0,0,0.45);
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  z-index: 1000;
  pointer-events: none;
}
.sol-map-status-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.sol-map-status-dot.scanning {
  background: #fe5e32;
  box-shadow: 0 0 8px rgba(254,94,50,0.7);
  animation: pulse-ring 0.9s ease-in-out infinite;
}
.sol-map-status-dot.confirmed {
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34,197,94,0.6);
}

/* Map — takes full card */
.sol-map-body {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.sol-map-body .leaflet-container { width: 100%; height: 100%; }

/* Scan line animation */
.sol-map-scan-line {
  position: absolute;
  left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(254,94,50,0.8), transparent);
  z-index: 500;
  box-shadow: 0 0 12px rgba(254,94,50,0.4);
  animation: scan-sweep 1s ease-in-out forwards;
}
@keyframes scan-sweep {
  from { top: 0;    opacity: 1; }
  to   { top: 100%; opacity: 0; }
}

/* Bottom glass panel — floats over map with blur */
.sol-map-bottom-panel {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: rgba(255,255,255,0.62);
  backdrop-filter: blur(28px) saturate(1.6);
  -webkit-backdrop-filter: blur(28px) saturate(1.6);
  border-top: 1px solid rgba(255,255,255,0.85);
  border-radius: 0 0 32px 32px;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.65s cubic-bezier(0.34,1.3,0.64,1), opacity 0.45s ease;
  z-index: 1000;
  box-shadow: 0 -8px 32px rgba(0,0,0,0.1);
}
.sol-map-bottom-panel.visible { transform: translateY(0); opacity: 1; }

/* Address confirm row */
.sol-map-confirm-row {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 16px 10px;
}
.sol-map-confirm-icon { flex-shrink: 0; }
.sol-map-confirm-text { flex: 1; min-width: 0; }
.sol-map-confirm-text strong { display: block; font-size: 13.5px; font-weight: 700; color: #1a1a2e; letter-spacing: -0.2px; }
.sol-map-confirm-text span  { font-size: 10.5px; color: rgba(0,0,0,0.4); }
.sol-map-confirm-badge {
  font-size: 9.5px; font-weight: 800; letter-spacing: 0.07em;
  text-transform: uppercase; color: #16a34a;
  background: rgba(34,197,94,0.1);
  border: 1px solid rgba(34,197,94,0.25);
  padding: 5px 9px; border-radius: 7px; white-space: nowrap;
}
.sol-map-panel-divider { height: 1px; background: rgba(0,0,0,0.06); margin: 0 16px; }

/* Stats */
.sol-map-stats { display: flex; padding: 10px 16px 14px; gap: 0; }
.sol-map-stat { flex: 1; text-align: center; }
.sol-map-stat-label { font-size: 9px; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(0,0,0,0.35); font-weight: 700; }
.sol-map-stat-val { font-size: 13.5px; font-weight: 700; color: #1a1a2e; margin-top: 4px; }
.sol-map-stat-orange { color: #fe5e32; }
.sol-map-stat-sep { width: 1px; background: rgba(0,0,0,0.07); margin: 4px 0; flex-shrink: 0; }

/* ── Reschedule view — full map + floating chat card ── */
.resch-outer {
  position: relative;
  width: 310px;
  will-change: transform, opacity, filter;
}

/* Address chip at bottom of map */
.reschedule-map-chip {
  position: absolute;
  bottom: 160px; left: 50%;
  transform: translateX(-50%);
  display: flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.95);
  border-radius: 99px;
  padding: 7px 14px;
  font-size: 11.5px; font-weight: 700; color: #1a1a2e;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
  z-index: 1000; white-space: nowrap;
  transition: all 0.5s ease;
}
.reschedule-map-chip.updated {
  background: rgba(220,252,231,0.95);
  color: #166534;
  bottom: 16px;
}

/* "Address updated" overlay on map */
.resch-map-confirmed {
  position: absolute;
  bottom: 14px; left: 50%;
  transform: translateX(-50%);
  display: flex; align-items: center; gap: 6px;
  background: rgba(220,252,231,0.92);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(34,197,94,0.3);
  border-radius: 99px;
  padding: 8px 16px;
  font-size: 12px; font-weight: 700; color: #166534;
  z-index: 1000; white-space: nowrap;
  animation: line-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) both;
}

/* ── Floating chat card — dark hero style, compact ── */
.resch-chat-float {
  position: absolute;
  top: 20px;
  right: -210px;
  width: 230px;
  background: rgba(14,12,10,0.78);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  padding: 12px;
  box-shadow: 0 20px 48px rgba(0,0,0,0.5), 0 1px 0 rgba(255,255,255,0.08) inset;
  z-index: 100;
  animation: hcc-pop 0.5s var(--ease) 0.3s both;
}
/* Single message container */
.resch-single-msg {
  min-height: 60px;
  display: flex;
  align-items: center;
}
/* Pop-in animation for each new message */
.resch-msg-in {
  animation: resch-msg-pop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes resch-msg-pop {
  from { opacity: 0; transform: translateY(10px) scale(0.95); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
/* Smaller bubbles inside compact card */
.resch-chat-float .hcc-bubble {
  font-size: 12px;
  padding: 9px 12px 7px;
}
.resch-chat-float .hcc-av-sm { width: 26px; height: 26px; }
.resch-chat-float .hcc-av-sm .hcc-av-img { width: 18px; height: 18px; }
.resch-chat-float .hcc-agent-chip { padding: 5px 11px 5px 5px; margin-bottom: 10px !important; }
.resch-chat-float .hcc-av-agent { width: 24px; height: 24px; }
.resch-chat-float .hcc-logo-img { width: 16px; height: 16px; }
.resch-chat-float .hcc-name { font-size: 12px; }
.resch-chat-float .hcc-time { font-size: 9px; }

/* ── Courier WhatsApp UI ── */
.courier-outer {
  position: relative;
  will-change: transform, opacity, filter;
}
/* ══════════════════════════════════
   WhatsApp — exact reference match
══════════════════════════════════ */
.wa-app {
  display: flex; flex-direction: column;
  height: 100%; background: #fff; color: #111;
  font-family: -apple-system, 'SF Pro Text', sans-serif;
}
/* Status bar — same level as Dynamic Island */
.wa-status-bar {
  display: flex; justify-content: space-between; align-items: center;
  padding: 12px 18px 0;
  height: 40px;
  flex-shrink: 0; font-size: 12px; font-weight: 600; color: #000;
  background: #fff;
  box-sizing: border-box;
}
.wa-status-right { display: flex; align-items: center; gap: 4px; }
.wa-status-right svg { width: auto; }
.wa-status-right svg:nth-child(1) { width: 13px; height: 9px; }   /* signal */
.wa-status-right svg:nth-child(2) { width: 13px; height: 10px; }  /* wifi */
.wa-status-right svg:nth-child(3) { width: 20px; height: 10px; }  /* battery */

/* ─ Header ─ */
.wa-header {
  display: flex; align-items: center;
  padding: 14px 9px 8px;
  background: #fff;
  gap: 5px; flex-shrink: 0;
  border-bottom: 0.5px solid #d1d1d6;
}
.wa-header-av {
  width: 28px; height: 28px; border-radius: 50%;
  background: #c7c7cc;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; overflow: hidden;
}
.wa-header-av svg { width: 28px !important; height: 28px !important; }
.wa-header-info { flex: 1; }
.wa-header-name { font-size: 13px; font-weight: 600; color: #000; line-height: 1.15; }
.wa-header-sub  { font-size: 10px; color: #34c759; font-weight: 400; }
.wa-header-icons { display: flex; gap: 4px; align-items: center; }
.wa-back-icon { font-size: 15px !important; color: #3c3c43; flex-shrink: 0; }
.wa-hdr-icon  { font-size: 18px !important; color: #3c3c43; }

/* ─ Chat ─ */
.wa-chat {
  flex: 1; overflow-y: auto; overflow-x: hidden;
  scrollbar-width: none;
  padding: 14px 12px 8px;
  display: flex; flex-direction: column;
  background: #ece5dd;
}
.wa-chat::-webkit-scrollbar { display: none; }

.wa-date-label {
  align-self: center;
  background: rgba(225,245,254,0.92); color: #526d7a;
  font-size: 12px; font-weight: 500;
  padding: 4px 12px; border-radius: 8px;
  margin-bottom: 12px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* ─ Rows + groups ─ */
.wa-row { display: flex; margin-bottom: 10px; }
.wa-row-out { justify-content: flex-end; }
.wa-row-in  { justify-content: flex-start; }
.wa-msg-group { display: flex; flex-direction: column; max-width: 80%; }
.wa-row-out .wa-msg-group { align-items: flex-end; }
.wa-row-in  .wa-msg-group { align-items: flex-start; }

/* ─ Bubbles ─ */
.wa-bubble {
  padding: 10px 13px 8px;
  font-size: 16px; line-height: 1.4;
  word-wrap: break-word; position: relative;
  animation: hcc-pop 0.3s cubic-bezier(0.34,1.56,0.64,1) both;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.wa-bubble-out {
  background: #dcf8c6; color: #111;
  border-radius: 8px 8px 0 8px;
}
.wa-bubble-out::after {
  content: ''; position: absolute;
  bottom: 0; right: -7px;
  border: 7px solid transparent;
  border-bottom-color: #dcf8c6;
  border-right: 0;
}
.wa-bubble-in {
  background: #fff; color: #111;
  border-radius: 8px 8px 8px 0;
}
.wa-bubble-in::after {
  content: ''; position: absolute;
  bottom: 0; left: -7px;
  border: 7px solid transparent;
  border-bottom-color: #fff;
  border-left: 0;
}
.wa-bubble-text { display: block; }

/* Timestamp below bubble */
.wa-ts {
  display: flex; align-items: center; gap: 3px;
  font-size: 12px; color: #667781;
  margin-top: 3px; padding: 0 3px;
  animation: hcc-pop 0.25s ease both;
}
.wa-ts-out { justify-content: flex-end; }
.wa-ts-in  { justify-content: flex-start; }

/* ─ Typing ─ */
.wa-typing { display: flex; gap: 4px; align-items: center; padding: 4px 2px; }
.wa-typing span {
  width: 7px; height: 7px; border-radius: 50%;
  background: #90959a; animation: typing 1.2s infinite;
}
.wa-typing span:nth-child(2) { animation-delay: 0.2s; }
.wa-typing span:nth-child(3) { animation-delay: 0.4s; }

/* ─ Input bar ─ */
.wa-input-bar {
  display: flex; align-items: center; gap: 6px;
  padding: 7px 8px 16px;
  background: #f0f2f5; flex-shrink: 0;
  box-sizing: border-box;
}
.wa-add-icon  { font-size: 26px !important; color: #54656f; flex-shrink: 0; }
.wa-input-field {
  flex: 1; min-width: 0;
  display: flex; align-items: center; gap: 6px;
  background: #fff; border-radius: 22px;
  padding: 8px 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.wa-field-icon { font-size: 20px !important; color: #8e8e93; flex-shrink: 0; }
.wa-input-placeholder { flex: 1; font-size: 14px; color: #aaa; white-space: nowrap; overflow: hidden; }
.wa-mic-btn {
  width: 36px; height: 36px; border-radius: 50%;
  background: #00a884;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.wa-mic-btn .material-icons { font-size: 20px !important; color: white; }

/* ══════════════════════════════════
   CRM v2 — Focused order update
══════════════════════════════════ */
.phone-stage:has(.crmv2-outer) {
  width: 420px;
  height: 620px;
  filter: none;
}
.crmv2-outer {
  position: relative;
  width: 420px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: stretch;
}
.crmv2-status {
  position: relative;
  margin-bottom: 4px;
  transition: all 0.4s ease;
}
.crmv2-status .sol-search-text { font-size: 13px; }
/* Green tint when synced */
.crmv2-outer:has(.crmv2-card.is-done) .crmv2-status {
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.3);
  box-shadow: 0 8px 24px rgba(34,197,94,0.18);
}
.crmv2-outer:has(.crmv2-card.is-done) .crmv2-status .sol-search-text {
  color: #16a34a;
  font-weight: 700;
}
.crmv2-outer:has(.crmv2-card.is-done) .crmv2-status .material-icons {
  color: #22c55e !important;
}

/* Focused order card */
.crmv2-card {
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(20px);
  border-radius: 18px;
  padding: 22px 24px;
  box-shadow:
    0 16px 40px rgba(15,23,42,0.1),
    0 0 0 1px rgba(15,23,42,0.05);
  position: relative;
  transition: box-shadow 0.4s ease;
}
.crmv2-card.is-updating {
  box-shadow:
    0 16px 40px rgba(254,94,50,0.18),
    0 0 0 1.5px rgba(254,94,50,0.35);
}
.crmv2-card.is-done {
  box-shadow:
    0 16px 40px rgba(34,197,94,0.16),
    0 0 0 1.5px rgba(34,197,94,0.3);
}
.crmv2-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 18px;
}
.crmv2-order-id {
  font-size: 13px;
  font-weight: 700;
  color: #fe5e32;
  font-family: 'SF Mono', monospace;
  letter-spacing: 0.03em;
}
.crmv2-customer {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: -0.02em;
  margin-top: 4px;
}
.crmv2-pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 8px;
}
.crmv2-pill.ok      { background: rgba(34,197,94,0.12);  color: #16a34a; }
.crmv2-pill.sync    { background: rgba(254,94,50,0.12);  color: #fe5e32; }
.crmv2-pill.neutral { background: rgba(0,0,0,0.05);      color: #525252; }
.crmv2-spin {
  width: 9px; height: 9px; border-radius: 50%;
  border: 1.8px solid currentColor;
  border-top-color: transparent;
  animation: spin 0.7s linear infinite;
}

/* Field rows */
.crmv2-field {
  border-top: 1px solid rgba(15,23,42,0.06);
  padding-top: 14px;
  margin-top: 14px;
}
.crmv2-field:first-of-type {
  border-top: none; padding-top: 0; margin-top: 0;
}
.crmv2-row-split {
  display: flex; gap: 24px;
  border-top: 1px solid rgba(15,23,42,0.06);
  padding-top: 14px;
  margin-top: 14px;
}
.crmv2-field-half { flex: 1; border-top: none; padding-top: 0; margin-top: 0; }
.crmv2-field-label {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a1a1aa;
  margin-bottom: 6px;
}
.crmv2-field-value {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a2e;
  display: flex; align-items: center; gap: 10px;
  flex-wrap: wrap;
}
.crmv2-field-value-sm {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
}
.crmv2-addr-old {
  transition: all 0.45s ease;
}
.crmv2-addr-old.fade-out {
  color: #a1a1aa;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 500;
}
.crmv2-arrow { color: #fe5e32; font-weight: 700; }
.crmv2-addr-new {
  color: #1a1a2e;
  font-weight: 700;
  animation: crmv2-flash 0.7s ease both;
}
@keyframes crmv2-flash {
  0%   { background: rgba(254,94,50,0.3); padding: 2px 6px; border-radius: 4px; transform: translateX(-4px); opacity: 0; }
  60%  { opacity: 1; transform: none; }
  100% { background: transparent; padding: 0; border-radius: 0; }
}
.crmv2-changed-tag {
  font-size: 9.5px; font-weight: 800;
  background: #fe5e32; color: white;
  padding: 3px 7px; border-radius: 5px;
  letter-spacing: 0.06em; text-transform: uppercase;
  animation: hcc-pop 0.4s ease both;
}

/* Activity */
.crmv2-activity {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(16px);
  border-radius: 14px;
  padding: 14px 18px;
  box-shadow: 0 0 0 1px rgba(15,23,42,0.05);
}
.crmv2-act-head {
  display: flex; align-items: center; gap: 6px;
  font-size: 10.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.07em;
  color: #1a1a2e;
  margin-bottom: 8px;
}
.crmv2-act-item {
  display: flex; align-items: center; gap: 10px;
  padding: 5px 0;
  animation: hcc-pop 0.4s ease both;
}
.crmv2-act-dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.crmv2-act-text { flex: 1; display: flex; gap: 8px; align-items: baseline; }
.crmv2-act-text strong { font-size: 12px; font-weight: 700; color: #1a1a2e; }
.crmv2-act-text span   { font-size: 11px; color: #71717a; }
.crmv2-act-time { font-size: 10px; color: #a1a1aa; }

/* ══════════════════════════════════
   CRM Updating Card — Step 5 (legacy)
══════════════════════════════════ */
.crm-outer {
  position: relative;
  width: 520px;
  will-change: transform, opacity, filter;
}
.crm-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow:
    0 18px 40px rgba(15,23,42,0.08),
    0 0 0 1px rgba(15,23,42,0.06);
  overflow: hidden;
  transform: scale(0.94);
  transition: transform 0.7s cubic-bezier(0.34,1.3,0.64,1);
  font-family: -apple-system, 'SF Pro Text', sans-serif;
}
.crm-card.crm-zoomed { transform: scale(1); }

/* Browser chrome */
.crm-chrome {
  display: flex; align-items: center;
  padding: 10px 14px;
  background: #f5f5f7;
  border-bottom: 1px solid #e5e5ea;
  gap: 14px;
}
.crm-dots { display: flex; gap: 6px; }
.crm-dots span { width: 11px; height: 11px; border-radius: 50%; display: block; }
.crm-url {
  flex: 1;
  display: flex; align-items: center; gap: 6px; justify-content: center;
  font-size: 12px; color: #1a1a2e;
  background: rgba(0,0,0,0.05);
  padding: 4px 12px; border-radius: 6px;
  max-width: 280px;
}
.crm-sync {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 600; color: #34c759;
}
.crm-sync-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #34c759;
}
.crm-sync-dot.syncing {
  background: #fe5e32;
  animation: pulse-ring 0.8s ease-in-out infinite;
}
.crm-sync-dot.done { background: #34c759; }

/* App header */
.crm-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px 18px 12px;
  border-bottom: 1px solid #e5e5ea;
}
.crm-title {
  font-size: 18px; font-weight: 700; color: #1a1a2e;
  display: flex; align-items: center; gap: 8px;
}
.crm-count {
  font-size: 11px; font-weight: 700;
  background: rgba(254,94,50,0.1); color: #fe5e32;
  padding: 2px 8px; border-radius: 8px;
}
.crm-sub { font-size: 11px; color: #8e8e93; margin-top: 3px; }
.crm-sub strong { color: #fe5e32; font-weight: 700; }
.crm-toolbar { display: flex; gap: 6px; }
.crm-tool {
  display: flex; align-items: center; gap: 4px;
  font-size: 11px; font-weight: 600; color: #1a1a2e;
  background: white; border: 1px solid #e5e5ea;
  padding: 5px 10px; border-radius: 7px;
}
.crm-tool-dark { background: #1a1a2e; color: white; border-color: #1a1a2e; }

/* Table */
.crm-table {
  padding: 6px 6px 4px;
  background: white;
}
.crm-row {
  display: grid;
  grid-template-columns: 60px 1.1fr 1.5fr 100px 60px;
  align-items: center;
  padding: 9px 12px;
  font-size: 12px; color: #1a1a2e;
  gap: 8px;
  border-radius: 8px;
  transition: background 0.3s ease;
}
.crm-row-head {
  font-size: 10px; font-weight: 700; color: #8e8e93;
  text-transform: uppercase; letter-spacing: 0.05em;
  padding: 6px 12px;
  border-bottom: 1px solid #e5e5ea;
  border-radius: 0;
}
.crm-row-active {
  background: #fff7f4;
  box-shadow: inset 2px 0 0 #fe5e32;
}
.crm-cell-id { font-weight: 700; color: #fe5e32; font-family: 'SF Mono', monospace; }
.crm-cell-addr { display: flex; align-items: center; gap: 8px; }
.crm-cell-changed {
  color: #1a1a2e; font-weight: 600;
  animation: crm-cell-flash 0.8s ease both;
}
@keyframes crm-cell-flash {
  0%   { background: rgba(254,94,50,0.3); transform: translateX(-2px); }
  100% { background: transparent; transform: none; }
}
.crm-diff-tag {
  font-size: 9px; font-weight: 700;
  background: #fe5e32; color: white;
  padding: 2px 6px; border-radius: 4px;
  letter-spacing: 0.04em; text-transform: uppercase;
  animation: hcc-pop 0.4s ease both;
}
.crm-cell-amt { font-weight: 700; }

/* Status pills */
.crm-status {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 10.5px; font-weight: 700;
  padding: 3px 8px; border-radius: 6px;
}
.crm-status-ok      { background: rgba(34,197,94,0.12);  color: #16a34a; }
.crm-status-warn    { background: rgba(245,158,11,0.12); color: #d97706; }
.crm-status-neutral { background: rgba(0,0,0,0.06);      color: #525252; }
.crm-status-sync    { background: rgba(254,94,50,0.12);  color: #fe5e32; }
.crm-status-spin {
  width: 8px; height: 8px; border-radius: 50%;
  border: 1.5px solid #fe5e32;
  border-top-color: transparent;
  animation: spin 0.7s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }

/* Activity feed */
.crm-activity {
  border-top: 1px solid #e5e5ea;
  padding: 12px 18px 16px;
  background: #fafafc;
}
.crm-act-title {
  display: flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase; letter-spacing: 0.06em;
  color: #1a1a2e; margin-bottom: 10px;
}
.crm-act-item {
  display: flex; align-items: center; gap: 10px;
  padding: 6px 0;
  animation: hcc-pop 0.4s var(--ease) both;
}
.crm-act-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.crm-act-text { flex: 1; display: flex; gap: 10px; align-items: baseline; }
.crm-act-text strong { font-size: 12px; font-weight: 700; color: #1a1a2e; }
.crm-act-text span   { font-size: 11px; color: #525252; }
.crm-act-time { font-size: 10px; color: #8e8e93; }

.sticky-wrap:has(.crm-outer) { gap: 60px; }

/* Live pin */
.map-live-pin { position: relative; width: 40px; height: 40px; }
.map-live-ring {
  position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid rgba(254,94,50,0.4);
  animation: ring-pulse 1.4s ease-out infinite;
}
.map-live-dot {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 16px; height: 16px; border-radius: 50%;
  background: #fe5e32; border: 3px solid white;
  box-shadow: 0 2px 14px rgba(254,94,50,0.6), 0 0 0 1px rgba(254,94,50,0.2);
  z-index: 1;
}
.map-live-shadow {
  position: absolute; bottom: -2px; left: 50%;
  transform: translateX(-50%);
  width: 10px; height: 4px;
  background: rgba(0,0,0,0.15);
  border-radius: 50%;
  filter: blur(2px);
}

/* ── Map verification screen ── */
.ip17-map-screen {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #3a4a5c;
  color: white;
  overflow: hidden;
}
.ip17-map-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px 0;
  margin-top: 46px;
  font-size: 15px;
  font-weight: 600;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.ip17-map-address-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(30,40,55,0.92);
  backdrop-filter: blur(8px);
  margin: 10px 12px 0;
  border-radius: 14px;
  padding: 10px 14px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.ip17-map-addr-left { display: flex; align-items: center; gap: 10px; }
.ip17-map-city-img { font-size: 26px; }
.ip17-map-addr-title { font-size: 14px; font-weight: 600; color: white; }
.ip17-map-addr-sub  { font-size: 11px; color: rgba(255,255,255,0.5); margin-top: 1px; }
.ip17-map-search-btn {
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
}
.ip17-map-body {
  flex: 1;
  position: relative;
  overflow: hidden;
  margin-top: -4px;
}
.ip17-map-svg { width: 100%; height: 100%; display: block; }
.ip17-map-compass {
  position: absolute;
  top: 12px; right: 12px;
  width: 32px; height: 32px;
  background: rgba(30,40,55,0.85);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
}
.ip17-map-confirm {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(20,30,45,0.95);
  backdrop-filter: blur(8px);
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  flex-shrink: 0;
  animation: line-pop 0.4s cubic-bezier(0.34,1.56,0.64,1) both;
}
.ip17-map-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: rgba(20,30,45,0.95);
  padding: 10px 0 14px;
  flex-shrink: 0;
}
.ip17-map-nav-btn {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5);
}
.ip17-map-nav-btn.active { background: rgba(190,242,100,0.2); color: #bef264; }
.ip17-map-nav-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
}

/* ── iOS native call screen ──────────────────── */
.ip17-ios-call {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #000;
  color: white;
  padding: 0;
  box-sizing: border-box;
}
.ip17-ios-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  margin-top: 14px;   /* same row as Dynamic Island */
  height: 20px;
  flex-shrink: 0;
}
.ip17-ios-time {
  font-size: 15px;
  font-weight: 600;
  color: white;
  font-variant-numeric: tabular-nums;
}
.ip17-ios-status-right { display: flex; align-items: center; gap: 6px; }

.ip17-ios-caller {
  text-align: center;
  margin-top: 30px;
  flex-shrink: 0;
}
/* Waveform under the caller, indicates active audio */
.ip17-ios-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  height: 32px;
  margin: 16px auto 0;
  padding: 6px 14px;
  width: fit-content;
  cursor: pointer;
  background: rgba(254,94,50,0.12);
  border: 1px solid rgba(254,94,50,0.25);
  border-radius: 99px;
  transition: all 0.3s ease;
}
.ip17-ios-wave:hover { background: rgba(254,94,50,0.18); }
.ip17-ios-wave span {
  display: block;
  width: 2.5px;
  height: 6px;
  background: rgba(254,94,50,0.6);
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ip17-ios-wave.is-on {
  background: rgba(254,94,50,0.2);
  border-color: rgba(254,94,50,0.4);
}
.ip17-ios-wave.is-on span {
  background: #fe5e32;
  animation: ip17-wave-bar 0.85s ease-in-out infinite alternate;
}
@keyframes ip17-wave-bar {
  0%   { height: 4px;  opacity: 0.5; }
  50%  { height: 14px; opacity: 1; }
  100% { height: 20px; opacity: 1; }
}
.ip17-ios-calling-label {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.ip17-ios-tangering-badge {
  background: #fe5e32;
  color: white;
  font-size: 10px;
  font-weight: 700;
  width: 16px; height: 16px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ip17-ios-name {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0;
  color: white;
}
/* Dynamic Island orange dot — active call */
.ip17-island::after {
  content: '';
  position: absolute;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #ff9f0a;
  top: 50%; right: 16px;
  transform: translateY(-50%);
  box-shadow: 0 0 6px #ff9f0a;
}

/* Middle spacer — constrained so end button doesn't fall too low */
.ip17-ios-spacer {
  flex: 1;
  min-height: 30px;
  max-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ip17-ios-confirmed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  animation: line-pop 0.5s cubic-bezier(0.34,1.56,0.64,1) both;
}
.ip17-ios-confirmed span {
  font-size: 16px;
  font-weight: 600;
  color: white;
}
.ip17-ios-confirmed small {
  font-size: 12px;
  color: rgba(255,255,255,0.45);
}

/* 6-button grid */
.ip17-ios-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 0;
  padding: 0 12px 0;
  flex-shrink: 0;
}
.ip17-ios-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.ip17-ios-btn-circle {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  display: flex; align-items: center; justify-content: center;
}
.ip17-ios-btn span {
  font-size: 11px;
  color: rgba(255,255,255,0.9);
  text-align: center;
}

/* End call */
.ip17-ios-end-wrap {
  display: flex;
  justify-content: center;
  padding: 10px 0 0;
  flex-shrink: 0;
}
.ip17-ios-end-btn {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: #ff3b30;
  border: none;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
}
/* Home indicator */
.ip17-ios-home {
  width: 120px;
  height: 5px;
  background: rgba(255,255,255,0.3);
  border-radius: 3px;
  margin: 12px auto 8px;
  flex-shrink: 0;
}

/* ===========================================================
   FLOW BUILDER
   =========================================================== */
.flow {
  background: var(--dark);
  color: white;
  padding: 140px 0;
  overflow: hidden;
}
.flow-head { text-align: center; max-width: 700px; margin: 0 auto; }
.flow-head h2 { color: white; }
.flow-head .lead { color: rgba(255,255,255,0.6); margin-top: 20px; }

.flow-canvas {
  margin-top: 80px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 24px 24px;
  background-position: 0 0;
  min-height: 420px;
}
.flow-nodes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .flow-nodes { grid-template-columns: 1fr 1fr; gap: 20px; }
}
.flow-node {
  padding: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  opacity: 1;
  transform: none;
  transition: all 0.6s var(--ease);
}
.flow.in .flow-node { opacity: 1; transform: translateY(0); }
.flow.in .flow-node:nth-child(2) { transition-delay: 0.2s; }
.flow.in .flow-node:nth-child(3) { transition-delay: 0.4s; }
.flow.in .flow-node:nth-child(4) { transition-delay: 0.6s; }
.flow-node .ico {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: var(--orange);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  margin-bottom: 12px;
}
.flow-node:nth-child(2) .ico { background: var(--lime); color: var(--dark); }
.flow-node:nth-child(3) .ico { background: var(--pink); color: var(--dark); }
.flow-node:nth-child(4) .ico { background: white; color: var(--dark); }
.flow-node .type { font-size: 11px; color: rgba(255,255,255,0.5); text-transform: uppercase; letter-spacing: 0.08em; }
.flow-node .title { margin-top: 4px; font-size: 15px; font-weight: 500; }
.flow-node .meta { margin-top: 8px; padding-top: 8px; border-top: 1px solid rgba(255,255,255,0.08); font-size: 11px; color: rgba(255,255,255,0.4); display: flex; gap: 4px; align-items: center; }
.flow-node .meta .d { width: 5px; height: 5px; border-radius: 50%; background: var(--lime); }
.flow-toolbar {
  margin-top: 30px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  position: relative; z-index: 2;
}
.flow-tool {
  padding: 8px 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  display: flex; align-items: center; gap: 6px;
}
.flow-tool:hover { background: rgba(255,255,255,0.08); color: white; cursor: pointer; }

/* Connecting SVG paths */
.flow-svg {
  position: absolute;
  inset: 40px;
  z-index: 1;
  pointer-events: none;
}
.flow-svg path {
  stroke: var(--orange);
  stroke-width: 1.5;
  fill: none;
  stroke-dasharray: 4 4;
  opacity: 0.6;
  stroke-dashoffset: 0;
  transition: opacity 0.6s ease, stroke-dashoffset 1s ease;
}
.flow.in .flow-svg path { opacity: 0.6; stroke-dashoffset: 0; animation: dash 4s linear infinite; }
@keyframes dash { to { stroke-dashoffset: -100; } }

/* ===========================================================
   AUDIO SAMPLES
   =========================================================== */
.audio {
  padding: 140px 0;
  background: var(--bg);
}
.audio-head { text-align: center; max-width: 700px; margin: 0 auto 70px; }
.audio-head h2 { margin-top: 16px; }
.audio-head .lead { margin-top: 20px; }

.audio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .audio-grid { grid-template-columns: 1fr; }
}
.audio-card {
  padding: 32px 28px;
  border-radius: 24px;
  color: white;
  position: relative;
  overflow: hidden;
  min-height: 200px;
  display: flex; flex-direction: column; justify-content: space-between;
}
.audio-card.c1 { background: linear-gradient(135deg, var(--orange) 0%, #ff8a68 100%); }
.audio-card.c2 { background: linear-gradient(135deg, #6b9c30 0%, var(--lime) 100%); color: var(--dark); }
.audio-card.c3 { background: linear-gradient(135deg, var(--dark) 0%, #555 100%); }
.audio-card.c4 { background: linear-gradient(135deg, #e07ab8 0%, var(--pink) 100%); color: var(--dark); }
.audio-card .lang-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  background: rgba(255,255,255,0.18);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  align-self: flex-start;
}
.audio-card.c2 .lang-pill, .audio-card.c4 .lang-pill { background: rgba(0,0,0,0.1); }
.audio-card .title { margin-top: 14px; font-size: 22px; font-weight: 500; letter-spacing: -0.02em; }
.audio-card .sub { margin-top: 6px; opacity: 0.8; font-size: 14px; }

.audio-player {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.audio-play {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center;
  color: inherit;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.audio-card.c2 .audio-play, .audio-card.c4 .audio-play { background: rgba(0,0,0,0.15); }
.audio-play:hover { background: rgba(255,255,255,0.3); transform: scale(1.05); }
.audio-card.c2 .audio-play:hover, .audio-card.c4 .audio-play:hover { background: rgba(0,0,0,0.25); }
.audio-bars {
  flex: 1;
  display: flex;
  gap: 2px;
  align-items: center;
  height: 30px;
}
.audio-bars span {
  flex: 1;
  background: currentColor;
  border-radius: 2px;
  opacity: 0.4;
  transition: opacity 0.2s ease;
}
.audio-card.playing .audio-bars span { opacity: 0.9; animation: wave 0.8s ease-in-out infinite; }
.audio-card.playing .audio-bars span:nth-child(odd) { animation-delay: 0.1s; }
.audio-card.playing .audio-bars span:nth-child(3n) { animation-delay: 0.2s; }
.audio-time { font-size: 12px; font-variant-numeric: tabular-nums; opacity: 0.8; }

/* ===========================================================
   FINAL CTA
   =========================================================== */
.final {
  background: var(--dark);
  color: white;
  padding: 160px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.final::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 30% 50%, rgba(254,94,50,0.3), transparent 40%),
    radial-gradient(circle at 70% 60%, rgba(190,239,98,0.15), transparent 40%);
}
.final-inner { position: relative; z-index: 1; }
.final h2 {
  color: white;
  font-size: clamp(48px, 9vw, 140px);
  letter-spacing: -0.045em;
}
.final h2 .accent { color: var(--orange); font-style: italic; font-weight: 400; }
.final .lead { color: rgba(255,255,255,0.6); margin: 24px auto 40px; max-width: 560px; }
.final-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ===========================================================
   FOOTER
   =========================================================== */
.foot {
  background: var(--dark);
  color: rgba(255,255,255,0.6);
  padding: 60px 0 30px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.foot-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 700px) {
  .foot-grid { grid-template-columns: 1fr; }
}
.foot-logo {
  display: flex; align-items: center; gap: 10px;
  font-size: 22px; font-weight: 600; color: white;
  letter-spacing: -0.02em;
}
.foot-logo .dot { width: 16px; height: 16px; background: var(--orange); border-radius: 50%; }
.foot-logo-img { height: 36px; width: auto; display: block; filter: brightness(0) invert(1); }
.foot-desc { margin-top: 14px; max-width: 320px; font-size: 14px; line-height: 1.5; }
.foot h4 {
  font-size: 12px; text-transform: uppercase; letter-spacing: 0.08em;
  color: rgba(255,255,255,0.4);
  margin-bottom: 14px;
  font-weight: 500;
}
.foot ul { list-style: none; display: flex; flex-direction: column; gap: 8px; font-size: 14px; }
.foot ul a:hover { color: white; }
.foot-bottom {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-size: 13px;
  color: rgba(255,255,255,0.4);
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}

/* ===========================================================
   Section header common
   =========================================================== */
.section-head .eyebrow { margin-bottom: 24px; }

/* ===========================================================
   iOS Call screen keyframes
   =========================================================== */
@keyframes callBgPulse {
  0%, 100% { filter: brightness(1) saturate(1); }
  50%       { filter: brightness(1.08) saturate(1.1); }
}
@keyframes callPulse {
  0%   { transform: scale(1);    opacity: 0.9; }
  80%  { transform: scale(1.55); opacity: 0; }
  100% { transform: scale(1.55); opacity: 0; }
}

/* ===========================================================
   iPhone 7 frame
   =========================================================== */
.ip7-body {
  width: 300px;
  background: linear-gradient(160deg, #2e2e2e 0%, #1a1a1a 60%, #222 100%);
  border-radius: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 12px;
  position: relative;
  box-shadow:
    0 40px 70px -10px rgba(0,0,0,0.55),
    0 0 0 1px rgba(255,255,255,0.07) inset,
    0 0 0 0.5px rgba(0,0,0,0.8);
}
/* Side buttons */
.ip7-side-left {
  position: absolute;
  left: -4px;
  top: 90px;
  width: 4px;
  border-radius: 3px 0 0 3px;
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
}
.ip7-side-left::before,
.ip7-side-left::after {
  content: "";
  display: block;
  width: 4px;
  border-radius: 2px 0 0 2px;
  background: #333;
  box-shadow: -1px 0 2px rgba(0,0,0,0.5);
}
.ip7-side-left::before { height: 32px; margin-bottom: 10px; }
.ip7-side-left::after  { height: 50px; }
.ip7-side-right {
  position: absolute;
  right: -4px;
  top: 130px;
  width: 4px;
  height: 60px;
  border-radius: 0 3px 3px 0;
  background: #333;
  box-shadow: 1px 0 2px rgba(0,0,0,0.5);
}

/* Top bezel */
.ip7-top-bezel {
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.ip7-cam {
  position: absolute;
  left: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0d0d0d;
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow: inset 0 0 3px rgba(100,160,255,0.15);
}
.ip7-ear {
  width: 52px;
  height: 5px;
  border-radius: 3px;
  background: #111;
  border: 1px solid rgba(0,0,0,0.8);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.04);
}
.ip7-sensor {
  position: absolute;
  right: 20px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0a0a0a;
  border: 1px solid rgba(255,255,255,0.05);
}

/* Screen */
.ip7-screen {
  width: 276px;
  height: 490px;
  background: #000;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

/* Bottom bezel */
.ip7-bot-bezel {
  width: 100%;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ip7-home {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(145deg, #1e1e1e, #2c2c2c);
  border: 1.5px solid rgba(255,255,255,0.07);
  box-shadow:
    inset 0 1px 2px rgba(255,255,255,0.05),
    0 2px 6px rgba(0,0,0,0.6),
    0 0 0 2px rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ip7-home-ring {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid rgba(255,255,255,0.06);
  background: linear-gradient(145deg, #1a1a1a, #242424);
}

/* ===========================================================
   iPhone 14 Pro frame
   =========================================================== */
.ipp-body {
  width: 300px;
  background: linear-gradient(160deg, #3a3a3c 0%, #1c1c1e 50%, #2c2c2e 100%);
  border-radius: 50px;
  padding: 8px;
  position: relative;
  box-shadow:
    0 50px 80px -15px rgba(0,0,0,0.65),
    0 0 0 0.5px rgba(255,255,255,0.14),
    0 0 0 1px rgba(0,0,0,0.9),
    inset 0 0 0 0.5px rgba(255,255,255,0.06);
}
/* volume up */
.ipp-vol-up {
  position: absolute; left: -4px; top: 96px;
  width: 4px; height: 38px; border-radius: 2px 0 0 2px;
  background: linear-gradient(90deg, #2a2a2a, #3a3a3a);
  box-shadow: -1px 0 3px rgba(0,0,0,0.6);
}
/* volume down */
.ipp-vol-dn {
  position: absolute; left: -4px; top: 148px;
  width: 4px; height: 38px; border-radius: 2px 0 0 2px;
  background: linear-gradient(90deg, #2a2a2a, #3a3a3a);
  box-shadow: -1px 0 3px rgba(0,0,0,0.6);
}
/* action button */
.ipp-action {
  position: absolute; left: -4px; top: 60px;
  width: 4px; height: 28px; border-radius: 2px 0 0 2px;
  background: linear-gradient(90deg, #2a2a2a, #3a3a3a);
  box-shadow: -1px 0 3px rgba(0,0,0,0.6);
}
/* power */
.ipp-power {
  position: absolute; right: -4px; top: 110px;
  width: 4px; height: 55px; border-radius: 0 2px 2px 0;
  background: linear-gradient(270deg, #2a2a2a, #3a3a3a);
  box-shadow: 1px 0 3px rgba(0,0,0,0.6);
}
.ipp-screen {
  width: 284px;
  height: 582px;
  background: #000;
  border-radius: 44px;
  overflow: hidden;
  position: relative;
}
/* Dynamic Island */
.ipp-island {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 108px;
  height: 34px;
  background: #000;
  border-radius: 20px;
  z-index: 20;
  pointer-events: none;
}

/* ===========================================================
   iOS Call Screen content
   =========================================================== */
.ios-call-screen {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-bottom: 12px;
  background:
    radial-gradient(ellipse 80% 65% at 18% 28%, rgba(128,152,52,0.92), transparent 68%),
    radial-gradient(ellipse 60% 60% at 82% 18%, rgba(188,148,62,0.75), transparent 68%),
    radial-gradient(ellipse 95% 75% at 50% 58%, rgba(212,102,44,0.95), transparent 70%),
    radial-gradient(ellipse 70% 55% at 22% 88%, rgba(190,62,52,0.88), transparent 65%),
    radial-gradient(ellipse 55% 50% at 82% 78%, rgba(172,52,64,0.82), transparent 65%),
    #b26228;
  animation: callBgPulse 5s ease-in-out infinite;
}

/* status bar */
.ios-statusbar {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 22px 0;
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  /* leave center space for Dynamic Island */
}
.ios-time {
  font-size: 13px;
  font-weight: 700;
  color: white;
  font-variant-numeric: tabular-nums;
}
.ios-status-icons {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ios-5g {
  font-size: 11px;
  font-weight: 700;
  color: white;
}
.ios-battery {
  display: flex;
  align-items: center;
}
.ios-battery-fill {
  width: 22px; height: 11px;
  border-radius: 3px;
  border: 1.5px solid rgba(255,255,255,0.8);
  padding: 1.5px 2px;
  background: transparent;
  position: relative;
}
.ios-battery-fill::after {
  content: "";
  display: block;
  width: 79%; height: 100%;
  background: white;
  border-radius: 1px;
}
.ios-battery-cap {
  width: 2px; height: 5px;
  background: rgba(255,255,255,0.6);
  border-radius: 0 1px 1px 0;
  margin-left: 1px;
}

/* caller info */
.ios-caller-name {
  color: white;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-top: 38px; /* leaves room for Dynamic Island */
  position: relative;
  z-index: 2;
  line-height: 1;
}
.ios-caller-status {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  margin-top: 5px;
  position: relative;
  z-index: 2;
}

/* avatar */
.ios-avatar-wrap {
  position: relative;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ios-ring {
  position: absolute;
  border-radius: 50%;
  border: 1.8px solid rgba(255,255,255,0.9);
  animation: callPulse 2.4s ease-out infinite;
}
.ios-avatar-img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 3px solid white;
  object-fit: cover;
  box-shadow: 0 6px 24px rgba(0,0,0,0.35);
  position: relative;
  z-index: 1;
  background: white;
}

/* timer */
.ios-timer {
  color: rgba(255,255,255,0.88);
  font-size: 16px;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

/* button grid */
.ios-btns-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 18px;
  width: calc(100% - 36px);
  margin-bottom: 18px;
  position: relative;
  z-index: 2;
}
.ios-btn-cell {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.ios-btn-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(100,100,100,0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.ios-btn-circle.ios-btn-active {
  background: white;
  color: #222;
}
.ios-btn-label {
  font-size: 11px;
  color: white;
  font-weight: 500;
  text-align: center;
}

/* hang-up */
.ios-hangup-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  position: relative;
  z-index: 2;
  margin-bottom: 8px;
}
.ios-hangup-btn {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #e8251b;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 22px rgba(232,37,27,0.6);
}

/* live ticker */
.ios-events-ticker {
  width: calc(100% - 28px);
  background: rgba(0,0,0,0.38);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 12px;
  padding: 7px 12px 8px;
  border: 1px solid rgba(255,255,255,0.1);
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 6px;
}
.ios-events-label {
  font-size: 7.5px;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 4px;
}
.ios-event-row {
  display: flex;
  gap: 5px;
  align-items: baseline;
  font-size: 9px;
  color: rgba(255,255,255,0.78);
  line-height: 1.4;
  margin-bottom: 2px;
}
.ios-event-row span:first-child {
  font-size: 8px;
  font-weight: 700;
  flex-shrink: 0;
}

/* home indicator */
.ios-home-bar {
  width: 118px;
  height: 5px;
  border-radius: 3px;
  background: rgba(255,255,255,0.38);
  margin-top: auto;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

/* sticky layout override for new phone */
.sticky-phone .ipp-body { transform: scale(1.0); }

/* ===========================================================
   MapStage – step 2 address confirmation
   =========================================================== */
.map-stage {
  width: 420px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 40px 70px -10px rgba(0,0,0,0.22),
    0 0 0 1px rgba(0,0,0,0.06);
  background: white;
  animation: fadeSlideUp 0.45s var(--ease) both;
}
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* map view */
.map-view {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  flex-shrink: 0;
}
.map-svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* location pin */
.map-pin-wrap {
  position: absolute;
  transform: translate(-50%, -100%) scale(0.4);
  opacity: 0;
  transition: transform 0.55s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease;
}
.map-pin-wrap.map-pin-in {
  transform: translate(-50%, -100%) scale(1);
  opacity: 1;
}
.map-pulse-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid rgba(254,94,50,0.4);
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
}
.map-pulse-ring.r1 {
  width: 36px; height: 36px;
  animation: mapRingPulse 2s ease-out 0.2s infinite;
}
.map-pulse-ring.r2 {
  width: 52px; height: 52px;
  animation: mapRingPulse 2s ease-out 0.6s infinite;
}
@keyframes mapRingPulse {
  0%   { transform: translate(-50%,-50%) scale(0.8); opacity: 0.8; }
  100% { transform: translate(-50%,-50%) scale(1.6); opacity: 0; }
}
.map-pin-dot {
  position: relative;
  filter: drop-shadow(0 4px 6px rgba(254,94,50,0.5));
}

/* map zoom controls */
.map-zoom-ctrl {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.map-zoom-btn {
  width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
  color: #555;
  cursor: pointer;
  user-select: none;
}
.map-zoom-btn:hover { background: #f5f5f5; }
.map-zoom-sep {
  height: 1px;
  background: #e0e0e0;
}
.map-attr {
  position: absolute;
  bottom: 4px; left: 8px;
  font-size: 9px;
  color: rgba(0,0,0,0.35);
  font-family: sans-serif;
}

/* confirmation card */
.map-card {
  padding: 18px 20px 20px;
  background: white;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease 0.3s, transform 0.4s ease 0.3s;
  flex-shrink: 0;
}
.map-card.map-card-in {
  opacity: 1;
  transform: translateY(0);
}

.map-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.map-check-circle {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #22c55e;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(34,197,94,0.35);
}
.map-card-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1410;
  line-height: 1.2;
}
.map-card-sub {
  font-size: 11px;
  color: #9ca3af;
  margin-top: 2px;
}
.map-live-dot {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #22c55e;
  letter-spacing: 0.04em;
}
.map-live-dot span {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #22c55e;
  animation: rec-pulse 1.2s ease-in-out infinite;
  display: inline-block;
}

.map-card-address {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 14px;
  background: #faf9f7;
  border-radius: 10px;
  border: 1px solid #ede9e3;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1410;
}

.map-card-events {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.map-ev-row {
  display: flex;
  gap: 8px;
  align-items: baseline;
  font-size: 11px;
  animation: fadeSlideUp 0.4s var(--ease) both;
}
.map-ev-tag {
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
  font-family: monospace;
}
.map-ev-text {
  color: #6b7280;
  line-height: 1.4;
}

/* ===========================================================
   CallModal widget
   =========================================================== */
.cm-wrap {
  width: 480px;
  background: white;
  border-radius: 22px;
  overflow: hidden;
  box-shadow:
    0 32px 64px -12px rgba(0,0,0,0.18),
    0 0 0 1px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  animation: fadeSlideUp 0.38s var(--ease) both;
}

/* header */
.cm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #f0ede8;
  background: #faf9f7;
}
.cm-live-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 800;
  color: #22c55e;
  letter-spacing: 0.08em;
}
.cm-live-badge.cm-ended { color: #9ca3af; }
.cm-live-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #22c55e;
  animation: rec-pulse 1.2s ease-in-out infinite;
  display: inline-block;
}
.cm-ended .cm-live-dot {
  background: #9ca3af;
  animation: none;
}
.cm-header-title {
  font-size: 14px;
  font-weight: 600;
  color: #1a1410;
}
.cm-timer {
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  font-variant-numeric: tabular-nums;
}

/* participants */
.cm-participants {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px 18px;
}
.cm-participant {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}
.cm-participant-right {
  flex-direction: row-reverse;
}
.cm-avatar-agent {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(254,94,50,0.25);
  flex-shrink: 0;
  overflow: hidden;
}
.cm-avatar-client {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg,#6b7280,#4b5563);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cm-p-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1410;
  line-height: 1.2;
}
.cm-p-role {
  font-size: 11px;
  color: #9ca3af;
  margin-top: 2px;
}
.cm-p-info-right {
  text-align: right;
}

/* waveform */
.cm-wave {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5px;
  height: 40px;
}
.cm-bar {
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, #fe5e32, #ff9b75);
  transition: height 0.3s ease;
  animation: wave-pulse 0.7s ease-in-out infinite alternate;
}
@keyframes wave-pulse {
  from { transform: scaleY(0.3); opacity: 0.6; }
  to   { transform: scaleY(1);   opacity: 1; }
}

/* transcript bubble */
.cm-bubble {
  margin: 0 20px 16px;
  padding: 12px 16px;
  background: #f8f7f4;
  border-radius: 14px;
  border: 1px solid #ede9e3;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 13px;
  color: #374151;
  line-height: 1.5;
}
.cm-bubble-system {
  background: #f0fdf4;
  border-color: #bbf7d0;
  color: #166534;
  font-style: italic;
  justify-content: center;
}
.cm-bubble-who {
  font-size: 11px;
  font-weight: 700;
  color: #fe5e32;
  flex-shrink: 0;
}
.cm-bubble-client .cm-bubble-who {
  color: #6b7280;
}

/* event log */
.cm-events {
  margin: 0 20px 18px;
  background: #111827;
  border-radius: 14px;
  overflow: hidden;
}
.cm-events-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.cm-events-icon { color: #fe5e32; font-size: 12px; }
.cm-events-list {
  padding: 10px 14px 12px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.cm-ev-row {
  display: flex;
  gap: 8px;
  align-items: baseline;
  opacity: 0.4;
  font-size: 12px;
}
.cm-ev-latest { opacity: 1; }
.cm-ev-tag {
  font-size: 10px;
  font-weight: 700;
  font-family: monospace;
  flex-shrink: 0;
  min-width: 32px;
}
.cm-ev-text {
  color: rgba(255,255,255,0.75);
  line-height: 1.4;
}

/* controls */
.cm-controls {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 16px 24px 22px;
  border-top: 1px solid #f0ede8;
  background: #faf9f7;
}
.cm-ctrl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #9ca3af;
  font-weight: 500;
}
.cm-ctrl-btn {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: #f3f4f6;
  display: flex; align-items: center; justify-content: center;
  color: #6b7280;
  cursor: pointer;
}
.cm-ctrl-btn:hover { background: #e5e7eb; }
.cm-ctrl-end {
  background: #e8251b;
  color: white;
}
.cm-ctrl-end:hover { background: #c91f17; }


/* ===========================================================
   CallModal – glass pill + transcript card
   =========================================================== */
.cm-scene {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 26px 20px 22px;
  width: 100%;
  position: relative;
  overflow: hidden;
  animation: fadeSlideUp 0.42s var(--ease) both;

  /* Premium dark glass — translucent so ambient glow shows through */
  background:
    radial-gradient(ellipse 110% 50% at 50% -10%, rgba(254,94,50,0.20) 0%, transparent 58%),
    radial-gradient(ellipse 70%  80% at 90% 110%, rgba(200,90,30,0.13)  0%, transparent 55%),
    rgba(10, 6, 3, 0.70);
  backdrop-filter: blur(56px) saturate(1.4) brightness(0.92);
  -webkit-backdrop-filter: blur(56px) saturate(1.4) brightness(0.92);
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.09),
    inset 0 -1px 0 rgba(254,94,50,0.06),
    0 32px 72px -10px rgba(0,0,0,0.42),
    0 0  48px -16px rgba(254,94,50,0.18);
}

/* Glass highlight — thin light streak across top edge */
.cm-scene::before {
  content: '';
  position: absolute;
  top: 0; left: 12%; right: 12%; height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,0.18) 25%,
    rgba(254,94,50,0.35)  50%,
    rgba(255,255,255,0.18) 75%,
    transparent
  );
  pointer-events: none;
  z-index: 1;
}

/* Soft ambient bloom below */
.cm-scene::after {
  content: '';
  position: absolute;
  bottom: -10px; left: 25%; right: 25%;
  height: 32px;
  background: rgba(254,94,50,0.14);
  filter: blur(18px);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.cm-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.11);
  backdrop-filter: blur(32px) saturate(1.5);
  -webkit-backdrop-filter: blur(32px) saturate(1.5);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 18px;
  padding: 12px 14px 12px 12px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.14),
    0 8px 32px -4px rgba(0,0,0,0.45),
    0 2px 8px rgba(0,0,0,0.3),
    0 0 20px -6px rgba(254,94,50,0.2);
}
.cm-pill-ended { opacity: 0.65; }

/* avatars */
.cm-av {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-shrink: 0;
}
.cm-av-agent {
  object-fit: cover;
  border: 2px solid rgba(254,94,50,0.5);
  box-shadow: 0 0 12px rgba(254,94,50,0.25);
}

/* waveform */
.cm-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.5px;
  height: 32px;
  flex: 1;
  padding: 0 14px;
}
.cm-bar {
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, #fe5e32 0%, rgba(254,94,50,0.35) 100%);
  animation: wave-pulse 0.6s ease-in-out infinite alternate;
}

/* divider */
.cm-divider {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,0.12);
  margin: 0 14px;
  flex-shrink: 0;
}

/* right group: timer + end button */
.cm-pill-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

/* timer */
.cm-timer-pill {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: white;
  flex-shrink: 0;
}

/* hang-up button */
.cm-end-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e8251b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(232,37,27,0.55);
}

/* ── Transcript glass card ── */
.cm-transcript {
  width: 100%;
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.07);
  backdrop-filter: blur(32px) saturate(1.3);
  -webkit-backdrop-filter: blur(32px) saturate(1.3);
  border: 1px solid rgba(255,255,255,0.13);
  border-top-color: rgba(255,255,255,0.20);
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 8px 32px -6px rgba(0,0,0,0.35);
}

.cm-tx-header {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 11px 15px 9px;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.35);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.cm-tx-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fe5e32;
  box-shadow: 0 0 7px rgba(254,94,50,0.85);
  animation: callPulse 1.5s ease-in-out infinite;
  flex-shrink: 0;
}

.cm-tx-messages {
  padding: 12px 14px 14px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  max-height: 210px;
  overflow-y: auto;
  scrollbar-width: none;
}
.cm-tx-messages::-webkit-scrollbar { display: none; }

/* chat rows */
.cm-tx-row {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  animation: cm-pop 0.42s cubic-bezier(.22,.68,0,1.2) both;
}
.cm-tx-agent  { flex-direction: row; }
.cm-tx-client { flex-direction: row-reverse; }
.cm-tx-system { justify-content: center; }

@keyframes cm-pop {
  from { opacity: 0; transform: translateY(8px) scale(0.94); }
  to   { opacity: 1; transform: translateY(0)   scale(1);    }
}

/* avatars in transcript */
.cm-tx-av {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cm-tx-av-agent {
  background: white;
}
.cm-tx-av-client {
  background: rgba(255,255,255,0.15);
  border: 1.5px solid rgba(255,255,255,0.25);
}

/* bubbles */
.cm-tx-bubble {
  max-width: 74%;
  padding: 8px 12px;
  border-radius: 13px;
  font-size: 12.5px;
  line-height: 1.5;
  color: white;
}
.cm-tx-bubble-agent {
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.24);
  border-bottom-left-radius: 4px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.22), 0 1px 0 rgba(255,255,255,0.08) inset;
  backdrop-filter: blur(20px);
  text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}
.cm-tx-bubble-client {
  background: rgba(254,94,50,0.35);
  border: 1px solid rgba(254,94,50,0.52);
  border-bottom-right-radius: 4px;
  box-shadow: 0 6px 24px rgba(254,94,50,0.28);
  backdrop-filter: blur(20px);
}
.cm-tx-system-text {
  font-size: 10.5px;
  color: rgba(255,255,255,0.35);
  font-style: italic;
  text-align: center;
}

/* ================================
   Security — enterprise reliability
   ================================ */
.security {
  background: #f5f5f7;
  padding: 140px 0;
  color: var(--dark);
}
.security-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .security-head { grid-template-columns: 1fr; gap: 28px; }
}
.security-head-left .eyebrow { margin-bottom: 22px; }
.security-h2 {
  font-family: 'Overused Grotesk', system-ui, -apple-system, sans-serif;
  font-size: clamp(34px, 5.5vw, 72px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0;
  color: var(--dark);
}
.security-accent { font-style: italic; font-weight: 400; color: #fe5e32; }
.security-head-right p {
  font-size: 17px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
  max-width: 480px;
}

/* Airy slidable carousel — 3 tiles visible per page */
.security-carousel-v2 { position: relative; }
.security-track {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 0;
  padding: 6px 0 6px 0;
  scrollbar-width: none;
}
.security-track::-webkit-scrollbar { display: none; }

.security-tile {
  position: relative;
  flex: 0 0 calc((100% - 36px) / 3);
  scroll-snap-align: start;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,0.06);
  border-radius: 24px;
  padding: 40px 38px 38px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
  overflow: hidden;
}
@media (max-width: 980px) {
  .security-tile { flex-basis: calc((100% - 18px) / 2); }
}
@media (max-width: 640px) {
  .security-tile { flex-basis: 84%; min-height: 360px; padding: 32px; }
}
.security-tile-spacer { flex: 1 1 auto; min-height: 80px; }
.security-tile::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #fe5e32, #ffa53d 60%, transparent);
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}
.security-tile:hover {
  transform: translateY(-3px);
  border-color: rgba(254,94,50,0.25);
  box-shadow: 0 14px 36px rgba(15,23,42,0.06);
}
.security-tile:hover::before { opacity: 1; }

.security-tile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.security-tile-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(254,94,50,0.12), rgba(254,94,50,0.04));
  border: 1px solid rgba(254,94,50,0.18);
  display: flex; align-items: center; justify-content: center;
  color: #fe5e32;
}
.security-tile-icon .material-icons { font-size: 24px !important; color: #fe5e32; }
.security-tile-num {
  font-family: 'Overused Grotesk', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(15,23,42,0.32);
  letter-spacing: 0.04em;
}
.security-tile-title {
  font-family: 'Overused Grotesk', system-ui, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  font-weight: 600;
  color: var(--dark);
  margin: 0 0 10px 0;
}
.security-tile-desc {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}
.security-tile-tag {
  margin-top: 18px;
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: 999px;
  background: rgba(34,197,94,0.1);
  color: #16a34a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.security-tile-tag .material-icons { font-size: 14px !important; color: #16a34a; }

/* Legacy class kept invisible in case old markup lingers */
.security-card { display: none; }

.security-pager {
  margin-top: 36px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.security-arrows { display: flex; gap: 8px; }
.security-arrow {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(15,23,42,0.08);
  border: none;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  color: var(--dark);
  transition: background 0.2s var(--ease), transform 0.15s var(--ease);
}
.security-arrow:hover { transform: translateY(-1px); background: rgba(15,23,42,0.12); }
.security-arrow-active {
  background: var(--dark);
  color: #fff;
}
.security-arrow-active:hover { background: #000; }
.security-arrow .material-icons { font-size: 20px !important; color: inherit; }
.security-page-count {
  font-family: 'Overused Grotesk', system-ui, sans-serif;
  font-size: 14px;
  color: var(--muted);
  letter-spacing: 0.04em;
  min-width: 56px;
}
.security-progress {
  flex: 1;
  height: 2px;
  background: rgba(15,23,42,0.08);
  border-radius: 999px;
  overflow: hidden;
}
.security-progress-fill {
  height: 100%;
  background: var(--dark);
  border-radius: 999px;
  transition: width 0.3s var(--ease);
}
@media (max-width: 900px) {
  .security-card { flex-basis: 86vw; grid-template-columns: 1fr; }
}
.security-card-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  min-height: 260px;
}
.security-card-title {
  font-family: 'Overused Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  font-weight: 600;
  color: var(--dark);
  margin: 0;
}
.security-card-desc {
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}

.security-card-visual {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.security-card-visual::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.16) 1px, transparent 1.4px),
    radial-gradient(circle, rgba(0,0,0,0.08) 1px, transparent 1.4px);
  background-size: 3px 3px, 4px 4px;
  background-position: 0 0, 1.5px 1.5px;
  opacity: 0.45;
  mix-blend-mode: overlay;
  pointer-events: none;
}

/* Six gradient variants — Tangering palette */
.sec-g1 { background: linear-gradient(135deg, #fe5e32 0%, #ff7c6e 45%, #ecbbe9 100%); }
.sec-g2 { background: linear-gradient(135deg, #ecbbe9 0%, #fe5e32 60%, #ffa53d 100%); }
.sec-g3 { background: linear-gradient(220deg, #ffa53d 0%, #fe5e32 50%, #ff7c6e 100%); }
.sec-g4 { background: linear-gradient(160deg, #c5e94a 0%, #ecbbe9 55%, #fe5e32 100%); }
.sec-g5 { background: linear-gradient(245deg, #ecbbe9 0%, #ff7c6e 35%, #fe5e32 70%, #ffa53d 100%); }
.sec-g6 { background: linear-gradient(125deg, #c5e94a 0%, #ffa53d 30%, #fe5e32 70%, #ecbbe9 100%); }

.security-icon {
  position: relative;
  z-index: 1;
  width: 96px; height: 96px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.25);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
}
.security-icon .material-icons { font-size: 48px !important; color: #fff; }

.security-badge {
  position: relative;
  z-index: 1;
  width: 110px; height: 110px;
  border-radius: 50%;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Overused Grotesk', system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #1a1a2e;
  box-shadow: 0 10px 30px rgba(15,23,42,0.18);
}

.security-bubbles {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 80%;
}
.sec-bubble {
  align-self: flex-start;
  background: rgba(15,23,42,0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 999px;
  display: flex; align-items: center; gap: 6px;
}
.sec-bubble:nth-child(2) { align-self: center; }
.sec-bubble:nth-child(3) { align-self: flex-end; }
.sec-bubble .material-icons { font-size: 14px !important; }

.security-carousel-hint {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}
.security-carousel-hint .material-icons { font-size: 18px !important; color: #fe5e32; }

/* ================================
   Global typography unifier
   Same font + size for all section h2s, accent in italic orange.
   Alignment left to each section's own rules.
   ================================ */
section h2,
.proof-h2,
.how3-h2,
.how4-head h2,
.vtech-h2,
.flow2-h2,
.flow3-h2,
.security-h2,
.final h2 {
  font-family: 'Overused Grotesk', system-ui, -apple-system, sans-serif !important;
  font-size: clamp(34px, 5.2vw, 76px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.04em !important;
  font-weight: 600 !important;
  color: var(--dark);
}
.final h2 { color: #fff; }

/* Orange italic accent inside any section heading */
.flow3-accent,
.vtech-accent,
.flow2-accent,
.security-accent,
.final h2 .accent,
section h2 .accent,
section h2 em,
section h2 i {
  font-style: italic !important;
  font-weight: 400 !important;
  color: #fe5e32 !important;
}

/* Unified subtitle / lead — typography only, alignment per section */
.lead,
.flow3-head-right p,
.flow2-head-right p,
.security-head-right p,
.vtech-sub,
.how4-sub,
.how3-sub {
  font-family: 'Overused Grotesk', system-ui, -apple-system, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: var(--muted);
  font-weight: 400;
}
.final .lead { color: rgba(255,255,255,0.65); }

/* Unified eyebrow chip across sections */
.section-head .eyebrow,
.solution-intro .eyebrow,
.proof-head .eyebrow,
.diff-intro .eyebrow,
.how-head .eyebrow,
.how3-head .eyebrow,
.how4-head .eyebrow,
.vtech-hero .eyebrow,
.flow2-head .eyebrow,
.flow3-head .eyebrow,
.security-head .eyebrow,
.problem .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(15,23,42,0.05);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: var(--dark);
  margin-bottom: 22px;
}

/* ================================
   Sub-pages — About / Pricing / Call Transfer
   Re-uses existing tokens; adds page-specific layouts.
   ================================ */
.page-wrap { min-height: 100vh; background: #f5f5f7; color: var(--dark); }
.page-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(15,23,42,0.06);
  border-radius: 999px;
  margin: 18px auto 0;
  max-width: 1240px;
  position: sticky; top: 14px; z-index: 50;
}
.page-nav a.logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; color: var(--dark);
  font-family: 'Overused Grotesk', sans-serif;
  font-weight: 600; font-size: 20px;
}
.page-nav a.logo img { width: 28px; height: 28px; }
.page-nav .links { display: flex; gap: 28px; }
.page-nav .links a {
  color: var(--dark);
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  opacity: 0.75;
  transition: opacity 0.2s;
}
.page-nav .links a:hover, .page-nav .links a.current { opacity: 1; color: #fe5e32; }
.page-nav .cta {
  background: var(--dark); color: #fff;
  text-decoration: none;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 500; font-size: 14px;
  transition: background 0.2s;
}
.page-nav .cta:hover { background: #000; }

.page-hero {
  text-align: center;
  padding: 100px 24px 80px;
  max-width: 880px;
  margin: 0 auto;
}
.page-hero .eyebrow { margin-bottom: 24px; }
.page-hero h1 {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0;
}
.page-hero h1 em {
  font-style: italic; font-weight: 400; color: #fe5e32;
}
.page-hero .sub {
  margin-top: 22px;
  font-size: 20px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Pricing --- */
.pricing-grid {
  max-width: 1200px;
  margin: 40px auto 60px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 980px) { .pricing-grid { grid-template-columns: 1fr; } }
.plan-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.07);
  border-radius: 24px;
  padding: 36px 32px;
  display: flex; flex-direction: column;
  box-shadow: 0 2px 14px rgba(15,23,42,0.04);
}
.plan-card.featured {
  border-color: rgba(254,94,50,0.5);
  box-shadow: 0 18px 50px rgba(254,94,50,0.12);
  background: linear-gradient(180deg, #fff 0%, #fff8f5 100%);
}
.plan-card .ribbon {
  position: absolute; top: -12px; left: 24px;
  background: #fe5e32; color: #fff;
  font-size: 11px; font-weight: 600; letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 12px; border-radius: 999px;
}
.plan-card h3 {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 22px; font-weight: 600; margin: 0 0 6px 0;
}
.plan-card .plan-sub { font-size: 14px; color: var(--muted); margin: 0 0 22px 0; }
.plan-card .price {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 48px; font-weight: 600; letter-spacing: -0.02em;
  line-height: 1; margin: 0;
}
.plan-card .price .unit { font-size: 16px; color: var(--muted); font-weight: 400; margin-left: 4px; }
.plan-card .price-note { font-size: 12.5px; color: var(--muted); margin: 6px 0 22px 0; }
.plan-card .plan-cta {
  display: block; text-align: center;
  background: var(--dark); color: #fff;
  padding: 12px 20px; border-radius: 999px;
  text-decoration: none; font-weight: 500; font-size: 14.5px;
  margin-bottom: 24px;
  transition: background 0.2s;
}
.plan-card .plan-cta:hover { background: #000; }
.plan-card.featured .plan-cta { background: #fe5e32; }
.plan-card.featured .plan-cta:hover { background: #e54e25; }
.plan-card .features {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 12px;
}
.plan-card .features li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14.5px; line-height: 1.45; color: var(--dark);
}
.plan-card .features .material-icons {
  color: #16a34a; font-size: 18px !important; margin-top: 1px;
}

.pricing-faq {
  max-width: 760px;
  margin: 80px auto 100px;
  padding: 0 24px;
}
.pricing-faq h2 {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(28px, 3.6vw, 44px);
  font-weight: 600; letter-spacing: -0.02em;
  text-align: center; margin: 0 0 40px 0;
}
.faq-item {
  border-bottom: 1px solid rgba(15,23,42,0.08);
  padding: 22px 0;
}
.faq-item h4 {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 18px; font-weight: 600; margin: 0 0 8px 0;
}
.faq-item p { font-size: 15px; color: var(--muted); line-height: 1.55; margin: 0; }

/* --- About --- */
.about-story {
  max-width: 760px;
  margin: 40px auto 80px;
  padding: 0 24px;
}
.about-story p {
  font-size: 19px;
  line-height: 1.65;
  color: var(--dark);
  margin: 0 0 22px 0;
}
.about-stats {
  max-width: 1100px;
  margin: 60px auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 780px) { .about-stats { grid-template-columns: repeat(2, 1fr); } }
.stat {
  background: #fff;
  border: 1px solid rgba(15,23,42,0.06);
  border-radius: 20px;
  padding: 28px 24px;
  text-align: left;
}
.stat .v {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 44px; font-weight: 600; letter-spacing: -0.02em;
  color: var(--dark); margin: 0;
}
.stat .l { font-size: 14px; color: var(--muted); margin-top: 6px; }

.values-grid {
  max-width: 1200px;
  margin: 80px auto 100px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
@media (max-width: 900px) { .values-grid { grid-template-columns: 1fr; } }
.value-card {
  background: #fff;
  border: 1px solid rgba(15,23,42,0.06);
  border-radius: 22px;
  padding: 32px 28px;
}
.value-card .icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(254,94,50,0.12), rgba(254,94,50,0.04));
  border: 1px solid rgba(254,94,50,0.18);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.value-card .icon .material-icons { font-size: 22px !important; color: #fe5e32; }
.value-card h3 {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 20px; font-weight: 600; margin: 0 0 8px 0;
}
.value-card p { font-size: 15px; line-height: 1.55; color: var(--muted); margin: 0; }

/* --- Call Transfer feature page --- */
.feature-visual {
  max-width: 980px;
  margin: 0 auto 80px;
  padding: 0 24px;
}
.feature-canvas {
  position: relative;
  background: linear-gradient(135deg, #1a1a2e 0%, #2d1e3f 100%);
  border-radius: 28px;
  padding: 60px 48px;
  min-height: 360px;
  overflow: hidden;
  color: #fff;
}
.feature-canvas::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.06) 1px, transparent 1.4px);
  background-size: 3px 3px;
  opacity: 0.6;
  pointer-events: none;
}
.transfer-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  position: relative; z-index: 1;
}
@media (max-width: 780px) {
  .transfer-flow { grid-template-columns: 1fr; }
  .transfer-arrow { transform: rotate(90deg); }
}
.transfer-node {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 22px;
  text-align: center;
}
.transfer-node .icon-bubble {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(254,94,50,0.2);
  border: 1px solid rgba(254,94,50,0.35);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px auto;
}
.transfer-node .icon-bubble .material-icons { font-size: 26px !important; color: #ff7c6e; }
.transfer-node h4 {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 15px; font-weight: 600; margin: 0 0 4px 0; color: #fff;
}
.transfer-node p { font-size: 12.5px; color: rgba(255,255,255,0.6); margin: 0; }
.transfer-arrow {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(254,94,50,0.2);
  display: flex; align-items: center; justify-content: center;
  color: #fe5e32;
}
.transfer-arrow .material-icons { font-size: 16px !important; color: #ff7c6e; }

.feature-bullets {
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 900px) { .feature-bullets { grid-template-columns: 1fr; } }
.bullet-card {
  background: #fff;
  border: 1px solid rgba(15,23,42,0.06);
  border-radius: 22px;
  padding: 32px 28px;
}
.bullet-card .num {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.05em;
  color: #fe5e32;
  margin-bottom: 12px;
}
.bullet-card h3 {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 20px; font-weight: 600; margin: 0 0 8px 0;
}
.bullet-card p { font-size: 15px; line-height: 1.55; color: var(--muted); margin: 0; }

.page-cta {
  max-width: 1100px;
  margin: 60px auto 100px;
  padding: 60px 40px;
  background: var(--dark);
  border-radius: 28px;
  text-align: center;
  color: #fff;
}
.page-cta h2 {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 600; letter-spacing: -0.02em;
  line-height: 1.1;
  margin: 0 0 16px 0;
  color: #fff;
}
.page-cta h2 em { font-style: italic; font-weight: 400; color: #fe5e32; }
.page-cta p { color: rgba(255,255,255,0.65); margin: 0 0 28px 0; font-size: 17px; }
.page-cta .btn-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.page-cta .btn-primary {
  background: #fe5e32; color: #fff;
  text-decoration: none;
  padding: 14px 26px; border-radius: 999px;
  font-weight: 500;
  transition: background 0.2s;
}
.page-cta .btn-primary:hover { background: #e54e25; }
.page-cta .btn-ghost {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
  text-decoration: none;
  padding: 14px 26px; border-radius: 999px;
  font-weight: 500;
  transition: background 0.2s;
}
.page-cta .btn-ghost:hover { background: rgba(255,255,255,0.16); }

.page-foot {
  border-top: 1px solid rgba(15,23,42,0.08);
  padding: 28px 40px;
  display: flex; justify-content: space-between; align-items: center;
  max-width: 1240px; margin: 40px auto 0;
  font-size: 13px; color: var(--muted);
}

/* ================================
   Product page — alternating 2-col rows
   ================================ */
.prod-page { background: #f5f5f7; }

.prod-hero {
  --hero-bg: #f5f5f7;
  position: relative;
  padding: 140px 24px 100px;
  margin: 0;
  max-width: none;
  overflow: hidden;
  background: #f5f5f7;
}
.prod-hero::before,
.prod-hero::after { content: none; display: none; }
.prod-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 56px;
  align-items: center;
}
@media (max-width: 980px) {
  .prod-hero-inner { grid-template-columns: 1fr; gap: 40px; }
}
.prod-hero-text {
  text-align: left;
  position: relative;
  z-index: 10;
}
.prod-hero-media-wrap::before,
.prod-hero-media-wrap::after { display: none; }
.prod-hero-text .eyebrow { margin-bottom: 24px; }
.prod-hero-text h1 {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.0;
  letter-spacing: -0.025em;
  font-weight: 600;
  margin: 0 0 24px 0;
  color: var(--dark);
}
.prod-hero-text h1 em { font-style: italic; font-weight: 400; color: #fe5e32; }
.prod-hero-text p.lead {
  margin: 0 0 36px 0;
  max-width: 520px;
  font-size: 19px;
  line-height: 1.5;
  color: rgba(15,23,42,0.7);
}
.prod-hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-start; align-items: center; }
.prod-hero-ctas .btn { padding: 14px 24px; font-size: 15.5px; }
.prod-hero-ctas .btn-dark {
  box-shadow: 0 1px 2px rgba(15,23,42,0.2), 0 14px 32px rgba(15,23,42,0.18);
}
.prod-hero-ctas .btn-dark:hover { transform: translateY(-1px); }

.prod-hero-mini {
  margin-top: 26px;
  display: flex; align-items: center; gap: 10px;
  font-size: 13px;
  color: rgba(15,23,42,0.55);
}
.prod-hero-mini .dot-live {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34,197,94,0.18);
  animation: tang-pulse 2s ease-in-out infinite;
}
@keyframes tang-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(34,197,94,0.18); }
  50%      { box-shadow: 0 0 0 8px rgba(34,197,94,0.05); }
}

/* Browser-chrome framed media */
.prod-hero-media {
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  width: 440px;
  max-width: 440px;
  margin: 0;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 2/3;
  padding: 0;
  z-index: 1;
  background: linear-gradient(180deg,
    #c5e94a 0%,
    #ffa53d 22%,
    #fe5e32 50%,
    #ff7c6e 78%,
    #ecbbe9 100%);
  box-shadow: none;
  border: none;
  outline: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 28%, #000 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 28%, #000 100%);
}
.prod-hero-media::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.16) 1px, transparent 1.4px),
    radial-gradient(circle, rgba(0,0,0,0.08) 1px, transparent 1.4px);
  background-size: 3px 3px, 4px 4px;
  background-position: 0 0, 1.5px 1.5px;
  opacity: 0.5;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}
.prod-hero-media::after { content: none; display: none; }
/* Video overlays in front of the gradient card (which pokes out right) */
.prod-hero-media-wrap > video,
.prod-hero-media-wrap > img,
.prod-hero-media video,
.prod-hero-media img {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 95%;
  max-width: 560px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center center;
  display: block;
  border-radius: 18px;
  box-shadow: 0 30px 64px -18px rgba(15,23,42,0.22);
  background: transparent;
  border: none;
  outline: none;
}
@media (max-width: 980px) {
  /* Hero stacks but keeps the same right-anchored composition */
  .prod-hero { padding: 110px 24px 80px; }
  .prod-hero-text h1 { font-size: clamp(36px, 8vw, 56px); }

  .prod-hero-media-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 11/9;
    max-width: 460px;
    margin: 40px auto 0;
    overflow: visible;
  }

  /* Gradient card still pokes out to the right */
  .prod-hero-media {
    position: absolute;
    top: 50%;
    right: -40px;
    left: auto;
    transform: translateY(-50%);
    width: 60%;
    max-width: 360px;
    aspect-ratio: 2/3;
  }

  /* Video still anchored right, overlapping the gradient on its right side */
  .prod-hero-media-wrap > video,
  .prod-hero-media-wrap > img,
  .prod-hero-media video,
  .prod-hero-media img {
    position: absolute;
    top: 50%;
    right: -10px;
    left: auto;
    transform: translateY(-50%);
    width: 80%;
    max-width: 460px;
    aspect-ratio: 1/1;
  }
}
@media (max-width: 640px) {
  .prod-hero-media-wrap { aspect-ratio: 9/8; margin-top: 32px; }
  .prod-hero-media { right: -28px; width: 58%; max-width: 280px; }
  .prod-hero-media-wrap > video,
  .prod-hero-media-wrap > img {
    right: -6px; width: 82%; max-width: 360px;
  }
}

.hero-fade-overlay { display: none; }

/* Agent copilot chat simulation */
.prod-copilot {
  position: relative;
  background: #ffffff;
  border-radius: 22px;
  border: 1px solid rgba(15,23,42,0.06);
  box-shadow:
    0 1px 2px rgba(15,23,42,0.06),
    0 36px 72px -16px rgba(15,23,42,0.22),
    0 0 0 1px rgba(15,23,42,0.04);
  overflow: hidden;
  transform: perspective(1600px) rotateY(-3deg) rotateX(1.5deg);
  transition: transform 0.6s var(--ease, cubic-bezier(.2,.7,.2,1));
  display: flex;
  flex-direction: column;
  min-height: 520px;
}
.prod-copilot:hover { transform: perspective(1600px) rotateY(-1deg) rotateX(0.5deg); }
.prod-copilot-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(15,23,42,0.06);
  background: linear-gradient(180deg, #fcfcfd 0%, #ffffff 100%);
}
.prod-copilot-head .av {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fe5e32, #ffa53d);
  display: flex; align-items: center; justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
}
.prod-copilot-head .name {
  font-family: 'Overused Grotesk', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--dark);
}
.prod-copilot-head .pill {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(34,197,94,0.12);
  color: #16a34a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.prod-copilot-head .pill::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #16a34a;
}

.prod-copilot-body {
  flex: 1;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  background:
    radial-gradient(ellipse 60% 40% at 20% 0%, rgba(254,94,50,0.04), transparent 70%),
    #ffffff;
}
.cp-msg {
  display: flex;
  gap: 10px;
  max-width: 88%;
  opacity: 0;
  transform: translateY(8px);
  animation: cp-in 0.45s cubic-bezier(.2,.7,.2,1) forwards;
}
.cp-msg.user { align-self: flex-end; flex-direction: row-reverse; max-width: 80%; }
.cp-msg .av {
  flex-shrink: 0;
  width: 28px; height: 28px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.cp-msg .av.ai  { background: linear-gradient(135deg, #fe5e32, #ffa53d); color: #fff; }
.cp-msg .av.you { background: rgba(15,23,42,0.08); color: var(--dark); }
.cp-msg .bubble {
  padding: 11px 14px;
  border-radius: 16px;
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--dark);
}
.cp-msg.ai .bubble {
  background: #f4f4f7;
  border-top-left-radius: 6px;
}
.cp-msg.user .bubble {
  background: #1a1a2e;
  color: #ffffff;
  border-top-right-radius: 6px;
}
.cp-msg .bubble b { font-weight: 600; color: #fe5e32; }
.cp-msg.user .bubble b { color: #ff9072; }
@keyframes cp-in {
  to { opacity: 1; transform: translateY(0); }
}

.cp-card {
  align-self: flex-start;
  width: 88%;
  background: #fff;
  border: 1px solid rgba(15,23,42,0.07);
  border-radius: 14px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 38px;
  opacity: 0;
  transform: translateY(8px);
  animation: cp-in 0.45s cubic-bezier(.2,.7,.2,1) forwards;
  box-shadow: 0 2px 10px rgba(15,23,42,0.04);
}
.cp-card .row {
  display: flex; justify-content: space-between;
  font-size: 12.5px;
  align-items: center;
  gap: 8px;
}
.cp-card .row .k { color: var(--muted); font-weight: 500; }
.cp-card .row .v {
  color: var(--dark); font-weight: 600;
  display: inline-flex; align-items: center; gap: 6px;
}
.cp-card .row .v .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #fe5e32;
}
.cp-card .row .v.lang::before {
  content: '🇪🇸';
}

.cp-typing {
  align-self: flex-start;
  margin-left: 38px;
  display: flex; gap: 4px;
  padding: 10px 14px;
  background: #f4f4f7;
  border-radius: 16px;
  border-top-left-radius: 6px;
  opacity: 0;
  animation: cp-in 0.3s cubic-bezier(.2,.7,.2,1) forwards;
}
.cp-typing span {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(15,23,42,0.45);
  animation: cp-bounce 1.2s ease-in-out infinite;
}
.cp-typing span:nth-child(2) { animation-delay: 0.15s; }
.cp-typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes cp-bounce {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.5; }
  40%           { transform: translateY(-4px); opacity: 1; }
}

.prod-copilot-input {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-top: 1px solid rgba(15,23,42,0.06);
  background: #fff;
}
.prod-copilot-input .field {
  flex: 1;
  background: #f4f4f7;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  color: rgba(15,23,42,0.55);
  display: flex; align-items: center;
}
.prod-copilot-input .field .caret {
  display: inline-block;
  width: 1.5px; height: 16px;
  background: #fe5e32;
  margin-left: 2px;
  animation: cp-caret 1s steps(2) infinite;
}
@keyframes cp-caret {
  50% { opacity: 0; }
}
.prod-copilot-input .send {
  width: 38px; height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #fe5e32, #ffa53d);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 6px 14px rgba(254,94,50,0.32);
}
.prod-copilot-input .send .material-icons { font-size: 18px !important; color: #fff; }

/* Floating accent shapes around the video */
.prod-hero-media-wrap {
  position: relative;
  overflow: visible;
}
.prod-hero-media-wrap::before,
.prod-hero-media-wrap::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  z-index: 0;
  pointer-events: none;
}
.prod-hero-media-wrap::before {
  width: 220px; height: 220px;
  background: rgba(254,94,50,0.35);
  top: -40px; right: -40px;
}
.prod-hero-media-wrap::after {
  width: 260px; height: 260px;
  background: rgba(236,187,233,0.5);
  bottom: -60px; left: -50px;
}
/* .prod-hero-media positioning handled by its own absolute rule */
.prod-hero .eyebrow { margin-bottom: 24px; }
.prod-hero h1 {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0;
  color: var(--dark);
}
.prod-hero h1 em {
  font-style: italic; font-weight: 400; color: #fe5e32;
}
.prod-hero p.lead {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  max-width: 660px;
}
.prod-hero-ctas {
  margin-top: 32px;
  display: flex; gap: 12px; justify-content: flex-start; flex-wrap: wrap;
}
.prod-hero-visual {
  max-width: 1100px;
  margin: 40px auto 0;
  padding: 0 24px;
}

.prod-row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 900px) {
  .prod-row { grid-template-columns: 1fr; gap: 32px; padding: 70px 24px; }
}
.prod-row.alt { background: #ffffff; max-width: none; padding-left: 0; padding-right: 0; }
.prod-row.alt > .prod-row-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 900px) {
  .prod-row.alt > .prod-row-inner { grid-template-columns: 1fr; gap: 32px; }
}
.prod-row.reverse .prod-row-text  { order: 2; }
.prod-row.reverse .prod-row-visual { order: 1; }
@media (max-width: 900px) {
  .prod-row.reverse .prod-row-text  { order: 1; }
  .prod-row.reverse .prod-row-visual { order: 2; }
}

.prod-row-text .eyebrow { margin-bottom: 22px; }
.prod-row-text h2 {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(32px, 4.4vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0 0 18px 0;
  color: var(--dark);
}
.prod-row-text h2 em {
  font-style: italic; font-weight: 400; color: #fe5e32;
}
.prod-row-text p.lead {
  margin: 0 0 28px 0;
  max-width: 520px;
}
.prod-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.prod-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 16px;
  line-height: 1.5;
  color: var(--dark);
}
.prod-bullets li::before {
  content: '→';
  color: #fe5e32;
  font-weight: 600;
  font-size: 17px;
  margin-top: 1px;
  flex-shrink: 0;
}
.prod-row-aside {
  position: relative;
  z-index: 2;
  margin-top: 88px;
  font-size: 16px;
  line-height: 1.55;
  color: var(--dark);
  max-width: 520px;
  font-weight: 500;
}
.prod-row-aside::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: #fe5e32;
  margin-bottom: 10px;
  border-radius: 2px;
}

.product-screenshot-placeholder {
  background: #F3F4F6;
  border-radius: 16px;
  aspect-ratio: 16/10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9CA3AF;
  font-size: 14px;
  width: 100%;
  border: 1px solid rgba(15,23,42,0.04);
}

/* ================================
   Product page — clean section system
   ================================ */
.prod-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 110px 24px;
}
.prod-section.alt {
  background: #ffffff;
  max-width: none;
  padding: 0;
}
.prod-section.alt > .prod-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 110px 24px;
}
@media (max-width: 900px) {
  .prod-section, .prod-section.alt > .prod-section-inner { padding: 70px 24px; }
}
.prod-section-head {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 64px;
}
.prod-section-head .eyebrow { margin-bottom: 22px; }
.prod-section-head h2 {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0 0 18px 0;
  color: var(--dark);
}
.prod-section-head h2 em {
  font-style: italic; font-weight: 400; color: #fe5e32;
}
.prod-section-head p.lead {
  margin: 0 auto;
  max-width: 580px;
}

/* ============================================================
   Unified horizontal rhythm for the product page.
   Every section is full-width (so backgrounds can paint edge-to-edge),
   and the visible content inside is capped at 1200px with 32px gutters.
   ============================================================ */

/* Non-alt = grey body bg, no own background, content padded directly */
.prod-row {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  box-sizing: border-box;
}

/* Alt = full-width white background, content padded inside .prod-row-inner */
.prod-row.alt {
  max-width: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
  display: block;
}
.prod-row.alt > .prod-row-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  box-sizing: border-box;
}

/* Full-width sections (benefits, how-it-works, use-cases, stats) */
.prod-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 32px;
  box-sizing: border-box;
}
.prod-section.alt {
  max-width: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.prod-section.alt > .prod-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 32px;
  box-sizing: border-box;
}

@media (max-width: 980px) {
  .prod-row,
  .prod-row.alt > .prod-row-inner { grid-template-columns: 1fr; gap: 40px; }
  .prod-row,
  .prod-row.alt > .prod-row-inner,
  .prod-section,
  .prod-section.alt > .prod-section-inner { padding: 70px 24px; }

  /* Once columns stack, the gradient card's -64px top overflow (built for
     sitting beside the text in a separate column) reaches back up into the
     text block above it. Push the frame down and shrink the overflow so it
     clears the text with room to spare. */
  .prod-glow-wrap { margin-top: 28px; }
  .prod-glow-wrap::after { top: -20px; bottom: -20px; }
}

/* ================================
   Product page — browser-mock screenshot frame
   Reusable across benefit cards, steps, deep dives & use cases
   ================================ */
.prod-mock {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background: #ffffff;
  box-shadow:
    0 1px 2px rgba(15,23,42,0.06),
    0 36px 72px -16px rgba(15,23,42,0.18),
    0 0 0 1px rgba(15,23,42,0.04);
  aspect-ratio: 16/10;
  width: 100%;
}
.prod-mock::before,
.prod-mock::after { content: none; display: none; }
.prod-mock-screen {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9CA3AF;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.prod-mock-screen img,
.prod-mock-screen video {
  width: 100%; height: 100%;
  object-fit: contain;
  object-position: center center;
  display: block;
}
.prod-mock--sm { border-radius: 12px; box-shadow: 0 8px 24px rgba(15,23,42,0.08); }
.prod-mock--sm .prod-mock-screen { top: 0; font-size: 12px; }

/* Glow behind big screenshots on light sections */
/* Deep-dive video frame: gradient card peeks from the right side
   of the video, like the hero composition. */
.prod-glow-wrap {
  position: relative;
  isolation: isolate;
  padding-right: 32px;
}

/* The gradient card behind & to the right of the video — taller than the video */
.prod-glow-wrap::after {
  content: '';
  position: absolute;
  top: -64px;
  right: 0;
  bottom: -64px;
  width: 80%;
  border-radius: 28px;
  background: linear-gradient(180deg,
    #c5e94a 0%,
    #ffa53d 22%,
    #fe5e32 50%,
    #ff7c6e 78%,
    #ecbbe9 100%);
  z-index: 0;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 28%, #000 100%);
          mask-image: linear-gradient(to right, transparent 0%, #000 28%, #000 100%);
  box-shadow: 0 40px 80px -18px rgba(254,94,50,0.35);
}

/* The video sits on top — wider, more prominent */
.prod-glow-wrap > .prod-mock {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(15,23,42,0.08),
    0 44px 88px -16px rgba(15,23,42,0.28),
    0 0 0 1px rgba(15,23,42,0.06);
}

/* Compact use case cards with thumbnail */
.uc-thumb {
  margin-top: 18px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 160px;
  box-shadow: 0 4px 14px rgba(15,23,42,0.08);
  background: linear-gradient(135deg, #fe5e32, #ffa53d);
}
.uc-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.uc-thumb-label {
  position: absolute;
  inset: 0;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.85);
  font-size: 13px; font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.security-tile-thumb-row { display: contents; }
.security-tile.has-thumb { padding-bottom: 28px; }
.security-tile.has-thumb .security-tile-spacer { display: none; }

/* Stat color emphasis */
.stat .v.accent { color: #fe5e32; }

/* ================================
   Final CTA — promotional 2-col with portrait
   ================================ */
.final-promo {
  position: relative;
  overflow: hidden;
  padding: 100px 0 !important;
  background:
    radial-gradient(ellipse 60% 70% at 0% 100%, rgba(254,94,50,0.35), transparent 55%),
    radial-gradient(ellipse 55% 60% at 100% 0%, rgba(236,187,233,0.25), transparent 55%),
    radial-gradient(ellipse 70% 50% at 50% 100%, rgba(197,233,74,0.18), transparent 60%),
    linear-gradient(135deg, #14142b 0%, #1a1a2e 50%, #2d1e3f 100%);
  color: #fff;
}
.final-promo::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1.2px);
  background-size: 22px 22px;
  opacity: 0.6;
  pointer-events: none;
}
.final-promo-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.35fr);
  gap: 64px;
  align-items: center;
}
@media (max-width: 980px) {
  .final-promo-inner { grid-template-columns: 1fr; gap: 48px; text-align: center; }
}
.final-promo-text h2 {
  font-family: 'Overused Grotesk', sans-serif !important;
  font-size: clamp(40px, 5.8vw, 76px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.02em !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin: 24px 0 22px 0 !important;
  text-align: left !important;
}
.final-promo-text h2 .accent {
  font-style: italic !important;
  font-weight: 400 !important;
  color: #ff7c6e !important;
}
.final-promo-text .lead {
  color: rgba(255,255,255,0.72) !important;
  max-width: 520px;
  margin: 0 0 32px 0 !important;
  text-align: left !important;
  font-size: 19px !important;
}
@media (max-width: 980px) {
  .final-promo-text h2,
  .final-promo-text .lead { text-align: center !important; margin-left: auto !important; margin-right: auto !important; }
}
.final-promo-text .final-ctas {
  display: flex; gap: 12px; flex-wrap: wrap;
  justify-content: flex-start;
}
.final-promo-text .final-ctas .btn-primary {
  padding: 16px 28px;
  font-size: 16px;
  background: linear-gradient(135deg, #fe5e32, #ff8c4a);
  box-shadow: 0 1px 2px rgba(254,94,50,0.4), 0 18px 36px rgba(254,94,50,0.35);
}
.final-promo-text .final-ctas .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 2px rgba(254,94,50,0.4), 0 22px 44px rgba(254,94,50,0.45);
}
.final-promo-text .final-ctas .btn-light {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 16px 24px;
}
.final-promo-text .final-ctas .btn-light:hover { background: rgba(255,255,255,0.18); }
@media (max-width: 980px) {
  .final-promo-text .final-ctas { justify-content: center; }
}

.final-promo-stats {
  margin-top: 40px;
  display: flex;
  gap: 36px;
  align-items: center;
}
@media (max-width: 980px) { .final-promo-stats { justify-content: center; gap: 24px; } }
.final-promo-stats > div {
  display: flex; flex-direction: column; gap: 4px;
  padding-right: 36px;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.final-promo-stats > div:last-child { border-right: none; padding-right: 0; }
.final-promo-stats strong {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
}
.final-promo-stats span {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.final-promo-visual { position: relative; }
.final-promo-image {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.2),
    0 40px 80px -16px rgba(0,0,0,0.45),
    0 0 0 1px rgba(255,255,255,0.08);
  transform: perspective(1600px) rotateY(-3deg) rotateX(2deg);
  transition: transform 0.6s cubic-bezier(.2,.7,.2,1);
}
.final-promo-image:hover { transform: perspective(1600px) rotateY(-1deg) rotateX(0deg); }
.final-promo-image img {
  width: 100%; height: 100%;
  display: block;
  object-fit: cover;
  aspect-ratio: 5/4;
  min-height: 540px;
}
@media (max-width: 980px) {
  .final-promo-image img { min-height: 380px; aspect-ratio: 4/3; }
}
.final-promo-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent 50%, rgba(254,94,50,0.12) 100%);
  pointer-events: none;
}

.final-promo-badge {
  position: absolute;
  top: 22px; left: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  color: #1a1a2e;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.final-promo-badge .material-icons {
  font-size: 16px !important;
  color: #16a34a;
}

.final-promo-quote {
  position: absolute;
  left: 22px; right: 22px; bottom: 22px;
  z-index: 2;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(15,15,30,0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.08);
}
.final-promo-quote p {
  margin: 0 0 6px 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
}
.final-promo-quote span {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

/* Floating glow accents around the image */
.final-promo-visual::before {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: rgba(254,94,50,0.5);
  filter: blur(60px);
  z-index: 0;
}
.final-promo-visual::after {
  content: '';
  position: absolute;
  bottom: -50px; left: -50px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: rgba(236,187,233,0.55);
  filter: blur(70px);
  z-index: 0;
}
.final-promo-visual > * { position: relative; z-index: 1; }

/* ================================
   Final CTA — full-bleed banner with floating card
   ================================ */
.final-banner {
  position: relative;
  padding: 0 !important;
  overflow: hidden;
  min-height: 720px;
  display: flex;
  align-items: center;
  background: #14142b;
}
.final-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right top;
  z-index: 0;
}
.final-banner-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(270deg, rgba(20,20,40,0.15) 0%, rgba(20,20,40,0.75) 25%, rgba(20,20,40,0.97) 50%, #14142b 75%),
    radial-gradient(ellipse 70% 80% at 10% 50%, rgba(254,94,50,0.30), transparent 55%),
    radial-gradient(ellipse 50% 60% at 30% 100%, rgba(236,187,233,0.18), transparent 55%);
  pointer-events: none;
}
.final-banner-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 32px;
  display: flex;
  justify-content: flex-start;
}
.final-banner-text {
  width: 100%;
  max-width: 600px;
  color: #fff;
  text-align: left;
}
.final-banner-text > * { text-align: left; }
.final-banner-text .eyebrow {
  margin-bottom: 22px !important;
  align-self: flex-start;
}
.final-banner-text h2 {
  font-family: 'Overused Grotesk', sans-serif !important;
  font-size: clamp(48px, 6vw, 84px) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.025em !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin: 28px 0 24px 0 !important;
  text-align: left !important;
  text-shadow: 0 2px 30px rgba(0,0,0,0.25);
}
.final-banner-text h2 .accent {
  font-style: italic !important;
  font-weight: 400 !important;
  color: #ff8c4a !important;
  background: linear-gradient(90deg, #ff8c4a 0%, #ff5c8a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.final-banner-text .lead {
  color: rgba(255,255,255,0.82) !important;
  text-align: left !important;
  max-width: 520px;
  margin: 0 0 36px 0 !important;
  font-size: 20px !important;
  line-height: 1.55 !important;
}

.final-banner-stats {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.14);
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}
.final-banner-stats > div {
  display: flex; flex-direction: column; gap: 4px;
}
.final-banner-stats strong {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1;
}
.final-banner-stats span {
  font-size: 12.5px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.final-banner-text .final-ctas {
  display: flex; gap: 12px; flex-wrap: wrap;
  justify-content: flex-start;
}
.final-banner-text .final-ctas .btn-primary {
  padding: 16px 28px;
  font-size: 16px;
  background: linear-gradient(135deg, #fe5e32, #ff8c4a);
  box-shadow: 0 1px 2px rgba(254,94,50,0.4), 0 18px 36px rgba(254,94,50,0.35);
}
.final-banner-text .final-ctas .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 2px rgba(254,94,50,0.4), 0 22px 44px rgba(254,94,50,0.45);
}
.final-banner-text .final-ctas .btn-light {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.20);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 16px 24px;
}
.final-banner-text .final-ctas .btn-light:hover { background: rgba(255,255,255,0.18); }

@media (max-width: 980px) {
  .final-banner { min-height: 700px; }
  .final-banner-bg { object-position: center 20%; }
  .final-banner-overlay {
    background:
      linear-gradient(180deg, rgba(20,20,40,0.20) 0%, rgba(20,20,40,0.80) 60%, rgba(20,20,40,0.95) 100%);
  }
  .final-banner-inner { justify-content: center; padding: 80px 24px; align-items: flex-end; }
  .final-banner-text { text-align: center; max-width: 100%; }
  .final-banner-text h2 { text-align: center !important; }
  .final-banner-text .lead { text-align: center !important; margin-left: auto !important; margin-right: auto !important; }
  .final-banner-text .final-ctas { justify-content: center; }
}
.final-banner-card {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 40px 40px 36px;
  width: 100%;
  max-width: 520px;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.08),
    0 30px 70px rgba(0,0,0,0.25),
    0 0 0 1px rgba(255,255,255,0.6) inset;
}
.final-banner-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}
.final-banner-card-head h2 {
  font-family: 'Overused Grotesk', sans-serif !important;
  font-size: clamp(28px, 3vw, 38px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.02em !important;
  font-weight: 600 !important;
  color: var(--dark) !important;
  margin: 0 !important;
  text-align: left !important;
}
.final-banner-card-head h2 .accent {
  font-style: italic !important;
  font-weight: 400 !important;
  color: #fe5e32 !important;
}
.final-banner-mark {
  flex-shrink: 0;
  width: 74px; height: 74px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fe5e32 0%, #ff7c6e 35%, #ecbbe9 70%, #c5e94a 100%);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(254,94,50,0.28);
  position: relative;
  overflow: hidden;
}
.final-banner-mark::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.18) 1px, transparent 1.4px);
  background-size: 3px 3px;
  opacity: 0.4;
  mix-blend-mode: overlay;
}
.final-banner-mark .material-icons {
  font-size: 30px !important;
  color: #fff;
  position: relative;
  z-index: 1;
}

.final-banner-sub {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(15,23,42,0.7);
  margin: 0 0 28px 0;
  max-width: 380px;
}
.final-banner-ctas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.btn-banner-primary {
  background: #1a1a2e;
  color: #fff;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.2s, transform 0.15s;
  display: inline-flex; align-items: center;
}
.btn-banner-primary:hover { background: #000; transform: translateY(-1px); }
.btn-banner-secondary {
  background: #fe5e32;
  color: #fff;
  text-decoration: none;
  padding: 13px 24px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.2s, transform 0.15s;
  display: inline-flex; align-items: center;
}
.btn-banner-secondary:hover { background: #e54e25; transform: translateY(-1px); }

@media (max-width: 760px) {
  .final-banner-inner { justify-content: center; padding: 70px 20px; }
  .final-banner-card { max-width: 100%; padding: 32px; }
  .final-banner-bg { object-position: center 20%; }
  .final-banner-overlay {
    background:
      linear-gradient(180deg, rgba(20,20,40,0.55) 0%, rgba(20,20,40,0.35) 100%);
  }
}

/* ================================
   Live Results — customer growth snapshot
   ================================ */
.live-results {
  background: #ffffff;
  padding: 100px 0;
}
.live-head {
  text-align: left;
  max-width: 980px;
  margin: 0 0 56px 0;
}
.live-head .eyebrow {
  margin-bottom: 22px;
  background: rgba(254,94,50,0.10) !important;
  color: #fe5e32 !important;
}
.live-head h2 {
  font-family: 'Overused Grotesk', sans-serif !important;
  font-size: clamp(36px, 4.4vw, 60px) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.02em !important;
  font-weight: 600 !important;
  color: var(--dark) !important;
  margin: 0 !important;
  text-align: left !important;
}
.live-head h2 em {
  font-style: italic !important;
  font-weight: 400 !important;
  color: #fe5e32 !important;
}

.live-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 840px) { .live-grid { grid-template-columns: 1fr; } }

.live-card {
  border-radius: 28px;
  padding: 40px 36px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
}
.live-card-teal {
  background: #d8ece5;
  color: #0f3d33;
}
.live-card-orange {
  background: #ffe8dc;
  color: #4a1f0e;
}

.live-card-label {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
}
.live-card-teal .live-card-label  { color: #0d8a6e; }
.live-card-orange .live-card-label { color: #fe5e32; }

.live-card-meta {
  margin: 10px 0 0 0;
  font-size: 15px;
  color: rgba(15,23,42,0.55);
}

.live-card-metric {
  margin-top: auto;
  padding-top: 50px;
  display: flex;
  align-items: baseline;
  gap: 16px;
}
.live-card-metric .from {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 56px;
  font-weight: 600;
  color: rgba(15,23,42,0.35);
  letter-spacing: -0.02em;
  line-height: 1;
}
.live-card-metric .arrow {
  font-size: 28px !important;
  color: #0d8a6e !important;
}
.live-card-metric .to {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 88px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: -0.03em;
  line-height: 1;
}
.live-card-metric-label {
  margin: 14px 0 28px 0;
  font-size: 15px;
  color: rgba(15,23,42,0.6);
}
.live-card-copy {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(15,23,42,0.78);
  margin: 0;
}

.live-card-status {
  margin-top: auto;
  padding-top: 50px;
  display: flex; align-items: center; gap: 14px;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--dark);
}
.status-check {
  width: 36px; height: 36px;
  border-radius: 50%;
  background: #1a8754;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.status-check .material-icons { color: #fff; font-size: 22px !important; }

.live-card-next {
  margin-top: 28px;
  padding: 18px 20px;
  background: rgba(255,255,255,0.7);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.live-card-next .next-label {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #fe5e32;
  display: inline;
}
.live-card-next strong {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--dark);
  letter-spacing: -0.01em;
}
.live-card-next p {
  margin: 6px 0 0 0;
  font-size: 14.5px;
  line-height: 1.5;
  color: rgba(15,23,42,0.65);
}

/* ================================
   Final CTA — split layout (image left, text right)
   ================================ */
.final-split {
  position: relative;
  padding: 100px 0 !important;
  background:
    radial-gradient(ellipse 50% 60% at 100% 30%, rgba(254,94,50,0.20), transparent 55%),
    radial-gradient(ellipse 45% 55% at 0% 100%, rgba(34,197,94,0.10), transparent 55%),
    linear-gradient(160deg, #14142b 0%, #1a1a2e 60%, #2a1f3a 100%);
  color: #fff;
  overflow: hidden;
}
.final-split::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1.2px);
  background-size: 22px 22px;
  opacity: 0.55;
  pointer-events: none;
}
.final-split-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 80px;
  align-items: center;
}
@media (max-width: 980px) {
  .final-split-inner { grid-template-columns: 1fr; gap: 56px; }
}

/* Image card */
.final-split-visual { position: relative; }
.final-split-photo {
  position: relative;
  border-radius: 28px;
  overflow: visible;
  aspect-ratio: 4/3;
}
.final-split-photo img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: 80% 30%;
  border-radius: 28px;
  display: block;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.25),
    0 40px 80px -16px rgba(0,0,0,0.45),
    0 0 0 1px rgba(255,255,255,0.06);
}

.final-split-stat-card {
  position: absolute;
  left: -22px;
  bottom: -22px;
  width: 280px;
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 20px 18px 20px;
  box-shadow: 0 20px 48px rgba(0,0,0,0.30), 0 0 0 1px rgba(15,23,42,0.05);
  color: var(--dark);
}
.stat-card-label {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #22c55e;
  margin-bottom: 10px;
}
.stat-card-row {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  margin-bottom: 6px;
}
.stat-card-value {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--dark);
  line-height: 1;
  margin-bottom: 14px;
}
.stat-card-tags {
  display: flex; gap: 6px; flex-wrap: wrap;
}
.stat-card-tags .tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.tag-up    { background: rgba(34,197,94,0.12); color: #16a34a; }
.tag-muted { background: rgba(15,23,42,0.06); color: var(--muted); font-weight: 500; }

/* Glow blobs around the photo */
.final-split-visual::before,
.final-split-visual::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  z-index: -1;
  pointer-events: none;
}
.final-split-visual::before {
  top: -40px; right: -40px;
  width: 220px; height: 220px;
  background: rgba(254,94,50,0.45);
}
.final-split-visual::after {
  bottom: -50px; left: -50px;
  width: 240px; height: 240px;
  background: rgba(34,197,94,0.25);
}

/* Text */
.final-split-text { color: #fff; }
.final-split-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}
.final-split-eyebrow .line {
  width: 28px;
  height: 2px;
  background: #22c55e;
  display: inline-block;
}
.final-split-eyebrow > span:last-child {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.16em;
  color: #22c55e;
}

.final-split-text h2 {
  font-family: 'Overused Grotesk', sans-serif !important;
  font-size: clamp(40px, 5vw, 68px) !important;
  line-height: 1.0 !important;
  letter-spacing: -0.025em !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin: 0 0 24px 0 !important;
  text-align: left !important;
  text-shadow: 0 2px 30px rgba(0,0,0,0.25);
}
.final-split-text h2 .accent {
  font-style: italic !important;
  font-weight: 400 !important;
  color: #fe5e32 !important;
}
.final-split-text .lead {
  color: rgba(255,255,255,0.78) !important;
  text-align: left !important;
  max-width: 520px;
  margin: 0 0 36px 0 !important;
  font-size: 19px !important;
  line-height: 1.55 !important;
}
.final-split-text .final-ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.final-split-text .btn-primary {
  padding: 16px 28px;
  font-size: 16px;
  background: linear-gradient(135deg, #fe5e32, #ff8c4a);
  box-shadow: 0 1px 2px rgba(254,94,50,0.4), 0 18px 36px rgba(254,94,50,0.35);
}
.final-split-text .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 2px rgba(254,94,50,0.4), 0 22px 44px rgba(254,94,50,0.45);
}
.final-split-text .btn-light {
  background: rgba(255,255,255,0.10);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.20);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 16px 24px;
}
.final-split-text .btn-light:hover { background: rgba(255,255,255,0.18); }

.final-split-stats {
  margin-top: 44px;
  padding: 26px 32px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  display: flex;
  gap: 36px;
  align-items: center;
  flex-wrap: wrap;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.final-split-stats > div {
  display: flex; flex-direction: column; gap: 4px;
}
.final-split-stats strong {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fff;
  line-height: 1;
}
.final-split-stats span {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* Product page — One platform carousel: horizontal cards
   Layout: text on the left half, big mock filling the right half. */
.prod-section .security-tile {
  flex: 0 0 78%;
  max-width: 760px;
  min-height: 300px;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
}
.prod-section .security-tile .security-tile-visual {
  aspect-ratio: auto;
  min-height: 100%;
}
.prod-section .security-tile .security-tile-text {
  flex: 1 1 50%;
  padding: 36px;
  display: flex;
  flex-direction: column;
}
.prod-section .security-tile .security-tile-visual {
  flex: 1 1 50%;
  position: relative;
  overflow: hidden;
  background: #0f172a;
}
.prod-section .security-tile .security-tile-visual > div {
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
}
.prod-section .security-tile .security-tile-visual .prod-mock {
  border-radius: 0;
  aspect-ratio: auto !important;
  width: 100%;
  height: 100%;
}
.prod-section .security-tile .security-tile-visual .prod-mock::before,
.prod-section .security-tile .security-tile-visual .prod-mock::after { content: none; }
.prod-section .security-tile .security-tile-visual .prod-mock-screen {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  background: #0f172a;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.55);
}
/* Videos fill the visual column flush against the text column */
.prod-section .security-tile .security-tile-visual {
  background: #ffffff;
}
.prod-section .security-tile .security-tile-visual .prod-mock-screen {
  background: #ffffff;
}
.prod-section .security-tile .security-tile-visual video,
.prod-section .security-tile .security-tile-visual img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center center;
}
.prod-section .security-tile .security-tile-top {
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.prod-section .security-tile .security-tile-icon {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(254,94,50,0.12), rgba(254,94,50,0.04));
  border: 1px solid rgba(254,94,50,0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.prod-section .security-tile .security-tile-icon .material-icons {
  font-size: 22px !important;
  line-height: 1 !important;
  color: #fe5e32 !important;
  display: inline-block;
  width: auto;
  height: auto;
}
.prod-section .security-tile .security-tile-spacer { display: none; }
.prod-section .security-tile .security-tile-desc { margin-bottom: 0; margin-top: auto; }

@media (max-width: 720px) {
  .prod-section .security-tile {
    flex-direction: column;
    flex-basis: 86%;
    min-height: 0;
  }
  .prod-section .security-tile .security-tile-visual {
    /* Reset the desktop row-layout flex sizing (flex: 1 1 50%, min-height: 100%)
       so aspect-ratio fully controls the box — otherwise the absolutely
       positioned video renders in a collapsed/mis-sized container and looks
       shifted. */
    flex: none;
    min-height: 0;
    aspect-ratio: 16/10;
    width: 100%;
  }
  .prod-section .security-tile .security-tile-visual > div {
    position: absolute !important;
    inset: 0 !important;
  }
}

/* ================================
   Three steps. Zero friction — clean visual layout
   ================================ */
.how-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .how-steps { grid-template-columns: 1fr; gap: 18px; }
}
.how-step {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,0.06);
  border-radius: 24px;
  padding: 36px 32px;
  box-shadow: 0 2px 14px rgba(15,23,42,0.04);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.how-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(15,23,42,0.07);
}
.how-step-num {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fe5e32;
  margin-bottom: 22px;
}
.how-step-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #fe5e32 0%, #ff8c4a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  box-shadow: 0 8px 20px rgba(254,94,50,0.25);
}
.how-step-icon .material-icons {
  font-size: 26px !important;
  color: #fff !important;
}
.how-step h3 {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--dark);
  margin: 0 0 12px 0;
}
.how-step p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}
.how-step-arrow {
  position: absolute;
  top: 50%;
  right: -28px;
  transform: translateY(-50%);
  z-index: 1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(15,23,42,0.06);
}
.how-step-arrow .material-icons {
  font-size: 18px !important;
  color: #fe5e32;
}
@media (max-width: 900px) {
  .how-step-arrow {
    top: auto;
    bottom: -22px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
}

/* Connecting line behind the steps */
.how-steps::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(254,94,50,0.18) 20%, rgba(254,94,50,0.18) 80%, transparent 100%);
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 900px) {
  .how-steps::before { display: none; }
}
.how-step { z-index: 1; }

/* ================================
   Three steps — dynamic flow
   ================================ */
.how-flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0 0;
}
@media (max-width: 900px) {
  .how-flow { grid-template-columns: 1fr; gap: 28px; padding-top: 30px; }
}

/* The horizontal connecting line behind the badges */
.how-flow-line {
  position: absolute;
  top: 112px;
  left: calc(16.66% + 40px);
  right: calc(16.66% + 40px);
  height: 2px;
  z-index: 0;
  pointer-events: none;
}
.how-flow-line-fill {
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    to right,
    rgba(254,94,50,0.35) 0,
    rgba(254,94,50,0.35) 6px,
    transparent 6px,
    transparent 12px
  );
  border-radius: 1px;
}
.how-flow-pulse {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fe5e32;
  box-shadow: 0 0 0 6px rgba(254,94,50,0.18), 0 0 24px rgba(254,94,50,0.45);
  animation: howFlowPulse 4s linear infinite;
}
@keyframes howFlowPulse {
  0%   { left: 0%;   opacity: 0; }
  10%  { opacity: 1; }
  85%  { opacity: 1; }
  100% { left: 100%; opacity: 0; }
}
@media (max-width: 900px) {
  .how-flow-line { display: none; }
}

.how-flow-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.how-flow-badge {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 18px 12px 12px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,0.06);
  box-shadow: 0 8px 24px rgba(15,23,42,0.08);
  margin-bottom: 28px;
  z-index: 2;
}
.how-flow-step:nth-child(2) .how-flow-badge { animation: howFlowFloat 4s ease-in-out infinite; animation-delay: -1s; }
.how-flow-step:nth-child(3) .how-flow-badge { animation: howFlowFloat 4s ease-in-out infinite; animation-delay: -2s; }
.how-flow-step:nth-child(4) .how-flow-badge { animation: howFlowFloat 4s ease-in-out infinite; animation-delay: -3s; }
@keyframes howFlowFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-4px); }
}

.how-flow-badge-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fe5e32 0%, #ff8c4a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 14px rgba(254,94,50,0.32);
}
.how-flow-badge-icon .material-icons {
  font-size: 22px !important;
  color: #ffffff !important;
}
.how-flow-badge-num {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--dark);
  min-width: 24px;
  text-align: center;
}

.how-flow-card {
  background: #ffffff;
  border: 1px solid rgba(15,23,42,0.06);
  border-radius: 22px;
  padding: 28px 26px;
  box-shadow: 0 2px 14px rgba(15,23,42,0.04);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
  width: 100%;
}
.how-flow-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(15,23,42,0.07);
}
.how-flow-card h3 {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--dark);
  margin: 0 0 10px 0;
}
.how-flow-card p {
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}

/* ================================
   Use Cases — rich cards (brand-consistent)
   ================================ */
.uc-fancy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 880px) {
  .uc-fancy { grid-template-columns: 1fr; }
}
.uc-card-rich {
  position: relative;
  background: #ffffff;
  border-radius: 24px;
  padding: 32px 30px 26px;
  border: 1px solid rgba(15,23,42,0.06);
  box-shadow: 0 2px 14px rgba(15,23,42,0.04);
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s var(--ease);
  display: flex;
  flex-direction: column;
}
.uc-card-rich:hover {
  transform: translateY(-3px);
  border-color: rgba(254,94,50,0.25);
  box-shadow: 0 14px 36px rgba(15,23,42,0.07);
}
.uc-card-rich::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, #fe5e32, #ffa53d 60%, transparent);
  opacity: 0;
  transition: opacity 0.3s var(--ease);
}
.uc-card-rich:hover::before { opacity: 1; }
.uc-card-rich-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 22px;
}
.uc-card-rich-icon {
  flex: 0 0 48px;
  width: 48px; height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(254,94,50,0.12), rgba(254,94,50,0.04));
  border: 1px solid rgba(254,94,50,0.18);
  display: flex; align-items: center; justify-content: center;
}
.uc-card-rich-icon .material-icons {
  font-size: 22px !important;
  color: #fe5e32 !important;
}
.uc-card-rich-tag {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(15,23,42,0.42);
}
.uc-card-rich-title {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--dark);
  margin: 0 0 10px 0;
}
.uc-card-rich-desc {
  font-size: 15px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0 0 22px 0;
}
.uc-card-rich-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.uc-card-rich-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--dark);
}
.uc-card-rich-list .material-icons {
  font-size: 18px !important;
  margin-top: 1px;
  flex-shrink: 0;
  color: #fe5e32 !important;
}
.uc-card-rich-meta {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(15,23,42,0.06);
}
.uc-card-rich-stat {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #fe5e32;
}
.uc-card-rich-stat-label {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}

/* Use Cases — dynamic motion enhancements (product page only) */
.uc-card {
  transition:
    transform 0.45s cubic-bezier(.2,.7,.2,1),
    box-shadow 0.45s cubic-bezier(.2,.7,.2,1),
    background 0.45s cubic-bezier(.2,.7,.2,1);
  animation: ucFloat 6s ease-in-out infinite;
  animation-delay: 0s;
  will-change: transform;
}
.uc-grid > *:nth-child(2) .uc-card { animation-delay: -1.5s; }
.uc-grid > *:nth-child(3) .uc-card { animation-delay: -3s; }
.uc-grid > *:nth-child(4) .uc-card { animation-delay: -4.5s; }
@keyframes ucFloat {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-3px); }
}
.uc-card:hover {
  animation-play-state: paused;
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 22px 50px rgba(15,23,42,0.14);
}

/* Pulsing corner dot removed */
.uc-card::after { content: none; display: none; }

/* Detail block — collapsed by default, expands on hover. The divider
   line only appears when the detail is open; otherwise there's no visible
   border between the description and the (hidden) detail. */
.uc-detail {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s cubic-bezier(.2,.7,.2,1), margin 0.5s cubic-bezier(.2,.7,.2,1);
  margin-top: 0;
}
.uc-detail > p {
  overflow: hidden;
  margin: 0;
  padding-top: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--muted);
  border-top: 1px solid transparent;
  transition: padding 0.5s cubic-bezier(.2,.7,.2,1), color 0.4s var(--ease), border-color 0.4s var(--ease);
}
.uc-card:hover .uc-detail {
  grid-template-rows: 1fr;
  margin-top: 22px;
}
.uc-card:hover .uc-detail > p {
  padding-top: 18px;
  color: rgba(255,255,255,0.92);
  border-top-color: rgba(255,255,255,0.22);
}

/* Number style — animated underline (with breathing room) */
.uc-num {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 4px;
}
.uc-num::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 2px;
  background: var(--accent, var(--orange));
  transition: width 0.5s cubic-bezier(.2,.7,.2,1);
  border-radius: 2px;
}
.uc-card:hover .uc-num::after {
  width: 38px;
}

/* Slightly more air between desc and chips */
.uc-chips { margin-top: 22px; }

/* Title slight motion */
.uc-title {
  transition: transform 0.45s cubic-bezier(.2,.7,.2,1);
}
.uc-card:hover .uc-title {
  transform: translateX(2px);
}

/* Use Cases — channel/feature chips below desc */
.uc-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 18px;
}
.uc-chips span {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 999px;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--dark);
  background: rgba(15,23,42,0.05);
  border: 1px solid rgba(15,23,42,0.06);
  transition: all 0.4s var(--ease);
}
.uc-card:hover .uc-chips span {
  background: rgba(255,255,255,0.18);
  border-color: rgba(255,255,255,0.30);
  color: #ffffff;
}

/* Tighten desc so cards feel airier */
.uc-desc {
  font-size: 15px;
  line-height: 1.5;
}

/* ================================
   Subscribe banner — Built to scale, human by design
   ================================ */
.sub-banner {
  position: relative;
  overflow: hidden;
  /* Tangering brand gradient: green → orange → lilac */
  background:
    linear-gradient(100deg,
      #c5e94a 0%,
      #ffa53d 10%,
      #fe5e32 50%,
      #ff7c6e 90%,
      #ecbbe9 100%);
  color: #ffffff;
  isolation: isolate;
  transition: background 0.6s ease;
}
/* Brand grain texture — same recipe as flow2-video-card */
.sub-banner::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.16) 1px, transparent 1.4px),
    radial-gradient(circle, rgba(0,0,0,0.08) 1px, transparent 1.4px);
  background-size: 3px 3px, 4px 4px;
  background-position: 0 0, 1.5px 1.5px;
  opacity: 0.5;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 1;
}
/* Soft dark vignette behind the text so white copy reads on lime/lila ends */
.sub-banner::after {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 50%, rgba(0,0,0,0.18), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.sub-banner:hover::after {
  opacity: 1;
  filter: blur(10px);
  transform: scale(1.08);
}
@keyframes subBannerDrift {
  0%, 100% { transform: translate(0, 0) scale(1) rotate(0deg); }
  25% { transform: translate(5%, -3%) scale(1.08) rotate(2deg); }
  50% { transform: translate(-4%, 4%) scale(1.05) rotate(-2deg); }
  75% { transform: translate(3%, 2%) scale(1.10) rotate(1deg); }
}

.sub-banner-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.7s ease, filter 0.7s ease;
}
.sub-banner-blob-a { animation: subBlobA 11s ease-in-out infinite; }
.sub-banner-blob-b { animation: subBlobB 13s ease-in-out infinite; }
.sub-banner-blob-c { animation: subBlobC 9s ease-in-out infinite; }
.sub-banner-blob-d { animation: subBlobD 12s ease-in-out infinite; }
.sub-banner-blob { display: none; }
.sub-banner:hover .sub-banner-blob {
  opacity: 1;
  filter: blur(60px);
  animation-duration: 5s;
}
.sub-banner:hover::after {
  animation-duration: 7s;
}
@keyframes subBlobA {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(120px, 80px) scale(1.15); }
  66% { transform: translate(60px, 160px) scale(0.95); }
}
@keyframes subBlobB {
  0%, 100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(-100px, -90px) scale(1.18); }
  66% { transform: translate(-160px, -40px) scale(0.92); }
}
@keyframes subBlobC {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-80px, -120px) scale(1.20); }
}
@keyframes subBlobD {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(60px, 130px) scale(1.20); }
}

.sub-banner-inner {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 110px 56px 110px;
  text-align: left;
}
.sub-banner-content {
  max-width: 100%;
}
.sub-banner-headline { max-width: 1100px; }
.sub-banner-bottom {
  margin-top: 56px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  width: 100%;
}
.sub-banner-bottom .sub-banner-form { margin: 0; }
@media (max-width: 900px) {
  .sub-banner-inner { padding: 100px 28px; }
  .sub-banner-bottom { flex-direction: column; align-items: flex-start; gap: 28px; }
  /* Mobile order: sub copy first (right under the headline), buttons after.
     Also force text left-aligned — the desktop rule was right-aligning it. */
  .sub-banner-bottom .sub-banner-sub {
    order: -1 !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
  .sub-banner-actions {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
}
.sub-banner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.30);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 36px;
}
.sub-banner-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #fe5e32;
  box-shadow: 0 0 0 4px rgba(254,94,50,0.25);
  animation: subBannerPulse 2s ease-in-out infinite;
}
@keyframes subBannerPulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(254,94,50,0.25); }
  50%      { box-shadow: 0 0 0 8px rgba(254,94,50,0.08); }
}
.sub-banner .sub-banner-headline,
section.sub-banner .sub-banner-headline {
  margin: 8px 0 0 !important;
  font-family: 'Overused Grotesk', sans-serif !important;
  font-size: clamp(36px, 4.6vw, 76px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.025em !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-shadow: 0 4px 24px rgba(0,0,0,0.45);
  max-width: 980px;
}
.sub-banner .sub-banner-headline em,
section.sub-banner .sub-banner-headline em {
  font-style: italic !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
.sub-banner-line {
  display: block;
  opacity: 0;
  transform: translateY(20px);
  animation: subBannerLineIn 0.9s cubic-bezier(0.22,1,0.36,1) forwards;
}
.sub-banner-line:nth-child(1) { animation-delay: 0.05s; }
.sub-banner-line:nth-child(2) { animation-delay: 0.20s; }
.sub-banner-line:nth-child(3) { animation-delay: 0.35s; }
@keyframes subBannerLineIn {
  to { opacity: 1; transform: translateY(0); }
}
.sub-banner-headline em {
  display: inline-block;
  font-style: italic;
  font-weight: 400;
  color: #ffffff;
}
@keyframes subBannerGradient {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}
.sub-banner-sub {
  margin: 0 0 24px;
  max-width: 360px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(255,255,255,0.72);
  opacity: 0;
  transform: translateY(12px);
  animation: subBannerLineIn 0.9s cubic-bezier(0.22,1,0.36,1) 0.55s forwards;
}
.sub-banner-bottom .sub-banner-sub {
  max-width: 480px;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(255,255,255,0.95);
  font-weight: 500;
  text-align: right;
  margin-left: auto;
}
.sub-banner-accent { color: #ffffff; font-weight: 600; }
.sub-banner-form {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  max-width: 440px;
  opacity: 0;
  transform: translateY(12px);
  animation: subBannerLineIn 0.9s cubic-bezier(0.22,1,0.36,1) 0.70s forwards;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.sub-banner-form:focus-within {
  border-color: rgba(254,94,50,0.55);
  background: rgba(255,255,255,0.10);
}
.sub-banner-input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: 0;
  padding: 12px 18px;
  color: #ffffff;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 15px;
}
.sub-banner-input::placeholder { color: rgba(255,255,255,0.45); }
.sub-banner-submit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  background: #ffffff;
  color: #1a1a2e;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}
.sub-banner-submit:hover {
  transform: translateY(-1px);
  background: #fe5e32;
  color: #ffffff;
  box-shadow: 0 10px 28px rgba(254,94,50,0.45);
}
.sub-banner-submit .material-icons {
  font-size: 18px !important;
  transition: transform 0.2s ease;
}
.sub-banner-submit:hover .material-icons {
  transform: translateX(3px);
  color: #ffffff !important;
}
.sub-banner-accent {
  color: #ffffff;
  font-weight: 500;
}
.sub-banner-meta {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  font-weight: 500;
  letter-spacing: 0.02em;
  opacity: 0;
  animation: subBannerLineIn 0.9s cubic-bezier(0.22,1,0.36,1) 0.85s forwards;
}
.sub-banner-meta-sep { color: rgba(255,255,255,0.25); }
.sub-banner-live {
  display: inline-block;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #22c55e;
  margin-right: 8px;
  box-shadow: 0 0 0 4px rgba(34,197,94,0.18);
  animation: subBannerPulse 2s ease-in-out infinite;
}
.sub-banner-actions {
  opacity: 0;
  transform: translateY(12px);
  animation: subBannerLineIn 0.9s cubic-bezier(0.22,1,0.36,1) 0.70s forwards;
}
.sub-banner-actions {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.sub-banner-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 26px;
  border-radius: 999px;
  background: #ffffff;
  color: #303030;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.10), 0 18px 36px rgba(0,0,0,0.18);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.sub-banner-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 2px rgba(0,0,0,0.12), 0 24px 48px rgba(0,0,0,0.26);
}
.sub-banner-primary .material-icons {
  font-size: 18px !important;
  color: #303030 !important;
}
.sub-banner-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  color: #ffffff;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background 0.2s var(--ease);
}
.sub-banner-secondary:hover { background: rgba(255,255,255,0.28); }
.sub-banner-secondary .material-icons { font-size: 18px !important; color: #ffffff !important; }
@media (max-width: 900px) {
  .sub-banner-inner { padding: 90px 24px 90px; }
  .sub-banner-headline { font-size: clamp(34px, 9vw, 56px); }
  .sub-banner-sub { font-size: 16px; }
}


/* ============================================================
   "Talk to our AI" call widget — floating FAB + modal
   ============================================================ */
.tg-call-fab {
  position: fixed;
  bottom: 24px; right: 24px;
  z-index: 9000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px 14px 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #fe5e32, #ff8c4a);
  color: #ffffff;
  font-family: 'Overused Grotesk', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  box-shadow:
    0 1px 2px rgba(254,94,50,0.45),
    0 18px 36px rgba(254,94,50,0.32),
    0 0 0 0 rgba(254,94,50,0.4);
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}
.tg-call-fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 1px 2px rgba(254,94,50,0.5), 0 24px 48px rgba(254,94,50,0.45);
}
.tg-call-fab .material-icons { font-size: 22px !important; color: #fff !important; }
.tg-call-fab-label { letter-spacing: -0.005em; }
.tg-call-fab-pulse {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgba(254,94,50,0.5);
  animation: tg-fab-pulse 2.4s ease-out infinite;
  z-index: -1;
}
@keyframes tg-fab-pulse {
  0%   { transform: scale(1);   opacity: 0.55; }
  70%  { transform: scale(1.35); opacity: 0;    }
  100% { transform: scale(1.35); opacity: 0;    }
}
@media (max-width: 600px) {
  .tg-call-fab { padding: 14px; }
  .tg-call-fab-label { display: none; }
}

.tg-call-backdrop[hidden] { display: none !important; }
.tg-call-backdrop {
  position: fixed; inset: 0;
  z-index: 9100;
  background: rgba(20, 14, 30, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.tg-call-backdrop.is-open { opacity: 1; }

.tg-call-modal {
  position: relative;
  max-width: 460px;
  width: 100%;
  padding: 36px 32px 28px;
  background: #ffffff;
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.25);
  transform: translateY(12px) scale(0.985);
  transition: transform 0.25s var(--ease);
}
.tg-call-backdrop.is-open .tg-call-modal { transform: translateY(0) scale(1); }

.tg-call-close {
  position: absolute;
  top: 14px; right: 14px;
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 0;
  background: rgba(48,48,48,0.06);
  cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center;
  color: #303030;
  transition: background 0.2s var(--ease);
}
.tg-call-close:hover { background: rgba(48,48,48,0.12); }
.tg-call-close .material-icons { font-size: 20px !important; color: #303030 !important; }

.tg-call-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(254,94,50,0.10);
  color: #fe5e32;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.tg-call-pill-dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #fe5e32;
  box-shadow: 0 0 0 4px rgba(254,94,50,0.18);
  animation: tg-call-pulse 2s ease-in-out infinite;
}
@keyframes tg-call-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(254,94,50,0.18); }
  50%      { box-shadow: 0 0 0 8px rgba(254,94,50,0.06); }
}

.tg-call-modal h3 {
  margin: 16px 0 8px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: #1a1a2e;
}
.tg-call-sub {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.tg-call-form { display: flex; flex-direction: column; gap: 14px; }
.tg-call-field { display: flex; flex-direction: column; gap: 6px; }
.tg-call-field > span {
  font-size: 13px;
  font-weight: 500;
  color: #303030;
}
.tg-call-field em {
  color: var(--muted);
  font-weight: 400;
  font-style: normal;
}
.tg-call-field input {
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(48,48,48,0.14);
  background: #fafafa;
  font-family: inherit;
  font-size: 15px;
  color: #1a1a2e;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.tg-call-field input:focus {
  outline: none;
  border-color: #fe5e32;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(254,94,50,0.18);
}

.tg-call-phone-row {
  display: grid;
  grid-template-columns: minmax(0, 128px) 1fr;
  gap: 8px;
}
.tg-call-country {
  padding: 12px 8px;
  border-radius: 12px;
  border: 1px solid rgba(48,48,48,0.14);
  background: #fafafa;
  font-family: inherit;
  font-size: 14px;
  color: #1a1a2e;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.tg-call-country:focus {
  outline: none;
  border-color: #fe5e32;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(254,94,50,0.18);
}
.tg-call-phone-row input[name="phone"] { min-width: 0; }
@media (max-width: 420px) {
  .tg-call-phone-row { grid-template-columns: 96px 1fr; }
  .tg-call-country { font-size: 13px; padding: 12px 6px; }
}

.tg-call-submit {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #fe5e32, #ff8c4a);
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(254,94,50,0.4), 0 12px 26px rgba(254,94,50,0.32);
  transition: transform 0.15s var(--ease), box-shadow 0.15s var(--ease), opacity 0.15s var(--ease);
}
.tg-call-submit:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 1px 2px rgba(254,94,50,0.4), 0 16px 32px rgba(254,94,50,0.42);
}
.tg-call-submit:disabled { opacity: 0.65; cursor: progress; }
.tg-call-submit .material-icons { font-size: 18px !important; color: #fff !important; }
.tg-call-submit.is-loading .material-icons { animation: tg-call-spin 0.8s linear infinite; }
@keyframes tg-call-spin { to { transform: rotate(360deg); } }

.tg-call-msg {
  margin: 6px 0 0;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}
.tg-call-msg[data-kind="error"]   { color: #c0392b; }
.tg-call-msg[data-kind="success"] { color: #16a34a; }
.tg-call-msg[data-kind="info"]    { color: var(--muted); }

.tg-call-foot {
  margin: 18px 0 0;
  font-size: 11.5px;
  color: var(--muted);
  text-align: center;
  letter-spacing: 0.01em;
}

/* ============================================================
   Clickable carousel arrows used by .flow3-carousel-hint
   ============================================================ */
.carousel-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(48,48,48,0.10);
  background: #ffffff;
  color: #fe5e32;
  cursor: pointer;
  padding: 0;
  transition: background 0.18s var(--ease), border-color 0.18s var(--ease), transform 0.18s var(--ease);
}
.carousel-arrow:hover {
  background: #fe5e32;
  border-color: #fe5e32;
  transform: translateY(-1px);
}
.carousel-arrow:hover .material-icons { color: #ffffff !important; }
.carousel-arrow:active { transform: translateY(0); }
.carousel-arrow[disabled] {
  cursor: not-allowed;
  opacity: 0.35;
  pointer-events: none;
}
.carousel-arrow .material-icons { font-size: 18px !important; color: #fe5e32; }

/* ============================================================
   Product Stats — "Over 1 million calls later" section
   3-column grid scoped to .prod-stats so other .about-stats keep 4-col
   ============================================================ */
.prod-stats .prod-stats-grid {
  max-width: 980px;
  margin: 56px auto 0;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 780px) {
  .prod-stats .prod-stats-grid { grid-template-columns: 1fr; }
}
.prod-stats-attribution {
  margin: 28px auto 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.55;
  color: #9CA3AF;
  max-width: 720px;
}

/* ============================================================
   Eyebrow pills hidden site-wide ("Our story", "About us",
   "Impact", "Product", "What we believe", etc.)
   ============================================================ */
.eyebrow,
.vhero-eyebrow,
.sub-banner-eyebrow { display: none !important; }

/* Additional pill / badge / chip elements hidden site-wide */
.uc-chips,
.security-tile-tag,
.security-tile-num,
.tg-call-pill,
.vhero-live-inline,
.prod-hero-mini,
.live-card-label { display: none !important; }

/* ============================================================
   About — Our story (3-step editorial grid)
   ============================================================ */
.about-story-grid {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media (max-width: 900px) {
  .about-story-grid { grid-template-columns: 1fr; gap: 28px; }
}
.about-story-col {
  position: relative;
  padding: 32px 28px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,0.06);
  border-radius: 20px;
  box-shadow: 0 2px 14px rgba(15,23,42,0.04);
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about-story-step {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fe5e32;
  letter-spacing: 0.06em;
}
.about-story-col h3 {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--dark);
  margin: 0;
}
.about-story-col p {
  font-size: 15.5px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}

/* ============================================================
   Mobile responsive pass — card grids scroll horizontally, page
   compresses so vertical scroll stays reasonable.
   ============================================================ */
@media (max-width: 700px) {
  /* --- Card grids: vertical stack (no horizontal scroll) ---------- */
  .uc-grid,
  .how4-stair,
  .values-grid,
  .about-story-grid,
  .prod-stats-grid,
  .about-stats {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
    padding: 0 !important;
    margin: 24px 0 0 !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }
  .uc-grid > *,
  .how4-stair > *,
  .values-grid > *,
  .about-story-grid > *,
  .prod-stats-grid > *,
  .about-stats > * {
    flex: 1 1 auto !important;
    max-width: none !important;
    min-width: 0 !important;
    scroll-snap-align: none !important;
    width: 100% !important;
  }

  /* Footer stacks vertically on mobile — was accidentally in the
     horizontal-scroll bucket above. Reset to a proper vertical footer. */
  .foot { padding: 40px 0 20px; }
  .foot .container { padding: 0 20px; }
  .foot-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 28px !important;
    grid-template-columns: none !important;
  }
  .foot-grid > * {
    flex: 1 1 auto !important;
    max-width: none !important;
    min-width: 0 !important;
  }
  .foot-desc { max-width: 100%; }
  .foot-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 32px;
    gap: 6px;
  }

  /* Problem section: keep the 3 cards stacked vertically on mobile so all
     three stay visible when the shake / "resolve" animation fires — a
     horizontal scroll would break the narrative (user only sees one card
     at a time). */
  .problem-grid {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
    gap: 12px !important;
    margin-top: 40px !important;
  }
  .problem-card { padding: 22px 20px; }
  .problem-card .num { font-size: clamp(40px, 12vw, 56px) !important; }
  .problem-card .label { font-size: 14px; margin-top: 8px; }
  /* Kill the vertical-stagger stair effect on mobile — everything sits flat */
  .how4-card { --offset: 0 !important; }

  /* --- Vertical spacing compression -------------------------------- */
  .prod-section,
  .prod-section.alt > .prod-section-inner { padding: 56px 20px !important; }
  .prod-section-head { margin-bottom: 32px !important; }
  .prod-section-head h2 { font-size: clamp(28px, 8vw, 40px) !important; }
  .prod-section-head p.lead { font-size: 15px !important; }

  /* Home sections — trim padding */
  .problem, .solution, .proof, .usecases, .diff, .flow3, .vtech, .security, .how4 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  /* --- Voice tech feature rows: vertical stack on mobile ---------- */
  .vtech-rows {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    overflow: visible !important;
    scroll-snap-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
  }
  .vtech-row {
    display: grid !important;
    grid-template-columns: 44px 1fr !important;
    grid-template-rows: auto auto !important;
    column-gap: 16px !important;
    row-gap: 6px !important;
    padding: 20px 0 !important;
    max-width: none !important;
    min-width: 0 !important;
    scroll-snap-align: none !important;
    align-items: center !important;
  }
  .vtech-row-visual {
    grid-column: 1;
    grid-row: 1 / span 2;
    justify-content: flex-start !important;
  }
  .vtech-row-visual > * {
    width: 40px !important;
    height: 40px !important;
  }
  .vtech-row-title {
    grid-column: 2;
    grid-row: 1;
    font-size: 17px !important;
  }
  .vtech-row-desc {
    grid-column: 2;
    grid-row: 2;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  /* Hero of the section shrinks tight so the H2 fits without extra whitespace */
  .vtech { padding: 60px 0 !important; }
  .vtech-hero { margin-bottom: 40px !important; gap: 24px !important; }
  .vtech-h2 { font-size: clamp(28px, 8vw, 40px) !important; }
  .vtech-sub { font-size: 15px !important; }
  .vtech-photo { max-width: 100%; }

  /* --- Sub-banner tighter on mobile -------------------------------- */
  .sub-banner-inner { padding: 64px 20px !important; min-height: auto !important; }
  .sub-banner-headline { font-size: clamp(28px, 10vw, 44px) !important; }
}

/* ============================================================
   Mobile: hide the hero chat card entirely (no button, no overlay).
   Desktop keeps the chat card exactly as designed.
   ============================================================ */
@media (max-width: 900px) {
  .vhero-right,
  .vhero-see-chat,
  .vhero-chat-close { display: none !important; }
}

/* ============================================================
   Solution "One call. Five steps." — mobile auto-cycle layout
   Only the active step's text is visible at a time; the phone
   stage sits directly above it and both crossfade together as
   the JS interval flips `active` every 2.8s. Phone stage is
   scaled to fit the viewport cleanly and the drop-shadow is
   removed so the visual sits flat on the section background.
   ============================================================ */
@media (max-width: 700px) {
  .sticky-wrap { grid-template-columns: 1fr; gap: 20px; }

  .sticky-phone {
    position: relative;
    top: auto;
    height: auto;
    min-height: 560px;
    overflow: visible;
  }

  /* Drop the heavy shadow and shrink the phone frame so nothing gets
     clipped by the section padding or the section's edges on narrow phones. */
  .sticky-phone .phone-stage {
    filter: none;
    width: 300px;
    height: 540px;
    transform: scale(0.92);
    transform-origin: center;
  }
  .sticky-phone .phone-stage .ip17 {
    width: 260px;
    height: 540px;
    box-shadow:
      inset 0 0 0 1.5px rgba(255,255,255,0.15),
      0 0 0 8px #1a1a1a,
      0 0 0 9px #2a2a2a;
  }

  /* Every step scene renders inside the SAME visual footprint — no size
     jump when the auto-cycle flips scenes. The phone chassis is the
     reference size (260×540); other layouts (map / reschedule / courier
     / CRM) scale to sit inside that frame cleanly. */
  .sticky-phone .courier-outer,
  .sticky-phone .resch-outer,
  .sticky-phone .crm-outer,
  .sticky-phone .map-outer,
  .sticky-phone .sol-phone-wrap,
  .sticky-phone .ip17-wrap {
    transform: scale(0.92);
    transform-origin: center;
  }

  /* Kill EVERY shadow around the phone stage on mobile. The .ip17-wrap
     drop-shadow was the one hanging behind step 1. */
  .sticky-phone .ip17-wrap { filter: none !important; }
  .sticky-phone .phone-stage::before,
  .sticky-phone .phone-stage::after,
  .sticky-phone .phone-stage-glow { display: none !important; }

  .sticky-steps {
    position: relative;
    display: block;
    padding: 0;
    min-height: 180px;
  }
  .sticky-steps .step {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    padding: 0 16px;
    transition: opacity 0.4s var(--ease);
  }
  .sticky-steps .step.active {
    opacity: 1;
    pointer-events: auto;
  }
  .step-body h3 { font-size: 20px; }
  .step-body p { font-size: 14.5px; max-width: 100%; }
}

/* ============================================================
   Use Cases — mobile: show cards ALREADY open (accent bg + detail
   visible) so users see all the content without hovering.
   ============================================================ */
@media (max-width: 700px) {
  /* Force the accent overlay to full opacity so each card shows in its
     own colour by default */
  .uc-card::before { opacity: 1 !important; }
  /* Text colours that were the hover-only "on colour" state */
  .uc-card .uc-num,
  .uc-card .uc-title,
  .uc-card .uc-desc { color: white !important; }
  /* Extra detail block open by default */
  .uc-card .uc-detail {
    grid-template-rows: 1fr !important;
    margin-top: 22px !important;
  }
  .uc-card .uc-detail > p {
    padding-top: 18px !important;
    color: rgba(255,255,255,0.92) !important;
    border-top-color: rgba(255,255,255,0.22) !important;
  }
  /* Chip styling that lived under :hover */
  .uc-chips span {
    background: rgba(255,255,255,0.18) !important;
    border-color: rgba(255,255,255,0.30) !important;
    color: #ffffff !important;
  }
  /* Number underline extends since it's the "open" state */
  .uc-num::after { width: 38px !important; }
  /* No transform lift / no float animation on mobile */
  .uc-card {
    transform: none !important;
    animation: none !important;
    /* Homogeneous size across all 4 use case cards */
    padding: 28px 24px !important;
    min-height: 0 !important;
    justify-content: flex-start !important;
    border-radius: 20px !important;
    width: 100%;
  }
  .uc-card .uc-content { margin-top: 20px !important; }
  .uc-title { font-size: 22px !important; }
  .uc-desc { font-size: 15px !important; margin-top: 10px !important; max-width: 100% !important; }
  .uc-chips { margin-top: 16px !important; gap: 6px !important; }
  .uc-chips span { padding: 4px 9px !important; font-size: 11.5px !important; }
  .uc-detail > p { font-size: 14px !important; line-height: 1.5 !important; }
}

/* Mobile safety: no element can ever cause horizontal scroll on the page.
   The marquee wrapper and any bleed-out sections stay clipped inside the
   viewport. */
@media (max-width: 900px) {
  html, body { overflow-x: hidden !important; }
}

/* ===========================================================
   SPINE — identity statement (typographic, no visuals)
   =========================================================== */
.spine {
  padding: clamp(96px, 14vw, 180px) 0;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  /* Tangering brand gradient: green → orange → lilac */
  background:
    linear-gradient(100deg,
      #c5e94a 0%,
      #ffa53d 10%,
      #fe5e32 50%,
      #ff7c6e 90%,
      #ecbbe9 100%);
}
/* Brand grain texture — same recipe as flow2-video-card */
.spine::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.16) 1px, transparent 1.4px),
    radial-gradient(circle, rgba(0,0,0,0.08) 1px, transparent 1.4px);
  background-size: 3px 3px, 4px 4px;
  background-position: 0 0, 1.5px 1.5px;
  opacity: 0.5;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}
.spine-inner {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.spine-eyebrow {
  justify-content: center;
  margin-bottom: 32px;
  color: #fff !important;
  background: rgba(255,255,255,0.14) !important;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.24) !important;
}
.spine-eyebrow .pulse { background: #fff !important; box-shadow: 0 0 0 4px rgba(255,255,255,0.28) !important; }
.spine-h1 {
  font-family: 'Overused Grotesk', sans-serif;
  line-height: 1.06 !important;
  letter-spacing: -0.025em !important;
  color: #fff !important;
  max-width: 22ch;
  margin: 0 auto;
  text-shadow: 0 2px 24px rgba(120,30,10,0.22);
}
.spine-h1 em,
section .spine-h1 em {
  font-style: italic !important;
  font-weight: 400 !important;
  color: #fff !important;
  background: linear-gradient(90deg, #fff 0%, #fff5ec 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spine-h2 {
  margin: 32px auto 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(18px, 1.9vw, 24px);
  line-height: 1.5;
  color: rgba(255,255,255,0.94);
  max-width: 60ch;
  font-weight: 400;
}
.spine-h2 em {
  font-style: italic;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px dashed rgba(255,255,255,0.55);
  padding-bottom: 1px;
}
@media (max-width: 700px) {
  .spine { padding: 72px 0; }
  .spine-h1 { font-size: 32px; max-width: none; }
  .spine-h2 { font-size: 17px; margin-top: 22px; }
}

/* ===========================================================
   PROBLEM — 2-card layout + benchmark footnote
   =========================================================== */
.problem-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; max-width: 820px; margin-left: auto; margin-right: auto; }
@media (max-width: 700px) { .problem-grid-2 { grid-template-columns: 1fr !important; } }
.problem-card-foot { margin-top: 14px; font-size: 12px; letter-spacing: 0.02em; color: rgba(0,0,0,0.42); font-style: italic; }

/* ===========================================================
   SOLUTION — Evidence mechanism (4 cards)
   =========================================================== */
.solution-evidence { padding: clamp(80px, 12vw, 140px) 0; background: linear-gradient(180deg, #fff 0%, #fafafa 100%); }
.solution-evidence .solution-intro { text-align: center; }
.solution-evidence .solution-intro .eyebrow { justify-content: center; }
.ev-h2 { margin-top: 24px; text-align: center; }
.ev-h2-accent { color: var(--orange); font-style: italic; font-weight: 400; }
.ev-grid {
  margin-top: clamp(48px, 6vw, 72px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
/* Make the FadeUp wrapper stretch to full grid-cell height so every card matches */
.ev-grid > * {
  display: flex;
  height: 100%;
}
.ev-card {
  position: relative;
  border-radius: 24px;
  padding: 32px 24px 28px;
  color: var(--dark);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.07);
  box-shadow: 0 8px 30px rgba(0,0,0,0.04);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ev-card:hover { transform: translateY(-4px); box-shadow: 0 20px 60px rgba(0,0,0,0.08); }
.ev-card-num {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(0,0,0,0.32);
}
/* Real 3D icon PNGs (Microsoft Fluent Emoji, MIT) */
.ev-card-icon-3d {
  margin: 14px 0 22px !important;
  width: 118px !important;
  height: 118px !important;
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: none !important;
  filter: drop-shadow(0 22px 22px rgba(0,0,0,0.18)) drop-shadow(0 6px 10px rgba(0,0,0,0.12));
  transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1);
}
.ev-card-icon-3d::before,
.ev-card-icon-3d::after { display: none !important; }
.ev-card:hover .ev-card-icon-3d { transform: translateY(-6px) scale(1.06); }
.ev-card-icon-img { width: 100%; height: 100%; object-fit: contain; display: block; }

/* SVG-based jelly icons: transparent wrapper, all detail lives in the SVG */
.ev-card-icon-svg {
  margin: 14px 0 22px !important;
  width: 108px !important;
  height: 108px !important;
  background: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transform: perspective(700px) rotateX(10deg) rotateY(-6deg);
  transform-origin: center;
  transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1);
  filter: drop-shadow(0 22px 22px rgba(120,20,10,0.28));
}
.ev-card-icon-svg::before,
.ev-card-icon-svg::after { display: none !important; }
.ev-card:hover .ev-card-icon-svg {
  transform: perspective(700px) rotateX(4deg) rotateY(-2deg) translateY(-6px) scale(1.06);
}
.ev-card-icon-svg svg { width: 100%; height: 100%; overflow: visible; }

/* ── Legacy jelly-bean 3D orb icons (kept for other uses) ────────────── */
.ev-card-icon {
  margin: 14px 0 22px;
  position: relative;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.94);
  /* Organic bean-blob radius, slightly different per card via nth-child */
  border-radius: 62% 38% 55% 45% / 55% 62% 38% 45%;
  /* Body: translucent orange gel with pink gloss up-top and yellow-green rim at the base */
  background:
    radial-gradient(60% 45% at 30% 22%, rgba(255,255,255,0.85) 0%, rgba(255,220,205,0.5) 32%, rgba(255,255,255,0) 62%),
    linear-gradient(180deg, rgba(255,145,110,0) 0%, rgba(230,236,95,0.55) 96%, rgba(197,233,74,0.7) 100%),
    radial-gradient(circle at 35% 34%, #ff8871 0%, #ff6a44 40%, #fe5e32 74%, #c53818 100%);
  box-shadow:
    inset 0 -10px 22px rgba(120,20,10,0.35),
    inset 0 14px 22px rgba(255,255,255,0.35),
    inset 0 0 0 1px rgba(255,255,255,0.28),
    0 26px 40px -14px rgba(254,94,50,0.45),
    0 6px 14px -4px rgba(0,0,0,0.18);
  transform: perspective(700px) rotateX(10deg) rotateY(-6deg);
  transform-origin: center;
  transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1), filter .3s ease;
}
.ev-card:hover .ev-card-icon {
  transform: perspective(700px) rotateX(4deg) rotateY(-2deg) translateY(-6px) scale(1.05);
  filter: saturate(1.08);
}
/* Sharp specular highlight — the glossy sheen up-top */
.ev-card-icon::before {
  content: '';
  position: absolute;
  top: 8%;
  left: 14%;
  width: 46%;
  height: 32%;
  border-radius: 50% 50% 60% 40% / 60% 50% 50% 40%;
  background: linear-gradient(160deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.4) 55%, rgba(255,255,255,0) 100%);
  filter: blur(0.5px);
  pointer-events: none;
}
/* Secondary gloss / bottom rim glow */
.ev-card-icon::after {
  content: '';
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: 6%;
  height: 22%;
  border-radius: 50%;
  background: radial-gradient(ellipse at 50% 100%, rgba(230,244,110,0.85) 0%, rgba(230,244,110,0) 70%);
  filter: blur(1.5px);
  pointer-events: none;
}
.ev-card-icon .material-icons {
  position: relative;
  z-index: 2;
  font-size: 40px;
  color: #fff;
  filter: drop-shadow(0 3px 4px rgba(120,20,10,0.5));
}
/* Colorway overrides — slight hue shifts per card, all in-brand */
.ev-card-lime   .ev-card-icon {
  background:
    radial-gradient(60% 45% at 30% 22%, rgba(255,255,255,0.9) 0%, rgba(255,240,190,0.5) 32%, rgba(255,255,255,0) 62%),
    linear-gradient(180deg, rgba(255,180,80,0) 0%, rgba(255,220,80,0.5) 96%, rgba(255,200,60,0.7) 100%),
    radial-gradient(circle at 35% 34%, #ffd77a 0%, #ffbc4d 40%, #ffa53d 74%, #c66d10 100%);
  box-shadow:
    inset 0 -10px 22px rgba(140,70,10,0.32),
    inset 0 14px 22px rgba(255,255,255,0.4),
    inset 0 0 0 1px rgba(255,255,255,0.3),
    0 26px 40px -14px rgba(255,165,61,0.45),
    0 6px 14px -4px rgba(0,0,0,0.18);
  border-radius: 55% 45% 62% 38% / 62% 55% 45% 38%;
}
.ev-card-orange .ev-card-icon {
  background:
    radial-gradient(60% 45% at 30% 22%, rgba(255,255,255,0.85) 0%, rgba(255,220,205,0.5) 32%, rgba(255,255,255,0) 62%),
    linear-gradient(180deg, rgba(255,145,110,0) 0%, rgba(230,236,95,0.5) 96%, rgba(197,233,74,0.65) 100%),
    radial-gradient(circle at 35% 34%, #ffa27c 0%, #ff8250 40%, #fe6a3a 74%, #d1391a 100%);
  border-radius: 60% 40% 55% 45% / 55% 60% 40% 45%;
}
.ev-card-coral  .ev-card-icon {
  background:
    radial-gradient(60% 45% at 30% 22%, rgba(255,255,255,0.9) 0%, rgba(255,210,220,0.5) 32%, rgba(255,255,255,0) 62%),
    linear-gradient(180deg, rgba(255,140,140,0) 0%, rgba(240,140,180,0.45) 96%, rgba(220,120,180,0.6) 100%),
    radial-gradient(circle at 35% 34%, #ff9d95 0%, #ff7c6e 40%, #ee5d55 74%, #b03730 100%);
  border-radius: 58% 42% 48% 52% / 48% 58% 42% 52%;
}
.ev-card-lilac  .ev-card-icon {
  background:
    radial-gradient(60% 45% at 30% 22%, rgba(255,255,255,0.95) 0%, rgba(255,225,255,0.55) 32%, rgba(255,255,255,0) 62%),
    linear-gradient(180deg, rgba(220,160,220,0) 0%, rgba(255,180,150,0.4) 96%, rgba(255,160,120,0.55) 100%),
    radial-gradient(circle at 35% 34%, #f5c7f2 0%, #ecbbe9 40%, #d29ccf 74%, #955a90 100%);
  box-shadow:
    inset 0 -10px 22px rgba(90,30,80,0.32),
    inset 0 14px 22px rgba(255,255,255,0.5),
    inset 0 0 0 1px rgba(255,255,255,0.4),
    0 26px 40px -14px rgba(236,187,233,0.55),
    0 6px 14px -4px rgba(0,0,0,0.14);
  border-radius: 52% 48% 60% 40% / 60% 52% 48% 40%;
}
.ev-card-lilac  .ev-card-icon .material-icons { color: #4d1046; filter: drop-shadow(0 2px 3px rgba(255,255,255,0.5)); }
/* Floor shadow puddle */
.ev-card-icon-shadow {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0) 70%);
  filter: blur(5px);
  z-index: -1;
}
.ev-card-title {
  margin-top: 22px;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--dark);
}
.ev-card-desc {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(0,0,0,0.62);
}
.ev-banner {
  margin: clamp(48px, 6vw, 72px) auto 0;
  max-width: 900px;
  padding: 24px 28px;
  border-radius: 20px;
  text-align: center;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.5;
  color: var(--dark);
  background: linear-gradient(100deg, rgba(197,233,74,0.14) 0%, rgba(255,165,61,0.14) 45%, rgba(236,187,233,0.18) 100%);
  border: 1px solid rgba(254,94,50,0.16);
}
/* v3: centered pull-quote, no card */
.ev-banner-v3 {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  max-width: 780px !important;
  text-align: center;
  margin: clamp(56px, 7vw, 88px) auto 0 !important;
}
.ev-banner-v3 .ev-banner-lead {
  margin: 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.5;
  color: rgba(0,0,0,0.5);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 500;
}
.ev-banner-v3 .ev-banner-punch {
  margin: 20px 0 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(22px, 2.6vw, 32px);
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: var(--dark);
}
.ev-banner-v3 .ev-banner-money {
  color: var(--orange);
  font-weight: 600;
  font-style: italic;
}

/* v2 (legacy, kept for other pages) */
.ev-banner-v2 {
  position: relative;
  max-width: 880px;
  padding: clamp(28px, 3vw, 40px) clamp(24px, 3vw, 44px);
  border-radius: 20px;
  text-align: left;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(18px, 2vw, 24px);
  align-items: start;
  color: var(--dark);
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 8px 24px -12px rgba(0,0,0,0.08);
}

.ev-banner-mark {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(254,94,50,0.1);
  color: var(--orange);
}
.ev-banner-mark svg { width: 22px; height: 22px; }

.ev-banner-body { min-width: 0; }

.ev-banner-line {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  font-family: 'Overused Grotesk', sans-serif;
  font-weight: 400;
  color: rgba(0,0,0,0.6);
}
.ev-banner-lead {
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.ev-banner-dot {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0,0,0,0.3);
  transform: translateY(-2px);
}

.ev-banner-punch {
  margin: 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.4;
  letter-spacing: -0.01em;
  font-weight: 500;
  color: var(--dark);
}
.ev-banner-money {
  color: var(--orange);
  font-weight: 600;
}

@media (max-width: 700px) {
  .ev-banner-v2 { padding: 22px 20px; gap: 14px; }
  .ev-banner-mark { width: 36px; height: 36px; border-radius: 10px; }
  .ev-banner-punch { font-size: 17px; }
}
@media (max-width: 900px) { .ev-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .ev-grid { grid-template-columns: 1fr; } .ev-card { min-height: 0; } }

/* ===========================================================
   WHY IT MATTERS v4 — scale-comparison bar
   =========================================================== */
.whyit-scale-v {
  position: relative;
  padding: clamp(96px, 14vw, 160px) 0;
  overflow: hidden;
  isolation: isolate;
  background: #f5f5f7;
  color: var(--dark);
}
.whyit-scale-v .whyit-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.whyit-scale-v .whyit-blob { position: absolute; border-radius: 50%; filter: blur(140px); }
.whyit-scale-v .whyit-blob-a { display: none; }
.whyit-scale-v .whyit-blob-c { display: none; }

.whyit-scale-v .whyit-inner { position: relative; z-index: 1; }
.whyit-scale-v .whyit-head { max-width: 780px; margin: 0 auto; text-align: center; }

/* Editorial header — magazine-style, left-aligned, with a ticker meta row */
.whyit-head-editorial {
  max-width: 1080px !important;
  margin: 0 auto !important;
  text-align: left !important;
  padding-left: clamp(0px, 2vw, 24px);
}
.whyit-head-meta {
  display: inline-flex !important;
  align-items: center;
  gap: 14px;
  padding: 8px 16px 8px 12px;
  border-radius: 999px;
  background: rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.06);
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.62);
  font-weight: 500;
}
.whyit-head-meta .whyit-eyebrow {
  color: inherit !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
  font-size: inherit !important;
  letter-spacing: inherit !important;
  text-transform: uppercase !important;
  font-weight: 500 !important;
}
.whyit-tick {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 4px rgba(254,94,50,0.16);
}
.whyit-meta-sep {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: rgba(0,0,0,0.16);
}
.whyit-meta-tag { color: rgba(0,0,0,0.5); }

.whyit-h2-editorial {
  margin: 28px 0 0 !important;
  max-width: none !important;
  font-size: clamp(38px, 6vw, 84px) !important;
  line-height: 1.02 !important;
  letter-spacing: -0.045em !important;
  font-weight: 600 !important;
}
.whyit-h2-editorial .whyit-h2-line { display: block; }
.whyit-h2-editorial .whyit-h2-line-a {
  color: var(--dark);
  max-width: 22ch;
}
.whyit-h2-editorial .whyit-h2-line-b {
  margin-top: 16px;
  padding-left: 0;
  color: rgba(0,0,0,0.55);
  font-size: 0.58em;
  line-height: 1.25;
  font-weight: 400;
  max-width: 34ch;
}
.whyit-h2-editorial .whyit-h2-line-b em {
  color: var(--orange);
  font-style: italic;
  font-weight: 400;
}

@media (max-width: 700px) {
  .whyit-head-editorial { padding-left: 0; }
  .whyit-h2-editorial { font-size: clamp(30px, 9vw, 44px) !important; letter-spacing: -0.03em !important; }
  .whyit-h2-editorial .whyit-h2-line-b { font-size: 0.52em; margin-top: 12px; }
}

.whyit-scale-v .whyit-eyebrow {
  color: rgba(0,0,0,0.7) !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  backdrop-filter: none;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}
.whyit-scale-v .whyit-eyebrow .pulse { background: var(--orange) !important; }
.whyit-scale-v .whyit-h2 {
  margin: 28px auto 0 !important;
  color: var(--dark) !important;
  max-width: 24ch;
  line-height: 1.15 !important;
  letter-spacing: -0.03em !important;
}
.whyit-scale-v .whyit-h2 em {
  color: var(--orange) !important;
  font-style: italic;
  font-weight: 400;
  display: inline-block;
  margin-top: 12px;
}
.whyit-scale-v .whyit-h2 br { line-height: 0; }

/* SCALE BAR — three stacked rows, no absolute overlap */
.whyit-scale {
  margin: clamp(64px, 8vw, 100px) auto 0;
  max-width: 1080px;
  padding: 0 clamp(0px, 2vw, 24px);
}
/* Row 1: top label (external anchor) */
.whyit-scale-topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 0 4px 16px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.whyit-scale-topline-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
  font-weight: 500;
}
.whyit-scale-topline-value {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: rgba(0,0,0,0.42);
  line-height: 1;
}
/* Row 2: the bar itself (two adjacent slices) */
.whyit-scale-bar {
  display: flex;
  height: 96px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
}
.whyit-scale-fill {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: linear-gradient(100deg, #ffa53d 0%, #fe5e32 60%, #ff7c6e 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.35),
    inset 0 -3px 10px rgba(120,20,10,0.22);
  animation: whyit-fill 1.4s cubic-bezier(0.22, 1, 0.36, 1) 0.2s both;
  transform-origin: left;
  min-width: 0;
}
@keyframes whyit-fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.whyit-scale-fill-inner {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(20px, 2.6vw, 34px);
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #fff;
  text-shadow: 0 2px 6px rgba(120,20,10,0.28);
  padding: 0 8px;
  white-space: nowrap;
}
.whyit-scale-rest {
  background: repeating-linear-gradient(-45deg, rgba(0,0,0,0.04) 0 10px, rgba(0,0,0,0.02) 10px 20px);
  border-left: 1px dashed rgba(0,0,0,0.14);
}
/* Row 3: bottom labels, columns match the bar ratio */
.whyit-scale-labels {
  display: flex;
  margin-top: 14px;
}
.whyit-scale-labels-orange { padding-right: 12px; text-align: left; }
.whyit-scale-labels-gray   { padding-left: 12px;  text-align: left; border-left: 1px dashed rgba(0,0,0,0.14); }
.whyit-scale-labels-num {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--orange);
  line-height: 1;
}
.whyit-scale-labels-tag {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(0,0,0,0.62);
  letter-spacing: 0.02em;
}
.whyit-scale-labels-tag.muted { color: rgba(0,0,0,0.42); }

/* EQUATION — editorial strip, no card, big numbers with clean captions */
.whyit-eq-inline {
  margin: clamp(56px, 7vw, 88px) auto 0;
  padding: clamp(28px, 3.5vw, 44px) 0;
  max-width: 1080px;
  background: none;
  border: none;
  border-top: 1px solid rgba(0,0,0,0.08);
  border-bottom: 1px solid rgba(0,0,0,0.08);
  border-radius: 0;
  box-shadow: none;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1.15fr;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
}
.whyit-eq-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 4px;
  min-width: 0;
}
.whyit-eq-part.is-total .whyit-eq-partn {
  color: var(--orange);
  font-size: clamp(40px, 4.6vw, 60px);
  font-weight: 600;
}
.whyit-eq-part.is-total .whyit-eq-partl {
  color: var(--orange);
  font-weight: 500;
  opacity: 0.75;
}
.whyit-eq-partn {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(32px, 3.4vw, 44px);
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--dark);
}
.whyit-eq-partl {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0,0,0,0.5);
  max-width: 200px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
.whyit-eq-x {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(18px, 1.8vw, 22px);
  color: rgba(0,0,0,0.22);
  font-weight: 300;
  width: 20px;
  padding-bottom: 22px;
}

/* PULL-QUOTE BANNER — the emotional payoff */
.whyit-banner-quote {
  position: relative;
  margin: clamp(72px, 9vw, 110px) auto 0 !important;
  padding: 0 clamp(24px, 4vw, 40px) !important;
  max-width: 900px !important;
  text-align: center;
  border: none !important;
  background: none !important;
  color: var(--dark);
}
.whyit-banner-mark {
  display: block;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(80px, 12vw, 140px);
  line-height: 0.6;
  color: var(--orange);
  opacity: 0.85;
  margin-bottom: -20px;
}
.whyit-banner-body {
  margin: 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: 500;
  color: var(--dark);
  max-width: 22ch;
  margin: 0 auto;
}
.whyit-banner-body em {
  display: block;
  margin-top: 12px;
  font-style: italic;
  font-weight: 500;
  color: var(--orange);
}

/* BANNER + FOOT */
.whyit-scale-v .whyit-banner {
  margin: clamp(48px, 6vw, 72px) auto 0;
  max-width: 640px;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.4;
  color: var(--dark);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.whyit-scale-v .whyit-foot {
  margin: 20px auto 0;
  max-width: 560px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(0,0,0,0.42);
  text-align: center;
  font-style: italic;
}

@media (max-width: 700px) {
  .whyit-scale-topline { flex-direction: column; align-items: flex-start; gap: 6px; }
  .whyit-scale-bar { height: 72px; border-radius: 14px; }
  .whyit-scale-fill-inner { font-size: 16px; }
  .whyit-scale-labels-num { font-size: 20px; }
  .whyit-scale-labels-tag { font-size: 11px; }
  .whyit-eq-inline { grid-template-columns: 1fr; gap: 14px; padding: 24px; }
  .whyit-eq-x { padding: 0; width: auto; font-size: 18px; }
  .whyit-eq-part.is-total { padding: 18px 12px; }
}

/* ===========================================================
   WHY IT MATTERS v3 — editorial hero-number, cream background (legacy)
   =========================================================== */
.whyit-v2 {
  position: relative;
  padding: clamp(120px, 16vw, 200px) 0;
  overflow: hidden;
  isolation: isolate;
  background: #faf7f2;
  color: var(--dark);
}
/* Ultra-subtle brand accent — a soft warm wash top-left and cool bottom-right */
.whyit-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.whyit-blob { position: absolute; border-radius: 50%; filter: blur(140px); }
.whyit-blob-a { top: -180px; left: -120px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(255,165,61,0.28) 0%, rgba(255,165,61,0) 70%); }
.whyit-blob-b { display: none; }
.whyit-blob-c { bottom: -200px; right: -160px; width: 560px; height: 560px; background: radial-gradient(circle, rgba(236,187,233,0.32) 0%, rgba(236,187,233,0) 70%); }
.whyit-grid { display: none; }

.whyit-inner { position: relative; z-index: 1; text-align: center; }

/* HEAD */
.whyit-head { max-width: 780px; margin: 0 auto; }
.whyit-eyebrow {
  color: rgba(0,0,0,0.7) !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  backdrop-filter: none;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 500;
}
.whyit-eyebrow .pulse { background: var(--orange) !important; }
.whyit-h2 {
  margin: 20px auto 0 !important;
  color: var(--dark) !important;
  max-width: 22ch;
}
.whyit-h2 em { color: var(--orange) !important; font-style: italic; font-weight: 400; }

/* HERO NUMBER — editorial, gigantic, brand gradient */
.whyit-focal {
  position: relative;
  margin: clamp(72px, 10vw, 120px) auto clamp(48px, 6vw, 80px);
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  max-width: none;
  text-align: center;
}
.whyit-focal-label {
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.42);
  font-weight: 500;
  margin-bottom: 16px;
}
.whyit-focal-num {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(96px, 20vw, 280px);
  line-height: 0.9;
  font-weight: 600;
  letter-spacing: -0.06em;
  background: linear-gradient(100deg, #c5e94a 0%, #ffa53d 22%, #fe5e32 55%, #ff7c6e 82%, #ecbbe9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 12px 28px rgba(254,94,50,0.22));
}
.whyit-focal-eq {
  margin: clamp(40px, 5vw, 64px) auto 0;
  padding-top: clamp(28px, 3vw, 40px);
  max-width: 640px;
  border-top: 1px solid rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 40px);
  justify-content: center;
  flex-wrap: nowrap;
}
.whyit-eq-cell { text-align: center; flex: 1; max-width: 260px; }
.whyit-eq-num {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 1;
  font-weight: 500;
  color: var(--dark);
  letter-spacing: -0.02em;
}
.whyit-eq-label {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(0,0,0,0.5);
}
.whyit-eq-op {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(20px, 2.2vw, 26px);
  color: rgba(0,0,0,0.28);
  font-weight: 300;
  padding-bottom: 26px;
  flex: 0;
}

/* BANNER + FOOT (understated) */
.whyit-banner {
  margin: clamp(56px, 7vw, 88px) auto 0;
  max-width: 640px;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.4;
  color: var(--dark);
  font-weight: 500;
  letter-spacing: -0.01em;
}
.whyit-foot {
  margin: 24px auto 0;
  max-width: 560px;
  font-size: 12px;
  line-height: 1.55;
  color: rgba(0,0,0,0.42);
  text-align: center;
  font-style: italic;
}

@media (max-width: 700px) {
  .whyit-focal-num { font-size: clamp(72px, 24vw, 120px); }
  .whyit-focal-eq { gap: 12px; flex-wrap: wrap; }
  .whyit-eq-op { padding-bottom: 12px; font-size: 18px; }
  .whyit-eq-cell { max-width: none; flex: none; }
}

/* ===========================================================
   USE CASES — human-style: portrait hero + editorial rows
   =========================================================== */
.uc-human { padding: clamp(80px, 12vw, 140px) 0; background: #fff; }
.uch-hero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(40px, 6vw, 88px);
  align-items: center;
  margin-bottom: clamp(64px, 8vw, 100px);
}
.uch-hero-copy { min-width: 0; }
.uch-h2 { margin-top: 20px !important; max-width: 20ch; }
.uch-h2 em { color: var(--orange); font-style: italic; font-weight: 400; }
.uch-intro { margin-top: 20px; max-width: 44ch; color: var(--muted); }
.uch-live {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 10px;
  background: rgba(34,197,94,0.08);
  border: 1px solid rgba(34,197,94,0.22);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #16a34a;
}
.uch-live-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 8px rgba(34,197,94,0.75);
  animation: callPulse 1.8s ease-in-out infinite;
}
.uch-hero-photo-col { display: flex; justify-content: center; }
.uch-photo {
  position: relative;
  width: 100%;
  max-width: 460px;
  aspect-ratio: 1 / 1.1;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(140deg, #ffe6d3 0%, #ffcbb0 45%, #f5b8b5 100%);
  box-shadow:
    0 40px 80px -30px rgba(0,0,0,0.28),
    0 12px 30px -12px rgba(254,94,50,0.35);
}
.uch-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: normal;
}
.uch-photo-caption {
  position: absolute;
  left: 16px; bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(10px);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: var(--dark);
  letter-spacing: 0.01em;
  box-shadow: 0 6px 18px -6px rgba(0,0,0,0.2);
}
.uch-photo-caption-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 3px rgba(254,94,50,0.18);
}

/* Feature rows — human, warm, generously spaced */
.uch-rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 1100px;
  margin: 0 auto;
}
.uch-row {
  display: grid;
  grid-template-columns: 56px 56px 1fr;
  gap: 22px;
  align-items: center;
  padding: 24px 28px;
  border-radius: 18px;
  background: #fafafa;
  border: 1px solid rgba(0,0,0,0.05);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.uch-row:hover { background: #f4f4f4; transform: translateY(-1px); }
.uch-row-index {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: rgba(0,0,0,0.35);
}
.uch-row-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  display: grid; place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #ffb455 0%, #ff8250 100%);
  box-shadow: 0 8px 20px -6px rgba(254,94,50,0.35), inset 0 -3px 8px rgba(120,20,10,0.15), inset 0 3px 8px rgba(255,255,255,0.35);
}
.uch-row-icon svg { width: 22px; height: 22px; }
.uch-row-lime   .uch-row-icon { background: linear-gradient(135deg, #d4ef61 0%, #a6c72e 100%); color: #33470b; box-shadow: 0 8px 20px -6px rgba(197,233,74,0.5), inset 0 -3px 8px rgba(90,110,20,0.18), inset 0 3px 8px rgba(255,255,255,0.4); }
.uch-row-coral  .uch-row-icon { background: linear-gradient(135deg, #ff9d95 0%, #ee5d55 100%); }
.uch-row-orange .uch-row-icon { background: linear-gradient(135deg, #ffb455 0%, #ff8250 100%); }
.uch-row-lilac  .uch-row-icon { background: linear-gradient(135deg, #f6c9f2 0%, #c07dbc 100%); color: #4d1046; box-shadow: 0 8px 20px -6px rgba(200,139,196,0.45), inset 0 -3px 8px rgba(90,30,80,0.2), inset 0 3px 8px rgba(255,255,255,0.5); }
.uch-row-title {
  margin: 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--dark);
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.uch-row-desc { margin: 6px 0 0; font-size: 15px; line-height: 1.55; color: rgba(0,0,0,0.62); }
.uch-row-badge { font-size: 10.5px; text-transform: uppercase; letter-spacing: 0.09em; padding: 4px 10px; border-radius: 999px; background: var(--orange); color: #fff; font-weight: 600; }
.uch-row-hero {
  background: linear-gradient(100deg, rgba(197,233,74,0.14) 0%, rgba(255,165,61,0.16) 45%, rgba(236,187,233,0.2) 100%);
  border-color: rgba(254,94,50,0.28);
  padding: 30px 32px;
}
.uch-row-hero .uch-row-icon { background: linear-gradient(135deg, #fe5e32 0%, #ffa53d 100%); box-shadow: 0 12px 30px -8px rgba(254,94,50,0.5), inset 0 -3px 8px rgba(120,20,10,0.2), inset 0 3px 8px rgba(255,255,255,0.4); }
.uch-row-hero .uch-row-title { font-size: 21px; }

.uch-cta-wrap { margin-top: 44px; text-align: center; }
.uch-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px;
  background: var(--dark); color: #fff;
  text-decoration: none; font-weight: 500; font-size: 15px;
  transition: background .2s ease;
}
.uch-cta:hover { background: var(--orange); }

@media (max-width: 900px) {
  .uch-hero { grid-template-columns: 1fr; gap: 32px; }
  .uch-hero-photo-col { order: -1; }
  .uch-photo { max-width: 380px; }
}
@media (max-width: 700px) {
  .uch-row { grid-template-columns: 40px 44px 1fr; gap: 14px; padding: 20px 22px; }
  .uch-row-index { font-size: 12px; }
  .uch-row-icon { width: 40px; height: 40px; border-radius: 11px; }
  .uch-row-icon svg { width: 20px; height: 20px; }
  .uch-row-title { font-size: 16px; gap: 8px; }
  .uch-row-hero { padding: 22px 22px; }
  .uch-row-hero .uch-row-title { font-size: 18px; }
}

/* Legacy uc-menu kept for other pages */
.uc-menu { padding: clamp(80px, 12vw, 140px) 0; background: #fff; }
.ucm-h2 { margin-top: 24px; }
.ucm-h2 em { color: var(--orange); font-style: italic; font-weight: 400; }
.ucm-intro { margin-top: 20px; max-width: 680px; }
.ucm-list { margin-top: clamp(40px, 5vw, 60px); display: flex; flex-direction: column; gap: 14px; max-width: 1080px; }
.ucm-row {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 24px;
  align-items: start;
  padding: 22px 26px;
  border-radius: 18px;
  background: #fafafa;
  border: 1px solid rgba(0,0,0,0.06);
  transition: background .25s ease, border-color .25s ease, transform .25s ease;
}
.ucm-row:hover { background: #f4f4f4; border-color: rgba(0,0,0,0.1); }
.ucm-row-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ffb455 0%, #ffa53d 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(255,165,61,0.28), inset 0 -4px 10px rgba(0,0,0,0.12), inset 0 4px 10px rgba(255,255,255,0.35);
}
.ucm-row-icon .material-icons { font-size: 28px; }
.ucm-row-title { font-family: 'Overused Grotesk', sans-serif; font-size: 20px; font-weight: 600; color: var(--dark); letter-spacing: -0.01em; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ucm-row-desc { margin-top: 8px; color: rgba(0,0,0,0.62); font-size: 15px; line-height: 1.55; }
.ucm-row-badge { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; padding: 4px 10px; border-radius: 999px; background: var(--orange); color: #fff; font-weight: 600; }
.ucm-row-hero {
  background: linear-gradient(100deg, rgba(197,233,74,0.14) 0%, rgba(255,165,61,0.14) 45%, rgba(236,187,233,0.18) 100%);
  border-color: rgba(254,94,50,0.28);
  padding: 28px 30px;
  transform: scale(1.01);
}
.ucm-row-hero .ucm-row-icon { background: linear-gradient(135deg, #fe5e32 0%, #ffa53d 100%); box-shadow: 0 14px 36px rgba(254,94,50,0.38), inset 0 -4px 10px rgba(0,0,0,0.14), inset 0 4px 10px rgba(255,255,255,0.35); }
.ucm-row-hero .ucm-row-title { font-size: 22px; }
.ucm-cta-wrap { margin-top: 40px; text-align: center; }
.ucm-cta { display: inline-flex; align-items: center; gap: 8px; padding: 14px 24px; border-radius: 999px; background: var(--dark); color: #fff; text-decoration: none; font-weight: 500; font-size: 15px; transition: background .2s ease; }
.ucm-cta:hover { background: var(--orange); }
@media (max-width: 700px) {
  .ucm-row { grid-template-columns: 52px 1fr; gap: 16px; padding: 18px 20px; }
  .ucm-row-icon { width: 44px; height: 44px; border-radius: 12px; }
  .ucm-row-icon .material-icons { font-size: 22px; }
  .ucm-row-title { font-size: 17px; }
  .ucm-row-hero { padding: 22px 22px; }
}

/* ===========================================================
   PROBLEM v2 — two-column layout, stat bars
   =========================================================== */
.problem-v2 { padding: clamp(90px, 12vw, 140px) 0; }
.problem-v2 .prob-layout {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
}
.prob-h2 {
  margin-top: 24px !important;
  max-width: 18ch;
}
.prob-h2-accent { color: var(--orange); font-style: italic; font-weight: 400; }
.prob-sub { margin-top: 24px !important; max-width: 44ch; }
.prob-close {
  margin-top: 32px;
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.55;
  color: rgba(0,0,0,0.7);
  max-width: 44ch;
  border-left: 3px solid var(--orange);
  padding-left: 18px;
}
.prob-kicker {
  margin-top: 36px;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--dark);
}
.prob-kicker .orange { color: var(--orange); }

.prob-right { display: flex; flex-direction: column; gap: 20px; }
.prob-stat {
  padding: 30px 32px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 22px;
  box-shadow: 0 12px 40px -14px rgba(0,0,0,0.14);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.prob-stat:hover {
  transform: translateY(-3px);
  border-color: rgba(254,94,50,0.35);
  box-shadow: 0 20px 50px -14px rgba(254,94,50,0.22);
}
.prob-stat-num {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(56px, 6vw, 88px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.04em;
  color: var(--dark);
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.prob-stat-num .unit { color: var(--orange); font-size: 0.55em; }
.prob-stat-bar {
  margin-top: 20px;
  height: 8px;
  border-radius: 999px;
  background: rgba(0,0,0,0.06);
  overflow: hidden;
}
.prob-stat-bar span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #ffa53d 0%, #fe5e32 100%);
  transform: translateX(-100%);
  animation: prob-bar-fill 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}
@keyframes prob-bar-fill { to { transform: translateX(0); } }
.prob-stat-label {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0,0,0,0.68);
}
.prob-stat-foot {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px dashed rgba(0,0,0,0.1);
  font-size: 12px;
  font-style: italic;
  color: rgba(0,0,0,0.42);
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  .problem-v2 .prob-layout { grid-template-columns: 1fr; gap: 40px; }
  .prob-h2, .prob-sub, .prob-close { max-width: 100%; }
  .prob-stat { padding: 24px; }
}

/* ===========================================================
   USE CASES v3 — "4 conversations → 1 record → claims outcome"
   =========================================================== */
.uc-new { padding: clamp(96px, 14vw, 160px) 0; background: #fff; }
.ucn-head { max-width: 780px; margin: 0 auto; text-align: center; }
.ucn-eyebrow { display: inline-flex !important; }
.ucn-h2 { margin: 24px auto 0 !important; max-width: 22ch; }
.ucn-h2 em { color: var(--orange); font-style: italic; font-weight: 400; }
.ucn-intro { margin: 20px auto 0; max-width: 56ch; color: var(--muted); text-align: center; }

.ucn-flow {
  position: relative;
  margin: clamp(56px, 8vw, 88px) auto 0;
  max-width: 1080px;
}

/* SOURCES ROW — 4 conversation mini-cards */
.ucn-sources {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.ucn-src {
  position: relative;
  padding: 18px 18px 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow: 0 12px 30px -18px rgba(0,0,0,0.14);
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 168px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.ucn-src:hover { transform: translateY(-3px); box-shadow: 0 24px 44px -20px rgba(0,0,0,0.18); }
.ucn-src-tag {
  align-self: flex-start;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.06);
  color: rgba(0,0,0,0.6);
}
.ucn-src-lime   { border-color: rgba(197,233,74,0.4);  }
.ucn-src-lime   .ucn-src-tag { background: rgba(197,233,74,0.28); color: #556a10; }
.ucn-src-orange { border-color: rgba(255,165,61,0.42); }
.ucn-src-orange .ucn-src-tag { background: rgba(255,165,61,0.2);  color: #b56b12; }
.ucn-src-coral  { border-color: rgba(254,94,50,0.35);  }
.ucn-src-coral  .ucn-src-tag { background: rgba(254,94,50,0.14);  color: #b23616; }
.ucn-src-lilac  { border-color: rgba(200,139,196,0.42);}
.ucn-src-lilac  .ucn-src-tag { background: rgba(236,187,233,0.28); color: #6b1e60; }

.ucn-src-body { flex: 1; display: flex; flex-direction: column; justify-content: center; }
.ucn-src-msg,
.ucn-src-alert {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  background: #fafafa;
  border-radius: 12px;
  padding: 10px 12px;
}
.ucn-src-msg.them { background: rgba(254,94,50,0.06); }
.ucn-src-msg p, .ucn-src-alert p { margin: 0; font-size: 12.5px; line-height: 1.45; color: var(--dark); }
.ucn-src-avatar {
  width: 26px; height: 26px; border-radius: 50%;
  background: linear-gradient(135deg, #fe5e32, #ffa53d);
  color: #fff;
  display: grid; place-items: center;
  font-size: 11px; font-weight: 700;
  flex-shrink: 0;
}
.ucn-src-time { display: block; margin-top: 4px; font-size: 10.5px; color: rgba(0,0,0,0.4); letter-spacing: 0.02em; }
.ucn-src-alert-dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245,158,11,0.18);
  margin-top: 4px;
  flex-shrink: 0;
}
.ucn-src-label {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--dark);
  padding-top: 6px;
  border-top: 1px dashed rgba(0,0,0,0.1);
}

/* CONVERGING LINES */
.ucn-lines {
  width: 100%;
  height: 60px;
  margin: 8px 0;
}
.ucn-lines svg { width: 100%; height: 100%; display: block; }

/* EVIDENCE RECORD — central artifact */
.ucn-record {
  position: relative;
  padding: 26px 30px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fff 0%, #fff8f4 100%);
  border: 1.5px solid rgba(254,94,50,0.35);
  box-shadow:
    0 30px 60px -20px rgba(254,94,50,0.28),
    0 12px 28px -14px rgba(0,0,0,0.15);
  max-width: 720px;
  margin: 0 auto;
}
.ucn-record::before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 22px 0 0 22px;
  background: linear-gradient(180deg, #fe5e32, #ffa53d);
}
.ucn-record-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.ucn-record-eyebrow {
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
  font-weight: 600;
  display: block;
}
.ucn-record-title {
  margin: 6px 0 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--dark);
}
.ucn-record-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(34,197,94,0.1);
  color: #16a34a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ucn-record-dot { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 8px rgba(34,197,94,0.7); }
.ucn-record-meta {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed rgba(0,0,0,0.08);
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(0,0,0,0.6);
}
.ucn-record-meta strong { color: var(--dark); font-weight: 600; }
.ucn-record-meta .dot { color: rgba(0,0,0,0.25); }

/* CLAIMS & DISPUTES OUTCOME */
.ucn-claims {
  margin: 24px auto 0;
  max-width: 720px;
  padding: 24px 28px;
  border-radius: 20px;
  background: linear-gradient(100deg, rgba(197,233,74,0.16) 0%, rgba(255,165,61,0.2) 45%, rgba(236,187,233,0.22) 100%);
  border: 1px solid rgba(254,94,50,0.28);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
}
.ucn-claims-arrow {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #fe5e32, #ffa53d);
  color: #fff;
  box-shadow: 0 8px 20px -6px rgba(254,94,50,0.5);
  flex-shrink: 0;
}
.ucn-claims-top {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ucn-claims-badge {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
}
.ucn-claims-title {
  margin: 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--dark);
}
.ucn-claims-desc {
  margin: 8px 0 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(0,0,0,0.68);
}

.ucn-cta-wrap { margin-top: 44px; text-align: center; }
.ucn-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px;
  background: var(--dark); color: #fff;
  text-decoration: none; font-weight: 500; font-size: 15px;
  transition: background .2s ease;
}
.ucn-cta:hover { background: var(--orange); }

@media (max-width: 900px) {
  .ucn-sources { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .ucn-lines { display: none; }
  .ucn-record { margin-top: 24px; }
  .ucn-claims { grid-template-columns: 1fr; gap: 12px; text-align: left; }
  .ucn-claims-arrow { width: 40px; height: 40px; }
}
@media (max-width: 500px) {
  .ucn-sources { grid-template-columns: 1fr; }
}

/* ===========================================================
   USE CASES v4 — SaaS split: pitch left, evidence-record panel right
   =========================================================== */
.uc-split {
  padding: clamp(96px, 14vw, 160px) 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.ucs-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(48px, 6vw, 88px);
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.ucs-left { min-width: 0; }
.ucs-h2 { margin-top: 20px !important; max-width: 20ch; }
.ucs-h2 em { color: var(--orange); font-style: italic; font-weight: 400; }
.ucs-intro { margin-top: 20px; max-width: 42ch; color: var(--muted); }

.ucs-list { margin-top: 32px; display: flex; flex-direction: column; gap: 6px; }
.ucs-item {
  display: grid;
  grid-template-columns: 14px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.06);
  background: #fafafa;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.ucs-item:hover { background: #f4f4f4; transform: translateX(2px); }
.ucs-item-dot { width: 10px; height: 10px; border-radius: 50%; }
.ucs-item-lime   .ucs-item-dot { background: #a6c72e; }
.ucs-item-orange .ucs-item-dot { background: #ffa53d; }
.ucs-item-coral  .ucs-item-dot { background: #ee5d55; }
.ucs-item-lilac  .ucs-item-dot { background: #c88bc4; }
.ucs-item-title { font-family: 'Overused Grotesk', sans-serif; font-size: 15.5px; font-weight: 500; color: var(--dark); letter-spacing: -0.01em; }
.ucs-item-tag {
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0,0,0,0.42);
}
.ucs-item.is-hero {
  background: linear-gradient(100deg, rgba(197,233,74,0.14) 0%, rgba(255,165,61,0.18) 55%, rgba(236,187,233,0.2) 100%);
  border-color: rgba(254,94,50,0.35);
  padding: 18px 20px;
}
.ucs-item.is-hero .ucs-item-dot { background: linear-gradient(135deg, #fe5e32, #ffa53d); box-shadow: 0 0 0 4px rgba(254,94,50,0.18); }
.ucs-item.is-hero .ucs-item-title { font-size: 17px; font-weight: 600; }
.ucs-item.is-hero .ucs-item-tag { color: var(--orange); }
.ucs-item-badge {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  margin-left: 8px;
}

.ucs-cta {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 32px;
  padding: 14px 26px; border-radius: 999px;
  background: var(--dark); color: #fff;
  text-decoration: none; font-weight: 500; font-size: 15px;
  transition: background .2s ease;
}
.ucs-cta:hover { background: var(--orange); }

/* RIGHT PANEL — the evidence-record product mockup */
.ucs-right { min-width: 0; }
.ucs-panel {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  box-shadow:
    0 60px 100px -40px rgba(0,0,0,0.28),
    0 20px 40px -20px rgba(254,94,50,0.18);
}
.ucs-panel::before {
  content: '';
  position: absolute;
  left: -1px; right: -1px; top: -1px;
  height: 3px;
  background: linear-gradient(90deg, #c5e94a 0%, #ffa53d 30%, #fe5e32 60%, #ecbbe9 100%);
}

/* Chrome bar (like a browser window) */
.ucs-panel-chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 18px;
  background: #fafafa;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.ucs-dot { width: 10px; height: 10px; border-radius: 50%; }
.ucs-dot-r { background: #ff5f57; }
.ucs-dot-y { background: #ffbd2e; }
.ucs-dot-g { background: #28c840; }
.ucs-panel-crumb {
  margin-left: 12px;
  padding: 4px 12px;
  border-radius: 6px;
  background: rgba(0,0,0,0.04);
  font-size: 11.5px;
  color: rgba(0,0,0,0.5);
  letter-spacing: 0.02em;
}

/* Panel head */
.ucs-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 22px 0;
}
.ucs-panel-eyebrow {
  display: block;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
  font-weight: 600;
}
.ucs-panel-title {
  margin: 6px 0 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--dark);
}
.ucs-panel-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(34,197,94,0.1);
  color: #16a34a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ucs-panel-status-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34,197,94,0.7);
  animation: callPulse 1.8s ease-in-out infinite;
}
.ucs-panel-meta {
  margin: 14px 22px 18px;
  padding-bottom: 14px;
  border-bottom: 1px dashed rgba(0,0,0,0.1);
  display: flex; gap: 10px; flex-wrap: wrap;
  font-size: 12px; color: rgba(0,0,0,0.55);
}
.ucs-panel-meta strong { color: var(--dark); font-weight: 600; }
.ucs-panel-meta .sep { color: rgba(0,0,0,0.22); }

/* Thread */
.ucs-panel-thread {
  list-style: none;
  padding: 0 22px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ucs-msg {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 12px;
  align-items: start;
}
.ucs-msg-tag {
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 6px;
  background: rgba(0,0,0,0.06);
  color: rgba(0,0,0,0.55);
  text-align: center;
  align-self: center;
}
.ucs-msg-bubble {
  padding: 10px 14px;
  border-radius: 12px;
  background: #f6f6f8;
}
.ucs-msg-out .ucs-msg-bubble { background: linear-gradient(135deg, #fff5ef 0%, #ffe7d9 100%); border: 1px solid rgba(254,94,50,0.14); }
.ucs-msg-in  .ucs-msg-bubble { background: #f0f1f4; }
.ucs-msg-sys .ucs-msg-bubble { background: rgba(245,158,11,0.1); border: 1px solid rgba(245,158,11,0.28); }
.ucs-msg-sys .ucs-msg-tag { background: rgba(245,158,11,0.16); color: #b46810; }
.ucs-msg-sender { font-size: 10.5px; font-weight: 600; letter-spacing: 0.04em; color: rgba(0,0,0,0.55); text-transform: uppercase; }
.ucs-msg-text { margin: 4px 0 0; font-size: 13.5px; line-height: 1.45; color: var(--dark); }
.ucs-msg-time { margin-top: 4px; font-size: 10.5px; color: rgba(0,0,0,0.4); font-variant-numeric: tabular-nums; }

/* Panel foot — the "dispute-ready" callout */
.ucs-panel-foot {
  margin: 20px 0 0;
  padding: 16px 22px 22px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: center;
  background: linear-gradient(100deg, rgba(197,233,74,0.14) 0%, rgba(255,165,61,0.16) 50%, rgba(236,187,233,0.18) 100%);
  border-top: 1px solid rgba(254,94,50,0.2);
}
.ucs-panel-foot-icon {
  width: 36px; height: 36px;
  border-radius: 10px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #fe5e32, #ffa53d);
  color: #fff;
  box-shadow: 0 8px 20px -6px rgba(254,94,50,0.5);
}
.ucs-panel-foot-title { font-family: 'Overused Grotesk', sans-serif; font-size: 14.5px; font-weight: 600; color: var(--dark); }
.ucs-panel-foot-desc { margin-top: 2px; font-size: 12.5px; color: rgba(0,0,0,0.6); line-height: 1.4; }

@media (max-width: 960px) {
  .ucs-grid { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 600px) {
  .ucs-msg { grid-template-columns: 1fr; gap: 6px; }
  .ucs-msg-tag { justify-self: flex-start; align-self: flex-start; }
  .ucs-item { grid-template-columns: 10px 1fr; gap: 10px; padding: 12px 14px; }
  .ucs-item-tag { display: none; }
  .ucs-item.is-hero { grid-template-columns: 10px 1fr auto; }
}

/* ===========================================================
   USE CASES v5 — clean editorial list (info-first)
   =========================================================== */
.uc-clean {
  padding: clamp(96px, 14vw, 160px) 0;
  background: #fff;
}
.ucc-head { max-width: 780px; margin: 0 auto; text-align: center; }
.ucc-h2 { margin-top: 24px !important; max-width: 22ch; margin-left: auto; margin-right: auto; }
.ucc-h2 em { color: var(--orange); font-style: italic; font-weight: 400; }
.ucc-intro { margin: 20px auto 0; max-width: 56ch; color: var(--muted); text-align: center; }

/* Centered head — title and subtitle each on one line, generous but tight */
.ucc-head-center {
  max-width: 1080px !important;
  margin: 0 auto clamp(48px, 6vw, 72px) !important;
  text-align: center !important;
  padding: 0 clamp(0px, 2vw, 24px);
}
.ucc-head-center .ucc-eyebrow { justify-content: center; margin-bottom: 24px; }
.ucc-h2-single {
  margin: 0 !important;
  max-width: none !important;
  text-align: center !important;
  line-height: 1.1 !important;
  letter-spacing: -0.025em !important;
  white-space: nowrap;
}
.ucc-intro-single {
  margin: 18px auto 0 !important;
  text-align: center !important;
  color: var(--muted);
  font-size: 16.5px;
  line-height: 1.5;
  max-width: none;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .ucc-h2-single, .ucc-intro-single { white-space: normal; }
}

/* Editorial head (legacy left-aligned split, unused now) */
.ucc-head-editorial {
  max-width: 1180px !important;
  margin: 0 auto clamp(56px, 8vw, 88px) !important;
  text-align: left !important;
  padding: 0 clamp(0px, 2vw, 24px);
}
.ucc-head-editorial .ucc-eyebrow { display: inline-flex; margin-bottom: 32px; }
.ucc-head-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: end;
}
.ucc-head-editorial .ucc-h2 {
  margin: 0 !important;
  max-width: none !important;
  text-align: left;
  line-height: 1.02 !important;
  letter-spacing: -0.035em !important;
}
.ucc-head-editorial .ucc-h2-line-a,
.ucc-head-editorial .ucc-h2-line-b { display: block; }
.ucc-head-editorial .ucc-h2-line-b { margin-top: 8px; }
.ucc-head-editorial .ucc-intro {
  margin: 0 !important;
  max-width: 44ch;
  text-align: left;
  padding-bottom: 8px;
  font-size: 16.5px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .ucc-head-grid { grid-template-columns: 1fr; gap: 24px; align-items: start; }
  .ucc-head-editorial .ucc-eyebrow { margin-bottom: 20px; }
  .ucc-head-editorial .ucc-intro { padding-bottom: 0; }
}

.ucc-list {
  max-width: 900px;
  margin: clamp(56px, 8vw, 88px) auto 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ucc-item {
  display: grid;
  grid-template-columns: 12px 60px 1fr;
  gap: 24px;
  align-items: center;
  padding: 28px 0;
  border-top: 1px solid rgba(0,0,0,0.08);
  transition: grid-template-columns .5s cubic-bezier(0.22, 1, 0.36, 1), background .25s ease;
}
.ucc-item:last-child { border-bottom: 1px solid rgba(0,0,0,0.08); }
.ucc-item:hover { grid-template-columns: 260px 60px 1fr; }
@media (max-width: 700px) {
  .ucc-item:hover { grid-template-columns: 12px 48px 1fr; }
}

/* THUMB — hidden strip by default, expands into a rich brand-tint scene on hover */
.ucc-item-thumb {
  height: 140px;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}
.ucc-item-thumb-inner {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, rgba(197,233,74,0.35) 0%, rgba(255,165,61,0.4) 55%, rgba(236,187,233,0.4) 100%);
  color: rgba(255,255,255,0.92);
  transition: transform .5s cubic-bezier(0.22, 1, 0.36, 1), background .3s ease;
}
.ucc-item-thumb-inner svg { width: 44px; height: 44px; opacity: 0.9; filter: drop-shadow(0 2px 4px rgba(120,20,10,0.25)); }
.ucc-item-lime   .ucc-item-thumb-inner { background: linear-gradient(140deg, #eaf88a 0%, #c5e94a 100%); color: #33470b; }
.ucc-item-orange .ucc-item-thumb-inner { background: linear-gradient(140deg, #ffd299 0%, #ff9b32 100%); color: #6b3600; }
.ucc-item-coral  .ucc-item-thumb-inner { background: linear-gradient(140deg, #ff9d95 0%, #ee5d55 100%); color: #fff; }
.ucc-item-lilac  .ucc-item-thumb-inner { background: linear-gradient(140deg, #f7d5f4 0%, #c88bc4 100%); color: #4d1046; }
.ucc-item-hero   .ucc-item-thumb-inner { background: linear-gradient(100deg, #c5e94a 0%, #ffa53d 30%, #fe5e32 60%, #ff7c6e 82%, #ecbbe9 100%); color: #fff; }
.ucc-item-num {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(0,0,0,0.32);
}
.ucc-item-lime   .ucc-item-num { color: #7a9020; }
.ucc-item-orange .ucc-item-num { color: #d17e15; }
.ucc-item-coral  .ucc-item-num { color: #c53818; }
.ucc-item-lilac  .ucc-item-num { color: #7a4472; }
.ucc-item-title {
  margin: 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.ucc-item-desc {
  margin: 10px 0 0;
  font-size: 15.5px;
  line-height: 1.6;
  color: rgba(0,0,0,0.62);
  max-width: 60ch;
}
.ucc-item-badge {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
}
.ucc-item.is-hero {
  padding: 34px 24px;
  margin: 12px 0;
  border-radius: 20px;
  border-top: 1px solid rgba(254,94,50,0.28);
  border-bottom: 1px solid rgba(254,94,50,0.28);
  background: linear-gradient(100deg, rgba(197,233,74,0.1) 0%, rgba(255,165,61,0.14) 55%, rgba(236,187,233,0.16) 100%);
  grid-template-columns: 12px 60px 1fr;
}
.ucc-item.is-hero:hover { grid-template-columns: 260px 60px 1fr; }
.ucc-item.is-hero + .ucc-item { border-top: none; }
.ucc-item.is-hero .ucc-item-num { color: var(--orange); font-weight: 600; }
.ucc-item.is-hero .ucc-item-title { font-size: clamp(22px, 2.4vw, 28px); }

/* Rule between title and desc — like the reference */
.ucc-item-rule {
  height: 1px;
  background: rgba(0,0,0,0.12);
  margin: 14px 0;
  max-width: 640px;
}

.ucc-cta-wrap { margin-top: 48px; text-align: center; }
.ucc-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px;
  background: var(--dark); color: #fff;
  text-decoration: none; font-weight: 500; font-size: 15px;
  transition: background .2s ease;
}
.ucc-cta:hover { background: var(--orange); }

/* Outro — closes the story: rule + subtitle + link, right after the last card */
.ucc-outro {
  position: relative;
  margin: 8vh auto 0;
  padding: clamp(32px, 4vw, 56px) 0 0;
  text-align: center;
  max-width: 820px;
}
.ucc-outro-rule {
  width: 64px;
  height: 1px;
  background: rgba(0,0,0,0.2);
  margin: 0 auto 32px;
}
.ucc-outro-lead {
  margin: 0 auto 28px;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.15;
  color: var(--dark);
  font-weight: 500;
  letter-spacing: -0.025em;
  max-width: 22ch;
}
.ucc-outro .ucc-outro-link {
  font-size: 17px;
  padding: 8px 4px;
}
.ucc-outro-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--dark);
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.01em;
  padding: 6px 2px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  transition: color .25s ease, border-color .25s ease, gap .3s ease;
}
.ucc-outro-link:hover {
  color: var(--orange);
  border-bottom-color: var(--orange);
  gap: 18px;
}
.ucc-outro-link svg { transition: transform .3s ease; }
.ucc-outro-link:hover svg { transform: translateX(2px); }

@media (max-width: 700px) {
  .ucc-item { grid-template-columns: 48px 1fr; gap: 16px; padding: 22px 0; }
  .ucc-item-title { font-size: 18px; }
  .ucc-item.is-hero { padding: 24px 18px; grid-template-columns: 48px 1fr; }
}

/* ===========================================================
   USE CASES v6 — reference layout: real photo left + editorial text right
   =========================================================== */
.uc-clean .ucc-list.ucc-stack {
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: block !important;
  padding-bottom: 20vh;
}
/* Every card is a direct sibling — they share the same sticky container so they
   stack visually (later siblings paint over earlier ones as you scroll). */
.ucc-stack > .ucc-row + .ucc-row { margin-top: 42vh; }

/* Sticky-stacked cards — each row pins as the next one scrolls over it */
.ucc-row {
  position: sticky;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: clamp(24px, 3.5vw, 48px);
  align-items: center;
  padding: clamp(18px, 2.4vw, 28px) !important;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 32px 60px -28px rgba(0,0,0,0.2), 0 10px 24px -12px rgba(0,0,0,0.08);
  transform-origin: center top;
}
/* Brand-gradient walk: each card takes one stop of the official Tangering gradient
   (lime → orange-light → orange → coral → lilac). Backgrounds are soft washes of
   each stop, so scrolling through the stack visually traverses the full gradient. */
.ucc-row-g1 { background: linear-gradient(120deg, #eaf5a8 0%, #f8fce0 100%) !important; border-color: rgba(197,233,74,0.5); }
.ucc-row-g2 { background: linear-gradient(120deg, #ffe1b5 0%, #fff4de 100%) !important; border-color: rgba(255,165,61,0.5); }
.ucc-row-g3 { background: linear-gradient(120deg, #ffcab5 0%, #ffe7dc 100%) !important; border-color: rgba(254,94,50,0.42); }
.ucc-row-g4 { background: linear-gradient(120deg, #ffd0ca 0%, #ffe6df 100%) !important; border-color: rgba(255,124,110,0.5); }
.ucc-row-g5 { background: linear-gradient(120deg, #f2d4ee 0%, #fbecf9 100%) !important; border-color: rgba(236,187,233,0.55); }

/* P9 tabs — neutralize per-tone backgrounds; use clean white on the active panel */
.platcap-tabs .pc-card.pc-tone-g1,
.platcap-tabs .pc-card.pc-tone-g2,
.platcap-tabs .pc-card.pc-tone-g3,
.platcap-tabs .pc-card.pc-tone-g4,
.platcap-tabs .pc-card.pc-tone-g5,
.platcap-tabs .pc-card.pc-tone-g6 {
  background: #fff !important;
  border-color: rgba(0,0,0,0.06) !important;
}
/* Also neutralize the inner visual container backgrounds so they read as clean */
.platcap-tabs .pc-vis {
  background: linear-gradient(160deg, #fafafb 0%, #f4f4f6 100%) !important;
  border-color: rgba(0,0,0,0.05);
}

/* Accent number color per stop (kept for legacy — index element is removed on this section) */
.ucc-row-g1 .ucc-row-index { color: #7a9020; }
.ucc-row-g2 .ucc-row-index { color: #c56e10; }
.ucc-row-g3 .ucc-row-index { color: #c53818; }
.ucc-row-g4 .ucc-row-index { color: #b4463c; }
.ucc-row-g5 .ucc-row-index { color: #7a4472; }
/* Hero card keeps extra emphasis via badge + a slightly stronger shadow */
.ucc-row.is-hero { box-shadow: 0 40px 80px -28px rgba(254,94,50,0.32), 0 14px 30px -14px rgba(0,0,0,0.1); }
.ucc-row.is-flip { direction: rtl; }
.ucc-row.is-flip > * { direction: ltr; }

.ucc-row-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  background: #f2f2f2;
  box-shadow: 0 18px 36px -18px rgba(0,0,0,0.22);
}
.ucc-row-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
  transition: transform .8s cubic-bezier(0.22, 1, 0.36, 1);
}
/* Per-image framing tweaks — bias each photo so the subject is well-centered */
.ucc-list > *:nth-child(1) .ucc-row-photo img { object-position: 55% 40%; }
.ucc-list > *:nth-child(2) .ucc-row-photo img { object-position: 50% 30%; }
.ucc-list > *:nth-child(3) .ucc-row-photo img { object-position: 55% 35%; }
.ucc-list > *:nth-child(4) .ucc-row-photo img { object-position: 45% 35%; }
.ucc-list > *:nth-child(5) .ucc-row-photo img { object-position: 50% 30%; }

.ucc-row:hover .ucc-row-photo img { transform: scale(1.04); }

/* Body */
.ucc-row-body { min-width: 0; }
.ucc-row-index {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.4);
  font-weight: 500;
  margin-bottom: 16px;
}
.ucc-row-title {
  margin: 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: var(--dark);
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ucc-row-badge {
  font-size: 10.5px;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 5px 12px;
  border-radius: 999px;
  background: var(--orange);
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
}
.ucc-row-rule {
  height: 1px;
  background: rgba(0,0,0,0.12);
  margin: 22px 0;
  max-width: 100%;
}
.ucc-row-desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: rgba(0,0,0,0.6);
  max-width: 44ch;
}

.ucc-row.is-hero .ucc-row-title { color: var(--dark); }
.ucc-row.is-hero .ucc-row-photo { box-shadow: 0 50px 100px -30px rgba(254,94,50,0.4), 0 12px 30px -14px rgba(0,0,0,0.14); }
.ucc-row.is-hero .ucc-row-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(254,94,50,0) 55%, rgba(254,94,50,0.18) 100%);
  pointer-events: none;
}
.ucc-row.is-hero .ucc-row-index { color: var(--orange); }

@media (max-width: 900px) {
  .ucc-row, .ucc-row.is-flip { grid-template-columns: 1fr; direction: ltr; gap: 24px; position: static; top: auto !important; }
  .uc-clean .ucc-list > * { min-height: auto; margin-bottom: 32px; }
  .uc-clean .ucc-list { padding-bottom: 0; }
  /* The 42vh gap is the desktop scroll-driven parallax-stack spacing —
     on mobile the stack isn't sticky, so kill it in favor of a normal gap. */
  .ucc-stack > .ucc-row + .ucc-row { margin-top: 24px !important; }
  .ucc-row-photo { aspect-ratio: 16 / 11; }
  .ucc-row-title { font-size: clamp(22px, 6vw, 30px); }
  .ucc-row-rule { margin: 16px 0; }

  /* Bring "Every conversation feeds..." closer to the last card (Customer
     support) — the 8vh top margin + padding was built for the desktop
     sticky-stack's tall bottom gap, which no longer applies once stacked. */
  .ucc-outro { margin-top: 0; padding-top: 20px; }
}

/* ===========================================================
   PLATFORM — compressed feature grid on the home page
   =========================================================== */
.platform {
  padding: clamp(96px, 14vw, 140px) 0;
  background: #f5f5f7;
}
.platform-head { max-width: 780px; margin: 0 auto clamp(48px, 6vw, 72px); text-align: center; }
.platform-eyebrow { display: inline-flex; }
.platform-h2 { margin: 24px auto 0 !important; max-width: 22ch; }
.platform-h2 em { color: var(--orange); font-style: italic; font-weight: 400; }

/* Bento grid — mixed widths (wide + narrow) with a unique visual per card */
.pf-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
  max-width: 1180px;
  margin: 0 auto;
}
.pf-grid > * { display: flex; height: 100%; }
.pf-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 26px 28px 28px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 22px;
  box-shadow: 0 14px 30px -18px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.pf-card:hover { transform: translateY(-3px); box-shadow: 0 26px 44px -20px rgba(254,94,50,0.18); }
.pf-card-wide   { grid-column: span 4; min-height: 260px; }
.pf-card-narrow { grid-column: span 2; min-height: 260px; }
.pf-grid > *:nth-child(1) { grid-column: span 4; }
.pf-grid > *:nth-child(2) { grid-column: span 2; }
.pf-grid > *:nth-child(3) { grid-column: span 2; }
.pf-grid > *:nth-child(4) { grid-column: span 4; }
.pf-grid > *:nth-child(5) { grid-column: span 3; }
.pf-grid > *:nth-child(6) { grid-column: span 3; }

.pf-card-body { margin-top: auto; }
.pf-card-title {
  margin: 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--dark);
}
.pf-card-desc {
  margin: 8px 0 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(0,0,0,0.62);
}

/* Visual regions — each feature has its own decor */
.pf-vis {
  position: relative;
  height: 96px;
  margin-bottom: 22px;
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(120deg, #f7f7f9 0%, #fafafa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 1. Waveform */
.pf-vis-wave {
  gap: 3px;
  padding: 0 22px;
  background: linear-gradient(120deg, #fff2e0 0%, #fff8ef 100%);
}
.pf-vis-wave span {
  display: block;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, #fe5e32 0%, #ffa53d 100%);
  animation: pfWave 1.4s ease-in-out infinite;
}
@keyframes pfWave {
  0%, 100% { height: 12px; opacity: 0.5; }
  50%      { height: 46px; opacity: 1; }
}
/* 2. Pin (map hint) */
.pf-vis-pin {
  padding: 12px 18px;
  background: linear-gradient(120deg, #eaf5b8 0%, #f8fce0 100%);
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.pf-vis-pin svg { width: 100%; height: 40px; display: block; }
.pf-vis-pin-tag {
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(254,94,50,0.28);
  font-size: 11px;
  font-weight: 500;
  color: var(--orange);
  letter-spacing: 0.01em;
}
/* 3. Omni chips */
.pf-vis-omni {
  gap: 10px;
  background: linear-gradient(120deg, #ffe1b5 0%, #fff4de 100%);
}
.pf-omni-chip {
  width: 40px; height: 40px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: #fff;
  box-shadow: 0 6px 16px -6px rgba(0,0,0,0.15);
  color: #b56b12;
}
.pf-omni-chip .material-icons { font-size: 20px; }
.pf-omni-chip-mid { background: linear-gradient(135deg, #fe5e32, #ffa53d); color: #fff; transform: scale(1.1); }
.pf-omni-chip-outer { background: #fff; color: var(--dark); }
/* 4. Builder */
.pf-vis-builder {
  gap: 8px;
  padding: 0 20px;
  background: linear-gradient(120deg, #ffcab5 0%, #ffe7dc 100%);
  flex-wrap: wrap;
}
.pf-block {
  padding: 6px 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  font-size: 12px;
  font-weight: 500;
  color: var(--dark);
  box-shadow: 0 4px 10px -4px rgba(0,0,0,0.1);
}
.pf-block-b { border-color: rgba(254,94,50,0.35); color: var(--orange); }
.pf-arrow { color: rgba(0,0,0,0.35); font-size: 14px; }
.pf-cursor {
  position: absolute;
  right: 20px; bottom: 12px;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  display: grid; place-items: center;
  font-size: 12px;
  box-shadow: 0 4px 10px -2px rgba(254,94,50,0.5);
}
/* 5. SIP nodes */
.pf-vis-sip {
  gap: 6px;
  padding: 0 20px;
  background: linear-gradient(120deg, #ffd0ca 0%, #ffe6df 100%);
}
.pf-node {
  padding: 6px 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(0,0,0,0.6);
}
.pf-node-mid {
  background: linear-gradient(135deg, #fe5e32, #ffa53d);
  color: #fff;
  border-color: transparent;
  padding: 8px 14px;
}
.pf-node-line { width: 24px; height: 1px; background: rgba(0,0,0,0.25); }
/* 6. Dashboard mini */
.pf-vis-dash {
  padding: 12px 16px;
  background: linear-gradient(120deg, #f2d4ee 0%, #fbecf9 100%);
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.pf-dash-row { display: flex; align-items: center; gap: 8px; font-size: 11px; }
.pf-dash-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 6px rgba(34,197,94,0.7); }
.pf-dash-label { color: #16a34a; font-weight: 700; letter-spacing: 0.06em; }
.pf-dash-val { margin-left: auto; color: rgba(0,0,0,0.62); font-weight: 500; font-variant-numeric: tabular-nums; }
.pf-dash-chart { width: 100%; height: 40px; display: block; }

@media (max-width: 900px) {
  .pf-grid { grid-template-columns: repeat(2, 1fr); }
  .pf-grid > *:nth-child(n) { grid-column: span 2; }
  .pf-card-wide, .pf-card-narrow { min-height: 220px; }
}
@media (max-width: 600px) {
  .pf-grid { grid-template-columns: 1fr; }
  .pf-grid > *:nth-child(n) { grid-column: span 1; }
}

/* ===========================================================
   PRODUCT — P2 Spine reminder (brand-gradient hero-like band)
   =========================================================== */
.prod-spine {
  position: relative;
  padding: clamp(80px, 12vw, 140px) 24px;
  overflow: hidden;
  isolation: isolate;
  border: none;
  /* Official Tangering brand gradient — same recipe as the home Spine */
  background:
    linear-gradient(100deg,
      #c5e94a 0%,
      #ffa53d 10%,
      #fe5e32 50%,
      #ff7c6e 90%,
      #ecbbe9 100%);
}
/* Brand grain overlay */
.prod-spine::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.16) 1px, transparent 1.4px),
    radial-gradient(circle, rgba(0,0,0,0.08) 1px, transparent 1.4px);
  background-size: 3px 3px, 4px 4px;
  background-position: 0 0, 1.5px 1.5px;
  opacity: 0.5;
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}
.prod-spine-inner { position: relative; z-index: 1; max-width: 960px; margin: 0 auto; text-align: center; }
.prod-spine-line {
  margin: 0 auto;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(34px, 5.2vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 2px 30px rgba(120,30,10,0.28);
  max-width: 22ch;
}
.prod-spine-line em {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(90deg, #fff 0%, #fff5ec 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ===========================================================
   PRODUCT — P8 stats + P9 Platform capabilities read as ONE region
   =========================================================== */
/* Match the stats strip background to the platcap so they visually continue */
.prod-page .prod-stats {
  background: #f5f5f7;
  padding-top: clamp(80px, 12vw, 140px);
  padding-bottom: clamp(40px, 5vw, 56px);
}
.prod-page .prod-stats + .platcap {
  padding-top: clamp(40px, 5vw, 56px);
  border-top: 1px dashed rgba(0,0,0,0.1);
  margin-top: 0;
}
.prod-page .prod-stats-attribution { margin-bottom: 0; }

.platcap { padding: clamp(80px, 12vw, 140px) 0; background: #f5f5f7; }
.platcap-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1180px;
  margin: clamp(40px, 6vw, 72px) auto 0;
  padding: 0 clamp(0px, 2vw, 24px);
}
.platcap-card {
  padding: 30px 32px 32px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 22px;
  box-shadow: 0 14px 34px -18px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform .25s ease, box-shadow .25s ease;
}
.platcap-card:hover { transform: translateY(-3px); box-shadow: 0 24px 44px -20px rgba(0,0,0,0.14); }
.platcap-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.platcap-num {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(0,0,0,0.35);
}
.platcap-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #fe5e32 0%, #ffa53d 100%);
  color: #fff;
  box-shadow: 0 8px 18px -6px rgba(254,94,50,0.35), inset 0 -3px 6px rgba(120,20,10,0.15), inset 0 3px 6px rgba(255,255,255,0.35);
}
.platcap-icon .material-icons { font-size: 22px; }
.platcap-title {
  margin: 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--dark);
}
.platcap-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.platcap-list li {
  position: relative;
  padding-left: 20px;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(0,0,0,0.68);
}
.platcap-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 10px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fe5e32 0%, #ffa53d 100%);
  box-shadow: 0 2px 6px rgba(254,94,50,0.35);
}
.platcap-body {
  margin: 8px 0 0;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(0,0,0,0.68);
}
.platcap-note {
  margin: 14px 0 0;
  padding-top: 14px;
  border-top: 1px dashed rgba(0,0,0,0.1);
  font-size: 12.5px;
  line-height: 1.55;
  color: rgba(0,0,0,0.48);
  font-style: italic;
}
@media (max-width: 780px) {
  .platcap-grid { grid-template-columns: 1fr; }
  .platcap-card { padding: 24px 22px 26px; }
  .platcap-title { font-size: 19px; }
}

/* ===========================================================
   PRODUCT P9 — Bento (adopts home Platform + brand-gradient walk)
   =========================================================== */
.platcap-bento .pc-bento {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  max-width: 1200px;
  margin: clamp(48px, 6vw, 72px) auto 0;
  padding: 0 clamp(0px, 2vw, 24px);
}

/* ===========================================================
   PRODUCT P9 — Tabbed explorer (single panel at a time)
   =========================================================== */
.platcap-tabs .pct-nav {
  display: flex;
  gap: 8px;
  max-width: 1200px;
  margin: clamp(40px, 5vw, 56px) auto clamp(24px, 3vw, 32px);
  padding: 8px;
  border-radius: 999px;
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.05);
  overflow-x: auto;
  scrollbar-width: none;
}
.platcap-tabs .pct-nav::-webkit-scrollbar { display: none; }
.pct-tab {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: none;
  background: transparent;
  border-radius: 999px;
  cursor: pointer;
  color: rgba(0,0,0,0.55);
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 13.5px;
  font-weight: 500;
  letter-spacing: -0.005em;
  white-space: nowrap;
  transition: background .25s ease, color .25s ease, box-shadow .25s ease;
}
.pct-tab:hover { color: var(--dark); background: rgba(0,0,0,0.04); }
.pct-tab.is-active {
  background: #fff;
  color: var(--dark);
  box-shadow: 0 6px 18px -8px rgba(0,0,0,0.14), inset 0 0 0 1px rgba(254,94,50,0.28);
}
.pct-tab-num {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(0,0,0,0.35);
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(0,0,0,0.04);
}
.pct-tab.is-active .pct-tab-num {
  color: var(--orange);
  background: rgba(254,94,50,0.12);
}
.pct-tab-label { line-height: 1; }

/* Override the bento grid — now a single-panel container */
.platcap-tabs .pc-bento {
  display: block;
  padding: 0 clamp(0px, 2vw, 24px);
}
.platcap-tabs .pc-card {
  display: none;
  grid-column: unset !important;
  width: 100%;
  padding: clamp(28px, 3.5vw, 44px);
  min-height: 0;
}
.platcap-tabs .pc-card.is-active { display: grid; }
.platcap-tabs .pc-card {
  grid-template-columns: 5fr 6fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
  animation: pct-panel-in .5s cubic-bezier(0.22, 1, 0.36, 1);
}
@keyframes pct-panel-in {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}
/* Left column: visual */
.platcap-tabs .pc-vis {
  height: clamp(220px, 30vw, 360px);
  min-height: clamp(220px, 30vw, 360px);
  margin: 0;
  border-radius: 20px;
  align-self: stretch;
}
/* Right column: title + flow */
.platcap-tabs .pc-num { display: none; }
.platcap-tabs .pc-title {
  grid-column: 2;
  grid-row: 1;
  margin: 0 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-size: clamp(22px, 2.4vw, 30px);
}
.platcap-tabs .pc-flow {
  grid-column: 2;
  grid-row: 2;
}
.platcap-tabs .pc-body {
  grid-column: 2;
  grid-row: 2;
}
.platcap-tabs .pc-note {
  grid-column: 2;
  grid-row: 3;
  margin-top: 18px;
}
/* Assign visual to left col */
.platcap-tabs .pc-card > .pc-vis { grid-column: 1; grid-row: 1 / span 3; }

@media (max-width: 780px) {
  .platcap-tabs .pct-nav { border-radius: 20px; padding: 6px; }
  .pct-tab { padding: 9px 12px; font-size: 12.5px; }
  .pct-tab-label { display: none; }
  .platcap-tabs .pc-card,
  .platcap-tabs .pc-card.is-active {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .platcap-tabs .pc-card > .pc-vis { grid-column: 1; grid-row: 1; }
  .platcap-tabs .pc-title { grid-column: 1; grid-row: 2; }
  .platcap-tabs .pc-flow, .platcap-tabs .pc-body { grid-column: 1; grid-row: 3; }
  .platcap-tabs .pc-note { grid-column: 1; grid-row: 4; }
  .platcap-tabs .pc-vis { height: 180px; min-height: 180px; }
}
.platcap-bento .pc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 34px 34px;
  border-radius: 24px;
  border: 1px solid rgba(0,0,0,0.06);
  background: #fff;
  box-shadow: 0 18px 40px -22px rgba(0,0,0,0.14);
  overflow: hidden;
  /* Entrance state — flipped by JS via .pc-reveal */
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  transition:
    opacity .7s cubic-bezier(0.22, 1, 0.36, 1),
    transform .7s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow .3s ease;
}
.platcap-bento .pc-card.pc-reveal { opacity: 1; transform: translateY(0) scale(1); }
.platcap-bento .pc-card:hover {
  transform: translateY(-4px) scale(1);
  box-shadow: 0 30px 60px -22px rgba(254,94,50,0.22), 0 12px 26px -14px rgba(0,0,0,0.14);
}
.platcap-bento .pc-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
/* All cards equal width — 2 columns on desktop */
.pc-wide, .pc-narrow, .pc-half { grid-column: span 1; }
/* Brand-gradient walk across the six tones (lime → orange-light → orange → coral → lilac + a sixth deep coral for balance) */
.pc-tone-g1 { background: linear-gradient(140deg, #f5fcda 0%, #fefff2 100%); border-color: rgba(197,233,74,0.4); }
.pc-tone-g2 { background: linear-gradient(140deg, #fff2df 0%, #fffaf3 100%); border-color: rgba(255,165,61,0.42); }
.pc-tone-g3 { background: linear-gradient(140deg, #ffe4dc 0%, #fff5f0 100%); border-color: rgba(254,94,50,0.32); }
.pc-tone-g4 { background: linear-gradient(140deg, #ffd8ce 0%, #ffe9e0 100%); border-color: rgba(255,124,110,0.4); }
.pc-tone-g5 { background: linear-gradient(140deg, #fbe3f6 0%, #fdf5fb 100%); border-color: rgba(200,139,196,0.4); }
.pc-tone-g6 { background: linear-gradient(140deg, #ffe9df 0%, #fff6f0 100%); border-color: rgba(254,94,50,0.28); }

/* Number + title + body */
.pc-num {
  position: absolute;
  top: 22px; right: 24px;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(0,0,0,0.32);
}
.pc-title {
  margin: 20px 0 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--dark);
}
.pc-body {
  margin: 0;
  padding-left: 34px;
  position: relative;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(0,0,0,0.72);
}
.pc-body::before {
  content: '';
  position: absolute;
  left: 0; top: 6px; bottom: 6px;
  width: 3px;
  border-radius: 3px;
  background: linear-gradient(180deg, #ffa53d 0%, #fe5e32 100%);
}
.pc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pc-list li {
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(0,0,0,0.7);
}
/* Ecosystem flow — nodes connected by a subtle vertical rail */
.pc-flow {
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.pc-flow-node {
  position: relative;
  padding: 14px 16px 14px 44px;
  border-radius: 14px;
  background: rgba(255,255,255,0.55);
  border: 1px solid rgba(0,0,0,0.05);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.pc-flow-node:hover {
  background: #fff;
  border-color: rgba(254,94,50,0.24);
  transform: translateX(2px);
  box-shadow: 0 10px 24px -14px rgba(254,94,50,0.28);
}
/* Node marker — small circle with the letter */
.pc-flow-num {
  position: absolute;
  left: 12px;
  top: 16px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1.5px solid rgba(254,94,50,0.4);
  color: var(--orange);
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 4px 10px -4px rgba(254,94,50,0.28);
  z-index: 1;
}
/* Vertical connector between nodes */
.pc-flow-node:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 22px;
  top: 42px;
  bottom: -18px;
  width: 1.5px;
  background: linear-gradient(180deg, rgba(254,94,50,0.35) 0%, rgba(0,0,0,0.06) 100%);
  z-index: 0;
}

.pc-flow-head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.pc-flow-title {
  flex: 1 1 auto;
  min-width: 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--dark);
  line-height: 1.3;
}
.pc-flow-tag {
  flex-shrink: 0;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--orange);
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,165,61,0.14) 0%, rgba(254,94,50,0.14) 100%);
  border: 1px solid rgba(254,94,50,0.2);
}
.pc-flow-desc {
  margin: 8px 0 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: rgba(0,0,0,0.62);
}

/* Legacy dl fallback (in case any lingering) */
.pc-defs { display: none; }
.pc-note {
  margin: 22px 0 0;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(0,0,0,0.04);
  font-size: 13px;
  line-height: 1.55;
  color: rgba(0,0,0,0.58);
  font-style: normal;
  border-left: 3px solid rgba(254,94,50,0.35);
}

/* --- pc-vis (visuals) — standardized height, subtle idle motion --- */
.pc-vis {
  position: relative;
  height: 128px;
  min-height: 128px;
  margin-bottom: 6px;
  padding: 14px 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.6);
  border: 1px solid rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  overflow: hidden;
  transition: transform .45s cubic-bezier(0.22, 1, 0.36, 1);
}
.platcap-bento .pc-card:hover .pc-vis { transform: translateY(-2px); }

/* Per-visual hover accents */
.platcap-bento .pc-card:hover .pc-block-c { transform: translateY(-2px); box-shadow: 0 10px 22px -8px rgba(254,94,50,0.35); }
.platcap-bento .pc-card:hover .pc-lock { transform: rotate(-4deg) scale(1.06); }
.platcap-bento .pc-card:hover .pc-node-mid { transform: scale(1.05); box-shadow: 0 14px 26px -8px rgba(254,94,50,0.55); }
.platcap-bento .pc-card:hover .pc-dash-chart path { animation: pc-chart-pulse 1.4s ease-in-out infinite; }
@keyframes pc-chart-pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.7; } }
.pc-block, .pc-lock, .pc-node-mid { transition: transform .4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .4s ease; }

/* 01 · Builder blocks */
.pc-tone-g1 .pc-vis { justify-content: flex-start; }
.pc-block {
  padding: 8px 14px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.06);
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--dark);
  box-shadow: 0 6px 14px -6px rgba(0,0,0,0.12);
}
.pc-block-a { color: rgba(0,0,0,0.55); }
.pc-block-b { border-color: rgba(255,165,61,0.5); color: #b26810; background: #fff8ee; }
.pc-block-c { border-color: rgba(254,94,50,0.5); color: var(--orange); background: #fff1eb; }
.pc-arrow { color: rgba(0,0,0,0.32); font-size: 16px; }
.pc-badge {
  margin-left: auto;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(254,94,50,0.14);
  color: var(--orange);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* 02 · Waveform */
.pc-vis-wave { gap: 4px; padding: 0 18px; align-items: center; }
.pc-vis-wave span {
  display: block;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, #fe5e32 0%, #ffa53d 100%);
  animation: pc-wave 1.4s ease-in-out infinite;
}
.pc-vis-wave span:nth-child(odd)  { animation-delay: -0.7s; }
.pc-vis-wave span:nth-child(3n)   { animation-delay: -0.35s; }
@keyframes pc-wave {
  0%, 100% { height: 12px; opacity: 0.5; }
  50%      { height: 52px; opacity: 1; }
}

/* 03 · Lock */
.pc-vis-lock { flex-direction: row; align-items: center; gap: 16px; padding: 20px 22px; }
.pc-lock {
  width: 56px; height: 56px;
  border-radius: 16px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, #fe5e32 0%, #ffa53d 100%);
  color: #fff;
  box-shadow: 0 10px 22px -8px rgba(254,94,50,0.45), inset 0 -3px 8px rgba(120,20,10,0.15), inset 0 3px 8px rgba(255,255,255,0.35);
  flex-shrink: 0;
}
.pc-lock .material-icons { font-size: 28px; }
.pc-lock-rows { display: flex; flex-direction: column; gap: 6px; font-size: 12px; color: rgba(0,0,0,0.6); }
.pc-lock-row em { color: var(--orange); font-style: normal; font-weight: 600; }

/* 04 · Noise + isolated */
.pc-vis-noise { flex-direction: column; align-items: stretch; gap: 8px; padding: 14px 18px; }
.pc-noise-track { display: flex; align-items: center; gap: 10px; }
.pc-noise-label {
  min-width: 62px;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
  font-weight: 600;
}
.pc-noise-wave { flex: 1; display: flex; align-items: center; gap: 3px; }
.pc-noise-wave span { display: block; width: 4px; border-radius: 4px; }
.pc-noise-wave-raw span { background: rgba(0,0,0,0.32); }
.pc-noise-wave-raw span:nth-child(1) { height: 14px; }
.pc-noise-wave-raw span:nth-child(2) { height: 32px; }
.pc-noise-wave-raw span:nth-child(3) { height: 8px; }
.pc-noise-wave-raw span:nth-child(4) { height: 42px; }
.pc-noise-wave-raw span:nth-child(5) { height: 20px; }
.pc-noise-wave-raw span:nth-child(6) { height: 36px; }
.pc-noise-wave-raw span:nth-child(7) { height: 12px; }
.pc-noise-wave-raw span:nth-child(8) { height: 46px; }
.pc-noise-wave-raw span:nth-child(9) { height: 24px; }
.pc-noise-wave-raw span:nth-child(10){ height: 30px; }
.pc-noise-wave-raw span:nth-child(11){ height: 10px; }
.pc-noise-wave-raw span:nth-child(12){ height: 38px; }
.pc-noise-track-clean .pc-noise-wave span {
  background: linear-gradient(180deg, #fe5e32, #ffa53d);
  animation: pc-wave 1.6s ease-in-out infinite;
}
.pc-noise-track-clean .pc-noise-wave span:nth-child(odd) { animation-delay: -0.8s; }
.pc-noise-track-clean .pc-noise-wave span:nth-child(3n)  { animation-delay: -0.4s; }

/* 05 · SIP nodes */
.pc-vis-sip { gap: 6px; padding: 0 14px; }
.pc-node {
  padding: 6px 12px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: rgba(0,0,0,0.6);
  white-space: nowrap;
}
.pc-node-mid {
  background: linear-gradient(135deg, #fe5e32, #ffa53d);
  color: #fff;
  border-color: transparent;
  padding: 8px 14px;
  box-shadow: 0 8px 18px -6px rgba(254,94,50,0.5);
}
.pc-node-line { width: 22px; height: 1px; background: rgba(0,0,0,0.25); }

/* 06 · Dashboard mini */
.pc-vis-dash { flex-direction: column; align-items: stretch; gap: 10px; padding: 14px 16px; }
.pc-dash-row { display: flex; align-items: center; gap: 8px; font-size: 11px; }
.pc-dash-dot { width: 7px; height: 7px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 6px rgba(34,197,94,0.7); }
.pc-dash-label { color: #16a34a; font-weight: 700; letter-spacing: 0.06em; }
.pc-dash-val { margin-left: auto; color: rgba(0,0,0,0.62); font-weight: 500; font-variant-numeric: tabular-nums; }
.pc-dash-chart { width: 100%; height: 46px; display: block; }

@media (max-width: 780px) {
  .platcap-bento .pc-bento { grid-template-columns: 1fr; gap: 18px; }
  .platcap-bento .pc-card { padding: 26px 22px 28px; }
  .pc-num { top: 20px; right: 22px; }
  .pc-title { font-size: 22px; margin-bottom: 18px; padding-bottom: 14px; }
  .pc-flow-node { padding: 12px 14px 12px 40px; }
  .pc-flow-num { left: 10px; top: 14px; }
  .pc-flow-node:not(:last-child)::after { left: 20px; top: 40px; bottom: -18px; }
  .pc-flow-title { font-size: 15px; }
  .pc-flow-tag { font-size: 10px; padding: 3px 8px; }
  .pc-flow-desc { font-size: 13px; }
}

/* ===========================================================
   PRODUCT P8 v3 — success-story (baseline → delta → live)
   =========================================================== */
.prod-stats-v2 { text-align: center; }
.prod-stats-v2 .prod-stats-grid,
.prod-stats-v2 .ps-lockup { display: none; }

.ps-story {
  max-width: 1040px;
  margin: clamp(40px, 5vw, 56px) auto 0;
  padding: 0 clamp(0px, 2vw, 24px);
}
.ps-story-pair {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: clamp(20px, 3vw, 40px);
}

/* Each side (baseline + live) */
.ps-story-side { text-align: left; padding: 0; }
.ps-story-side-live { text-align: right; }
.ps-story-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(0,0,0,0.42);
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.04);
  border: 1px solid rgba(0,0,0,0.06);
}
.ps-story-tag-live {
  color: #15803d;
  background: rgba(34,197,94,0.08);
  border-color: rgba(34,197,94,0.22);
}
.ps-story-live-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34,197,94,0.7);
  animation: callPulse 1.8s ease-in-out infinite;
}
.ps-story-num {
  margin-top: 14px;
  font-family: 'Overused Grotesk', sans-serif;
  font-size: clamp(52px, 7vw, 88px);
  line-height: 0.95;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: rgba(0,0,0,0.32);
}
.ps-story-num-live { color: var(--orange); }
.ps-story-unit { font-size: 0.5em; margin-left: 2px; letter-spacing: -0.02em; }
.ps-story-cap {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(0,0,0,0.6);
  letter-spacing: 0.01em;
  max-width: 24ch;
}
.ps-story-side-live .ps-story-cap { margin-left: auto; }

/* Middle — pill on top, clean horizontal line + arrow below */
.ps-story-mid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  min-width: 200px;
  padding: 0 8px;
}
.ps-story-delta {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 8px 16px;
  background: #fff;
  border: 1px solid rgba(254,94,50,0.32);
  border-radius: 999px;
  box-shadow: 0 6px 18px -8px rgba(254,94,50,0.32);
  white-space: nowrap;
}
.ps-story-delta-sep { color: rgba(0,0,0,0.25); }
.ps-story-line {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 260px;
}
.ps-story-line-bar {
  flex: 1;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(0,0,0,0.14) 0%, #ffa53d 55%, #fe5e32 100%);
  transform-origin: left center;
  transform: scaleX(0);
  animation: ps-story-line-in 1.2s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
}
@keyframes ps-story-line-in { to { transform: scaleX(1); } }
.ps-story-line-arrow {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  color: #fe5e32;
  opacity: 0;
  transform: translateX(-6px);
  animation: ps-story-arrow-in .35s cubic-bezier(0.22, 1, 0.36, 1) 1.4s forwards;
}
@keyframes ps-story-arrow-in { to { opacity: 1; transform: translateX(0); } }
.ps-story-delta-num {
  font-family: 'Overused Grotesk', sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--orange);
  line-height: 1;
}
.ps-story-delta-time {
  font-size: 10.5px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.5);
  font-weight: 500;
}

/* Attribution */
.prod-stats-v2 .ps-attr {
  margin: clamp(32px, 4vw, 48px) auto 0;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.42);
  font-weight: 500;
}

@media (max-width: 780px) {
  .ps-story-pair { grid-template-columns: 1fr; gap: 28px; }
  .ps-story-side, .ps-story-side-live { text-align: center; }
  .ps-story-side-live .ps-story-cap { margin-left: auto; margin-right: auto; }
  .ps-story-cap { max-width: none; }
  .ps-story-mid { min-width: 0; }
  .ps-story-arrow { transform: rotate(90deg); max-width: 100px; margin: 6px 0; }
  .ps-story-delta { position: static; transform: none; }
}
