/* ============================================================
   SATE — Método de Aprovação 1ª Fase OAB
   Design system: warm-white base, near-black hero, orange accent
   ============================================================ */

/* ---- Lufga font family ---- */
@font-face { font-family: "Lufga"; src: url("fonts/Lufga-Regular.otf") format("opentype");  font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Lufga"; src: url("fonts/Lufga-Medium.otf") format("opentype");   font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: "Lufga"; src: url("fonts/Lufga-SemiBold.otf") format("opentype"); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: "Lufga"; src: url("fonts/Lufga-Bold.otf") format("opentype");     font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Lufga"; src: url("fonts/Lufga-ExtraBold.otf") format("opentype");font-weight: 800; font-style: normal; font-display: swap; }
@font-face { font-family: "Lufga"; src: url("fonts/Lufga-Black.otf") format("opentype");    font-weight: 900; font-style: normal; font-display: swap; }
@font-face { font-family: "Lufga"; src: url("fonts/Lufga-Italic.otf") format("opentype");   font-weight: 400; font-style: italic; font-display: swap; }

:root {
  /* Palette */
  --bg:            #FCFBFA;
  --bg-tint:       #F6F1EB;   /* warm rhythm band */
  --black:         #0A0908;   /* hero / dark sections */
  --black-soft:    #141110;

  --ink:           #16130F;
  --ink-soft:      #443E37;
  --muted:         #756D63;
  --muted-dark:    #B9AFA3;   /* muted text on dark */
  --line:          rgba(22,19,15,0.10);
  --line-dark:     rgba(255,255,255,0.12);

  --accent:        #E96B22;   /* primary orange */
  --accent-strong: #CE551A;   /* hover / deeper */
  --accent-tint:   rgba(233,107,34,0.09);

  /* Type */
  --font-display:  "Lufga", "Schibsted Grotesk", system-ui, sans-serif;
  --font-body:     "Lufga", "Schibsted Grotesk", system-ui, sans-serif;

  /* Shape */
  --r-card: 22px;
  --r-sm:   14px;
  --r-pill: 999px;

  --shadow-sm: 0 1px 2px rgba(22,19,15,0.04), 0 4px 14px rgba(22,19,15,0.05);
  --shadow-md: 0 2px 6px rgba(22,19,15,0.05), 0 18px 40px rgba(22,19,15,0.08);
  --shadow-accent: 0 10px 30px rgba(233,107,34,0.28);

  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 56px);
  --section-y: clamp(72px, 9vw, 132px);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

/* ---- Typography ---------------------------------------------------- */
h1, h2, h3, h4 {
  font-family: var(--font-display);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 700;
  text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 5.2vw, 4.2rem); font-weight: 800; }
h2 { font-size: clamp(2rem, 3.8vw, 3.2rem); }
h3 { font-size: clamp(1.25rem, 1.7vw, 1.55rem); letter-spacing: -0.01em; }

.hl { color: var(--accent); }                          /* highlight on light */
.hl-dark { color: var(--hl-dark, var(--accent)); }     /* highlight on dark */

p { text-wrap: pretty; }

/* ---- Layout helpers ------------------------------------------------ */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section-y); position: relative; }
.section--tint { background: var(--bg-tint); }
.section--dark { background: var(--black); color: #fff; }
.lead { font-size: clamp(1.05rem, 1.4vw, 1.22rem); color: var(--muted); max-width: 62ch; }
.section--dark .lead { color: var(--muted-dark); }
.center { text-align: center; margin-inline: auto; }
.center .lead { margin-inline: auto; }
.stack > * + * { margin-top: 1.1rem; }

/* Eyebrow / small label */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 1.1rem;
}
.eyebrow::before {
  content: ""; width: 22px; height: 2px; border-radius: 2px;
  background: var(--accent);
}
.section--dark .eyebrow { color: var(--accent); }
.hero .eyebrow { color: #fff; }
.hero .eyebrow::before { background: #fff; }

.section-head { max-width: 760px; margin-bottom: clamp(40px, 5vw, 64px); }
.section-head.center { margin-inline: auto; }

/* ---- Buttons ------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--font-display);
  font-weight: 600; font-size: 1.02rem; letter-spacing: 0.01em;
  padding: 18px 34px; border-radius: var(--r-pill);
  border: 1px solid transparent; cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
/* light bg → orange */
.btn-accent { background: var(--accent); color: #fff; box-shadow: var(--shadow-accent); }
.btn-accent:hover { background: #fff; color: var(--accent); transform: translateY(-2px); box-shadow: var(--shadow-md); }
/* dark bg → white */
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--accent); color: #fff; transform: translateY(-2px); box-shadow: 0 14px 36px rgba(233,107,34,0.32); }
/* outline (over dark) */
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,0.32); }
.btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); }
.btn-block { width: 100%; }
.btn-lg { padding: 21px 42px; font-size: 1.08rem; }

/* Icon + slide effect (mantém botão, adiciona seta animada) */
.btn-ico {
  flex-shrink: 0; width: 27px; height: 27px;
  position: relative; border-radius: 50%;
  display: grid; place-items: center; overflow: hidden;
  transition: background .18s ease, color .18s ease;
}
.btn .btn-ico-svg { width: 12px; height: 13px; transition: transform .3s ease-in-out; }
.btn-ico-svg--copy { position: absolute; transform: translate(-150%, 150%); }
.btn:hover .btn-ico-svg:first-child { transform: translate(150%, -150%); }
.btn:hover .btn-ico-svg--copy { transition: transform .3s ease-in-out .1s; transform: translate(0); }
/* cores do ícone por variante, invertendo no hover */
.btn-accent .btn-ico { background: #fff; color: var(--accent); }
.btn-accent:hover .btn-ico { background: var(--accent); color: #fff; }
.btn-light .btn-ico { background: var(--accent); color: #fff; }
.btn-light:hover .btn-ico { background: #fff; color: var(--accent); }

.cta-note { font-size: 0.92rem; color: var(--muted); margin-top: 14px; }
.section--dark .cta-note { color: var(--muted-dark); }

/* check bullet */
.checks { list-style: none; display: grid; gap: 14px; }
.checks li { display: flex; align-items: flex-start; gap: 13px; line-height: 1.4; }
.checks .tick {
  flex: none; width: 24px; height: 24px; border-radius: 7px; margin-top: 1px;
  background: var(--accent-tint); color: var(--accent);
  display: grid; place-items: center; font-size: 13px; font-weight: 800;
}
.section--dark .checks .tick { background: rgba(233,107,34,0.18); }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px var(--gutter);
  transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
}
.nav.scrolled {
  background: rgba(252,251,250,0.88);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
  padding-block: 12px;
}
.brand { display: flex; align-items: center; gap: 11px; font-family: var(--font-display); font-weight: 800; font-size: 1.35rem; letter-spacing: -0.01em; color: #fff; }
.nav.scrolled .brand { color: var(--ink); }
.brand .mark {
  width: 34px; height: 34px; border-radius: 9px; display: grid; place-items: center;
  background: var(--accent); color: #fff; font-weight: 800; font-size: 1.15rem;
}
.brand small { display:block; font-family: var(--font-body); font-weight: 500; font-size: .58rem; letter-spacing: .12em; text-transform: uppercase; opacity: .7; margin-top: -2px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 0.96rem; font-weight: 500; color: rgba(255,255,255,0.82); transition: color .2s; }
.nav-links a:hover { color: #fff; }
.nav.scrolled .nav-links a { color: var(--ink-soft); }
.nav.scrolled .nav-links a:hover { color: var(--accent); }
.nav .btn { padding: 12px 24px; font-size: 0.95rem; }
.nav-cta-mobile { display: none; }
@media (max-width: 880px) {
  .nav-links { display: none; }
}

/* ============================================================
   HERO (dark)
   ============================================================ */
.hero {
  position: relative; background: var(--black); color: #fff; overflow: hidden;
  display: flex; flex-direction: column;
}
.hero__art { position: relative; width: 100%; line-height: 0; }
.hero__art img { width: 100%; display: block; }
.hero__art img.art-mobile { display: none; }
/* fade the bottom of the art into the black text band */
.hero__art::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 34%;
  background: linear-gradient(180deg, rgba(10,9,8,0) 0%, rgba(10,9,8,0.7) 52%, var(--black) 96%);
  pointer-events: none;
}
.hero::after { content: ""; position: absolute; inset: 0; z-index: 3; background: #0a0908; opacity: var(--scrim-boost, 0); pointer-events: none; }
.hero__text {
  position: relative; z-index: 2; background: var(--black); text-align: center;
  margin-top: -2px;
  padding-top: clamp(6px, 1vw, 18px);
  padding-bottom: clamp(64px, 9vh, 104px);
}
.hero__inner { max-width: 100%; margin-inline: auto; margin-top: -100px; }
.hero h1 { margin-bottom: 22px; font-size: clamp(2.2rem, 4.4vw, 3.5rem); }
.hero .sub { color: rgba(255,255,255,0.82); font-size: clamp(1.02rem, 1.4vw, 1.22rem); max-width: 70ch; margin-inline: auto; }
.hero__cta { display: flex; flex-direction: column; align-items: center; gap: 6px; margin-top: 34px; }

/* Divider: white sheet rises over the black hero */
.sheet {
  position: relative; z-index: 5; background: var(--bg);
  margin-top: -44px;
  border-top-left-radius: 40px; border-top-right-radius: 40px;
}
.sheet::before {
  content: ""; position: absolute; top: -1px; left: 8%; right: 8%; height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  box-shadow: 0 0 24px 2px rgba(233,107,34,0.55);
}

/* ============================================================
   STATS (autoridade)
   ============================================================ */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 8px; }
.stat { padding: 30px 30px 28px; border: 1px solid var(--line); border-radius: var(--r-card); background: #fff; box-shadow: var(--shadow-sm); }
.stat .num { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.2rem, 3.4vw, 3rem); color: var(--accent); line-height: 1; letter-spacing: -0.02em; }
.stat .label { margin-top: 12px; color: var(--muted); font-size: 0.98rem; line-height: 1.45; }
.authority { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 72px); align-items: center; }
@media (max-width: 860px){ .authority{ grid-template-columns: 1fr; } .stats{ gap:16px; } }
@media (max-width: 560px){ .stats{ grid-template-columns: 1fr; } }

/* ============================================================
   NUMBERED POINTS (dor)
   ============================================================ */
.points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 12px; }
.point { background: #fff; border: 1px solid var(--line); border-radius: var(--r-card); padding: 30px; box-shadow: var(--shadow-sm); }
.point .n { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; color: #fff; background: var(--accent); width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; margin-bottom: 18px; }
.point h3 { margin-bottom: 8px; }
.point p { color: var(--muted); font-size: 1rem; }
.closing { margin-top: clamp(36px,4vw,52px); font-family: var(--font-display); font-size: clamp(1.15rem,1.7vw,1.45rem); font-weight: 600; letter-spacing: -0.01em; max-width: 50ch; }
.closing .hl { color: var(--accent); }
@media (max-width: 760px){ .points{ grid-template-columns: 1fr; } }

/* ============================================================
   CARD GRID (método / para quem)
   ============================================================ */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-card);
  padding: 32px 30px; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card .ic {
  width: 48px; height: 48px; border-radius: 13px; margin-bottom: 20px;
  background: var(--accent-tint); color: var(--accent);
  display: grid; place-items: center;
}
.card .ic svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: 9px; }
.card p { color: var(--muted); font-size: 1rem; }
.section--tint .card, .section--tint .point, .section--tint .stat { background: #fff; }
@media (max-width: 900px){ .cards{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px){ .cards{ grid-template-columns: 1fr; } }

/* ============================================================
   ENTREGÁVEIS (checklist split)
   ============================================================ */
.deliver { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(40px,5vw,80px); align-items: start; }
.deliver .checks { columns: 2; column-gap: 36px; }
.deliver .checks li { break-inside: avoid; margin-bottom: 14px; }
@media (max-width: 860px){ .deliver{ grid-template-columns: 1fr; } }
@media (max-width: 520px){ .deliver .checks{ columns: 1; } }

/* ============================================================
   BÔNUS
   ============================================================ */
.bonus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.bonus {
  position: relative; background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-card); padding: 36px; box-shadow: var(--shadow-sm); overflow: hidden;
}
.bonus .tag { font-size: 0.76rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent); }
.bonus h3 { margin: 12px 0 10px; }
.bonus p { color: var(--muted); }
.bonus-note { margin-top: 30px; text-align: center; color: var(--muted); max-width: 60ch; margin-inline: auto; }
@media (max-width: 700px){ .bonus-grid{ grid-template-columns: 1fr; } }

/* ============================================================
   PROFESSORES — carousel (1080×1450 ≈ 3:4 portrait)
   ============================================================ */
.carousel { position: relative; margin-top: 8px; }
.track {
  display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding: 6px 4px 24px; scrollbar-width: none;
  scroll-padding-left: 4px;
}
.track::-webkit-scrollbar { display: none; }
.prof {
  flex: 0 0 clamp(240px, 26vw, 308px); scroll-snap-align: start;
}
.prof .photo {
  width: 100%; aspect-ratio: 1080 / 1440; border-radius: var(--r-card);
  overflow: hidden; background: #0e0c0b; position: relative; box-shadow: var(--shadow-sm);
}
.prof .photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.prof image-slot { width: 100%; height: 100%; display: block; }
.prof .meta { padding: 18px 4px 0; }
.prof .meta .name { font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; letter-spacing: -0.01em; }
.prof .meta .disc { color: var(--accent); font-weight: 600; font-size: 0.95rem; margin-top: 3px; }
.carousel-ctrl { display: flex; gap: 12px; justify-content: flex-end; margin-bottom: 26px; }
.carousel-ctrl button {
  width: 50px; height: 50px; border-radius: 50%; border: 1px solid var(--line);
  background: #fff; color: var(--ink); cursor: pointer; display: grid; place-items: center;
  transition: background .2s, color .2s, border-color .2s, transform .15s;
}
.carousel-ctrl button:hover { background: var(--accent); color: #fff; border-color: var(--accent); }
.carousel-ctrl button:active { transform: scale(0.94); }
.carousel-ctrl button svg { width: 20px; height: 20px; }
.prof-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }

/* ============================================================
   PLANOS
   ============================================================ */
.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; max-width: 960px; margin-inline: auto; }
.plan {
  display: flex; flex-direction: column; border-radius: 26px; padding: 38px 34px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-md); position: relative;
}
.plan--black { background: var(--black); color: #fff; border-color: #2a2520; }
.plan .badge {
  position: absolute; top: -14px; left: 34px;
  background: var(--accent); color: #fff; font-size: 0.74rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 7px 16px; border-radius: var(--r-pill);
  box-shadow: var(--shadow-accent);
}
.plan h3 { font-size: 1.7rem; }
.plan .ptag { color: var(--muted); font-size: 1rem; margin-top: 8px; }
.plan--black .ptag { color: var(--muted-dark); }
.plan .position { font-size: 0.98rem; color: var(--ink-soft); margin-top: 16px; }
.plan--black .position { color: rgba(255,255,255,0.78); }
.plan .checks { margin: 26px 0; }
.plan .checks li { font-size: 0.98rem; }
.plan--black .checks li { color: rgba(255,255,255,0.92); }
.plan .price { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); }
.plan--black .price { border-color: var(--line-dark); }
.plan .price .from { color: var(--muted); font-size: 0.95rem; }
.plan--black .price .from { color: var(--muted-dark); }
.plan .price .from s { opacity: 0.8; }
.plan .price .now { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem,4vw,3rem); letter-spacing: -0.02em; line-height: 1; margin: 6px 0; }
.plan--black .price .now { color: #fff; }
.plan .price .install { color: var(--muted); font-size: 0.9rem; }
.plan--black .price .install { color: var(--muted-dark); }
.plan .btn { margin-top: 24px; }
@media (max-width: 760px){ .plans{ grid-template-columns: 1fr; } }

/* ============================================================
   COMPARATIVO
   ============================================================ */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.compare .col { background: #fff; border: 1px solid var(--line); border-radius: var(--r-card); padding: 32px; box-shadow: var(--shadow-sm); }
.compare .col.black-col { background: var(--black); color: #fff; }
.compare .col h3 { color: var(--accent); margin-bottom: 10px; }
.compare .col.black-col h3 { color: #fff; }
.compare .col p { color: var(--muted); }
.compare .col.black-col p { color: var(--muted-dark); }
.decision { margin-top: 30px; text-align: center; font-family: var(--font-display); font-weight: 600; font-size: clamp(1.05rem,1.5vw,1.3rem); letter-spacing: -0.01em; max-width: 60ch; margin-inline: auto; line-height: 1.35; }
@media (max-width: 700px){ .compare{ grid-template-columns: 1fr; } }

/* ---- Depoimentos (carrossel vertical) ---- */
.testi { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.testi-head { align-self: center; }
.testi-marquee {
  display: grid; grid-template-columns: 1fr 1fr; gap: 20px;
  height: 560px; overflow: hidden; position: relative;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 12%, #000 88%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0, #000 12%, #000 88%, transparent 100%);
}
.testi-col { overflow: hidden; }
.testi-track { display: flex; flex-direction: column; gap: 20px; will-change: transform; }
.testi-track--up { animation: testiUp 36s linear infinite; }
.testi-track--down { animation: testiDown 36s linear infinite; }
.testi-marquee:hover .testi-track { animation-play-state: paused; }
@keyframes testiUp { from { transform: translateY(0); } to { transform: translateY(-50%); } }
@keyframes testiDown { from { transform: translateY(-50%); } to { transform: translateY(0); } }
.testi-card { background: #fff; border-radius: var(--r-card); padding: 24px 26px; box-shadow: var(--shadow-sm); }
.testi-card .stars { color: var(--accent); letter-spacing: 3px; font-size: 1rem; line-height: 1; margin-bottom: 12px; }
.testi-card blockquote { color: var(--ink-soft); line-height: 1.55; font-size: 0.97rem; }
.testi-card figcaption { margin-top: 16px; font-family: var(--font-display); font-weight: 700; font-size: 0.9rem; color: var(--ink); }
@media (max-width: 860px) {
  .testi { grid-template-columns: 1fr; gap: 28px; }
  .testi-marquee { grid-template-columns: 1fr; height: 460px; }
  .testi-col--2 { display: none; }
}
@media (prefers-reduced-motion: reduce){ .testi-track { animation: none; } }

/* ============================================================
   OBJEÇÕES
   ============================================================ */
.objections { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.obj { background: #fff; border: 1px solid var(--line); border-radius: var(--r-card); padding: 30px; box-shadow: var(--shadow-sm); }
.obj .q { font-family: var(--font-display); font-weight: 700; font-size: 1.18rem; letter-spacing: -0.01em; position: relative; padding-left: 22px; margin-bottom: 10px; }
.obj .q::before { content: ""; position: absolute; left: 0; top: 4px; bottom: 4px; width: 4px; border-radius: 4px; background: var(--accent); }
.obj p { color: var(--muted); font-size: 1rem; }
@media (max-width: 700px){ .objections{ grid-template-columns: 1fr; } }

/* ============================================================
   FAQ accordion
   ============================================================ */
.faq { max-width: 820px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
  width: 100%; background: none; border: none; cursor: pointer; text-align: left;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 26px 4px; font-family: var(--font-display); font-weight: 600;
  font-size: clamp(1.05rem, 1.5vw, 1.25rem); color: var(--ink); letter-spacing: -0.01em;
}
.faq-q .pm { flex: none; width: 30px; height: 30px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; transition: background .2s, transform .25s, color .2s, border-color .2s; }
.faq-q .pm svg { width: 16px; height: 16px; }
.faq-item.open .faq-q .pm { background: var(--accent); color: #fff; border-color: var(--accent); transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a p { padding: 0 4px 26px; color: var(--muted); font-size: 1.04rem; max-width: 70ch; }

/* ============================================================
   CTA FINAL (dark)
   ============================================================ */
.cta-final { text-align: center; }
.cta-final h2 { max-width: 18ch; margin-inline: auto; }
.cta-final .lead { margin: 22px auto 36px; }
.cta-final .btn { margin-inline: auto; }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: var(--black); color: rgba(255,255,255,0.6); padding: 40px var(--gutter); border-top: 1px solid var(--line-dark); }
.footer .wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding-inline: 0; }
.footer .brand { color: #fff; font-size: 1.1rem; }
.footer small { font-size: 0.88rem; }

/* ============================================================
   STICKY CTA bar (mobile + on-scroll)
   ============================================================ */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 55;
  background: rgba(252,251,250,0.92); backdrop-filter: blur(14px);
  box-shadow: 0 -1px 0 var(--line), 0 -10px 30px rgba(0,0,0,0.06);
  padding: 12px var(--gutter);
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  transform: translateY(120%); transition: transform .35s ease;
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta .txt { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.01em; }
.sticky-cta .txt small { display: block; font-family: var(--font-body); font-weight: 500; color: var(--muted); font-size: 0.82rem; }
.sticky-cta .btn { padding: 14px 28px; }
@media (max-width: 560px){ .sticky-cta .txt small { display: none; } .sticky-cta .txt { font-size: 0.95rem; } }

/* ---- Reveal on scroll --------------------------------------------- */
/* Fails open: hidden start-state only when JS adds .js-reveal to <html> */
.js-reveal .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.7,.3,1), transform .7s cubic-bezier(.2,.7,.3,1); }
.js-reveal .reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce){ .js-reveal .reveal{ opacity:1; transform:none; } html{ scroll-behavior:auto; } }

/* ============================================================
   MOBILE HERO IMAGE SWAP
   ============================================================ */
@media (max-width: 760px) {
  .hero__art img.art-desktop { display: none; }
  .hero__art img.art-mobile { display: block; }
  .hero__art::after { height: 26%; }
  .hero__text { margin-top: -2px; padding-bottom: 88px; }
  .hero__inner { max-width: 100%; margin-top: -64px; }
  .hero h1 { font-size: clamp(2.1rem, 9vw, 2.9rem); }
  .hero__cta { align-items: stretch; width: 100%; }
  .hero__cta .btn { width: 100%; }
}

/* tighten very small screens */
@media (max-width: 420px){
  body { font-size: 17px; }
  .btn { padding: 16px 26px; }
}
