:root{
  --navy:#061b2b; --deep:#08283e; --panel:#0b314a; --cyan:#67d7f0;
  --ice:#dff7ff; --text:#f5fbff; --muted:#a9c3d0; --line:rgba(255,255,255,.12);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--navy);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.65}
a{color:inherit;text-decoration:none}
a.text-link{color:var(--cyan);text-decoration:underline;text-underline-offset:3px}
img{max-width:100%}
.site-header{position:sticky;top:0;z-index:30;height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(20px,5vw,72px);background:rgba(3,18,29,.9);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.01em}.brand img{width:44px;height:44px;border-radius:50%}
.site-header nav{display:flex;gap:25px;color:#d8edf6;align-items:center}.site-header nav a:hover,.site-header nav a[aria-current="page"]{color:#fff}
.hero{min-height:82vh;position:relative;display:flex;align-items:center;background:url('/assets/hero-clean.png') center/cover no-repeat;padding:105px clamp(24px,8vw,120px) 90px}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,14,24,.88) 0%,rgba(1,14,24,.58) 47%,rgba(1,14,24,.12) 100%),linear-gradient(0deg,rgba(6,27,43,.84) 0%,transparent 36%)}.hero-content{position:relative;max-width:760px}.eyebrow{font-size:.78rem;letter-spacing:.23em;color:var(--cyan);font-weight:750}.hero h1,.section h2,.copy-panel h2,.cta-section h2,.page-hero h1,.article h2{font-family:Georgia,'Times New Roman',serif;font-weight:500;line-height:1.06}.hero h1{font-size:clamp(3.8rem,8vw,7.5rem);margin:.12em 0 .16em}.hero-copy{font-size:clamp(1.05rem,2vw,1.28rem);max-width:660px;color:#d8e9f1}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border-radius:999px;font-weight:700;border:1px solid transparent}.button.primary{background:linear-gradient(135deg,#8ee9fb,#4fc8e8);color:#042335}.button.ghost{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.06)}
.section{padding:90px clamp(24px,7vw,110px)}.section-inner{max-width:var(--max);margin:0 auto}.section-heading{max-width:820px;margin-bottom:42px}.section-heading h2{font-size:clamp(2.4rem,5vw,4.25rem);margin:.18em 0}.section-heading p:not(.eyebrow){color:var(--muted);font-size:1.12rem}
.cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.card{min-height:245px;padding:28px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:0 20px 50px rgba(0,0,0,.12)}.card span{font-size:.78rem;color:var(--cyan);letter-spacing:.18em}.card h3{font-size:1.3rem;margin:50px 0 10px}.card p{margin:0;color:var(--muted)}
.split-section{display:grid;grid-template-columns:1.05fr .95fr;min-height:620px;background:#051824}.visual-panel{background:url('/assets/hero-clean.png') center/cover no-repeat;min-height:500px}.copy-panel{padding:80px clamp(28px,6vw,90px);align-self:center}.copy-panel h2{font-size:clamp(2.5rem,5vw,4.15rem);margin:.18em 0 .45em}.copy-panel p{color:var(--muted);font-size:1.08rem}.copy-panel .note,.callout{padding:16px 18px;border-left:2px solid var(--cyan);color:#d5e9f2;background:rgba(255,255,255,.035);border-radius:0 12px 12px 0}
.cta-section{display:grid;grid-template-columns:160px 1fr;gap:40px;align-items:center;padding:82px clamp(24px,9vw,140px);background:radial-gradient(circle at 20% 50%,rgba(70,200,233,.17),transparent 32%),linear-gradient(135deg,#08273b,#041522)}.cta-section img{width:160px;height:160px;border-radius:50%;box-shadow:0 20px 60px rgba(0,0,0,.35)}.cta-section h2{font-size:clamp(2.3rem,4.5vw,3.9rem);margin:.15em 0 .25em}.cta-section p:not(.eyebrow){color:var(--muted);max-width:740px}.cta-section .button{margin-top:14px}
.page-hero{position:relative;padding:120px clamp(24px,7vw,110px) 74px;background:linear-gradient(90deg,rgba(4,23,36,.93),rgba(4,23,36,.7)),url('/assets/hero-clean.png') center/cover no-repeat;border-bottom:1px solid var(--line)}.page-hero .inner{max-width:var(--max);margin:0 auto}.page-hero h1{font-size:clamp(3rem,7vw,5.8rem);margin:.15em 0}.page-hero p{max-width:760px;color:#d7eaf2;font-size:1.15rem}
.article{max-width:930px;margin:0 auto;padding:72px 24px 100px}.article h2{font-size:clamp(2rem,4vw,3.15rem);margin:2.1rem 0 .7rem}.article h3{font-size:1.25rem;margin:1.8rem 0 .5rem}.article p,.article li{color:var(--muted);font-size:1.04rem}.article ul{padding-left:1.2rem}.article strong{color:#eaf8ff}.article .meta{font-size:.92rem;color:#88a7b6}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin:30px 0}.info-box{border:1px solid var(--line);border-radius:18px;padding:24px;background:rgba(255,255,255,.035)}.info-box h3{margin-top:0;color:#fff}.info-box p{margin-bottom:0}
.contact-card{border:1px solid var(--line);border-radius:22px;padding:32px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.018));margin:28px 0}.contact-card .email{font-size:1.25rem;color:var(--cyan);word-break:break-word}
footer{padding:46px clamp(24px,7vw,110px);border-top:1px solid var(--line);color:var(--muted);background:#041522}.footer-wrap{max-width:var(--max);margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center}.footer-brand{display:flex;gap:10px;align-items:center;color:#fff;font-weight:700}.footer-brand img{width:34px;height:34px;border-radius:50%}.footer-links{display:flex;gap:18px;flex-wrap:wrap;justify-content:flex-end}.footer-links a:hover{color:#fff}.copyright{grid-column:1/-1;font-size:.9rem;margin:4px 0 0}
@media (max-width:950px){.cards{grid-template-columns:repeat(2,1fr)}.split-section{grid-template-columns:1fr}.cta-section{grid-template-columns:120px 1fr}.cta-section img{width:120px;height:120px}.grid-2{grid-template-columns:1fr}}
@media (max-width:760px){.site-header{height:auto;min-height:68px;align-items:flex-start;padding-top:14px;padding-bottom:14px;gap:14px}.site-header nav{gap:12px;font-size:.88rem;flex-wrap:wrap;justify-content:flex-end}.brand img{width:38px;height:38px}.brand span{display:none}.hero{min-height:78vh;padding-top:90px;background-position:61% center}.hero h1{font-size:3.55rem}.cards{grid-template-columns:1fr}.section{padding:70px 20px}.cta-section{grid-template-columns:1fr;padding:68px 24px}.cta-section img{width:108px;height:108px}.copy-panel{padding:68px 24px}.page-hero{padding-top:95px}.footer-wrap{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}
@media (max-width:520px){.site-header nav{gap:9px;font-size:.8rem}.hero h1{font-size:3.1rem}.eyebrow{font-size:.68rem;letter-spacing:.18em}.button{width:100%}.page-hero h1{font-size:3.1rem}}
