/* ============================================================
   TV LEGISLATIVA — Magazine de Broadcast (versão oficial)
   Foco: Câmaras municipais e assembleias
   ============================================================ */
:root {
  --bg: #FFFFFF;
  --ink: #131313;
  --ink-2: #2B2B2B;
  --mute: #6B6B6B;
  --mute-2: #9A9A9A;
  --line: #E5E5E5;
  --line-soft: #F2F2F2;
  --brand: #C0392B;
  --brand-dark: #962419;
  --brand-soft: #FBE7E3;
  --gold: #D4A24C;
  --gold-dark: #B68C2A;
  --green: #1F7A4A;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg);
  color: var(--ink-2);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: 'Manrope', sans-serif; font-weight: 800; color: var(--ink); letter-spacing: -0.025em; line-height: 1.08; }
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }
.wrap { max-width: 1320px; margin: 0 auto; padding: 0 24px; }

/* NAV */
.nav { background: var(--ink); color: white; position: sticky; top: 0; z-index: 50; }
.nav-in { height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  display: flex; align-items: center; gap: 10px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800; font-size: 1.18rem;
  color: white;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.brand:hover { text-decoration: none; }
.brand-mark {
  width: 30px; height: 22px; background: var(--brand);
  position: relative;
}
.brand-mark::before {
  content: ""; position: absolute;
  top: 50%; left: 50%;
  transform: translate(-40%, -50%);
  width: 0; height: 0;
  border-left: 8px solid white;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.nav ul { list-style: none; display: flex; gap: 4px; }
.nav ul a {
  padding: 8px 14px;
  color: rgba(255,255,255,.75);
  font-size: .9rem;
  font-weight: 600;
  border-radius: 4px;
}
.nav ul a:hover { background: rgba(255,255,255,.08); color: white; text-decoration: none; }
.nav-r { display: flex; gap: 12px; align-items: center; }
.live-badge {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 5px 10px;
  background: var(--brand);
  border-radius: 4px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: white;
}
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: white; animation: pulse 1.5s infinite; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }
.nav-cta {
  background: white !important;
  color: var(--ink) !important;
  padding: 8px 16px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
}
.nav-cta:hover { background: var(--gold) !important; }

/* HERO com THUMB 16:9 */
.hero { background: var(--ink); color: white; padding: 0 0 48px; border-bottom: 4px solid var(--brand); }
.hero-strip {
  background: var(--brand);
  padding: 8px 0;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: white;
}
.hero-main { padding-top: 36px; }
.hero-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 36px; align-items: center; }
@media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; } }
.hero-thumb {
  position: relative;
  aspect-ratio: 16/9;
  background:
    radial-gradient(circle at 30% 30%, rgba(192, 57, 43, .35), transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(212, 162, 76, .25), transparent 50%),
    linear-gradient(135deg, #1F1F1F, #0A0A0A);
  border: 1px solid rgba(255,255,255,.1);
  overflow: hidden;
  display: grid; place-items: center;
}
.hero-thumb::before {
  content: ""; position: absolute; inset: 0;
  background-image: repeating-linear-gradient(0deg, transparent 0 3px, rgba(255,255,255,.02) 3px 4px);
}
.play-btn {
  width: 92px; height: 92px;
  border-radius: 50%;
  background: rgba(255,255,255,.95);
  display: grid; place-items: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 12px 40px rgba(0,0,0,.4);
  cursor: pointer;
  transition: transform .15s;
  border: none;
}
.play-btn:hover { transform: scale(1.05); }
.play-btn::after {
  content: "";
  width: 0; height: 0;
  border-left: 28px solid var(--brand);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  margin-left: 8px;
}
.thumb-meta { position: absolute; bottom: 16px; left: 16px; display: flex; gap: 8px; z-index: 2; }
.thumb-tag {
  background: rgba(0,0,0,.7);
  backdrop-filter: blur(6px);
  color: white;
  padding: 5px 10px;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 3px;
}
.thumb-tag.brand { background: var(--brand); }

.hero-tag {
  display: inline-block;
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 16px;
}
.hero-tag::before { content: "▸ "; }
.hero h1 {
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  color: white;
  margin-bottom: 20px;
  font-weight: 800;
}
.hero h1 a { color: white; }
.hero h1 a:hover { color: var(--gold); text-decoration: none; }
.hero-lede { color: rgba(255,255,255,.75); font-size: 1.08rem; line-height: 1.55; margin-bottom: 18px; }
.hero-meta { display: flex; gap: 18px; align-items: center; font-size: .82rem; color: rgba(255,255,255,.55); flex-wrap: wrap; }
.hero-meta strong { color: white; font-weight: 600; }
.dot-sep { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.3); }

/* GRID DE MATÉRIAS COM THUMBS */
section { padding: 56px 0; }
.s-bg { background: var(--line-soft); }

.s-head {
  display: flex; justify-content: space-between; align-items: baseline;
  margin-bottom: 32px;
  padding-bottom: 12px;
  border-bottom: 3px solid var(--ink);
}
.s-head h2 { font-size: 1.6rem; font-weight: 800; }
.s-head a { font-size: .9rem; font-weight: 600; }

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) { .cards { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .cards { grid-template-columns: 1fr; } }
.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
  transition: all .15s;
}
.card:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(0,0,0,.08); }
.card-thumb {
  aspect-ratio: 16/9;
  background: var(--ink);
  position: relative;
  overflow: hidden;
}
.card-thumb-tv { background: linear-gradient(135deg, #1351B4, #0C326F); }
.card-thumb-radio { background: linear-gradient(135deg, #C0392B, #962419); }
.card-thumb-elec { background: linear-gradient(135deg, #2C3E50, #1A1A1A); }
.card-thumb-acc { background: linear-gradient(135deg, #16A085, #0E6655); }
.card-thumb-tech { background: linear-gradient(135deg, #8E44AD, #5B2C6F); }
.card-thumb-doc { background: linear-gradient(135deg, #D4A24C, #8B6B2F); }
.card-thumb::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 70% 30%, rgba(255,255,255,.12), transparent 50%),
    repeating-linear-gradient(0deg, transparent 0 3px, rgba(0,0,0,.04) 3px 4px);
}
.card-thumb-icon { position: absolute; inset: 0; display: grid; place-items: center; z-index: 1; }
.card-thumb-icon svg { color: rgba(255,255,255,.9); width: 56px; height: 56px; }
.card-thumb .tag {
  position: absolute;
  top: 12px; left: 12px;
  background: var(--brand);
  color: white;
  padding: 4px 10px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 3px;
  z-index: 2;
}
.card-thumb .duration {
  position: absolute;
  bottom: 12px; right: 12px;
  background: rgba(0,0,0,.75);
  color: white;
  padding: 3px 8px;
  font-size: .76rem;
  font-weight: 600;
  border-radius: 3px;
  z-index: 2;
  font-family: 'JetBrains Mono', monospace;
}
.card-body { padding: 20px; }
.card-cat {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--brand);
  font-weight: 700;
  margin-bottom: 8px;
}
.card h3 {
  font-size: 1.15rem;
  line-height: 1.3;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.card h3 a { color: var(--ink); }
.card h3 a:hover { color: var(--brand); text-decoration: none; }
.card-meta { font-size: .8rem; color: var(--mute); display: flex; gap: 10px; align-items: center; }

/* ============================================================
   RADAR DE EDITAIS — bloco de captura de lead
   ============================================================ */
.radar-block {
  background: var(--ink);
  color: white;
  padding: 48px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.radar-block::before {
  content: ""; position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--brand), var(--gold));
}
.radar-block h2 { color: white; margin-bottom: 4px; font-size: 1.7rem; }
.radar-block .sub { color: rgba(255,255,255,.65); font-size: .96rem; margin-bottom: 32px; }
.radar-block .sub strong { color: white; font-weight: 600; }

/* Stats agregados (em vez de listar editais) */
.radar-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 28px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 700px) { .radar-stats { grid-template-columns: 1fr; } }
.radar-stat {
  padding: 22px 24px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.radar-stat:last-child { border-right: none; }
@media (max-width: 700px) {
  .radar-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
  .radar-stat:last-child { border-bottom: none; }
}
.radar-stat-lab {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--gold);
  font-weight: 700;
  margin-bottom: 8px;
}
.radar-stat-val {
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  color: white;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.radar-stat-val small { font-size: .9rem; color: rgba(255,255,255,.6); font-weight: 600; margin-left: 4px; }
.radar-stat-cap { font-size: .8rem; color: rgba(255,255,255,.55); margin-top: 4px; }

/* Cards blurred — previews escondidos */
.radar-previews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 32px; }
@media (max-width: 900px) { .radar-previews { grid-template-columns: 1fr; } }
.radar-prev {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-left: 3px solid var(--brand);
  padding: 18px 20px;
  border-radius: 0 4px 4px 0;
  position: relative;
}
.radar-prev-status {
  display: inline-block;
  background: var(--brand);
  color: white;
  padding: 3px 8px;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  border-radius: 3px;
  margin-bottom: 10px;
}
.radar-prev-title {
  color: rgba(255,255,255,.95);
  font-weight: 600;
  font-size: .98rem;
  filter: blur(6px);
  user-select: none;
  -webkit-user-select: none;
  margin-bottom: 6px;
}
.radar-prev-meta {
  color: rgba(255,255,255,.6);
  font-size: .78rem;
  filter: blur(4px);
  user-select: none;
  -webkit-user-select: none;
}
.radar-prev-lock {
  position: absolute;
  top: 18px; right: 18px;
  color: var(--gold);
  font-size: 1.1rem;
}

/* Formulário de captura */
.radar-form-wrap {
  background: linear-gradient(135deg, rgba(212, 162, 76, .15), rgba(192, 57, 43, .12));
  border: 1px solid rgba(212, 162, 76, .3);
  padding: 28px 32px;
  border-radius: 6px;
}
.radar-form-title {
  font-family: 'Manrope', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: white;
  margin-bottom: 6px;
}
.radar-form-sub {
  color: rgba(255,255,255,.7);
  font-size: .9rem;
  margin-bottom: 18px;
}
.radar-form-sub strong { color: var(--gold); font-weight: 700; }
.radar-form {
  display: flex;
  gap: 8px;
}
@media (max-width: 600px) { .radar-form { flex-direction: column; } }
.radar-form input {
  flex: 1;
  padding: 14px 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  color: white;
  font-family: inherit;
  font-size: .98rem;
  border-radius: 4px;
}
.radar-form input::placeholder { color: rgba(255,255,255,.4); }
.radar-form input:focus { outline: none; border-color: var(--gold); background: rgba(255,255,255,.12); }
.radar-form button {
  padding: 14px 28px;
  background: var(--gold);
  color: var(--ink);
  border: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  border-radius: 4px;
  cursor: pointer;
  font-size: .98rem;
  white-space: nowrap;
  transition: background .15s;
}
.radar-form button:hover { background: var(--gold-dark); }
.radar-form button:disabled { opacity: .5; cursor: not-allowed; }
.radar-counter {
  margin-top: 14px;
  font-size: .85rem;
  color: rgba(255,255,255,.6);
  display: flex; align-items: center; gap: 8px;
}
.radar-counter strong { color: white; font-weight: 700; }
.radar-counter::before {
  content: ""; width: 8px; height: 8px;
  background: var(--green);
  border-radius: 50%;
  animation: pulse 2s infinite;
  flex-shrink: 0;
}
.radar-msg {
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 4px;
  font-size: .9rem;
  display: none;
}
.radar-msg.ok { display: block; background: rgba(31, 122, 74, .15); border: 1px solid rgba(31, 122, 74, .4); color: #5DD89A; }
.radar-msg.err { display: block; background: rgba(192, 57, 43, .15); border: 1px solid rgba(192, 57, 43, .4); color: #F0928A; }

/* CALENDÁRIO */
.cal-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
@media (max-width: 800px) { .cal-strip { grid-template-columns: 1fr 1fr; } }
.cal-item {
  padding: 22px;
  background: white;
  border-left: 4px solid var(--brand);
  border-radius: 0 4px 4px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
}
.cal-item.next { background: var(--brand-soft); border-left-color: var(--brand-dark); }
.cal-d {
  font-family: 'Manrope', sans-serif;
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--brand-dark);
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 4px;
}
.cal-mes {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--mute);
  font-weight: 700;
  margin-bottom: 14px;
}
.cal-item h4 { font-size: 1rem; margin-bottom: 6px; }
.cal-item p { font-size: .84rem; color: var(--mute); line-height: 1.5; }

/* MODELOS */
.mods { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 900px) { .mods { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .mods { grid-template-columns: 1fr; } }
.mod-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 22px;
  display: flex; gap: 16px;
  text-decoration: none;
  color: inherit;
  transition: all .15s;
}
.mod-card:hover { border-color: var(--brand); transform: translateY(-2px); text-decoration: none; }
.mod-tag {
  flex-shrink: 0;
  width: 48px; height: 60px;
  background: var(--brand-soft);
  color: var(--brand);
  display: grid; place-items: center;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .05em;
  border-radius: 4px;
  position: relative;
}
.mod-tag::before {
  content: ""; position: absolute;
  top: 0; right: 0;
  width: 0; height: 0;
  border-left: 10px solid transparent;
  border-top: 10px solid var(--brand);
}
.mod-card h4 { font-size: 1rem; margin-bottom: 4px; font-weight: 700; }
.mod-card p { font-size: .82rem; color: var(--mute); line-height: 1.5; }

/* CTA DIAGNÓSTICO discreto */
.cta-band {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  padding: 56px;
  border-radius: 8px;
  color: white;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 32px;
  align-items: center;
}
@media (max-width: 800px) { .cta-band { grid-template-columns: 1fr; padding: 32px; } }
.cta-band h3 { color: white; font-size: 1.7rem; margin-bottom: 10px; }
.cta-band p { color: rgba(255,255,255,.85); font-size: 1rem; }
.cta-band a {
  display: inline-flex; align-items: center; gap: 8px;
  background: white;
  color: var(--brand-dark);
  padding: 14px 24px;
  border-radius: 4px;
  font-weight: 800;
  font-size: .95rem;
  text-decoration: none;
  white-space: nowrap;
}
.cta-band a:hover { background: var(--gold); color: var(--ink); text-decoration: none; }

/* NEWSLETTER */
.news { background: var(--ink); color: white; padding: 56px 0; }
.news-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
@media (max-width: 800px) { .news-grid { grid-template-columns: 1fr; } }
.news h3 { color: white; font-size: 1.8rem; margin-bottom: 10px; }
.news p { color: rgba(255,255,255,.7); }
.news-form { display: flex; gap: 8px; }
.news-form input {
  flex: 1;
  padding: 14px 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.2);
  color: white;
  font-family: inherit;
  font-size: .95rem;
  border-radius: 4px;
}
.news-form input::placeholder { color: rgba(255,255,255,.4); }
.news-form button {
  padding: 14px 24px;
  background: var(--brand);
  color: white;
  border: none;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  border-radius: 4px;
  cursor: pointer;
  font-size: .95rem;
}
.news-form button:hover { background: var(--brand-dark); }
.news-counter { margin-top: 12px; font-size: .85rem; color: rgba(255,255,255,.5); }
.news-counter strong { color: var(--gold); font-weight: 700; }

/* FOOTER */
footer { background: #0A0A0A; color: rgba(255,255,255,.6); padding: 56px 0 24px; }
.foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,.1); }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
footer h5 { color: white; font-size: .82rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 14px; font-family: 'Manrope', sans-serif; }
footer ul { list-style: none; }
footer li { padding: 5px 0; font-size: .88rem; }
footer a { color: rgba(255,255,255,.6); }
footer a:hover { color: var(--gold); }
.foot-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.foot-brand strong { color: white; font-family: 'Manrope', sans-serif; font-size: 1.15rem; font-weight: 800; }
footer p { font-size: .9rem; line-height: 1.6; max-width: 360px; }
.foot-bottom { padding-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: .8rem; color: rgba(255,255,255,.4); }

/* ============================================================
   PÁGINA /alertas — qualificação
   ============================================================ */
.q-hero {
  background: var(--ink);
  color: white;
  padding: 56px 0;
  border-bottom: 4px solid var(--brand);
}
.q-hero h1 { color: white; font-size: clamp(1.8rem, 3vw, 2.6rem); max-width: 22ch; margin-bottom: 16px; }
.q-hero p { color: rgba(255,255,255,.78); font-size: 1.1rem; max-width: 60ch; line-height: 1.55; }
.q-hero .ok-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(31, 122, 74, .25);
  border: 1px solid rgba(31, 122, 74, .5);
  color: #5DD89A;
  padding: 6px 14px;
  border-radius: 99px;
  font-size: .82rem;
  font-weight: 700;
  margin-bottom: 18px;
}
.q-hero .ok-tag::before { content: "✓"; }

.q-section {
  padding: 56px 0;
}
.q-wrap { max-width: 760px; margin: 0 auto; padding: 0 24px; }
.q-step-h {
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--brand);
  font-weight: 800;
  margin-bottom: 8px;
}
.q-step h2 { font-size: 1.8rem; margin-bottom: 12px; }
.q-step .lede { font-size: 1.05rem; color: var(--mute); line-height: 1.55; margin-bottom: 32px; }

.perfis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 32px;
}
@media (max-width: 600px) { .perfis { grid-template-columns: 1fr; } }
.perfil-opt {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 20px;
  background: white;
  border: 2px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  transition: all .15s;
}
.perfil-opt:hover { border-color: var(--brand); background: var(--brand-soft); }
.perfil-opt input { margin-top: 4px; accent-color: var(--brand); width: 18px; height: 18px; }
.perfil-opt h4 { font-size: 1.02rem; margin-bottom: 4px; color: var(--ink); }
.perfil-opt p { font-size: .85rem; color: var(--mute); line-height: 1.45; }
.perfil-opt.on { border-color: var(--brand); background: var(--brand-soft); }

.q-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
@media (max-width: 600px) { .q-row { grid-template-columns: 1fr; } }
.q-field label { display: block; font-size: .78rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; letter-spacing: .04em; text-transform: uppercase; }
.q-field input, .q-field select {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 6px;
  font-family: inherit;
  font-size: .98rem;
  background: white;
}
.q-field input:focus, .q-field select:focus { outline: none; border-color: var(--brand); }

.q-actions { display: flex; gap: 12px; margin-top: 28px; align-items: center; }
.q-btn-primary {
  background: var(--brand);
  color: white;
  border: none;
  padding: 14px 28px;
  border-radius: 6px;
  font-family: 'Manrope', sans-serif;
  font-weight: 800;
  font-size: 1rem;
  cursor: pointer;
}
.q-btn-primary:hover { background: var(--brand-dark); }
.q-btn-skip {
  color: var(--mute);
  font-size: .9rem;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  text-decoration: underline;
}

.q-pro {
  background: linear-gradient(135deg, var(--ink), #1F1F1F);
  color: white;
  padding: 32px;
  border-radius: 10px;
  margin-top: 32px;
}
.q-pro h3 { color: var(--gold); font-size: 1.3rem; margin-bottom: 8px; }
.q-pro p { color: rgba(255,255,255,.75); margin-bottom: 20px; font-size: .96rem; line-height: 1.5; }
.q-pro .q-field label { color: rgba(255,255,255,.7); }
.q-pro .q-field input { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); color: white; }
.q-pro .q-field input::placeholder { color: rgba(255,255,255,.35); }
.q-pro .q-field input:focus { border-color: var(--gold); }
.q-pro .q-btn-primary { background: var(--gold); color: var(--ink); }
.q-pro .q-btn-primary:hover { background: var(--gold-dark); }
.q-pro .q-btn-skip { color: rgba(255,255,255,.5); }

.q-thanks {
  text-align: center;
  padding: 64px 0;
}
.q-thanks .check {
  width: 72px; height: 72px;
  background: var(--green);
  border-radius: 50%;
  display: inline-grid; place-items: center;
  color: white;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.q-thanks h2 { font-size: 2rem; margin-bottom: 14px; }
.q-thanks p { font-size: 1.1rem; color: var(--mute); max-width: 50ch; margin: 0 auto 28px; line-height: 1.55; }
