:root{--shell-bg:#f7f4ef;--shell-white:#fff;--shell-navy:#07253f;--shell-graphite:#17384d;--shell-muted:#617985;--shell-cyan:#087cad;--shell-line:#cbdde5;--shell-soft:#eaf5f8;--shell-gutter:clamp(18px,4vw,56px);--shell-shadow:0 16px 46px rgba(7,37,63,.1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--shell-bg);color:var(--shell-graphite);font-family:Onest,Manrope,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}img{max-width:100%}a{color:inherit}.skip-link{position:fixed;z-index:999;top:8px;left:8px;padding:11px 15px;border-radius:10px;background:var(--shell-navy);color:#fff;transform:translateY(-160%)}.skip-link:focus{transform:none}.shell-container{width:min(1180px,calc(100% - 2*var(--shell-gutter)));margin-inline:auto}.site-header{position:relative;z-index:100;border-bottom:1px solid rgba(7,37,63,.08);background:rgba(255,255,255,.96)}.site-header__inner{display:grid;width:min(1220px,calc(100% - 2*var(--shell-gutter)));min-height:84px;margin:auto;grid-template-columns:auto minmax(0,1fr) auto;gap:30px;align-items:center}.brand{display:inline-flex;gap:11px;align-items:center;text-decoration:none}.brand img{width:48px;height:48px;border-radius:12px}.brand__copy{display:grid}.brand__copy b{color:var(--shell-navy);font-size:.96rem}.brand__copy small{color:var(--shell-muted);font-size:.7rem}.site-nav{display:flex;justify-content:center;gap:clamp(16px,2vw,30px);align-items:center}.site-nav a{display:inline-flex;min-height:44px;align-items:center;color:var(--shell-graphite);font-size:.86rem;font-weight:650;text-decoration:none;white-space:nowrap}.site-nav a:hover,.site-nav a:focus-visible,.site-nav a[aria-current=page]{color:var(--shell-cyan)}.header-phone{display:grid;justify-items:end;text-decoration:none;white-space:nowrap}.header-phone span{color:var(--shell-navy);font-weight:780}.header-phone small{color:var(--shell-muted);font-size:.7rem}.nav-toggle{display:none;width:44px;height:44px;padding:9px;border:0;border-radius:12px;background:var(--shell-soft)}.nav-toggle span{display:block;height:2px;margin:5px 0;border-radius:2px;background:var(--shell-navy)}.shell-hero{padding:clamp(76px,10vw,132px) 0 clamp(60px,8vw,100px);background:linear-gradient(145deg,#f7f4ef 0%,#e8f4f7 100%)}.eyebrow{margin:0;color:var(--shell-cyan);font-size:.76rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.shell-hero h1{max-width:14ch;margin:14px 0 20px;color:var(--shell-navy);font-size:clamp(2.7rem,7vw,6.2rem);line-height:.96;letter-spacing:-.05em}.shell-hero p:last-child{max-width:700px;margin:0;color:var(--shell-muted);font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.65}.shell-placeholder{padding:clamp(62px,8vw,100px) 0;background:#fff}.shell-card{max-width:860px;padding:clamp(28px,5vw,52px);border:1px solid var(--shell-line);border-radius:26px;background:linear-gradient(145deg,#fff,#f2f9fb);box-shadow:var(--shell-shadow)}.shell-card h2{margin:0 0 16px;color:var(--shell-navy);font-size:clamp(1.8rem,4vw,3.2rem)}.shell-card p{max-width:680px;margin:0;color:var(--shell-muted);line-height:1.65}.shell-card+.shell-card{margin-top:22px}.shell-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 20px;border:1px solid var(--shell-cyan);border-radius:14px;background:var(--shell-cyan);color:#fff;font-weight:780;text-decoration:none}.button--secondary{background:#fff;color:var(--shell-navy)}.v2-footer{padding:46px 0 96px;background:#041d31;color:#fff}.v2-footer__inner{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:28px;align-items:start}.v2-footer .brand__copy b{color:#fff}.v2-footer .brand__copy small{color:#a9c1ce}.v2-footer__menus{display:grid;gap:16px}.v2-footer nav{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 24px}.v2-footer nav a{color:#d9e8ee;font-size:.85rem;text-decoration:none}.v2-footer>a{color:#fff;font-weight:780;text-decoration:none}.sticky-actions{position:fixed;z-index:90;right:14px;bottom:14px;left:14px;display:none;grid-template-columns:1fr 1fr;gap:8px;padding:7px;border:1px solid rgba(7,37,63,.12);border-radius:18px;background:rgba(247,244,239,.94);box-shadow:0 14px 38px rgba(7,37,63,.24);backdrop-filter:blur(14px)}.sticky-actions a{display:flex;min-height:46px;align-items:center;justify-content:center;border-radius:12px;font-weight:800;text-decoration:none}.sticky-actions a:first-child{background:var(--shell-cyan);color:#fff}.sticky-actions a:last-child{border:1px solid var(--shell-line);background:#fff;color:var(--shell-navy)}@media(max-width:980px){.site-header__inner{grid-template-columns:auto auto}.nav-toggle{display:block;justify-self:end}.header-phone{display:none}.site-nav{position:absolute;top:calc(100% + 1px);right:var(--shell-gutter);left:var(--shell-gutter);display:none;padding:8px 18px;border:1px solid var(--shell-line);border-radius:0 0 18px 18px;background:#fff;box-shadow:var(--shell-shadow)}.site-nav--open{display:grid;grid-template-columns:minmax(0,1fr);gap:0}.site-nav a{min-height:48px;padding:0 2px;border-bottom:1px solid var(--shell-line)}.site-nav a:last-child{border-bottom:0}.v2-footer__inner{grid-template-columns:1fr;text-align:center}.v2-footer .brand{justify-self:center}.v2-footer>a{justify-self:center}}@media(max-width:767px){:root{--shell-gutter:18px}.site-header__inner{min-height:72px}.brand img{width:44px;height:44px}.shell-hero{padding:58px 0 50px}.shell-hero h1{font-size:clamp(2.35rem,12vw,3.6rem)}.shell-placeholder{padding:54px 0 78px}.shell-card{padding:26px 22px;border-radius:20px}.shell-actions{display:grid}.button{width:100%}.sticky-actions{display:grid}.v2-footer{padding-bottom:112px}.v2-footer nav{display:grid;grid-template-columns:1fr 1fr}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}