/* ============================================================
   Weave-style shared styles — Common
   ============================================================ */
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: #fff;
  color: #0D0D0D;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }

.wv-c {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ── NAV ── */
.wv-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: #fff;
  border-bottom: 1px solid #E8EAEA;
  height: 72px;
  display: flex; align-items: center;
}
.wv-nav-inner {
  display: flex; align-items: center;
  justify-content: space-between; width: 100%; gap: 24px;
}
.wv-nav-brand { display: inline-flex; align-items: center; gap: 4px; }
.wv-nav-brand img { height: 26px; width: auto; }
.wv-nav-brand .wv-nav-mark { height: 29px; filter: brightness(0); }
.wv-nav-links { display: flex; gap: 28px; align-items: center; }
.wv-nav-links a {
  font-size: 14px; font-weight: 500; color: #666;
  text-decoration: none; transition: color 0.14s;
}
.wv-nav-links a:hover, .wv-nav-links a.active { color: #0D0D0D; }
.wv-nav-right { display: flex; gap: 10px; align-items: center; }

/* Buttons */
.wv-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-body); font-weight: 600; font-size: 14px;
  border-radius: 8px; padding: 0 20px; height: 40px;
  cursor: pointer; border: 0; transition: all 0.14s;
  text-decoration: none; white-space: nowrap; letter-spacing: 0;
}
.wv-btn-primary { background: #2E6B6B; color: #fff; }
.wv-btn-primary:hover { background: #3A8585; }
.wv-btn-outline { background: transparent; color: #0D0D0D; border: 1.5px solid #D5D8D8; }
.wv-btn-outline:hover { border-color: #0D0D0D; }
.wv-btn-lg { height: 48px; padding: 0 28px; font-size: 15px; border-radius: 10px; }

/* Lang toggle */
.wv-lang { display: flex; align-items: center; gap: 4px; }
.lang-opt {
  background: none; border: none; cursor: pointer;
  font-family: var(--font-body); font-size: 12px; font-weight: 500;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: #A0A3A3; padding: 2px 4px; transition: color 0.14s;
}
.lang-opt.is-active { color: #0D0D0D; }
.lang-sep { font-size: 11px; color: #D5D8D8; }

/* Mobile hamburger */
.menu-toggle {
  display: none; background: transparent; border: 1.5px solid #D5D8D8;
  border-radius: 8px; width: 40px; height: 40px;
  align-items: center; justify-content: center;
  cursor: pointer; color: #0D0D0D;
}

/* Mobile drawer */
.mobile-drawer-backdrop {
  display: none; position: fixed; inset: 0; z-index: 200;
  background: rgba(0,0,0,0.25);
}
.mobile-drawer-backdrop.is-active { display: block; }
.mobile-drawer {
  position: fixed; top: 0; right: -100%; bottom: 0; z-index: 201;
  width: min(320px, 85vw); background: #fff;
  padding: 28px 28px 40px;
  display: flex; flex-direction: column;
  transition: right 0.28s cubic-bezier(0.22,1,0.36,1);
  border-left: 1px solid #E8EAEA; overflow-y: auto;
}
.mobile-drawer.is-active { right: 0; }
.mobile-drawer .close {
  align-self: flex-end; background: transparent; border: none;
  color: #666; cursor: pointer; padding: 4px; margin-bottom: 20px;
}
.mobile-drawer nav { display: flex; flex-direction: column; gap: 0; }
.mobile-drawer nav a {
  font-size: 16px; font-weight: 500; color: #0D0D0D;
  padding: 12px 0; border-bottom: 1px solid #F0F2F2;
  text-decoration: none;
}
.mobile-drawer nav a:last-child { border-bottom: none; }
.mobile-drawer .wv-btn {
  margin-top: 28px; width: 100%; justify-content: center;
  height: 50px; font-size: 15px; border-radius: 10px;
}

/* ── PAGE HERO (interior pages) ── */
.wv-page-hero {
  padding: 144px 0 72px; background: #fff;
}
.wv-page-hero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(32px, 4.2vw, 58px);
  line-height: 1.06; letter-spacing: -0.03em;
  color: #0D0D0D; max-width: 820px; margin: 0 0 20px;
}
.wv-page-hero p {
  font-size: clamp(16px, 1.3vw, 18px); line-height: 1.65;
  color: #555; max-width: 620px; margin: 0 0 32px;
}
.wv-page-hero .wv-btn-lg { height: 48px; padding: 0 28px; font-size: 15px; border-radius: 10px; }

/* ── HOMEPAGE HERO (2-column) ── */
.wv-hero {
  padding: 148px 0 100px;
  background: linear-gradient(135deg, #0D2626 0%, #163838 35%, #2E6B6B 70%, #1A3F3F 100%);
}
.wv-hero .wv-c { max-width: 1320px; }
.wv-hero-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.wv-pill {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(46,107,107,0.08); color: #2E6B6B;
  font-size: 11px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; padding: 5px 14px;
  border-radius: 999px; margin-bottom: 28px;
}
.wv-hero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.05; letter-spacing: -0.03em;
  color: #fff; margin: 0 0 22px;
}
.wv-hero-sub {
  font-size: clamp(16px, 1.3vw, 18px); line-height: 1.65;
  color: rgba(255,255,255,0.88); margin: 0 0 36px; max-width: 500px;
}
.wv-hero-ctas { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }
.wv-hero-ctas .wv-btn { height: 48px; padding: 0 28px; font-size: 15px; border-radius: 10px; }
.wv-hero-ctas .wv-btn-primary { background: #fff; color: #2E6B6B; }
.wv-hero-ctas .wv-btn-primary:hover { background: #DDE9E9; }
.wv-hero .wv-text-link { color: #fff; }
.wv-text-link {
  font-size: 15px; font-weight: 500; color: #2E6B6B;
  display: inline-flex; align-items: center; gap: 6px;
  transition: gap 0.14s; text-decoration: none;
}
.wv-text-link:hover { gap: 10px; }
/* ── HERO FLOATING ELEMENTS ── */
.wv-hero-stage { position: relative; width: 100%; aspect-ratio: 580 / 500; }
.wv-hero-stage-inner { position: absolute; top: 0; right: 0; width: 580px; height: 500px; transform-origin: top right; }
.wv-fl { position: absolute; font-family: var(--font-body); opacity: 0; animation: wv-fl-in 1.3s cubic-bezier(0.2,0.7,0.2,1) forwards; }
.wv-fl-card { z-index: 2; }
.wv-fl-front { z-index: 3; }
.wv-fl-toast { animation-delay: 0.1s; }
.wv-fl-chat { animation-delay: 0.32s; }
.wv-fl-badge { animation-delay: 0.64s; }
.wv-fl-metrics { animation-delay: 0.88s; }
@keyframes wv-fl-in {
  from { opacity: 0; transform: translateY(16px) scale(0.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .wv-fl { opacity: 1; animation: none; }
}

.wv-fl-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid #D5D8D8; border-radius: 9999px;
  padding: 8px 16px 8px 10px; box-shadow: 0 10px 22px rgba(0,0,0,0.26);
}
.wv-fl-badge .ic { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 9999px; background: #DDE9E9; color: #2E6B6B; }
.wv-fl-badge .lb { font-size: 14px; font-weight: 600; letter-spacing: -0.005em; color: #0D0D0D; }

.wv-fl-toast {
  display: inline-flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid #D5D8D8; border-radius: 14px;
  padding: 12px 16px 12px 12px; box-shadow: 0 14px 30px rgba(0,0,0,0.28);
  min-width: 230px;
}
.wv-fl-toast .ic { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 9999px; background: #2E6B6B; color: #fff; }
.wv-fl-toast .tt { font-size: 13.5px; font-weight: 600; letter-spacing: -0.005em; color: #0D0D0D; }
.wv-fl-toast .st { font-size: 12.5px; color: #555858; }

.wv-fl-chat {
  width: 300px; background: #fff; border: 1px solid #D5D8D8; border-radius: 20px;
  padding: 16px; box-shadow: 0 22px 46px rgba(0,0,0,0.34);
  display: flex; flex-direction: column; gap: 12px;
}
.wv-fl-chat .hd { display: flex; align-items: center; gap: 8px; padding-bottom: 2px; }
.wv-fl-chat .hd .av { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 9999px; background: #DDE9E9; color: #2E6B6B; }
.wv-fl-chat .hd .nm { font-size: 12.5px; font-weight: 600; color: #0D0D0D; }
.wv-fl-chat .hd .on { display: inline-flex; align-items: center; gap: 4px; font-size: 10.5px; color: #2E6B6B; }
.wv-fl-chat .hd .on i { width: 6px; height: 6px; border-radius: 9999px; background: #2E6B6B; display: inline-block; }
.wv-fl-chat .bu { align-self: flex-end; max-width: 82%; background: #EDEFEF; color: #2A2A2A; font-size: 12.5px; line-height: 1.4; border-radius: 15px 15px 4px 15px; padding: 9px 12px; }
.wv-fl-chat .bb-row { display: flex; align-items: flex-end; gap: 7px; max-width: 92%; }
.wv-fl-chat .bb-row .av2 { flex: none; display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 9999px; background: #DDE9E9; color: #2E6B6B; }
.wv-fl-chat .bb { background: #2E6B6B; color: #fff; font-size: 12.5px; line-height: 1.4; border-radius: 15px 15px 15px 4px; padding: 9px 12px; }
.wv-fl-chat .chips { display: flex; flex-wrap: wrap; gap: 6px; padding-left: 31px; }
.wv-fl-chat .chip { font-size: 11.5px; font-weight: 600; color: #2E6B6B; background: #DDE9E9; border: 1px solid rgba(46,107,107,0.28); border-radius: 9999px; padding: 5px 11px; }

.wv-fl-metrics {
  width: 260px; background: #fff; border: 1px solid #D5D8D8; border-radius: 18px;
  padding: 18px; box-shadow: 0 22px 46px rgba(0,0,0,0.34);
}
.wv-fl-metrics .lv { display: flex; align-items: center; gap: 7px; margin-bottom: 14px; }
.wv-fl-metrics .lv i { width: 7px; height: 7px; border-radius: 9999px; background: #2E6B6B; display: inline-block; box-shadow: 0 0 0 3px rgba(46,107,107,0.18); }
.wv-fl-metrics .lv span { font-size: 10.5px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #555858; }
.wv-fl-metrics .rows { display: flex; flex-direction: column; gap: 12px; }
.wv-fl-metrics .row { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; }
.wv-fl-metrics .row .k { font-size: 12px; color: #555858; }
.wv-fl-metrics .row .v { font-size: 20px; font-weight: 600; letter-spacing: -0.01em; color: #2E6B6B; white-space: nowrap; }
.wv-fl-metrics .div { height: 1px; background: #E6E9E9;
}

/* ── SECTION UTILS ── */
.wv-eyebrow {
  font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
  text-transform: uppercase; color: #2E6B6B; margin-bottom: 14px;
}
.wv-badge {
  display: inline-block; background: #2E6B6B; color: #fff;
  font-size: 10px; font-weight: 800; letter-spacing: 0.14em;
  text-transform: uppercase; padding: 4px 12px;
  border-radius: 999px; margin-bottom: 22px;
}
.wv-section-h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(26px, 3.4vw, 46px);
  letter-spacing: -0.03em; line-height: 1.06; color: #0D0D0D;
  max-width: 720px; margin: 0 0 14px;
}

/* ── CHECKLIST ── */
.wv-check-list { display: flex; flex-direction: column; gap: 14px; }
.wv-check-list li {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 15px; color: #333; line-height: 1.5; list-style: none;
}
.wv-check-list li::before {
  content: ""; width: 20px; height: 20px; flex: none; margin-top: 1px;
  background: rgba(46,107,107,0.08) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M5 10l4 4 6-7' stroke='%232E6B6B' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>") center/contain no-repeat;
  border-radius: 50%; flex-shrink: 0;
}

/* ── ANNOUNCE BLOCK ── */
.wv-announce { background: #F0F2F2; padding: 96px 0; }
.wv-announce h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(28px, 3.6vw, 50px);
  letter-spacing: -0.03em; line-height: 1.06;
  color: #0D0D0D; max-width: 850px; margin: 0 auto 48px;
  text-align: center;
}
.wv-announce-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.wv-ap {
  background: #fff; border: 1px solid #DDE3E3;
  border-radius: 16px; padding: 36px;
  display: flex; flex-direction: column; gap: 16px;
}
.wv-ap-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #2E6B6B; }
.wv-ap h3 { font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: -0.015em; color: #0D0D0D; margin: 0; }
.wv-ap p { font-size: 15px; color: #555; line-height: 1.65; margin: 0; }
.wv-ap-media {
  background: #F0F2F2; border-radius: 10px; height: 144px;
  display: flex; align-items: center; justify-content: center;
  border: 1px dashed #C8CCCC;
  font-size: 11px; font-weight: 500; letter-spacing: 0.06em;
  text-transform: uppercase; color: #B8BBBB; margin-top: 4px;
}

/* ── ALTERNATING FEATURES ── */
.wv-feat { padding: 96px 0; }
.wv-feat:nth-of-type(odd) { background: #F8FAFA; }
.wv-feat:nth-of-type(even) { background: #fff; }
.wv-feat-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.wv-feat-inner.rev { direction: rtl; }
.wv-feat-inner.rev > * { direction: ltr; }
.wv-feat-tag { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #2E6B6B; margin-bottom: 14px; }
.wv-feat-text h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(24px, 2.8vw, 40px);
  letter-spacing: -0.025em; line-height: 1.1; color: #0D0D0D; margin: 0 0 16px;
}
.wv-feat-text p { font-size: 16px; line-height: 1.65; color: #555; margin: 0 0 28px; }
.wv-feat-media {
  background: #F0F2F2; border-radius: 20px; aspect-ratio: 4/3;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid #D5D8D8;
  font-size: 11px; font-weight: 500; letter-spacing: 0.06em;
  text-transform: uppercase; color: #B8BBBB;
}

/* ── REMINDER TIMELINE (appointment reminders — free-floating) ── */
.wv-timeline { width: 100%; }
.wv-tl-head {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 22px;
}
.wv-tl-head-ico {
  flex: none; width: 40px; height: 40px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(46,107,107,0.09);
}
.wv-tl-head-tx { display: flex; flex-direction: column; line-height: 1.3; }
.wv-tl-head-tx b { font-size: 14px; font-weight: 600; letter-spacing: -0.01em; color: #0D0D0D; }
.wv-tl-head-tx span { font-size: 12.5px; color: #8A9391; margin-top: 1px; }
.wv-tl-list { list-style: none; margin: 0; padding: 0; }
.wv-tl-step {
  position: relative;
  display: grid; grid-template-columns: 32px 1fr; column-gap: 16px;
  padding-bottom: 20px;
}
.wv-tl-step:last-child { padding-bottom: 0; }
.wv-tl-step:not(:last-child)::before {
  content: ""; position: absolute;
  left: 15px; top: 30px; bottom: 2px; width: 2px;
  background: #D7E2E0; border-radius: 2px;
}
/* connector leading into the final "in arrivo" node fades to aqua */
.wv-tl-step:nth-last-child(2)::before { background: linear-gradient(#D7E2E0, #4FCDBB); }
.wv-tl-node {
  position: relative; z-index: 1;
  width: 32px; height: 32px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: #fff; border: 2px solid #B9D2CE;
}
.wv-tl-node::after {
  content: ""; width: 9px; height: 9px; border-radius: 50%; background: #2E6B6B;
}
.wv-tl-card {
  display: flex; align-items: center; gap: 12px;
  background: #fff; border: 1px solid #E6EAEA; border-radius: 13px;
  padding: 11px 13px; box-shadow: 0 4px 14px rgba(20,33,28,0.05);
}
.wv-tl-ico {
  flex: none; width: 34px; height: 34px; border-radius: 9px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(46,107,107,0.09);
}
.wv-tl-tx { flex: 1 1 auto; display: flex; flex-direction: column; line-height: 1.28; min-width: 0; }
.wv-tl-tx b { font-size: 14px; font-weight: 600; letter-spacing: -0.01em; color: #0D0D0D; }
.wv-tl-tx span { font-size: 12px; color: #8A9391; margin-top: 1px; }
.wv-tl-status {
  flex: none; display: inline-flex; align-items: center; gap: 5px;
  font-size: 11px; font-weight: 700; letter-spacing: 0.01em;
  padding: 4px 10px; border-radius: 999px;
  color: #1E874B; background: rgba(34,161,85,0.10);
}
.wv-tl-status svg { display: block; }
/* last step: "in arrivo" accent (brighter brand aqua) */
.wv-tl-step.is-next .wv-tl-node {
  border-color: #4FCDBB; box-shadow: 0 0 0 4px rgba(79,205,187,0.18);
}
.wv-tl-step.is-next .wv-tl-node::after {
  background: #4FCDBB; animation: wvTlPulse 2.4s ease-out infinite;
}
.wv-tl-step.is-next .wv-tl-card {
  border-color: rgba(79,205,187,0.55); box-shadow: 0 6px 20px rgba(79,205,187,0.18);
}
.wv-tl-step.is-next .wv-tl-ico { background: rgba(79,205,187,0.18); }
.wv-tl-step.is-next .wv-tl-ico svg { stroke: #178E7E; }
.wv-tl-status.is-upcoming { color: #0E7A6C; background: rgba(79,205,187,0.20); }
@keyframes wvTlPulse {
  0%   { box-shadow: 0 0 0 0 rgba(79,205,187,0.55); }
  70%  { box-shadow: 0 0 0 7px rgba(79,205,187,0); }
  100% { box-shadow: 0 0 0 0 rgba(79,205,187,0); }
}
/* sequential entrance (only when JS arms it) */
.wv-timeline.is-armed .wv-tl-step { opacity: 0; transform: translateY(10px); }
.wv-timeline.is-armed.is-inview .wv-tl-step {
  opacity: 1; transform: none; transition: opacity 0.5s ease, transform 0.5s ease;
}
.wv-timeline.is-armed.is-inview .wv-tl-step:nth-child(1) { transition-delay: 0.05s; }
.wv-timeline.is-armed.is-inview .wv-tl-step:nth-child(2) { transition-delay: 0.20s; }
.wv-timeline.is-armed.is-inview .wv-tl-step:nth-child(3) { transition-delay: 0.35s; }
@media (prefers-reduced-motion: reduce) {
  .wv-timeline.is-armed .wv-tl-step { opacity: 1; transform: none; }
  .wv-tl-step.is-next .wv-tl-node::after { animation: none; }
}

/* ── REVIEW STACK (review automation — glassmorphism pills) ── */
.wv-reviews {
  position: relative;
  display: flex; flex-direction: column; align-items: center;
  gap: 16px;
  padding: 24px 8px 28px;
  width: 100%;
}
/* very soft brand glow so the frosted glass has something to pick up */
.wv-reviews::before {
  content: ""; position: absolute; inset: 6% 6%;
  background:
    radial-gradient(55% 55% at 22% 15%, rgba(79,205,187,0.14), transparent 70%),
    radial-gradient(55% 55% at 82% 88%, rgba(46,107,107,0.10), transparent 70%);
  filter: blur(8px); z-index: 0; pointer-events: none;
}
.wv-rv-card {
  position: relative;
  width: 100%; max-width: 400px;
  display: flex; align-items: center; gap: 14px;
  padding: 16px 24px;
  border-radius: 999px;            /* stadium / pill */
  background: rgba(255,255,255,0.58);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  backdrop-filter: blur(14px) saturate(1.3);
  border: 1px solid rgba(255,255,255,0.75);
  box-shadow: 0 12px 30px rgba(20,33,28,0.12);
  transform: var(--tf);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* distributed, lightly rotated/offset — every card stays fully readable
   (REVIEWS[0] = top card, most in front) */
.wv-rv-card.is-front { --tf: rotate(-2deg)   translateX(-8px); z-index: 3; }
.wv-rv-card.is-mid   { --tf: rotate(1.5deg)  translateX(10px); z-index: 2; }
.wv-rv-card.is-back  { --tf: rotate(-1deg)   translateX(-4px); z-index: 1; }
.wv-rv-card.is-front:hover {
  transform: rotate(-2deg) translateX(-8px) translateY(-4px) scale(1.02);
  box-shadow: 0 20px 42px rgba(20,33,28,0.18);
}
.wv-rv-avatar {
  flex: none; width: 46px; height: 46px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--rv-c, #2E6B6B); color: #fff;
  font-family: var(--font-display); font-weight: 700; font-size: 16px; letter-spacing: 0.01em;
  overflow: hidden;
}
.wv-rv-avatar img { width: 100%; height: 100%; object-fit: cover; }
.wv-rv-body { flex: 1 1 auto; min-width: 0; }
.wv-rv-top { display: flex; align-items: center; gap: 8px; }
.wv-rv-name {
  font-family: var(--font-display); font-weight: 700; font-size: 14.5px;
  letter-spacing: -0.01em; color: #0D2626; white-space: nowrap;
}
.wv-rv-stars { display: inline-flex; gap: 1px; }
.wv-rv-stars svg { display: block; }
.wv-rv-text {
  margin: 3px 0 0; font-size: 12.5px; line-height: 1.4; color: #4A5754;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.wv-rv-google { flex: none; width: 20px; height: 20px; align-self: flex-start; margin-top: 2px; }
/* entrance: cards settle one after another (only when JS arms it) */
.wv-reviews.is-armed .wv-rv-card { opacity: 0; transform: translateY(22px) scale(0.94); }
.wv-reviews.is-armed.is-inview .wv-rv-card {
  opacity: 1; transform: var(--tf);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.wv-reviews.is-armed.is-inview .wv-rv-card.is-front { transition-delay: 0.05s; }
.wv-reviews.is-armed.is-inview .wv-rv-card.is-mid   { transition-delay: 0.18s; }
.wv-reviews.is-armed.is-inview .wv-rv-card.is-back  { transition-delay: 0.30s; }
@media (prefers-reduced-motion: reduce) {
  .wv-reviews.is-armed .wv-rv-card { opacity: 1; transform: var(--tf); }
}

/* AI reply bubble — attached to the review that has an aiReply */
.wv-rv-reply {
  position: relative;
  align-self: flex-end;
  width: auto; max-width: 300px;
  margin-right: 6%; margin-top: 4px;
  display: flex; align-items: center; gap: 12px;
  padding: 12px 20px 12px 14px;
  border-radius: 999px;                 /* same pill / glass language */
  background: rgba(255,255,255,0.58);
  -webkit-backdrop-filter: blur(14px) saturate(1.3);
  backdrop-filter: blur(14px) saturate(1.3);
  border: 1px solid rgba(255,255,255,0.75);
  box-shadow: 0 10px 26px rgba(20,33,28,0.10), 0 0 24px rgba(124,58,237,0.10);
  z-index: 4;
}
/* speech-bubble tail pointing UP toward the review card above */
.wv-rv-reply::before {
  content: ""; position: absolute; top: -6px; left: 30px;
  width: 14px; height: 14px;
  background: rgba(255,255,255,0.58);
  border-left: 1px solid rgba(255,255,255,0.75);
  border-top: 1px solid rgba(255,255,255,0.75);
  transform: rotate(45deg);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
}
/* sparkle icon circle with a living, vibrant gradient */
.wv-rv-ai-ico {
  flex: none; width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #7C3AED, #4F46E5, #06B6D4, #10B981);
  background-size: 300% 300%;
  animation: wvAiGrad 5.5s ease infinite, wvAiGlow 4.5s ease-in-out infinite;
}
.wv-rv-ai-ico svg { display: block; }
.wv-rv-reply-tx {
  flex: 1 1 auto; min-width: 0;
  font-size: 12.5px; line-height: 1.35; color: #3A4744;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
@keyframes wvAiGrad {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes wvAiGlow {
  0%, 100% { box-shadow: 0 0 0 3px rgba(124,58,237,0.16), 0 4px 16px rgba(79,70,229,0.35); }
  50%      { box-shadow: 0 0 0 3px rgba(6,182,212,0.18),  0 6px 22px rgba(6,182,212,0.45); }
}
/* entrance: the reply settles in just after the cards */
.wv-reviews.is-armed .wv-rv-reply { opacity: 0; transform: translateY(16px) scale(0.94); }
.wv-reviews.is-armed.is-inview .wv-rv-reply {
  opacity: 1; transform: none;
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22,1,0.36,1);
  transition-delay: 0.46s;
}
@media (prefers-reduced-motion: reduce) {
  .wv-rv-ai-ico { animation: none; box-shadow: 0 4px 16px rgba(79,70,229,0.35); }
  .wv-reviews.is-armed .wv-rv-reply { opacity: 1; transform: none; }
}

/* ── LEAD RECOVERY (cold → re-engaged transformation) ── */
.wv-recover { position: relative; width: 100%; aspect-ratio: 440 / 300; }
/* connecting arrow: thin, low-opacity, secondary */
.wv-rec-line {
  position: absolute; left: 40%; right: 40%; top: 50%;
  height: 2px; z-index: 1; opacity: 0.5;
  background: linear-gradient(to right, #A9B4B4, #0D2626, #2E6B6B, #4FCDBB);
  transform: translateY(-50%) scaleX(1); transform-origin: left center;
}
.wv-rec-ah {
  position: absolute; left: 60%; top: 50%; z-index: 1; opacity: 0.55;
  width: 0; height: 0; transform: translate(-1px, -50%);
  border-left: 7px solid #2E6B6B;
  border-top: 4px solid transparent; border-bottom: 4px solid transparent;
}
/* state cards — the node IS the card */
.wv-rec-card {
  position: absolute; z-index: 2;
  transform: translate(-50%, -50%);
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  width: 176px; padding: 30px 22px;
  border-radius: 22px; text-align: center;
}
.wv-rec-avatar {
  width: 68px; height: 68px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 20px; letter-spacing: 0.02em;
}
.wv-rec-label { font-size: 14px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.3; }
.wv-rec-label .chk { display: inline-flex; vertical-align: -2px; margin-right: 4px; }
.wv-rec-label .chk svg { display: block; }
/* STATE 1 — cold / inactive (muted but clearly present) */
.wv-rec-card.is-cold {
  left: 20%; top: 50%;
  background: rgba(255,255,255,0.6);
  border: 1px dashed #B4BFBF;
  opacity: 0.92;
}
.wv-rec-card.is-cold .wv-rec-avatar { background: #7E8C93; color: #FFFFFF; }
.wv-rec-card.is-cold .wv-rec-label { color: #566464; }
/* STATE 2 — re-engaged (saturated, crisp, glowing) */
.wv-rec-card.is-live {
  left: 80%; top: 50%; z-index: 3;
  background: #fff;
  border: 1px solid #D3E0DE;
  box-shadow: 0 16px 34px rgba(20,33,28,0.14), 0 0 28px rgba(79,205,187,0.28);
}
.wv-rec-card.is-live .wv-rec-avatar {
  background: linear-gradient(135deg, #0D2626 0%, #2E6B6B 65%, #3E8F82 100%);
  color: #fff; box-shadow: 0 6px 16px rgba(46,107,107,0.35);
}
.wv-rec-card.is-live .wv-rec-label { color: #0D2626; }
/* ENTRANCE: stacked in the centre → cards slide apart → line draws */
.wv-recover.is-armed .wv-rec-card.is-cold {
  left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-4deg);
}
.wv-recover.is-armed .wv-rec-card.is-live {
  left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(4deg);
  filter: grayscale(1); opacity: 0.5;
}
.wv-recover.is-armed .wv-rec-line { transform: translateY(-50%) scaleX(0); }
.wv-recover.is-armed .wv-rec-ah { opacity: 0; }
.wv-recover.is-armed.is-inview .wv-rec-card.is-cold {
  left: 20%; top: 50%; transform: translate(-50%, -50%);
  transition: left 1.05s cubic-bezier(0.16,1,0.3,1) 0.15s,
              top 1.05s cubic-bezier(0.16,1,0.3,1) 0.15s,
              transform 1.05s cubic-bezier(0.16,1,0.3,1) 0.15s;
}
.wv-recover.is-armed.is-inview .wv-rec-card.is-live {
  left: 80%; top: 50%; transform: translate(-50%, -50%); filter: none; opacity: 1;
  transition: left 1.05s cubic-bezier(0.16,1,0.3,1) 0.15s,
              top 1.05s cubic-bezier(0.16,1,0.3,1) 0.15s,
              transform 1.05s cubic-bezier(0.16,1,0.3,1) 0.15s,
              filter 0.85s ease 0.55s, opacity 0.85s ease 0.55s;
}
.wv-recover.is-armed.is-inview .wv-rec-line {
  transform: translateY(-50%) scaleX(1);
  transition: transform 0.65s ease; transition-delay: 1.2s;
}
.wv-recover.is-armed.is-inview .wv-rec-ah {
  opacity: 0.55; transition: opacity 0.4s ease; transition-delay: 1.55s;
}
@media (prefers-reduced-motion: reduce) {
  .wv-recover.is-armed .wv-rec-card.is-cold { left: 20%; top: 50%; transform: translate(-50%,-50%); }
  .wv-recover.is-armed .wv-rec-card.is-live { left: 80%; top: 50%; transform: translate(-50%,-50%); filter: none; opacity: 1; }
  .wv-recover.is-armed .wv-rec-line { transform: translateY(-50%) scaleX(1); }
  .wv-recover.is-armed .wv-rec-ah { opacity: 0.55; }
}

/* ── FEATURE WEB (connected channels graphic) ── */
.wv-web { position: relative; width: 100%; aspect-ratio: 560 / 480; }
.wv-web-lines { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.wv-web-node { position: absolute; transform: translate(-50%, -50%); z-index: 2; }
.wv-web-center { z-index: 3; }
/* thin, light rings rippling out from the centre toward the channels */
.wv-web-pulses {
  position: absolute; left: 50%; top: 50%;
  width: 82%; aspect-ratio: 1;
  transform: translate(-50%, -50%);
  z-index: 1; pointer-events: none;
}
.wv-web-pulses span {
  position: absolute; inset: 0; border-radius: 50%;
  border: 1px solid rgba(46, 107, 107, 0.30);
  transform: scale(0.2); opacity: 0;
  animation: wvWebPulse 3.6s ease-out infinite;
}
.wv-web-pulses span:nth-child(2) { animation-delay: 1.2s; }
.wv-web-pulses span:nth-child(3) { animation-delay: 2.4s; }
@keyframes wvWebPulse {
  0%   { transform: scale(0.2); opacity: 0; }
  12%  { opacity: 0.55; }
  100% { transform: scale(1); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .wv-web-pulses span { animation: none; opacity: 0; }
}
.wv-web-mark {
  width: 96px; height: 96px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 32px rgba(46,107,107,0.20), 0 2px 8px rgba(20,33,28,0.08);
}
.wv-web-mark img { width: 58px; height: 58px; }
.wv-web-ico {
  width: 56px; height: 56px; border-radius: 50%; background: #fff;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid #E6EAEA; box-shadow: 0 6px 18px rgba(20,33,28,0.10);
}
.wv-web-ico img { width: 34px; height: 34px; object-fit: contain; }
.wv-web-card {
  display: inline-flex; align-items: center; gap: 10px;
  background: #fff; border: 1px solid #E6EAEA; border-radius: 13px;
  padding: 9px 13px; box-shadow: 0 8px 22px rgba(20,33,28,0.12);
  width: max-content;
  transform: scale(0.8);
}
.wv-web-card .dot {
  flex: none; width: 9px; height: 9px; border-radius: 50%; background: var(--c);
}
.wv-web-card .tx { display: flex; flex-direction: column; line-height: 1.25; }
.wv-web-card .tx b { font-size: 13px; font-weight: 600; letter-spacing: -0.005em; color: #0D0D0D; }
.wv-web-card .tx span { font-size: 11.5px; color: #8A9391; margin-top: 1px; }
.wv-web-card .ic {
  flex: none; width: 30px; height: 30px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}

/* ── PROBLEM ── */
.wv-problem { background: #F0F2F2; color: #0D0D0D; padding: 0; }
.wv-prob-head {
  position: sticky; top: 72px; z-index: 0;
  min-height: 220px;
  display: flex; flex-direction: column; justify-content: center;
  background: #F0F2F2;
  margin-bottom: 0;
}
.wv-problem h2 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(26px, 3.4vw, 46px);
  letter-spacing: -0.03em; line-height: 1.06;
  color: #0D0D0D; max-width: 780px; margin: 0 auto;
  text-align: center;
}
.wv-problem h2 .wv-hl { font-style: italic; color: #2E6B6B; }
.wv-prob-stack { position: relative; }
.wv-prob-slide {
  position: sticky; top: 292px;
  min-height: 30vh;
  display: flex; align-items: center;
  background: #F0F2F2;
}
.wv-prob-slide:nth-child(1) { z-index: 1; }
.wv-prob-slide:nth-child(2) { z-index: 2; }
.wv-prob-slide:nth-child(3) { z-index: 3; }
.wv-prob-slide:nth-child(4) { z-index: 4; }
.wv-prob-slide-inner { max-width: 960px; margin: 0 auto; display: flex; align-items: flex-start; gap: 40px; }
.wv-prob-num {
  flex: none; width: 110px;
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(40px, 4.4vw, 64px); line-height: 1;
  color: #2E6B6B; margin: 0;
}
.wv-prob-text { flex: 1; }
.wv-prob-text h3 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(26px, 3vw, 40px); letter-spacing: -0.02em;
  color: #0D0D0D; margin: 0 0 14px; line-height: 1.12;
}
.wv-prob-text p { font-size: 17px; line-height: 1.65; color: #555; max-width: none; margin: 0; }

/* ── TESTIMONIALS ── */
.wv-testimonials { padding: 100px 0; background: #fff; }
.wv-testimonials h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 3.4vw, 46px); letter-spacing: -0.03em; line-height: 1.06; color: #0D0D0D; margin: 0 0 14px; }
.wv-testimonials-sub { font-size: 16px; color: #666; margin: 0 0 52px; }
.wv-t-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.wv-tcard { background: #F8FAFA; border: 1px solid #DDE3E3; border-radius: 16px; padding: 36px; display: flex; flex-direction: column; }
.wv-tcard-q { font-size: 52px; font-weight: 300; color: #2E6B6B; line-height: 0.5; height: 22px; margin-bottom: 20px; }
.wv-tcard blockquote { font-size: 16px; line-height: 1.6; color: #1A1A1A; margin: 0 0 28px; flex: 1; font-style: normal; }
.wv-tcard-meta { border-top: 1px solid #DDE3E3; padding-top: 18px; font-size: 14px; font-weight: 600; color: #666; }

/* ── BAND CTA ── */
.wv-band { position: relative; overflow: hidden; color: #fff; padding: 100px 0; text-align: center;
  background: linear-gradient(135deg, #1F5757 0%, #2E6B6B 45%, #3E8F82 100%); }
.wv-band::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(120% 90% at 15% 0%, rgba(120,224,178,0.28) 0%, rgba(120,224,178,0) 55%),
    radial-gradient(90% 80% at 100% 100%, rgba(46,107,107,0.55) 0%, rgba(46,107,107,0) 60%); }
.wv-band > .wv-c { position: relative; z-index: 1; }
.wv-band h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 3.8vw, 54px); letter-spacing: -0.03em; line-height: 1.06; margin: 0 0 14px; }
.wv-band p { font-size: 18px; color: rgba(255,255,255,0.75); margin: 0 0 40px; }
.wv-band .wv-btn { background: #fff; color: #2E6B6B; height: 52px; padding: 0 36px; font-size: 15px; border-radius: 10px; }
.wv-band .wv-btn:hover { background: #F0F2F2; }

/* ── CONTACT + FORM ── */
.wv-contact { padding: 100px 0; background: #F8FAFA; }
.wv-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.wv-contact h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(26px, 3.2vw, 44px); letter-spacing: -0.03em; line-height: 1.1; color: #0D0D0D; margin: 0 0 18px; }
.wv-contact-body { font-size: 17px; line-height: 1.65; color: #555; margin: 0 0 32px; }
.wv-contact .wv-check-list { margin-bottom: 24px; }
.wv-risk { font-size: 14px; color: #999; font-style: italic; line-height: 1.5; }
.wv-form-card { background: #fff; border: 1px solid #DDE3E3; border-radius: 20px; padding: 40px; position: relative; box-shadow: 0 4px 24px rgba(0,0,0,0.06); }
.wv-field { margin-bottom: 16px; }
.wv-field label { display: block; font-size: 13px; font-weight: 500; color: #666; margin-bottom: 6px; }
.wv-field input, .wv-field select, .wv-field textarea {
  width: 100%; height: 48px; padding: 0 14px;
  border: 1.5px solid #E0E5E5; border-radius: 10px;
  font-family: var(--font-body); font-size: 15px; color: #0D0D0D;
  background: #fff; outline: none; transition: border-color 0.14s;
}
.wv-field input:focus, .wv-field select:focus, .wv-field textarea:focus {
  border-color: #2E6B6B; box-shadow: 0 0 0 3px rgba(46,107,107,0.1);
}
.wv-field textarea { height: 88px; padding: 12px 14px; resize: vertical; line-height: 1.5; }
.wv-field select {
  appearance: none; cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'><path d='M3 5l4 4 4-4' fill='none' stroke='%23999' stroke-width='1.5' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px;
}
.wv-submit { width: 100%; height: 52px; font-family: var(--font-body); font-size: 16px; font-weight: 600; background: #2E6B6B; color: #fff; border: 0; border-radius: 10px; cursor: pointer; margin-top: 8px; transition: background 0.14s; }
.wv-submit:hover { background: #3A8585; }
.wv-form-note { font-size: 13px; color: #999; text-align: center; margin-top: 14px; line-height: 1.5; }
.wv-form-ok { position: absolute; inset: 0; background: #fff; border-radius: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 40px; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.wv-form-ok.show { opacity: 1; pointer-events: auto; }
.wv-form-ok .ck { width: 56px; height: 56px; border-radius: 50%; background: rgba(46,107,107,0.1); color: #2E6B6B; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.wv-form-ok h3 { font-family: var(--font-display); font-weight: 700; font-size: 26px; color: #0D0D0D; margin: 0 0 8px; }
.wv-form-ok p { font-size: 15px; color: #666; }

/* ── FOOTER ── */
.wv-footer { background: #111; color: rgba(255,255,255,0.55); padding: 72px 0 32px; }
.wv-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 56px; margin-bottom: 56px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.wv-footer-brand img { height: 22px; margin-bottom: 18px; }
.wv-footer-brand p { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.4); max-width: 300px; margin: 0; }
.wv-footer-col h4 { font-size: 10px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.28); margin: 0 0 18px; }
.wv-footer-col ul { display: flex; flex-direction: column; gap: 12px; }
.wv-footer-col a { font-size: 14px; color: rgba(255,255,255,0.5); text-decoration: none; transition: color 0.14s; }
.wv-footer-col a:hover { color: #fff; }
.wv-footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13px; color: rgba(255,255,255,0.28); }
.wv-footer-bottom-links { display: flex; gap: 20px; }
.wv-footer-bottom a { font-size: 13px; color: rgba(255,255,255,0.28); transition: color 0.14s; }
.wv-footer-bottom a:hover { color: rgba(255,255,255,0.65); }

/* ── BILLING / JOURNEY TOGGLE (site.js compatible) ── */
.billing-toggle {
  display: flex; background: #F3F6F6; border-radius: 10px;
  padding: 4px; gap: 4px; width: fit-content; margin-bottom: 40px;
}
.billing-opt {
  background: transparent; border: none; cursor: pointer;
  font-family: var(--font-body); font-size: 14px; font-weight: 500;
  color: #666; padding: 10px 20px; border-radius: 7px;
  transition: all 0.14s; display: flex; flex-direction: column; align-items: center;
}
.billing-opt.is-active { background: #fff; color: #0D0D0D; box-shadow: 0 1px 4px rgba(0,0,0,0.1); font-weight: 600; }
.billing-toggle-sub { font-size: 11px; color: #2E6B6B; font-weight: 500; margin-top: 2px; letter-spacing: 0; }

/* ── FAQ ── */
.faq { display: flex; flex-direction: column; }
.faq-item { border-top: 1px solid #E8EAEA; }
.faq-item:last-child { border-bottom: 1px solid #E8EAEA; }
.faq-q { width: 100%; background: none; border: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; padding: 22px 0; font-family: var(--font-body); font-size: 16px; font-weight: 500; color: #0D0D0D; text-align: left; gap: 16px; }
.faq-icon { width: 24px; height: 24px; flex: none; position: relative; border-radius: 50%; background: #F0F2F2; transition: background 0.14s; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #666; border-radius: 2px; }
.faq-icon::before { width: 10px; height: 1.5px; }
.faq-icon::after { width: 1.5px; height: 10px; transition: transform 0.14s; }
.faq-item.is-open .faq-icon::after { transform: translate(-50%,-50%) rotate(90deg); }
.faq-a { display: none; padding: 0 0 22px; }
.faq-a p { font-size: 15px; line-height: 1.65; color: #555; margin: 0; }
.faq-item.is-open .faq-a { display: block; }

/* ── RESPONSIVE ── */
@media (max-width: 1320px) {
  .wv-hero-stage-inner { transform: scale(0.79); }
}
@media (max-width: 1120px) {
  .wv-hero-stage-inner { transform: scale(0.65); }
}
@media (max-width: 960px) {
  .wv-c { padding: 0 24px; }
  .wv-nav-links { display: none; }
  .wv-nav-right .wv-btn { display: none; }
  .menu-toggle { display: inline-flex; }
  .wv-hero-inner, .wv-feat-inner, .wv-contact-grid { grid-template-columns: 1fr; direction: ltr; }
  .wv-feat-inner.rev > * { direction: ltr; }
  .wv-hero-stage, .wv-feat-media { display: none; }
  .wv-web { max-width: 460px; margin: 8px auto 0; }
  .wv-timeline { max-width: 460px; margin: 8px auto 0; }
  .wv-reviews { max-width: 440px; margin: 0 auto; }
  .wv-stats-grid { grid-template-columns: 1fr; border-radius: 12px; }
  .wv-stat { border-right: 0; border-bottom: 1px solid #E8EAEA; padding: 28px 24px; }
  .wv-stat:last-child { border-bottom: 0; }
  .wv-announce-panels { grid-template-columns: 1fr; }
  .wv-prob-head { min-height: 150px; top: 64px; }
  .wv-prob-slide { min-height: 26vh; top: 214px; }
  .wv-prob-num { font-size: clamp(48px, 14vw, 80px); }
  .wv-t-grid { grid-template-columns: 1fr; }
  .wv-footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .wv-footer-bottom { flex-direction: column; align-items: flex-start; }
  .wv-hero { padding: 120px 0 72px; }
  .wv-page-hero { padding: 120px 0 56px; }
  .wv-feat, .wv-announce, .wv-testimonials,
  .wv-stats, .wv-band, .wv-contact, .wv-problem { padding: 72px 0; }
}
@media (max-width: 600px) {
  .billing-opt { padding: 8px 14px; }
  /* Omnichannel diagram: show it on phone too, compact and card-free
     (the floating notification cards would overflow the narrow box). */
  .wv-web { max-width: 320px; margin: 12px auto 0; }
  .wv-timeline { max-width: none; }
  .wv-tl-status span { display: none; } /* keep just the ✓ on very small screens */
  .wv-reviews { gap: 14px; padding: 20px 4px 24px; }
  .wv-rv-card { max-width: 340px; padding: 14px 18px; }
  .wv-rv-card.is-front { --tf: rotate(-1.5deg) translateX(-4px); }
  .wv-rv-card.is-mid   { --tf: rotate(1deg)    translateX(6px); }
  .wv-rv-card.is-back  { --tf: rotate(-1deg)   translateX(-2px); }
  .wv-rv-reply { margin-right: 2%; max-width: 260px; padding: 10px 16px 10px 12px; gap: 10px; }
  .wv-rv-ai-ico { width: 36px; height: 36px; }
  /* Lead recovery: not enough width → separate VERTICALLY (same concept) */
  .wv-recover { aspect-ratio: 300 / 360; max-width: 320px; margin: 0 auto; }
  .wv-rec-card { width: 156px; padding: 24px 16px; gap: 12px; }
  .wv-rec-avatar { width: 58px; height: 58px; font-size: 17px; }
  .wv-rec-label { font-size: 13px; }
  .wv-rec-card.is-cold { left: 50%; top: 25%; }
  .wv-rec-card.is-live { left: 50%; top: 75%; }
  .wv-recover.is-armed .wv-rec-card.is-cold { left: 50%; top: 50%; }
  .wv-recover.is-armed .wv-rec-card.is-live { left: 50%; top: 50%; }
  .wv-recover.is-armed.is-inview .wv-rec-card.is-cold { left: 50%; top: 25%; }
  .wv-recover.is-armed.is-inview .wv-rec-card.is-live { left: 50%; top: 75%; }
  .wv-rec-line {
    left: 50%; right: auto; top: 40%; bottom: 40%; width: 2px; height: auto;
    background: linear-gradient(to bottom, #A9B4B4, #0D2626, #2E6B6B, #4FCDBB);
    transform: translateX(-50%) scaleY(1); transform-origin: top center;
  }
  .wv-recover.is-armed .wv-rec-line { transform: translateX(-50%) scaleY(0); }
  .wv-recover.is-armed.is-inview .wv-rec-line { transform: translateX(-50%) scaleY(1); }
  .wv-rec-ah {
    left: 50%; top: 60%; transform: translate(-50%, -1px);
    border-left: 4px solid transparent; border-right: 4px solid transparent;
    border-top: 7px solid #2E6B6B; border-bottom: 0;
  }
  .wv-web-card, .wv-web-lc { display: none; }
  .wv-web-mark { width: 74px; height: 74px; }
  .wv-web-mark img { width: 44px; height: 44px; }
  .wv-web-ico { width: 46px; height: 46px; }
  .wv-web-ico img { width: 27px; height: 27px; }
  /* Phone: drop the sticky stacked-card effect (its fixed pixel offsets
     break once the heading wraps) and flow the cards as a clean list. */
  .wv-problem { padding: 56px 0 40px; }
  .wv-prob-head {
    position: static; top: auto; min-height: 0;
    padding: 0 0 8px; text-align: left;
  }
  /* Smaller heading + a little extra side room so it isn't edge-to-edge. */
  .wv-problem .wv-c { padding-left: 28px; padding-right: 28px; }
  .wv-problem h2 {
    text-align: left; margin: 0;
    font-size: clamp(20px, 5.6vw, 30px); line-height: 1.12;
  }
  .wv-prob-slide {
    position: static; top: auto; min-height: 0;
    display: block; padding: 26px 0;
    border-top: 1px solid #E1E4E4;
  }
  .wv-prob-slide-inner {
    flex-direction: column; align-items: flex-start; gap: 6px;
  }
  .wv-prob-num {
    width: auto; margin: 0 0 2px;
    font-size: clamp(30px, 9vw, 40px);
  }
  .wv-prob-text h3 { font-size: clamp(22px, 6.2vw, 28px); }
  .wv-prob-text p { font-size: 16px; }
}
