/* Shared visual system for every public page. */
:root{--shell-bg:#0a0c12;--shell-surface:#151923;--shell-surface-2:#1d2530;--shell-line:rgba(255,255,255,.12);--shell-text:#f6f7fa;--shell-muted:#b8c1cc;--shell-mint:#8cf4cf;--shell-blue:#8edbff;--shell-shadow:0 18px 54px rgba(0,0,0,.28)}
html{scroll-padding-top:100px}
.skip-link{position:absolute;top:-60px;right:16px;z-index:1200;padding:9px 13px;border-radius:10px;background:#fff;color:#101510;font-weight:800;text-decoration:none;transition:top .2s ease}.skip-link:focus{top:16px}
body{background:radial-gradient(circle at 82% -12%,rgba(88,131,157,.18),transparent 32rem),radial-gradient(circle at 8% 22%,rgba(51,128,102,.12),transparent 28rem),#101117;color:var(--shell-text)}
.site-header{position:sticky;top:0;z-index:500;background:rgba(8,10,16,.86);border-bottom:1px solid var(--shell-line);box-shadow:0 10px 34px rgba(0,0,0,.18);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.site-nav{display:flex;align-items:center;gap:16px;min-height:82px;padding-block:10px}
.site-brand{display:flex;align-items:center;gap:11px;flex:0 0 auto;color:var(--shell-text);font-weight:900;letter-spacing:-.03em;white-space:nowrap}
.site-brand img{width:54px;height:54px;object-fit:cover;border-radius:15px;filter:drop-shadow(0 8px 16px rgba(0,0,0,.25))}
.site-brand span{font-size:1.05rem}
.site-nav-menu{flex:1;min-width:0}
.site-nav-list{display:flex;align-items:center;justify-content:center;gap:4px;margin:0;padding:0;list-style:none}
.site-menu-item{position:relative;list-style:none}
.site-nav-link,.site-language{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 11px;border:1px solid transparent;border-radius:999px;color:var(--shell-muted);font:inherit;font-size:.84rem;font-weight:700;line-height:1.25;text-decoration:none;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}
.site-nav-link:hover,.site-nav-link:focus-visible,.site-language:hover,.site-language:focus-visible{color:var(--shell-text);background:rgba(255,255,255,.07);border-color:var(--shell-line)}
.site-nav-link.is-active{color:var(--shell-text);background:rgba(140,244,207,.10);border-color:rgba(140,244,207,.30)}
.site-nav-cta{color:#101510;background:linear-gradient(135deg,#fff,#dff8ef);border-color:rgba(255,255,255,.65);box-shadow:0 10px 26px rgba(0,0,0,.2)}
.site-nav-cta:hover,.site-nav-cta:focus-visible{color:#101510;background:linear-gradient(135deg,#fff,#e9fff6);transform:translateY(-1px)}
.site-language{flex:0 0 auto;color:var(--shell-text);border-color:rgba(255,255,255,.20);font-size:.78rem;font-weight:800}
.site-dropdown{display:none;position:absolute;top:calc(100% + 8px);right:0;width:274px;max-height:min(70vh,520px);overflow:auto;padding:8px;border:1px solid var(--shell-line);border-radius:16px;background:rgba(15,18,27,.97);box-shadow:var(--shell-shadow);backdrop-filter:blur(16px)}
.site-dropdown a{display:block;padding:9px 12px;border-radius:10px;color:#e8edf2;font-size:.82rem;line-height:1.6;text-decoration:none}
.site-dropdown a:hover,.site-dropdown a:focus-visible{background:rgba(140,244,207,.10);color:#fff}
.site-menu-parent:hover>.site-dropdown,.site-menu-parent:focus-within>.site-dropdown,.site-menu-parent.is-open>.site-dropdown{display:block}
.site-burger{display:none;flex:0 0 auto;width:43px;height:43px;padding:8px;border:1px solid var(--shell-line);border-radius:12px;background:rgba(255,255,255,.04);cursor:pointer}
.site-burger span{display:block;width:22px;height:2px;margin:4px auto;border-radius:99px;background:var(--shell-text)}
main{min-height:55vh}
main h1,main h2,main h3{letter-spacing:-.03em;text-wrap:balance}
.page-container,.reviews-wrap,.page-wrap{width:min(100% - 32px,1120px);margin-inline:auto;padding-top:48px}
.article-wrap{width:min(100% - 32px,880px);margin-inline:auto}
.page-container>.hero,.reviews-wrap>.card,.page-wrap>.card,.article-wrap{border-color:var(--shell-line);box-shadow:var(--shell-shadow)}
footer,.footer{border-top:1px solid var(--shell-line)}
:where(a,button,input,textarea,select):focus-visible{outline:3px solid var(--shell-mint);outline-offset:3px}
@media (max-width:1120px){.site-nav{gap:9px}.site-nav-link{padding-inline:8px;font-size:.78rem}.site-brand span{font-size:.95rem}.site-nav-list{gap:1px}}
@media (max-width:900px){.site-nav{min-height:72px}.site-brand img{width:48px;height:48px}.site-brand span{font-size:.92rem}.site-burger{display:block}.site-nav-menu{position:absolute;top:100%;right:0;left:0;display:none;padding:10px 16px 16px;background:rgba(8,10,16,.98);border-bottom:1px solid var(--shell-line);box-shadow:0 18px 35px rgba(0,0,0,.25)}.site-nav-menu.is-open{display:block}.site-nav-list{display:flex;flex-direction:column;align-items:stretch;gap:3px}.site-nav-link{justify-content:flex-start;width:100%;min-height:42px;border-radius:11px}.site-nav-cta{justify-content:center}.site-dropdown{position:static;width:auto;max-height:none;margin:3px 0 4px;padding:5px;box-shadow:none;border-radius:12px;background:rgba(255,255,255,.04)}.site-menu-parent:not(.is-open)>.site-dropdown{display:none}.site-menu-parent.is-open>.site-dropdown{display:block}.site-language{font-size:.75rem;padding-inline:9px}}
@media (max-width:560px){.site-nav{padding-inline:12px}.site-brand span{display:none}.site-language{margin-inline-start:auto}.page-container,.reviews-wrap,.page-wrap,.article-wrap{width:min(100% - 24px,880px);padding-top:30px}}

/* The services page gets a calmer editorial grid instead of the compressed legacy cards. */
.page-services main>.container{width:min(100% - 40px,1160px);padding-top:58px}
.page-services .page-tag{padding:8px 14px;margin-bottom:14px;border-color:rgba(140,244,207,.28);background:rgba(140,244,207,.08);font-size:.82rem}
.page-services h1{margin:0 0 12px;font-size:clamp(2rem,3vw,3rem);line-height:1.35}
.page-services .subtitle{max-width:72ch;margin:0 0 28px;font-size:1rem;line-height:2;color:var(--shell-muted)}
.page-services .intro-strip{margin:0 0 28px;padding:24px 26px;grid-template-columns:1.15fr .85fr;gap:28px;border:1px solid rgba(140,244,207,.18);border-radius:24px;background:linear-gradient(135deg,rgba(140,244,207,.10),rgba(21,25,35,.85));box-shadow:var(--shell-shadow)}
.page-services .intro-strip h2{font-size:1.2rem;margin-bottom:12px}
.page-services .intro-points{font-size:.95rem;line-height:1.9}
.page-services .intro-mini{font-size:.94rem;line-height:2;color:#d1d9df;align-self:center}
.page-services .services-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.page-services .service-card{display:flex;flex-direction:column;min-height:410px;padding:24px;border-radius:24px;border-color:rgba(255,255,255,.13);background:linear-gradient(145deg,rgba(31,38,49,.90),rgba(10,13,19,.98));box-shadow:0 18px 48px rgba(0,0,0,.28)}
.page-services .service-card:hover{border-color:rgba(140,244,207,.42);box-shadow:0 24px 58px rgba(0,0,0,.40)}
.page-services .service-head{margin-bottom:14px;align-items:flex-start}
.page-services .service-title-wrap{align-items:center;gap:12px}
.page-services .icon-badge{width:42px;height:42px;flex:0 0 42px;border-color:rgba(140,244,207,.32);background:rgba(140,244,207,.10)}
.page-services .icon-badge svg{width:21px;height:21px}
.page-services .service-card h2{font-size:1.22rem;line-height:1.55}
.page-services .service-tag{padding:5px 10px;font-size:.78rem}
.page-services .service-card p{margin:0 0 12px;font-size:.96rem;line-height:2;color:#c3ccd5}
.page-services .bullet{margin:0;padding-right:20px;font-size:.9rem;line-height:1.9;color:#c3ccd5}
.page-services .more-links{margin-top:auto;padding-top:16px;border-top:1px solid rgba(255,255,255,.09);gap:8px;font-size:.9rem}
.page-services .note{margin:28px 0 0;padding:18px 20px;border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(255,255,255,.035);font-size:.92rem}
.page-services .back-link{margin:18px 0 0;text-align:center;font-size:.92rem}
.page-services .fresh-guides{margin:0 0 30px;padding:23px 24px;border:1px solid rgba(142,219,255,.18);border-radius:24px;background:linear-gradient(135deg,rgba(142,219,255,.08),rgba(21,25,35,.78));box-shadow:var(--shell-shadow)}
.page-services .fresh-guides-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}.page-services .fresh-guides-kicker{color:var(--shell-blue);font-size:.8rem;font-weight:800}.page-services .fresh-guides-head h2{margin:5px 0 0;font-size:1.35rem}.page-services .fresh-guides-head>a{color:#bceaff;font-size:.86rem;text-decoration:none}.page-services .fresh-guides-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.page-services .fresh-guides-grid a{display:flex;min-height:145px;flex-direction:column;justify-content:flex-end;padding:15px;border:1px solid rgba(255,255,255,.10);border-radius:17px;background:rgba(7,10,16,.48);text-decoration:none;transition:transform .2s ease,border-color .2s ease,background .2s ease}.page-services .fresh-guides-grid a:hover{transform:translateY(-3px);border-color:rgba(140,244,207,.38);background:rgba(140,244,207,.08)}.page-services .fresh-guides-grid span{color:var(--shell-mint);font-size:.75rem;font-weight:800}.page-services .fresh-guides-grid strong{margin-top:7px;color:#f5f7f8;font-size:.94rem;line-height:1.65}.page-services .fresh-guides-grid small{margin-top:4px;color:#aebbc4;font-size:.77rem;line-height:1.6}
@media(max-width:860px){.page-services main>.container{width:min(100% - 28px,760px);padding-top:36px}.page-services .intro-strip{grid-template-columns:1fr;padding:20px}.page-services .services-grid{grid-template-columns:1fr}.page-services .service-card{min-height:0;padding:21px}.page-services .service-card h2{font-size:1.08rem}}
@media(max-width:900px){.page-services .fresh-guides-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.page-services .fresh-guides{padding:18px}.page-services .fresh-guides-head{align-items:flex-start;flex-direction:column;gap:8px}.page-services .fresh-guides-grid{grid-template-columns:1fr}}

/* Long-form educational pages share one readable article frame. */
.article-page-shell{width:min(100% - 32px,1120px);margin-inline:auto;padding:54px 0 72px}
.article-hero{padding:34px clamp(22px,5vw,64px);border:1px solid rgba(140,244,207,.22);border-radius:28px;background:linear-gradient(135deg,rgba(140,244,207,.13),rgba(21,25,35,.90));box-shadow:var(--shell-shadow);text-align:right}
.article-kicker{display:inline-flex;padding:7px 13px;border:1px solid rgba(140,244,207,.35);border-radius:999px;background:rgba(140,244,207,.09);color:var(--shell-mint);font-size:.82rem;font-weight:800}
.article-hero h1{max-width:900px;margin:18px 0 12px;font-size:clamp(2rem,4vw,3.35rem);line-height:1.42}
.article-hero p{max-width:780px;margin:0;color:#cbd4db;font-size:1.02rem;line-height:2}
.article-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px;color:#d9e7e1;font-size:.82rem}.article-meta span{padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.10)}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start;margin-top:24px}
.article-body{padding:32px clamp(22px,4vw,46px);border:1px solid rgba(255,255,255,.11);border-radius:24px;background:linear-gradient(145deg,rgba(31,38,49,.88),rgba(10,13,19,.98));box-shadow:var(--shell-shadow)}
.article-body h2{margin:0 0 11px;color:#f8fafc;font-size:1.35rem;line-height:1.65}.article-body h2:not(:first-child){margin-top:30px}.article-body p,.article-body li{color:#c8d0d7;font-size:1rem;line-height:2.05}.article-body ul{margin:0;padding-right:24px}.article-body a{color:var(--shell-blue);text-decoration:underline;text-underline-offset:4px}.article-source{margin-top:30px;padding:16px 18px;border:1px solid rgba(142,219,255,.20);border-radius:16px;background:rgba(142,219,255,.06);color:#d9e3ea;line-height:1.9}.article-disclaimer{margin:18px 0 0!important;color:#9da9b3!important;font-size:.86rem!important}
.article-aside{position:sticky;top:104px}.article-aside-card{padding:24px;border:1px solid rgba(140,244,207,.24);border-radius:22px;background:linear-gradient(145deg,rgba(140,244,207,.12),rgba(21,25,35,.92));box-shadow:var(--shell-shadow)}.article-aside-icon{display:grid;place-items:center;width:46px;height:46px;margin-bottom:15px;border-radius:15px;background:rgba(140,244,207,.13);color:var(--shell-mint);font-size:1.55rem}.article-aside h2{margin:0 0 8px;font-size:1.2rem}.article-aside p{margin:0 0 18px;color:#c5d1d7;font-size:.92rem;line-height:1.9}.article-aside .site-nav-cta{display:flex;width:100%;min-height:42px}.article-back{display:block;margin:14px 4px;color:#a9dff2;font-size:.88rem;text-decoration:none}.article-back:hover{text-decoration:underline}
@media(max-width:820px){.article-page-shell{width:min(100% - 24px,760px);padding-top:32px}.article-layout{grid-template-columns:1fr}.article-aside{position:static}.article-hero{padding:26px 21px}.article-hero h1{font-size:1.9rem}.article-body{padding:25px 21px}}
