/* v2 styles — append to base styles.css */

/* ── Hero v2 ─────────────────────────────────────────── */
.hero-v2 { padding: 60px 0 100px; }
.hero-v2-inner {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1100px) { .hero-v2-inner { grid-template-columns: 1fr; gap: 48px; } }
.hero-v2-copy h1 { font-size: clamp(48px, 6vw, 100px); margin-bottom: 28px; }
.hero-v2-copy .lede { margin-bottom: 32px; max-width: 46ch; }

.hero-stats {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--rule);
  display: flex;
  align-items: center;
  gap: 28px;
}
.hs-divider { width: 1px; height: 44px; background: var(--rule); }
.hs-item { display: flex; flex-direction: column; gap: 4px; }
.hs-n {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--ink);
}
.hs-l { font-size: 12px; font-family: var(--font-mono); letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-3); }

/* ── Operator Dashboard mockup ───────────────────────── */
.op-dash {
  background: white;
  border-radius: 18px;
  border: 1px solid var(--rule);
  box-shadow: 0 40px 80px -30px rgba(20,24,40,0.25), 0 12px 28px -10px rgba(20,24,40,0.10);
  overflow: hidden;
  position: relative;
  font-family: var(--font-sans);
  color: #1a1a1a;
}
.op-chrome {
  background: oklch(0.97 0.004 250);
  border-bottom: 1px solid oklch(0.92 0.005 250);
  height: 36px;
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 16px;
}
.op-tlights { display: flex; gap: 6px; }
.op-tlights span { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
.op-url {
  font-family: var(--font-mono);
  font-size: 11px;
  color: oklch(0.55 0.01 250);
  letter-spacing: 0.04em;
  flex: 1;
  text-align: center;
}
.op-grid {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 540px;
}
.op-rail {
  background: oklch(0.985 0.003 250);
  border-right: 1px solid oklch(0.92 0.005 250);
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 12px;
}
.op-summary {
  background: oklch(0.96 0.025 250);
  border-radius: 8px;
  padding: 12px;
}
.op-summary-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  color: oklch(0.45 0.18 250);
  margin-bottom: 6px;
  font-weight: 600;
}
.op-summary p { margin: 0; font-size: 11.5px; line-height: 1.5; color: #1a1a1a; }
.op-meta { margin: 0; padding: 0; font-size: 11px; }
.op-meta div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 8px 4px;
  border-bottom: 1px solid oklch(0.94 0.006 250);
  align-items: center;
}
.op-meta dt { color: oklch(0.45 0.01 250); }
.op-meta dd { margin: 0; text-align: right; color: #1a1a1a; }
.op-meta .strong { font-weight: 600; }
.op-tag-sent {
  display: inline-block;
  background: oklch(0.92 0.08 148);
  color: oklch(0.35 0.12 148);
  font-size: 9px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
.op-meta a { color: oklch(0.45 0.18 250); text-decoration: underline; font-size: 10px; margin-left: 4px; }
.op-notes-label { font-weight: 600; font-size: 12px; margin-bottom: 8px; }
.op-notes-input {
  background: white;
  border: 1px solid oklch(0.92 0.005 250);
  border-radius: 6px;
  padding: 18px 10px;
  font-size: 11px;
  color: oklch(0.55 0.01 250);
}

.op-conv { display: flex; flex-direction: column; min-height: 540px; }
.op-customer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  padding: 16px 20px;
  align-items: center;
  border-bottom: 1px solid oklch(0.94 0.005 250);
}
.op-avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: oklch(0.88 0.005 250);
  color: oklch(0.45 0.01 250);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
}
.op-customer-name { font-weight: 700; font-size: 14px; color: #1a1a1a; }
.op-customer-num { font-size: 11px; color: oklch(0.42 0.01 250); margin-top: 1px; }
.op-customer-email { font-size: 11px; color: oklch(0.62 0.01 250); }
.op-toolbar { display: flex; align-items: center; gap: 10px; }
.op-status {
  background: oklch(0.94 0.06 148);
  color: oklch(0.35 0.12 148);
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.op-status-dot { width: 5px; height: 5px; border-radius: 50%; background: oklch(0.55 0.16 148); }
.op-toggle {
  width: 28px; height: 16px;
  background: oklch(0.85 0.005 250);
  border-radius: 999px;
  position: relative;
}
.op-toggle span {
  position: absolute;
  top: 2px; left: 2px;
  width: 12px; height: 12px;
  background: white;
  border-radius: 50%;
}
.op-toggle-label { font-size: 11px; color: oklch(0.42 0.01 250); }
.op-call { padding: 12px 20px; border-bottom: 1px solid oklch(0.94 0.005 250); background: oklch(0.985 0.003 250); }
.op-call-btn {
  background: oklch(0.55 0.16 148);
  color: white;
  border: 0;
  padding: 8px 14px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
/* ── Inbound call notification (inside dashboard) ──────────── */
.op-inbound-call {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  background: oklch(0.14 0.015 270);
  border-bottom: 1px solid oklch(0.22 0.02 270);
  animation: op-call-slide-in 0.35s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes op-call-slide-in {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0);    }
}

.op-inbound-ring-wrap {
  position: relative;
  width: 38px;
  height: 38px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes op-ring-pulse {
  0%   { transform: scale(1);   opacity: 0.5; }
  100% { transform: scale(2);   opacity: 0;   }
}

.op-inbound-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.5px solid oklch(0.55 0.16 148);
  animation: op-ring-pulse 1.4s ease-out infinite;
}

.op-inbound-ring-2 { animation-delay: 0.7s; }

.op-inbound-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: oklch(0.55 0.16 148);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.op-inbound-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.op-inbound-label {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: oklch(0.6 0.01 270);
  font-family: var(--font-mono);
}

.op-inbound-name {
  font-size: 13px;
  font-weight: 600;
  color: white;
}

.op-inbound-num {
  font-size: 11px;
  color: oklch(0.65 0.01 270);
  font-family: var(--font-mono);
}

.op-inbound-routing {
  font-size: 11px;
  color: oklch(0.55 0.16 148);
  font-family: var(--font-mono);
  margin-top: 3px;
  animation: op-call-slide-in 0.3s ease both;
}

.op-inbound-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.op-inbound-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.op-inbound-decline { background: oklch(0.48 0.2 20); color: white; }
.op-inbound-answer  { background: oklch(0.55 0.16 148); color: white; }

.op-thread {
  flex: 1;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
}
.op-row { display: flex; }
.op-row.in { justify-content: flex-start; }
.op-row.out { justify-content: flex-end; }
.op-bubble {
  max-width: 78%;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 12.5px;
  line-height: 1.4;
  background: oklch(0.94 0.005 250);
  color: #1a1a1a;
  animation: opBubbleIn .35s cubic-bezier(.2,.8,.2,1) both;
}
.op-bubble.out {
  background: oklch(0.55 0.20 250);
  color: white;
}
.op-ts {
  font-size: 9.5px;
  margin-top: 4px;
  color: oklch(0.45 0.01 250);
  display: flex;
  align-items: center;
  gap: 4px;
}
.op-bubble.out .op-ts { color: oklch(0.85 0.05 250); }
.op-checks { font-size: 10px; }
@keyframes opBubbleIn {
  from { opacity: 0; transform: translateY(6px) scale(0.96); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.op-bubble.typing { display: inline-flex; gap: 3px; padding: 12px 14px; }
.op-bubble.typing span {
  width: 5px; height: 5px; border-radius: 50%;
  background: oklch(0.55 0.01 250);
  animation: typingBounce 1.2s infinite ease-in-out;
}
.op-bubble.typing.out span { background: rgba(255,255,255,0.7); }
.op-bubble.typing span:nth-child(2) { animation-delay: 0.15s; }
.op-bubble.typing span:nth-child(3) { animation-delay: 0.3s; }

.op-result-chip {
  position: absolute;
  bottom: -22px;
  right: -16px;
  background: var(--ink);
  color: white;
  border-radius: 14px;
  padding: 14px 18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  box-shadow: 0 18px 36px -12px rgba(20,24,40,0.45);
  border: 1px solid oklch(0.30 0.01 250);
  animation: chipFloat 4s ease-in-out infinite;
}
.op-chip-label {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: oklch(0.62 0.008 85);
}
.op-chip-val {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 28px;
  color: var(--brand);
  letter-spacing: -0.02em;
}
@keyframes chipFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}

/* ── Dark Poster ─────────────────────────────────────── */
.poster {
  background: oklch(0.18 0.01 250);
  color: oklch(0.985 0.004 85);
  padding: 140px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.poster .eyebrow,
.poster .meta-small,
.poster-stats .ps-l { color: oklch(0.72 0.006 85); }
.poster::before {
  content: "";
  position: absolute;
  width: 800px; height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, oklch(0.55 0.16 148 / 0.18), transparent 70%);
  top: -300px; left: 50%; transform: translateX(-50%);
  z-index: 0;
}
.poster .container { position: relative; z-index: 1; }
.poster .eyebrow { color: oklch(0.72 0.006 85); justify-content: center; margin-bottom: 32px; display: inline-flex; }
.poster-num {
  display: inline-flex;
  align-items: baseline;
  font-family: var(--font-display);
  font-style: italic;
  letter-spacing: -0.05em;
  line-height: 0.85;
  color: oklch(0.985 0.004 85);
}
.poster-dollar { font-size: clamp(80px, 10vw, 160px); color: oklch(0.72 0.17 148); margin-right: 8px; }
.poster-big { font-size: clamp(140px, 22vw, 380px); color: oklch(0.985 0.004 85); }
.poster-plus { font-size: clamp(60px, 8vw, 120px); color: oklch(0.72 0.17 148); margin-left: 8px; }
.poster-sub {
  font-size: clamp(20px, 1.7vw, 26px);
  color: oklch(0.82 0.006 85);
  max-width: 60ch;
  margin: 28px auto 0;
  text-wrap: balance;
}
.poster-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 80px;
  padding-top: 48px;
  border-top: 1px solid oklch(0.30 0.01 250);
}
@media (max-width: 880px) { .poster-stats { grid-template-columns: 1fr; } }
.poster-stats .ps-n {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(48px, 5vw, 76px);
  color: oklch(0.985 0.004 85);
  letter-spacing: -0.025em;
  line-height: 1;
}
.poster-stats .ps-n.green-text { color: oklch(0.72 0.17 148); }
.poster-stats .ps-l {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(0.72 0.006 85);
  margin-top: 12px;
}

/* ── Analytics ───────────────────────────────────────── */
.analytics-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 28px;
}
@media (max-width: 980px) { .analytics-grid { grid-template-columns: 1fr; } }
.anal-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 18px;
  padding: 28px 32px;
}
.anal-main { display: flex; flex-direction: column; gap: 24px; }
.anal-head { display: flex; justify-content: space-between; align-items: flex-start; }
.anal-big {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(48px, 5vw, 78px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--ink);
  margin-top: 10px;
  font-feature-settings: "tnum" 1;
}
.anal-delta { display: flex; flex-direction: column; align-items: flex-end; }
.anal-delta-pill {
  background: oklch(0.94 0.06 148);
  color: oklch(0.35 0.12 148);
  font-family: var(--font-mono);
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 600;
}
.anal-chart { width: 100%; height: 240px; }
.anal-axis {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-mono);
  font-size: 10px;
  color: var(--ink-3);
  padding: 0 24px;
}
.anal-side { display: flex; flex-direction: column; gap: 20px; }
.anal-stat { padding: 22px 26px; }
.anal-stat-n {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 44px;
  letter-spacing: -0.025em;
  line-height: 1;
  color: var(--ink);
  margin-top: 8px;
  font-feature-settings: "tnum" 1;
}
.anal-stat-spark {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 36px;
  margin-top: 14px;
}
.anal-stat-spark span {
  flex: 1;
  background: oklch(0.85 0.08 148);
  border-radius: 2px;
}
.anal-stat-spark span:last-child { background: var(--brand); }
.anal-bar {
  width: 100%;
  height: 6px;
  background: var(--paper-3);
  border-radius: 999px;
  margin-top: 12px;
  overflow: hidden;
}
.anal-bar-fill { height: 100%; background: var(--brand); border-radius: 999px; }
.meta-small { font-family: var(--font-mono); font-size: 10px; color: var(--ink-3); margin-top: 10px; letter-spacing: 0.08em; }

/* ── Integrations grid ───────────────────────────────── */
.int-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
@media (max-width: 980px) { .int-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .int-grid { grid-template-columns: 1fr; } }
.int-cell {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: 14px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.int-cell:hover {
  transform: translateY(-2px);
  border-color: oklch(0.85 0.005 250);
  box-shadow: 0 18px 36px -22px rgba(20,24,40,0.18);
}
.int-mark {
  width: 44px; height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.int-name {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: -0.005em;
  color: var(--ink);
}
.int-tag {
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 3px;
}

/* ── Testimonials v2 ────────────────────────────────── */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 980px) { .testi-grid { grid-template-columns: 1fr; } }
.testi-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  border-radius: var(--r-card);
  padding: 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.testi-card blockquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0 0 28px 0;
  color: var(--ink);
  text-wrap: pretty;
}
.testi-foot {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.testi-author { display: flex; gap: 12px; align-items: center; }
.testi-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  color: white;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testi-name { font-size: 14px; font-weight: 600; color: var(--ink); }
.testi-role { font-size: 12px; color: var(--ink-3); }
.testi-stat { text-align: right; }
.testi-stat-n {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 28px;
  color: var(--brand);
  letter-spacing: -0.02em;
  line-height: 1;
}
.testi-stat-l {
  font-family: var(--font-mono);
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-top: 4px;
}

/* ═══════════════════════════════════════════════════════════
   MOBILE OPTIMISATION  ≤ 767px
   ═══════════════════════════════════════════════════════════ */
@media (max-width: 767px) {

  /* Prevent rogue elements from causing horizontal scroll */
  html, body { overflow-x: hidden; }

  /* ── Spacing ─── */
  :root { --gutter: 20px; }
  .section { padding: 64px 0; }
  .section-tight { padding: 48px 0; }
  .section-head { margin-bottom: 40px; }

  /* ── Hero v2 ─── */
  .hero-v2 { padding: 36px 0 56px; }
  .hero-v2-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-v2-copy h1 { font-size: clamp(38px, 10vw, 54px); }
  .hero-v2-copy .lede { max-width: 100%; }

  /* CTAs: stack full-width */
  .hero-cta { flex-direction: column; align-items: stretch; gap: 10px; }
  .hero-cta .btn { width: 100%; justify-content: center; }

  /* Hero stats: stack vertically, remove dividers */
  .hero-stats {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 32px;
    padding-top: 24px;
  }
  .hs-divider { display: none; }
  .hs-n { font-size: 36px; }

  /* ── Operator Dashboard: collapse sidebar ─── */
  .op-grid { grid-template-columns: 1fr; min-height: auto; }
  .op-rail { display: none; }
  .op-conv { min-height: 380px; }
  .op-result-chip {
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0 16px 16px auto;
    width: fit-content;
    display: flex;
  }
  /* Collapse the 3-col customer header — toolbar makes it too wide */
  .op-customer { grid-template-columns: auto 1fr; }
  .op-toolbar { display: none; }
  /* Prevent long email from expanding the grid column */
  .op-customer-info { min-width: 0; overflow: hidden; }
  .op-customer-email { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

  /* ── Inbound call notification (dashboard) ─── */
  .op-inbound-call { gap: 10px; padding: 10px 14px; }
  .op-inbound-ring-wrap { width: 32px; height: 32px; flex-shrink: 0; }
  .op-inbound-icon { width: 32px; height: 32px; }
  .op-inbound-name { font-size: 12px; }
  .op-inbound-num { font-size: 10px; }
  .op-inbound-routing { font-size: 10px; }
  .op-inbound-actions { gap: 6px; }
  .op-inbound-btn { width: 28px; height: 28px; }

  /* ── Dark Poster: fix overflowing giant numbers ─── */
  .poster { padding: 72px 0; }
  .poster-dollar { font-size: clamp(32px, 9vw, 56px); }
  .poster-big    { font-size: clamp(64px, 18vw, 108px); }
  .poster-plus   { font-size: clamp(24px, 7vw, 44px); }
  .poster-sub    { font-size: 16px; margin-top: 20px; }
  .poster-stats  {
    grid-template-columns: 1fr;
    margin-top: 40px;
    gap: 0;
    padding-top: 32px;
  }
  .poster-stats > div {
    padding: 20px 0;
    border-bottom: 1px solid oklch(0.30 0.01 250);
  }
  .poster-stats > div:last-child { border-bottom: 0; }
  .poster-stats .ps-n { font-size: clamp(36px, 10vw, 60px); }

  /* ── How it works: override inline 2-col grid ─── */
  .how-feature {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
    margin-bottom: 0 !important;
  }

  /* ── Stat band: override inline 4-col grid (Results section) ─── */
  .stat-band { grid-template-columns: 1fr !important; }
  .stat-band .stat {
    border-right: 0 !important;
    border-bottom: 1px solid var(--rule);
    padding: 32px 20px;
  }
  .stat-band .stat:last-child { border-bottom: 0; }
  .stat .n { font-size: clamp(48px, 13vw, 80px); }

  /* ── Analytics ─── */
  .analytics-grid { grid-template-columns: 1fr; }
  .anal-big { font-size: clamp(36px, 10vw, 56px); }
  .anal-stat-n { font-size: 36px; }

  /* ── Testimonials ─── */
  .testi-grid { grid-template-columns: 1fr; }
  .testi-foot { flex-wrap: wrap; gap: 12px; }

  /* ── ROI Calculator ─── */
  .calc { gap: 32px; }
  .calc-result { padding: 32px 24px; }
  .calc-result .big-num { font-size: clamp(48px, 13vw, 72px); }
  /* Stack label and value vertically so they don't overflow */
  .calc-label { flex-direction: column; align-items: flex-start; gap: 4px; }
  .calc-label .value { font-size: 22px; }

  /* ── Pricing: reduce the giant "15%" number ─── */
  .pricing { grid-template-columns: 1fr; gap: 32px; }
  .pct { font-size: clamp(72px, 22vw, 110px) !important; }
  .pct-label { font-size: 20px; }

  /* ── Big CTA ─── */
  .big-cta { padding: 80px 0 96px; }
  .big-cta h2 { font-size: clamp(36px, 10vw, 56px) !important; }
  .big-cta .ctas {
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
  .big-cta .ctas .btn { width: 100%; max-width: 320px; }

  /* ── Footer ─── */
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }

  /* ── Phone mockup: don't overflow column ─── */
  .phone { width: 100%; max-width: 300px; }

  /* ── VS comparison: already 1-col at 880px; force on mobile too ─── */
  .vs-grid { grid-template-columns: 1fr; }

  /* ── Hero trust signal ─── */
  .hero-trust { grid-template-columns: 1fr; gap: 12px; }
  .hero-trust .logos { gap: 14px; font-size: 18px; flex-wrap: wrap; }
}

/* ── Inbound Call Screen ────────────────────────────────────── */
.inbound-call-screen {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 360px;
  padding: 24px 16px;
  background: oklch(0.13 0.01 270);
  border-radius: 28px;
  color: white;
  position: relative;
  overflow: hidden;
}

.inbound-call-label {
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: oklch(0.7 0.01 270);
  font-family: var(--font-mono);
}

.inbound-call-avatar-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  margin: 8px 0 4px;
}

@keyframes inbound-ring {
  0%   { transform: scale(1);   opacity: 0.45; }
  100% { transform: scale(2.2); opacity: 0;    }
}

.inbound-call-pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 2px solid var(--brand, #22c55e);
  animation: inbound-ring 1.6s ease-out infinite;
}

.inbound-call-pulse-2 {
  animation-delay: 0.8s;
}

.inbound-call-avatar {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: oklch(0.28 0.04 270);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-style: italic;
  font-size: 32px;
  position: relative;
  z-index: 1;
  border: 2px solid oklch(0.35 0.04 270);
}

.inbound-call-name {
  font-size: 22px;
  font-weight: 600;
  color: white;
  margin-top: 4px;
}

.inbound-call-sub {
  font-size: 12px;
  color: oklch(0.62 0.01 270);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
}

.inbound-call-routing {
  font-size: 12px;
  color: var(--brand, #22c55e);
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  margin-top: 4px;
}

.inbound-call-routing.visible {
  opacity: 1;
  transform: translateY(0);
}

.inbound-call-actions {
  display: flex;
  gap: 40px;
  margin-top: 16px;
}

.inbound-call-btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inbound-call-btn.decline {
  background: oklch(0.5 0.2 20);
  color: white;
}

.inbound-call-btn.answer {
  background: var(--brand, #22c55e);
  color: white;
}

/* Logo strip: 2-col on very small screens */
@media (max-width: 480px) {
  .logo-strip { grid-template-columns: repeat(2, 1fr) !important; }
  .logo-cell:nth-child(3n) { border-right: 1px solid var(--rule) !important; }
  .logo-cell:nth-child(2n) { border-right: 0 !important; }
  .logo-cell:nth-child(n+3) { border-top: 1px solid var(--rule) !important; }

  /* Inbound call: hide phone number on very small screens to prevent overflow */
  .op-inbound-num { display: none; }
  .op-inbound-actions { display: none; }
}
