/*
Theme Name: Meu Número
Theme URI: https://meunumero.site
Author: Meu Número
Description: Tema WordPress da landing page "Meu Número. Minhas Regras." — conversão da landing estática original, com todas as seções editáveis via Personalizar (Customizer): imagens, textos (com suporte a quebra de linha e tags HTML básicas), menu principal, menu do rodapé e menu mobile.
Version: 1.4.2
Requires PHP: 7.4
Text Domain: meu-numero
*/

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/outfit-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Outfit";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/outfit-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Non-front-page footer variant (footer.php uses this on inner WP pages, since the
   original footer is normally pinned absolutely inside the final-cta hero image) */
.site-footer-standalone {
  position: relative;
  padding-block: 48px;
  background: #00241e;
}

.site-footer-standalone .footer {
  position: static;
  left: auto;
  bottom: auto;
  transform: none;
}

/* Conteúdo de páginas de texto longo (Privacidade, Termos) — page.php */
.page-content h2 {
  margin-top: 44px;
  margin-bottom: 16px;
  font-size: clamp(1.4rem, 2.4vw, 1.9rem);
  font-weight: 620;
  letter-spacing: -0.03em;
  color: #f3f1e8;
}

.page-content h2:first-child {
  margin-top: 0;
}

.page-content p,
.page-content li {
  margin-bottom: 14px;
}

.page-content ul {
  margin: 0 0 20px;
  padding-left: 22px;
}

.page-content li {
  margin-bottom: 10px;
}

.page-content strong {
  color: #f3f1e8;
}

.page-content a {
  color: #9ef0c2;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-content em {
  color: #73958a;
  font-style: normal;
}

:root {
  --pine-975: #001612;
  --pine-950: #001f1a;
  --pine-900: #00382f;
  --pine-850: #06483d;
  --mint: #9ef0c2;
  --mint-strong: #b2f5cf;
  --bone: #f3f1e8;
  --sage: #73958a;
  --muted: rgba(243, 241, 232, 0.68);
  --line: rgba(158, 240, 194, 0.18);
  --surface: rgba(5, 58, 49, 0.5);
  --radius: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--pine-975);
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--pine-975);
  color: var(--bone);
  font-family: "Outfit", sans-serif;
  text-rendering: optimizeLegibility;
}

body::after {
  content: "";
  position: fixed;
  z-index: 80;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

button,
a {
  color: inherit;
  font: inherit;
}

a {
  text-decoration: none;
}

button {
  border: 0;
  cursor: pointer;
  background: none;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 4px;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

img {
  max-width: 100%;
}

svg {
  display: block;
  flex-shrink: 0;
}

.site-shell {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(34, 116, 94, 0.12), transparent 28%),
    var(--pine-975);
}

.page-width {
  width: min(92vw, 1380px);
  margin-inline: auto;
}

.chapter {
  position: relative;
  padding-block: clamp(7rem, 14vw, 12rem);
}

/* Full-bleed background images (replaces next/image "fill" behavior) */
.hero-media,
.mobile-menu-media,
.problem-visual img,
.pressure-media > img,
.manifesto-media,
.rule-panel-media,
.product-stage-media,
.control-visual img,
.privacy-media > img,
.outcome-media > img,
.faq-visual img,
.final-media {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.topbar {
  position: fixed;
  z-index: 40;
  top: 16px;
  left: 50%;
  width: min(94vw, 1380px);
  min-height: 68px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 10px 11px 10px 17px;
  border: 1px solid rgba(243, 241, 232, 0.14);
  border-radius: var(--radius);
  background: rgba(0, 31, 26, 0.72);
  backdrop-filter: blur(24px) saturate(150%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 55px rgba(0, 14, 11, 0.22);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.brand img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 2vw, 32px);
  color: rgba(243, 241, 232, 0.7);
  font-size: 0.87rem;
  white-space: nowrap;
}

.desktop-nav a,
.button,
.nav-cta,
.menu-toggle,
.carousel-controls button,
.access-close {
  transition:
    color 220ms ease,
    background-color 220ms ease,
    border-color 220ms ease,
    transform 220ms ease,
    opacity 220ms ease;
}

.desktop-nav a:hover {
  color: var(--bone);
}

.nav-cta {
  justify-self: end;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--pine-950);
  font-size: 0.86rem;
  font-weight: 750;
  white-space: nowrap;
}

.menu-toggle {
  display: none;
  justify-self: end;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(243, 241, 232, 0.18);
  border-radius: 999px;
  background: rgba(243, 241, 232, 0.07);
}

.nav-cta:hover,
.button-primary:hover {
  transform: translateY(-2px);
  background: var(--mint-strong);
}

.nav-cta:active,
.button:active,
.menu-toggle:active,
.carousel-controls button:active {
  transform: scale(0.98);
}

.mobile-menu {
  position: fixed;
  z-index: 70;
  inset: 0;
  visibility: hidden;
  min-height: 100dvh;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-3%);
  transition:
    opacity 420ms cubic-bezier(0.16, 1, 0.3, 1),
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    visibility 420ms;
}

.mobile-menu.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu-media {
  z-index: -3;
  object-fit: cover;
}

.mobile-menu-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 22, 18, 0.4), rgba(0, 22, 18, 0.82));
}

.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
}

.mobile-menu-head button {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border: 1px solid rgba(243, 241, 232, 0.22);
  border-radius: 999px;
  background: rgba(0, 31, 26, 0.52);
}

.mobile-nav {
  display: grid;
  gap: clamp(0.35rem, 1.6vh, 1rem);
  align-content: center;
  min-height: calc(100dvh - 180px);
  padding: 72px 24px 92px;
}

.mobile-nav a {
  width: max-content;
  font-size: clamp(2.15rem, 8.5vw, 4.4rem);
  font-weight: 580;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.mobile-menu-line {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 18ch;
  margin: 0;
  color: var(--mint);
  font-size: 0.9rem;
}

.hero {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  z-index: -3;
  object-fit: cover;
  object-position: center;
  will-change: transform;
}

.hero-media-mobile {
  display: none;
}

.hero-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 22, 18, 0.98) 0%, rgba(0, 31, 26, 0.75) 40%, rgba(0, 31, 26, 0.08) 75%),
    linear-gradient(0deg, rgba(0, 22, 18, 0.4), transparent 34%);
}

.hero-content {
  padding-top: 74px;
}

.hero-kicker {
  margin-bottom: 22px;
  color: var(--mint);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 1180px;
  margin-bottom: 0;
  font-size: clamp(3.7rem, 7.2vw, 7.5rem);
  font-weight: 560;
  letter-spacing: -0.067em;
  line-height: 0.92;
}

.hero-copy {
  max-width: 520px;
  margin: 28px 0 0;
  color: rgba(243, 241, 232, 0.76);
  font-size: clamp(1.04rem, 1.55vw, 1.28rem);
  line-height: 1.5;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.play-badge {
  display: inline-flex;
  margin-top: 18px;
  border-radius: 10px;
  opacity: 0.94;
  transition: opacity 220ms ease, transform 220ms ease;
}

.play-badge:hover,
.play-badge:focus-visible {
  opacity: 1;
  transform: translateY(-1px);
}

.play-badge img {
  display: block;
  width: 168px;
  height: auto;
}

.footer-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  justify-self: end;
}

.footer-meta .play-badge {
  margin-top: 0;
}

.footer-meta > p {
  margin: 0;
  color: var(--sage);
  font-size: 0.86rem;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  white-space: nowrap;
}

.button-primary {
  background: var(--mint);
  color: var(--pine-950);
}

.button-secondary {
  border-color: rgba(243, 241, 232, 0.34);
  background: rgba(0, 31, 26, 0.42);
  color: var(--bone);
  backdrop-filter: blur(12px);
}

.button-secondary:hover {
  border-color: var(--mint);
  color: var(--mint);
}

.problem {
  background: linear-gradient(180deg, var(--pine-975), #00241e);
}

.problem-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(3rem, 8vw, 9rem);
  align-items: center;
}

.problem-visual {
  position: relative;
  min-height: min(70dvh, 760px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 40px 120px rgba(0, 12, 10, 0.34);
}

.problem-visual img {
  object-fit: cover;
}

.problem-copy h2,
.rules-head h2,
.section-heading h2,
.faq-content > h2 {
  margin-bottom: 28px;
  font-size: clamp(2.7rem, 5vw, 5.3rem);
  font-weight: 540;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.problem-statement {
  max-width: 31ch;
  margin: 0;
  color: var(--bone);
  font-size: clamp(1.38rem, 2.45vw, 2.35rem);
  line-height: 1.3;
}

.reveal-word {
  opacity: 0.12;
}

.problem-close {
  max-width: 42ch;
  margin: 36px 0 0;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--mint);
  font-size: 1.04rem;
  line-height: 1.5;
}

.pressure {
  padding-top: 0;
  background: #00241e;
}

.pressure-media {
  position: relative;
  min-height: 88dvh;
  overflow: hidden;
  isolation: isolate;
}

.pressure-media > img {
  z-index: -2;
  object-fit: cover;
}

.pressure-shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 22, 18, 0.95), rgba(0, 22, 18, 0.6) 68%, rgba(0, 22, 18, 0.6) 100%);
}

.pressure-copy {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 5vw;
  align-items: end;
  min-height: 88dvh;
  padding-block: 9rem 5rem;
}

.pressure-copy h2 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.3rem, 6.8vw, 7.2rem);
  font-weight: 540;
  letter-spacing: -0.065em;
  line-height: 0.92;
}

.pressure-lines {
  display: grid;
  gap: 0;
  align-self: end;
  border-top: 1px solid rgba(243, 241, 232, 0.24);
}

.pressure-lines span {
  padding: 18px 0;
  border-bottom: 1px solid rgba(243, 241, 232, 0.16);
  color: rgba(243, 241, 232, 0.95);
  text-shadow: 0 1px 4px rgba(0, 10, 8, 0.55);
  font-size: clamp(1rem, 1.45vw, 1.25rem);
}

.manifesto {
  position: relative;
  height: 190dvh;
  background: var(--pine-975);
}

.manifesto-pin {
  position: relative;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.manifesto-media {
  z-index: -3;
  object-fit: cover;
  will-change: transform, opacity;
}

.manifesto-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 22, 18, 0.88), rgba(0, 22, 18, 0.18));
}

.manifesto-copy h2 {
  max-width: 13ch;
  margin-bottom: 28px;
  font-size: clamp(3.3rem, 7vw, 7.5rem);
  font-weight: 540;
  letter-spacing: -0.067em;
  line-height: 0.95;
}

.inline-image {
  display: inline-block;
  width: clamp(70px, 10vw, 150px);
  height: clamp(32px, 4.4vw, 62px);
  margin-inline: 0.14em;
  border: 1px solid rgba(158, 240, 194, 0.36);
  border-radius: 999px;
  background-position: center;
  background-size: cover;
  vertical-align: 0.08em;
}

.manifesto-copy p {
  max-width: 54ch;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.65vw, 1.34rem);
  line-height: 1.55;
}

.rules {
  background: linear-gradient(180deg, #00241e, var(--pine-975));
}

.rules-head {
  margin-bottom: 64px;
}

.rules-head h2 {
  max-width: 13ch;
}

.rules-head p {
  max-width: 52ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.55;
}

.rule-accordion {
  display: flex;
  min-height: 560px;
  gap: 10px;
}

.rule-panel {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  isolation: isolate;
  transition: flex 650ms cubic-bezier(0.16, 1, 0.3, 1);
}

.rule-panel-media {
  z-index: -3;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.rule-panel:hover .rule-panel-media {
  transform: scale(1.06);
}

.rule-panel-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 31, 26, 0.3), rgba(0, 22, 18, 0.94));
}

.rule-panel:hover,
.rule-panel:focus-within {
  flex: 2.15 1 0;
}

.rule-panel > svg {
  color: var(--mint);
}

.rule-panel h3 {
  max-width: 12ch;
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 2.2vw, 2.2rem);
  font-weight: 620;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.rule-panel p {
  max-width: 26ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.product {
  padding-bottom: 0;
  background: var(--pine-975);
}

.product-stage {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  isolation: isolate;
}

.product-stage-media {
  z-index: -3;
  object-fit: cover;
}

.product-stage-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 22, 18, 0.9), rgba(0, 22, 18, 0.14) 64%);
}

.product-intro {
  position: absolute;
  top: 72px;
  left: 6%;
  max-width: 580px;
}

.product-intro h2 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 5.2vw, 5.7rem);
  font-weight: 540;
  letter-spacing: -0.062em;
  line-height: 0.96;
}

.product-intro p {
  max-width: 42ch;
  margin: 0;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.5;
}

.screen-carousel {
  position: absolute;
  right: 5%;
  bottom: 4%;
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

.phone-frame {
  width: 260px;
  overflow: hidden;
  border: 7px solid #031a16;
  border-radius: 38px;
  background: #031a16;
  box-shadow: 0 35px 90px rgba(0, 10, 8, 0.52);
}

.phone-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.screen-feedback {
  width: 290px;
  margin-bottom: 34px;
  padding: 24px;
  border: 1px solid rgba(243, 241, 232, 0.14);
  border-radius: var(--radius);
  background: rgba(0, 31, 26, 0.7);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.screen-feedback h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
  letter-spacing: -0.035em;
}

.screen-feedback p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 22px;
  color: var(--sage);
  font-size: 0.82rem;
}

.carousel-controls button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(243, 241, 232, 0.16);
  border-radius: 999px;
  background: rgba(243, 241, 232, 0.07);
}

.carousel-controls button:hover {
  border-color: var(--mint);
  color: var(--mint);
}

.controls {
  background: linear-gradient(180deg, var(--pine-975), #00241e);
}

.section-heading {
  margin-bottom: 62px;
}

.section-heading h2 {
  max-width: 13ch;
  margin-bottom: 0;
}

.control-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 12px;
}

.control-cell {
  grid-column: span 4;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(8, 73, 61, 0.58), rgba(0, 31, 26, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.control-cell > svg {
  margin-bottom: auto;
  color: var(--mint);
}

.control-cell h3 {
  margin-bottom: 9px;
  font-size: clamp(1.4rem, 2.1vw, 2rem);
  font-weight: 620;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.control-cell p {
  max-width: 32ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.control-visual {
  position: relative;
  grid-column: span 7;
  min-height: 430px;
  overflow: hidden;
  padding: 0;
}

.control-visual img {
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.control-visual:hover img {
  transform: scale(1.04);
}

.control-mode {
  grid-column: span 5;
  min-height: 430px;
}

.control-band {
  grid-column: span 12;
  min-height: 180px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
}

.control-band > svg {
  margin: 0;
}

.privacy,
.outcome {
  padding-top: 0;
  background: #00241e;
}

.outcome {
  padding-bottom: 0;
}

.privacy-media,
.outcome-media {
  position: relative;
  min-height: 92dvh;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}

.privacy-media > img,
.outcome-media > img {
  z-index: -3;
  object-fit: cover;
}

.privacy-shade,
.outcome-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 22, 18, 0.98), rgba(0, 22, 18, 0.22) 68%);
}

.privacy-copy h2,
.outcome-copy h2,
.final-copy h2 {
  max-width: 12ch;
  margin-bottom: 26px;
  font-size: clamp(3.3rem, 6.4vw, 6.8rem);
  font-weight: 540;
  letter-spacing: -0.066em;
  line-height: 0.94;
}

.privacy-copy > p,
.outcome-copy > p,
.final-copy > p {
  max-width: 52ch;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  line-height: 1.55;
}

.privacy-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  max-width: 680px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.privacy-list span {
  padding: 20px;
  background: rgba(0, 31, 26, 0.82);
  color: rgba(243, 241, 232, 0.82);
}

.outcome-shade {
  background: linear-gradient(90deg, rgba(0, 22, 18, 0.94), rgba(0, 22, 18, 0.16) 72%);
}

.outcome-copy h2 {
  max-width: 10ch;
}

.outcome-lines {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.outcome-lines span {
  padding: 12px 16px;
  border: 1px solid rgba(243, 241, 232, 0.16);
  border-radius: 999px;
  background: rgba(0, 31, 26, 0.54);
  backdrop-filter: blur(10px);
}

.faq {
  background: linear-gradient(180deg, var(--pine-975), #00241e);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: start;
}

.faq-content > h2 {
  max-width: 13ch;
}

.faq-list {
  margin-top: 48px;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item > button {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 22px 0;
  background: transparent;
  color: var(--bone);
  text-align: left;
  font-size: clamp(1.08rem, 1.45vw, 1.28rem);
  font-weight: 610;
}

.faq-item > button span:last-child {
  color: var(--mint);
  font-size: 1.5rem;
  font-weight: 400;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition:
    grid-template-rows 420ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 300ms ease;
}

.faq-answer.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq-answer p {
  min-height: 0;
  overflow: hidden;
  max-width: 56ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.faq-answer.is-open p {
  padding-bottom: 22px;
}

.faq-visual {
  position: sticky;
  top: 110px;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq-visual img {
  object-fit: cover;
}

.final-cta {
  position: relative;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
}

.final-media {
  z-index: -3;
  object-fit: cover;
}

.final-shade {
  position: absolute;
  z-index: -2;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 22, 18, 0.96), rgba(0, 22, 18, 0.18) 74%);
}

.final-copy {
  padding-block: 130px 170px;
}

.final-copy h2 {
  max-width: 10ch;
}

.footer {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 32px;
  align-items: center;
  padding-top: 22px;
  border-top: 1px solid rgba(243, 241, 232, 0.2);
}

.footer nav {
  display: flex;
  gap: 24px;
  color: var(--muted);
  font-size: 0.9rem;
}

.footer > p {
  justify-self: end;
  margin: 0;
  color: var(--sage);
  font-size: 0.86rem;
}

.access-modal {
  position: fixed;
  z-index: 90;
  inset: 0;
  visibility: hidden;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  transition: opacity 280ms ease, visibility 280ms;
}

.access-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.access-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 18, 15, 0.82);
  backdrop-filter: blur(18px);
}

.access-card {
  position: relative;
  width: min(100%, 520px);
  padding: 42px;
  border: 1px solid rgba(158, 240, 194, 0.22);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #06483d, #001f1a);
  box-shadow: 0 36px 130px rgba(0, 10, 8, 0.54);
  transform: translateY(18px) scale(0.98);
  transition: transform 340ms cubic-bezier(0.16, 1, 0.3, 1);
}

.access-modal.is-open .access-card {
  transform: translateY(0) scale(1);
}

.access-card > svg {
  margin-bottom: 24px;
  color: var(--mint);
}

.access-card h2 {
  margin-bottom: 16px;
  font-size: clamp(2.2rem, 6vw, 3.5rem);
  font-weight: 560;
  letter-spacing: -0.055em;
  line-height: 1;
}

.access-card p {
  margin-bottom: 26px;
  color: var(--muted);
  line-height: 1.55;
}

.access-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(243, 241, 232, 0.16);
  border-radius: 999px;
  background: rgba(243, 241, 232, 0.06);
}

@media (max-width: 1120px) {
  .topbar {
    grid-template-columns: 1fr auto;
  }

  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .product-stage {
    min-height: 980px;
  }

  .screen-carousel {
    right: 4%;
  }

  .control-cell {
    grid-column: span 6;
  }

  .control-visual,
  .control-mode,
  .control-band {
    grid-column: span 12;
  }
}

@media (max-width: 760px) {
  .page-width {
    width: calc(100% - 32px);
  }

  .chapter {
    padding-block: 7rem;
  }

  .topbar {
    top: 10px;
    width: calc(100vw - 20px);
    min-height: 60px;
    padding: 8px 9px 8px 12px;
  }

  .brand span {
    font-size: 0.98rem;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .hero {
    align-items: stretch;
  }

  .hero-media-desktop {
    display: none;
  }

  .hero-media-mobile {
    display: block;
  }

  /* O vídeo do hero no mobile já nasce com o topo "vazio" (fundo escuro) e o portal/telefone
     só aparece na metade de baixo — por isso o texto sobe pro topo (zona naturalmente escura,
     ótimo contraste) e o vídeo fica livre pra mostrar o assunto sem o texto por cima. */
  .hero-shade {
    background: linear-gradient(180deg, rgba(0, 22, 18, 0.92) 0%, rgba(0, 22, 18, 0.55) 38%, rgba(0, 22, 18, 0.05) 60%);
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    padding: 128px 0 28px;
  }

  .hero .play-badge {
    display: none;
  }

  .hero-kicker {
    margin-bottom: 14px;
    font-size: 0.66rem;
  }

  .hero h1 {
    max-width: 10.5ch;
    font-size: clamp(2.6rem, 12vw, 4.4rem);
    line-height: 0.94;
  }

  .hero-copy {
    max-width: 34ch;
    margin-top: 18px;
    font-size: 0.98rem;
  }

  .hero-actions {
    display: grid;
    margin-top: auto;
    padding-top: 24px;
  }

  .button {
    width: 100%;
  }

  .problem-grid,
  .pressure-copy,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .problem-grid {
    gap: 48px;
  }

  .problem-visual {
    min-height: 52dvh;
  }

  .problem-copy h2,
  .rules-head h2,
  .section-heading h2,
  .faq-content > h2 {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .problem-statement {
    font-size: 1.35rem;
  }

  .pressure-media,
  .pressure-copy {
    min-height: 82dvh;
  }

  .pressure-media > img {
    object-position: 56% center;
  }

  .pressure-copy {
    align-content: end;
    padding-block: 7rem 2.5rem;
  }

  .pressure-copy h2 {
    font-size: clamp(3.2rem, 14vw, 4.8rem);
  }

  .manifesto {
    height: 160dvh;
  }

  .manifesto-media {
    object-position: 38% center;
  }

  .manifesto-copy h2 {
    max-width: 10ch;
    font-size: clamp(3.1rem, 13vw, 4.8rem);
  }

  .rule-accordion {
    display: grid;
    min-height: 0;
  }

  .rule-panel,
  .rule-panel:hover {
    min-height: 340px;
    flex: none;
  }

  .product-stage {
    min-height: 1080px;
  }

  .product-stage-media {
    object-position: 68% center;
  }

  .product-stage-shade {
    background: linear-gradient(0deg, rgba(0, 22, 18, 0.98), rgba(0, 22, 18, 0.38));
  }

  .product-intro {
    top: 38px;
    left: 24px;
    right: 24px;
  }

  .product-intro h2 {
    font-size: clamp(2.8rem, 12vw, 4.2rem);
  }

  .screen-carousel {
    right: 20px;
    bottom: 24px;
    left: 20px;
    flex-direction: column;
    align-items: center;
  }

  .phone-frame {
    width: min(58vw, 260px);
  }

  .screen-feedback {
    width: 100%;
    margin-bottom: 0;
  }

  .control-cell,
  .control-visual,
  .control-mode,
  .control-band {
    grid-column: span 12;
  }

  .control-cell {
    min-height: 240px;
  }

  .control-visual {
    min-height: 330px;
  }

  .control-band {
    min-height: 260px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
  }

  .privacy-media,
  .outcome-media {
    min-height: 100dvh;
    align-items: flex-end;
  }

  .privacy-media > img {
    object-position: 67% center;
  }

  .outcome-media > img {
    object-position: 62% center;
  }

  .privacy-shade,
  .outcome-shade {
    background: linear-gradient(0deg, rgba(0, 22, 18, 0.99), rgba(0, 22, 18, 0.22) 75%);
  }

  .privacy-copy,
  .outcome-copy {
    padding-bottom: 44px;
  }

  .privacy-copy h2,
  .outcome-copy h2,
  .final-copy h2 {
    font-size: clamp(3rem, 13vw, 4.6rem);
  }

  .privacy-list {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    gap: 56px;
  }

  .faq-visual {
    position: relative;
    top: auto;
    min-height: 430px;
    order: -1;
  }

  .final-media {
    object-position: 68% center;
  }

  .final-shade {
    background: linear-gradient(0deg, rgba(0, 22, 18, 0.98), rgba(0, 22, 18, 0.22) 78%);
  }

  .final-copy {
    padding-block: 150px 220px;
  }

  .footer {
    grid-template-columns: 1fr;
    gap: 16px;
    bottom: 22px;
  }

  .footer nav {
    flex-wrap: wrap;
    gap: 14px 20px;
  }

  .footer > p {
    justify-self: start;
  }

  .footer-meta {
    align-items: flex-start;
  }

  .access-card {
    padding: 34px 24px 24px;
  }
}

@media (max-width: 380px) {
  .mobile-nav {
    padding-top: 56px;
  }

  .mobile-nav a {
    font-size: clamp(1.9rem, 8vw, 2.3rem);
  }

  .hero h1 {
    font-size: 2.8rem;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .topbar,
  .button-secondary,
  .screen-feedback,
  .outcome-lines span,
  .access-backdrop {
    backdrop-filter: none;
  }

  .topbar,
  .button-secondary,
  .screen-feedback {
    background: var(--pine-950);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal-word {
    opacity: 1;
  }
}
