:root {
  --ink: #181b17;
  --paper: #f4f0e8;
  --card: #faf8f3;
  --green: #13765a;
  --muted: #656860;
  --line: rgba(24, 27, 23, .12);
}

.consent-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;z-index:1000;display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:900px;margin:auto;padding:1rem 1.1rem;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:#111827;color:#f8fafc;box-shadow:0 18px 50px rgba(0,0,0,.35)}
.consent-banner p{margin:0;max-width:610px;font-size:.92rem;line-height:1.45}.consent-banner a{color:#93c5fd}.consent-banner div{display:flex;gap:.55rem;flex-shrink:0}.consent-banner button{padding:.65rem .8rem;border:1px solid #64748b;border-radius:9px;background:transparent;color:#f8fafc;cursor:pointer}.consent-banner .consent-accept{border-color:#2563eb;background:#2563eb;font-weight:700}.privacy-page{max-width:760px;padding-top:4rem;padding-bottom:5rem}.privacy-page h2{margin-top:2rem}
@media (max-width:700px){.consent-banner{align-items:stretch;flex-direction:column}.consent-banner div{display:grid;grid-template-columns:1fr 1fr}.consent-banner button{font-size:.8rem}}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header { border-bottom: 1px solid var(--line); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 0; }
.brand, .eyebrow { color: var(--green); font-size: 12px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.subbrand { margin-top: 5px; color: var(--muted); font-size: 12px; }
.badge { border: 1px solid var(--line); border-radius: 999px; padding: 8px 12px; font-size: 11px; font-weight: 900; white-space: nowrap; }
.hero { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; padding: 64px 0; }
h1 { margin: 16px 0 0; font-size: clamp(42px, 6vw, 72px); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.lead { max-width: 680px; margin: 24px 0 0; color: #555950; font-size: 19px; line-height: 1.65; }
.actions { margin-top: 30px; }
.button { display: inline-block; border-radius: 13px; background: var(--ink); color: white; padding: 16px 22px; font-weight: 900; text-decoration: none; transition: transform .18s, background .18s; }
.button:hover { background: var(--green); transform: translateY(-2px); }
.disclosure { max-width: 620px; margin: 12px 0 0; color: #74776f; font-size: 12px; line-height: 1.55; }
.visual { overflow: hidden; border: 1px solid var(--line); border-radius: 30px; background: white; padding: 12px; box-shadow: 0 28px 80px rgba(25, 30, 25, .18); }
.visual img { display: block; width: 100%; height: auto; border-radius: 21px; }
.details { border-block: 1px solid var(--line); background: white; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 44px 0; }
.card { border: 1px solid var(--line); border-radius: 20px; background: var(--card); padding: 26px; }
.card h2 { margin: 0; font-size: 21px; letter-spacing: -.02em; }
.card p, .card li { color: #60645b; font-size: 14px; line-height: 1.7; }
.card ul { padding-left: 18px; }
.closing { max-width: 820px; margin: 0 auto; padding: 56px 20px 68px; text-align: center; }
.closing h2 { margin: 0 0 24px; font-size: clamp(27px, 4vw, 38px); letter-spacing: -.035em; }
.disclaimer { margin: 22px auto 0; max-width: 680px; color: #74776f; font-size: 12px; line-height: 1.6; }
.hub { padding: 72px 0; }
.hub h1 { max-width: 850px; }
.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 42px; }
.hub-card { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: white; text-decoration: none; transition: transform .18s, box-shadow .18s; }
.hub-card:hover { transform: translateY(-3px); box-shadow: 0 20px 50px rgba(25,30,25,.12); }
.hub-card img { display: block; width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.hub-copy { padding: 22px; }
.hub-copy h2 { margin: 0; font-size: 22px; }
.hub-copy p { color: var(--muted); line-height: 1.55; }
.hub-copy strong { color: var(--green); }

@media (max-width: 800px) {
  .hero { grid-template-columns: 1fr; gap: 36px; padding: 44px 0; }
  .cards, .hub-grid { grid-template-columns: 1fr; }
  .visual { width: min(100%, 520px); margin: 0 auto; }
  .site-header .wrap { align-items: flex-start; }
}

@media (max-width: 480px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .badge { font-size: 9px; }
  h1 { font-size: 42px; }
}
