/* Recsun — landing page de simulação (SDR). Cores medidas na marca: azul #062FE9, amarelo #FFC600. */
@font-face {
  font-family: "Jakarta";
  src: url("/assets/fonts/plus-jakarta-sans-latin.woff2") format("woff2");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --navy-950: #030822;
  --navy-900: #050B2E;
  --navy-800: #0A1450;
  --navy-700: #122070;
  --blue: #062FE9;
  --blue-600: #0526C4;
  --blue-300: #8EA2FF;
  --blue-50: #EEF2FF;
  --sun: #FFC600;
  --sun-400: #FFD43D;
  --sun-50: #FFF8DB;
  --green: #0A7A4B;
  --green-500: #12B76A;
  --green-50: #E8F7EF;
  --wa: #15803D;
  --ink: #0B1233;
  --ink-2: #39415F;
  --muted: #646C88;
  --line: #E3E7F1;
  --bg: #FFFFFF;
  --bg-soft: #F5F7FC;
  --radius: 20px;
  --radius-lg: 28px;
  --shadow-card: 0 1px 2px rgba(5, 11, 46, .06), 0 12px 32px -12px rgba(5, 11, 46, .18);
  --shadow-float: 0 30px 80px -20px rgba(3, 8, 34, .55), 0 2px 6px rgba(3, 8, 34, .2);
  --ease: cubic-bezier(.2, .7, .2, 1);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Jakarta", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3 { margin: 0; line-height: 1.12; letter-spacing: -.025em; font-weight: 800; }
h2 { font-size: clamp(1.75rem, 1.2rem + 2.2vw, 2.75rem); }
h3 { font-size: 1.125rem; letter-spacing: -.01em; }
p { margin: 0; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.center { text-align: center; }
.ic { width: 1.25em; height: 1.25em; flex: none; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
:focus-visible { outline: 3px solid var(--sun); outline-offset: 3px; border-radius: 10px; }

/* ── Botões ─────────────────────────────────────────────────────────────── */
.btn {
  --h: 54px;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: var(--h); padding: 0 28px; border: 0; border-radius: 999px;
  font-weight: 700; font-size: 1rem; letter-spacing: -.005em; text-decoration: none;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background-color .2s;
}
.btn:active { transform: translateY(1px) scale(.99); }
.btn .ic { transition: transform .2s var(--ease); }
.btn:hover .ic { transform: translateX(3px); }
.btn--sun { background: var(--sun); color: var(--navy-950); box-shadow: 0 10px 30px -10px rgba(255, 198, 0, .7); }
.btn--sun:hover { background: var(--sun-400); box-shadow: 0 14px 36px -10px rgba(255, 198, 0, .85); }
.btn--blue { background: var(--blue); color: #fff; box-shadow: 0 10px 30px -12px rgba(6, 47, 233, .7); }
.btn--blue:hover { background: var(--blue-600); }
.btn--ghost { background: transparent; color: #fff; box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .35); }
.btn--ghost:hover { box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, .8); }
.btn--wa { background: var(--wa); color: #fff; box-shadow: 0 12px 30px -12px rgba(21, 128, 61, .8); }
.btn--wa:hover { background: #116B33; }
.btn--sm { --h: 42px; padding: 0 18px; font-size: .9375rem; }
.btn--lg { --h: 60px; padding: 0 34px; font-size: 1.0625rem; }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .55; cursor: not-allowed; transform: none; }
.linkbtn { background: none; border: 0; padding: 6px 0; color: var(--muted); font-size: .9375rem; text-decoration: underline; text-underline-offset: 3px; }
.linkbtn:hover { color: var(--ink); }

/* ── Topo ───────────────────────────────────────────────────────────────── */
.topbar {
  position: sticky; top: 0; z-index: 40;
  background: var(--navy-900);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}
.topbar__in { display: flex; align-items: center; gap: 20px; height: 68px; }
.brand img { height: 30px; width: auto; }
.topbar__tag { display: none; align-items: center; gap: 8px; margin-left: auto; color: rgba(255, 255, 255, .72); font-size: .875rem; font-weight: 500; }
.topbar__tag .ic { color: var(--sun); width: 1.1em; height: 1.1em; }
.topbar .btn { margin-left: auto; }
@media (min-width: 900px) { .topbar__tag { display: inline-flex; } .topbar .btn { margin-left: 8px; } }

/* ── Eyebrow / destaques ────────────────────────────────────────────────── */
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; font-size: .8125rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--blue); }
.eyebrow::before { content: ""; width: 22px; height: 2px; border-radius: 2px; background: currentColor; }
.eyebrow--sun { color: var(--sun); }
.eyebrow--sun::before { display: none; }
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 4px rgba(255, 198, 0, .18); animation: pulse 2.4s ease-in-out infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 7px rgba(255, 198, 0, .06); } }
.hl { color: var(--sun); white-space: nowrap; }
.hl-blue { color: var(--blue); }
.lead { font-size: 1.125rem; color: var(--ink-2); max-width: 62ch; }

/* ── Hero ───────────────────────────────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden; color: #fff;
  background:
    radial-gradient(900px 520px at 85% -10%, rgba(255, 198, 0, .16), transparent 60%),
    radial-gradient(800px 600px at -10% 110%, rgba(6, 47, 233, .45), transparent 60%),
    linear-gradient(180deg, var(--navy-900) 0%, var(--navy-800) 100%);
}
.hero__sun { position: absolute; right: -60px; top: -40px; width: 520px; height: auto; opacity: .07; transform: rotate(-8deg); pointer-events: none; }
.hero__grid { position: relative; display: flex; flex-direction: column; gap: 22px; padding-top: 36px; padding-bottom: 56px; }
.hero__copy { display: contents; }
.hero__copy .eyebrow { order: 1; margin-bottom: 0; }
.hero__title { order: 2; font-size: clamp(2.3rem, 1.5rem + 3.6vw, 4rem); line-height: 1.04; letter-spacing: -.03em; max-width: 13ch; }
.hero__sub { order: 3; font-size: 1.0625rem; color: rgba(255, 255, 255, .78); max-width: 56ch; }
.hero__quiz { order: 4; }
.proof { order: 5; list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.proof li { display: flex; align-items: center; gap: 10px; font-size: .9375rem; font-weight: 600; color: rgba(255, 255, 255, .9); }
.proof .ic { color: var(--navy-950); background: var(--sun); border-radius: 50%; padding: 3px; width: 22px; height: 22px; stroke-width: 3; }
.hero__photo { order: 6; position: relative; margin: 6px 0 0; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-float); }
.hero__photo img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.hero__photo figcaption {
  position: absolute; left: 14px; bottom: 14px; right: 14px; display: grid; gap: 2px; padding: 12px 16px;
  border-radius: 16px; background: rgba(3, 8, 34, .62); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .12); font-size: .875rem; color: rgba(255, 255, 255, .8);
}
.hero__photo figcaption strong { color: #fff; font-size: .9375rem; }

@media (min-width: 1024px) {
  .hero__grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr); gap: 28px 64px; padding-top: 64px; padding-bottom: 88px; align-items: start; }
  .hero__copy { display: flex; flex-direction: column; gap: 24px; padding-top: 12px; }
  .hero__quiz { position: sticky; top: 92px; }
  .proof { grid-template-columns: 1fr 1fr; gap: 12px 20px; }
  .hero__photo img { aspect-ratio: 16 / 9; }
}

/* ── Quiz (o SDR da página) ─────────────────────────────────────────────── */
.quiz {
  position: relative; color: var(--ink); background: #fff; border-radius: var(--radius-lg);
  box-shadow: var(--shadow-float); padding: 22px 20px 22px; scroll-margin-top: 84px;
}
.quiz::before { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; background: linear-gradient(160deg, rgba(255, 198, 0, .9), rgba(6, 47, 233, .5) 45%, transparent 70%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.quiz__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.quiz__title { font-size: 1.25rem; font-weight: 800; letter-spacing: -.02em; }
.quiz__meta { display: flex; align-items: center; gap: 6px; margin-top: 2px; font-size: .8125rem; color: var(--muted); font-weight: 500; }
.quiz__meta .ic { width: 1em; height: 1em; }
.quiz__step { flex: none; font-size: .8125rem; font-weight: 700; color: var(--blue); background: var(--blue-50); border-radius: 999px; padding: 4px 10px; }
.quiz__step:empty { display: none; }
.quiz__bar { height: 6px; border-radius: 6px; background: #EDF0F7; margin: 16px 0 20px; overflow: hidden; }
.quiz__bar span { display: block; height: 100%; width: 0; border-radius: inherit; background: linear-gradient(90deg, var(--blue), var(--sun)); transition: width .45s var(--ease); }
.quiz__body { min-height: 300px; }
.quiz__trust { display: flex; align-items: center; justify-content: center; gap: 8px; margin-top: 14px; font-size: .8125rem; color: rgba(255, 255, 255, .66); text-align: center; }
.quiz__trust .ic { width: 1.05em; height: 1.05em; color: var(--sun); }
@media (min-width: 600px) { .quiz { padding: 28px 28px 26px; } }

.q-enter { animation: qIn .38s var(--ease) both; }
@keyframes qIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.q-title { font-size: 1.3125rem; font-weight: 800; letter-spacing: -.02em; line-height: 1.25; margin-bottom: 6px; }
.q-help { font-size: .9375rem; color: var(--muted); margin-bottom: 18px; }
.q-opts { display: grid; gap: 10px; }
.opt {
  display: flex; align-items: center; gap: 14px; width: 100%; min-height: 64px; padding: 12px 16px; text-align: left;
  background: #fff; color: var(--ink); border: 1.5px solid var(--line); border-radius: 16px;
  font-weight: 650; font-size: 1rem; transition: border-color .15s, background-color .15s, transform .15s var(--ease), box-shadow .15s;
}
.opt:hover { border-color: var(--blue-300); background: #FAFBFF; }
.opt:active { transform: scale(.99); }
.opt[aria-pressed="true"] { border-color: var(--blue); background: var(--blue-50); box-shadow: 0 0 0 3px rgba(6, 47, 233, .12); }
.opt__ic { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 12px; background: var(--bg-soft); color: var(--blue); flex: none; }
.opt[aria-pressed="true"] .opt__ic { background: var(--blue); color: #fff; }
.opt__txt { display: grid; line-height: 1.3; }
.opt__txt small { font-weight: 500; color: var(--muted); font-size: .8125rem; }
.opt__go { margin-left: auto; color: var(--blue-300); width: 1.1em; height: 1.1em; }
.q-nav { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 18px; }
.q-back { display: inline-flex; align-items: center; gap: 6px; background: none; border: 0; padding: 8px 4px; color: var(--muted); font-weight: 600; font-size: .9375rem; }
.q-back:hover { color: var(--ink); }
.q-back .ic { width: 1.05em; height: 1.05em; }

/* slider da conta */
.bill { text-align: center; padding: 6px 0 4px; }
.bill__val { font-size: clamp(2.4rem, 2rem + 2vw, 3rem); font-weight: 800; letter-spacing: -.04em; color: var(--ink); font-variant-numeric: tabular-nums; }
.bill__val small { font-size: .45em; font-weight: 700; color: var(--muted); margin-right: 4px; letter-spacing: 0; }
.bill__per { font-size: .875rem; color: var(--muted); font-weight: 600; }
.bill__row { display: flex; align-items: center; gap: 12px; margin: 18px 0 6px; }
.bill__step { display: grid; place-items: center; width: 44px; height: 44px; flex: none; border-radius: 50%; border: 1.5px solid var(--line); background: #fff; color: var(--ink); }
.bill__step:hover { border-color: var(--blue); color: var(--blue); }
.range { -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: 8px; background: linear-gradient(90deg, var(--blue) 0%, var(--sun) var(--p, 30%), #E7EAF3 var(--p, 30%)); outline: none; }
.range::-webkit-slider-thumb { -webkit-appearance: none; width: 30px; height: 30px; border-radius: 50%; background: #fff; border: 3px solid var(--blue); box-shadow: 0 4px 14px rgba(6, 47, 233, .35); cursor: grab; }
.range::-moz-range-thumb { width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 3px solid var(--blue); box-shadow: 0 4px 14px rgba(6, 47, 233, .35); cursor: grab; }
.range:focus-visible { outline: 3px solid var(--sun); outline-offset: 6px; }
.bill__scale { display: flex; justify-content: space-between; font-size: .75rem; color: var(--muted); font-weight: 600; padding: 0 56px; }
.q-hint { display: flex; gap: 10px; align-items: flex-start; margin-top: 14px; padding: 10px 12px; border-radius: 12px; background: var(--sun-50); color: #6B5200; font-size: .875rem; font-weight: 500; }
.q-hint .ic { width: 1.1em; height: 1.1em; margin-top: 2px; }

/* campo de cidade / formulário */
.field { display: grid; gap: 6px; margin-bottom: 12px; }
.field label { font-size: .875rem; font-weight: 700; color: var(--ink-2); }
.input {
  width: 100%; height: 54px; padding: 0 16px; border-radius: 14px; border: 1.5px solid var(--line); background: #fff;
  font: inherit; font-size: 1.0625rem; color: var(--ink); transition: border-color .15s, box-shadow .15s;
}
.input::placeholder { color: #A1A8BF; }
.input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 4px rgba(6, 47, 233, .12); }
.input[aria-invalid="true"] { border-color: #D92D20; box-shadow: 0 0 0 4px rgba(217, 45, 32, .1); }
.field__err { font-size: .8125rem; color: #B42318; font-weight: 600; min-height: 0; }
.ac { position: relative; }
.ac__list { list-style: none; margin: 6px 0 0; padding: 6px; border-radius: 14px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-card); max-height: 260px; overflow: auto; }
.ac__list:empty { display: none; }
.ac__item { display: flex; align-items: center; gap: 10px; padding: 11px 12px; border-radius: 10px; font-weight: 600; cursor: pointer; }
.ac__item .ic { color: var(--muted); width: 1.05em; height: 1.05em; }
.ac__item[aria-selected="true"], .ac__item:hover { background: var(--blue-50); color: var(--blue); }
.ac__item small { margin-left: auto; font-weight: 500; color: var(--muted); font-size: .75rem; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.consent { font-size: .75rem; color: var(--muted); line-height: 1.5; margin-top: 10px; }
.consent a { color: var(--ink-2); }

/* cálculo / resultado */
.calc { display: grid; place-items: center; text-align: center; gap: 14px; min-height: 300px; }
.calc__sun { width: 64px; height: 64px; animation: spin 2.4s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.calc p { font-weight: 700; }
.calc small { color: var(--muted); font-weight: 500; }
.res__kicker { font-size: .8125rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.res__big { margin: 6px 0 2px; font-size: clamp(2rem, 1.6rem + 2vw, 2.6rem); font-weight: 800; letter-spacing: -.04em; color: var(--green); line-height: 1.1; font-variant-numeric: tabular-nums; }
.res__big small { font-size: .5em; font-weight: 700; letter-spacing: -.01em; }
.res__sub { color: var(--ink-2); font-weight: 600; font-size: .9375rem; }
.res__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 16px 0; }
.res__tile { padding: 12px; border-radius: 14px; background: var(--bg-soft); }
.res__tile span { display: block; font-size: .75rem; font-weight: 600; color: var(--muted); }
.res__tile strong { font-size: 1.0625rem; font-weight: 800; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.res__long { display: flex; gap: 10px; align-items: center; padding: 12px 14px; border-radius: 14px; background: var(--green-50); color: #064E30; font-size: .9375rem; font-weight: 600; margin-bottom: 16px; }
.res__long .ic { color: var(--green); }
.res__divider { height: 1px; background: var(--line); margin: 4px 0 16px; }
.res__cta-title { font-size: 1.0625rem; font-weight: 800; letter-spacing: -.015em; margin-bottom: 12px; }
.res__note { font-size: .75rem; color: var(--muted); margin-top: 10px; }
.nofit__ic { display: grid; place-items: center; width: 56px; height: 56px; border-radius: 16px; background: var(--sun-50); color: #8A6A00; margin-bottom: 14px; }
.done { text-align: center; padding-top: 6px; }
.done__ic { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 14px; border-radius: 50%; background: var(--green-50); color: var(--green); }
.done__ic .ic { width: 34px; height: 34px; stroke-width: 2.6; }
.done h3 { font-size: 1.375rem; margin-bottom: 8px; }
.done p { color: var(--ink-2); margin-bottom: 18px; }
.done__code { display: inline-flex; gap: 8px; align-items: center; margin: 14px 0 0; padding: 6px 12px; border-radius: 999px; background: var(--bg-soft); font-size: .8125rem; color: var(--muted); font-weight: 600; }
.done__code b { color: var(--ink); letter-spacing: .06em; }
.done__tip { display: flex; gap: 10px; text-align: left; margin-top: 18px; padding: 12px 14px; border-radius: 14px; background: var(--blue-50); color: var(--navy-800); font-size: .875rem; font-weight: 500; }
.done__tip .ic { color: var(--blue); margin-top: 2px; }

/* ── Seções ─────────────────────────────────────────────────────────────── */
.section { padding: 72px 0; }
.section--soft { background: var(--bg-soft); }
.section--navy { color: #fff; background: radial-gradient(700px 400px at 100% 0%, rgba(6, 47, 233, .35), transparent 60%), var(--navy-900); }
.section--navy .lead { color: rgba(255, 255, 255, .75); }
.section__head { max-width: 760px; margin-bottom: 40px; }
.section__head h2 + .lead { margin-top: 16px; }
.section__head--row { max-width: none; display: grid; gap: 16px; }
@media (min-width: 900px) {
  .section { padding: 104px 0; }
  .section__head--row { grid-template-columns: 1fr 1fr; align-items: end; gap: 48px; }
}
.footnote { margin-top: 18px; font-size: .8125rem; color: var(--muted); text-align: center; }

/* comparação */
.compare { display: grid; gap: 16px; }
.compare__card { position: relative; border-radius: var(--radius-lg); padding: 28px; overflow: hidden; }
.compare__card--loss { background: var(--bg-soft); border: 1px solid var(--line); }
.compare__card--win { color: #fff; background: radial-gradient(420px 260px at 100% 0%, rgba(255, 198, 0, .22), transparent 60%), linear-gradient(160deg, var(--navy-800), var(--navy-950)); box-shadow: var(--shadow-card); }
.compare__label { font-size: .875rem; font-weight: 700; color: var(--muted); }
.compare__card--win .compare__label { color: var(--sun); }
.compare__big { margin: 10px 0 2px; font-size: clamp(2.2rem, 1.6rem + 2.6vw, 3.25rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.05; }
.compare__card--loss .compare__big { color: #9A3412; }
.compare__sub { color: var(--ink-2); font-weight: 600; }
.compare__card--win .compare__sub { color: rgba(255, 255, 255, .8); }
.compare__list { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; font-size: .9375rem; }
.compare__card--loss .compare__list li { padding-left: 18px; position: relative; color: var(--ink-2); }
.compare__card--loss .compare__list li::before { content: ""; position: absolute; left: 0; top: .62em; width: 8px; height: 2px; background: #C2410C; }
.compare__card--win .compare__list li { display: flex; align-items: center; gap: 10px; }
.compare__card--win .compare__list .ic { color: var(--sun); }
.section .center { margin-top: 28px; }
@media (min-width: 800px) { .compare { grid-template-columns: 1fr 1fr; gap: 20px; } .compare__card { padding: 36px; } }

/* etapas */
.steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; counter-reset: s; }
.step { position: relative; padding: 26px 24px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-card); }
.step__n { position: absolute; top: 18px; right: 20px; font-size: 2.5rem; font-weight: 800; letter-spacing: -.05em; color: #E9EDF7; line-height: 1; }
.step__ic { width: 46px; height: 46px; padding: 11px; border-radius: 14px; background: var(--blue); color: #fff; margin-bottom: 18px; box-shadow: 0 10px 20px -10px rgba(6, 47, 233, .8); }
.step h3 { margin-bottom: 8px; }
.step p { color: var(--ink-2); font-size: .9375rem; }
@media (min-width: 700px) { .steps { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .steps { grid-template-columns: repeat(4, 1fr); gap: 18px; } }

/* obras */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 28px; }
.stat { padding: 18px 14px; border-radius: var(--radius); background: var(--bg-soft); border: 1px solid var(--line); }
.stat strong { display: block; font-size: clamp(1.25rem, 1rem + 1.4vw, 2rem); font-weight: 800; letter-spacing: -.035em; color: var(--blue); line-height: 1.1; }
.stat span { font-size: .8125rem; color: var(--muted); font-weight: 600; }
.works { display: grid; grid-auto-flow: column; grid-auto-columns: 78%; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; margin: 0 -20px; padding-left: 20px; padding-right: 20px; scrollbar-width: none; }
.works::-webkit-scrollbar { display: none; }
.work { position: relative; margin: 0; border-radius: var(--radius); overflow: hidden; scroll-snap-align: start; background: var(--navy-900); box-shadow: var(--shadow-card); }
.work img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; transition: transform .6s var(--ease); }
.work:hover img { transform: scale(1.04); }
.work figcaption { position: absolute; inset: auto 0 0 0; display: grid; gap: 2px; padding: 44px 18px 16px; color: rgba(255, 255, 255, .78); font-size: .8125rem; background: linear-gradient(180deg, transparent, rgba(3, 8, 34, .88)); }
.work figcaption strong { color: #fff; font-size: 1rem; letter-spacing: -.01em; }
.tag { justify-self: start; margin-bottom: 6px; padding: 3px 10px; border-radius: 999px; background: var(--sun); color: var(--navy-950); font-size: .6875rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
@media (min-width: 900px) {
  .works { grid-auto-flow: row; grid-template-columns: repeat(3, 1fr); grid-auto-columns: auto; overflow: visible; margin: 0; padding: 0; gap: 18px; }
}

/* b2b */
.b2b { display: grid; gap: 40px; align-items: center; }
.b2b h2 { margin-bottom: 16px; }
.ticks { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 12px; }
.ticks li { display: flex; gap: 12px; align-items: center; font-weight: 600; }
.ticks .ic { color: var(--navy-950); background: var(--sun); border-radius: 50%; padding: 3px; width: 22px; height: 22px; stroke-width: 3; }
.b2b__note { margin-top: 18px; font-size: .9375rem; color: rgba(255, 255, 255, .66); }
.b2b__ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.b2b__media { position: relative; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-float); }
.b2b__media img { width: 100%; aspect-ratio: 4 / 4.2; object-fit: cover; object-position: center 40%; }
.b2b__badge { position: absolute; left: 16px; bottom: 16px; padding: 14px 18px; border-radius: 18px; background: #fff; color: var(--ink); box-shadow: var(--shadow-card); display: grid; }
.b2b__badge strong { font-size: 1.75rem; letter-spacing: -.04em; color: var(--blue); line-height: 1.1; }
.b2b__badge span { font-size: .8125rem; font-weight: 600; color: var(--muted); }
@media (min-width: 1000px) { .b2b { grid-template-columns: 1.1fr .9fr; gap: 72px; } }

/* equipamento */
.gear { display: grid; gap: 36px; align-items: center; }
.gear__media { border-radius: var(--radius-lg); overflow: hidden; background: #F2F2F2; box-shadow: var(--shadow-card); }
.gear__media img { width: 100%; aspect-ratio: 16 / 11; object-fit: cover; }
.gear h2 { margin-bottom: 28px; }
.features { display: grid; gap: 18px; }
.feature { display: flex; gap: 16px; }
.feature > .ic { width: 44px; height: 44px; padding: 10px; border-radius: 14px; background: var(--blue-50); color: var(--blue); }
.feature h3 { margin-bottom: 4px; font-size: 1.0625rem; }
.feature p { color: var(--ink-2); font-size: .9375rem; }
@media (min-width: 700px) { .features { grid-template-columns: 1fr 1fr; gap: 24px; } }
@media (min-width: 1000px) { .gear { grid-template-columns: .9fr 1.1fr; gap: 64px; } }

/* faq */
.faq__list { display: grid; gap: 10px; max-width: 880px; }
.faq details { border-radius: 16px; background: #fff; border: 1px solid var(--line); transition: box-shadow .2s; }
.faq details[open] { box-shadow: var(--shadow-card); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; font-weight: 700; font-size: 1.0625rem; letter-spacing: -.01em; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ic { color: var(--blue); transition: transform .25s var(--ease); }
.faq details[open] summary .ic { transform: rotate(45deg); }
.faq details p { padding: 0 20px 20px; color: var(--ink-2); }

/* cta final */
.final { position: relative; overflow: hidden; color: #fff; text-align: center; padding: 88px 0; background: radial-gradient(700px 380px at 50% 120%, rgba(255, 198, 0, .22), transparent 65%), radial-gradient(600px 400px at 0% 0%, rgba(6, 47, 233, .4), transparent 60%), var(--navy-950); }
.final__sun { position: absolute; left: 50%; top: 50%; width: 460px; transform: translate(-50%, -50%) rotate(12deg); opacity: .06; pointer-events: none; }
.final__in { position: relative; display: grid; justify-items: center; gap: 16px; }
.final h2 { max-width: 18ch; }
.final p { color: rgba(255, 255, 255, .75); font-size: 1.125rem; margin-bottom: 10px; }

/* rodapé */
.footer { background: var(--navy-950); color: rgba(255, 255, 255, .62); font-size: .875rem; padding: 40px 0 120px; border-top: 1px solid rgba(255, 255, 255, .06); }
.footer__in { display: grid; gap: 20px; }
.footer img { width: 200px; height: auto; }
.footer address { font-style: normal; line-height: 1.7; }
.footer a { color: rgba(255, 255, 255, .85); }
.footer__legal { font-size: .8125rem; }
@media (min-width: 900px) { .footer { padding-bottom: 40px; } .footer__in { grid-template-columns: auto 1fr auto; align-items: center; gap: 48px; } .footer__legal { text-align: right; } }

/* aviso de cookies (LGPD) */
.btn--line { background: #fff; color: var(--ink); box-shadow: inset 0 0 0 1.5px var(--line); }
.btn--line:hover { box-shadow: inset 0 0 0 1.5px var(--ink-2); }
.consent-bar {
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 60; display: grid; gap: 14px;
  padding: 16px 18px; border-radius: 20px; background: #fff; color: var(--ink-2); font-size: .875rem; line-height: 1.5;
  box-shadow: 0 20px 60px -12px rgba(3, 8, 34, .45), 0 0 0 1px rgba(5, 11, 46, .06);
  transform: translateY(130%); transition: transform .35s var(--ease);
}
.consent-bar.is-on { transform: none; }
.consent-bar strong { color: var(--ink); }
.consent-bar a { color: var(--blue); }
.consent-bar__btns { display: flex; gap: 10px; justify-content: flex-end; }
.consent-bar__btns .btn { flex: 1; }
@media (min-width: 700px) { .consent-bar { left: 24px; right: auto; bottom: 24px; max-width: 460px; } .consent-bar__btns .btn { flex: none; } }

/* barra fixa (mobile) */
.stickybar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); background: rgba(255, 255, 255, .9); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 -10px 30px rgba(5, 11, 46, .12); transform: translateY(110%); transition: transform .3s var(--ease); }
.stickybar.is-on { transform: none; }
@media (min-width: 1024px) { .stickybar { display: none !important; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
