:root{--bg: #eef8f8;--bg-soft: #fbfefe;--ink: #111827;--deep: #0b2130;--teal: #008f98;--white: #ffffff;--shadow-soft: 0 22px 60px rgba(8, 31, 42, .1)}.site-header{position:fixed;z-index:80;top:0;left:0;right:0;display:flex;align-items:center;justify-content:flex-start;gap:clamp(18px,2vw,30px);height:86px;padding:0 max(clamp(20px,4vw,72px),calc((100% - 1920px)/2));transition:background .25s ease,box-shadow .25s ease,backdrop-filter .25s ease}.site-header.is-scrolled{background:#f7fcfcd6;backdrop-filter:blur(18px);box-shadow:0 1px #11182714}.brand{display:inline-flex;align-items:center;gap:12px;padding:10px 12px;background:transparent;border:1px solid transparent;border-radius:0}.brand img{display:block;width:clamp(190px,16vw,270px);height:auto}.nav{flex:1 1 auto;display:flex;align-items:center;gap:clamp(18px,2.3vw,36px);color:#111827c7;font-size:15px;font-weight:750}.nav-actions{display:flex;align-items:center;gap:clamp(10px,1.2vw,16px);margin-left:auto}.nav a{position:relative;white-space:nowrap}.nav a:not(.nav-cta):not(.nav-sign-in):after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;background:var(--teal);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}.nav a:hover:after{transform:scaleX(1)}.nav-cta,.nav-sign-in,.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(17,24,39,.13);border-radius:999px;min-height:48px;padding:0 24px;background:var(--white);color:var(--ink);font-weight:850;box-shadow:var(--shadow-soft);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.nav-cta:hover,.nav-sign-in:hover,.button:hover{transform:translateY(-2px);box-shadow:0 26px 70px #081f2a29}.nav a:focus-visible,.button:focus-visible,.mobile-toggle:focus-visible,.module-button:focus-visible{outline:3px solid rgba(0,143,152,.35);outline-offset:3px}.nav-cta,.button.primary{background:var(--deep);color:var(--white);border-color:var(--deep)}.nav-sign-in{min-height:44px;padding-inline:16px;background:#ffffffc2;color:var(--deep);box-shadow:none}.nav-sign-in:hover{background:var(--white);box-shadow:0 18px 44px #081f2a1a}.button.ghost{background:#ffffff85;box-shadow:none}.mobile-toggle{display:none;width:46px;height:46px;border:0;border-radius:999px;background:var(--white);color:var(--ink);box-shadow:var(--shadow-soft);cursor:pointer}.mobile-toggle span{display:block;width:18px;height:2px;margin:4px auto;border-radius:999px;background:currentColor}.button:disabled,button:disabled{cursor:not-allowed}@media(max-width:760px){.site-header{gap:10px}.site-header .brand{flex:1 1 auto;min-width:0}.site-header .brand img{max-width:min(220px,66vw)}.mobile-toggle{display:block;flex:0 0 auto}}@media(max-width:980px){.site-header{height:76px}.brand img{width:200px}.nav{position:static;display:flex;flex-direction:row;align-items:center;gap:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.nav a{padding:0 12px}.nav-cta{width:auto;padding-inline:16px}}@media(max-width:620px){.brand{padding:8px}.brand img{width:clamp(124px,36vw,140px)}.site-header{height:68px;padding-inline:20px;justify-content:space-between}.nav{gap:8px}.nav a:not(.nav-cta):not(.nav-sign-in){padding:0 4px;font-size:13px}.nav-cta{min-height:44px;padding-inline:10px;font-size:13px}}@media(max-width:380px){.site-header{padding-inline:12px}.brand img{width:108px}.nav{gap:6px}.nav a:not(.nav-cta):not(.nav-sign-in){padding:0 2px;font-size:12px}.nav-cta{min-height:40px;padding-inline:8px;font-size:12px}}.site-header{z-index:80}.nav{position:relative}.nav-link{position:relative;display:inline-flex;align-items:center;gap:7px;border:0;padding:0;background:transparent;color:inherit;font:inherit;font-weight:inherit;cursor:pointer;white-space:nowrap}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:2px;background:var(--teal);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.nav-link:hover:after,.mega-nav.is-open .nav-link:after{transform:scaleX(1)}.nav-link svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.mega-nav.is-open .nav-link svg{transform:rotate(180deg)}.mega-nav{position:relative;display:inline-flex;align-items:center}.mega-shell{position:fixed;top:85px;left:clamp(292px,calc(20vw + 48px),392px);z-index:120;width:min(1180px,calc(100vw - clamp(320px,calc(20vw + 76px),420px)));max-height:calc(100svh - 105px);overflow:auto;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-8px);border:1px solid #e5eaf0;border-radius:18px;background:#fff;box-shadow:0 24px 80px #081f2a29;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.mega-shell a{white-space:normal}.mega-shell a:after,.mobile-nav-panel a:after{display:none!important}.mega-nav.is-open .mega-shell,.mega-shell.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}@keyframes megaWaveTravel{to{stroke-dashoffset:-760}}@keyframes megaGridScan{0%{opacity:0;transform:translate(-22%)}16%,72%{opacity:1}to{opacity:0;transform:translate(122%)}}.mega-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 auto;border:1px solid #e5eaf0;border-radius:12px;background:#f8fbfb;color:var(--teal)}.mega-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.mega-shell .mega-final-menu{min-height:456px;padding:24px}.mega-polished-tabs{display:grid;grid-template-columns:264px 1fr;gap:24px;align-items:stretch;min-height:410px}.mega-tab-list{display:grid;align-content:start;gap:8px;min-width:0;padding-right:22px;border-right:1px solid #edf1f5}.mega-tab-list button{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;min-width:0;min-height:76px;padding:13px 14px;border:1px solid transparent;border-radius:14px;background:transparent;color:var(--ink);text-align:left;cursor:pointer;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.mega-tab-list button:hover{border-color:#dbe6ee;background:#fbfdfd;transform:none}.mega-tab-list button[aria-selected=true]{border-color:#008f984d;background:var(--aqua);box-shadow:inset 3px 0 0 var(--teal);color:var(--deep);transform:none}.mega-tab-icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid #dfeaf0;border-radius:13px;background:#fff;color:var(--teal);transition:border-color .16s ease,color .16s ease,box-shadow .16s ease}.mega-tab-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.mega-tab-list button[aria-selected=true] .mega-tab-icon{border-color:#008f9847;box-shadow:0 0 0 4px #008f980f}.mega-tab-copy{display:block;min-width:0}.mega-tab-copy strong{display:block;color:#0f172a;font-size:16px;line-height:1.18;font-weight:840}.mega-tab-copy small{display:block;margin-top:5px;color:#647284;font-size:12px;line-height:1.25;font-weight:620}.mega-tab-content{display:grid;grid-template-rows:minmax(0,1fr) auto;min-width:0}.mega-tab-panels{display:grid;min-width:0}.mega-shell .mega-tab-panel{min-height:0;padding:0}.mega-shell .mega-tab-panel.is-active{display:grid;grid-template-rows:auto auto;align-content:stretch}.mega-shell .mega-tab-panel>*{width:auto;max-width:none;margin-left:0;margin-right:0}.mega-panel-main{display:grid;align-content:start;gap:14px;min-width:0}.mega-checkout-trace{position:relative;min-width:0;min-height:70px;overflow:hidden;padding:10px 12px;border:1px solid #e8f1f5;border-radius:15px;background:linear-gradient(rgba(0,143,152,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,143,152,.05) 1px,transparent 1px),#fbfdfd;background-size:30px 24px}.mega-checkout-trace:before{content:"";position:absolute;inset:0;width:34%;background:linear-gradient(90deg,transparent,rgba(0,143,152,.09),transparent);pointer-events:none;animation:megaGridScan 6.8s ease-in-out infinite}.mega-waveform{position:relative;z-index:1;display:block;height:48px}.mega-waveform svg{width:100%;height:100%}.mega-wave-grid{display:none}.mega-wave-line{fill:none;stroke:#008f9847;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:620;animation:megaWaveTravel 9s linear infinite;filter:none}.mega-premium-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.mega-premium-link{position:relative;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;min-width:0;min-height:82px;padding:14px;border:1px solid #edf2f6;border-radius:14px;background:#fff;color:var(--ink);text-decoration:none;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.mega-premium-link:hover{border-color:#dce7ee;background:#f9fcfc;box-shadow:0 14px 34px #081f2a12;transform:translateY(-1px)}.mega-premium-link strong,.mega-panel-foot strong{display:block;color:#111827;font-size:15px;line-height:1.25;font-weight:820}.mega-premium-link small,.mega-panel-foot span{display:block;margin-top:4px;color:#536273;font-size:13px;line-height:1.35;font-weight:560}.mega-premium-link i{display:grid;place-items:center;width:24px;height:24px;color:var(--teal);transition:transform .16s ease}.mega-premium-link:hover i{transform:translate(3px)}.mega-premium-link i svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mega-panel-foot{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:28px;margin-top:16px;padding-top:14px;border-top:1px solid #edf1f5}.mega-panel-foot a{display:block;min-width:0;color:var(--ink);text-decoration:none;transition:transform .16s ease}.mega-panel-foot a:hover{transform:translate(2px)}.mega-panel-foot strong{color:var(--teal);font-size:14px}.mega-panel-foot span{margin-top:3px;color:#667383;font-size:12px}.mobile-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.mobile-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.mobile-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-nav-panel{display:none}.nav-link:focus-visible,.mega-tab-list button:focus-visible,.mega-premium-link:focus-visible,.mega-panel-foot a:focus-visible,.mobile-toggle:focus-visible,.mobile-nav-panel a:focus-visible{outline:3px solid rgba(0,143,152,.28);outline-offset:3px}@media(prefers-reduced-motion:reduce){.mega-checkout-trace:after{animation:none}.nav-link svg,.mega-shell,.mega-tab-list button,.mega-premium-link,.mega-premium-link i,.mega-panel-foot a,.mobile-toggle span{transition:none}}@media(max-width:960px){.mega-shell{top:86px}.mega-shell .mega-final-menu{padding:22px}.mega-polished-tabs{grid-template-columns:1fr;gap:16px}.mega-tab-list{grid-template-columns:repeat(2,minmax(0,1fr));padding-right:0;padding-bottom:16px;border-right:0;border-bottom:1px solid #edf1f5}.mega-tab-list button{min-height:66px}}@media(max-width:760px){.nav{position:fixed;top:78px;left:14px;right:14px;z-index:150;display:none;max-height:calc(100svh - 94px);overflow:auto;padding:14px;border:1px solid #e3ecf1;border-radius:22px;background:#fffffffa;box-shadow:0 26px 70px #081f2a2e}.nav.is-open{display:block}.nav>.mega-nav,.nav>a,.nav>.nav-actions{display:none}.mobile-nav-panel{display:grid;gap:18px}.mobile-nav-section{display:grid;gap:10px}.mobile-nav-section h2{margin:0;color:var(--teal);font-size:12px;line-height:1.1;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.mobile-nav-group{display:grid;gap:4px;padding:10px;border:1px solid #eef3f6;border-radius:16px;background:#fff}.mobile-nav-group-head{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center;min-width:0}.mobile-nav-group-head .mega-icon{width:34px;height:34px;border-radius:11px}.mobile-nav-group-head .mega-icon svg{width:18px;height:18px}.mobile-nav-group-head strong,.mobile-nav-group-head small{display:block}.mobile-nav-group-head strong{color:#0f172a;font-size:15px;line-height:1.2;font-weight:840}.mobile-nav-group-head small{margin-top:2px;color:#647284;font-size:12px;line-height:1.25;font-weight:620}.mobile-nav-links{display:grid;gap:3px}.mobile-nav-links a,.mobile-nav-actions a{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;min-height:42px;padding:8px 16px 8px 10px;border-radius:12px;color:var(--ink);text-decoration:none;font-size:14px;line-height:1.25;font-weight:760}.mobile-nav-links a:hover,.mobile-nav-actions a:hover{background:#f8fbfb}.mobile-nav-links i,.mobile-nav-actions i{display:grid;place-items:center;width:18px;height:18px;color:var(--teal)}.mobile-nav-links i svg,.mobile-nav-actions i svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mobile-nav-actions{display:grid;gap:8px}.mobile-nav-actions>a:first-child{border:1px solid #e6edf2;background:#fff}.mobile-nav-actions .mobile-nav-cta{display:flex;justify-content:center;min-height:48px;border-radius:999px;background:var(--deep);color:#fff;font-size:15px;font-weight:900}.mobile-nav-actions .mobile-nav-sign-in{display:flex;justify-content:center;min-height:48px;border:1px solid rgba(9,52,67,.16);border-radius:999px;background:#fff;color:var(--deep);font-size:15px;font-weight:900}}
