/* =========================================================================
   MobileNest — styles.css
   Tema WARM LIGHT · aconchegante, arredondado, acolhedor.
   Fonts: Bricolage Grotesque (títulos) · Quicksand (logo) · system-ui (corpo).
   Metodologia BEM.
   ========================================================================= */

/* ---------- Tokens ---------- */
:root {
  --bg:         #F7F3EC;
  --surface:    #FFFFFF;
  --surface-2:  #FCFAF5;
  --panel-green:#EAF3ED;
  --ink:        #1E2420;
  --muted:      #5E6B62;
  --accent:     #2E7D57;
  --accent-hover:#3B9469;
  --accent-soft:#DCEBE1;
  --border:     #E7E1D6;
  --border-2:   #EFEADF;
  --star:       #E0A32E;

  --font-display: "Bricolage Grotesque", "Segoe UI", system-ui, sans-serif;
  --font-logo:    "Quicksand", "Segoe UI", system-ui, sans-serif;
  --font-body:    system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

  --r-sm: 12px;
  --r:    18px;
  --r-lg: 24px;
  --r-xl: 30px;
  --r-pill: 999px;

  --shadow-sm: 0 2px 10px rgba(46, 60, 44, 0.06);
  --shadow:    0 12px 30px rgba(46, 60, 44, 0.09);
  --shadow-lg: 0 22px 50px rgba(46, 60, 44, 0.12);

  --container: 1160px;
  --pad: 22px;
  --header-h: 76px;
}

/* ---------- Reset base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-hover); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.1; margin: 0; letter-spacing: -0.01em; }
p { margin: 0; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 6px; }

/* ---------- Container / secções ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--pad); }
.section { padding-block: 84px; }
.section--tint { background: var(--surface); }
.section--soft { background: var(--surface-2); }

.section__head { max-width: 680px; margin-bottom: 44px; }
.section__head--center { margin-inline: auto; text-align: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-logo); font-weight: 700; font-size: 13px;
  text-transform: uppercase; letter-spacing: 0.14em; color: var(--accent);
  background: var(--accent-soft); border-radius: var(--r-pill);
  padding: 7px 15px; margin-bottom: 18px;
}
.eyebrow__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); }
.section__title { font-size: clamp(28px, 4.2vw, 42px); }
.section__lead { margin-top: 16px; color: var(--muted); font-size: 18px; max-width: 620px; }
.section__head--center .section__lead { margin-inline: auto; }

/* ---------- Botões ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 650; font-size: 16px;
  padding: 14px 24px; border-radius: var(--r-pill); border: 1.5px solid transparent;
  cursor: pointer; transition: transform .16s ease, background .16s ease, box-shadow .16s ease, border-color .16s ease;
  text-align: center; line-height: 1;
}
.btn:active { transform: translateY(1px); }
.btn--primary { background: var(--accent); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: var(--accent-hover); color: #fff; box-shadow: var(--shadow); transform: translateY(-2px); }
.btn--ghost { background: var(--surface); color: var(--ink); border-color: var(--border); }
.btn--ghost:hover { border-color: var(--accent); color: var(--accent); }
.btn--block { width: 100%; }
.btn__icon { width: 18px; height: 18px; flex: none; }

/* ---------- Chips / pills ---------- */
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 9px 16px; border-radius: var(--r-pill);
  background: var(--surface); border: 1.5px solid var(--border);
  font-size: 14.5px; font-weight: 600; color: var(--ink);
}
.chip__icon { width: 16px; height: 16px; color: var(--accent); flex: none; }

/* ---------- Estrelas (SVG máscara, preenchimento fracionário) ---------- */
.stars {
  --rating: 0;
  position: relative; display: inline-block;
  width: calc(5 * 1.1em); height: 1.1em; vertical-align: -0.16em; flex: none;
  background: #E3DCCB;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.2l2.95 6 6.6.96-4.78 4.66 1.13 6.58L12 21.3l-5.9 3.1 1.13-6.58L2.45 9.16l6.6-.96z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2.2l2.95 6 6.6.96-4.78 4.66 1.13 6.58L12 21.3l-5.9 3.1 1.13-6.58L2.45 9.16l6.6-.96z'/%3E%3C/svg%3E");
  -webkit-mask-size: 1.1em 1.1em; mask-size: 1.1em 1.1em;
  -webkit-mask-repeat: repeat-x; mask-repeat: repeat-x;
}
.stars__fill { position: absolute; top: 0; left: 0; bottom: 0; width: calc(var(--rating) / 5 * 100%); background: var(--star); }

/* =========================================================================
   HEADER
   ========================================================================= */
.header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(247, 243, 236, 0.82);
  backdrop-filter: saturate(1.4) blur(12px);
  -webkit-backdrop-filter: saturate(1.4) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.header.is-stuck { border-bottom-color: var(--border); box-shadow: 0 6px 20px rgba(46,60,44,.05); }
.header__inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 18px; }

.logo { font-family: var(--font-logo); font-weight: 700; font-size: 23px; letter-spacing: 0.02em; text-transform: uppercase; color: var(--ink); display: inline-flex; align-items: center; gap: 7px; }
.logo__dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); display: inline-block; }
.logo__accent { color: var(--accent); }
.logo:hover { color: var(--ink); }

.nav { display: flex; align-items: center; gap: 4px; }
.nav__link { font-weight: 600; font-size: 15.5px; color: var(--ink); padding: 9px 13px; border-radius: var(--r-pill); transition: background .16s ease, color .16s ease; }
.nav__link:hover { background: var(--accent-soft); color: var(--accent); }
.nav__cta { margin-left: 8px; }

.burger { display: none; width: 46px; height: 46px; border: 1.5px solid var(--border); background: var(--surface); border-radius: 14px; cursor: pointer; padding: 0; position: relative; }
.burger__bar, .burger::before, .burger::after { content: ""; position: absolute; left: 12px; right: 12px; height: 2.4px; background: var(--ink); border-radius: 2px; transition: transform .2s ease, opacity .2s ease; }
.burger__bar { top: 50%; transform: translateY(-50%); }
.burger::before { top: 15px; }
.burger::after { bottom: 15px; }
.burger.is-active::before { transform: translateY(7px) rotate(45deg); }
.burger.is-active::after { transform: translateY(-7px) rotate(-45deg); }
.burger.is-active .burger__bar { opacity: 0; }

/* =========================================================================
   HERO
   ========================================================================= */
.hero { position: relative; overflow: hidden; padding-block: 64px 92px; }
.hero::before {
  content: ""; position: absolute; z-index: 0; top: -220px; right: -180px;
  width: 720px; height: 720px; border-radius: 50%;
  background: radial-gradient(circle, rgba(46,125,87,.16), rgba(46,125,87,0) 62%);
  pointer-events: none;
}
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero__title { font-size: clamp(38px, 6vw, 66px); line-height: 1.03; letter-spacing: -0.02em; }
.hero__title-accent { color: var(--accent); }
.hero__lead { margin-top: 22px; font-size: 19px; color: var(--muted); max-width: 500px; }
.hero__actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 14px; }
.hero__meta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px 22px; align-items: center; }
.hero__meta-item { display: inline-flex; align-items: center; gap: 9px; color: var(--muted); font-size: 14.5px; font-weight: 600; }
.hero__meta-icon { width: 18px; height: 18px; color: var(--accent); flex: none; }

/* Nest cluster */
.hero__nest { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 440px; margin-inline: auto; padding-block: 22px; }
.nest-tile {
  position: relative; aspect-ratio: 1 / 1; border-radius: 24px; overflow: hidden;
  background: var(--surface); border: 4px solid #fff;
  box-shadow: var(--shadow);
}
.nest-tile img { width: 100%; height: 100%; object-fit: cover; }
.nest-tile--1 { transform: rotate(-3deg) scale(1.05); z-index: 2; }
.nest-tile--2 { transform: translateY(26px) rotate(2deg) scale(0.92); }
.nest-tile--3 { transform: rotate(3deg); z-index: 2; }
.nest-tile--4 { transform: rotate(-2deg); }
.nest-tile--5 { transform: translateY(26px) rotate(-3deg) scale(0.92); }
.nest-tile--6 { transform: rotate(3deg) scale(1.04); z-index: 2; }
.hero__nest-note { position: absolute; bottom: -6px; left: 50%; transform: translateX(-50%); background: var(--ink); color: #fff; font-size: 12.5px; font-weight: 700; padding: 7px 15px; border-radius: var(--r-pill); box-shadow: var(--shadow); white-space: nowrap; }

/* =========================================================================
   JOGOS (cartões masonry)
   ========================================================================= */
.games { column-count: 3; column-gap: 24px; }
.game {
  break-inside: avoid; margin-bottom: 24px;
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 22px; box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.game:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--accent-soft); }
.game__top { display: flex; gap: 16px; align-items: center; }
.game__icon { width: 74px; height: 74px; border-radius: 20px; flex: none; box-shadow: var(--shadow-sm); border: 1px solid var(--border-2); }
.game__id { min-width: 0; }
.game__name { font-size: 20px; letter-spacing: -0.01em; }
.game__dev { color: var(--muted); font-size: 14px; margin-top: 3px; }
.game__rating { display: flex; align-items: center; gap: 9px; margin-top: 16px; }
.game__rating-num { font-weight: 700; font-size: 15px; color: var(--ink); }
.game__rating-max { color: var(--muted); font-weight: 500; font-size: 13px; }
.game__genre { display: inline-flex; align-items: center; margin-top: 16px; padding: 6px 13px; border-radius: var(--r-pill); background: var(--panel-green); color: var(--accent); font-size: 13px; font-weight: 700; }
.game__desc { margin-top: 14px; color: var(--muted); font-size: 15.5px; line-height: 1.6; }
.game__cta { margin-top: 18px; }

/* =========================================================================
   CATEGORIAS (chips de género)
   ========================================================================= */
.genres { display: flex; flex-wrap: wrap; gap: 14px; }
.genre {
  flex: 1 1 210px; min-width: 200px; display: flex; gap: 15px; align-items: flex-start;
  background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: 20px; box-shadow: var(--shadow-sm); transition: transform .16s ease, box-shadow .16s ease;
}
.genre:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.genre__badge { width: 46px; height: 46px; border-radius: 14px; background: var(--panel-green); color: var(--accent); display: grid; place-items: center; flex: none; }
.genre__badge svg { width: 24px; height: 24px; }
.genre__title { font-family: var(--font-display); font-weight: 700; font-size: 17px; }
.genre__text { color: var(--muted); font-size: 14px; margin-top: 5px; line-height: 1.5; }

/* =========================================================================
   EM AÇÃO (screenshots masonry)
   ========================================================================= */
.shots { column-count: 4; column-gap: 18px; }
.shot { break-inside: avoid; margin-bottom: 18px; border-radius: var(--r-lg); overflow: hidden; background: var(--surface); border: 4px solid #fff; box-shadow: var(--shadow); position: relative; }
.shot img { width: 100%; height: auto; }
.shot__cap { position: absolute; left: 10px; bottom: 10px; background: rgba(30,36,32,.82); color: #fff; font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: var(--r-pill); backdrop-filter: blur(3px); }

/* =========================================================================
   TRANSPARÊNCIA (como ganhamos)
   ========================================================================= */
.money { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.money__panel { background: var(--panel-green); border: 1px solid var(--accent-soft); border-radius: var(--r-xl); padding: 34px; }
.money__list { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 16px; }
.money__item { display: flex; gap: 14px; align-items: flex-start; }
.money__num { width: 32px; height: 32px; border-radius: 50%; background: var(--accent); color: #fff; font-family: var(--font-display); font-weight: 700; font-size: 15px; display: grid; place-items: center; flex: none; }
.money__item-title { font-weight: 700; font-family: var(--font-display); font-size: 16.5px; }
.money__item-text { color: var(--muted); font-size: 15px; margin-top: 3px; }
.money__note { margin-top: 22px; font-size: 14px; color: var(--muted); }
.money__aside { }
.money__aside-title { font-size: clamp(24px, 3.4vw, 34px); }
.money__aside-text { color: var(--muted); margin-top: 16px; font-size: 17px; }
.money__tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

/* =========================================================================
   PORQUÊ CONFIAR (cartões de confiança)
   ========================================================================= */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.trust__card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.trust__icon { width: 52px; height: 52px; border-radius: 16px; background: var(--panel-green); color: var(--accent); display: grid; place-items: center; margin-bottom: 16px; }
.trust__icon svg { width: 26px; height: 26px; }
.trust__title { font-size: 17.5px; margin-bottom: 8px; }
.trust__text { color: var(--muted); font-size: 15px; }

/* =========================================================================
   NÚMEROS (estatísticas)
   ========================================================================= */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stat { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 28px 24px; text-align: center; box-shadow: var(--shadow-sm); }
.stat__num { font-family: var(--font-display); font-weight: 700; font-size: clamp(32px, 5vw, 44px); color: var(--accent); letter-spacing: -0.02em; }
.stat__label { color: var(--muted); font-size: 14.5px; margin-top: 6px; font-weight: 600; }

/* =========================================================================
   OPINIÕES (reviews)
   ========================================================================= */
.reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.review { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.review__stars { margin-bottom: 14px; }
.review__quote { color: var(--ink); font-size: 16px; line-height: 1.62; flex: 1; }
.review__author { display: flex; align-items: center; gap: 13px; margin-top: 20px; }
.review__avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--accent-soft); color: var(--accent); font-family: var(--font-display); font-weight: 700; font-size: 16px; display: grid; place-items: center; flex: none; }
.review__name { font-weight: 700; font-size: 15px; }
.review__role { color: var(--muted); font-size: 13px; margin-top: 2px; }

/* =========================================================================
   NEWSLETTER (form)
   ========================================================================= */
.subscribe { }
.subscribe__card { background: linear-gradient(150deg, var(--panel-green), #F2F8F3); border: 1px solid var(--accent-soft); border-radius: var(--r-xl); padding: clamp(28px, 5vw, 52px); display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 44px; align-items: center; }
.subscribe__title { font-size: clamp(26px, 3.6vw, 36px); }
.subscribe__text { color: var(--muted); margin-top: 14px; font-size: 17px; }
.subscribe__perks { list-style: none; margin: 20px 0 0; padding: 0; display: grid; gap: 10px; }
.subscribe__perk { display: flex; gap: 10px; align-items: center; font-size: 15px; color: var(--ink); font-weight: 600; }
.subscribe__perk svg { width: 18px; height: 18px; color: var(--accent); flex: none; }

.form { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); padding: 26px; box-shadow: var(--shadow); }
.form__row { margin-bottom: 15px; }
.form__label { display: block; font-weight: 650; font-size: 14px; margin-bottom: 7px; }
.form__req { color: var(--accent); }
.form__input { width: 100%; font: inherit; font-size: 15.5px; padding: 13px 15px; border-radius: 13px; border: 1.5px solid var(--border); background: var(--surface-2); color: var(--ink); transition: border-color .16s ease, background .16s ease; }
.form__input::placeholder { color: #9aa79d; }
.form__input:focus { outline: none; border-color: var(--accent); background: #fff; }
.form__input.is-invalid { border-color: #c0562f; background: #fdf3ef; }
.form__consent { display: flex; gap: 11px; align-items: flex-start; margin: 4px 0 18px; }
.form__check { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--accent); flex: none; }
.form__consent-text { font-size: 13.5px; color: var(--muted); line-height: 1.5; }
.form__success { display: none; margin-top: 16px; padding: 13px 16px; border-radius: 13px; background: var(--accent-soft); color: #1c5b3e; font-weight: 650; font-size: 14.5px; align-items: center; gap: 9px; }
.form__success.is-visible { display: flex; }
.form__success svg { width: 20px; height: 20px; flex: none; }

/* =========================================================================
   FAQ
   ========================================================================= */
.faq { max-width: 820px; margin-inline: auto; }
.faq__item { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r); margin-bottom: 14px; overflow: hidden; transition: box-shadow .16s ease, border-color .16s ease; }
.faq__item.is-open { box-shadow: var(--shadow-sm); border-color: var(--accent-soft); }
.faq__q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; font-family: var(--font-display); font-weight: 700; font-size: 17px; color: var(--ink); padding: 20px 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.faq__q-icon { width: 22px; height: 22px; flex: none; color: var(--accent); transition: transform .22s ease; }
.faq__item.is-open .faq__q-icon { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .26s ease; }
.faq__a-inner { padding: 0 22px 20px; color: var(--muted); font-size: 15.5px; line-height: 1.62; }

/* =========================================================================
   SOBRE / COMUNIDADE
   ========================================================================= */
.about { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 44px; align-items: center; }
.about__title { font-size: clamp(26px, 3.6vw, 38px); }
.about__text { color: var(--muted); margin-top: 18px; font-size: 17px; }
.about__text + .about__text { margin-top: 14px; }
.about__panel { background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-xl); padding: 30px; box-shadow: var(--shadow-sm); }
.about__panel-title { font-family: var(--font-logo); text-transform: uppercase; letter-spacing: 0.1em; font-size: 13px; color: var(--accent); font-weight: 700; }
.about__mini { display: grid; gap: 14px; margin-top: 18px; }
.about__mini-item { display: flex; gap: 13px; align-items: flex-start; }
.about__mini-icon { width: 40px; height: 40px; border-radius: 12px; background: var(--panel-green); color: var(--accent); display: grid; place-items: center; flex: none; }
.about__mini-icon svg { width: 21px; height: 21px; }
.about__mini-title { font-weight: 700; font-family: var(--font-display); font-size: 15.5px; }
.about__mini-text { color: var(--muted); font-size: 14px; margin-top: 2px; }
.about__contact { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--border); font-size: 14.5px; color: var(--muted); }
.about__contact a { font-weight: 700; }

/* =========================================================================
   FOOTER
   ========================================================================= */
.footer { background: var(--ink); color: #D9DED6; padding-block: 56px 30px; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
.footer__brand-logo { font-family: var(--font-logo); font-weight: 700; font-size: 22px; text-transform: uppercase; letter-spacing: 0.02em; color: #fff; display: inline-flex; align-items: center; gap: 7px; }
.footer__brand-logo .logo__accent { color: #7ec9a3; }
.footer__brand-logo .logo__dot { background: #7ec9a3; }
.footer__tagline { color: #A9B2A6; margin-top: 14px; font-size: 15px; max-width: 300px; }
.footer__contact { margin-top: 16px; font-size: 14.5px; }
.footer__contact a { color: #9ad9b8; font-weight: 700; }
.footer__col-title { font-family: var(--font-display); font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; color: #fff; margin-bottom: 15px; }
.footer__links { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.footer__links a { color: #C3CABe; font-size: 15px; }
.footer__links a:hover { color: #fff; }
.footer__bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); display: flex; flex-wrap: wrap; gap: 12px 20px; justify-content: space-between; align-items: center; }
.footer__copy { color: #9AA396; font-size: 13.5px; }
.footer__disclaimer { color: #808a7d; font-size: 12.5px; max-width: 620px; }

/* =========================================================================
   VOLTAR AO TOPO + COOKIE
   ========================================================================= */
.totop { position: fixed; right: 22px; bottom: 22px; z-index: 55; width: 50px; height: 50px; border-radius: 50%; background: var(--accent); color: #fff; border: none; cursor: pointer; box-shadow: var(--shadow); display: grid; place-items: center; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease, visibility .2s, background .16s ease; }
.totop.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.totop:hover { background: var(--accent-hover); }
.totop svg { width: 22px; height: 22px; }

.cookie { position: fixed; left: 22px; right: 22px; bottom: 22px; z-index: 70; max-width: 560px; margin-inline: auto; background: var(--surface); border: 1px solid var(--border); border-radius: var(--r-lg); box-shadow: var(--shadow-lg); padding: 22px; transform: translateY(140%); transition: transform .3s ease; }
.cookie.is-visible { transform: translateY(0); }
.cookie__title { font-family: var(--font-display); font-weight: 700; font-size: 17px; margin-bottom: 7px; }
.cookie__text { color: var(--muted); font-size: 14px; line-height: 1.55; }
.cookie__text a { font-weight: 700; }
.cookie__actions { display: flex; gap: 10px; margin-top: 16px; }
.cookie__actions .btn { padding: 11px 20px; font-size: 14.5px; }

/* =========================================================================
   PÁGINAS LEGAIS
   ========================================================================= */
.legal { padding-block: 56px 80px; }
.legal__back { display: inline-flex; align-items: center; gap: 8px; font-weight: 650; font-size: 14.5px; margin-bottom: 22px; }
.legal__back svg { width: 17px; height: 17px; }
.legal__title { font-size: clamp(30px, 5vw, 44px); }
.legal__updated { color: var(--muted); margin-top: 12px; font-size: 15px; }
.legal__body { max-width: 800px; margin-top: 30px; }
.legal__body h2 { font-size: 23px; margin-top: 38px; margin-bottom: 12px; }
.legal__body h3 { font-size: 18px; margin-top: 24px; margin-bottom: 8px; }
.legal__body p { color: #3c453d; margin-top: 12px; line-height: 1.7; }
.legal__body ul { color: #3c453d; margin-top: 12px; padding-left: 22px; line-height: 1.7; }
.legal__body li { margin-bottom: 7px; }
.legal__body a { font-weight: 650; }
.legal__note { background: var(--panel-green); border: 1px solid var(--accent-soft); border-radius: var(--r); padding: 16px 20px; font-size: 14.5px; color: #2c5f45; margin-top: 20px; }

/* =========================================================================
   RESPONSIVO
   ========================================================================= */
@media (max-width: 1080px) {
  .games { column-count: 2; }
  .shots { column-count: 3; }
  .trust, .stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .hero__inner { grid-template-columns: 1fr; gap: 40px; }
  .hero__nest { max-width: 380px; }
  .money, .about, .subscribe__card { grid-template-columns: 1fr; gap: 30px; }
  .reviews { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 30px; }
}
@media (max-width: 760px) {
  .section { padding-block: 60px; }
  .nav { position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: stretch; gap: 6px; background: var(--surface); border-bottom: 1px solid var(--border); padding: 16px var(--pad) 22px; box-shadow: var(--shadow); transform: translateY(-140%); transition: transform .28s ease; z-index: 50; }
  .nav.is-open { transform: translateY(0); }
  .nav__link { padding: 12px 14px; }
  .nav__cta { margin-left: 0; margin-top: 6px; }
  .burger { display: block; }
  .shots { column-count: 2; }
  .reviews { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .games { column-count: 1; }
  .trust, .stats { grid-template-columns: 1fr; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__actions .btn { width: 100%; }
  .cookie__actions { flex-direction: column; }
}
