/* OTBuild — site público. Identidade: marrom escuro + dourado, Cinzel (títulos) + Spectral (texto). */

@font-face { font-family: "Cinzel"; src: url("../fonts/cinzel-latin.woff2") format("woff2"); font-weight: 400 900; font-display: swap; }
@font-face { font-family: "Spectral"; src: url("../fonts/spectral-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Spectral"; src: url("../fonts/spectral-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Spectral"; src: url("../fonts/spectral-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Spectral"; src: url("../fonts/spectral-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Cinzel Decorative"; src: url("../fonts/CinzelDecorative-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }

:root {
  --bg: #1c0f07;
  --bg-deep: #140a04;
  --field: #241407;
  --panel: #2b1a0f;
  --panel-hi: #33200f;
  --gold: #d4a843;
  --gold-hi: #e8c775;
  --gold-lo: #8c6a1f;
  --cream: #f1e2bc;
  --text: #ecdcb8;
  --muted: #c9b48c;
  --dim: #8a7256;
  --danger: #c0554a;
  --ok: #7fb069;
  --line: rgba(212, 168, 67, 0.25);
  --line-soft: rgba(212, 168, 67, 0.14);
  --gutter: clamp(20px, 5vw, 72px);
  --maxw: 1200px;
  --radius: 16px;
  --display: "Cinzel", "Times New Roman", serif;
  --body: "Spectral", Georgia, serif;
  --logo: "Cinzel Decorative", "Cinzel", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--text);
  font-family: var(--body); font-size: 17px; line-height: 1.65; text-wrap: pretty;
}
img { max-width: 100%; display: block; }
a { color: var(--gold); text-decoration: none; text-underline-offset: 3px; }
a:hover { color: var(--gold-hi); }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 6px; }
h1, h2, h3 { font-family: var(--display); color: var(--cream); margin: 0; line-height: 1.18; letter-spacing: 0.01em; }
p { margin: 0; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--gutter); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 12px; top: -60px; background: var(--gold); color: #241407; padding: 10px 16px; border-radius: 10px; font-weight: 600; z-index: 200; }
.skip:focus { top: 12px; }

/* ---------- botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; white-space: nowrap;
  font: 600 16px/1 var(--body); padding: 15px 28px; border-radius: 999px; border: 1px solid transparent;
  cursor: pointer; transition: transform .12s ease, background .15s ease, color .15s ease, box-shadow .12s ease, border-color .15s ease;
}
.btn-primary { background: var(--gold); color: #241407; box-shadow: 0 3px 0 var(--gold-lo); }
.btn-primary:hover { background: var(--gold-hi); color: #241407; transform: translateY(-1px); box-shadow: 0 4px 0 var(--gold-lo); }
.btn-primary:active { transform: translateY(2px); box-shadow: 0 1px 0 var(--gold-lo); }
.btn-ghost { border-color: var(--gold); color: var(--gold); background: rgba(28, 15, 7, 0.35); }
.btn-ghost:hover { background: var(--gold); color: #241407; }
.btn-lg { padding: 18px 34px; font-size: 18px; }
.btn-sm { padding: 10px 20px; font-size: 14px; }
.btn svg { width: 1.1em; height: 1.1em; flex: none; }

/* ---------- cabeçalho ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(20, 10, 4, 0.82); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.site-header .wrap { display: flex; align-items: center; gap: 20px; min-height: 68px; }
.brand { font-family: var(--logo); font-weight: 700; font-size: 26px; letter-spacing: 0.02em; color: var(--gold); margin-right: auto; line-height: 1; }
.brand:hover { color: var(--gold-hi); }
.nav { display: flex; align-items: center; gap: 4px; }
.nav a.link { color: var(--text); font-size: 15px; padding: 10px 12px; border-radius: 10px; white-space: nowrap; }
.nav a.link:hover { color: var(--gold-hi); background: rgba(212, 168, 67, 0.08); }
.pill-online {
  display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--muted);
  border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px; background: rgba(43, 26, 15, 0.7); white-space: nowrap;
}
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--dim); flex: none; }
.dot.on { background: var(--ok); box-shadow: 0 0 0 0 rgba(127, 176, 105, 0.6); animation: pulse 2.2s ease-out infinite; }
.dot.off { background: var(--danger); }
@keyframes pulse { 70% { box-shadow: 0 0 0 9px rgba(127, 176, 105, 0); } 100% { box-shadow: 0 0 0 0 rgba(127, 176, 105, 0); } }
.menu-btn { display: none; background: none; border: 1px solid var(--line); color: var(--gold); border-radius: 10px; padding: 9px 13px; font: 600 14px var(--body); cursor: pointer; }

/* ---------- hero ---------- */
.hero { position: relative; isolation: isolate; overflow: hidden; border-bottom: 1px solid var(--line-soft); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -2;
  background: url("../img/hero.jpg") center 30% / cover no-repeat; transform: scale(1.04);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(20, 10, 4, 0.30) 0%, rgba(28, 15, 7, 0.50) 62%, var(--bg) 100%),
    linear-gradient(90deg, rgba(20, 10, 4, 0.88) 0%, rgba(20, 10, 4, 0.55) 42%, rgba(20, 10, 4, 0.12) 100%);
}
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); gap: clamp(28px, 5vw, 72px); align-items: center; padding-block: clamp(56px, 9vw, 112px) clamp(48px, 7vw, 88px); }
.eyebrow { font: 600 13px/1.4 var(--display); letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 12px; }
.eyebrow::before { content: ""; width: 34px; height: 1px; background: var(--gold); opacity: .7; }
.hero h1 { font-size: clamp(34px, 4.5vw, 58px); font-weight: 700; margin-top: 18px; text-shadow: 0 2px 24px rgba(0, 0, 0, .55); }
.hero h1 em { font-style: normal; color: var(--gold); display: block; }
.hero .lead { font-size: clamp(17px, 1.6vw, 20px); color: var(--text); max-width: 54ch; margin-top: 22px; text-shadow: 0 1px 12px rgba(0, 0, 0, .7); }
.hero .cta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero .stats { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; font-size: 15px; color: var(--muted); }
.hero .stats span { display: inline-flex; align-items: center; gap: 8px; }
.hero .stats b { color: var(--cream); font-family: var(--display); font-weight: 600; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.chip { font: 600 12px/1 var(--display); letter-spacing: .1em; text-transform: uppercase; color: var(--gold); border: 1px solid var(--line); background: rgba(43, 26, 15, .65); padding: 8px 12px; border-radius: 8px; }

/* moldura de navegador */
.browser {
  border: 1px solid rgba(212, 168, 67, .38); border-radius: 14px; background: #0f0803; overflow: hidden;
  box-shadow: 0 30px 70px -20px rgba(0, 0, 0, .8), 0 0 0 1px rgba(0, 0, 0, .5), 0 0 60px rgba(212, 168, 67, .08);
}
.browser-bar { display: flex; align-items: center; gap: 12px; padding: 10px 14px; background: #1a0d05; border-bottom: 1px solid var(--line-soft); }
.lights { display: flex; gap: 6px; }
.lights i { width: 10px; height: 10px; border-radius: 50%; background: #4a3420; display: block; }
.urlbar { flex: 1; min-width: 0; display: flex; align-items: center; gap: 8px; background: var(--field); border: 1px solid var(--line-soft); border-radius: 999px; padding: 5px 14px; font: 500 13px var(--body); color: var(--muted); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.urlbar svg { width: 12px; height: 12px; color: var(--ok); flex: none; }
.urlbar span { overflow: hidden; text-overflow: ellipsis; }
.browser img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.browser figcaption { padding: 10px 16px; font-size: 13px; color: var(--dim); border-top: 1px solid var(--line-soft); background: #140a04; }

/* ---------- seções ---------- */
section { padding-block: clamp(56px, 8vw, 96px); }
.section-head { max-width: 760px; margin-bottom: clamp(28px, 4vw, 48px); }
.kicker { font: 600 13px/1.4 var(--display); letter-spacing: .16em; text-transform: uppercase; color: var(--gold); display: flex; align-items: center; gap: 12px; }
.kicker::before { content: ""; width: 26px; height: 1px; background: var(--gold); opacity: .7; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 44px); margin-top: 14px; }
.section-head p { color: var(--muted); margin-top: 16px; font-size: 18px; max-width: 62ch; }
.alt { background: linear-gradient(180deg, var(--bg-deep), var(--bg)); border-block: 1px solid var(--line-soft); }

.card {
  position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px;
  transition: border-color .2s ease, transform .2s ease;
}
.card:hover { border-color: rgba(212, 168, 67, .5); }
.card h3 { font-size: 20px; font-weight: 600; }
.card p { color: var(--muted); font-size: 16px; margin-top: 12px; }
.icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; background: rgba(212, 168, 67, .1); border: 1px solid var(--line); color: var(--gold); margin-bottom: 18px; }
.icon svg { width: 24px; height: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }

/* comparação */
.compare { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: var(--panel); }
.compare-row { display: grid; grid-template-columns: minmax(150px, .8fr) 1fr 1fr; }
.compare-row > div { padding: 18px 24px; border-bottom: 1px solid var(--line-soft); font-size: 16px; display: flex; align-items: center; gap: 12px; }
.compare-row:last-child > div { border-bottom: 0; }
.compare-head > div { font: 600 13px var(--display); letter-spacing: .1em; text-transform: uppercase; background: #1f1108; color: var(--muted); border-bottom: 1px solid var(--line); }
.compare-head .us { color: #241407; background: var(--gold); }
.compare-row .what { color: var(--cream); font-family: var(--display); font-weight: 600; font-size: 15px; }
.compare-row .them { color: var(--dim); }
.compare-row .us { color: var(--text); background: rgba(212, 168, 67, .07); border-left: 1px solid var(--line-soft); }
.compare-row .us svg { color: var(--gold); flex: none; width: 20px; height: 20px; }
.compare-row .them svg { color: var(--dim); flex: none; width: 18px; height: 18px; }
.callout { margin-top: 28px; display: flex; gap: 16px; align-items: flex-start; border: 1px dashed rgba(212, 168, 67, .4); border-radius: 14px; padding: 18px 22px; color: var(--muted); font-size: 16px; background: rgba(43, 26, 15, .5); }
.callout svg { width: 24px; height: 24px; color: var(--gold); flex: none; margin-top: 2px; }
.callout b { color: var(--cream); }

/* passos */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; counter-reset: step; }
.step { position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 26px 26px; }
.step::before { counter-increment: step; content: counter(step); position: absolute; top: -18px; left: 24px; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--gold); color: #241407; font: 700 18px var(--display); box-shadow: 0 3px 0 var(--gold-lo); }
.step h3 { font-size: 20px; font-weight: 600; }
.step p { color: var(--muted); font-size: 16px; margin-top: 10px; }
.step .btn { margin-top: 18px; }

/* galeria */
.shots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.shot { margin: 0; }
.shot button { all: unset; display: block; width: 100%; cursor: zoom-in; border-radius: 14px; }
.shot .browser img { transition: transform .5s ease; }
.shot:hover .browser img { transform: scale(1.02); }
.shot .browser { overflow: hidden; }

/* ficha do servidor */
.spec { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.stat { text-align: center; background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 16px; }
.stat b { display: block; font: 700 clamp(24px, 2.6vw, 32px) var(--display); color: var(--gold); }
.stat span { display: block; margin-top: 8px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--dim); }
.rates { margin-top: 20px; display: grid; grid-template-columns: 1.15fr 1fr; gap: 20px; }
.table { width: 100%; border-collapse: collapse; }
.table th { text-align: left; font: 600 12px var(--display); letter-spacing: .1em; text-transform: uppercase; color: var(--dim); padding: 0 0 12px; }
.table td { padding: 13px 0; border-top: 1px solid var(--line-soft); font-size: 16px; }
.table td:last-child, .table th:last-child { text-align: right; }
.table .num { font-family: var(--display); font-weight: 700; color: var(--gold); }
.rank-pos { font: 700 15px var(--display); color: var(--gold); width: 44px; }
.rank-lvl { font: 700 17px var(--display); color: var(--cream); }
.rank-voc { color: var(--dim); font-size: 15px; }
.empty { color: var(--dim); padding: 22px 0 6px; font-size: 16px; }
.live-note { font-size: 13px; color: var(--dim); margin-top: 14px; display: flex; align-items: center; gap: 8px; }

/* novidades */
.timeline { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.tl-item { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 26px; }
.tl-item time { font: 600 12px var(--display); letter-spacing: .12em; color: var(--gold); text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; }
.tl-item time::before { content: ""; width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); }
.tl-item h3 { font-size: 20px; margin-top: 10px; }
.tl-item p { color: var(--muted); font-size: 16px; margin-top: 10px; }

/* faq */
.faq { display: grid; gap: 12px; }
.split { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr); gap: 28px; align-items: start; }
.side { position: sticky; top: 92px; text-align: center; padding: 34px 28px; background: radial-gradient(circle at 50% 0%, rgba(212, 168, 67, .16), transparent 70%), var(--panel); }
.side h3 { font-size: 22px; }
.side p { color: var(--muted); margin-top: 12px; font-size: 16px; }
.side .btn { margin-top: 20px; width: 100%; }
.side .big { display: block; font: 700 46px/1 var(--display); color: var(--gold); margin-top: 6px; }
.side .btn + .btn { margin-top: 12px; }
.faq details { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; }
.faq summary { cursor: pointer; list-style: none; padding: 20px 56px 20px 24px; position: relative; font: 600 18px var(--display); color: var(--cream); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%); font: 400 28px/1 var(--body); color: var(--gold); transition: transform .2s ease; }
.faq details[open] summary::after { content: "–"; }
.faq details[open] { border-color: rgba(212, 168, 67, .5); }
.faq .answer { padding: 0 24px 22px; color: var(--muted); font-size: 16.5px; }
.faq .answer p + p { margin-top: 12px; }

/* comunidade + CTA final */
.links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 8px; }
.cta-band { text-align: center; border: 1px solid var(--line); border-radius: 24px; padding: clamp(40px, 6vw, 72px) var(--gutter); position: relative; overflow: hidden; isolation: isolate; background: var(--panel); }
.cta-band::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 0%, rgba(212, 168, 67, .2), transparent 62%); }
.cta-band h2 { font-size: clamp(28px, 4vw, 46px); }
.cta-band p { color: var(--muted); max-width: 52ch; margin: 16px auto 0; font-size: 18px; }
.cta-band .cta { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 30px; }

/* rodapé */
.site-footer { border-top: 1px solid var(--line-soft); background: var(--bg-deep); padding-block: 44px 36px; font-size: 14px; color: var(--dim); }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 32px; }
.site-footer .brand { font-size: 24px; display: inline-block; }
.site-footer h4 { margin: 0 0 12px; font: 600 12px var(--display); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer a { color: var(--muted); }
.site-footer a:hover { color: var(--gold-hi); }
.legal { margin-top: 32px; padding-top: 22px; border-top: 1px solid var(--line-soft); font-size: 13px; line-height: 1.7; max-width: 90ch; }

/* ---------- diálogo (criar conta) e lightbox ---------- */
dialog { border: 0; padding: 0; background: transparent; color: var(--text); max-width: 100vw; max-height: 100dvh; }
dialog::backdrop { background: rgba(5, 3, 1, .78); backdrop-filter: blur(3px); }
.modal { width: min(460px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); overflow-y: auto; background: var(--panel); border: 1px solid rgba(212, 168, 67, .35); border-radius: 22px; padding: clamp(24px, 4vw, 36px); position: relative; box-shadow: 0 40px 90px rgba(0, 0, 0, .7); }
.modal .x { position: absolute; top: 12px; right: 12px; background: none; border: 0; color: var(--muted); font-size: 26px; line-height: 1; cursor: pointer; padding: 8px 12px; border-radius: 10px; }
.modal .x:hover { color: var(--gold-hi); }
.modal h2 { font-size: 24px; text-transform: uppercase; letter-spacing: .04em; color: var(--gold); }
.modal .sub { font-size: 15px; color: var(--muted); margin: 8px 0 22px; line-height: 1.55; }
.form { display: grid; gap: 16px; }
.field { display: grid; gap: 6px; }
.field > span { font: 600 12px var(--display); letter-spacing: .07em; text-transform: uppercase; color: var(--muted); }
.field input[type="text"], .field input[type="email"], .field input[type="password"] {
  width: 100%; background: var(--field); border: 1px solid var(--line); border-radius: 10px; padding: 13px 14px; font: 16px var(--body); color: var(--text);
}
.field input::placeholder { color: var(--dim); }
.field input:focus { outline: 2px solid var(--gold); outline-offset: 1px; border-color: transparent; }
.field input[aria-invalid="true"] { border-color: var(--danger); }
.err { font-size: 13px; color: #e07a6e; min-height: 0; }
.form hr { border: 0; border-top: 1px solid var(--line-soft); margin: 2px 0; width: 100%; }
.radios { display: flex; gap: 22px; }
.radios label { display: inline-flex; align-items: center; gap: 8px; font-size: 16px; cursor: pointer; }
.radios input { accent-color: var(--gold); width: 17px; height: 17px; }
.status-box { text-align: center; padding: 26px 0 8px; }
.status-box h3 { font-size: 22px; }
.status-box p { color: var(--muted); font-size: 15px; margin-top: 10px; }
.status-box .btn { margin-top: 22px; }
.spin { width: 38px; height: 38px; margin: 0 auto 18px; border-radius: 50%; border: 3px solid rgba(212, 168, 67, .25); border-top-color: var(--gold); animation: spin .9s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.lightbox { width: min(1280px, 96vw); }
.lightbox img { width: 100%; border-radius: 12px; border: 1px solid var(--line); }
.lightbox .x { position: fixed; top: 14px; right: 18px; background: rgba(20, 10, 4, .8); border: 1px solid var(--line); color: var(--cream); border-radius: 999px; width: 44px; height: 44px; font-size: 24px; cursor: pointer; }

/* ---------- revelar ao rolar ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- responsivo ---------- */
@media (max-width: 1020px) {
  .split { grid-template-columns: 1fr; }
  .side { position: static; }
  .timeline { grid-template-columns: 1fr; }
  .hero .wrap { grid-template-columns: 1fr; }
  .grid-4, .spec { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rates { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .menu-btn { display: inline-block; }
  .nav { display: none; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 2px; padding: 12px var(--gutter) 20px; background: rgba(20, 10, 4, .97); border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a.link { padding: 14px 10px; font-size: 17px; }
  .site-header .pill-online { display: none; }
  .nav .pill-online { display: inline-flex; align-self: flex-start; margin: 8px 10px; }
  .grid-3, .steps, .shots, .footer-grid { grid-template-columns: 1fr; }
  .steps { gap: 34px; }
  .compare-row { grid-template-columns: 1fr; }
  .compare-row > div { padding: 12px 20px; }
  .compare-row .what { padding-top: 18px; padding-bottom: 4px; border-bottom: 0; }
  .compare-row .us { border-left: 0; }
  .compare-head { display: none; }
  .compare-row .them::before { content: "Tradicional:"; font: 600 11px var(--display); letter-spacing: .08em; text-transform: uppercase; color: var(--dim); min-width: 92px; }
  .compare-row .us::before { content: "OTBuild:"; font: 600 11px var(--display); letter-spacing: .08em; text-transform: uppercase; color: var(--gold); min-width: 92px; }
}
@media (max-width: 520px) {
  body { font-size: 16.5px; }
  .hero .cta .btn, .cta-band .cta .btn { width: 100%; }
  .spec { grid-template-columns: 1fr 1fr; gap: 12px; }
  .brand { font-size: 23px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .dot.on, .spin { animation: none; }
  .btn, .card, .shot .browser img { transition: none; }
}
[hidden] { display: none !important; }

.reqs { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 14px; }
.reqs li { position: relative; padding-left: 30px; color: var(--muted); font-size: 16px; }
.reqs li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 12px; height: 7px; border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg); }

/* menu recolhido ja em telas medias (nav com 7 links + botoes nao cabe abaixo de ~1240px) */
@media (max-width: 1240px) {
  .menu-btn { display: inline-block; }
  .nav { display: none; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 2px; padding: 12px var(--gutter) 20px; background: rgba(20, 10, 4, .97); border-bottom: 1px solid var(--line); }
  .nav.open { display: flex; }
  .nav a.link { padding: 14px 10px; font-size: 17px; }
  .site-header .pill-online { display: none; }
  .nav .pill-online { display: inline-flex; align-self: flex-start; margin: 8px 10px; }
}
