/* ==========================================================================
   Reception v2 — Plumber-native. ServiceTitan / Jobber warmth.
   Same brand palette as v1, but with strong photography, work-truck energy,
   side-by-side ROI, transcript example, testimonials, FAQ, and a 60-day badge.
   Loaded AFTER ../../colors_and_type.css.
   ========================================================================== */

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }

/* ===== NAV ===== */
.r2-nav {
  padding: 22px 0;
  position: sticky; top: 0;
  background: rgba(250,246,240,0.94);
  backdrop-filter: blur(10px);
  z-index: 30;
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease;
}
.r2-nav.scrolled { border-bottom-color: var(--rule); }
.r2-nav .row { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.r2-nav .brand { display: flex; align-items: center; gap: 12px; }
.r2-nav .mark { width: 30px; height: 30px; }
.r2-nav .wordmark {
  font-family: var(--font-display);
  font-weight: 500; font-size: 22px;
  letter-spacing: -0.012em; color: var(--fg); line-height: 1;
}
.r2-nav .wordmark .product { color: var(--fg-muted); font-weight: 400; }
.r2-nav .links { display: flex; gap: 24px; font-family: var(--font-body); font-size: 13.5px; font-weight: 500; }
.r2-nav .links a {
  color: var(--fg);
  border-bottom: 1.5px solid transparent;
  padding-bottom: 2px;
  transition: color .2s ease, border-color .2s ease;
}
.r2-nav .links a:hover { color: var(--accent); border-bottom-color: var(--accent); }
@media (max-width: 820px) { .r2-nav .links { display: none; } }
.r2-nav .cta {
  background: var(--fg); color: var(--fg-inverse);
  font-family: var(--font-body);
  font-size: 13.5px; font-weight: 600;
  padding: 10px 18px; border-radius: 6px;
  text-decoration: none;
  transition: background .2s ease;
}
.r2-nav .cta:hover { background: var(--accent); }

/* ===== HERO v3 — clean editorial split: copy + animated call demo ===== */
.r3-hero {
  padding: 24px 0 0;
  position: relative;
  background: var(--bg);
}
.r3-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 56px 0 96px;
}
@media (max-width: 980px) { .r3-hero-grid { grid-template-columns: 1fr; gap: 48px; padding: 32px 0 64px; } }

.r3-hero-copy { max-width: 580px; }
.r3-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(26,26,26,0.04);
  border: 1px solid var(--rule);
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.06em;
  padding: 7px 14px; border-radius: 100px;
  margin: 0 0 28px;
}
.r3-badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #2ecc71; box-shadow: 0 0 0 4px rgba(46,204,113,.18); animation: r3pulse 2s ease-in-out infinite; }
@keyframes r3pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(46,204,113,.18); } 50% { box-shadow: 0 0 0 8px rgba(46,204,113,.06); } }

.r3-hero-copy h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1.0;
  letter-spacing: -0.022em;
  color: var(--fg);
  margin: 0 0 24px;
  max-width: 14ch;
}
.r3-hero-copy h1 em { color: var(--accent); font-style: italic; font-weight: 500; }
.r3-tag {
  font-family: var(--font-display);
  font-style: italic; font-weight: 400;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.4;
  color: var(--fg);
  max-width: 32ch;
  margin: 0 0 32px;
}
.r3-tag em { color: var(--accent); font-weight: 500; }
.r3-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin: 0 0 28px; }
.r3-cta-primary {
  background: var(--fg); color: var(--fg-inverse);
  font-family: var(--font-body);
  font-size: 15px; font-weight: 600;
  padding: 16px 24px; border-radius: 8px;
  text-decoration: none;
  transition: background .2s ease, transform .15s ease;
}
.r3-cta-primary:hover { background: var(--accent); transform: translateY(-1px); }
.r3-cta-secondary {
  color: var(--fg);
  font-family: var(--font-body);
  font-size: 15px; font-weight: 500;
  padding: 16px 18px;
  border-bottom: 1.5px solid var(--fg);
  text-decoration: none;
}
.r3-cta-secondary:hover { color: var(--accent); border-bottom-color: var(--accent); }
.r3-bullets {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 8px;
  font-family: var(--font-body); font-size: 14.5px; color: var(--fg-muted);
}
.r3-bullets li { position: relative; padding-left: 18px; }
.r3-bullets li::before {
  content: ''; position: absolute; left: 0; top: 9px;
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
}

/* ----- Demo frame: looks like a phone-call panel ----- */
.r3-hero-demo { position: relative; }
.r3-demo-frame {
  background: var(--fg);
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 30px 80px -30px rgba(26,26,26,0.35), 0 8px 24px -12px rgba(26,26,26,0.2);
  max-width: 520px;
  margin: 0 auto;
}
.r3-demo-head {
  display: flex; align-items: center; justify-content: space-between;
  padding: 4px 6px 14px;
  border-bottom: 1px solid rgba(250,246,240,0.1);
}
.r3-demo-status {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--font-body);
  font-size: 11.5px; font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(250,246,240,0.7);
  text-transform: uppercase;
}
.r3-pulse {
  width: 8px; height: 8px; border-radius: 50%; background: #2ecc71;
  box-shadow: 0 0 0 0 rgba(46,204,113,.6);
  animation: r3live 1.6s ease-in-out infinite;
}
@keyframes r3live {
  0% { box-shadow: 0 0 0 0 rgba(46,204,113,.6); }
  70% { box-shadow: 0 0 0 10px rgba(46,204,113,0); }
  100% { box-shadow: 0 0 0 0 rgba(46,204,113,0); }
}
.r3-demo-body {
  min-height: 380px;
  max-height: 440px;
  overflow: hidden;
  padding: 18px 6px 8px;
  display: flex; flex-direction: column; gap: 14px;
  position: relative;
  mask-image: linear-gradient(180deg, transparent 0, #000 24px, #000 100%);
}
.r3-msg {
  display: flex; flex-direction: column;
  max-width: 86%;
  animation: r3in .35s cubic-bezier(.2,.7,.2,1) both;
}
@keyframes r3in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.r3-msg-name {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(250,246,240,0.55);
  margin: 0 0 5px;
  padding: 0 4px;
}
.r3-msg-bubble {
  font-family: var(--font-body);
  font-size: 14.5px; line-height: 1.4;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(250,246,240,0.08);
  color: var(--fg-inverse);
}
/* Caller — left, neutral */
.r3-msg-caller { align-self: flex-start; }
.r3-msg-caller .r3-msg-bubble { border-bottom-left-radius: 4px; }
/* Sarah — right, clay */
.r3-msg-sarah { align-self: flex-end; align-items: flex-end; }
.r3-msg-sarah .r3-msg-bubble {
  background: var(--accent);
  color: var(--fg-inverse);
  border-bottom-right-radius: 4px;
}
/* SMS handoff — center, framed */
.r3-msg-sms { align-self: stretch; max-width: 100%; align-items: center; }
.r3-msg-sms .r3-msg-name { color: rgba(46,204,113,0.85); }
.r3-msg-sms .r3-msg-bubble {
  background: rgba(46,204,113,0.1);
  border: 1px solid rgba(46,204,113,0.3);
  color: var(--fg-inverse);
  border-radius: 10px;
  text-align: left;
  width: 100%;
}
.r3-typing {
  align-self: flex-end;
  display: flex; gap: 4px;
  padding: 10px 14px;
  background: var(--accent);
  border-radius: 14px;
  border-bottom-right-radius: 4px;
}
.r3-typing span {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--fg-inverse);
  opacity: .6;
  animation: r3dot 1.2s ease-in-out infinite;
}
.r3-typing span:nth-child(2) { animation-delay: .15s; }
.r3-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes r3dot {
  0%, 80%, 100% { transform: translateY(0); opacity: .4; }
  40% { transform: translateY(-3px); opacity: 1; }
}
.r3-demo-foot {
  padding: 10px 6px 2px;
  margin-top: 8px;
  border-top: 1px solid rgba(250,246,240,0.1);
  font-family: var(--font-body);
  font-size: 11.5px;
  letter-spacing: 0.04em;
  color: rgba(250,246,240,0.6);
  text-align: center;
}
.r3-demo-foot strong { color: var(--fg-inverse); font-weight: 600; }

/* Trust strip */
.r3-trust {
  background: var(--fg);
  color: var(--fg-inverse);
  padding: 22px 0;
}
.r3-trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: center;
}
@media (max-width: 820px) { .r3-trust-row { grid-template-columns: repeat(2, 1fr); gap: 18px; } }
.r3-trust-item {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: rgba(250,246,240,0.78);
  text-align: center;
}
.r3-trust-item strong { color: var(--fg-inverse); font-weight: 600; }

/* ===== Old hero shell (kept for backwards-compat in case any other section reuses it) ===== */
.r2-hero { padding: 0 0 100px; position: relative; }
.r2-hero .photo-bleed { display: none; }
.r2-hero .badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(250,246,240,0.18);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(250,246,240,0.3);
  color: var(--fg-inverse);
  font-family: var(--font-body);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.06em;
  padding: 8px 14px; border-radius: 100px;
  margin: 0 0 24px;
}
.r2-hero .badge .dot { width: 8px; height: 8px; border-radius: 50%; background: #2ecc71; box-shadow: 0 0 12px rgba(46,204,113,.7); }
.r2-hero h1 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(48px, 8vw, 104px);
  line-height: 0.98;
  letter-spacing: -0.022em;
  color: var(--fg-inverse);
  margin: 0 0 24px;
  max-width: 14ch;
  text-shadow: 0 2px 30px rgba(0,0,0,0.3);
}
.r2-hero h1 em { color: #f0a070; font-style: italic; font-weight: 500; }
.r2-hero .sub {
  font-family: var(--font-body);
  font-size: clamp(17px, 1.5vw, 20px);
  line-height: 1.5;
  color: rgba(250,246,240,0.92);
  max-width: 50ch;
  margin: 0 0 32px;
}
.r2-hero .ctas { display: flex; gap: 18px; flex-wrap: wrap; align-items: center; }
.r2-hero .cta-primary {
  background: var(--accent);
  color: var(--fg-inverse);
  font-family: var(--font-body);
  font-size: 16px; font-weight: 600;
  padding: 18px 28px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 10px;
  box-shadow: 0 8px 30px -8px rgba(194,113,74,0.55);
  transition: transform .15s ease, box-shadow .2s ease;
}
.r2-hero .cta-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 36px -8px rgba(194,113,74,0.7); }
.r2-hero .cta-secondary {
  color: var(--fg-inverse);
  font-family: var(--font-body);
  font-size: 15px; font-weight: 500;
  padding: 18px 22px;
  border: 1px solid rgba(250,246,240,0.35);
  border-radius: 8px;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease;
}
.r2-hero .cta-secondary:hover { border-color: var(--fg-inverse); background: rgba(250,246,240,0.06); }

/* Trust strip directly under hero */
.r2-trust {
  background: var(--fg);
  color: var(--fg-inverse);
  padding: 28px 0;
}
.r2-trust .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: center;
}
@media (max-width: 820px) { .r2-trust .row { grid-template-columns: repeat(2, 1fr); gap: 24px; } }
.r2-trust .item { display: flex; align-items: center; gap: 12px; font-family: var(--font-body); font-size: 13.5px; color: rgba(250,246,240,0.88); }
.r2-trust .item .ic { width: 22px; height: 22px; flex-shrink: 0; color: #f0a070; }

/* ===== SECTION SHELL ===== */
.r2-sec { padding: 0 0 120px; }
@media (max-width: 640px) { .r2-sec { padding: 0 0 72px; } }
.r2-sec .inner { border-top: 1px solid var(--rule); padding-top: 80px; }
.r2-sec .eyebrow {
  font-family: var(--font-body);
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: var(--accent);
  margin: 0 0 24px; font-weight: 600;
}
.r2-sec .lead {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05; letter-spacing: -0.018em;
  color: var(--fg); margin: 0 0 48px;
  max-width: 18ch;
}
.r2-sec .lead em { color: var(--accent); font-style: italic; font-weight: 500; }

/* ===== PROBLEM — story-style with photo ===== */
.r2-problem .grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 900px) { .r2-problem .grid { grid-template-columns: 1fr; gap: 40px; } }
.r2-problem .photo {
  aspect-ratio: 4/5;
  border-radius: 14px;
  background: #1a1a1a center/cover;
}

/* v3 — replace polluted photo with a clean editorial panel */
.r3-problem-panel {
  aspect-ratio: 4/5;
  background: var(--fg) !important;
  color: var(--fg-inverse);
  border-radius: 14px;
  padding: 40px 36px;
  display: flex; flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.r3-problem-panel::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(194,113,74,0.18), transparent 50%),
    radial-gradient(circle at 0% 100%, rgba(194,113,74,0.10), transparent 50%);
  pointer-events: none;
}
.r3-pp-tag {
  font-family: var(--font-body);
  font-size: 12px; letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(250,246,240,0.6);
  position: relative;
}
.r3-pp-stat {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(120px, 16vw, 200px);
  line-height: 0.9;
  letter-spacing: -0.04em;
  color: var(--accent);
  position: relative;
  margin: 12px 0 8px;
}
.r3-pp-cap {
  font-family: var(--font-display);
  font-style: italic; font-weight: 400;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.3;
  color: var(--fg-inverse);
  max-width: 22ch;
  position: relative;
}
.r3-pp-cap em { color: var(--accent); font-weight: 500; }
.r3-pp-foot {
  font-family: var(--font-body);
  font-size: 13.5px;
  line-height: 1.5;
  color: rgba(250,246,240,0.7);
  border-top: 1px solid rgba(250,246,240,0.15);
  padding-top: 16px;
  position: relative;
  margin-top: 24px;
}
.r3-pp-foot em { color: var(--accent); font-style: normal; font-weight: 600; }
.r2-problem .text p {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.4;
  color: var(--fg);
  margin: 0 0 22px;
  max-width: 38ch;
}
.r2-problem .text p em { color: var(--accent); font-style: italic; font-weight: 500; }
.r2-problem .text .stat-pill {
  display: inline-block;
  background: rgba(194,113,74,0.1);
  color: var(--accent);
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.04em;
  padding: 8px 14px; border-radius: 100px;
  margin: 16px 0 0;
}

/* ===== WITHOUT vs WITH — the side-by-side comparison ===== */
.r2-compare .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 820px) { .r2-compare .grid { grid-template-columns: 1fr; } }
.r2-compare-card {
  border-radius: 18px;
  padding: 40px 36px;
  display: flex; flex-direction: column;
  min-height: 460px;
}
.r2-compare-card.bad {
  background: var(--bg);
  border: 1px solid var(--rule);
}
.r2-compare-card.good {
  background: var(--fg);
  color: var(--fg-inverse);
  position: relative;
}
.r2-compare-card .label {
  font-family: var(--font-body);
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; font-weight: 600;
  margin: 0 0 16px;
}
.r2-compare-card.bad .label { color: var(--fg-muted); }
.r2-compare-card.good .label { color: #f0a070; }
.r2-compare-card .head {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.012em;
  margin: 0 0 28px;
}
.r2-compare-card.bad .head { color: var(--fg); }
.r2-compare-card.good .head { color: var(--fg-inverse); }
.r2-compare-card ul { list-style: none; padding: 0; margin: 0; flex: 1; }
.r2-compare-card li {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 12px 0;
  border-top: 1px solid;
  font-family: var(--font-body);
  font-size: 15px; line-height: 1.5;
}
.r2-compare-card.bad li { border-top-color: var(--rule); color: var(--fg); }
.r2-compare-card.good li { border-top-color: rgba(250,246,240,0.14); color: rgba(250,246,240,0.92); }
.r2-compare-card li:first-child { border-top: none; }
.r2-compare-card .ic { flex-shrink: 0; width: 22px; height: 22px; margin-top: 1px; }
.r2-compare-card.bad .ic { color: #b04545; }
.r2-compare-card.good .ic { color: #5cc88a; }
.r2-compare-card .total {
  border-top: 1.5px solid;
  margin-top: 20px;
  padding-top: 20px;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 28px;
  letter-spacing: -0.012em;
  display: flex; justify-content: space-between; align-items: baseline;
}
.r2-compare-card.bad .total { border-top-color: var(--rule-strong); color: var(--fg); }
.r2-compare-card.good .total { border-top-color: rgba(250,246,240,0.3); color: var(--fg-inverse); }
.r2-compare-card .total .num { color: #b04545; font-style: italic; }
.r2-compare-card.good .total .num { color: #f0a070; }

/* ===== TRANSCRIPT — full conversation example ===== */
.r2-transcript .grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 900px) { .r2-transcript .grid { grid-template-columns: 1fr; gap: 40px; } }
.r2-transcript .text h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.1;
  margin: 0 0 24px;
  max-width: 18ch;
}
.r2-transcript .text p {
  font-family: var(--font-body);
  font-size: 15.5px; line-height: 1.6;
  color: var(--fg); max-width: 42ch;
  margin: 0 0 16px;
}
.r2-transcript .text ul { margin: 24px 0 0; padding: 0; list-style: none; }
.r2-transcript .text ul li {
  padding: 10px 0 10px 28px;
  position: relative;
  font-family: var(--font-body);
  font-size: 14.5px; line-height: 1.55;
  border-top: 1px solid var(--rule);
}
.r2-transcript .text ul li:first-child { border-top: none; }
.r2-transcript .text ul li::before {
  content: '✓';
  position: absolute; left: 0;
  color: var(--accent); font-weight: 600;
}

.r2-call {
  background: var(--fg);
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 30px 70px -20px rgba(26,26,26,0.25);
}
.r2-call .head {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(250,246,240,0.14);
  margin-bottom: 22px;
}
.r2-call .head .who {
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600;
  color: var(--fg-inverse);
  margin: 0;
}
.r2-call .head .meta {
  font-family: var(--font-body);
  font-size: 11.5px; color: rgba(250,246,240,0.55);
  margin: 0;
}
.r2-call .live-tag {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-body);
  font-size: 11px; color: #5cc88a;
  font-weight: 600; letter-spacing: 0.04em;
}
.r2-call .live-tag .pulse { width: 7px; height: 7px; border-radius: 50%; background: #5cc88a; box-shadow: 0 0 8px rgba(92,200,138,.7); }
.r2-call .turn {
  display: flex; gap: 12px;
  margin-bottom: 16px;
  align-items: flex-start;
}
.r2-call .turn .speaker {
  flex-shrink: 0;
  width: 32px; height: 32px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 500; font-size: 13px;
}
.r2-call .turn.ai .speaker { background: var(--accent); color: var(--fg-inverse); }
.r2-call .turn.cu .speaker { background: rgba(250,246,240,0.14); color: var(--fg-inverse); }
.r2-call .turn .body {
  flex: 1;
  font-family: var(--font-body);
  font-size: 14px; line-height: 1.55;
}
.r2-call .turn .name {
  font-weight: 600;
  font-size: 11.5px; letter-spacing: 0.04em;
  margin: 4px 0 4px;
}
.r2-call .turn.ai .name { color: #f0a070; }
.r2-call .turn.cu .name { color: rgba(250,246,240,0.7); }
.r2-call .turn .said { color: rgba(250,246,240,0.92); margin: 0; }
.r2-call .footer-note {
  margin-top: 6px; padding-top: 18px;
  border-top: 1px solid rgba(250,246,240,0.14);
  font-family: var(--font-body);
  font-size: 12px; color: rgba(250,246,240,0.55);
  display: flex; justify-content: space-between; gap: 16px;
}
.r2-call .footer-note strong { color: #5cc88a; font-weight: 600; }

/* ===== TESTIMONIALS ===== */
.r2-testimonials .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .r2-testimonials .grid { grid-template-columns: 1fr; gap: 16px; } }
.r2-card {
  background: var(--bg);
  border: 1px solid var(--rule);
  border-radius: 14px;
  padding: 32px 28px;
  display: flex; flex-direction: column;
  min-height: 380px;
}
.r2-card .stars {
  display: flex; gap: 2px; color: var(--accent); margin-bottom: 18px;
}
.r2-card blockquote {
  font-family: var(--font-display);
  font-weight: 400; font-style: italic;
  font-size: 22px; line-height: 1.4;
  color: var(--fg);
  margin: 0; flex: 1;
  max-width: 28ch;
}
.r2-card blockquote em { color: var(--accent); font-style: italic; font-weight: 500; }
.r2-card .who {
  display: flex; gap: 12px; align-items: center;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--rule);
}
.r2-card .avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #d4c4af center/cover;
  flex-shrink: 0;
}
.r2-card .who-text .name {
  font-family: var(--font-body);
  font-size: 14px; font-weight: 600;
  color: var(--fg); margin: 0;
}
.r2-card .who-text .role {
  font-family: var(--font-body);
  font-size: 12px; color: var(--fg-muted);
  margin: 2px 0 0;
}

/* ===== FAQ ===== */
.r2-faq .grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 80px;
  align-items: start;
}
@media (max-width: 900px) { .r2-faq .grid { grid-template-columns: 1fr; gap: 32px; } }
.r2-faq .head h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(36px, 4.5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.018em;
  color: var(--fg);
  margin: 0;
  max-width: 12ch;
  position: sticky; top: 100px;
}
.r2-faq .head h2 em { color: var(--accent); font-style: italic; font-weight: 500; }
.r2-faq details {
  border-top: 1px solid var(--rule);
  padding: 24px 0;
}
.r2-faq details:last-child { border-bottom: 1px solid var(--rule); }
.r2-faq summary {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: var(--fg);
  cursor: pointer;
  list-style: none;
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
  letter-spacing: -0.005em;
}
.r2-faq summary::-webkit-details-marker { display: none; }
.r2-faq summary .ic {
  flex-shrink: 0;
  width: 24px; height: 24px;
  color: var(--accent);
  transition: transform .25s ease;
}
.r2-faq details[open] summary .ic { transform: rotate(45deg); }
.r2-faq details p {
  font-family: var(--font-body);
  font-size: 15.5px; line-height: 1.6;
  color: var(--fg);
  max-width: 56ch;
  margin: 16px 0 0;
}
.r2-faq details p em { color: var(--accent); font-style: italic; }

/* ===== PRICING (use v1 styling shape, slightly punchier) ===== */
.r2-pricing .inner { text-align: center; }
.r2-pricing .lead { margin-left: auto; margin-right: auto; }
.r2-tier-wrap { display: flex; justify-content: center; }
.r2-tier {
  border: 2px solid var(--fg);
  background: var(--bg);
  border-radius: 18px;
  box-shadow: 0 24px 60px -20px rgba(26,26,26,0.18);
  position: relative;
  padding: 48px 44px;
  max-width: 600px; width: 100%;
  text-align: left;
  display: flex; flex-direction: column;
}
.r2-tier .badge {
  position: absolute; top: -14px; left: 24px;
  background: var(--accent); color: var(--fg-inverse);
  font-family: var(--font-body);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 100px;
}
.r2-tier .name {
  font-family: var(--font-display);
  font-weight: 500; font-size: 34px;
  letter-spacing: -0.012em; color: var(--fg);
  margin: 0 0 6px;
}
.r2-tier .for {
  font-family: var(--font-body);
  font-size: 13.5px; color: var(--fg-muted);
  margin: 0 0 28px;
}
.r2-tier .price {
  font-family: var(--font-display);
  font-weight: 500; font-size: 64px;
  line-height: 1; color: var(--fg);
  letter-spacing: -0.018em;
}
.r2-tier .price .small { font-size: 18px; color: var(--fg-muted); font-weight: 400; }
.r2-tier .price .currency {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--fg-muted);
  background: rgba(26,26,26,0.04);
  padding: 4px 8px 3px;
  border-radius: 4px;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
  top: -8px;
}
.r2-tier .setup {
  font-family: var(--font-body);
  font-size: 13px; color: var(--fg-muted); margin-top: 8px;
}
/* "All prices in CAD" footnote — quiet, sits below the "bigger shop" line */
.currency-note {
  font-family: var(--font-body);
  font-size: 12.5px;
  color: var(--fg-muted);
  letter-spacing: 0.02em;
  text-align: center;
  max-width: 52ch;
  margin: 24px auto 0;
}
.r2-tier ul { list-style: none; padding: 0; margin: 28px 0; flex: 1; }
.r2-tier ul li {
  font-family: var(--font-body);
  font-size: 15px; color: var(--fg);
  line-height: 1.55;
  padding: 10px 0 10px 28px;
  position: relative;
}
.r2-tier ul li::before {
  content: '';
  position: absolute; left: 0; top: 16px;
  width: 14px; height: 7px;
  border-left: 1.8px solid var(--accent);
  border-bottom: 1.8px solid var(--accent);
  transform: rotate(-45deg);
}
.r2-tier ul li em { color: var(--accent); font-style: italic; font-weight: 500; }
.r2-tier ul li strong { color: var(--fg); font-weight: 600; }
.r2-tier .cta-row { display: flex; flex-direction: column; gap: 12px; margin-top: 8px; }
.r2-tier .cta {
  background: var(--fg);
  color: var(--fg-inverse);
  font-family: var(--font-body);
  font-size: 15px; font-weight: 600;
  padding: 16px 24px; border-radius: 8px;
  text-align: center; text-decoration: none;
  transition: background .2s ease;
}
.r2-tier .cta:hover { background: var(--accent); }
.r2-tier .cta-text {
  font-family: var(--font-body);
  font-size: 13.5px; color: var(--fg-muted);
  text-align: center; text-decoration: none;
}
.r2-tier .cta-text:hover { color: var(--accent); }

.r2-pricing .bigger {
  margin: 32px auto 0;
  max-width: 480px;
  font-family: var(--font-body);
  font-size: 14px; color: var(--fg-muted);
  line-height: 1.55;
}
.r2-pricing .bigger a {
  color: var(--fg);
  border-bottom: 1px solid var(--accent); padding-bottom: 1px;
}

/* ===== GUARANTEE BADGE — visual centerpiece ===== */
.r2-guarantee {
  margin-top: 48px;
  background: var(--fg);
  color: var(--fg-inverse);
  border-radius: 18px;
  padding: 48px 40px;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 36px;
  align-items: center;
  text-align: left;
}
@media (max-width: 640px) { .r2-guarantee { grid-template-columns: 1fr; gap: 20px; padding: 32px 28px; text-align: center; } }
.r2-guarantee .seal {
  width: 140px; height: 140px;
  border: 2px solid var(--accent);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
}
.r2-guarantee .seal::before, .r2-guarantee .seal::after {
  content: '';
  position: absolute;
  inset: 6px;
  border: 1px dashed rgba(194,113,74,0.4);
  border-radius: 50%;
}
.r2-guarantee .seal .num {
  font-family: var(--font-display);
  font-weight: 500; font-size: 44px;
  color: var(--accent); line-height: 1;
}
.r2-guarantee .seal .word {
  font-family: var(--font-body);
  font-size: 10.5px; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(250,246,240,0.7);
  font-weight: 600; margin-top: 4px;
}
.r2-guarantee .copy h3 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.15; color: var(--fg-inverse);
  margin: 0 0 12px;
  max-width: 22ch;
}
.r2-guarantee .copy h3 em { color: var(--accent); font-style: italic; font-weight: 500; }
.r2-guarantee .copy p {
  font-family: var(--font-body);
  font-size: 14.5px; line-height: 1.55;
  color: rgba(250,246,240,0.8);
  margin: 0; max-width: 56ch;
}

/* ===== PHONE (reused mockup, plumber dispatch flavor) ===== */
.r2-phone {
  background: var(--fg);
  border-radius: 36px;
  padding: 24px 20px 28px;
  max-width: 340px;
  margin: 0 auto;
  box-shadow: 0 30px 70px -20px rgba(26,26,26,0.22);
}
.r2-phone .screen {
  background: var(--bg); border-radius: 22px;
  padding: 22px 18px 26px;
  min-height: 460px;
}
.r2-phone .header {
  text-align: center; padding-bottom: 14px;
  border-bottom: 1px solid var(--rule);
  margin-bottom: 18px;
}
.r2-phone .who {
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600;
  color: var(--fg); margin: 0 0 2px;
}
.r2-phone .num {
  font-family: var(--font-body);
  font-size: 11px; color: var(--fg-muted); margin: 0;
}
.r2-phone .day {
  text-align: center;
  font-family: var(--font-body);
  font-size: 10.5px; color: var(--fg-muted);
  text-transform: uppercase; letter-spacing: 0.12em;
  margin: 8px 0 14px;
}
.r2-phone .msg { margin-bottom: 12px; display: flex; flex-direction: column; max-width: 80%; }
.r2-phone .msg.me { margin-left: auto; align-items: flex-end; }
.r2-phone .msg.them { margin-right: auto; align-items: flex-start; }
.r2-phone .bubble {
  font-family: var(--font-body);
  font-size: 13.5px; line-height: 1.4;
  padding: 10px 14px; border-radius: 18px;
}
.r2-phone .me .bubble {
  background: var(--fg); color: var(--fg-inverse);
  border-bottom-right-radius: 6px;
}
.r2-phone .them .bubble {
  background: rgba(26,26,26,0.06); color: var(--fg);
  border-bottom-left-radius: 6px;
}
.r2-phone .stamp {
  font-family: var(--font-body);
  font-size: 10px; color: var(--fg-muted);
  margin-top: 4px; padding: 0 4px;
}

/* ===== HOW (reused 3-step shape) ===== */
.r2-how .grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
}
@media (max-width: 900px) { .r2-how .grid { grid-template-columns: 1fr; gap: 56px; } }
.r2-step {
  display: grid; grid-template-columns: 56px 1fr;
  gap: 24px; margin-bottom: 36px;
}
.r2-step .num {
  font-family: var(--font-display);
  font-weight: 400; font-size: 32px;
  color: var(--accent); line-height: 1;
}
.r2-step h3 {
  font-family: var(--font-display);
  font-weight: 500; font-size: 26px;
  line-height: 1.2; letter-spacing: -0.01em;
  color: var(--fg); margin: 0 0 10px;
}
.r2-step p {
  font-family: var(--font-body);
  font-size: 15px; color: var(--fg);
  line-height: 1.55; margin: 0; max-width: 36ch;
}
.r2-step p em { color: var(--accent); font-style: italic; }

/* ===== CALCULATOR (reused; bigger output) ===== */
.r2-calc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px; align-items: start;
}
@media (max-width: 900px) { .r2-calc-grid { grid-template-columns: 1fr; gap: 40px; } }
.r2-calc-input { display: flex; flex-direction: column; gap: 28px; }
.r2-field-label {
  display: block;
  font-family: var(--font-body);
  font-size: 13px; font-weight: 500;
  color: var(--fg); margin: 0 0 6px;
}
.r2-field-help {
  font-family: var(--font-body);
  font-size: 12px; color: var(--fg-muted);
  margin: 0 0 14px; line-height: 1.5;
}
.r2-input-wrap {
  display: flex; align-items: center;
  border-bottom: 2px solid var(--fg);
  padding: 8px 0; gap: 10px;
}
.r2-input-wrap .prefix {
  font-family: var(--font-display);
  font-size: 32px; color: var(--fg-muted);
  font-weight: 500; line-height: 1;
}
.r2-input-wrap input {
  font-family: var(--font-display);
  font-weight: 500; font-size: 48px;
  line-height: 1; border: none; background: transparent;
  color: var(--fg); width: 100%; padding: 0;
  outline: none; letter-spacing: -0.012em;
  -moz-appearance: textfield;
}
.r2-input-wrap input::-webkit-outer-spin-button,
.r2-input-wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none; margin: 0;
}
.r2-calc-output {
  background: var(--fg);
  color: var(--fg-inverse);
  border-radius: 18px;
  padding: 40px 36px;
  position: sticky; top: 100px;
}
.r2-calc-output .out-label {
  font-family: var(--font-body);
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: #f0a070;
  margin: 0 0 8px; font-weight: 600;
}
.r2-calc-output .out-helper {
  font-family: var(--font-body);
  font-size: 12.5px; color: rgba(250,246,240,0.6);
  margin: 0 0 18px; line-height: 1.5;
}
.r2-calc-output .out-value {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(48px, 6vw, 80px);
  line-height: 1; letter-spacing: -0.022em;
  color: var(--fg-inverse); margin: 0 0 8px;
}
.r2-calc-output .out-value .unit {
  font-size: 0.32em; color: rgba(250,246,240,0.55);
  margin-left: 6px; font-weight: 400;
}
.r2-calc-output .out-secondary {
  font-family: var(--font-display);
  font-weight: 400; font-size: 22px;
  line-height: 1.4; color: rgba(250,246,240,0.92);
  margin: 22px 0 0; padding: 22px 0 0;
  border-top: 1px solid rgba(250,246,240,0.18);
}
.r2-calc-output .out-secondary strong {
  font-weight: 500; color: #f0a070; font-style: italic;
}
.r2-calc-method {
  margin-top: 28px;
  font-family: var(--font-body);
  font-size: 12.5px; color: var(--fg-muted);
  line-height: 1.6; max-width: 60ch;
}

/* ===== FINAL CTA — simpler card style ===== */
.r2-final {
  padding: 0 0 100px;
}
.r2-final .inner {
  background: var(--fg);
  color: var(--fg-inverse);
  border-radius: 22px;
  padding: clamp(56px, 7vw, 96px) clamp(32px, 5vw, 72px);
  text-align: center;
}
.r2-final h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 6vw, 80px);
  line-height: 1.02;
  letter-spacing: -0.022em;
  color: var(--fg-inverse);
  margin: 0 auto 24px;
  max-width: 16ch;
}
.r2-final h2 em { color: var(--accent); font-style: italic; font-weight: 500; }
.r2-final p {
  font-family: var(--font-body);
  font-size: 17px; line-height: 1.55;
  color: rgba(250,246,240,0.78);
  margin: 0 auto 36px; max-width: 50ch;
}
.r2-final .three-ways {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; max-width: 720px; margin: 0 auto;
}
@media (max-width: 720px) { .r2-final .three-ways { grid-template-columns: 1fr; } }
.r2-final .way {
  background: rgba(250,246,240,0.06);
  border: 1px solid rgba(250,246,240,0.14);
  border-radius: 12px;
  padding: 22px 18px;
  display: flex; flex-direction: column; gap: 6px;
  text-decoration: none; color: var(--fg-inverse);
  text-align: left;
  transition: border-color .2s ease, background .2s ease;
}
.r2-final .way:hover { border-color: var(--accent); background: rgba(194,113,74,0.12); }
.r2-final .way .label {
  font-family: var(--font-body);
  font-size: 11px; letter-spacing: 0.18em;
  text-transform: uppercase; color: #f0a070; font-weight: 600;
}
.r2-final .way .value {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 500;
  letter-spacing: -0.005em;
}
.r2-final .helper {
  margin-top: 24px;
  font-family: var(--font-body);
  font-size: 13px; color: rgba(250,246,240,0.5);
}

/* ===== FOOTER ===== */
.r2-footer { border-top: 1px solid var(--rule); padding: 56px 0 64px; }
.r2-footer .row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px; align-items: end;
}
@media (max-width: 640px) { .r2-footer .row { grid-template-columns: 1fr; gap: 16px; } }
.r2-footer .legal {
  font-family: var(--font-body);
  font-size: 13px; color: var(--fg-muted); line-height: 1.6;
}
.r2-footer .legal strong { color: var(--fg); font-weight: 500; }
.r2-footer .links {
  display: flex; gap: 24px;
  font-family: var(--font-body);
  font-size: 13px; color: var(--fg-muted);
}
.r2-footer .links a:hover { color: var(--fg); }


/* ==========================================================================
   v4 — More alive for plumbers. ServiceTitan-style trade photography,
   layered behind editorial type. Loaded after reception.v4.css base.
   ========================================================================== */

/* ===== HERO v4 — copy + animated demo + photo collage backdrop ===== */
.r4-hero {
  padding: 24px 0 0;
  position: relative;
  background: var(--bg);
  overflow: hidden;
}
.r4-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 64px;
  align-items: center;
  padding: 40px 0 80px;
}
@media (max-width: 980px) { .r4-hero-grid { grid-template-columns: 1fr; gap: 40px; padding: 24px 0 56px; } }

.r4-hero-copy { max-width: 560px; }

/* min-height was 560px — forced the right column too tall on desktop, made the
   whole hero feel oversized. The video drives its own height (max-width 380px,
   4:5 aspect = ~475px), so let the column size to the content. */
.r4-hero-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 980px) { .r4-hero-stage { padding: 8px 0; } }

/* Phone mock — what Sarah texts you. */
.r4-phone {
  width: min(100%, 360px);
  background: #1a1a1a;
  border-radius: 38px;
  padding: 10px;
  box-shadow:
    0 40px 80px -28px rgba(26,26,26,0.32),
    0 12px 24px -12px rgba(26,26,26,0.22),
    inset 0 0 0 1px rgba(255,255,255,0.04);
  position: relative;
}
.r4-phone::before {
  content: "";
  position: absolute;
  top: 14px; left: 50%;
  transform: translateX(-50%);
  width: 96px; height: 22px;
  background: #0a0a0a;
  border-radius: 999px;
  z-index: 2;
}
.r4-phone-screen {
  background: #f7f5f0;
  border-radius: 30px;
  padding: 56px 16px 20px;
  min-height: 560px;
  display: flex;
  flex-direction: column;
}
.r4-phone-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 4px 12px;
  border-bottom: 1px solid rgba(26,26,26,0.08);
}
.r4-phone-avatar {
  width: 38px; height: 38px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 17px;
}
.r4-phone-who {
  font-family: var(--font-body);
  font-size: 14px; font-weight: 600;
  color: var(--fg);
  margin: 0; line-height: 1.2;
}
.r4-phone-num {
  font-family: var(--font-body);
  font-size: 12px; color: rgba(26,26,26,0.55);
  margin: 2px 0 0; line-height: 1;
}
.r4-phone-dot {
  margin-left: auto;
  width: 8px; height: 8px;
  border-radius: 999px;
  background: #2f9e44;
  box-shadow: 0 0 0 4px rgba(47,158,68,0.12);
}
.r4-phone-day {
  text-align: center;
  font-family: var(--font-body);
  font-size: 11px;
  color: rgba(26,26,26,0.5);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 14px 0 10px;
}
.r4-phone-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.r4-bubble {
  max-width: 84%;
  padding: 9px 13px 7px;
  border-radius: 18px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.38;
  animation: r4BubbleIn .28s ease both;
}
@keyframes r4BubbleIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.r4-bubble-sms-in {
  align-self: flex-start;
  background: #e9e6df;
  color: var(--fg);
  border-bottom-left-radius: 6px;
}
.r4-bubble-sms-out {
  align-self: flex-end;
  background: #1a73e8;
  color: #fff;
  border-bottom-right-radius: 6px;
}
.r4-bubble-text { }
.r4-bubble-time {
  font-size: 10px;
  opacity: 0.55;
  margin-top: 3px;
  letter-spacing: 0.02em;
}
.r4-bubble-typing {
  align-self: flex-start;
  background: #e9e6df;
  border-radius: 18px;
  border-bottom-left-radius: 6px;
  padding: 10px 14px;
  display: inline-flex;
  gap: 4px;
}
.r4-bubble-typing span {
  width: 6px; height: 6px;
  border-radius: 999px;
  background: rgba(26,26,26,0.45);
  animation: r4Typing 1.2s infinite ease-in-out;
}
.r4-bubble-typing span:nth-child(2) { animation-delay: .15s; }
.r4-bubble-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes r4Typing {
  0%, 80%, 100% { transform: translateY(0); opacity: 0.4; }
  40% { transform: translateY(-3px); opacity: 1; }
}
.r4-hero-cap {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(26,26,26,0.55);
  margin: 0;
  text-align: center;
}
.r4-hero-cap em { color: var(--accent); font-style: italic; font-weight: 500; }

/* ===== TRY IT LIVE — push to call & test Sarah ===== */
.r4-tryit {
  padding: 96px 0;
  background: var(--fg);
  color: var(--fg-inverse);
  position: relative;
  overflow: hidden;
}
.r4-tryit::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 60% 50% at 80% 20%, rgba(194,113,74,0.18), transparent 60%);
  pointer-events: none;
}
.r4-tryit-inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
}
@media (max-width: 980px) { .r4-tryit-inner { grid-template-columns: 1fr; gap: 48px; } }

.r4-tryit-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(250,246,240,0.7);
  margin: 0 0 28px;
}
.r4-tryit-pulse {
  width: 8px; height: 8px; border-radius: 50%;
  background: #2ecc71;
  box-shadow: 0 0 0 4px rgba(46,204,113,0.22);
  animation: r3pulse 2s ease-in-out infinite;
}
.r4-tryit-copy h2 {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(44px, 5.5vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.022em;
  color: var(--fg-inverse);
  margin: 0 0 28px;
  max-width: 14ch;
}
.r4-tryit-copy h2 em { color: var(--accent); font-style: italic; font-weight: 500; }
.r4-tryit-lead {
  font-family: var(--font-display);
  font-style: italic;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.45;
  color: rgba(250,246,240,0.86);
  max-width: 36ch;
  margin: 0;
}
.r4-tryit-card {
  background: rgba(250,246,240,0.04);
  border: 1px solid rgba(250,246,240,0.14);
  border-radius: 14px;
  padding: 32px 32px 28px;
  backdrop-filter: blur(8px);
}
.r4-tryit-card-head {
  display: flex; justify-content: space-between; align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(250,246,240,0.1);
  margin-bottom: 22px;
}
.r4-tryit-tag {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--accent);
}
.r4-tryit-time {
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(250,246,240,0.55);
}
.r4-tryit-steps {
  list-style: none; padding: 0; margin: 0 0 28px;
  display: flex; flex-direction: column; gap: 14px;
}
.r4-tryit-steps li {
  display: flex; gap: 14px; align-items: flex-start;
  font-family: var(--font-body);
  font-size: 15.5px; line-height: 1.5;
  color: rgba(250,246,240,0.92);
}
.r4-tryit-steps li em {
  font-style: italic; font-family: var(--font-display);
  color: var(--accent); font-weight: 500;
}
.r4-tryit-steps li strong { color: var(--fg-inverse); font-weight: 600; }
.r4-tryit-num {
  flex-shrink: 0;
  width: 26px; height: 26px;
  border-radius: 50%;
  background: rgba(194,113,74,0.18);
  border: 1px solid rgba(194,113,74,0.4);
  color: var(--accent);
  font-family: var(--font-body);
  font-weight: 600; font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
}
.r4-tryit-cta {
  display: flex; align-items: center; justify-content: center;
  gap: 12px;
  width: 100%;
  background: var(--accent);
  color: var(--fg-inverse);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 17px;
  padding: 18px 24px;
  border-radius: 8px;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
}
.r4-tryit-cta:hover { background: #d68458; transform: translateY(-1px); }
.r4-tryit-foot {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(250,246,240,0.55);
  margin: 14px 0 0;
  text-align: center;
  line-height: 1.5;
}
.r4-tryit-foot em { font-style: italic; color: rgba(250,246,240,0.85); font-weight: 500; }

/* ===== HERO CALL VISUALIZATION — they're TALKING, not texting ===== */
.r4-call {
  background: var(--fg);
  border-radius: 18px;
  padding: 32px 28px 28px;
  color: var(--fg-inverse);
  box-shadow: 0 30px 80px -30px rgba(26,26,26,0.4);
  min-height: 540px;
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
}
.r4-call::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(194,113,74,0.12), transparent 70%);
  pointer-events: none;
}
.r4-call-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,246,240,0.08);
  position: relative;
}
.r4-call-status {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body);
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(250,246,240,0.7);
}
.r4-call-status .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #2ecc71;
  box-shadow: 0 0 0 4px rgba(46,204,113,0.22);
  animation: r3pulse 2s ease-in-out infinite;
}
.r4-call-timer {
  font-family: var(--font-body);
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  color: rgba(250,246,240,0.55);
}
.r4-call-stage {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 32px 0 24px;
  align-items: center;
  position: relative;
}
.r4-caller {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  position: relative;
  transition: opacity .4s ease, transform .4s ease;
}
.r4-caller-avatar {
  position: relative;
  width: 88px; height: 88px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.01em;
}
.r4-caller-avatar.is-customer {
  background: linear-gradient(135deg, #6b7a8f, #4a5568);
  color: rgba(250,246,240,0.95);
}
.r4-caller-avatar.is-sarah {
  background: linear-gradient(135deg, var(--accent), #a85a35);
  color: var(--fg-inverse);
}
.r4-caller-avatar::before,
.r4-caller-avatar::after {
  content: '';
  position: absolute; inset: -8px;
  border-radius: 50%;
  border: 2px solid currentColor;
  opacity: 0;
  pointer-events: none;
}
.r4-caller.is-active .r4-caller-avatar::before {
  animation: r4ring 1.6s ease-out infinite;
}
.r4-caller.is-active .r4-caller-avatar::after {
  animation: r4ring 1.6s ease-out infinite .4s;
}
@keyframes r4ring {
  0%   { opacity: 0.55; transform: scale(0.95); }
  100% { opacity: 0;    transform: scale(1.45); }
}
.r4-caller-name {
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600;
  color: rgba(250,246,240,0.95);
  text-align: center;
  margin: 0;
}
.r4-caller-role {
  font-family: var(--font-body);
  font-size: 11px;
  color: rgba(250,246,240,0.5);
  text-align: center;
  margin: -8px 0 0;
  letter-spacing: 0.04em;
}
.r4-waveform {
  display: flex; align-items: center; justify-content: center;
  gap: 4px;
  height: 32px;
  margin-top: 4px;
  opacity: 0.25;
  transition: opacity .3s ease;
}
.r4-caller.is-active .r4-waveform { opacity: 1; }
.r4-waveform span {
  display: block;
  width: 3px; height: 6px;
  background: currentColor;
  border-radius: 2px;
}
.r4-caller.is-customer .r4-waveform { color: #8fa3b8; }
.r4-caller.is-sarah    .r4-waveform { color: var(--accent); }
.r4-caller.is-active .r4-waveform span {
  animation: r4wave 0.8s ease-in-out infinite;
}
.r4-caller.is-active .r4-waveform span:nth-child(1) { animation-delay: 0s; }
.r4-caller.is-active .r4-waveform span:nth-child(2) { animation-delay: .08s; }
.r4-caller.is-active .r4-waveform span:nth-child(3) { animation-delay: .16s; }
.r4-caller.is-active .r4-waveform span:nth-child(4) { animation-delay: .24s; }
.r4-caller.is-active .r4-waveform span:nth-child(5) { animation-delay: .32s; }
.r4-caller.is-active .r4-waveform span:nth-child(6) { animation-delay: .4s; }
.r4-caller.is-active .r4-waveform span:nth-child(7) { animation-delay: .48s; }
@keyframes r4wave {
  0%, 100% { height: 6px;  opacity: 0.5; }
  50%      { height: 26px; opacity: 1; }
}
.r4-call-link {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(250,246,240,0.06);
  border: 1px solid rgba(250,246,240,0.18);
  display: flex; align-items: center; justify-content: center;
  color: rgba(250,246,240,0.55);
  z-index: 1;
}
.r4-call-link svg { width: 22px; height: 22px; }

.r4-call-caption {
  border-top: 1px solid rgba(250,246,240,0.08);
  padding-top: 18px;
  min-height: 78px;
  position: relative;
}
.r4-call-speaker {
  font-family: var(--font-body);
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: rgba(250,246,240,0.5);
  margin: 0 0 8px;
}
.r4-call-speaker.is-sarah { color: var(--accent); }
.r4-call-line {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
  color: rgba(250,246,240,0.92);
  margin: 0;
  animation: r4linefade .35s ease both;
}
@keyframes r4linefade {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.r4-call-foot {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 18px;
  margin-top: 16px;
  border-top: 1px solid rgba(250,246,240,0.08);
  font-family: var(--font-body);
  font-size: 12px;
  color: rgba(250,246,240,0.55);
}
.r4-call-foot strong { color: var(--accent); font-weight: 600; }

/* ===== "Built for the work" 4-up image grid ===== */
.r4-truck {
  padding: 96px 0 40px;
  background: var(--bg);
}
.r4-truck .inner { max-width: var(--container-max); }
.r4-truck .eyebrow {
  font-family: var(--font-body);
  font-size: 12px; font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
}
.r4-truck .lead {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(40px, 4.4vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.018em;
  color: var(--fg);
  margin: 0 0 16px;
  max-width: 18ch;
}
.r4-truck .lead em { color: var(--accent); font-style: italic; font-weight: 500; }
.r4-truck-sub {
  font-family: var(--font-body);
  font-size: 17px; line-height: 1.55;
  color: var(--fg-muted);
  max-width: 60ch;
  margin: 0 0 48px;
}
.r4-truck-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 980px) { .r4-truck-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; } }
@media (max-width: 540px)  { .r4-truck-grid { grid-template-columns: 1fr; } }

.r4-truck-card {
  display: flex; flex-direction: column;
  gap: 14px;
}
.r4-truck-photo {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  box-shadow: 0 20px 40px -22px rgba(26,26,26,0.30);
  transition: transform .35s ease;
}
.r4-truck-photo::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,26,26,0) 50%, rgba(26,26,26,0.55) 100%);
}
.r4-truck-card:hover .r4-truck-photo { transform: translateY(-4px); }
.r4-truck-tag {
  position: absolute;
  left: 14px; bottom: 14px;
  z-index: 2;
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  color: #FAF6F0;
  letter-spacing: -0.01em;
}
.r4-truck-cap {
  font-family: var(--font-body);
  font-size: 14.5px;
  line-height: 1.45;
  color: var(--fg-muted);
  margin: 0;
  padding: 0 4px;
}

/* ===== Problem panel v4 — overlay on a real photo ===== */
.r4-problem-photo {
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 32px 70px -28px rgba(26,26,26,0.40);
}
.r4-pp-img {
  position: absolute; inset: 0;
  background-image: url('https://images.unsplash.com/photo-1607472586893-edb57bdc0e39?w=1100&q=80&auto=format&fit=crop');
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}
.r4-pp-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(26,26,26,0.20) 0%, rgba(26,26,26,0.55) 50%, rgba(26,26,26,0.85) 100%);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FAF6F0;
}
.r4-pp-tag {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(250,246,240,0.75);
  margin-bottom: 16px;
}
.r4-pp-stat {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(80px, 12vw, 140px);
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--accent);
  margin-bottom: 8px;
}
.r4-pp-cap {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(20px, 2vw, 26px);
  line-height: 1.3;
  color: #FAF6F0;
  max-width: 22ch;
}
.r4-pp-cap em {
  color: var(--accent);
  font-style: italic;
  font-weight: 500;
}



/* ==========================================================================
   v5 ADDITIONS — Multi-language section + Audio proof
   Aesthetic rules:
   - No flag emojis, no gradient swooshes, no "globe" iconography
   - Pills read as utilitarian capability, not diversity branding
   - Cormorant for the section headline, sans for body and pills
   - Stay on cream, deep ink, single accent (clay)
   ========================================================================== */

/* ---------- Pill row ---------- */
.r5-langs {
  background: var(--bg);
  padding-top: 56px;
  padding-bottom: 0;
  border-top: 1px solid rgba(26,26,26,0.06);
}
.r5-langs-pills {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
  margin: 0 -2px 56px;
}
.r5-langs-pills::-webkit-scrollbar { display: none; }
.r5-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 9px 16px 10px;
  border: 1px solid rgba(26,26,26,0.14);
  border-radius: 999px;
  background: transparent;
  color: var(--fg);
  font-family: var(--font-sans, ui-sans-serif, system-ui);
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  transition: border-color .18s ease, background .18s ease;
}
.r5-pill:hover {
  border-color: var(--accent);
  background: #fff;
}
.r5-pill-native {
  font-weight: 500;
  letter-spacing: -0.005em;
}
.r5-pill-meta {
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fg-muted);
  font-weight: 600;
}

/* ---------- Headline + body ---------- */
.r5-langs-band {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px 96px;
  padding-bottom: 96px;
}
@media (max-width: 880px) {
  .r5-langs-band {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 56px;
  }
}
.r5-langs-head .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 600;
  color: var(--fg-muted);
  margin: 0 0 18px;
}
.r5-langs-head h2 {
  font-family: var(--font-serif, "Cormorant Garamond", serif);
  font-weight: 400;
  font-size: clamp(34px, 4.6vw, 60px);
  line-height: 1.06;
  letter-spacing: -0.018em;
  color: var(--fg);
  margin: 0;
  text-wrap: balance;
}
.r5-langs-head h2 em {
  font-style: italic;
  color: var(--accent);
}

.r5-langs-lead {
  font-size: 18px;
  line-height: 1.6;
  color: var(--fg);
  margin: 0 0 28px;
  max-width: 52ch;
}
.r5-langs-lead em {
  font-style: italic;
  font-family: var(--font-serif, "Cormorant Garamond", serif);
  font-weight: 500;
  font-size: 1.08em;
}

.r5-langs-points {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 22px;
}
.r5-langs-points > li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 22px 0 22px;
  border-top: 1px solid rgba(26,26,26,0.1);
}
.r5-langs-points > li:last-child {
  border-bottom: 1px solid rgba(26,26,26,0.1);
}
.r5-pt-num {
  font-family: var(--font-serif, "Cormorant Garamond", serif);
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  color: var(--accent);
  letter-spacing: 0.02em;
  padding-top: 2px;
}
.r5-pt-h {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--fg);
}
.r5-pt-b {
  margin: 0;
  color: var(--fg);
  font-size: 15px;
  line-height: 1.6;
  max-width: 56ch;
}
.r5-pt-b em {
  font-style: italic;
  color: var(--fg);
  font-weight: 500;
  font-family: var(--font-serif, "Cormorant Garamond", serif);
  font-size: 1.05em;
}

/* ---------- AUDIO PROOF ---------- */
.r5-proof {
  background: #f4ede2; /* cream pressed slightly warmer to separate from preceding section */
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 880px) {
  .r5-proof { padding-top: 64px; padding-bottom: 64px; }
}
.r5-proof-head {
  max-width: 740px;
  margin: 0 0 40px;
}
.r5-proof-head .eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 600;
  color: var(--fg-muted);
  margin: 0 0 16px;
}
.r5-proof-head h2 {
  font-family: var(--font-serif, "Cormorant Garamond", serif);
  font-weight: 400;
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.018em;
  color: var(--fg);
  margin: 0 0 14px;
}
.r5-proof-head h2 em {
  font-style: italic;
  color: var(--accent);
}
.r5-proof-sub {
  font-size: 16px;
  line-height: 1.6;
  color: var(--fg);
  margin: 0;
  max-width: 60ch;
}

.r5-player {
  margin: 0;
  border: 1px solid rgba(26,26,26,0.12);
  background: var(--bg);
  border-radius: 4px;
  overflow: hidden;
  max-width: 920px;
}

/* Subtitle stage — cinematic dark plate */
.r5-player-stage {
  position: relative;
  background: #141414;
  color: #faf6f0;
  padding: 64px 56px 88px;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 720px) {
  .r5-player-stage { padding: 44px 28px 76px; min-height: 240px; }
}

/* Burned-in subtitle look (not a chat bubble) */
.r5-sub {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.r5-sub-row {
  margin: 0 0 8px;
  text-shadow: 0 2px 12px rgba(0,0,0,0.65);
}
.r5-sub-native {
  font-size: clamp(22px, 3.2vw, 34px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.005em;
}
.r5-sub-en {
  font-family: var(--font-serif, "Cormorant Garamond", serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(18px, 2.4vw, 26px);
  line-height: 1.35;
  color: #faf6f0cc;
  margin-top: 6px;
}
.r5-sub-tag {
  margin-top: 18px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #faf6f099;
  font-weight: 600;
}
.r5-sub-dot { margin: 0 8px; opacity: 0.55; }

/* Voice waveform */
.r5-wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  height: 28px;
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  pointer-events: none;
}
.r5-wave > span {
  display: inline-block;
  width: 3px;
  height: 6px;
  background: #faf6f0;
  border-radius: 2px;
  animation: r5wave 1.1s ease-in-out infinite;
  animation-play-state: paused;
}
.r5-wave.is-playing > span { animation-play-state: running; }
@keyframes r5wave {
  0%, 100% { height: 6px; }
  50%      { height: 22px; }
}

/* Transport */
.r5-transport {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 16px 24px;
  background: var(--bg);
  border-top: 1px solid rgba(26,26,26,0.08);
}
.r5-play {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0;
  background: var(--accent);
  color: #faf6f0;
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  transition: transform .15s ease;
}
.r5-play:hover { transform: scale(1.04); }
.r5-play svg { width: 22px; height: 22px; }
.r5-progress {
  height: 3px;
  background: rgba(26,26,26,0.12);
  border-radius: 2px;
  overflow: hidden;
}
.r5-progress-fill {
  height: 100%;
  background: var(--accent);
  transition: width .1s linear;
}
.r5-time {
  font-variant-numeric: tabular-nums;
  font-size: 13px;
  color: var(--fg-muted);
  letter-spacing: 0.02em;
}
.r5-time-sep { margin: 0 6px; opacity: 0.5; }

.r5-caption {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 14px 24px 18px;
  font-size: 12px;
  color: var(--fg-muted);
  border-top: 1px solid rgba(26,26,26,0.06);
  background: var(--bg);
}
.r5-cap-tag {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid rgba(26,26,26,0.18);
  border-radius: 999px;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--fg);
  font-weight: 600;
}

/* ---------- Mobile tightening ---------- */
@media (max-width: 720px) {
  .r5-langs { padding-top: 40px; }
  .r5-langs-pills { margin-bottom: 36px; gap: 8px; }
  .r5-pill { padding: 8px 14px 9px; font-size: 13px; }
  .r5-langs-points > li { grid-template-columns: 40px 1fr; gap: 10px; }
  .r5-pt-num { font-size: 18px; }
}




/* ==========================================================================
   v5 HERO — three stable variants picked by Tweaks (no layout shift, no flicker)
   - .r5-phone    : SMS receipt (default). What the plumber actually gets.
   - .r5-quote    : Editorial pull-quote. Static, premium.
   - .r5-call-stable : Stacked transcript thread (replacement for the old
                       avatar-swap animation). Lines append, never replace.
   ========================================================================== */

.r5-hero .r4-hero-stage {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  min-height: 540px;
}
@media (max-width: 880px) {
  .r5-hero .r4-hero-stage { min-height: 0; }
}

/* ----- VARIANT 1: SMS phone receipt ----- */
.r5-phone {
  margin: 0;
  align-self: center;
  width: 100%;
  max-width: 380px;
  background: #1a1a1a;
  border-radius: 38px;
  padding: 14px;
  position: relative;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.06) inset,
    0 24px 60px -28px rgba(26,26,26,0.55),
    0 6px 18px -8px rgba(26,26,26,0.35);
}
.r5-phone::before {
  content: "";
  position: absolute;
  top: 16px; left: 50%;
  transform: translateX(-50%);
  width: 110px; height: 26px;
  background: #0d0d0d;
  border-radius: 999px;
  z-index: 2;
}
.r5-phone-screen {
  background: #faf6f0;
  border-radius: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 520px;
  position: relative;
}
.r5-phone-statusbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 28px 8px;
  font-size: 13px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: #1a1a1a;
}
.r5-phone-icons {
  display: inline-flex;
  align-items: flex-end;
  gap: 3px;
}
.r5-phone-icons .r5-bar {
  width: 3px;
  height: 6px;
  background: #1a1a1a;
  border-radius: 1px;
}
.r5-phone-icons .r5-bar.tall { height: 10px; }
.r5-phone-thread-head {
  text-align: center;
  padding: 14px 24px 10px;
  border-bottom: 1px solid rgba(26,26,26,0.08);
}
.r5-phone-thread-from {
  display: block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: #1a1a1a;
}
.r5-phone-thread-meta {
  display: block;
  font-size: 11px;
  color: rgba(26,26,26,0.55);
  margin-top: 2px;
}
.r5-phone-thread {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 18px 28px;
  flex: 1;
}
.r5-phone-bubble {
  align-self: flex-start;
  max-width: 86%;
  padding: 10px 14px;
  background: #ebe6dd;
  border-radius: 18px 18px 18px 6px;
  font-size: 14px;
  line-height: 1.45;
  color: #1a1a1a;
  letter-spacing: -0.005em;
  opacity: 0;
  transform: translateY(6px);
  animation: r5SmsIn .42s cubic-bezier(.2,.7,.2,1) forwards;
}
.r5-phone.is-static .r5-phone-bubble {
  opacity: 1;
  transform: none;
  animation: none;
}
@keyframes r5SmsIn {
  to { opacity: 1; transform: translateY(0); }
}
.r5-sms-tag {
  display: inline-block;
  padding: 2px 8px 3px;
  margin-bottom: 4px;
  background: #c2714a;
  color: #faf6f0;
  border-radius: 4px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 600;
}
.r5-sms-link {
  color: #c2714a;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  font-weight: 600;
}

.r5-hero .r4-hero-cap {
  margin: 0;
  text-align: center;
  font-size: 13px;
  color: var(--fg-muted);
  letter-spacing: -0.005em;
}
.r5-hero .r4-hero-cap em {
  font-style: italic;
  font-family: var(--font-serif, "Cormorant Garamond", serif);
  font-size: 1.1em;
  color: var(--fg);
  font-weight: 500;
}

/* ----- VARIANT 2: Editorial pull-quote ----- */
.r5-quote {
  margin: 0;
  align-self: center;
  width: 100%;
  max-width: 540px;
  padding: 56px 48px 44px;
  background: var(--bg);
  border: 1px solid rgba(26,26,26,0.08);
  border-radius: 4px;
  position: relative;
}
.r5-quote .r5-quote-mark {
  font-family: var(--font-serif, "Cormorant Garamond", serif);
  font-size: 120px;
  line-height: 0.8;
  color: var(--accent);
  margin: 0 0 -28px;
  font-weight: 400;
}
.r5-quote .r5-quote-body {
  font-family: var(--font-serif, "Cormorant Garamond", serif);
  font-weight: 400;
  font-size: 32px;
  line-height: 1.18;
  letter-spacing: -0.012em;
  color: var(--fg);
  margin: 0 0 24px;
  text-wrap: pretty;
}
.r5-quote .r5-quote-body em {
  font-style: italic;
  color: var(--accent);
}
.r5-quote-cite {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 16px;
  border-top: 1px solid rgba(26,26,26,0.1);
}
.r5-quote-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--fg);
}
.r5-quote-meta {
  font-size: 12px;
  color: var(--fg-muted);
  letter-spacing: 0.01em;
}

/* ----- VARIANT 3: Stable transcript thread (replaces glitchy avatar swap) ----- */
.r5-call-stable {
  margin: 0;
  align-self: center;
  width: 100%;
  max-width: 540px;
  background: var(--bg);
  border: 1px solid rgba(26,26,26,0.1);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.r5-call-stable .r4-call-head {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(26,26,26,0.08);
}
.r5-call-thread {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 22px 28px;
  min-height: 320px;
}
.r5-call-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 14px;
  align-items: baseline;
  animation: r5CallIn .35s ease-out both;
}
@keyframes r5CallIn {
  from { opacity: 0; transform: translateY(4px); }
  to   { opacity: 1; transform: translateY(0); }
}
.r5-call-who {
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--fg-muted);
  padding-top: 3px;
}
.r5-call-row.is-sarah .r5-call-who { color: var(--accent); }
.r5-call-text {
  font-family: var(--font-serif, "Cormorant Garamond", serif);
  font-weight: 400;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: -0.005em;
  color: var(--fg);
}
.r5-call-stable .r4-call-foot {
  margin-top: auto;
  padding: 12px 18px;
  border-top: 1px solid rgba(26,26,26,0.08);
}

/* ----- Hide all legacy hero anim parts when v5 is active ----- */
.r5-hero .r4-call-stage,
.r5-hero .r4-caller,
.r5-hero .r4-call-caption,
.r5-hero .r4-call-link,
.r5-hero .r4-waveform { display: none !important; }


/* ==========================================================================
   v5 HERO video — editorial: cream-on-cream, centered, soft.
   No heavy ink box, no chrome. The video sits inside a subtle cream-on-cream
   plinth so it reads as part of the page, not a media player.
   ========================================================================== */

/* Center the right column vertically so the video aligns with the copy */
.r4-hero-grid > .r4-hero-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}

.r5-video {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 380px;
}
.r5-video-frame {
  position: relative;
  width: 100%;
  background: #f1ebde;       /* cream, slightly deeper than page bg */
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  isolation: isolate;
  box-shadow:
    0 1px 0 rgba(255,255,255,0.6) inset,
    0 0 0 1px rgba(26,26,26,0.06),
    0 24px 60px -36px rgba(26,26,26,0.28);
}
.r5-video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #f1ebde;
}
/* corner tag, top-left — quieter, blended */
.r5-video-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 11px 6px 10px;
  border-radius: 999px;
  background: rgba(26,26,26,0.55);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #faf6f0;
  font-family: var(--sans);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 500;
}
.r5-video-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff5d5d;
  box-shadow: 0 0 0 0 rgba(255,93,93,0.6);
  animation: r5-video-pulse 1.6s ease-out infinite;
}
@keyframes r5-video-pulse {
  0%   { box-shadow: 0 0 0 0   rgba(255,93,93,0.6); }
  70%  { box-shadow: 0 0 0 7px rgba(255,93,93,0); }
  100% { box-shadow: 0 0 0 0   rgba(255,93,93,0); }
}

/* Caption sits centered under the frame — editorial, not technical */
.r5-video-cap {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 15px;
  line-height: 1.5;
  color: var(--safigo-stone);
  text-align: center;
  max-width: 320px;
}
.r5-video-cap em {
  font-style: italic;
  color: var(--safigo-ink);
  font-weight: 500;
}

/* On smaller screens, the video stacks below the copy */
@media (max-width: 900px) {
  .r5-video { max-width: 340px; }
}

/* ==========================================================================
   v5 inline styles — extracted from index.v5.html for production
   (mood/pace/density tweaks dropped — editorial is the default & only ship)
   ========================================================================== */

/* === Top CTA bar === */
.r5-topbar {
  position: sticky; top: 0; z-index: 60;
  background: var(--accent, #C8503A);
  color: #fff8ed;
  font-family: var(--font-body);
  border-bottom: 1px solid rgba(0,0,0,0.08);
}
.r5-topbar-inner {
  max-width: 1280px; margin: 0 auto;
  padding: 10px 32px;
  display: flex; align-items: center; justify-content: space-between;
  gap: 16px; flex-wrap: wrap;
}
.r5-topbar-msg { font-size: 14px; letter-spacing: 0.01em; opacity: 0.95; }
.r5-topbar-msg strong { font-weight: 600; }
.r5-topbar-actions { display: flex; gap: 10px; align-items: center; }
.r5-topbar-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: #1a1a1a; color: #faf6f0;
  padding: 8px 16px; border-radius: 999px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.01em;
  text-decoration: none; transition: transform 0.15s ease, background 0.15s ease;
  border: 1px solid #1a1a1a;
}
.r5-topbar-cta:hover { transform: translateY(-1px); background: #000; }
.r5-topbar-cta .r5-topbar-price {
  opacity: 0.6; font-weight: 500;
  padding-left: 6px; border-left: 1px solid rgba(250,246,240,0.25);
  margin-left: 2px;
}
.r5-topbar-link {
  color: #fff8ed; text-decoration: none; font-size: 13px; font-weight: 500;
  padding: 8px 14px; border-radius: 999px;
  border: 1px solid rgba(255,248,237,0.45);
  transition: background 0.15s ease;
}
.r5-topbar-link:hover { background: rgba(255,248,237,0.12); }
@media (max-width: 720px) {
  .r5-topbar-msg { font-size: 13px; flex: 1 1 100%; text-align: center; }
  .r5-topbar-actions { flex: 1 1 100%; justify-content: center; }
}

/* Two-tier pricing layout (Built for you single-phone + multi-phone) */
.r5-tier-wrap-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  justify-content: stretch;
  max-width: 1100px;
  margin: 0 auto;
}
.r5-tier-wrap-two .r2-tier {
  max-width: none;
  padding: 40px 36px;
}
@media (max-width: 900px) {
  .r5-tier-wrap-two { grid-template-columns: 1fr; gap: 24px; }
}
