:root{--primary:#8d3f63;--accent:#287a45;--soft:#fff2f7;--bg:#ffffff;--text:#18212f;--card:#f8fafc;--border:#d9e2ef}[data-theme="dark"]{--bg:#101622;--text:#eef4ff;--card:#182234;--border:#344154}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);line-height:1.65}a{color:var(--primary)}.skip{position:absolute;left:-999px}.skip:focus{left:1rem;top:1rem;background:var(--bg);padding:.5rem;z-index:5}.site-header{display:flex;gap:1rem;align-items:center;justify-content:space-between;padding:1rem 5vw;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--bg);z-index:3}.brand{display:flex;align-items:center;gap:.6rem;text-decoration:none;font-weight:800;color:var(--text)}.mark{display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:var(--primary);color:white}.main-nav{display:flex;gap:.75rem;flex-wrap:wrap}.nav-link{text-decoration:none;padding:.35rem .5rem;border-radius:.5rem}.nav-link.active{background:var(--soft);color:var(--primary)}button,.button{border:0;border-radius:.6rem;background:var(--primary);color:#fff;padding:.65rem .9rem;text-decoration:none;cursor:pointer}main{max-width:1180px;margin:auto;padding:2rem 5vw}.hero,.page-hero{display:grid;grid-template-columns:1.3fr .7fr;gap:2rem;align-items:center;padding:2rem;border-radius:1.4rem;background:linear-gradient(135deg,var(--soft),transparent)}.hero img{width:100%;max-height:270px}h1{font-size:clamp(2rem,5vw,4rem);line-height:1.05;margin:.3rem 0}h2{font-size:clamp(1.45rem,3vw,2.2rem);margin-top:2rem}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--accent);font-weight:700}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.card,details,.disclaimer{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1rem;margin:.8rem 0}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:1rem}table{width:100%;border-collapse:collapse;background:var(--bg)}th,td{padding:.75rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}th{background:var(--soft)}.country-links{display:flex;flex-wrap:wrap;gap:.5rem}.country-links a{border:1px solid var(--border);border-radius:999px;padding:.35rem .65rem;text-decoration:none}.site-footer{display:grid;grid-template-columns:1.2fr 1.5fr .8fr;gap:1rem;background:#0e1726;color:#eef4ff;padding:2rem 5vw;margin-top:2rem}.site-footer a{color:#d9f3ff;margin:.25rem;display:inline-block}.cookie-banner{position:fixed;left:1rem;right:1rem;bottom:1rem;background:var(--bg);border:1px solid var(--border);box-shadow:0 10px 30px #0003;border-radius:1rem;padding:1rem;display:none;z-index:4}.cookie-banner.show{display:block}.contact-form{display:grid;gap:1rem;max-width:720px}input,textarea,select{width:100%;padding:.75rem;border:1px solid var(--border);border-radius:.6rem;background:var(--bg);color:var(--text)}textarea{min-height:140px}.check{display:flex;gap:.5rem}.check input{width:auto}.menu-toggle{display:none}:focus{outline:3px solid var(--accent);outline-offset:2px}@media(max-width:800px){.hero,.page-hero,.site-footer{grid-template-columns:1fr}.card-grid{grid-template-columns:1fr}.menu-toggle{display:inline-block}.main-nav{display:none;position:absolute;left:0;right:0;top:64px;background:var(--bg);padding:1rem;border-bottom:1px solid var(--border)}.main-nav.open{display:grid}}