/* ===========================================================
   JogoMestre — style.css
   Layout, tipografia, navegação, cartões e componentes.
   Tema escuro premium · HTML5 + CSS3, sem frameworks.
   =========================================================== */

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: var(--bg);
  line-height: 1.7;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
/* Brilho ambiente de fundo */
body::before {
  content: ""; position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(640px circle at 12% -5%, rgba(59,130,246,.16), transparent 60%),
    radial-gradient(680px circle at 92% 8%, rgba(34,197,94,.13), transparent 60%);
}
img { max-width: 100%; display: block; }
a { color: var(--blue-light); text-decoration: none; transition: color .2s ease; }
a:hover { color: #fff; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--text); line-height: 1.15; margin: 0 0 .5em; letter-spacing: -.02em; }
h1 { font-size: clamp(2.1rem, 5.4vw, 3.5rem); font-weight: 800; }
h2 { font-size: clamp(1.65rem, 3.6vw, 2.4rem); font-weight: 700; }
h3 { font-size: clamp(1.15rem, 2.5vw, 1.45rem); font-weight: 700; }
p  { margin: 0 0 1rem; }
strong { color: #fff; font-weight: 600; }
ul, ol { margin: 0 0 1rem; padding-left: 1.3rem; }
li { margin-bottom: .45rem; color: var(--text-muted); }
::selection { background: rgba(59,130,246,.4); color: #fff; }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 22px; }
.section { padding: clamp(3.2rem, 7vw, 6rem) 0; position: relative; }
.section--soft { background: var(--bg-soft-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.text-center { text-align: center; }
.lead { font-size: 1.16rem; color: var(--text-muted); max-width: 700px; }
.section-head { max-width: 760px; margin: 0 auto 3rem; text-align: center; }
.section-head .lead { margin: 0 auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-head); font-weight: 600;
  font-size: .78rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--blue-light); margin-bottom: 1rem;
  padding: .35rem .85rem; border-radius: var(--radius-pill);
  background: rgba(59,130,246,.1); border: 1px solid rgba(59,130,246,.22);
}
.grad-text {
  background: var(--grad-text); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  font-family: var(--font-head); font-weight: 600; font-size: .96rem;
  padding: .85rem 1.6rem; border-radius: var(--radius-pill);
  border: 1px solid transparent; cursor: pointer; transition: all .25s ease;
  white-space: nowrap; position: relative;
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--grad); color: #fff; box-shadow: var(--glow-blue); }
.btn--primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 14px 46px rgba(59,130,246,.6); filter: brightness(1.06); }
.btn--green { background: linear-gradient(135deg, #22c55e, #16a34a); color: #fff; box-shadow: var(--glow-green); }
.btn--green:hover { color: #fff; transform: translateY(-2px); filter: brightness(1.07); }
.btn--ghost { background: rgba(255,255,255,.04); color: var(--text); border-color: var(--border-strong); backdrop-filter: blur(6px); }
.btn--ghost:hover { border-color: var(--blue-light); color: #fff; background: rgba(59,130,246,.12); }
.btn--block { width: 100%; }
.btn--lg { padding: 1rem 1.9rem; font-size: 1.02rem; }

/* ---------- Header / Navegação ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--bg-glass); backdrop-filter: saturate(160%) blur(16px);
  border-bottom: 1px solid var(--border);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: .65rem; font-family: var(--font-head); font-weight: 800; font-size: 1.28rem; color: #fff; letter-spacing: -.02em; }
.brand:hover { color: #fff; }
.brand .brand-mark {
  width: 38px; height: 38px; border-radius: 11px; background: var(--grad);
  display: grid; place-items: center; color: #fff; flex: 0 0 auto;
  box-shadow: var(--glow-blue);
}
.brand .brand-mark svg { width: 21px; height: 21px; }
.brand b { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.nav-links { display: flex; align-items: center; gap: .4rem; list-style: none; margin: 0; padding: 0; }
.nav-links a {
  font-family: var(--font-head); font-weight: 500; font-size: .94rem; color: var(--text-muted);
  padding: .5rem .9rem; border-radius: var(--radius-pill); transition: all .2s ease;
}
.nav-links a:hover { color: #fff; background: rgba(255,255,255,.06); }
.nav-links a.active { color: #fff; background: rgba(59,130,246,.16); }

.nav-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; cursor: pointer; padding: 11px; border-radius: 12px; }
.nav-toggle span { display: block; height: 2px; background: var(--text); border-radius: 2px; transition: all .25s ease; }
.nav-toggle span + span { margin-top: 5px; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 880px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute; top: 72px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--bg-card); border-bottom: 1px solid var(--border);
    box-shadow: var(--shadow-md);
    max-height: 0; overflow: hidden; transition: max-height .3s ease;
  }
  .nav-links.open { max-height: 380px; }
  .nav-links a { padding: 1rem 22px; border-radius: 0; border-top: 1px solid var(--border); }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; }
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4rem);
  align-items: center; padding: clamp(3rem, 7vw, 5.5rem) 0 clamp(2.5rem, 6vw, 4.5rem);
}
.hero h1 { margin-bottom: 1.1rem; }
.hero .lead { margin-bottom: 2rem; }
.hero-cta { display: flex; flex-wrap: wrap; gap: .9rem; }
.hero-stats { display: flex; gap: 2.4rem; margin-top: 2.6rem; flex-wrap: wrap; }
.hero-stats .stat b { font-family: var(--font-head); font-size: 1.8rem; font-weight: 800; color: #fff; display: block; line-height: 1; }
.hero-stats .stat b span { background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-stats .stat span { font-size: .84rem; color: var(--text-soft); }
.rating-row { display: flex; align-items: center; gap: .6rem; margin-top: 1.6rem; color: var(--text-muted); font-size: .9rem; }
.stars { display: inline-flex; gap: 2px; color: var(--amber); }
.stars svg { width: 17px; height: 17px; }

/* Colagem de artes do hero */
.hero-art { position: relative; }
.hero-collage {
  position: relative; display: grid;
  grid-template-columns: repeat(2, 1fr); gap: 16px;
}
.hero-collage figure {
  margin: 0; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--border-strong); box-shadow: var(--shadow-md);
  background: var(--bg-card);
}
.hero-collage img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16/10; transition: transform .6s ease; }
.hero-collage figure:hover img { transform: scale(1.06); }
.hero-collage figure:nth-child(1) { transform: translateY(-22px); }
.hero-collage figure:nth-child(4) { transform: translateY(-22px); }
.hero-badge {
  position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: .55rem; z-index: 3;
  background: var(--bg-elev); border: 1px solid var(--border-strong);
  padding: .6rem 1.1rem; border-radius: var(--radius-pill); box-shadow: var(--shadow-md);
  font-family: var(--font-head); font-weight: 600; font-size: .85rem; white-space: nowrap;
}
.hero-badge .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(34,197,94,.25); }

@media (max-width: 820px) {
  .hero-grid { grid-template-columns: 1fr; text-align: center; }
  .hero .lead, .hero-cta, .hero-stats, .rating-row { margin-left: auto; margin-right: auto; justify-content: center; }
  .hero-art { max-width: 440px; margin: 1rem auto 0; }
}

/* ---------- Cartões de jogos ---------- */
.games-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(1.2rem, 2.5vw, 1.8rem); }
.game-card {
  display: flex; flex-direction: column;
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.game-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: var(--border-strong); }
.game-card__media {
  position: relative; aspect-ratio: 16/9; overflow: hidden; background: #0a0e16;
}
.game-card__media img.shot { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.game-card:hover .game-card__media img.shot { transform: scale(1.07); }
.game-card__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(10,14,22,.85) 100%);
}
.sport-tag {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  display: inline-flex; align-items: center; gap: .35rem;
  background: rgba(10,14,22,.72); backdrop-filter: blur(6px);
  color: #fff; font-weight: 600; font-family: var(--font-head);
  font-size: .74rem; padding: .35rem .7rem; border-radius: var(--radius-pill);
  border: 1px solid var(--border-strong);
}
.game-icon {
  position: absolute; bottom: -26px; left: 22px; z-index: 3;
  width: 64px; height: 64px; border-radius: 16px; overflow: hidden;
  border: 2px solid rgba(255,255,255,.18); box-shadow: var(--shadow-md);
}
.game-icon img { width: 100%; height: 100%; object-fit: cover; }
.game-card__body { padding: 2.2rem 1.5rem 1.6rem; display: flex; flex-direction: column; flex: 1; }
.game-card__body h3 { margin-bottom: .5rem; }
.tags { display: flex; flex-wrap: wrap; gap: .4rem; margin-bottom: .9rem; }
.tag {
  font-family: var(--font-head); font-size: .72rem; font-weight: 500;
  color: var(--blue-light); background: rgba(59,130,246,.12);
  padding: .26rem .68rem; border-radius: var(--radius-pill); border: 1px solid rgba(59,130,246,.18);
}
.tag--green { color: var(--green-light); background: rgba(34,197,94,.12); border-color: rgba(34,197,94,.2); }
.game-card__body p { color: var(--text-muted); font-size: .96rem; margin-bottom: 1.1rem; }
.metric {
  display: inline-flex; align-items: center; gap: .5rem; margin: 0 0 1.2rem;
  font-size: .88rem; color: var(--text-muted);
}
.metric svg { width: 18px; height: 18px; color: var(--green-light); flex: 0 0 auto; }
.game-card__body .btn { margin-top: auto; }

@media (max-width: 720px) {
  .games-list { grid-template-columns: 1fr; }
}

/* ---------- Grelha de funcionalidades ---------- */
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--gap); }
.feature {
  background: var(--bg-card); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 2rem 1.8rem; transition: all .3s ease;
  position: relative; overflow: hidden;
}
.feature:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: var(--shadow-md); }
.feature .ico {
  width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center;
  background: var(--grad-soft); color: var(--blue-light); margin-bottom: 1.2rem;
  border: 1px solid rgba(59,130,246,.2);
}
.feature .ico svg { width: 26px; height: 26px; }
.feature h3 { font-size: 1.2rem; }
.feature p { margin: 0; color: var(--text-muted); font-size: .96rem; }
@media (max-width: 820px) { .feature-grid { grid-template-columns: 1fr; } }

/* ---------- Páginas internas de jogo ---------- */
.breadcrumbs { font-size: .85rem; color: var(--text-soft); padding: 1.4rem 0 0; }
.breadcrumbs a { color: var(--text-muted); }
.breadcrumbs a:hover { color: #fff; }

.game-hero {
  display: grid; grid-template-columns: 132px 1fr; gap: 1.8rem; align-items: center;
  padding: 1.6rem 0 1rem;
}
.game-hero__icon {
  width: 132px; height: 132px; border-radius: 28px; overflow: hidden;
  box-shadow: var(--shadow-lg); border: 1px solid var(--border-strong);
}
.game-hero__icon img { width: 100%; height: 100%; object-fit: cover; }
.game-hero h1 { margin-bottom: .6rem; }
.game-hero .lead { margin: 0; }
@media (max-width: 560px) {
  .game-hero { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

/* Galeria de capturas de ecrã */
.shots-gallery {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px, 1fr);
  gap: 1rem; overflow-x: auto; padding: .5rem 0 1.2rem; scroll-snap-type: x mandatory;
  scrollbar-width: thin; scrollbar-color: var(--border-strong) transparent;
}
.shots-gallery::-webkit-scrollbar { height: 8px; }
.shots-gallery::-webkit-scrollbar-thumb { background: var(--border-strong); border-radius: 999px; }
.shots-gallery figure {
  margin: 0; border-radius: var(--radius); overflow: hidden; scroll-snap-align: start;
  border: 1px solid var(--border); background: var(--bg-card); box-shadow: var(--shadow-sm);
}
.shots-gallery img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16/9; transition: transform .5s ease; }
.shots-gallery figure:hover img { transform: scale(1.05); }
.shots-gallery.portrait { grid-auto-columns: minmax(190px, 220px); }
.shots-gallery.portrait img { aspect-ratio: 9/16; }

.content-block { max-width: 840px; margin: 0 auto; }
.content-block + .content-block { margin-top: 3.2rem; }
.block-label {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-head); font-weight: 600; color: var(--blue-light);
  text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; margin-bottom: .8rem;
}
.block-label .num {
  width: 28px; height: 28px; border-radius: 9px; background: var(--grad); color: #fff;
  display: grid; place-items: center; font-size: .85rem; box-shadow: var(--glow-blue);
}

/* Guia passo a passo */
.steps { list-style: none; padding: 0; margin: 1.4rem 0 0; counter-reset: step; }
.steps li {
  position: relative; padding: 0 0 1.6rem 3.4rem; margin: 0 0 0 1rem;
  border-left: 2px solid var(--border);
}
.steps li:last-child { border-left-color: transparent; padding-bottom: 0; }
.steps li::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: -1rem; top: -2px; transform: translateX(-50%);
  width: 38px; height: 38px; border-radius: 50%; background: var(--grad); color: #fff;
  font-family: var(--font-head); font-weight: 700; display: grid; place-items: center;
  box-shadow: var(--glow-blue);
}
.steps li h4 { margin: .15rem 0 .35rem; color: #fff; }
.steps li p { margin: 0; color: var(--text-muted); }

/* Callout / dica */
.callout {
  background: rgba(34,197,94,.08); border: 1px solid rgba(34,197,94,.22); border-left: 4px solid var(--green);
  padding: 1.1rem 1.3rem; border-radius: var(--radius); margin: 1.6rem 0; color: var(--text-muted);
}
.callout strong { color: var(--green-light); }
.callout.warn { background: rgba(59,130,246,.08); border-color: rgba(59,130,246,.22); border-left-color: var(--blue); }
.callout.warn strong { color: var(--blue-light); }

/* Checklist interativa */
.checklist { list-style: none; padding: 0; margin: 1.4rem 0 0; }
.checklist li { margin: 0 0 .6rem; }
.checklist label {
  display: flex; align-items: flex-start; gap: .85rem; cursor: pointer;
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: .95rem 1.1rem; transition: all .2s ease;
}
.checklist label:hover { border-color: var(--blue); background: var(--bg-elev); }
.checklist input { position: absolute; opacity: 0; width: 0; height: 0; }
.checklist .box {
  width: 23px; height: 23px; border-radius: 7px; border: 2px solid var(--border-strong);
  flex: 0 0 auto; display: grid; place-items: center; transition: all .2s ease;
}
.checklist .box svg { width: 14px; height: 14px; color: #fff; opacity: 0; transform: scale(.5); transition: all .2s ease; }
.checklist input:checked + .box { background: var(--green); border-color: var(--green); box-shadow: var(--glow-green); }
.checklist input:checked + .box svg { opacity: 1; transform: scale(1); }
.checklist input:checked ~ .task { color: var(--text-soft); text-decoration: line-through; }
.checklist input:focus-visible + .box { outline: 2px solid var(--blue-light); outline-offset: 2px; }
.checklist .task { color: var(--text); }

.checklist-progress {
  display: flex; align-items: center; gap: 1rem; margin-top: 1.5rem;
  font-family: var(--font-head); font-weight: 600; color: var(--text-muted); font-size: .92rem;
}
.progress-bar { flex: 1; height: 10px; border-radius: 999px; background: var(--bg-elev); overflow: hidden; border: 1px solid var(--border); }
.progress-bar i { display: block; height: 100%; width: 0; background: var(--grad); border-radius: 999px; transition: width .4s ease; }

/* ---------- Bloco de subscrição (OneSignal) ---------- */
.subscribe {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #16203a, #122a24);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-xl); color: #fff;
  padding: clamp(2rem, 5vw, 3.4rem); box-shadow: var(--shadow-lg);
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem); align-items: center;
}
.subscribe::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(500px circle at 0% 0%, rgba(59,130,246,.28), transparent 55%),
              radial-gradient(500px circle at 100% 100%, rgba(34,197,94,.24), transparent 55%);
}
.subscribe > div { position: relative; z-index: 1; }
.subscribe h2 { color: #fff; }
.subscribe p { color: rgba(255,255,255,.82); margin-bottom: 0; }
.form-wrap { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.6rem; color: var(--text); }
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-family: var(--font-head); font-size: .82rem; font-weight: 600; color: var(--text-muted); margin-bottom: .4rem; }
.form-group input[type=text],
.form-group input[type=tel],
.form-group input[type=email] {
  width: 100%; padding: .8rem .95rem; border-radius: 11px; border: 1px solid var(--border-strong);
  background: var(--bg-elev); color: var(--text); font-family: var(--font-body); font-size: .95rem;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.form-group input::placeholder { color: var(--text-soft); }
.form-group input:focus { outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(59,130,246,.25); }
.form-consent { font-size: .82rem; }
.form-consent label { display: flex; gap: .55rem; align-items: flex-start; font-weight: 400; color: var(--text-soft); }
.form-consent input { margin-top: .25rem; accent-color: var(--green); }
.success-msg { display: none; margin-top: .9rem; color: var(--green-light); font-size: .88rem; font-weight: 600; }
.success-msg.show { display: block; }
@media (max-width: 760px) { .subscribe { grid-template-columns: 1fr; } }

/* ---------- Bloco genérico de conteúdo ---------- */
.prose { max-width: 800px; margin: 0 auto; }
.prose h2 { margin-top: 2.2rem; }
.prose p, .prose ul { color: var(--text-muted); }
.info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--gap); margin-top: 2rem; }
.info-card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 1.8rem 1.5rem; text-align: center; transition: all .3s ease;
}
.info-card:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: var(--shadow-md); }
.info-card .ico { color: var(--blue-light); margin-bottom: .8rem; }
.info-card .ico svg { width: 30px; height: 30px; margin: 0 auto; }
.info-card h3 { font-size: 1.08rem; }
.info-card p { margin: 0; font-size: .92rem; color: var(--text-muted); }
@media (max-width: 760px) { .info-grid { grid-template-columns: 1fr; } }

/* Cartões de contacto */
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: var(--gap); margin-top: 2rem; }
.contact-card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 1.8rem 1.5rem; transition: all .3s ease;
}
.contact-card:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: var(--shadow-md); }
.contact-card .ico {
  width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center;
  background: var(--grad-soft); color: var(--blue-light); margin-bottom: 1rem; border: 1px solid rgba(59,130,246,.2);
}
.contact-card .ico svg { width: 24px; height: 24px; }
.contact-card h3 { font-size: 1.05rem; margin-bottom: .3rem; }
.contact-card p { margin: 0; color: var(--text-muted); font-size: .92rem; }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- Banda de manifesto / declaração ---------- */
.statement {
  position: relative; overflow: hidden; text-align: center;
  border-radius: var(--radius-xl); border: 1px solid var(--border-strong);
  background: linear-gradient(135deg, #131a2e, #0f1f1c);
  padding: clamp(2.6rem, 6vw, 4.2rem) clamp(1.4rem, 5vw, 3.5rem);
  box-shadow: var(--shadow-lg);
}
.statement::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(560px circle at 15% 0%, rgba(59,130,246,.22), transparent 55%),
              radial-gradient(560px circle at 85% 100%, rgba(34,197,94,.2), transparent 55%);
}
.statement > * { position: relative; z-index: 1; }
.statement .big {
  font-family: var(--font-head); font-weight: 700; letter-spacing: -.02em;
  font-size: clamp(1.5rem, 3.6vw, 2.4rem); line-height: 1.3; color: #fff;
  max-width: 880px; margin: 0 auto;
}
.statement .big em { font-style: normal; background: var(--grad-text); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.statement .sign { margin-top: 1.6rem; color: var(--text-muted); font-size: .98rem; }

/* Selos honestos (sem anúncios, etc.) */
.badges-row { display: flex; flex-wrap: wrap; justify-content: center; gap: .7rem; margin-top: 2rem; }
.honest-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.05); border: 1px solid var(--border-strong);
  padding: .55rem 1rem; border-radius: var(--radius-pill);
  font-family: var(--font-head); font-weight: 500; font-size: .86rem; color: var(--text);
}
.honest-badge svg { width: 17px; height: 17px; color: var(--green-light); }

/* ---------- Estúdio (intro com texto + visual) ---------- */
.studio-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.8rem, 4vw, 3.4rem); align-items: center; }
.studio-figure {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--border-strong); box-shadow: var(--shadow-md);
}
.studio-figure img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 4/3; }
.studio-figure figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 1.1rem 1.2rem;
  background: linear-gradient(0deg, rgba(8,11,18,.92), transparent);
  font-size: .85rem; color: var(--text-muted);
}
.studio-text .lead { margin-bottom: 1.2rem; }
.studio-text p { color: var(--text-muted); }
@media (max-width: 820px) { .studio-grid { grid-template-columns: 1fr; } .studio-figure { order: -1; } }

/* ---------- Processo (como fazemos os guias) ---------- */
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; counter-reset: pstep; }
.process-card {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg);
  padding: 1.7rem 1.4rem; transition: all .3s ease; position: relative;
}
.process-card:hover { transform: translateY(-4px); border-color: var(--border-strong); box-shadow: var(--shadow-md); }
.process-card .step-n {
  font-family: var(--font-head); font-weight: 800; font-size: 1.05rem;
  width: 40px; height: 40px; border-radius: 12px; display: grid; place-items: center;
  background: var(--grad-soft); color: var(--blue-light); border: 1px solid rgba(59,130,246,.22);
  margin-bottom: 1rem;
}
.process-card h3 { font-size: 1.08rem; }
.process-card p { margin: 0; color: var(--text-muted); font-size: .93rem; }
@media (max-width: 900px) { .process-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .process-grid { grid-template-columns: 1fr; } }

/* ---------- FAQ (acordeão) ---------- */
.faq { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: .8rem; }
.faq details {
  background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 0 1.3rem; transition: border-color .2s ease;
}
.faq details[open] { border-color: var(--border-strong); }
.faq summary {
  cursor: pointer; list-style: none; padding: 1.15rem 0; display: flex;
  align-items: center; justify-content: space-between; gap: 1rem;
  font-family: var(--font-head); font-weight: 600; color: #fff; font-size: 1.02rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { flex: 0 0 auto; width: 26px; height: 26px; position: relative; }
.faq summary .plus::before, .faq summary .plus::after {
  content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  background: var(--blue-light); border-radius: 2px; transition: transform .25s ease;
}
.faq summary .plus::before { width: 13px; height: 2px; }
.faq summary .plus::after { width: 2px; height: 13px; }
.faq details[open] summary .plus::after { transform: translate(-50%,-50%) scaleY(0); }
.faq details p { margin: 0; padding: 0 0 1.2rem; color: var(--text-muted); }

/* ---------- Footer (moderno, único, com newsletter) ---------- */
.site-footer { position: relative; background: #070a12; color: var(--text-muted); padding: 0 0 1.8rem; }
.site-footer::before { content: ""; display: block; height: 2px; background: var(--grad); opacity: .85; }

.footer-cta {
  margin: -1px 0 0; display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(1.5rem, 4vw, 3rem);
  align-items: center; padding: clamp(2.4rem, 5vw, 3.4rem) 0;
  border-bottom: 1px solid var(--border);
}
.footer-cta__text h3 { font-size: clamp(1.3rem, 2.6vw, 1.7rem); color: #fff; margin-bottom: .5rem; }
.footer-cta__text p { margin: 0; color: var(--text-soft); font-size: .95rem; max-width: 420px; }
.footer-news { display: grid; grid-template-columns: 1fr auto; gap: .7rem; }
.footer-news input[type=email] {
  grid-column: 1 / 2; padding: .9rem 1.1rem; border-radius: var(--radius-pill);
  border: 1px solid var(--border-strong); background: var(--bg-elev); color: var(--text);
  font-family: var(--font-body); font-size: .95rem; min-width: 0;
}
.footer-news input[type=email]::placeholder { color: var(--text-soft); }
.footer-news input[type=email]:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(34,197,94,.22); }
.footer-news .btn { grid-column: 2 / 3; }
.footer-news__consent { grid-column: 1 / -1; display: flex; gap: .5rem; align-items: flex-start; font-size: .8rem; color: var(--text-soft); }
.footer-news__consent input { margin-top: .15rem; accent-color: var(--green); }
.footer-news .success-msg { grid-column: 1 / -1; }
.footer-cta__static { display: flex; justify-content: flex-end; }

.footer-main { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; padding: 2.8rem 0; }
.site-footer .brand { color: #fff; margin-bottom: 1rem; }
.site-footer .footer-brand p { color: var(--text-soft); font-size: .92rem; max-width: 320px; margin-bottom: 1.1rem; }
.studio-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.studio-chips span {
  display: inline-flex; align-items: center; gap: .4rem; font-size: .78rem; font-family: var(--font-head);
  font-weight: 500; color: var(--text-muted); background: rgba(255,255,255,.04);
  border: 1px solid var(--border); border-radius: var(--radius-pill); padding: .35rem .75rem;
}
.footer-col h4 { color: #fff; font-size: .8rem; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 1.1rem; }
.footer-col ul { list-style: none; padding: 0; margin: 0; }
.footer-col li { margin-bottom: .65rem; }
.footer-col a { color: var(--text-muted); font-size: .92rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid var(--border); padding-top: 1.5rem;
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap;
  font-size: .82rem; color: var(--text-soft);
}
@media (max-width: 860px) {
  .footer-cta { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 1.8rem; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 540px) { .footer-main { grid-template-columns: 1fr; } }

/* ---------- Animação de entrada ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  * { animation: none !important; }
}
