/* Shared Continent identity for internal pages. Homepage has its own richer layer. */
body:not(.home-redesign){--navy:#081c2b;--teal:#008c8b;--yellow:#f2d14d;--cream:#f4f1e8;--paper:#fffef9;--ink:#0c2637;--muted:#52636d;--line:#b9c2bd;margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
body:not(.home-redesign) *,body:not(.home-redesign) *::before,body:not(.home-redesign) *::after{box-sizing:border-box}
body:not(.home-redesign) .container{width:min(1160px,calc(100% - 48px));margin-inline:auto}
body:not(.home-redesign) h1,body:not(.home-redesign) h2,body:not(.home-redesign) h3{color:var(--ink);font-family:Georgia,"Times New Roman",serif;line-height:1.05;letter-spacing:-.035em}
body:not(.home-redesign) h1{font-size:clamp(48px,7vw,88px)}body:not(.home-redesign) h2{font-size:clamp(34px,4vw,54px)}body:not(.home-redesign) p{color:var(--muted);line-height:1.7}
body:not(.home-redesign) :focus-visible{outline:3px solid var(--yellow);outline-offset:4px}
body:not(.home-redesign) header{position:sticky;top:0;z-index:100;background:var(--paper);color:var(--ink);border-bottom:2px solid var(--navy);box-shadow:none}
body:not(.home-redesign) .nav{min-height:74px;display:grid;grid-template-columns:auto 1fr auto;gap:25px;align-items:center}
body:not(.home-redesign) .brand{display:flex;align-items:center;gap:11px;color:var(--navy);text-decoration:none;white-space:nowrap}body:not(.home-redesign) .brand img{width:46px;height:46px;object-fit:contain;border-radius:0}body:not(.home-redesign) .brand strong{color:var(--navy);font-size:17px}body:not(.home-redesign) .brand span{color:var(--teal)}
body:not(.home-redesign) .desktop-nav{display:flex;justify-content:flex-end;gap:16px}body:not(.home-redesign) .desktop-nav a{padding:27px 0 23px;border-bottom:4px solid transparent;color:var(--navy);font-size:12px;font-weight:800;text-decoration:none;white-space:nowrap}body:not(.home-redesign) .desktop-nav a:hover{border-color:var(--teal)}
body:not(.home-redesign) .lang{display:flex;border-left:1px solid var(--line);padding-left:14px}body:not(.home-redesign) .lang a{display:grid;place-items:center;width:31px;height:31px;border:0;color:var(--navy);font-size:10px;font-weight:800;text-decoration:none}body:not(.home-redesign) .lang a.active{background:var(--navy);color:white;border-radius:50%}
body:not(.home-redesign) .mobile-tabs-wrap{background:var(--navy);border:0}body:not(.home-redesign) .mobile-tabs a{color:white}
body:not(.home-redesign) section{padding-block:78px}
body:not(.home-redesign) .hero,body:not(.home-redesign) .seo-hero{position:relative;background:var(--cream);color:var(--ink);border-bottom:2px solid var(--navy);overflow:hidden}
body:not(.home-redesign) .hero::after,body:not(.home-redesign) .seo-hero::after{content:"";position:absolute;left:0;bottom:26px;width:34%;height:7px;background:var(--teal);opacity:.28}
body:not(.home-redesign) .hero h1,body:not(.home-redesign) .seo-hero h1{max-width:900px;margin-block:20px;color:var(--ink)}body:not(.home-redesign) .hero .lead,body:not(.home-redesign) .seo-hero .lead{max-width:760px;color:var(--muted);font-size:19px}
body:not(.home-redesign) .badge,body:not(.home-redesign) .partner-kicker{display:inline-block;padding-bottom:7px;border-bottom:5px solid var(--yellow);background:none;color:var(--teal);font-size:11px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
body:not(.home-redesign) .btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 21px;border:2px solid var(--navy);border-radius:0;font-weight:800;text-decoration:none;box-shadow:none}body:not(.home-redesign) .btn-green{background:var(--navy);color:white}body:not(.home-redesign) .btn-gold{background:var(--yellow);color:var(--navy)}body:not(.home-redesign) .btn-dark{background:var(--navy);color:white}
body:not(.home-redesign) .card,body:not(.home-redesign) .sidebar-card,body:not(.home-redesign) .info,body:not(.home-redesign) .person{border:1px solid var(--line);border-radius:0;background:white;box-shadow:none}
body:not(.home-redesign) .service-price,body:not(.home-redesign) .price,body:not(.home-redesign) .price-mini{color:var(--teal);font-family:Georgia,"Times New Roman",serif;font-weight:bold}
body:not(.home-redesign) .dark{background:var(--navy);color:white}body:not(.home-redesign) .dark h2,body:not(.home-redesign) .dark h3{color:white}body:not(.home-redesign) details{border-radius:0;box-shadow:none}
body:not(.home-redesign) .seo-layout{gap:38px}body:not(.home-redesign) .breadcrumbs{color:var(--teal);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}body:not(.home-redesign) .sidebar-card{border-top:8px solid var(--yellow)}
body:not(.home-redesign) .partner-page{background:var(--paper)}body:not(.home-redesign) .partner-hero{background:var(--cream);border-bottom:2px solid var(--navy)}body:not(.home-redesign) .partner-code-box{border:3px dashed var(--navy);border-radius:0;background:var(--yellow);box-shadow:none}body:not(.home-redesign) .partner-discount-card{border:1px solid var(--line);border-radius:0;box-shadow:none}body:not(.home-redesign) .partner-logo{background:white;border-radius:0}body:not(.home-redesign) .partner-btn{border-radius:0}
body:not(.home-redesign) .map-contact-block,body:not(.home-redesign) .legal-company-card{border:2px solid var(--navy);border-radius:0;box-shadow:none}
/* Legal and company-information pages: keep long-form content crisp and readable. */
body:not(.home-redesign) .trust-page-hero{background:var(--cream);color:var(--ink);border-bottom:2px solid var(--navy)}
body:not(.home-redesign) .trust-page-hero h1{color:var(--ink)}
body:not(.home-redesign) .trust-page-hero .lead{color:var(--muted)}
body:not(.home-redesign) .trust-page-hero .premium-stat{background:white;border:1px solid var(--line);border-radius:0}
body:not(.home-redesign) .trust-page-hero .premium-stat strong{color:#9a7600}
body:not(.home-redesign) .trust-page-hero .premium-stat span{color:var(--muted)}
body:not(.home-redesign) .trust-content{background:white;color:var(--ink);border:2px solid var(--navy);border-radius:0;box-shadow:none}
body:not(.home-redesign) .trust-content h2{color:var(--navy)}
body:not(.home-redesign) .trust-content h3{color:var(--teal)}
body:not(.home-redesign) .trust-content p,body:not(.home-redesign) .trust-content li{color:var(--muted)}
body:not(.home-redesign) .trust-content strong{color:var(--ink)}
body:not(.home-redesign) .trust-content a{color:#006f75;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
body:not(.home-redesign) .trust-sidebar{background:var(--navy);color:white;border:0;border-top:8px solid var(--yellow);border-radius:0;box-shadow:none}
body:not(.home-redesign) .trust-sidebar h3,body:not(.home-redesign) .trust-sidebar strong{color:white}
body:not(.home-redesign) .trust-sidebar p{color:#d6e0e3}
body:not(.home-redesign) .trust-sidebar a{color:white}
body:not(.home-redesign) .trust-sidebar .trust-links a{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.2);border-radius:0}
body:not(.home-redesign) footer{background:#04131e;color:#bdc7cb}body:not(.home-redesign) footer a{color:white}body:not(.home-redesign) .bottom-bar{background:var(--navy);border-top:2px solid var(--yellow)}body:not(.home-redesign) .bottom-bar a{border-radius:0}
@media(max-width:1360px){body:not(.home-redesign) .desktop-nav{display:none!important}body:not(.home-redesign) .nav{grid-template-columns:1fr auto}}
@media(max-width:720px){body:not(.home-redesign) .container{width:calc(100% - 28px)}body:not(.home-redesign) section{padding-block:58px}body:not(.home-redesign) .nav{min-height:64px;gap:8px}body:not(.home-redesign) .brand img{width:39px;height:39px}body:not(.home-redesign) .brand strong{font-size:14px}body:not(.home-redesign) .lang{padding-left:7px}body:not(.home-redesign) .lang a{width:27px;height:27px;font-size:9px}body:not(.home-redesign) h1{font-size:46px}}
