:root {
  --black: #070707;
  --charcoal: #141414;
  --lime: #d8f23d;
  --lime-soft: #f3fac3;
  --pink: #f27384;
  --pink-soft: #ffe4e8;
  --sage: #71784f;
  --sage-soft: #edf0df;
  --cream: #fff7e8;
  --paper: #ffffff;
  --muted: #59605c;
  --line: #deded2;
  --shadow: 0 24px 70px rgba(7, 7, 7, 0.12);
  --radius: 18px;
  --display: "Anton", Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: "Lato", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--paper); font-family: var(--body); font-size: 17px; line-height: 1.58; }
body.dialog-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, h4 { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; letter-spacing: 0; line-height: 1.02; }
h1 { font-size: clamp(44px, 6.7vw, 88px); max-width: 980px; margin-bottom: 24px; }
h2 { font-size: clamp(38px, 5.4vw, 72px); margin-bottom: 20px; }
h3 { font-size: 24px; line-height: 1.15; margin-bottom: 12px; }
h4 { margin-bottom: 10px; font-size: 14px; text-transform: uppercase; letter-spacing: 0.08em; }
p { color: var(--muted); }
.shell { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.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; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--lime); border: 2px solid var(--black); border-radius: 12px; font-weight: 900; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.notice-bar { background: var(--black); color: #fff; font-size: 13px; }
.notice-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.notice-inner span { color: var(--lime); font-weight: 900; }
.notice-inner a { text-decoration: underline; text-underline-offset: 3px; }
.site-header { position: sticky; top: 0; z-index: 40; background: rgba(255,255,255,0.94); border-bottom: 1px solid transparent; backdrop-filter: blur(16px); }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 12px 34px rgba(0,0,0,0.06); }
.nav { display: grid; grid-template-columns: 108px 1fr auto; align-items: center; min-height: 106px; gap: 24px; }
.brand { display: inline-flex; align-items: center; width: max-content; }
.brand-logo { width: 86px; height: 86px; object-fit: contain; border-radius: 0; }
.primary-navigation { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 2.4vw, 32px); font-size: 14px; font-weight: 900; }
.primary-navigation a { padding: 12px 0; border-bottom: 3px solid transparent; }
.primary-navigation a:hover, .primary-navigation a[aria-current="page"] { border-color: var(--pink); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 2px solid var(--black); border-radius: 14px; background: var(--paper); }
.menu-toggle span:not(.sr-only) { display: block; width: 22px; height: 2px; margin: 5px auto; background: var(--black); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 13px 20px; border: 2px solid var(--black); border-radius: 999px; font-weight: 900; line-height: 1; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 22px rgba(0,0,0,0.12); }
.button-dark { color: #fff; background: var(--black); }
.button-light { color: var(--black); background: var(--lime); }
.button-ghost { color: var(--black); background: var(--paper); }
.nav-button { background: var(--lime); white-space: nowrap; }
.section-kicker { margin-bottom: 15px; font-size: 13px; line-height: 1; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--sage); }
.hero { overflow: hidden; background: var(--lime); padding: 64px 0 70px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(330px, .72fr); align-items: center; gap: clamp(28px, 5vw, 64px); }
.hero-copy > p { max-width: 650px; color: #2e312f; font-size: clamp(19px, 2.1vw, 25px); line-height: 1.42; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin: 28px 0 22px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 10px; max-width: 680px; }
.hero-chips span { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; padding: 9px 14px; background: var(--paper); border: 2px solid var(--black); border-radius: 999px; font-weight: 900; font-size: 13px; text-align: center; }
.hero-art { position: relative; margin: 0; min-height: 440px; border: 2px solid var(--black); border-radius: var(--radius); overflow: hidden; background: var(--black); box-shadow: var(--shadow); }
.hero-art img { width: 100%; height: 100%; min-height: 440px; object-fit: cover; filter: saturate(1.04); }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 44%, rgba(0,0,0,.56)); pointer-events: none; }
.hero-art figcaption { position: absolute; left: 20px; right: 20px; bottom: 20px; z-index: 1; padding: 18px; color: #fff; background: rgba(7,7,7,.72); border: 1px solid rgba(255,255,255,.35); border-radius: 16px; }
.hero-art small { display: block; color: var(--lime); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hero-art strong { display: block; margin-top: 6px; font-size: 23px; }
.intro-panel, .content-section, .warm-section, .dark-section, .cta-band, .legal-hero { padding: clamp(58px, 8vw, 92px) 0; }
.intro-panel { background: var(--paper); }
.warm-section { background: var(--cream); }
.dark-section { color: #fff; background: var(--black); }
.dark-section p, .dark-section .section-kicker { color: #fff; }
.intro-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(330px, .75fr); align-items: center; gap: clamp(32px, 5vw, 70px); }
.narrow-copy { max-width: 880px; }
.narrow-copy p { font-size: 19px; }
.photo-stack { position: relative; }
.photo-stack img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border: 2px solid var(--black); border-radius: var(--radius); box-shadow: var(--shadow); }
.proof-card { max-width: 330px; margin: -54px 0 0 auto; position: relative; padding: 20px; background: var(--lime); border: 2px solid var(--black); border-radius: var(--radius); }
.proof-card strong, .proof-card span { display: block; }
.proof-card span { margin-top: 8px; color: #232323; }
.section-head { display: grid; grid-template-columns: minmax(0, .95fr) minmax(240px, .45fr); align-items: end; gap: 26px; margin-bottom: 32px; }
.section-head > p { font-size: 18px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card-grid.two-by-two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-includes-grid { max-width: 980px; }
.info-card, .feature-card, .plan-card, .fixed-card, .contact-panel, .contact-form, .route-grid article, .process-grid article, .faq-item, .ecosystem-grid a, .freedoms div { border: 2px solid var(--black); border-radius: var(--radius); background: var(--paper); box-shadow: 0 12px 0 rgba(7,7,7,.06); }
.info-card { min-height: 260px; padding: 24px; display: flex; flex-direction: column; }
.info-card p { flex: 1; }
.card-icon { width: 62px; height: 62px; margin-bottom: 18px; object-fit: contain; background: var(--black); border-radius: 14px; }
.tick-list { padding-left: 0; margin: 16px 0 0; list-style: none; }
.tick-list li { position: relative; padding-left: 26px; margin: 8px 0; color: #2c302d; }
.tick-list li::before { content: ""; position: absolute; left: 0; top: .55em; width: 13px; height: 13px; background: var(--lime); border: 2px solid var(--black); border-radius: 50%; }
.text-button, .inline-link { font-weight: 900; text-decoration: underline; text-underline-offset: 4px; }
.split-feature { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.feature-card { padding: clamp(24px, 4vw, 40px); }
.lime-card { background: var(--lime-soft); }
.pink-card { background: var(--pink-soft); }
.subscription-teaser { display: grid; grid-template-columns: minmax(0, .78fr) minmax(380px, 1fr) auto; align-items: center; gap: 34px; }
.mini-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.mini-list span { min-height: 48px; display: flex; align-items: center; justify-content: center; padding: 12px 16px; color: var(--black); background: var(--lime); border: 2px solid var(--black); border-radius: 999px; font-weight: 900; line-height: 1.15; text-align: center; }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.process-grid article { min-height: 210px; padding: 24px; }
.process-grid span { display: inline-grid; place-items: center; width: 46px; height: 46px; margin-bottom: 18px; background: var(--lime); border: 2px solid var(--black); border-radius: 50%; font-weight: 900; }
.process-grid img { width: 62px; height: 62px; margin-bottom: 16px; object-fit: contain; }
.route-intro { display: grid; grid-template-columns: minmax(0, .85fr) minmax(260px, .6fr); gap: 32px; margin-bottom: 26px; }
.route-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.route-grid article { padding: clamp(24px, 4vw, 38px); }
.route-grid article:first-child { background: var(--lime-soft); }
.route-grid article:last-child { background: var(--sage-soft); }
.faq-layout { display: grid; grid-template-columns: minmax(240px, .42fr) minmax(0, 1fr); gap: 34px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; }
.faq-item button { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px; border: 0; background: transparent; text-align: left; font-weight: 900; cursor: pointer; }
.faq-item p { display: none; padding: 0 22px 22px; margin: 0; }
.faq-item.open p { display: block; }
.cta-band { background: var(--pink-soft); }
.cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; }
.plans-section { padding-top: clamp(74px, 9vw, 112px); }
.plans-section .section-head { margin-bottom: 42px; }
.plan-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.plan-card { position: relative; padding: 28px; display: flex; flex-direction: column; }
.plan-card.featured { background: var(--lime-soft); transform: translateY(-10px); }
.plan-badge { position: absolute; top: 18px; right: 18px; padding: 8px 12px; background: var(--pink); border: 2px solid var(--black); border-radius: 999px; font-weight: 900; }
.price { margin: 8px 0 22px; font-family: var(--display); font-size: 58px; line-height: 1; }
.price span { display: block; margin-top: 6px; font-family: var(--body); font-size: 15px; font-weight: 900; }
.plan-card h4 { margin-top: 18px; }
.plan-card .button { margin-top: auto; }
.comparison-wrap { overflow-x: auto; border: 2px solid var(--black); border-radius: var(--radius); background: var(--paper); }
.comparison { width: 100%; min-width: 760px; border-collapse: collapse; }
.comparison th, .comparison td { padding: 16px; border-bottom: 1px solid var(--line); text-align: left; }
.comparison th { background: var(--black); color: #fff; }
.comparison tr:last-child td { border-bottom: 0; }
.fixed-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.fixed-card { padding: 26px; display: grid; gap: 18px; }
.fixed-card:last-child { grid-column: 1 / -1; }
.contact-layout { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1fr); gap: 24px; align-items: start; }
.contact-panel, .contact-form { padding: clamp(24px, 4vw, 36px); }
.contact-step { display: grid; grid-template-columns: 42px 1fr; gap: 16px; margin: 20px 0; }
.contact-step span { display: inline-grid; place-items: center; width: 42px; height: 42px; background: var(--lime); border: 2px solid var(--black); border-radius: 50%; font-weight: 900; }
.contact-note { margin-top: 24px; padding: 18px; background: var(--cream); border: 2px solid var(--black); border-radius: var(--radius); }
.form-top small { display: block; margin-bottom: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--sage); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
label span { display: block; margin-bottom: 7px; font-weight: 900; }
input, select, textarea { width: 100%; border: 2px solid var(--black); border-radius: 14px; padding: 13px 14px; background: #fff; color: var(--black); }
textarea { resize: vertical; }
.full-field, .consent-field { grid-column: 1 / -1; }
.consent-field { display: grid; grid-template-columns: 22px 1fr; gap: 12px; margin: 18px 0; }
.consent-field input { width: 20px; height: 20px; padding: 0; }
.submit-button { width: 100%; }
.form-note { margin: 14px 0 0; font-size: 14px; }
.honeypot { display: none; }
.legal-hero { background: var(--cream); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; font-weight: 900; }
.breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.legal-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 36px; align-items: start; }
.legal-layout aside { position: sticky; top: 130px; display: grid; gap: 10px; padding: 20px; background: var(--sage-soft); border: 2px solid var(--black); border-radius: var(--radius); }
.legal-layout aside a { font-weight: 900; font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
.legal-copy { max-width: 850px; }
.legal-copy section { padding: 24px 0; border-bottom: 1px solid var(--line); }
.legal-copy h2 { font-family: var(--body); font-size: 28px; font-weight: 900; }
.legal-copy h3 { margin: 22px 0 8px; }
.legal-copy li { margin: 8px 0; }
.site-footer { padding: 70px 0 34px; color: #fff; background: var(--black); }
.site-footer p, .site-footer span { color: rgba(255,255,255,.78); }
.site-footer .section-kicker { color: var(--lime); }
.ecosystem { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1fr); gap: 26px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.18); }
.ecosystem-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.ecosystem-grid a { padding: 18px; color: var(--black); background: var(--paper); }
.ecosystem-grid strong, .ecosystem-grid span { display: block; }
.ecosystem-grid span { margin-top: 8px; color: #3d423e; }
.freedoms { display: grid; grid-template-columns: .8fr repeat(3, 1fr); gap: 12px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.freedoms h3 { color: #fff; }
.freedoms div { padding: 18px; color: var(--black); background: #fff; }
.freedoms strong, .freedoms span { display: block; }
.freedoms span { margin-top: 8px; color: #3d423e; }
.footer-top { display: grid; grid-template-columns: minmax(0, 1fr) 190px 190px; gap: 38px; padding: 34px 0; }
.footer-column { display: grid; align-content: start; gap: 8px; }
.footer-column a, .footer-brand a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.site-footer .brand-logo { width: 96px; height: 96px; margin-bottom: 18px; }
.regulatory-copy { padding: 24px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius); }
.regulatory-copy p:last-child { margin-bottom: 0; }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 24px; font-size: 14px; }
.cookie-banner { position: fixed; left: 18px; right: 18px; bottom: 18px; z-index: 70; display: none; grid-template-columns: 1fr auto; align-items: center; gap: 20px; max-width: 980px; margin: 0 auto; padding: 18px; background: #fff; border: 2px solid var(--black); border-radius: var(--radius); box-shadow: var(--shadow); }
.cookie-banner.show { display: grid; }
.cookie-banner p { margin-bottom: 0; font-size: 14px; }
.cookie-actions { display: flex; gap: 10px; align-items: center; }

@media (max-width: 980px) {
  .nav { grid-template-columns: 92px 1fr auto; min-height: 96px; }
  .menu-toggle { display: inline-block; justify-self: end; }
  .primary-navigation { position: absolute; left: 22px; right: 22px; top: calc(100% - 8px); display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px; background: #fff; border: 2px solid var(--black); border-radius: var(--radius); box-shadow: var(--shadow); }
  .primary-navigation.open { display: flex; }
  .primary-navigation a { padding: 14px; border-bottom: 1px solid var(--line); }
  .nav-button { display: none; }
  .hero-grid, .intro-grid, .section-head, .subscription-teaser, .route-intro, .faq-layout, .contact-layout, .ecosystem, .legal-layout { grid-template-columns: 1fr; }
  .card-grid, .card-grid.four, .card-grid.two-by-two, .plan-grid, .process-grid, .fixed-grid, .freedoms, .footer-top { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .fixed-card:last-child { grid-column: auto; }
  .legal-layout aside { position: static; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 28px, 1180px); }
  .notice-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .hero { padding-top: 42px; }
  .hero-art, .hero-art img { min-height: 340px; }
  .card-grid, .card-grid.four, .card-grid.two-by-two, .split-feature, .plan-grid, .process-grid, .fixed-grid, .form-grid, .ecosystem-grid, .freedoms, .footer-top { grid-template-columns: 1fr; }
  .info-card { min-height: auto; }
  .plan-card.featured { transform: none; }
  .mini-list { grid-template-columns: 1fr; }
  .cta-inner { grid-template-columns: 1fr; }
  .cookie-banner { grid-template-columns: 1fr; }
  .cookie-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
}