:root {
  --navy: #0b2239;
  --navy-2: #123b55;
  --teal: #167d80;
  --teal-dark: #0f5f64;
  --coral: #ef6b4b;
  --ochre: #e0a33a;
  --cream: #f8f2e5;
  --paper: #fffdf8;
  --mist: #e7efed;
  --ink: #18313f;
  --muted: #60727a;
  --line: rgba(11, 34, 57, .14);
  --shadow: 0 24px 70px rgba(11, 34, 57, .13);
  --radius-lg: 32px;
  --radius-md: 22px;
  --shell: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .22; z-index: 20; 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='.75' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.08'/%3E%3C/svg%3E"); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 999; padding: 10px 14px; background: var(--paper); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255, 253, 248, .9); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(11, 34, 57, .08); }
.header-inner { height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: Georgia, "Times New Roman", serif; font-weight: 700; font-size: 1.18rem; text-decoration: none; letter-spacing: -.02em; }
.brand-mark { display: grid; place-items: center; width: 35px; height: 35px; color: var(--paper); background: var(--teal); border-radius: 50%; font-family: Georgia, serif; font-size: 1.6rem; line-height: 1; }
.main-nav { display: flex; align-items: center; gap: 28px; font-size: .91rem; font-weight: 700; }
.main-nav a { text-decoration: none; }
.main-nav a:not(.nav-cta):hover { color: var(--teal); }
.nav-cta { padding: 10px 16px; color: var(--paper); background: var(--navy); border-radius: 999px; }

.hero { position: relative; overflow: hidden; min-height: calc(100vh - 74px); display: grid; align-items: center; padding: 66px 0 74px; background: radial-gradient(circle at 2% 4%, rgba(224, 163, 58, .2), transparent 32%), linear-gradient(140deg, #fffaf0, var(--paper) 52%, #eaf4f0); }
.hero::after { content: ""; position: absolute; width: 420px; height: 420px; right: -140px; bottom: -250px; border: 52px solid rgba(22, 125, 128, .1); border-radius: 50%; }
.hero-glow { position: absolute; width: 190px; height: 190px; left: -70px; bottom: 13%; border-radius: 50%; background: rgba(239, 107, 75, .1); filter: blur(2px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: clamp(38px, 6vw, 86px); }
.eyebrow, .kicker { margin: 0 0 16px; text-transform: uppercase; letter-spacing: .15em; font-size: .74rem; font-weight: 850; color: var(--teal-dark); }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 11px; background: rgba(22, 125, 128, .1); border-radius: 999px; letter-spacing: .08em; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px rgba(239, 107, 75, .16); }
h1, h2, h3, blockquote { font-family: Georgia, "Times New Roman", serif; color: var(--navy); }
h1 { max-width: 660px; margin: 0; font-size: clamp(3.45rem, 6.2vw, 6.6rem); line-height: .92; letter-spacing: -.065em; }
.hero-lead { max-width: 630px; margin: 25px 0 12px; font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.55; color: #395462; }
.fiction-note { display: flex; gap: 8px; max-width: 580px; margin: 0; color: var(--muted); font-size: .82rem; }
.fiction-note::before { content: "◇"; color: var(--coral); }
.hero-actions, .final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 19px; border: 1px solid transparent; border-radius: 999px; cursor: pointer; text-decoration: none; font-weight: 800; font-size: .93rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .quiz-option:focus-visible, .text-button:focus-visible, input:focus-visible, textarea:focus-visible, a:focus-visible { outline: 3px solid rgba(239, 107, 75, .55); outline-offset: 3px; }
.button-primary { color: #fff; background: var(--coral); box-shadow: 0 10px 25px rgba(239, 107, 75, .24); }
.button-primary:hover { background: #dc573a; }
.button-ghost { color: var(--navy); background: rgba(255, 255, 255, .65); border-color: var(--line); }
.button-dark { color: var(--paper); background: var(--navy); }
.button-light { color: var(--navy); background: var(--cream); }
.button-outline-light { color: var(--cream); border-color: rgba(255,255,255,.45); }
.hero-facts { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); }
.hero-facts span { display: grid; color: var(--muted); font-size: .76rem; text-transform: uppercase; letter-spacing: .06em; }
.hero-facts strong { color: var(--navy); font-size: .82rem; text-transform: none; letter-spacing: 0; }
.hero-visual { position: relative; margin: 0; transform: rotate(1.2deg); }
.hero-visual::before { content: ""; position: absolute; inset: 22px -18px -18px 22px; background: var(--ochre); border-radius: var(--radius-lg); transform: rotate(2deg); }
.hero-visual img { position: relative; width: 100%; min-height: 430px; object-fit: cover; border: 8px solid var(--paper); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.hero-visual figcaption { position: absolute; left: -18px; bottom: 25px; z-index: 2; padding: 9px 14px; color: var(--paper); background: var(--navy); border-radius: 999px; font-size: .78rem; font-weight: 750; box-shadow: 0 10px 30px rgba(11,34,57,.25); }
.hero-visual figcaption span { color: var(--ochre); }
.hero .reveal { opacity: 1; transform: none; }

.section { padding: 108px 0; }
.section-head { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-head.compact { margin-bottom: 38px; }
.section-head h2, .signup-copy h2, .coming-copy h2 { margin: 0; font-size: clamp(2.45rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.05em; }
.section-head > p:last-child { max-width: 700px; margin: 20px auto 0; color: var(--muted); font-size: 1.05rem; }
.story { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.story-card { position: relative; min-height: 410px; overflow: hidden; border-radius: var(--radius-md); box-shadow: 0 15px 50px rgba(11,34,57,.1); }
.story-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.story-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(5, 20, 33, .89) 100%); }
.story-card:hover img { transform: scale(1.035); }
.card-copy { position: absolute; z-index: 2; left: 25px; right: 25px; bottom: 22px; color: #fff; }
.card-copy span { display: inline-grid; place-items: center; width: 33px; height: 33px; margin-bottom: 10px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; font-size: .72rem; font-weight: 800; }
.card-copy h3 { margin: 0; color: #fff; font-size: 1.75rem; }
.card-copy p { max-width: 470px; margin: 5px 0 0; color: rgba(255,255,255,.82); font-size: .92rem; }

.details { position: relative; background: var(--cream); overflow: hidden; }
.details::before { content: "≈"; position: absolute; right: 5%; top: -80px; color: rgba(22,125,128,.08); font-family: Georgia, serif; font-size: 19rem; line-height: 1; }
.detail-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.detail-card { min-height: 275px; padding: 25px 20px; background: rgba(255,255,255,.62); border: 1px solid rgba(11,34,57,.1); border-radius: 18px; }
.detail-card:nth-child(2), .detail-card:nth-child(4) { transform: translateY(18px); }
.detail-card > span { display: inline-flex; padding-bottom: 8px; color: var(--coral); border-bottom: 2px solid var(--coral); font-size: .78rem; font-weight: 850; }
.detail-card h3 { margin: 40px 0 10px; font-size: 1.34rem; line-height: 1.15; }
.detail-card p { margin: 0; color: var(--muted); font-size: .88rem; }

.characters { background: var(--navy); }
.characters .section-head h2 { color: var(--cream); }
.characters .section-head > p:last-child { color: rgba(255,255,255,.65); }
.characters .kicker, .kicker.light { color: #7bd3cb; }
.character-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.character-card { overflow: hidden; background: #123047; border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); transition: transform .25s ease; }
.character-card:hover { transform: translateY(-7px); }
.character-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center top; }
.character-card > div { padding: 20px; }
.character-card .role { margin: 0 0 4px; color: #7bd3cb; text-transform: uppercase; letter-spacing: .09em; font-size: .66rem; font-weight: 850; }
.character-card h3 { margin: 0; color: var(--cream); font-size: 1.8rem; }
.character-card div > p:last-child { margin: 8px 0 0; color: rgba(255,255,255,.66); font-size: .86rem; line-height: 1.55; }

.quiz-section { overflow: hidden; background: var(--teal); }
.quiz-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(35px, 7vw, 95px); align-items: center; }
.quiz-intro h2 { margin: 0; color: #fff; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.05em; }
.quiz-intro > p:not(.kicker) { color: rgba(255,255,255,.77); }
.quiz-notes { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 26px 0 0; list-style: none; }
.quiz-notes li { padding: 7px 11px; color: #fff; border: 1px solid rgba(255,255,255,.26); border-radius: 999px; font-size: .78rem; }
.quiz-card { min-height: 470px; padding: clamp(22px, 4vw, 40px); background: var(--paper); border-radius: var(--radius-lg); box-shadow: 0 24px 80px rgba(5, 30, 35, .25); }
.quiz-topline { display: flex; justify-content: space-between; align-items: center; gap: 14px; }
.quiz-topline p { margin: 0; color: var(--muted); font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.text-button { padding: 4px; border: 0; color: var(--teal-dark); background: transparent; cursor: pointer; font-weight: 750; }
.progress-track { height: 6px; margin: 15px 0 30px; overflow: hidden; background: var(--mist); border-radius: 99px; }
.progress-track span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--teal), var(--coral)); border-radius: inherit; transition: width .35s ease; }
.quiz-step { transition: opacity .18s ease, transform .18s ease; }
.quiz-step.is-changing { opacity: 0; transform: translateY(10px); }
.quiz-step h3 { margin: 0 0 22px; font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.15; }
.quiz-options { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.quiz-option { min-height: 62px; padding: 13px 15px; text-align: left; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 14px; cursor: pointer; font-weight: 700; line-height: 1.35; transition: border-color .2s ease, background .2s ease, transform .2s ease; }
.quiz-option:hover { border-color: var(--teal); background: #eef8f5; transform: translateY(-2px); }
.quiz-result { text-align: center; }
.result-symbol { display: grid; place-items: center; width: 68px; height: 68px; margin: 0 auto 15px; color: #fff; background: var(--coral); border-radius: 50%; font-size: 2rem; }
.quiz-result h3 { margin-bottom: 10px; }
.quiz-result p { max-width: 500px; margin: 0 auto 22px; color: var(--muted); }

.signup { background: #eef4f1; }
.signup-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(38px, 7vw, 92px); align-items: start; }
.signup-copy { position: sticky; top: 105px; }
.signup-copy > p:not(.kicker):not(.honesty-note) { color: var(--muted); font-size: 1.05rem; }
.honesty-note { display: flex; gap: 10px; padding: 15px; margin-top: 25px; background: rgba(224,163,58,.13); border-left: 3px solid var(--ochre); border-radius: 0 12px 12px 0; font-size: .83rem; }
.honesty-note span { display: grid; flex: 0 0 22px; place-items: center; width: 22px; height: 22px; color: #fff; background: var(--ochre); border-radius: 50%; font-weight: 900; }
.signup-form { padding: clamp(24px, 4vw, 40px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.signup-form label { display: grid; gap: 7px; margin-bottom: 16px; font-size: .84rem; font-weight: 800; }
.signup-form label > span { color: var(--muted); font-weight: 500; }
input, textarea { width: 100%; color: var(--ink); background: #fff; border: 1px solid #cbd8d5; border-radius: 12px; }
input { height: 51px; padding: 0 14px; }
textarea { resize: vertical; min-height: 105px; padding: 12px 14px; }
input::placeholder, textarea::placeholder { color: #8b9a9f; }
.checkbox-field { grid-template-columns: 20px 1fr; align-items: start; gap: 10px !important; font-weight: 500 !important; line-height: 1.45; }
.checkbox-field input { width: 19px; height: 19px; margin: 2px 0 0; accent-color: var(--teal); }
.checkbox-field span { color: var(--muted); }
.checkbox-field a, .form-small a { color: var(--teal-dark); font-weight: 750; }
.submit-button { width: 100%; border: 0; }
.form-small { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: .76rem; }
.form-message { padding: 14px 16px; margin-bottom: 18px; border-radius: 12px; font-size: .86rem; }
.form-message strong { display: block; }
.form-message.success { color: #15584e; background: #e0f4ed; border: 1px solid #a8dacd; }
.form-message.error { color: #8a3427; background: #fff0ec; border: 1px solid #f1b9aa; }

.coming { background: var(--paper); }
.coming-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(36px, 6vw, 75px); align-items: center; }
.coming-image { position: relative; margin: 0; }
.coming-image::before { content: ""; position: absolute; inset: -15px 35px 25px -15px; background: var(--teal); border-radius: var(--radius-lg); transform: rotate(-2deg); }
.coming-image img { position: relative; width: 100%; border: 7px solid var(--paper); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.coming-copy > p:not(.kicker) { color: var(--muted); }
.coming-copy strong { color: var(--navy); }
.status-list { display: grid; gap: 9px; margin: 25px 0; }
.status-list span { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: .86rem; }
.status-list i { width: 12px; height: 12px; border: 2px solid #a8b5b4; border-radius: 50%; }
.status-list i.done { background: var(--teal); border-color: var(--teal); }
.status-list i.active { background: var(--ochre); border-color: var(--ochre); box-shadow: 0 0 0 5px rgba(224,163,58,.18); }

.quote-section { padding: 86px 0; background: var(--cream); text-align: center; }
.quote-inner { max-width: 920px; }
.quote-label { color: var(--coral); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 850; }
blockquote { margin: 14px auto 20px; font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: 1.08; letter-spacing: -.045em; }
.quote-inner > p:last-child { color: var(--muted); }
.final-cta { padding: 75px 0; color: #fff; background: var(--teal); }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.final-inner h2 { margin: 0; color: #fff; font-size: clamp(2.6rem, 5vw, 4.8rem); line-height: 1; letter-spacing: -.05em; }
.final-inner p:not(.kicker) { margin-bottom: 0; color: rgba(255,255,255,.72); }
.final-actions { flex: 0 0 auto; margin-top: 0; }

.site-footer { padding: 68px 0 24px; color: rgba(255,255,255,.66); background: #071a2b; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1.25fr; gap: 40px; }
.brand-light { color: var(--cream); }
.footer-brand p { max-width: 310px; }
.footer-grid h2 { margin: 0 0 13px; color: var(--cream); font-family: inherit; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid > div:not(.footer-brand), .footer-grid address { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; }
.footer-grid a { color: rgba(255,255,255,.72); text-decoration: none; font-size: .84rem; }
.footer-grid a:hover { color: #fff; }
.footer-grid address { font-style: normal; font-size: .82rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 48px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.footer-bottom p { margin: 0; max-width: 650px; }

.cookie-banner { position: fixed; left: 20px; right: 20px; bottom: 20px; z-index: 50; width: min(860px, calc(100% - 40px)); margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px; color: var(--ink); background: rgba(255,253,248,.97); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 70px rgba(5,20,33,.28); backdrop-filter: blur(16px); }
.cookie-banner[hidden] { display: none; }
.cookie-banner h2 { margin: 0 0 4px; font-family: inherit; font-size: 1rem; }
.cookie-banner p { margin: 0; color: var(--muted); font-size: .8rem; }
.cookie-banner a { color: var(--teal-dark); font-weight: 750; }
.cookie-actions { display: flex; gap: 8px; flex: 0 0 auto; }
.cookie-actions .button { min-height: 42px; padding: 9px 14px; }

.legal-body { background: var(--cream); }
.legal-header { position: static; }
.legal-container { width: min(820px, calc(100% - 40px)); margin: 64px auto 100px; padding: clamp(24px, 5vw, 58px); background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.back-link { display: inline-flex; margin-bottom: 30px; color: var(--teal-dark); font-weight: 800; text-decoration: none; }
.legal-container h1 { font-size: clamp(2.6rem, 6vw, 4.7rem); }
.legal-container h2 { margin-top: 36px; font-size: 1.55rem; }
.legal-container p, .legal-container li { color: #4c626d; }
.legal-container a { color: var(--teal-dark); }
.legal-meta { padding: 12px 15px; margin: 22px 0 30px; background: var(--mist); border-radius: 12px; font-size: .84rem; }
.legal-note { padding: 15px; border-left: 3px solid var(--ochre); background: rgba(224,163,58,.1); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal-delay { transition-delay: .12s; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1040px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { width: min(880px, 96%); margin-inline: auto; }
  .detail-grid { grid-template-columns: repeat(3, 1fr); }
  .detail-card:nth-child(2), .detail-card:nth-child(4) { transform: none; }
  .character-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr .8fr .9fr; }
  .footer-grid address { grid-column: span 3; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 30px, 700px); }
  .header-inner { height: auto; min-height: 70px; }
  .main-nav a:not(.nav-cta) { display: none; }
  .section { padding: 82px 0; }
  .story-grid, .quiz-shell, .signup-grid, .coming-grid { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .signup-copy { position: static; }
  .coming-image { order: 2; }
  .final-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-grid address { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100% - 24px); --radius-lg: 24px; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 31px; height: 31px; }
  .site-header .nav-cta { padding: 9px 12px; font-size: 0; white-space: nowrap; }
  .site-header .nav-cta::after { content: "Acompanhar"; font-size: .78rem; }
  .main-nav { min-width: 0; }
  .hero { min-height: auto; padding: 43px 0 62px; }
  h1 { font-size: clamp(3.1rem, 17vw, 4.7rem); }
  .eyebrow { display: flex; width: 100%; border-radius: 14px; font-size: .65rem; letter-spacing: .045em; line-height: 1.3; }
  .hero-actions .button { width: 100%; }
  .hero-facts { gap: 15px; justify-content: space-between; }
  .hero-visual { width: 100%; transform: none; }
  .hero-visual::before { inset: 12px -5px -9px 12px; }
  .hero-visual img { min-height: 330px; border-width: 5px; }
  .hero-visual figcaption { left: 10px; bottom: 12px; }
  .story-grid, .character-grid, .detail-grid, .field-row, .quiz-options { grid-template-columns: 1fr; }
  .story-card { min-height: 390px; }
  .detail-card { min-height: auto; }
  .detail-card h3 { margin-top: 28px; }
  .quiz-card { min-height: 520px; padding: 22px 17px; }
  .quiz-option { min-height: 58px; }
  .signup-form { padding: 22px 16px; }
  .coming-image::before { inset: -8px 15px 15px -7px; }
  .final-actions, .final-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid address { grid-column: auto; }
  .cookie-banner { align-items: stretch; flex-direction: column; gap: 14px; left: 12px; right: 12px; bottom: 12px; width: calc(100% - 24px); padding: 16px; }
  .cookie-actions .button { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
