/* Face Plan™ — Landing v2.0 shared */
:root {
  --gold: #C9A96E;
  --gold-light: #e8d4a8;
  --bg: #050505;
  --card: #111;
  --text: #F2EFEA;
  --muted: #9a968f;
  --green: #6ecf9a;
  --max: 1120px;
  --glow: rgba(201,169,110,0.1);
  --urgency-bg: linear-gradient(90deg, #1a1208, #0d0d0d, #1a1208);
  --lp-sticky-h: 0px;
  --lp-safe-bottom: env(safe-area-inset-bottom, 0px);
  --lp-chat-bottom: calc(var(--lp-sticky-h) + var(--lp-safe-bottom) + 14px);
  --lp-chat-panel-bottom: calc(var(--lp-chat-bottom) + 58px);
}
body[data-landing="produto"] {
  --gold: #C9A96E;
  --gold-light: #e8d4a8;
  --bg: #050505;
  --glow: rgba(201,169,110,0.1);
  --urgency-bg: linear-gradient(90deg, #1a1208, #0d0d0d, #1a1208);
}
body[data-landing="produto-b"] {
  --gold: #B8956A;
  --gold-light: #dcc9a0;
  --bg: #040608;
  --card: #0f1114;
  --glow: rgba(160,130,90,0.12);
  --urgency-bg: linear-gradient(90deg, #12100c, #06080a, #12100c);
}
body[data-landing="produto-c"] {
  --gold: #D4AF37;
  --gold-light: #edd9a8;
  --bg: #060504;
  --card: #12100e;
  --glow: rgba(212,175,55,0.11);
  --urgency-bg: linear-gradient(90deg, #181308, #080604, #181308);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: var(--gold); text-decoration: none; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }

.urgency {
  background: var(--urgency-bg);
  border-bottom: 1px solid rgba(201,169,110,0.25);
  text-align: center;
  padding: 10px 16px;
  font-size: 12px;
  font-weight: 600;
}
.urgency strong { color: var(--gold); }
.urgency .dot {
  display: inline-block; width: 7px; height: 7px;
  background: var(--green); border-radius: 50%;
  margin-right: 6px; animation: lp-pulse 1.5s infinite;
}
@keyframes lp-pulse { 0%,100%{opacity:1} 50%{opacity:.4} }

nav.lp-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(5,5,5,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
nav.lp-nav .wrap {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 20px; gap: 12px; flex-wrap: wrap;
}
.lp-logo {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px; font-weight: 600; color: var(--gold);
}
.lp-logo small {
  display: block; font-family: 'DM Sans', sans-serif;
  font-size: 9px; color: var(--muted); letter-spacing: 0.12em;
  text-transform: uppercase; font-weight: 600;
}
.lp-nav-links { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.lp-nav-links a { font-size: 12px; color: var(--muted); }
.lp-nav-links a:hover { color: var(--text); text-decoration: none; }
.btn-nav {
  padding: 10px 18px; border-radius: 8px; font-size: 12px; font-weight: 700;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #0a0a0a; white-space: nowrap;
}
.btn-nav:hover { opacity: 0.92; text-decoration: none; }
.btn-ghost-nav {
  padding: 10px 16px; border-radius: 8px; font-size: 12px; font-weight: 600;
  border: 1px solid rgba(201,169,110,0.35); color: var(--gold); background: transparent;
}

.pill {
  display: inline-block; font-size: 10px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--gold); border: 1px solid rgba(201,169,110,0.35);
  padding: 6px 14px; border-radius: 100px;
  background: rgba(201,169,110,0.08); margin-bottom: 18px;
}
.section-label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 10px;
}
h1.lp-h1, h2.lp-h2 {
  font-family: 'Cormorant Garamond', serif; font-weight: 600;
  letter-spacing: -0.02em;
}
h1.lp-h1 { font-size: clamp(34px, 5vw, 54px); line-height: 1.08; margin-bottom: 18px; }
h2.lp-h2 { font-size: clamp(28px, 4vw, 40px); line-height: 1.12; margin-bottom: 12px; }
.lp-lead { font-size: 17px; color: var(--muted); max-width: 560px; margin-bottom: 24px; }
.lp-lead strong { color: var(--text); font-weight: 600; }
.lp-sub { text-align: center; color: var(--muted); max-width: 560px; margin: 0 auto 36px; font-size: 15px; }

.btn-main {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 16px 28px; border-radius: 10px; font-size: 15px; font-weight: 700;
  background: linear-gradient(135deg, var(--gold-light), var(--gold), #8a6030);
  color: #0a0a0a; box-shadow: 0 12px 36px rgba(201,169,110,0.35);
  transition: transform 0.2s; border: none; cursor: pointer;
}
.btn-main:hover { transform: translateY(-2px); text-decoration: none; }
.btn-ghost { font-size: 13px; color: var(--muted); padding: 6px 0; display: inline-block; }
.btn-ghost:hover { color: var(--gold); }

.stats-row {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 32px;
}
.stat-card {
  background: var(--card); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 12px; padding: 16px 12px; text-align: center;
}
.stat-card .n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px; font-weight: 600; color: var(--gold); line-height: 1;
}
.stat-card .m {
  font-size: 11px; font-weight: 700; color: var(--text);
  margin-top: 8px; line-height: 1.25;
}
.stat-card .s {
  font-size: 10px; font-weight: 600; color: var(--gold);
  margin-top: 4px; line-height: 1.3;
}
.stat-card .l { font-size: 10px; color: var(--muted); margin-top: 6px; line-height: 1.35; }
.stat-card--rich { padding: 18px 14px; }
.stat-card--rich .m {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(17px, 3.5vw, 20px); font-weight: 600;
  color: var(--gold); margin-top: 0;
}

.pain-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; }
.pain-card {
  background: var(--card); border-radius: 14px; padding: 22px 20px;
  border: 1px solid rgba(255,255,255,0.06);
}
.pain-card .quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; color: var(--gold); margin-bottom: 10px;
}
.pain-card p { font-size: 13px; color: var(--muted); line-height: 1.55; }

.steps-grid { display: grid; gap: 20px; max-width: 720px; margin: 0 auto; }
.step-item { display: flex; gap: 18px; align-items: flex-start; }
.step-num {
  width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
  background: rgba(201,169,110,0.15); border: 1px solid rgba(201,169,110,0.35);
  color: var(--gold); font-weight: 700; font-size: 14px;
  display: flex; align-items: center; justify-content: center;
}
.step-item h3 { font-size: 15px; margin-bottom: 4px; }
.step-item p { font-size: 13px; color: var(--muted); }

.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.feat-card {
  background: var(--card); border-radius: 14px; padding: 22px;
  border: 1px solid rgba(255,255,255,0.06);
}
.feat-card h3 { font-size: 14px; margin-bottom: 8px; color: var(--gold); }
.feat-card p { font-size: 13px; color: var(--muted); }

.gallery-scroll {
  display: flex; gap: 16px; overflow-x: auto; padding-bottom: 8px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.g-card {
  flex: 0 0 min(300px, 78vw); scroll-snap-align: start;
  border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(201,169,110,0.18);
  background: var(--card);
}
.g-card img,
.g-card video { width: 100%; display: block; aspect-ratio: 4/3; object-fit: cover; background: #000; }
.g-card .meta { padding: 12px 14px; }
.g-card .tag {
  font-size: 9px; font-weight: 700; letter-spacing: 0.1em;
  text-transform: uppercase; color: var(--gold);
}
.g-card h4 { font-size: 14px; margin-top: 4px; }
.g-card .proto { font-size: 11px; color: var(--muted); margin-top: 4px; }

.vid-box {
  border-radius: 14px; overflow: hidden;
  border: 1px solid rgba(201,169,110,0.2);
  background: #0a0a0a;
}
.vid-box video { width: 100%; display: block; background: #000; }
.vid-label { padding: 12px 14px; font-size: 12px; color: var(--muted); }
.vid-label strong { display: block; color: var(--text); margin-bottom: 2px; }

.disclaimer {
  font-size: 10px; color: var(--muted); text-align: center;
  padding: 8px 12px; line-height: 1.45;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.compare-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 24px -4px 0;
  padding: 0 4px;
}
.compare-table { width: 100%; min-width: 320px; border-collapse: collapse; font-size: 13px; }
.urgency-offer {
  background: rgba(201,169,110,0.12);
  border: 1px solid rgba(201,169,110,0.35);
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 18px;
  font-size: 12px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1.45;
}
.micro-cta-wrap { text-align: center; margin-top: 28px; }
.compare-table th, .compare-table td {
  padding: 12px 14px; border-bottom: 1px solid rgba(255,255,255,0.06); text-align: left;
}
.compare-table th { color: var(--muted); font-weight: 600; font-size: 11px; text-transform: uppercase; }
.compare-table td:first-child { color: var(--muted); }
.compare-table .yes { color: var(--green); }
.compare-table .no { color: #666; }

.offer-box {
  max-width: 520px; margin: 0 auto;
  background: linear-gradient(180deg, rgba(201,169,110,0.12), var(--card));
  border: 1px solid rgba(201,169,110,0.3);
  border-radius: 20px; padding: 36px 28px; text-align: center;
}
.offer-box .anchor { font-size: 14px; color: var(--muted); margin-bottom: 8px; }
.offer-box .price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px; font-weight: 600; color: var(--gold); line-height: 1;
}
.offer-box .price small { font-size: 18px; color: var(--muted); }
.offer-box .hook { font-size: 12px; color: var(--gold); margin: 12px 0 20px; font-weight: 600; }
.offer-box .stack {
  list-style: none; text-align: left; font-size: 13px;
  margin-bottom: 24px; color: var(--muted);
}
.offer-box .stack li { padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.04); }
.offer-box .stack li::before { content: '✓ '; color: var(--green); font-weight: 700; }
.plan-note {
  font-size: 11px; color: var(--muted); text-align: left;
  background: rgba(0,0,0,0.35); border-radius: 10px;
  padding: 14px 16px; margin-bottom: 20px; line-height: 1.5;
  border: 1px solid rgba(255,255,255,0.05);
}
.plan-note strong { color: var(--text); display: block; margin-bottom: 6px; font-size: 12px; }
.activation { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 20px 0; text-align: center; }
.act-step { font-size: 10px; color: var(--muted); }
.act-step .n { display: block; font-size: 18px; color: var(--gold); font-weight: 700; margin-bottom: 4px; }
.guarantee-badge {
  margin-top: 16px; font-size: 12px; color: var(--green); font-weight: 600;
}

.quote-block {
  max-width: 640px; margin: 0 auto; text-align: center;
  padding: 32px 24px; border-left: 3px solid var(--gold);
  background: rgba(201,169,110,0.06); border-radius: 0 14px 14px 0;
}
.quote-block p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px; line-height: 1.4; color: var(--text); font-style: italic;
}
.quote-block cite { display: block; margin-top: 14px; font-size: 12px; color: var(--muted); font-style: normal; }
@media (max-width: 600px) {
  .quote-block {
    max-width: 100%; padding: 28px 22px; text-align: left;
    border-left: none; border-top: 3px solid var(--gold);
    border-radius: 14px;
  }
  .quote-block p { font-size: 19px; line-height: 1.35; }
}

.faq details {
  background: var(--card); border-radius: 10px; margin-bottom: 8px;
  border: 1px solid rgba(255,255,255,0.05);
}
.faq summary {
  padding: 14px 18px; cursor: pointer; font-size: 14px; font-weight: 600;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq details p { padding: 0 18px 16px; font-size: 13px; color: var(--muted); line-height: 1.55; }
.faq details p.faq-muted {
  font-size: 11px; opacity: 0.72; padding-top: 4px;
  border-top: 1px solid rgba(255,255,255,0.04); margin-top: 4px;
}

.lp-footer {
  padding: 40px 0 48px; text-align: center;
  border-top: 1px solid rgba(255,255,255,0.05);
  font-size: 12px; color: var(--muted);
}
.lp-footer p + p { margin-top: 8px; }

.sticky-cta {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 400;
  padding: 10px 16px calc(10px + var(--lp-safe-bottom));
  background: rgba(5,5,5,0.97);
  border-top: 1px solid rgba(201,169,110,0.25);
  backdrop-filter: blur(10px);
  transform: translateY(100%);
  transition: transform 0.28s ease;
  will-change: transform;
}
.sticky-cta.is-visible { transform: translateY(0); }
.sticky-cta a {
  display: block; text-align: center; padding: 14px;
  border-radius: 10px; font-weight: 700; font-size: 14px;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #0a0a0a;
}

/* ── Chat widget (todas as landings) ── */
#fpLandingChat {
  position: fixed; inset: 0; pointer-events: none; z-index: 9000;
}
#fpLandingChat > * { pointer-events: auto; }
.fp-chat-fab {
  position: fixed;
  right: max(14px, env(safe-area-inset-right, 14px));
  bottom: var(--lp-chat-bottom);
  z-index: 9001;
  display: flex; align-items: center; gap: 8px;
  padding: 12px 16px; border-radius: 100px; border: none; cursor: pointer;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #0a0a0a; font-weight: 700; font-size: 13px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.45);
  transition: bottom 0.28s ease, transform 0.2s;
}
.fp-chat-fab:active { transform: scale(0.97); }
.fp-chat-panel {
  position: fixed;
  right: max(14px, env(safe-area-inset-right, 14px));
  bottom: var(--lp-chat-panel-bottom);
  z-index: 9002;
  width: min(360px, calc(100vw - 28px));
  height: min(440px, 62dvh);
  background: #111; border: 1px solid rgba(201,169,110,0.28);
  border-radius: 16px; box-shadow: 0 20px 60px rgba(0,0,0,0.55);
  display: none; flex-direction: column; overflow: hidden;
}
.fp-chat-panel.open { display: flex; }
.fp-chat-head {
  padding: 14px 16px; background: #0d0d0d;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex; justify-content: space-between; align-items: center; flex-shrink: 0;
}
.fp-chat-head strong { color: var(--gold); font-size: 14px; }
.fp-chat-head span { font-size: 10px; color: #6E6C66; display: block; margin-top: 2px; }
.fp-chat-close {
  background: none; border: none; color: #888; font-size: 22px; cursor: pointer; line-height: 1;
  padding: 4px 8px;
}
.fp-chat-lead {
  flex: 1; overflow-y: auto; padding: 18px 16px;
  display: flex; flex-direction: column; gap: 12px;
  -webkit-overflow-scrolling: touch;
}
.fp-chat-lead p { font-size: 14px; color: #b8b4ad; line-height: 1.5; }
.fp-chat-lead label { font-size: 12px; color: #888; display: block; margin-bottom: 4px; }
.fp-chat-lead input,
.fp-chat-form input,
.fp-chat-inline-lead input {
  width: 100%; background: #181818; border: 1px solid #2a2a2a; border-radius: 8px;
  padding: 12px; color: #F2EFEA; font-size: 16px; outline: none;
}
.fp-chat-lead input { margin-bottom: 8px; }
.fp-chat-lead input:focus,
.fp-chat-form input:focus { border-color: var(--gold); }
.fp-chat-lead .btn-lead {
  width: 100%; padding: 13px; border: none; border-radius: 8px; cursor: pointer;
  background: var(--gold); color: #0a0a0a; font-weight: 700; font-size: 14px;
}
.fp-chat-lead .btn-skip {
  background: none; border: none; color: #666; font-size: 12px; cursor: pointer;
  text-decoration: underline; padding: 6px 0;
}
.fp-chat-msgs {
  flex: 1; overflow-y: auto; padding: 14px; display: none; flex-direction: column; gap: 10px;
  -webkit-overflow-scrolling: touch;
}
.fp-chat-msgs.visible { display: flex; }
.fp-chat-msg {
  max-width: 88%; padding: 10px 12px; border-radius: 12px;
  font-size: 14px; line-height: 1.5; word-break: break-word;
}
.fp-chat-msg.user {
  align-self: flex-end; background: rgba(201,169,110,0.2); color: #F2EFEA;
  border-bottom-right-radius: 4px;
}
.fp-chat-msg.bot {
  align-self: flex-start; background: #1a1a1a; color: #b8b4ad;
  border-bottom-left-radius: 4px; border: 1px solid rgba(255,255,255,0.05);
}
.fp-chat-msg.typing { color: #6E6C66; font-style: italic; }
.fp-chat-inline-lead {
  align-self: stretch; background: rgba(201,169,110,0.08); border: 1px solid rgba(201,169,110,0.2);
  border-radius: 10px; padding: 12px; display: flex; flex-direction: column; gap: 8px;
}
.fp-chat-inline-lead button {
  padding: 10px; border: none; border-radius: 6px; background: var(--gold);
  color: #0a0a0a; font-weight: 700; font-size: 13px; cursor: pointer;
}
.fp-chat-form {
  display: none; gap: 8px; padding: 12px;
  padding-bottom: calc(12px + var(--lp-safe-bottom));
  border-top: 1px solid rgba(255,255,255,0.06);
  background: #0a0a0a; flex-shrink: 0;
}
.fp-chat-form.visible { display: flex; }
.fp-chat-form input { flex: 1; min-width: 0; }
.fp-chat-form button {
  padding: 12px 14px; border: none; border-radius: 8px; cursor: pointer;
  background: var(--gold); color: #0a0a0a; font-weight: 700; font-size: 13px; flex-shrink: 0;
}
.fp-chat-form button:disabled { opacity: 0.5; cursor: not-allowed; }
body.chat-open .sticky-cta { transform: translateY(100%) !important; visibility: hidden; }
body.chat-open .fp-chat-fab { display: none; }

.lp-section { padding: 56px 0; }
.lp-section.alt { background: #0a0a0a; border-block: 1px solid rgba(255,255,255,0.04); }
.lp-section h2.lp-h2.center { text-align: center; }

/* Hero mobile — imagem split antes/depois em quadrado contido */
.hero-square-frame {
  display: none;
}
.hero-b .hero-proof img { width: 100%; display: block; }

.video-hero {
  position: relative; min-height: 72vh; display: flex; align-items: flex-end;
  overflow: hidden; border-bottom: 1px solid rgba(201,169,110,0.15);
}
.video-hero video {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0.42;
}
.video-hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(5,5,5,0.15) 0%, rgba(5,5,5,0.8) 55%, #050505 100%);
}
.video-hero .wrap { position: relative; z-index: 2; padding: 80px 20px 56px; width: 100%; }

.value-list { max-width: 640px; margin: 0 auto; }
.value-item {
  display: flex; gap: 16px; padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05); font-size: 14px;
}
.value-item .ico { color: var(--green); font-weight: 800; flex-shrink: 0; }

.pills-row { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.pills-row span {
  font-size: 11px; padding: 8px 14px; border-radius: 100px;
  background: var(--card); border: 1px solid rgba(255,255,255,0.08); color: var(--muted);
}

@media (max-width: 860px) {
  .stats-row { grid-template-columns: repeat(2, 1fr); }
  .activation { grid-template-columns: repeat(2, 1fr); }
  .lp-nav-links.hide-m,
  .hide-m { display: none !important; }
  nav.lp-nav .wrap { flex-wrap: nowrap; padding: 10px 16px; }
  nav.lp-nav .lp-nav-links:last-child { flex-shrink: 0; }
  .btn-nav { padding: 9px 14px; font-size: 11px; }
  .sticky-cta { display: block; }
  body.sticky-active { padding-bottom: calc(68px + var(--lp-safe-bottom)); }

  /* Landing B — hero mobile */
  .hero-b .hero-grid { grid-template-columns: 1fr; padding: 0 0 24px; gap: 0; }
  .hero-b .hero-proof {
    order: -1;
    margin: 8px auto 0;
    width: min(280px, 78vw);
    border-radius: 14px;
    border: 1px solid rgba(201,169,110,0.22);
    box-shadow: 0 16px 48px rgba(0,0,0,0.45);
    background: #0a0a0a;
    overflow: hidden;
  }
  .hero-b .hero-proof img {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  .hero-b .hero-text { padding-top: 16px; text-align: center; }
  .hero-b .hero-text .pill { margin-bottom: 12px; }
  .hero-b .hero-text .lp-lead,
  .hero-b .hero-text .cta-stack,
  .hero-b .hero-text .trust-row { display: none; }
  .hero-b .hero-text .lp-h1 {
    margin-bottom: 4px;
    font-size: clamp(26px, 7.5vw, 34px);
    line-height: 1.1;
  }
  .hero-b .scroll-hint {
    display: block;
    font-size: 11px;
    color: var(--gold);
    margin-top: 8px;
    opacity: 0.9;
  }
  .hero-b .cta-stack { align-items: center; }

  /* Landing A — hero visual menor no mobile */
  .hero-visual {
    margin-top: 8px;
    border-radius: 14px;
  }
  .hero-visual img {
    max-height: 200px;
    object-fit: cover;
    object-position: top center;
  }
  .hero { padding: 32px 0 40px; }
  .hero-cta { margin-bottom: 24px; }

  /* Galeria — cards mais largos, menos “faixa” */
  .g-card { flex: 0 0 min(280px, 86vw); }
  .g-card img,
  .g-card video { aspect-ratio: 4/3; object-fit: cover; }

  /* Chat — sheet no mobile */
  body.chat-open { overflow: hidden; }
  .fp-chat-panel.open {
    left: 0; right: 0; bottom: 0;
    width: 100%; max-width: 100%;
    height: min(72dvh, 520px);
    border-radius: 18px 18px 0 0;
    border-left: none; border-right: none; border-bottom: none;
  }
  .fp-chat-fab {
    padding: 11px 15px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .video-hero {
    min-height: auto;
    display: block;
    border-bottom: 1px solid rgba(201,169,110,0.12);
  }
  .video-hero video { display: none; }
  .video-hero::after { display: none; }
  .video-hero .wrap {
    padding: 20px 20px 28px;
    text-align: center;
  }
  .video-hero .hero-poster-mobile {
    display: block;
    width: min(280px, 78vw);
    margin: 0 auto 18px;
    aspect-ratio: 1 / 1;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(201,169,110,0.22);
    background: #0a0a0a;
  }
  .video-hero .hero-poster-mobile img {
    width: 100%; height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
  }
  .video-hero .lp-h1 { font-size: clamp(26px, 7.5vw, 36px); }
  .video-hero .lp-lead { margin: 0 auto 20px; font-size: 15px; }
  .video-hero .hero-meta { justify-content: center; gap: 12px; }
}
@media (min-width: 769px) {
  .video-hero .hero-poster-mobile { display: none; }
}
