
:root{--ink:#102033;--muted:#586779;--brand:#0f766e;--brand-dark:#0b4f4a;--gold:#d97706;--soft:#f4fbfa;--line:#dce7e5;--white:#fff;--shadow:0 14px 34px rgba(15,23,42,.09);--radius:20px;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);line-height:1.65;background:#fff}a{color:inherit}.container{width:min(calc(100% - 32px),var(--max));margin:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:1000;background:#fff;padding:10px 14px;border:2px solid var(--brand)}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.header-inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none}.site-logo{width:auto;height:44px;object-fit:contain}.nav{display:flex;gap:18px;align-items:center}.nav a{text-decoration:none;font-weight:750;color:var(--muted)}.nav a:hover,.nav a[aria-current=page]{color:var(--brand)}.nav-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 13px}.language-selector{position:relative}.language-toggle{border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;font-weight:750}.language-menu{position:absolute;right:0;top:calc(100% + 8px);display:none;min-width:220px;max-height:360px;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:8px;list-style:none;margin:0}.language-menu.open{display:block}.language-menu a{display:block;padding:9px 10px;text-decoration:none;border-radius:8px}.language-menu a:hover{background:var(--soft)}.breadcrumbs{padding:14px 0;color:var(--muted);font-size:.93rem}.breadcrumbs ol{display:flex;gap:8px;list-style:none;padding:0;margin:0}.hero{padding:30px 0 18px;background:linear-gradient(135deg,#effcf9,#fff8ed)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:24px;align-items:stretch}.hero-copy,.hero-media,.panel,.card,.result-box{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-copy{padding:34px}.hero-media{overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover;min-height:420px}.eyebrow{display:inline-flex;padding:8px 12px;border-radius:999px;background:#e9fbf7;color:var(--brand-dark);font-weight:850}.lead{font-size:1.12rem;color:var(--muted);max-width:70ch}.disclosure{margin-top:18px;padding:16px 18px;background:#fff8e8;border:1px solid #f3d59a;border-radius:14px;color:#7c4a03}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.btn{display:inline-flex;justify-content:center;align-items:center;padding:12px 18px;border-radius:999px;background:var(--brand);color:#fff;text-decoration:none;font-weight:850}.btn.secondary{background:#fff;color:var(--ink);border:1px solid var(--line)}main section{padding:44px 0}.section-head{max-width:850px;margin-bottom:22px}.section-head p{color:var(--muted)}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.card,.panel{padding:24px}.card p,.panel p{color:var(--muted)}.search-panel{background:var(--soft);border-block:1px solid var(--line)}.search-form{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.search-form label{font-weight:800;font-size:.92rem}.search-form select,.search-form input{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:12px;font:inherit;background:#fff}.result-box{margin-top:18px;padding:22px}.compare-table{width:100%;border-collapse:collapse}.compare-table th,.compare-table td{padding:14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.compare-table th{background:#ecfdf8}.table-wrap{overflow-x:auto}.country-tools{display:grid;grid-template-columns:1fr 250px;gap:14px;margin-bottom:18px}.country-tools input,.country-tools select{padding:12px 13px;border:1px solid var(--line);border-radius:12px}.country-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.country-card{padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.country-card p{color:var(--muted)}.country-card a{color:var(--brand);font-weight:850;text-decoration:none}.country-card.hidden{display:none}.check-list{padding-left:20px}.faq{display:grid;gap:12px}.faq details{border:1px solid var(--line);border-radius:14px;padding:16px;background:#fff}.faq summary{font-weight:850;cursor:pointer}.site-footer{margin-top:40px;background:#0d2827;color:#d8eeee}.footer-grid{display:grid;grid-template-columns:1.2fr repeat(4,1fr);gap:24px;padding:42px 0}.site-footer a{color:#d8eeee;text-decoration:none}.site-footer ul{list-style:none;padding:0}.site-footer li+li{margin-top:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding:18px 0;color:#a9c7c4}.hidden{display:none!important}:focus-visible{outline:3px solid #f59e0b;outline-offset:3px}@media(max-width:960px){.hero-grid,.grid-3,.country-grid{grid-template-columns:repeat(2,1fr)}.search-form{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}.nav-toggle{display:block}.nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-bottom:1px solid var(--line);padding:14px 20px}.nav.open{display:grid}.language-selector{margin-left:auto}}@media(max-width:640px){.hero-grid,.grid-3,.grid-2,.country-grid,.search-form,.country-tools,.footer-grid{grid-template-columns:1fr}.hero-copy{padding:24px}.site-logo{height:52px}.actions .btn{width:100%}}

/* Hero balance update: keep the full image visible without overpowering the copy. */
.hero{padding:36px 0 24px}
.hero-grid{grid-template-columns:1.25fr .75fr;gap:32px;align-items:center}
.hero-copy{padding:40px}
.hero-copy h1{font-size:clamp(2rem,2vw,2rem);line-height:1.1;margin:.5rem 0 1rem}
.lead{max-width:760px;font-size:1.15rem;line-height:1.8}
.hero-media{display:flex;align-items:center;justify-content:center;padding:28px;overflow:hidden;background:radial-gradient(circle at center,#f0fdfa 0,#fff 68%)}
.hero-media img{display:block;width:128%;max-width:460px;height:auto;min-height:0;max-height:390px;object-fit:contain;margin:auto}
@media(max-width:960px){.hero-grid{grid-template-columns:1.1fr .9fr;gap:22px}.hero-copy{padding:30px}.hero-media{padding:22px}.hero-media img{width:82%;max-width:390px}}
@media(max-width:640px){.hero-grid{grid-template-columns:1fr}.hero-media{order:-1;padding:18px}.hero-media img{width:66%;max-width:280px;max-height:250px}.hero-copy{padding:24px}.hero-copy h1{font-size:clamp(2rem,10vw,2.75rem)}}

/* Shared footer directory */
.footer-main{padding-top:42px}.footer-brand{max-width:34rem}.footer-disclosure{font-size:.9rem;color:#b9d4d1}.footer-country-directory{border-top:1px solid rgba(255,255,255,.15);padding:22px 0 28px}.footer-country-directory summary{cursor:pointer;font-weight:850;color:#fff;min-height:44px;display:flex;align-items:center}.footer-country-groups{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;padding-top:20px}.footer-country-groups ul{columns:1}.site-footer a:hover,.site-footer a:focus,.site-footer a.is-current{color:#fff;text-decoration:underline;text-underline-offset:3px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px}.footer-bottom p{margin:0}.back-to-top{white-space:nowrap;font-weight:800}@media(max-width:960px){.footer-country-groups{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.footer-country-groups{grid-template-columns:1fr}.footer-bottom{display:block}.back-to-top{display:inline-block;margin-top:12px}}
