:root {
  --ink: #080b0f;
  --ink-soft: #10151c;
  --paper: #f0eee8;
  --paper-2: #e4e1d8;
  --white: #fff;
  --blue: #08783f;
  --blue-bright: #ffd447;
  --line-dark: rgba(255,255,255,.14);
  --line-light: rgba(8,11,15,.16);
  --muted: #929aa5;
  --container: min(1180px, calc(100% - 48px));
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", "Arial Narrow", sans-serif;
  --body: Inter, "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: clip; background: var(--ink); color: var(--paper); font-family: var(--body); -webkit-font-smoothing: antialiased; }
main { width: 100%; overflow-x: clip; }
body.cookie-open { overflow: hidden; }
a { color: inherit; }
button, input, select { font: inherit; }
button { color: inherit; }
::selection { background: var(--blue); color: white; }
.container { width: var(--container); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 1000; background: white; color: black; padding: 12px 16px; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: #080b0f; border-bottom: 1px solid var(--line-dark); box-shadow: 0 8px 28px rgba(0,0,0,.18); transition: box-shadow .25s; }
.site-header.scrolled { background: #080b0f; border-color: var(--line-dark); box-shadow: 0 12px 34px rgba(0,0,0,.32); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: baseline; text-decoration: none; letter-spacing: -.05em; font-size: 24px; }
.brand span { font-weight: 850; }
.brand strong { color: var(--blue-bright); font-weight: 900; }
.desktop-nav { display: flex; gap: 32px; margin-left: auto; }
.desktop-nav a { color: #c6cbd2; text-decoration: none; font-size: 13px; text-transform: uppercase; letter-spacing: .09em; }
.desktop-nav a:hover { color: white; }

.button { border: 1px solid transparent; min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: #056735; }
.button-outline { border-color: rgba(255,255,255,.38); background: rgba(0,0,0,.08); }
.button-small { min-height: 42px; padding-inline: 18px; }
.text-link { color: white; text-transform: uppercase; letter-spacing: .1em; font-size: 11px; font-weight: 800; text-underline-offset: 5px; }
.text-link span { margin-left: 9px; color: var(--blue-bright); }

.hero { min-height: max(800px, calc(100svh - 78px)); height: auto; padding: clamp(64px, 8vh, 96px) 0 88px; position: relative; isolation: isolate; display: flex; align-items: flex-start; overflow: hidden; }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { z-index: -3; background: url("assets/alberto-hero-editorial.webp") 56% center / cover no-repeat; transform: scale(1.01); }
.hero-shade { z-index: -2; background: linear-gradient(90deg, rgba(5,8,12,.98) 0%, rgba(5,8,12,.82) 36%, rgba(5,8,12,.12) 69%, rgba(5,8,12,.16) 100%), linear-gradient(0deg, rgba(5,8,12,.82) 0%, transparent 32%); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 710px) 1fr; padding-top: 0; }
.hero-copy { max-width: 710px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: #b8c0ca; text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 800; }
.eyebrow span { display: block; width: 26px; height: 2px; background: var(--blue-bright); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin-bottom: 25px; font-family: var(--display); font-size: clamp(64px, 7.1vw, 108px); line-height: .88; letter-spacing: -.035em; text-transform: uppercase; font-weight: 900; }
.hero h1 em { color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.66); font-style: normal; }
.hero h1 span { color: var(--blue-bright); }
.hero-lead { max-width: 610px; color: #c7ccd2; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.55; }
.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 28px; }
.hero-proof { margin-top: 53px; display: flex; max-width: 540px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.hero-proof div { flex: 1; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 11px; padding: 16px 0; }
.hero-proof div + div { border-left: 1px solid var(--line-dark); padding-left: 20px; }
.hero-proof strong { color: var(--blue-bright); font-family: var(--display); font-size: 20px; letter-spacing: .06em; }
.hero-proof span { color: #c6cad0; text-transform: uppercase; font-size: 10px; letter-spacing: .14em; }
.hero-caption { position: absolute; right: 26px; bottom: 92px; margin: 0; writing-mode: vertical-rl; font-size: 9px; letter-spacing: .23em; color: rgba(255,255,255,.58); }

.truth-strip { overflow: hidden; background: var(--blue); color: white; position: relative; z-index: 4; margin-top: 0; border-top: 10px solid var(--ink); }
.truth-strip-track { width: max-content; display: flex; align-items: center; gap: 28px; padding: 17px 0; animation: ticker 28s linear infinite; }
.truth-strip span { font-family: var(--display); font-size: 20px; letter-spacing: .06em; }
.truth-strip i { width: 7px; height: 7px; background: white; border-radius: 50%; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { padding: 130px 0; }
.truth-section { background: var(--paper); color: var(--ink); padding-top: 155px; }
.section-kicker { display: flex; align-items: center; gap: 13px; margin-bottom: 52px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; font-size: 11px; }
.section-kicker span { color: var(--blue); }
.section-kicker::after { content: ""; width: 66px; height: 1px; background: currentColor; opacity: .3; }
.section-kicker.light { color: white; }
.truth-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 100px; align-items: start; }
.truth-title h2, .section-head h2, .start-copy h2 { font-family: var(--display); text-transform: uppercase; font-size: clamp(54px, 6vw, 92px); line-height: .92; letter-spacing: -.025em; font-weight: 900; }
.truth-title h2 em, .start-copy h2 em { color: var(--blue); font-style: normal; }
.truth-copy { padding-top: 8px; }
.truth-copy > p { font-size: 17px; line-height: 1.65; color: #303640; }
.pull-quote { margin: 38px 0 !important; padding: 26px 0 26px 24px; border-left: 4px solid var(--blue); font-weight: 800; color: var(--ink) !important; font-size: 23px !important; line-height: 1.25 !important; }
.anti-cards { margin-top: 92px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.anti-card { min-height: 250px; padding: 30px 34px 28px 0; }
.anti-card + .anti-card { border-left: 1px solid var(--line-light); padding-left: 34px; }
.card-no { color: var(--blue); font-size: 10px; letter-spacing: .16em; font-weight: 900; }
.anti-card h3 { margin: 52px 0 13px; text-transform: uppercase; font-family: var(--display); font-size: 28px; letter-spacing: .015em; }
.anti-card p { margin-bottom: 0; color: #4c535e; line-height: 1.55; }

.manifesto { background: var(--blue); color: white; padding: 86px 0; }
.manifesto-inner { display: grid; grid-template-columns: .33fr .67fr; gap: 60px; align-items: start; }
.manifesto p { font-size: 11px; letter-spacing: .17em; font-weight: 900; }
.manifesto h2 { margin: 0; font-family: var(--display); font-size: clamp(42px, 5vw, 72px); line-height: .95; text-transform: uppercase; letter-spacing: -.02em; }
.manifesto h2 em { color: var(--ink); font-style: normal; }

.process-section { background: var(--ink); }
.section-head { display: grid; grid-template-columns: .4fr 1fr; column-gap: 45px; }
.section-head .section-kicker { grid-row: span 2; }
.section-head h2 { margin-bottom: 17px; }
.section-head > p { color: var(--muted); font-size: 18px; }
.process-list { list-style: none; margin: 72px 0 0; padding: 0; border-top: 1px solid var(--line-dark); }
.process-item { display: grid; grid-template-columns: 90px 1fr 70px; gap: 30px; align-items: center; min-height: 160px; padding: 28px 20px 28px 0; border-bottom: 1px solid var(--line-dark); transition: background .25s, padding .25s; }
.process-item:hover { background: var(--ink-soft); padding-left: 20px; }
.process-number { color: var(--blue-bright); font-family: var(--display); font-size: 18px; }
.process-item h3 { margin: 0 0 8px; font-family: var(--display); font-size: clamp(31px, 4vw, 53px); text-transform: uppercase; letter-spacing: .01em; }
.process-item p { margin: 0; color: var(--muted); line-height: 1.55; }
.process-mark { color: var(--blue-bright); justify-self: end; font-size: 30px; }

.about-section { background: #111720; position: relative; overflow: hidden; }
.about-section::before { content: "ALBERTO"; position: absolute; left: -2vw; bottom: -4vw; font-family: var(--display); font-size: 24vw; line-height: .8; color: rgba(255,255,255,.022); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; position: relative; }
.big-type { max-width: 540px; font-family: var(--display); text-transform: uppercase; font-size: clamp(42px, 5.2vw, 72px); line-height: .95; letter-spacing: -.015em; }
.about-statement blockquote { margin: 46px 0 0; padding-left: 24px; border-left: 3px solid var(--blue); color: #aeb6c0; font-size: 18px; line-height: 1.55; }
.about-copy { padding-top: 64px; }
.age-mark { display: flex; align-items: center; gap: 18px; margin-bottom: 45px; }
.age-mark strong { color: var(--blue-bright); font-family: var(--display); font-size: 105px; line-height: .8; }
.age-mark span { font-weight: 900; font-size: 11px; line-height: 1.25; letter-spacing: .14em; }
.about-copy > p { color: #bec4cc; line-height: 1.7; font-size: 17px; }
.signature { margin-top: 39px !important; color: white !important; font-weight: 800; }

.start-section { background: var(--paper); color: var(--ink); }
.start-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.start-copy { position: sticky; top: 120px; }
.start-copy > p { max-width: 520px; color: #434a54; font-size: 18px; line-height: 1.6; }
.micro-proof { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-top: 33px; color: #4b535d; font-size: 12px; }
.micro-proof span::first-letter { color: var(--blue); }
.lead-card { background: white; border-top: 5px solid var(--blue); box-shadow: 0 22px 70px rgba(12,17,25,.13); padding: 45px; }
.form-heading { margin-bottom: 35px; }
.form-heading span { color: var(--blue); font-size: 10px; letter-spacing: .16em; font-weight: 900; }
.form-heading h3 { margin: 13px 0 0; font-family: var(--display); text-transform: uppercase; font-size: 36px; letter-spacing: .01em; }
.lead-card label:not(.check-row) { display: block; margin: 22px 0 8px; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.lead-card input[type="text"], .lead-card input[type="email"], .lead-card input[type="tel"], .lead-card select { width: 100%; border: 0; border-bottom: 1px solid #bac0c8; background: #f7f7f5; border-radius: 0; padding: 15px 14px; color: var(--ink); outline: none; }
.lead-card input:focus, .lead-card select:focus { border-color: var(--blue); box-shadow: inset 0 -1px 0 var(--blue); }
.check-row { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 21px; color: #5c626b; font-size: 12px; line-height: 1.45; }
.check-row input { margin: 2px 0 0; accent-color: var(--blue); width: 16px; height: 16px; }
.check-row a { color: var(--ink); font-weight: 700; }
.button-submit { width: 100%; margin-top: 26px; }
.button-submit[disabled] { opacity: .65; cursor: progress; }
.form-status { min-height: 22px; margin: 13px 0 0; font-size: 13px; line-height: 1.5; }
.form-status.success { color: #087b42; }
.form-status.error { color: #a51d2b; }
.honeypot { position: absolute; left: -9999px; }

.site-footer { background: #05070a; padding: 76px 0 24px; }
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 50px; }
.brand-footer { font-size: 31px; }
.footer-top p { color: #6e7680; margin: 10px 0 0; font-size: 12px; text-transform: uppercase; letter-spacing: .15em; }
.footer-links { display: grid; gap: 12px; text-align: right; }
.footer-links a, .link-button { padding: 0; background: 0; border: 0; color: #adb4bd; font-size: 12px; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.risk-note { padding: 26px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.risk-note p { margin: 0; max-width: 1050px; color: #727a85; font-size: 11px; line-height: 1.65; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; color: #555d68; font-size: 9px; letter-spacing: .13em; }

.cookie-banner { position: fixed; left: 50%; bottom: 24px; transform: translateX(-50%); z-index: 101; width: min(1120px, calc(100% - 32px)); background: #f7f5ef; color: var(--ink); border-top: 5px solid var(--blue); box-shadow: 0 24px 100px rgba(0,0,0,.45); padding: 28px 30px; display: grid; grid-template-columns: 1fr auto; gap: 22px 35px; }
.cookie-banner[hidden], .cookie-backdrop[hidden], .cookie-preferences[hidden] { display: none; }
.cookie-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(0,0,0,.48); }
.cookie-close { position: absolute; top: 9px; right: 12px; color: #4e5560; font-size: 26px; border: 0; background: transparent; cursor: pointer; }
.cookie-label { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: .16em; }
.cookie-copy h2 { margin: 8px 0 9px; font-family: var(--display); font-size: 28px; text-transform: uppercase; }
.cookie-copy p { margin: 0 0 9px; max-width: 720px; color: #515963; font-size: 13px; line-height: 1.5; }
.cookie-copy a { color: var(--ink); font-size: 12px; font-weight: 800; }
.cookie-actions { display: flex; gap: 9px; align-items: center; }
.cookie-button { min-height: 44px; padding-inline: 15px; border-color: #9ca3ab; color: var(--ink); background: transparent; }
.cookie-button.button-primary { color: white; border-color: var(--blue); background: var(--blue); }
.cookie-button[data-cookie-reject] { color: white; border-color: var(--blue); background: var(--blue); }
.cookie-preferences { grid-column: 1 / -1; border-top: 1px solid #d1d1cc; padding-top: 14px; display: grid; gap: 10px; }
.cookie-toggle { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.cookie-toggle span { display: grid; }
.cookie-toggle small { color: #656c75; margin-top: 3px; }
.cookie-toggle input { width: 42px; height: 22px; accent-color: var(--blue); }
.mobile-cta { display: none; }
.noscript { position: fixed; z-index: 200; inset: auto 0 0; background: #fff0b8; color: #221f14; padding: 12px 20px; text-align: center; font-size: 13px; }

/* Legal pages */
.legal-body { background: var(--paper); color: var(--ink); }
.legal-header { position: sticky; top: 0; z-index: 10; background: rgba(8,11,15,.96); color: white; border-bottom: 1px solid var(--line-dark); }
.legal-header .nav-wrap { min-height: 70px; }
.legal-back { color: #c3c9d1; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; text-decoration: none; }
.legal-main { padding: 90px 0 120px; }
.legal-hero { max-width: 850px; margin-bottom: 70px; }
.legal-hero .section-kicker { margin-bottom: 28px; }
.legal-hero h1 { margin: 0 0 24px; font-family: var(--display); font-size: clamp(58px, 9vw, 104px); line-height: .88; text-transform: uppercase; letter-spacing: -.02em; }
.legal-hero > p { max-width: 700px; color: #4d545e; line-height: 1.65; }
.legal-updated { display: inline-block; margin-top: 15px; color: var(--blue); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 750px); gap: 80px; align-items: start; }
.legal-toc { position: sticky; top: 110px; border-top: 2px solid var(--ink); padding-top: 18px; display: grid; gap: 12px; }
.legal-toc strong { margin-bottom: 5px; text-transform: uppercase; font-size: 10px; letter-spacing: .15em; }
.legal-toc a { color: #5a616b; font-size: 12px; text-decoration: none; }
.legal-toc a:hover { color: var(--blue); }
.legal-content section { scroll-margin-top: 100px; padding-bottom: 42px; margin-bottom: 42px; border-bottom: 1px solid var(--line-light); }
.legal-content section:last-child { border-bottom: 0; }
.legal-content h2 { margin-bottom: 18px; font-family: var(--display); font-size: 33px; letter-spacing: .01em; text-transform: uppercase; }
.legal-content h3 { margin: 26px 0 9px; font-size: 15px; text-transform: uppercase; letter-spacing: .06em; }
.legal-content p, .legal-content li { color: #3f4650; font-size: 15px; line-height: 1.72; }
.legal-content ul { padding-left: 20px; }
.legal-content a { color: #066b38; }
.legal-placeholder { display: inline; padding: 2px 5px; background: #fff0b8; color: #3b3212; font-weight: 750; }
.legal-alert { margin: 0 0 55px; padding: 20px 22px; border-left: 4px solid #d59a00; background: #fff6d6; color: #4c401d; font-size: 13px; line-height: 1.55; }
.cookie-table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 13px; }
.cookie-table th, .cookie-table td { text-align: left; vertical-align: top; padding: 13px 10px; border-bottom: 1px solid var(--line-light); line-height: 1.5; }
.cookie-table th { background: #dedbd2; text-transform: uppercase; font-size: 9px; letter-spacing: .1em; }
.cookie-table td { color: #424a54; }
.legal-footer { background: var(--ink); color: white; padding: 28px 0; }
.legal-footer .container { display: flex; justify-content: space-between; gap: 25px; color: #808894; font-size: 11px; }
.legal-footer a { color: white; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

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

@supports not (overflow: clip) {
  html, body, main { overflow-x: hidden; }
}

@media (max-width: 900px) {
  :root { --container: min(100% - 34px, 680px); }
  .desktop-nav { display: none; }
  .hero { height: auto; min-height: 820px; align-items: flex-end; padding-bottom: 92px; }
  .hero-media { background-position: 61% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,8,12,.98) 5%, rgba(5,8,12,.84) 50%, rgba(5,8,12,.18) 100%), linear-gradient(90deg, rgba(5,8,12,.65), transparent); }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 660px; }
  .hero h1 { font-size: clamp(58px, 13vw, 90px); }
  .hero-caption { display: none; }
  .truth-layout, .manifesto-inner, .about-grid, .start-grid { grid-template-columns: 1fr; gap: 55px; }
  .truth-title h2 { font-size: clamp(52px, 11vw, 78px); }
  .anti-cards { grid-template-columns: 1fr; }
  .anti-card { min-height: auto; padding: 28px 0; }
  .anti-card + .anti-card { border-left: 0; border-top: 1px solid var(--line-light); padding-left: 0; }
  .anti-card h3 { margin-top: 27px; }
  .section-head { grid-template-columns: 1fr; }
  .section-head .section-kicker { grid-row: auto; }
  .about-copy { padding-top: 0; }
  .start-copy { position: static; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { flex-wrap: wrap; }
  .legal-layout { grid-template-columns: 1fr; gap: 45px; }
  .legal-toc { position: static; grid-template-columns: repeat(2, 1fr); }
  .legal-toc strong { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  :root { --container: calc(100% - 28px); }
  .nav-wrap { min-height: 66px; }
  .site-header .button-small { display: none; }
  .brand { font-size: 21px; }
  .hero { min-height: 760px; padding-bottom: 75px; }
  .hero-media { background-position: 67% center; }
  .hero h1 { font-size: clamp(48px, 16.5vw, 69px); line-height: .9; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .text-link { text-align: center; }
  .hero-proof { margin-top: 38px; }
  .hero-proof div { display: grid; grid-template-columns: 1fr; gap: 3px; }
  .hero-proof div + div { padding-left: 12px; }
  .truth-strip-track { padding-block: 13px; }
  .section { padding: 90px 0; }
  .truth-section { padding-top: 110px; }
  .section-kicker { margin-bottom: 36px; }
  .truth-title h2, .section-head h2, .start-copy h2 { font-size: clamp(46px, 14vw, 65px); }
  .truth-layout { gap: 32px; }
  .manifesto { padding: 65px 0; }
  .manifesto h2 { font-size: 42px; }
  .process-item { grid-template-columns: 42px 1fr; gap: 12px; padding-right: 0; }
  .process-mark { display: none; }
  .process-item h3 { font-size: 32px; }
  .age-mark strong { font-size: 85px; }
  .lead-card { padding: 30px 20px; margin-inline: -4px; }
  .footer-top, .footer-bottom { flex-direction: column; gap: 30px; }
  .footer-links { text-align: left; }
  .mobile-cta { display: flex; position: fixed; z-index: 45; left: 12px; right: 12px; bottom: 11px; justify-content: space-between; align-items: center; background: var(--blue); color: white; padding: 16px 20px; text-decoration: none; font-size: 11px; font-weight: 900; letter-spacing: .13em; box-shadow: 0 12px 30px rgba(0,0,0,.35); }
  body.cookie-open .mobile-cta { display: none; }
  .cookie-banner { bottom: 9px; width: calc(100% - 18px); max-height: calc(100svh - 18px); overflow: auto; padding: 24px 18px 18px; gap: 16px; }
  .cookie-copy h2 { padding-right: 20px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .cookie-actions .button-primary { grid-column: 1 / -1; }
  .legal-main { padding: 65px 0 85px; }
  .legal-hero { margin-bottom: 48px; }
  .legal-toc { grid-template-columns: 1fr; }
  .legal-toc strong { grid-column: auto; }
  .cookie-table { display: block; overflow-x: auto; white-space: nowrap; }
  .legal-footer .container { flex-direction: column; }
}

/* Technical guide: form validation and legal pages */
.field-error{display:block;color:#ffcf33;font-size:.78rem;margin:-8px 0 12px}.optional{font-weight:400;opacity:.7}input[aria-invalid="true"],select[aria-invalid="true"]{border-color:#ffcf33!important;box-shadow:0 0 0 2px rgba(255,207,51,.18)}.form-status[hidden]{display:none}.legal-shell{min-height:100vh;background:#f2f0e9;color:#101513}.legal-main{padding:140px 0 80px}.legal-card{max-width:900px;margin:auto;background:#fff;padding:clamp(28px,5vw,64px);border:1px solid rgba(16,21,19,.15)}.legal-card h1{font-size:clamp(2.5rem,7vw,5rem);line-height:.9;margin-bottom:28px}.legal-card h2{font-size:1.25rem;margin:32px 0 10px}.legal-card p,.legal-card li{line-height:1.7}.legal-card a{color:#087f3c}.legal-back{display:inline-block;margin-bottom:24px}.thank-you-card{text-align:center}.thank-you-card .button{margin-top:24px}.cookie-banner .cookie-preferences{display:grid;gap:8px}.cookie-banner .cookie-preferences[hidden]{display:none}@media(max-width:700px){.legal-main{padding-top:105px}.legal-card{border-left:0;border-right:0}}
