/* ============================================================
   JM CLINIC — Landing Page · Implantes & Prótese Protocolo
   Luxo silencioso · serif (Cormorant Garamond) + sans (Jost)
   ============================================================ */
@import url('tokens.css');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --lp-serif: 'Cormorant Garamond', Georgia, serif;
  --lp-sans: 'Jost', 'Inter', system-ui, sans-serif;
  --lp-max: 1140px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg-canvas); color: var(--text-primary);
  font-family: var(--lp-sans); font-size: 16.5px; line-height: 1.6; font-weight: 400;
  -webkit-font-smoothing: antialiased; font-variant-numeric: tabular-nums;
}
img { max-width: 100%; display: block; }
a { color: var(--text-link); text-decoration: none; }
a:hover { color: var(--gold-700); }
::selection { background: var(--gold-200); color: var(--espresso-800); }
:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 3px; border-radius: 4px; }

.wrap { max-width: var(--lp-max); margin: 0 auto; padding: 0 28px; }
.serif { font-family: var(--lp-serif); }

/* ── Overline / headings ────────────────────────── */
.overline {
  font-size: 12px; font-weight: 500; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold-700); margin-bottom: 16px;
}
.overline.on-dark { color: var(--gold-300); }
.h2 {
  font-family: var(--lp-serif); font-weight: 600; font-size: clamp(30px, 4.4vw, 44px);
  line-height: 1.12; letter-spacing: -0.01em; text-wrap: balance;
}
.lede { font-size: 17.5px; color: var(--text-secondary); max-width: 620px; margin-top: 16px; text-wrap: pretty; }
.sec { padding: 96px 0; }
.sec-head { max-width: 720px; margin-bottom: 52px; }
.sec-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.sec-head.center .lede { margin-left: auto; margin-right: auto; }

/* fio dourado divisor */
.hairline { height: 1px; background: linear-gradient(90deg, transparent, var(--hairline-gold), transparent); border: 0; }

/* ── Botões ─────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  height: 54px; padding: 0 30px; border-radius: var(--radius-md);
  font-family: var(--lp-sans); font-size: 16px; font-weight: 500; letter-spacing: 0.02em;
  border: 1px solid transparent; transition: all 180ms var(--ease-out); white-space: nowrap; cursor: pointer;
}
.btn svg { width: 19px; height: 19px; flex-shrink: 0; }
.btn-metal {
  background: var(--gold-metal); color: var(--espresso-900); font-weight: 600;
  box-shadow: var(--shadow-gold); border: 1px solid rgba(255,255,255,0.28);
}
.btn-metal:hover { filter: brightness(1.05); transform: translateY(-1px); box-shadow: 0 10px 26px rgba(158,121,62,0.30); }
.btn-primary { background: var(--gold-600); color: #fff; box-shadow: var(--shadow-xs); }
.btn-primary:hover { background: var(--gold-700); }
.btn-outline-light { background: transparent; color: var(--text-inverse); border-color: rgba(242,234,228,0.35); }
.btn-outline-light:hover { border-color: var(--gold-300); color: var(--gold-200); }
.btn-sm { height: 42px; padding: 0 20px; font-size: 14.5px; }

/* ── Header sticky ──────────────────────────────── */
.hdr {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: all 240ms var(--ease-out);
  background: transparent; border-bottom: 1px solid transparent;
}
.hdr .wrap { display: flex; align-items: center; justify-content: space-between; height: 74px; }
.hdr img { height: 34px; width: auto; }
.hdr .logo-dark { display: none; }
.hdr.scrolled { background: rgba(251,247,242,0.88); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom-color: var(--border-subtle); }
.hdr.scrolled .logo-light { display: none; }
.hdr.scrolled .logo-dark { display: block; }

/* ── HERO ───────────────────────────────────────── */
.hero {
  position: relative; background: var(--espresso-900); color: var(--text-inverse);
  min-height: 92vh; display: flex; align-items: center; overflow: hidden;
  padding: 150px 0 110px;
}
.hero-media { position: absolute; inset: 0; overflow: hidden; }
.hero-media iframe, .hero-media .ph {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: max(100vw, 177.78vh); height: max(56.25vw, 100vh); border: 0; pointer-events: none;
}
.hero-media .ph { display: grid; place-items: center; background:
  radial-gradient(90% 70% at 75% 20%, rgba(158,121,62,0.16), transparent 60%),
  linear-gradient(160deg, var(--espresso-900), var(--espresso-800)); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(34,25,19,0.92) 34%, rgba(34,25,19,0.55) 68%, rgba(34,25,19,0.35)); }
.hero-in { position: relative; max-width: 660px; }
.hero h1 {
  font-family: var(--lp-serif); font-weight: 600; font-size: clamp(40px, 6vw, 64px);
  line-height: 1.06; letter-spacing: -0.012em; text-wrap: balance;
}
.hero .sub { font-size: 18px; line-height: 1.65; color: var(--text-inverse-soft); margin: 24px 0 36px; max-width: 560px; text-wrap: pretty; }
.hero .scarcity { display: flex; align-items: center; gap: 9px; margin-top: 26px; font-size: 13.5px; letter-spacing: 0.04em; color: rgba(242,234,228,0.55); }
.hero .scarcity .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--gold-400); }

/* ── Barra de confiança ─────────────────────────── */
.trust { background: var(--espresso-800); color: var(--text-inverse); border-top: 1px solid rgba(242,234,228,0.07); position: relative; }
.trust::before { content: ""; position: absolute; top: 0; left: 10%; right: 10%; height: 1px; background: linear-gradient(90deg, transparent, var(--hairline-gold), transparent); }
.trust .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-top: 34px; padding-bottom: 34px; }
.trust-item { display: flex; align-items: center; gap: 13px; font-size: 14px; line-height: 1.4; color: rgba(242,234,228,0.82); }
.trust-item svg { width: 26px; height: 26px; color: var(--gold-400); flex-shrink: 0; }

/* ── Vídeo embed ────────────────────────────────── */
.video-frame {
  position: relative; border-radius: var(--radius-xl); overflow: hidden; background: var(--espresso-900);
  aspect-ratio: 16 / 9; box-shadow: var(--shadow-lg); border: 1px solid var(--border-default);
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-ph { position: absolute; inset: 0; display: grid; place-items: center; color: rgba(242,234,228,0.6); }
.video-ph .play { width: 76px; height: 76px; border-radius: 50%; background: var(--gold-metal); display: grid; place-items: center; color: var(--espresso-900); box-shadow: var(--shadow-gold); margin: 0 auto 16px; }
.video-ph .play svg { width: 28px; height: 28px; margin-left: 3px; }
.video-ph p { font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; }

/* ── Soluções (cards) ───────────────────────────── */
.sol-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sol-card {
  background: var(--bg-surface); border: 1px solid var(--border-default); border-radius: var(--radius-lg);
  padding: 34px 30px; transition: all 220ms var(--ease-out); position: relative; overflow: hidden;
  display: flex; flex-direction: column; gap: 12px;
}
.sol-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--gold-400); }
.sol-card .ico { width: 50px; height: 50px; border-radius: var(--radius-md); background: var(--gold-100); color: var(--gold-700); display: grid; place-items: center; margin-bottom: 6px; }
.sol-card .ico svg { width: 24px; height: 24px; }
.sol-card h3 { font-family: var(--lp-serif); font-size: 25px; font-weight: 600; line-height: 1.15; }
.sol-card p { font-size: 15px; color: var(--text-secondary); }
.sol-card.featured {
  grid-column: span 3; background: var(--espresso-800); color: var(--text-inverse);
  border-color: var(--espresso-700); flex-direction: row; align-items: center; gap: 34px; padding: 42px 44px;
}
.sol-card.featured::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px;
  background: var(--gold-metal);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; opacity: 0.75;
}
.sol-card.featured .ico { background: rgba(158,121,62,0.22); color: var(--gold-300); }
.sol-card.featured h3 { font-size: 30px; color: var(--text-inverse); }
.sol-card.featured p { color: var(--text-inverse-soft); font-size: 16px; max-width: 640px; }
.sol-card.featured .tag {
  position: absolute; top: 20px; right: 22px; font-size: 10.5px; font-weight: 600; letter-spacing: 0.12em;
  text-transform: uppercase; color: var(--espresso-900); background: var(--gold-metal); padding: 5px 12px; border-radius: var(--radius-full);
}

/* ── Você se identifica? ────────────────────────── */
.pain { background: var(--bg-travertino); }
.pain-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 880px; margin: 0 auto; }
.pain-item {
  display: flex; gap: 14px; align-items: flex-start; background: var(--bg-surface);
  border: 1px solid var(--border-default); border-radius: var(--radius-lg); padding: 20px 22px;
  font-family: var(--lp-serif); font-size: 20px; font-style: italic; line-height: 1.4; color: var(--espresso-700);
}
.pain-item svg { width: 20px; height: 20px; color: var(--gold-600); flex-shrink: 0; margin-top: 4px; }
.pain-close { text-align: center; margin-top: 44px; }
.pain-close p { font-size: 17px; color: var(--text-secondary); margin-bottom: 22px; }

/* ── Antes / Depois ─────────────────────────────── */
.ba-compare {
  position: relative; border-radius: var(--radius-xl); overflow: hidden; aspect-ratio: 16 / 9;
  box-shadow: var(--shadow-lg); border: 1px solid var(--border-default);
  max-width: 860px; margin: 0 auto; user-select: none; touch-action: none; cursor: ew-resize;
}
.ba-side { position: absolute; inset: 0; display: grid; place-items: center; }
.ba-before { background: linear-gradient(150deg, #d8c8b4, #c4b09a); }
.ba-after { background: linear-gradient(150deg, var(--espresso-700), var(--espresso-900)); clip-path: inset(0 0 0 var(--ba, 50%)); }
.ba-label {
  position: absolute; top: 18px; font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 6px 14px; border-radius: var(--radius-full); backdrop-filter: blur(4px);
}
.ba-before .ba-label { left: 18px; background: rgba(63,47,40,0.55); color: var(--champagne); }
.ba-after .ba-label { right: 18px; background: rgba(212,184,118,0.9); color: var(--espresso-900); }
.ba-ph { font-family: var(--lp-serif); font-size: 30px; font-style: italic; opacity: 0.55; }
.ba-before .ba-ph { color: var(--espresso-800); }
.ba-after .ba-ph { color: var(--champagne); }
.ba-handle { position: absolute; top: 0; bottom: 0; left: var(--ba, 50%); width: 2px; background: var(--gold-300); transform: translateX(-1px); }
.ba-handle .knob {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 46px; height: 46px; border-radius: 50%; background: var(--gold-metal); color: var(--espresso-900);
  display: grid; place-items: center; box-shadow: var(--shadow-gold); border: 1px solid rgba(255,255,255,0.35);
}
.ba-handle .knob svg { width: 22px; height: 22px; }
.ba-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 860px; margin: 26px auto 0; }
.ba-thumb {
  aspect-ratio: 4 / 3; border-radius: var(--radius-lg); border: 1px solid var(--border-default);
  background: var(--bg-muted); display: grid; place-items: center;
  font-family: var(--lp-serif); font-style: italic; font-size: 16px; color: var(--text-tertiary);
}
.compliance-note { max-width: 860px; margin: 22px auto 0; font-size: 12.5px; color: var(--text-tertiary); text-align: center; line-height: 1.55; }

/* ── Depoimento vertical ────────────────────────── */
.depo { background: var(--espresso-900); color: var(--text-inverse); }
.depo-flex { display: flex; align-items: center; gap: 64px; justify-content: center; }
.phone-frame {
  width: min(330px, 78vw); aspect-ratio: 9 / 16; border-radius: 34px; overflow: hidden; position: relative;
  border: 1px solid rgba(212,184,118,0.4); box-shadow: 0 30px 60px rgba(0,0,0,0.4); background: #000; flex-shrink: 0;
}
.phone-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.depo-txt { max-width: 400px; }
.depo-txt .lede { color: var(--text-inverse-soft); }

/* ── Diferencial (estrutura) ────────────────────── */
.diff-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-bottom: 40px; }
.diff-item { padding: 28px 24px; background: var(--bg-surface); border: 1px solid var(--border-default); border-radius: var(--radius-lg); }
.diff-item .ico { width: 46px; height: 46px; border-radius: var(--radius-md); background: var(--espresso-800); color: var(--gold-300); display: grid; place-items: center; margin-bottom: 16px; }
.diff-item .ico svg { width: 22px; height: 22px; }
.diff-item h3 { font-family: var(--lp-serif); font-size: 21px; font-weight: 600; margin-bottom: 6px; }
.diff-item p { font-size: 14px; color: var(--text-secondary); }
.photo-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.photo-ph {
  aspect-ratio: 16 / 9; border-radius: var(--radius-xl); border: 1px solid var(--border-default);
  background: linear-gradient(140deg, var(--bg-muted), var(--bg-subtle)); display: grid; place-items: center;
  font-family: var(--lp-serif); font-style: italic; font-size: 17px; color: var(--text-tertiary); text-align: center; padding: 20px;
}

/* ── Dra. Joyce ─────────────────────────────────── */
.dra { background: var(--bg-travertino); }
.dra-flex { display: grid; grid-template-columns: 420px 1fr; gap: 60px; align-items: center; }
.dra-photo {
  aspect-ratio: 4 / 5; border-radius: var(--radius-xl); overflow: hidden; position: relative;
  background: linear-gradient(150deg, var(--taupe), var(--caramelo)); display: grid; place-items: center;
  font-family: var(--lp-serif); font-style: italic; font-size: 18px; color: var(--espresso-800);
  border: 1px solid var(--border-emphasis); box-shadow: var(--shadow-lg);
}
.dra-photo::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(242,234,228,0.5); border-radius: calc(var(--radius-xl) - 8px); pointer-events: none; }
.dra-txt h2 { margin-bottom: 6px; }
.dra-txt .cred { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-700); font-weight: 500; margin-bottom: 22px; }
.dra-txt p { color: var(--text-secondary); margin-bottom: 16px; max-width: 560px; text-wrap: pretty; }

/* ── Como funciona (etapas) ─────────────────────── */
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.step { position: relative; padding: 30px 26px 26px; background: var(--bg-surface); border: 1px solid var(--border-default); border-radius: var(--radius-lg); }
.step .n { font-family: var(--lp-serif); font-size: 44px; font-weight: 500; color: var(--gold-400); line-height: 1; margin-bottom: 14px; }
.step h3 { font-size: 17px; font-weight: 600; margin-bottom: 6px; }
.step p { font-size: 14px; color: var(--text-secondary); }

/* ── Conheça (galeria + endereço) ───────────────── */
.gal { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 34px; }
.gal .photo-ph { aspect-ratio: 4 / 3; }
.addr { display: flex; align-items: center; gap: 14px; justify-content: center; font-size: 15.5px; color: var(--text-secondary); text-align: center; }
.addr svg { width: 20px; height: 20px; color: var(--gold-600); flex-shrink: 0; }

/* ── Instagram ──────────────────────────────────── */
.insta-card {
  max-width: 620px; margin: 0 auto; background: var(--bg-surface); border: 1px solid var(--border-default);
  border-radius: var(--radius-xl); padding: 36px 40px; display: flex; align-items: center; gap: 22px;
  box-shadow: var(--shadow-sm);
}
.insta-card .ig-ico { width: 58px; height: 58px; border-radius: 16px; background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.insta-card .ig-ico svg { width: 28px; height: 28px; }
.insta-card .hdl { font-size: 18px; font-weight: 600; }
.insta-card .sub { font-size: 14px; color: var(--text-secondary); }
.insta-card .btn { margin-left: auto; }

/* ── FAQ ────────────────────────────────────────── */
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--bg-surface); border: 1px solid var(--border-default); border-radius: var(--radius-lg); overflow: hidden; transition: border-color 180ms; }
.faq-item.open { border-color: var(--gold-400); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 24px; font-family: var(--lp-sans); font-size: 16.5px; font-weight: 500; text-align: left;
  background: transparent; border: 0; cursor: pointer; color: var(--text-primary);
}
.faq-q svg { width: 20px; height: 20px; color: var(--gold-600); flex-shrink: 0; transition: transform 220ms var(--ease-out); }
.faq-item.open .faq-q svg { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 260ms var(--ease-standard); }
.faq-a p { padding: 0 24px 22px; font-size: 15px; color: var(--text-secondary); max-width: 640px; }

/* ── Fechamento ─────────────────────────────────── */
.close-sec { background: var(--espresso-900); color: var(--text-inverse); text-align: center; position: relative; overflow: hidden; }
.close-sec::before { content: ""; position: absolute; inset: 0; background: radial-gradient(70% 90% at 50% 110%, rgba(158,121,62,0.20), transparent 65%); pointer-events: none; }
.close-sec .h2 { color: var(--text-inverse); max-width: 640px; margin: 0 auto 34px; }

/* ── Footer ─────────────────────────────────────── */
.footer { background: var(--espresso-950); color: rgba(242,234,228,0.6); padding: 56px 0 40px; font-size: 13.5px; }
.footer .wrap { display: flex; flex-direction: column; gap: 22px; align-items: center; text-align: center; }
.footer img { height: 40px; opacity: 0.9; }
.footer .rt { line-height: 1.7; }
.footer a { color: var(--gold-300); }
.footer .fine { font-size: 12px; color: rgba(242,234,228,0.35); }

/* ── WhatsApp flutuante ─────────────────────────── */
.wa-fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 60px; height: 60px; border-radius: 50%; background: #25D366; color: #fff;
  display: grid; place-items: center; box-shadow: 0 8px 24px rgba(37,211,102,0.4), var(--shadow-lg);
  transition: transform 200ms var(--ease-out);
}
.wa-fab:hover { transform: scale(1.07); color: #fff; }
.wa-fab svg { width: 30px; height: 30px; }

/* ── Reveal on scroll ───────────────────────────── */
.rv { opacity: 1; transform: none; }
body.io-ok .rv { opacity: 0; transform: translateY(22px); transition: opacity 640ms var(--ease-out), transform 640ms var(--ease-out); }
body.io-ok .rv.in { opacity: 1; transform: none; }
body.io-ok .rv.d1 { transition-delay: 90ms; }
body.io-ok .rv.d2 { transition-delay: 180ms; }
body.io-ok .rv.d3 { transition-delay: 270ms; }
@media (prefers-reduced-motion: reduce) {
  body.io-ok .rv { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ── Responsivo ─────────────────────────────────── */
/* ═══ V2 ═══ */
.btn-xl { height: 62px; padding: 0 38px; font-size: 17.5px; border-radius: var(--radius-lg); }
.btn-xl svg { width: 21px; height: 21px; }
body.v2 .hdr .wrap { height: 88px; }
body.v2 .hdr img { height: 48px; }
body.v2 .hdr .btn-sm { height: 50px; padding: 0 26px; font-size: 15.5px; }
body.v2 .hero { padding: 150px 0 96px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 340px); gap: 56px; align-items: center; }
body.v2 .hero-in { max-width: none; }
.hero-phone { width: 100%; max-width: 340px; justify-self: end; }
body.v2 .hero-overlay { background: linear-gradient(100deg, rgba(34,25,19,0.94) 30%, rgba(34,25,19,0.72) 62%, rgba(34,25,19,0.5)); }
.ba-showcase { display: flex; flex-direction: column; align-items: center; gap: 30px; max-width: 1020px; margin: 0 auto; }
.ba-video { width: 100%; max-width: 300px; }
.ba-photos { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; width: 100%; }
.ba-photos img { width: 100%; aspect-ratio: 9 / 16; height: auto; object-fit: cover; object-position: center; border-radius: var(--radius-xl); border: 1px solid var(--border-default); box-shadow: var(--shadow-md); }
.map-frame { max-width: 860px; margin: 30px auto 0; border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--border-default); box-shadow: var(--shadow-md); aspect-ratio: 16 / 7; }
.map-frame iframe { width: 100%; height: 100%; border: 0; filter: sepia(0.22) saturate(0.85); }

/* ── YouTube click-to-play ── */
.photo-real { aspect-ratio: 16 / 9; border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--border-default); box-shadow: var(--shadow-md); }
.photo-real img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gal .photo-real { aspect-ratio: 4 / 3; }
.dra-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.insta-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 1020px; margin: 0 auto; }
.insta-grid .insta-card { max-width: none; margin: 0; }

.yt-lite { position: absolute; inset: 0; cursor: pointer; background: #000; }
.yt-lite img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.yt-lite .yt-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 64px; height: 64px; border-radius: 50%; background: var(--gold-metal); color: var(--espresso-900);
  display: grid; place-items: center; box-shadow: var(--shadow-gold); border: 1px solid rgba(255,255,255,0.35);
  transition: transform 180ms var(--ease-out);
}
.yt-lite .yt-play svg { width: 26px; height: 26px; margin-left: 3px; }
.yt-lite:hover .yt-play, .yt-lite:focus-visible .yt-play { transform: translate(-50%, -50%) scale(1.08); }
.yt-lite iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .insta-grid { grid-template-columns: 1fr; max-width: 620px; }
  .hero-phone { justify-self: start; }
  .ba-showcase { gap: 24px; }
  .ba-video { margin: 0 auto; }
  .map-frame { aspect-ratio: 4 / 3; }
}
@media (max-width: 640px) {
  body.v2 .hdr .wrap { height: 72px; }
  .insta-grid { grid-template-columns: 1fr; }
  body.v2 .hdr img { height: 36px; }
  body.v2 .hdr .btn-sm { height: 42px; padding: 0 18px; font-size: 14px; }
  .btn-xl { height: 56px; padding: 0 28px; font-size: 16px; }
  .ba-photos { grid-template-columns: 1fr; }
}


@media (max-width: 980px) {
  .sec { padding: 72px 0; }
  .trust .wrap { grid-template-columns: 1fr 1fr; }
  .sol-grid { grid-template-columns: 1fr 1fr; }
  .sol-card.featured { grid-column: span 2; flex-direction: column; align-items: flex-start; }
  .diff-grid, .steps { grid-template-columns: 1fr 1fr; }
  .dra-flex { grid-template-columns: 1fr; gap: 36px; }
  .dra-photo { max-width: 420px; }
  .depo-flex { flex-direction: column; gap: 40px; text-align: center; }
}
@media (max-width: 640px) {
  body { font-size: 15.5px; }
  .sec { padding: 60px 0; }
  .wrap { padding: 0 20px; }
  .hero { min-height: 0; padding: 130px 0 80px; }
  .trust .wrap { grid-template-columns: 1fr; gap: 16px; }
  .sol-grid { grid-template-columns: 1fr; }
  .sol-card.featured { grid-column: span 1; padding: 30px 26px; }
  .pain-list { grid-template-columns: 1fr; }
  .ba-gallery { grid-template-columns: 1fr; }
  .diff-grid, .steps { grid-template-columns: 1fr; }
  .photo-row { grid-template-columns: 1fr; }
  .gal { grid-template-columns: 1fr; }
  .insta-card { flex-direction: column; text-align: center; padding: 28px 24px; }
  .insta-card .btn { margin-left: 0; }
  .hdr .btn { height: 40px; padding: 0 16px; font-size: 13.5px; }
  .wa-fab { width: 54px; height: 54px; right: 16px; bottom: 16px; }
}
