:root {
  --bg: #0b0b0c;
  --bg-2: #141416;
  --card: #17171a;
  --line: rgba(232, 199, 122, .22);
  --text: #f4f1ea;
  --muted: #b3ada2;
  --gold: #d9b262;
  --gold-2: #f0d493;
  --gold-3: #a97d2f;
  --grad: linear-gradient(135deg, #f0d493 0%, #d9b262 45%, #b88a3b 100%);
  --radius: 18px;
  --ease: cubic-bezier(.2, .8, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: radial-gradient(120% 60% at 50% -10%, #1d1a14 0%, var(--bg) 55%) fixed, var(--bg);
  color: var(--text);
  font: 400 16px/1.6 Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  overflow-x: hidden;
}
h1, h2, h3, .brand, .btn, .eyebrow, .sigla, .role { font-family: Montserrat, Inter, sans-serif; }
img { max-width: 100%; display: block; }
a { color: var(--gold-2); }
:focus-visible { outline: 2px solid var(--gold-2); outline-offset: 3px; border-radius: 6px; }

.wrap { width: 100%; max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--gold); color: #000; padding: 8px 14px; border-radius: 8px; z-index: 50; }
.skip:focus { left: 8px; }

.bg-lines { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .55; z-index: 0; }
header, main, footer { position: relative; z-index: 1; }

/* Topo */
.topbar { position: sticky; top: 0; z-index: 10; backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); background: rgba(11, 11, 12, .72); border-bottom: 1px solid rgba(255,255,255,.05); }
.topbar__in { display: flex; align-items: center; justify-content: space-between; height: 60px; }
.brand { font-weight: 800; letter-spacing: .22em; font-size: 18px; color: #fff; }
.brand--sm { font-size: 14px; }
.sigla { font-weight: 700; font-size: 13px; letter-spacing: .14em; padding: 5px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Hero */
.hero { padding: 56px 20px 40px; scroll-margin-top: 64px; }
.eyebrow { text-transform: uppercase; letter-spacing: .2em; font-size: 12px; font-weight: 600; color: var(--gold); margin: 0 0 14px; }
h1 { font-size: clamp(36px, 9vw, 64px); line-height: 1.05; font-weight: 800; margin: 0; letter-spacing: -.01em; max-width: 12ch; }
.rule { display: block; width: 56px; height: 2px; background: var(--grad); margin: 22px 0; border-radius: 2px; }
.lead { color: var(--muted); font-size: 17px; max-width: 46ch; margin: 0 0 28px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* Botões */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 24px; border-radius: 999px; font-weight: 700; font-size: 15px; text-decoration: none; border: 0; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s; -webkit-tap-highlight-color: transparent; }
.btn--gold { background: var(--grad); color: #16120a; box-shadow: 0 8px 28px -10px rgba(217, 178, 98, .6); }
.btn--gold:hover { transform: translateY(-2px); box-shadow: 0 14px 34px -12px rgba(217, 178, 98, .75); }
.btn--gold:active { transform: scale(.98); }
.btn--ghost { background: transparent; color: var(--text); border: 1px solid var(--line); }
.btn--ghost:hover { border-color: var(--gold); }
.btn--block { width: 100%; }
.btn[disabled] { opacity: .6; cursor: progress; }

/* Seções */
.section { padding: 48px 20px; scroll-margin-top: 64px; }
h2 { font-size: clamp(26px, 6vw, 38px); line-height: 1.15; margin: 0 0 8px; font-weight: 700; }
.sub { color: var(--muted); margin: 0 0 28px; }

/* Equipe */
.team { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.member { background: var(--card); border: 1px solid rgba(255,255,255,.06); border-radius: var(--radius); overflow: hidden; transition: transform .35s var(--ease), border-color .35s; }
.member:hover { transform: translateY(-4px); border-color: var(--line); }
.member button { all: unset; box-sizing: border-box; display: flex; flex-direction: column; width: 100%; height: 100%; cursor: pointer; }
.member button:focus-visible { outline: 2px solid var(--gold-2); outline-offset: -2px; border-radius: var(--radius); }
.member__photo { aspect-ratio: 4 / 5; background: linear-gradient(160deg, #24211b, #111); display: grid; place-items: center; overflow: hidden; }
.member__photo img { width: 100%; height: 100%; object-fit: cover; }
.member__body { padding: 14px 14px 16px; }
.role { text-transform: uppercase; letter-spacing: .12em; font-size: 11px; font-weight: 700; color: var(--gold); margin: 0 0 4px; }
.member__name { font-family: Montserrat, sans-serif; font-weight: 600; font-size: 15px; margin: 0 0 10px; line-height: 1.3; }
.member__cta { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--gold-2); }

.avatar { width: 84px; height: 84px; border-radius: 50%; display: grid; place-items: center; font: 700 28px Montserrat, sans-serif; color: #16120a; background: var(--grad); box-shadow: 0 0 0 4px rgba(217,178,98,.15); overflow: hidden; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.avatar--lg { width: 72px; height: 72px; font-size: 24px; flex: none; }

/* Canais */
.channels { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.channel { display: flex; align-items: center; gap: 16px; padding: 18px; background: var(--card); border: 1px solid rgba(255,255,255,.06); border-radius: var(--radius); }
.channel__icon { flex: none; width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--gold-2); }
.channel__icon svg { width: 22px; height: 22px; }
.channel__txt { flex: 1; min-width: 0; }
.channel__txt h3 { font-size: 16px; margin: 0 0 2px; }
.channel__txt p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.45; }
.channel__go { flex: none; min-height: 40px; padding: 0 16px; font-size: 13px; }
.channel__soon { flex: none; font-size: 12px; color: var(--muted); border: 1px dashed rgba(255,255,255,.18); border-radius: 999px; padding: 8px 12px; }

/* Pesquisa */
.card { background: linear-gradient(180deg, #18181b, #121214); border: 1px solid rgba(255,255,255,.07); border-radius: 22px; padding: 22px; }
.survey { max-width: 640px; }
.q { border: 0; padding: 0; margin: 0 0 24px; min-width: 0; }
legend, .lbl { display: block; font-weight: 600; font-size: 15px; margin-bottom: 12px; padding: 0; }
.req { color: var(--gold); }
.opt { color: var(--muted); font-weight: 400; font-size: 13px; }
.stars { display: flex; gap: 8px; }
.star { all: unset; cursor: pointer; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; transition: transform .2s var(--ease); }
.star svg { width: 34px; height: 34px; fill: transparent; stroke: var(--gold); stroke-width: 1.4; transition: fill .2s; }
.star.on svg { fill: var(--gold); }
.star:hover { transform: scale(1.1); }
.star:focus-visible { outline: 2px solid var(--gold-2); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chips label { position: relative; }
.chips input { position: absolute; opacity: 0; inset: 0; }
.chips span { display: inline-flex; align-items: center; min-height: 44px; padding: 0 20px; border-radius: 999px; border: 1px solid var(--line); cursor: pointer; font-weight: 600; transition: background .2s, color .2s; }
.chips input:checked + span { background: var(--grad); color: #16120a; border-color: transparent; }
.chips input:focus-visible + span { outline: 2px solid var(--gold-2); outline-offset: 3px; }
textarea, input[type=text] { width: 100%; background: #0e0e10; color: var(--text); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 14px; font: inherit; font-size: 16px; resize: vertical; }
textarea:focus, input[type=text]:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(217,178,98,.18); }
.grid2 { display: grid; gap: 0 14px; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; }
.privacy { font-size: 13px; color: var(--muted); margin: 0 0 14px; }
.msg { min-height: 1.4em; margin: 0 0 12px; font-size: 14px; color: #ffb4a3; }
.msg.ok { color: var(--gold-2); }
.q.invalid legend { color: #ffb4a3; }
.thanks { max-width: 640px; text-align: center; padding: 40px 22px; }
.thanks h3 { font-size: 26px; margin: 0 0 8px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.thanks p { color: var(--muted); margin: 0; }

/* Rodapé */
.footer { border-top: 1px solid rgba(255,255,255,.06); padding: 36px 0 calc(36px + env(safe-area-inset-bottom)); text-align: center; margin-top: 24px; }
.footer p { color: var(--gold); font-family: Montserrat, sans-serif; font-weight: 600; margin: 10px 0 6px; }
.footer small { color: var(--muted); }

/* Perfil (dialog) */
dialog { width: min(520px, calc(100% - 24px)); border: 1px solid var(--line); border-radius: 24px; background: #141416; color: var(--text); padding: 26px 22px 22px; }
dialog::backdrop { background: rgba(0,0,0,.7); backdrop-filter: blur(4px); }
dialog[open] { animation: pop .35s var(--ease); }
.close { all: unset; position: absolute; top: 10px; right: 12px; width: 40px; height: 40px; display: grid; place-items: center; font-size: 26px; cursor: pointer; color: var(--muted); border-radius: 50%; }
.close:hover { color: #fff; }
.close:focus-visible { outline: 2px solid var(--gold-2); }
.profile__head { display: flex; align-items: center; gap: 16px; margin-bottom: 16px; padding-right: 30px; }
.profile__head h3 { margin: 0; font-size: 20px; }
#p-desc { color: var(--muted); margin: 0 0 20px; }
.profile__actions { display: grid; gap: 10px; }

/* Animações */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
@keyframes pop { from { opacity: 0; transform: translateY(16px) scale(.98); } to { opacity: 1; transform: none; } }

@media (min-width: 700px) {
  .hero { padding: 96px 20px 56px; }
  .team { grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .channels { grid-template-columns: repeat(2, 1fr); }
  .grid2 { grid-template-columns: 1fr 1fr; }
  .card { padding: 32px; }
}
@media (min-width: 980px) {
  .team:not(.team--3) { grid-template-columns: repeat(4, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}