:root{
  --bg:#fdfcf8; --fg:#1f2533; --muted:#6b7280; --card:#ffffff;
  --border:#e7e3d8; --primary:#2a3a6b; --primary-fg:#fdfcf8;
  --accent:#f5b945; --accent-fg:#1f2533; --secondary:#f1ede0;
}
*{box-sizing:border-box;margin:0;padding:0;border-color:var(--border)}
html{scroll-behavior:smooth}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;line-height:1.6}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;letter-spacing:-.01em;color:var(--fg)}
a{color:inherit}
img{max-width:100%;display:block;height:auto}

.ad-banner{background:#ece8d8;color:#6b7280;font-size:.75rem;letter-spacing:.15em;text-transform:uppercase;text-align:center;padding:.5rem 0;font-weight:600}
.header{border-bottom:1px solid var(--border);background:var(--card)}
.header-inner{max-width:1100px;margin:0 auto;padding:1rem;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit}
.brand-mark{width:36px;height:36px;border-radius:999px;background:var(--accent);display:flex;align-items:center;justify-content:center}
.brand-name{font-family:Georgia,serif;font-size:1.125rem;font-weight:600}
.issue{font-size:.875rem;color:var(--muted)}
@media(max-width:640px){.issue{display:none}}

.hero{background:var(--card)}
.hero-inner{max-width:760px;margin:0 auto;padding:2.5rem 1rem 1.5rem}
.chip{display:inline-flex;align-items:center;gap:.5rem;background:var(--secondary);padding:.3rem .75rem;border-radius:999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);margin-bottom:1rem}
.chip-dot{width:6px;height:6px;border-radius:999px;background:var(--accent)}
h1{font-size:clamp(1.875rem,5vw,3rem);line-height:1.15;font-weight:700}
.hl{background:var(--accent);padding:0 .3rem;border-radius:3px;white-space:nowrap}
.lede{margin-top:1.25rem;font-size:1.125rem;color:var(--muted);line-height:1.65}
.byline{margin-top:1rem;font-size:.875rem;color:var(--muted);display:flex;flex-wrap:wrap;gap:.25rem .75rem}
.byline strong{color:var(--fg)}
.hero-figure{max-width:1100px;margin:0 auto;padding:1rem 1rem 2rem}
.hero-figure img{border-radius:.75rem;box-shadow:0 8px 24px rgba(0,0,0,.08);aspect-ratio:16/9;object-fit:cover;width:100%}
.caption{margin-top:.5rem;font-size:.875rem;color:var(--muted);font-style:italic;text-align:center}

.article{max-width:760px;margin:0 auto;padding:0 1rem 3rem}
.article p{margin-bottom:1.1rem;font-size:1.0625rem;line-height:1.75}
.article p.lead{font-size:1.25rem;font-weight:500}
.article h2{font-size:1.875rem;margin-top:2.5rem;margin-bottom:1rem}
.article h3{font-size:1.375rem;margin-top:2rem;margin-bottom:.75rem}
.article ul{margin:1rem 0 1.25rem 1.5rem}
.article li{margin-bottom:.5rem;line-height:1.7}
.article strong{color:#0f1320}
.article figure{margin:2rem 0}
.article figure img{border-radius:.75rem;aspect-ratio:10/7;object-fit:cover;width:100%}

.form-section{background:var(--secondary);padding:3rem 0}
.form-card{max-width:600px;margin:0 auto;background:var(--card);border:1px solid var(--border);border-radius:.875rem;padding:2rem 1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.07)}
@media(min-width:640px){.form-card{padding:2.25rem}}
.form-top{text-align:center;margin-bottom:1.5rem}
.badge{display:inline-block;background:var(--accent);color:var(--accent-fg);padding:.3rem .75rem;border-radius:999px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.form-card h2{margin-top:1rem;font-size:clamp(1.5rem,4vw,1.875rem);font-weight:700}
.form-sub{margin-top:.5rem;font-size:.875rem;color:var(--muted)}
.field{display:block;margin-bottom:1rem}
.field span{display:block;margin-bottom:.4rem;font-size:.875rem;font-weight:500}
.field input{width:100%;padding:.7rem .85rem;border:1px solid var(--border);background:var(--bg);border-radius:.5rem;font-size:1rem;font-family:inherit;outline:none;transition:border .15s,box-shadow .15s}
.field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(245,185,69,.3)}
.submit{width:100%;padding:.9rem 1.5rem;background:var(--primary);color:var(--primary-fg);border:0;border-radius:.5rem;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;box-shadow:0 4px 12px rgba(42,58,107,.25);transition:opacity .15s,transform .05s}
.submit:hover{opacity:.92}
.submit:active{transform:scale(.99)}
.form-foot{text-align:center;margin-top:.75rem;font-size:.75rem;color:var(--muted)}
.form-foot a{text-decoration:underline}
.success{text-align:center;padding:2rem 0}
.success-icon{width:64px;height:64px;border-radius:999px;background:var(--accent);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}
.success h2{font-size:1.5rem;font-weight:700}
.success p{margin-top:.75rem;color:var(--muted)}

footer{background:var(--primary);color:var(--primary-fg)}
.footer-inner{max-width:1100px;margin:0 auto;padding:3rem 1rem}
.footer-grid{display:grid;gap:2.5rem;grid-template-columns:1fr}
@media(min-width:768px){.footer-grid{grid-template-columns:repeat(3,1fr)}}
.footer h3{font-family:Georgia,serif;font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:var(--primary-fg)}
.footer address,.footer p,.footer li{font-size:.875rem;line-height:1.6;font-style:normal;opacity:.9}
.footer .vat{margin-top:1rem;font-size:.75rem;opacity:.75;line-height:1.5}
.footer .vat span{font-family:ui-monospace,Menlo,monospace}
.footer ul{list-style:none}
.footer ul li{margin-bottom:.5rem}
.footer ul a{opacity:.9;text-decoration:none}
.footer ul a:hover{opacity:1;text-decoration:underline}
.copy{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(253,252,248,.2);font-size:.75rem;opacity:.75;text-align:center}

.legal-main{max-width:760px;margin:0 auto;padding:3rem 1rem}
.legal-main h1{font-size:clamp(1.75rem,5vw,2.5rem);margin-bottom:2rem}
.legal-foot{background:var(--primary);color:var(--primary-fg);padding:1.5rem 1rem;margin-top:3rem}
.legal-foot-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;font-size:.875rem}
.legal-foot a{opacity:.9;text-decoration:none}
.legal-foot a:hover{opacity:1;text-decoration:underline}
.back{font-family:Georgia,serif;font-size:1.125rem;font-weight:600;text-decoration:none;color:inherit}
