:root{--bg-main:#fff;--bg-surface:#fff;--bg-alt:#f8fafc;--text-main:#0f172a;--text-muted:#475569;--primary:#0ea5e9;--primary-hover:#0284c7;--primary-soft:#e0f2fe;--border:#e2e8f0;--shadow:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px 0 #0000000f;--gradient:linear-gradient(135deg, #e0f2fe 0%, #fff 100%);--nav-bg:#fffc}[data-theme=dark]{--bg-main:#0f172a;--bg-surface:#1e293b;--bg-alt:#1e293b;--text-main:#f8fafc;--text-muted:#94a3b8;--primary:#38bdf8;--primary-hover:#7dd3fc;--primary-soft:#0ea5e91a;--border:#334155;--shadow:0 20px 25px -5px #0003, 0 10px 10px -5px #0000001a;--shadow-sm:0 1px 2px 0 #0000000d;--gradient:linear-gradient(135deg, #0f172a 0%, #1e293b 100%);--nav-bg:#0f172acc}:root{--radius:12px;--radius-full:9999px;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-main);min-height:100dvh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;transition:background-color .3s,color .3s;overflow-x:hidden}.container{max-width:1320px;margin:0 auto;padding:0 2.5rem}.section{padding:8rem 0}h1,h2,h3,h4,h5,h6{overflow-wrap:anywhere;word-break:break-word;line-height:1.2}h1{font-size:clamp(2.25rem,8vw,3.5rem);font-weight:800}h2{font-size:clamp(1.85rem,6vw,2.5rem);font-weight:700}h3{font-size:1.5rem;font-weight:600}p{color:var(--text-muted);font-size:1.125rem;line-height:1.7}a{color:inherit;transition:var(--transition);text-decoration:none}.btn{border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);border:none;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-hover);transform:translateY(-1px)}.eyebrow{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:inline-block}.app-shell{flex-direction:column;min-height:100vh;display:flex}.page-content{flex:1}.route-fallback{min-height:60vh}.navbar{z-index:100;color:#0f172a;border-bottom:1px solid #cbd5e1cc;align-items:center;width:100%;min-height:84px;padding-top:8px;padding-bottom:8px;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 10px #00000014;background-color:#fff!important}.nav-content{justify-content:space-between;align-items:center;gap:1.5rem;width:100%;padding:0 2rem 0 .35rem;display:flex}.navbar .container.nav-content{max-width:100%;margin:0}.logo-container{align-items:center;margin-left:0;padding-left:0;display:flex}.logo{flex-shrink:0;justify-content:flex-start;align-items:center;min-height:44px;margin-left:0;padding:0;transition:opacity .2s,transform .2s;display:inline-flex}.logo:hover{opacity:.8;transform:scale(1.02)}.logo:focus-visible{outline-offset:4px;border-radius:10px;outline:2px solid #0b72ff73}.logo-image{-o-object-fit:contain;object-fit:contain;width:auto;height:64px;max-height:80px;transition:transform .3s;display:block}.logo-image:hover{transform:scale(1.05)}@media (width<=640px){.nav-content{padding:0 1rem 0 .1rem}.logo-image{height:50px;max-height:56px}}.nav-right{align-items:center;margin-left:auto;display:flex}.nav-links{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:2rem;min-width:0;display:flex}.nav-item{align-items:center;height:100%;display:flex}.nav-item--has-dropdown{position:static}.nav-link{color:#21304a;cursor:pointer;min-height:44px;transition:var(--transition);border-radius:0;justify-content:center;align-items:center;gap:.25rem;padding:.35rem 0;font-size:18px;font-weight:500;line-height:1.15;display:inline-flex;position:relative}.nav-link>a{min-height:44px;line-height:1.15;font-size:inherit;align-items:center;font-weight:500;transition:color .2s;display:inline-flex}.nav-trigger{min-height:44px;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:.25rem;padding:0;display:inline-flex}.nav-link:after{content:"";opacity:0;background:linear-gradient(90deg,#0b72ff 0%,#17c3ff 100%);border-radius:999px;height:3px;transition:opacity .22s,transform .22s;position:absolute;bottom:-4px;left:0;right:0;transform:scaleX(.35)}.nav-link:hover,.nav-link.is-active{color:#0b72ff}.nav-link:hover:after,.nav-link.is-active:after{opacity:1;transform:scaleX(1)}.dropdown{background:var(--bg-surface);border:1px solid var(--border);box-shadow:var(--shadow);z-index:120;box-sizing:border-box;white-space:normal;border-radius:0 0 20px 20px;justify-content:center;min-width:260px;max-width:calc(100vw - 2rem);padding:1.15rem;animation:.16s ease-out dropdownFadeIn;display:flex;position:fixed;left:50%;transform:translate(-50%)}.dropdown--nested{align-items:flex-start;margin-left:auto;display:flex}.services-dropdown{border-radius:20px;width:560px;max-width:calc(100vw - 2rem);min-height:260px;padding:0;overflow:hidden;box-shadow:0 12px 40px #00000014}.services-dropdown *{box-sizing:border-box}.dropdown--nested-idle{width:fit-content;min-width:240px}.dropdown--nested-open{width:620px;min-width:620px}.dropdown--nested-open .dropdown-left,.dropdown--nested-open .dropdown-right{flex:0 0 310px;width:310px}.dropdown--nested-idle .dropdown-right{display:none}.dropdown-menu-list,.dropdown-menu-panel{flex-direction:column;margin:0;display:flex}.dropdown-left{background:var(--bg-surface);flex-shrink:0;gap:12px;width:240px;padding:24px 18px}.dropdown-right{border-left:1px solid #00000014;flex:1;gap:14px;min-width:0;padding:24px}.dropdown-right.is-empty{visibility:hidden}.dropdown-group,.dropdown-group-links{flex-direction:column;gap:.45rem;width:100%;display:flex}.dropdown-group{border-radius:12px;align-content:start;padding:.1rem 0}.dropdown-group--category{padding:0}.dropdown-group--category.is-hovered .dropdown-link--group-title,.dropdown-link--group-title.is-active{color:var(--primary);background:#0ea5e914}.dropdown-group--children{padding:0}.dropdown-link{width:100%;color:var(--text-main);box-sizing:border-box;white-space:normal;overflow-wrap:anywhere;border-radius:12px;padding:14px 16px;font-size:1rem;font-weight:500;transition:background-color .2s,color .2s;display:block}.dropdown-link--group-title{color:var(--text-main);margin-bottom:0;font-size:1rem;font-weight:700}.dropdown-link--secondary{background:0 0;padding:14px 16px;font-size:.98rem}.dropdown-left .dropdown-link:hover,.dropdown-left .dropdown-link.is-active,.dropdown-link.is-active{background:var(--primary-soft);color:var(--primary)}.theme-toggle{color:#173a62;cursor:pointer;transition:var(--transition);background:#ffffffbd;border:1px solid #bfdbfef2;border-radius:8px;flex:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.theme-toggle:hover{background:#eff8ff;border-color:#38bdf8}@media (width<=1100px){.nav-links{gap:1.4rem}.nav-link{font-size:16px}.dropdown--nested-open{width:min(560px,100vw - 2rem);min-width:0}.dropdown--nested-open .dropdown-left,.dropdown--nested-open .dropdown-right{flex:0 0 280px;width:280px}.dropdown--nested-idle{width:fit-content;min-width:220px}.dropdown-left{width:220px;padding:20px 14px}.dropdown-right{padding:20px}}@media (width<=760px){.dropdown{max-width:calc(100vw - 1.5rem);padding:.9rem;left:50%;transform:translate(-50%)}.dropdown--nested-open,.dropdown--nested-idle{flex-direction:column;width:min(420px,100vw - 1.5rem);min-height:0}.dropdown-right{border-top:1px solid #00000014;border-left:0;padding-top:.85rem;padding-left:0}.dropdown-right.is-empty{display:none}.dropdown-left{width:100%;padding:16px}}.hero-minimal{background:var(--gradient);justify-content:center;align-items:center;min-height:80vh;display:flex;position:relative;overflow:hidden}.hero-content-minimal{z-index:10;text-align:center;max-width:1100px;padding:2rem;position:relative}.hero-title{color:var(--text-main);margin-bottom:2rem;font-size:clamp(3.5rem,8vw,5.5rem);font-weight:800;line-height:1.1}.hero-subtitle{color:var(--text-muted);max-width:800px;margin:0 auto 3rem;font-size:clamp(1.25rem,3vw,1.6rem)}.wellness-page{position:relative;overflow:hidden}.wellness-page--hub{min-height:calc(100dvh - 82px);padding:0}.wes-hero-section{isolation:isolate;background:linear-gradient(145deg,#fffffff0,#eff6ffc2),radial-gradient(circle at 0 0,#38bdf81f,#0000 36%);border:1px solid #0ea5e91f;border-radius:2rem;min-height:42rem;margin-bottom:5rem;padding:4rem 0 3rem;position:relative;overflow:hidden;box-shadow:0 32px 80px #0f172a1a,inset 0 1px #fff9}.wes-hub-section{border-left:0;border-right:0;border-radius:0;width:100%;min-height:calc(100dvh - 82px);margin-bottom:0}.precision-medicine-hub{min-height:auto;padding-top:2.75rem;padding-bottom:2.25rem}.precision-medicine-hub .wes-hero-shell{min-height:28rem}[data-theme=dark] .wes-hero-section{background:linear-gradient(160deg,#020617f5,#061a27eb),radial-gradient(circle at 0 0,#38bdf824,#0000 38%);border-color:#46d7c72e;box-shadow:0 40px 120px #0206178c,inset 0 1px #ffffff0a}.wes-hero-backdrop{pointer-events:none;position:absolute;inset:0}.wes-hero-gradient{filter:none;opacity:.9;border-radius:999px;position:absolute}.wes-hero-gradient--left{background:radial-gradient(circle,#3b82f638,#3b82f600);width:24rem;height:24rem;top:-6rem;left:-8rem}.wes-hero-gradient--right{background:radial-gradient(circle,#38bdf833,#38bdf800);width:26rem;height:26rem;bottom:-5rem;right:-7rem}.wes-hero-grid{opacity:.34;background-image:linear-gradient(#0ea5e914 1px,#0000 1px),linear-gradient(90deg,#0ea5e914 1px,#0000 1px);background-size:3.75rem 3.75rem;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000006b,#0000 82%);mask-image:linear-gradient(#0000006b,#0000 82%)}[data-theme=dark] .wes-hero-grid{background-image:linear-gradient(#60a5fa14 1px,#0000 1px),linear-gradient(90deg,#38bdf814 1px,#0000 1px)}.wes-hero-canvas{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.wes-hero-shell{z-index:1;grid-template-columns:1fr;align-items:center;gap:3rem;min-height:auto;padding:2rem 1.25rem;display:grid;position:relative}@media (width>=1024px){.wes-hero-shell{grid-template-columns:minmax(0,1.25fr) minmax(18rem,.75fr);min-height:34rem;padding:0 3.5rem}}.wes-hero-copy{max-width:46rem}.wes-hero-eyebrow{color:#0891b2;letter-spacing:.18em;text-transform:uppercase;-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffffff0;border:1px solid #0ea5e929;border-radius:999px;align-items:center;gap:.65rem;padding:.55rem .95rem;font-size:.76rem;font-weight:800;display:inline-flex}.wes-hero-eyebrow:before{content:"";background:linear-gradient(135deg,#14b8a6,#34d399);border-radius:999px;width:.55rem;height:.55rem;box-shadow:0 0 18px #14b8a68c}[data-theme=dark] .wes-hero-eyebrow{color:#8af5df;background:#061421f0;border-color:#2dd4bf33}.wes-hero-title-stack{margin-top:1.5rem}.wes-hero-title{letter-spacing:-.04em;color:var(--text-main);word-break:break-word;overflow-wrap:anywhere;margin:0;font-size:clamp(2.25rem,6vw,5.35rem);line-height:1.05}.wes-hero-title+.wes-hero-title{margin-top:.35rem}.wes-hero-title--accent{background:linear-gradient(120deg,#0f172a 6%,#0369a1 46%,#2563eb 95%);color:#0000;-webkit-background-clip:text;background-clip:text}[data-theme=dark] .wes-hero-title--accent{background:linear-gradient(120deg,#f8fafc 4%,#bae6fd 34%,#7dd3fc 70%,#60a5fa 100%);-webkit-background-clip:text;background-clip:text}.wes-hero-subtitle{max-width:41rem;color:var(--text-muted);margin-top:1.7rem;font-size:clamp(1.05rem,2vw,1.28rem);line-height:1.8}.wes-hero-actions{flex-wrap:wrap;gap:1rem;margin-top:2.15rem;display:flex}.wes-hero-cta{appearance:none;letter-spacing:.01em;cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;min-width:12rem;padding:.92rem 1.4rem;font-size:.98rem;font-weight:700;transition:transform .24s,box-shadow .24s,border-color .24s,background-color .24s,color .24s;display:inline-flex}.wes-hero-cta--primary{color:#f8fbff;background:linear-gradient(135deg,#0b72ff,#17c3ff);box-shadow:0 18px 35px #0b72ff3d,0 0 28px #17c3ff38}.wes-hero-cta--primary:hover{box-shadow:0 22px 40px #0b72ff4d,0 0 36px #17c3ff47}.wes-hero-cta--secondary{color:var(--text-main);-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffffff0;border:1px solid #0ea5e929;box-shadow:inset 0 1px #ffffff8c}.wes-hero-cta--secondary:hover{border-color:#38bdf859;box-shadow:0 14px 30px #0f172a14,0 0 26px #38bdf82e}[data-theme=dark] .wes-hero-cta--secondary{background:#0a121ef0;border-color:#2dd4bf38;box-shadow:inset 0 1px #ffffff0a}.wes-hero-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;max-width:42rem;margin-top:2.4rem;display:grid}.wes-hero-metric{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffffff0;border:1px solid #0ea5e91f;border-radius:1.1rem;padding:1rem 1.1rem}[data-theme=dark] .wes-hero-metric{background:#08111df0;border-color:#2dd4bf1f}.wes-hero-metric span{letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem;font-weight:700;display:block}.wes-hero-metric strong{color:var(--text-main);margin-top:.4rem;font-size:1.15rem;display:block}.wes-hero-floaters{min-height:27rem;position:relative}.wes-hub-shell{grid-template-columns:1fr;gap:2rem;width:100%;max-width:1440px;margin:0 auto;padding:2rem 1.25rem;display:grid}@media (width>=1024px){.wes-hub-shell{grid-template-columns:minmax(0,1.05fr) minmax(22rem,.95fr);min-height:calc(100dvh - 82px);padding:2.5rem 3.5rem}}.wes-hub-panel{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(165deg,#fffffff5,#eff6ffeb);border:1px solid #0ea5e929;border-radius:1.7rem;flex-direction:column;align-self:center;min-height:clamp(30rem,58vh,36rem);padding:1.6rem;display:flex;position:relative;box-shadow:0 24px 48px #0f172a1a,inset 0 1px #ffffffa3}.wes-hub-panel--compact{align-self:center}.wes-hub-panel.is-highlighted{border-color:#3b82f67a;box-shadow:0 28px 54px #0f172a1f,0 0 0 5px #3b82f624,0 0 42px #2563eb33}[data-theme=dark] .wes-hub-panel{background:linear-gradient(165deg,#07101cf5,#081922f0);border-color:#2dd4bf1f;box-shadow:0 28px 54px #02061757,inset 0 1px #ffffff0a}[data-theme=dark] .wes-hub-panel.is-highlighted{border-color:#60a5fa8f;box-shadow:0 32px 58px #02061766,0 0 0 5px #3b82f629,0 0 46px #2563eb3d}.wes-hub-panel__eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--primary);margin-bottom:1rem;font-size:.76rem;font-weight:800;display:inline-block}.wes-hub-option-list{flex:1;align-content:stretch;gap:1rem;display:grid}.wes-hub-panel--compact .wes-hub-option-list{grid-template-rows:repeat(2,minmax(0,1fr))}.wes-hub-option-list>div{display:flex}.wes-hub-option{background:#fffffff5;border:1px solid #0ea5e91f;border-radius:1.25rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;height:100%;min-height:100%;padding:1.1rem 1.15rem;transition:transform .24s,border-color .24s,box-shadow .24s,background-color .24s;display:grid}.wes-hub-option:hover{border-color:#10b9814d;box-shadow:0 18px 36px #0f172a14,0 0 24px #2dd4bf29}[data-theme=dark] .wes-hub-option{background:#0a121ef0;border-color:#2dd4bf1f}.wes-hub-option__icon{color:#0b72ff;background:linear-gradient(135deg,#3b82f629,#22d3ee2e);border-radius:.95rem;justify-content:center;align-items:center;width:2.7rem;height:2.7rem;display:inline-flex}[data-theme=dark] .wes-hub-option__icon{color:#93c5fd;background:linear-gradient(135deg,#2563eb33,#22d3ee24)}.wes-hub-option__copy{min-width:0}.wes-hub-option__header{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.wes-hub-option__header strong{color:var(--text-main);font-size:1.04rem}.wes-hub-option__header span{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;background:#0ea5e91a;border-radius:999px;padding:.22rem .55rem;font-size:.7rem;font-weight:800}.wes-hub-option__copy p{margin-top:.42rem;font-size:.94rem;line-height:1.55}.wes-hub-option__arrow{color:var(--primary);transition:transform .22s}.wes-hub-option:hover .wes-hub-option__arrow{transform:translate(4px)}.wes-floating-card{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(160deg,#fffffff5,#f1fdfae6);border:1px solid #ffffff8c;border-radius:1.4rem;width:min(100%,18rem);padding:1.15rem 1.15rem 1.2rem;position:absolute;box-shadow:0 20px 45px #0f172a1a,inset 0 1px #ffffffa6}[data-theme=dark] .wes-floating-card{background:linear-gradient(160deg,#07101cf5,#081922eb);border-color:#ffffff14;box-shadow:0 24px 48px #02061752,inset 0 1px #ffffff0d}.wes-floating-card:first-child{top:2rem;right:2rem}.wes-floating-card:nth-child(2){top:10rem;left:1rem}.wes-floating-card:nth-child(3){bottom:1rem;right:3.5rem}.wes-floating-card__pulse{background:linear-gradient(135deg,#22d3ee,#34d399);border-radius:999px;width:.72rem;height:.72rem;margin-bottom:.85rem;box-shadow:0 0 18px #34d39973}.wes-floating-card--positive .wes-floating-card__pulse{background:linear-gradient(135deg,#10b981,#6ee7b7)}.wes-floating-card--accent .wes-floating-card__pulse{background:linear-gradient(135deg,#38bdf8,#2dd4bf)}.wes-floating-card__label{letter-spacing:.12em;text-transform:uppercase;color:var(--primary);margin-bottom:.45rem;font-size:.72rem;font-weight:700;display:block}.wes-floating-card strong{color:var(--text-main);font-size:1.1rem;display:block}.wes-floating-card p{margin-top:.45rem;font-size:.96rem;line-height:1.55}.wes-header-section{text-align:center;max-width:1000px;margin-bottom:6rem;margin-left:auto;margin-right:auto}.wes-main-title{margin-bottom:2rem;font-size:3.5rem;line-height:1.2}.wes-subtitle{color:var(--text-muted);font-size:1.4rem}.wes-cards-container{flex-direction:column;gap:1.5rem;max-width:100%;margin:0 auto;display:flex}.wes-card{-webkit-backdrop-filter:none;backdrop-filter:none;transition:var(--transition);cursor:pointer;overflow-anchor:none;background:linear-gradient(165deg,#ffffffe6,#eff6ff9e);border:1px solid #0ea5e924;border-radius:1.55rem;position:relative;overflow:hidden;box-shadow:0 18px 38px #0f172a14,inset 0 1px #ffffffb8}.wes-card:hover{border-color:#0b72ff3d;box-shadow:0 24px 46px #0f172a1a,0 0 0 4px #0ea5e914}.wes-card.open{border-color:#0b72ff42;box-shadow:0 26px 52px #0f172a1c,0 0 0 4px #0ea5e91a}[data-theme=dark] .wes-card{background:linear-gradient(165deg,#07101cf5,#081922f0);border-color:#2dd4bf24;box-shadow:0 24px 44px #02061747,inset 0 1px #ffffff0a}[data-theme=dark] .wes-card:hover,[data-theme=dark] .wes-card.open{border-color:#38bdf847;box-shadow:0 26px 50px #02061757,0 0 0 4px #0ea5e91a}.wes-card-header{justify-content:space-between;align-items:flex-start;gap:2rem;padding:1.75rem 3rem 1.1rem;display:flex}.wes-card-copy{flex:1;min-width:0}.wes-card-title{color:var(--text-main);margin:0;font-size:1.4rem;font-weight:600}.wes-card-summary{max-width:52rem;color:var(--text-muted);margin-top:.55rem;margin-bottom:0;font-size:1rem;line-height:1.7}.wes-card-icon{color:#0b72ff;background:linear-gradient(135deg,#3b82f624,#14b8a61f);border-radius:.95rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;margin-top:.15rem;display:inline-flex}[data-theme=dark] .wes-card-icon{color:#7dd3fc;background:linear-gradient(135deg,#3b82f62e,#14b8a624)}.wes-card-body{border-top:1px solid var(--border);overflow-anchor:none;transform-origin:top}.wes-card-content{color:var(--text-muted);padding:1.4rem 3rem 1.85rem;font-size:1.125rem;line-height:1.8}.wes-card-content p{margin-bottom:1.25rem}.wes-card-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.wes-card-content li{margin-bottom:.75rem}.wes-card-content strong{color:var(--text-main)}.wes-card-content h4{color:var(--primary);margin:1.5rem 0 1rem;font-size:1.25rem}.wes-insight{background:var(--primary-soft);border-left:4px solid var(--primary);border-radius:8px;margin-top:2rem;padding:1.5rem}.wes-insight p{margin-bottom:0;font-size:1rem}.wes-grid-mini{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0;display:grid}.preventive-wes-page{padding-top:5.75rem}.preventive-wes-overview{margin-top:2rem;margin-bottom:4.5rem}.preventive-wes-overview__intro{max-width:52rem;margin-bottom:2rem}.preventive-wes-overview__title,.preventive-wes-details__title{letter-spacing:-.04em;color:var(--text-main);margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.08}.preventive-wes-overview__subtitle{max-width:46rem;margin-top:1rem}.preventive-wes-overview__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;display:grid}.preventive-wes-feature{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(165deg,#ffffffd1,#eff6ff99);border:1px solid #0ea5e924;border-radius:1.5rem;padding:1.45rem;position:relative;box-shadow:0 18px 38px #0f172a14,inset 0 1px #ffffffad}[data-theme=dark] .preventive-wes-feature{background:linear-gradient(165deg,#07101cf5,#081922f0);border-color:#2dd4bf24;box-shadow:0 24px 44px #02061747,inset 0 1px #ffffff0a}.preventive-wes-feature__icon{color:#0b72ff;background:linear-gradient(135deg,#3b82f629,#14b8a629);border-radius:1rem;justify-content:center;align-items:center;width:3rem;height:3rem;display:inline-flex}.preventive-wes-feature h3{color:var(--text-main);margin:1rem 0 .65rem;font-size:1.2rem}.preventive-wes-feature p{margin:0;font-size:1rem}.preventive-wes-journey{background:#fff9;border:1px solid #0ea5e91f;border-radius:1.5rem;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem;padding:1.4rem;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 35px #0f172a0f}[data-theme=dark] .preventive-wes-journey{background:#08111dc7;border-color:#2dd4bf1f;box-shadow:0 22px 44px #02061742}.preventive-wes-journey__line{background:linear-gradient(90deg,#0ea5e924,#10b98152,#0ea5e924);height:1px;position:absolute;top:3.35rem;left:3.1rem;right:3.1rem}.preventive-wes-journey__item{z-index:1;justify-items:start;gap:.85rem;padding:.75rem .5rem;display:grid;position:relative}.preventive-wes-journey__item svg{color:#0b72ff;background:#fffffff2;border-radius:999px;width:2.4rem;height:2.4rem;padding:.6rem;display:block;box-shadow:0 10px 24px #0b72ff24}[data-theme=dark] .preventive-wes-journey__item svg{background:#0f172af2}.preventive-wes-journey__item span{color:var(--text-main);font-size:.95rem;font-weight:600;line-height:1.55}.preventive-wes-details{overflow-anchor:none;margin-bottom:1rem}.preventive-wes-details__header{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:2rem;display:flex}.preventive-wes-cards{gap:1rem}.preventive-wes-card{border-radius:1.55rem}.preventive-wes-card:hover,.preventive-wes-card.open{border-color:#0b72ff42}.preventive-wes-footer-note{max-width:44rem;color:var(--text-muted);align-items:center;gap:.8rem;margin-top:1.5rem;display:inline-flex}.preventive-wes-footer-note p{margin:0;font-size:.98rem}.program-detail-page{padding-top:5.75rem}.program-detail-hero{background:#f0f9ff;grid-template-columns:minmax(0,1.16fr) minmax(0,1.04fr);min-height:66vh;margin-bottom:3.5rem;display:grid;overflow:hidden}.program-detail-hero__content{z-index:2;background:0 0;grid-area:1/1/auto/span 2;justify-content:flex-start;align-items:center;padding:4rem 1.25rem 4rem clamp(4rem,7vw,6.5rem);display:flex;position:relative}.program-detail-hero__copy{width:100%;min-width:0;max-width:min(72rem,100% - 12rem)}.program-detail-hero__title-stack{max-width:100%}.program-detail-hero .wes-hero-title{letter-spacing:-.03em;overflow-wrap:break-word;max-width:100%;font-size:clamp(2.2rem,5.4vw,4.1rem);line-height:1.12}.program-detail-hero .wes-hero-subtitle{color:#334155;max-width:48rem;margin-top:1.4rem;font-size:clamp(1rem,1.8vw,1.22rem)}.program-detail-hero .wes-hero-actions{margin-top:2rem}.program-detail-hero .wes-hero-metrics{max-width:50rem;margin-top:2.4rem}.program-detail-hero__visual{z-index:1;grid-area:1/2;min-height:100%;margin-left:-9rem;position:relative;overflow:hidden}.program-detail-hero__image-bg,.program-detail-hero__image-overlay{position:absolute;inset:0}.program-detail-hero__image-bg{background-image:var(--program-hero-image);background-position:34%;background-repeat:no-repeat;background-size:cover}.program-detail-hero__image-overlay{background:linear-gradient(270deg,#f0f9ff00 0% 45%,#f0f9ffb3 75%,#f0f9ff 100%)}[data-theme=light] .preventive-wes-page .program-detail-hero__content,[data-theme=light] .carrier-screening-page .program-detail-hero__content,[data-theme=light] .whole-genome-page .program-detail-hero__content,[data-theme=light] .gene-panel-72-page .program-detail-hero__content,[data-theme=light] .gene-panel-500-page .program-detail-hero__content,[data-theme=light] .pgx-individuals-page .program-detail-hero__content,[data-theme=light] .pgx-companies-page .program-detail-hero__content{background:linear-gradient(90deg,#fffc 0% 34%,#ffffffad 44%,#ffffff70 52%,#ffffff2e 58%,#ffffff0d 62%,#fff0 66%)}[data-theme=light] .preventive-wes-page .program-detail-hero__copy,[data-theme=light] .carrier-screening-page .program-detail-hero__copy,[data-theme=light] .whole-genome-page .program-detail-hero__copy,[data-theme=light] .gene-panel-72-page .program-detail-hero__copy,[data-theme=light] .gene-panel-500-page .program-detail-hero__copy,[data-theme=light] .pgx-individuals-page .program-detail-hero__copy,[data-theme=light] .pgx-companies-page .program-detail-hero__copy{max-width:min(54rem,100% - 8rem);padding:0}[data-theme=light] .preventive-wes-page .program-detail-hero__visual,[data-theme=light] .carrier-screening-page .program-detail-hero__visual,[data-theme=light] .whole-genome-page .program-detail-hero__visual,[data-theme=light] .gene-panel-72-page .program-detail-hero__visual,[data-theme=light] .gene-panel-500-page .program-detail-hero__visual,[data-theme=light] .pgx-individuals-page .program-detail-hero__visual,[data-theme=light] .pgx-companies-page .program-detail-hero__visual{grid-column:1/span 2;margin-left:0}[data-theme=light] .preventive-wes-page .program-detail-hero__image-overlay,[data-theme=light] .carrier-screening-page .program-detail-hero__image-overlay,[data-theme=light] .whole-genome-page .program-detail-hero__image-overlay,[data-theme=light] .gene-panel-72-page .program-detail-hero__image-overlay,[data-theme=light] .gene-panel-500-page .program-detail-hero__image-overlay,[data-theme=light] .pgx-individuals-page .program-detail-hero__image-overlay,[data-theme=light] .pgx-companies-page .program-detail-hero__image-overlay{background:linear-gradient(90deg,#f0f9ff14 0%,#f0f9ff0d 18%,#f0f9ff05 34%,#f0f9ff03 46%,#f0f9ff00 54%)}.preventive-wes-page .program-detail-hero__image-bg{background-position:120%}.preventive-wes-page .program-detail-hero__visual{margin-left:0}.pgx-companies-page .program-detail-hero__image-bg{background-position:34%}.carrier-screening-page .program-detail-hero__image-bg{background-position:26% 40%}.whole-genome-page .program-detail-hero__image-bg{background-position:-26% 40%;background-size:110%}.gene-panel-500-page .program-detail-hero__image-bg{background-position:36%}.gene-panel-72-page .program-detail-hero__image-bg{background-position:35% 10%}.pgx-individuals-page .program-detail-hero__image-bg{background-position:38%}[data-theme=dark] .program-detail-hero{background:radial-gradient(circle at 15%,#0ea5e91f,#0000 45%),#07111a}[data-theme=dark] .preventive-wes-page .program-detail-hero__content,[data-theme=dark] .carrier-screening-page .program-detail-hero__content,[data-theme=dark] .whole-genome-page .program-detail-hero__content,[data-theme=dark] .gene-panel-72-page .program-detail-hero__content,[data-theme=dark] .gene-panel-500-page .program-detail-hero__content,[data-theme=dark] .pgx-individuals-page .program-detail-hero__content,[data-theme=dark] .pgx-companies-page .program-detail-hero__content{background:linear-gradient(90deg,#07111aeb 0% 34%,#07111ac7 44%,#07111a80 52%,#07111a38 58%,#07111a0f 62%,#07111a00 66%)}[data-theme=dark] .preventive-wes-page .program-detail-hero__copy,[data-theme=dark] .carrier-screening-page .program-detail-hero__copy,[data-theme=dark] .whole-genome-page .program-detail-hero__copy,[data-theme=dark] .gene-panel-72-page .program-detail-hero__copy,[data-theme=dark] .gene-panel-500-page .program-detail-hero__copy,[data-theme=dark] .pgx-individuals-page .program-detail-hero__copy,[data-theme=dark] .pgx-companies-page .program-detail-hero__copy{max-width:min(54rem,100% - 8rem);padding:0}[data-theme=dark] .preventive-wes-page .program-detail-hero__visual,[data-theme=dark] .carrier-screening-page .program-detail-hero__visual,[data-theme=dark] .whole-genome-page .program-detail-hero__visual,[data-theme=dark] .gene-panel-72-page .program-detail-hero__visual,[data-theme=dark] .gene-panel-500-page .program-detail-hero__visual,[data-theme=dark] .pgx-individuals-page .program-detail-hero__visual,[data-theme=dark] .pgx-companies-page .program-detail-hero__visual{grid-column:1/span 2;margin-left:0}[data-theme=dark] .preventive-wes-page .program-detail-hero__image-overlay,[data-theme=dark] .carrier-screening-page .program-detail-hero__image-overlay,[data-theme=dark] .whole-genome-page .program-detail-hero__image-overlay,[data-theme=dark] .gene-panel-72-page .program-detail-hero__image-overlay,[data-theme=dark] .gene-panel-500-page .program-detail-hero__image-overlay,[data-theme=dark] .pgx-individuals-page .program-detail-hero__image-overlay,[data-theme=dark] .pgx-companies-page .program-detail-hero__image-overlay{background:linear-gradient(90deg,#07111a1f 0%,#07111a14 18%,#07111a0a 34%,#07111a05 46%,#07111a00 54%)}[data-theme=dark] .program-detail-hero__content{background:linear-gradient(90deg,#07111a 0% 20%,#07111afa 35%,#07111ae0 48%,#07111a99 60%,#07111a40 75%,#07111a00 90%)}[data-theme=dark] .program-detail-hero .wes-hero-subtitle{color:#cbd5e1}[data-theme=dark] .program-detail-hero__image-overlay{background:linear-gradient(270deg,#07111a00 0% 35%,#07111a26 55%,#07111a80 75%,#07111ad9 90%,#07111a 100%)}@media (width>=1101px) and (width<=1365px){.program-detail-hero__content{padding-left:4.25rem;padding-right:2.5rem}.program-detail-hero__visual{margin-left:-6.5rem}.program-detail-hero .wes-hero-title{font-size:4.55rem}.program-detail-hero .wes-hero-subtitle{font-size:1.12rem}}.program-overview{margin-top:2rem;margin-bottom:4.5rem}.program-overview__intro{max-width:52rem;margin-bottom:2rem}.program-overview__title,.program-details__title{letter-spacing:-.04em;color:var(--text-main);margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.08}.program-overview__subtitle{max-width:46rem;margin-top:1rem}.program-overview__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;display:grid}.program-feature{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(165deg,#ffffffd1,#eff6ff99);border:1px solid #0ea5e924;border-radius:1.5rem;padding:1.45rem;position:relative;box-shadow:0 18px 38px #0f172a14,inset 0 1px #ffffffad}[data-theme=dark] .program-feature{background:linear-gradient(165deg,#07101cf5,#081922f0);border-color:#2dd4bf24;box-shadow:0 24px 44px #02061747,inset 0 1px #ffffff0a}.program-feature__icon{color:#0b72ff;background:linear-gradient(135deg,#3b82f629,#14b8a629);border-radius:1rem;justify-content:center;align-items:center;width:3rem;height:3rem;display:inline-flex}.program-feature h3{color:var(--text-main);margin:1rem 0 .65rem;font-size:1.2rem}.program-feature p{margin:0;font-size:1rem}.program-journey{background:#fff9;border:1px solid #0ea5e91f;border-radius:1.5rem;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:1.5rem;padding:1.4rem;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 35px #0f172a0f}[data-theme=dark] .program-journey{background:#08111dc7;border-color:#2dd4bf1f;box-shadow:0 22px 44px #02061742}.program-journey__line{background:linear-gradient(90deg,#0ea5e924,#10b98152,#0ea5e924);height:1px;position:absolute;top:3.35rem;left:3.1rem;right:3.1rem}.program-journey__item{z-index:1;justify-items:start;gap:.85rem;padding:.75rem .5rem;display:grid;position:relative}.program-journey__item svg{color:#0b72ff;background:#fffffff2;border-radius:999px;width:2.4rem;height:2.4rem;padding:.6rem;display:block;box-shadow:0 10px 24px #0b72ff24}[data-theme=dark] .program-journey__item svg{background:#0f172af2}.program-journey__item span{color:var(--text-main);font-size:.95rem;font-weight:600;line-height:1.55}.program-details{overflow-anchor:none;margin-bottom:1rem}.program-details__header{justify-content:space-between;align-items:end;gap:1rem;margin-bottom:2rem;display:flex}.program-details-cards{gap:1rem}.program-details-card{border-radius:1.55rem}.program-details-card:hover,.program-details-card.open{border-color:#0b72ff42}.program-footer-note{max-width:44rem;color:var(--text-muted);align-items:center;gap:.8rem;margin-top:1.5rem;display:inline-flex}.program-footer-note p{margin:0;font-size:.98rem}@media (width<=1100px){.wes-hub-shell{grid-template-columns:1fr;min-height:calc(100dvh - 82px)}.wes-hub-panel,.wes-hub-panel--compact{align-self:stretch;min-height:auto}.wes-floating-card:first-child{top:0;right:0}.wes-floating-card:nth-child(2){top:4.5rem;left:12%}.wes-floating-card:nth-child(3){bottom:0;right:10%}.program-detail-hero{grid-template-columns:1fr;min-height:auto;position:relative;overflow:hidden}.program-detail-hero__content{z-index:2;grid-area:1/1;padding:3.5rem 1.5rem 2.5rem;position:relative;background:0 0!important}.program-detail-hero__copy{max-width:100%}.program-detail-hero__visual{z-index:1;grid-area:1/1;min-height:100%;margin-left:0;position:absolute;inset:0}.program-detail-hero__image-bg{background-position:bottom!important}.program-detail-hero__image-overlay{background:linear-gradient(#f0f9ff 0%,#f0f9ffd9 35%,#f0f9ff66 70%,#f0f9ff00 100%)}[data-theme=dark] .program-detail-hero__image-overlay{background:linear-gradient(#07111a 0%,#07111ad9 35%,#07111a66 70%,#07111a00 100%)}.preventive-wes-overview__grid,.preventive-wes-journey,.program-overview__grid,.program-journey{grid-template-columns:repeat(2,minmax(0,1fr))}.preventive-wes-journey__line,.program-journey__line{display:none}}@media (width<=760px){.section{padding:4rem 0}.container{padding:0 1.25rem}.preventive-wes-page,.program-detail-page{padding-top:4rem}.wellness-page--hub{min-height:auto}.wes-hub-section{border-left:0;border-right:0;border-radius:0;min-height:calc(100dvh - 72px);margin-bottom:0}.wes-hero-shell{min-height:auto;padding:0 1.3rem}.wes-hub-shell{min-height:calc(100dvh - 72px);padding:1.5rem 1.3rem 2rem}.wes-hero-actions{flex-direction:column;align-items:stretch}.wes-hero-copy{width:100%;padding:0 .5rem}.wes-hero-floaters{gap:.9rem;min-height:auto;display:grid}.wes-hub-panel{min-height:auto;padding:1rem}.wes-hub-option-list{flex:initial;grid-template-rows:none}.wes-hub-option{grid-template-columns:1fr;align-items:start}.wes-hub-option__arrow{display:none}.wes-floating-card{width:100%;position:relative;inset:auto}.wes-card-header{padding:1.1rem 1.25rem .85rem}.wes-card-title{font-size:1.1rem}.wes-card-summary{font-size:.95rem}.wes-card-content{padding:1rem 1.25rem 1.25rem;font-size:1rem}.program-detail-hero{margin-bottom:2.5rem}.program-detail-hero__content{grid-area:1/1;padding:3rem 1.25rem 2.25rem}.program-detail-hero .wes-hero-title{font-size:clamp(2.3rem,10vw,3.9rem);line-height:1.02}.program-detail-hero .wes-hero-subtitle{margin-top:1.2rem;font-size:1.05rem}.program-detail-hero .wes-hero-metrics{grid-template-columns:1fr;gap:.85rem}.program-detail-hero__visual{grid-area:1/1;min-height:100%}.preventive-wes-overview{margin-bottom:3rem}.preventive-wes-overview__grid,.preventive-wes-journey,.program-overview__grid,.program-journey{grid-template-columns:1fr}.preventive-wes-journey,.program-journey{padding:1rem}.preventive-wes-details__header,.program-details__header{flex-direction:column;align-items:start}.preventive-wes-footer-note,.program-footer-note{align-items:start}}@media (prefers-reduced-motion:reduce){.wes-hero-cta,.wes-floating-card{transition:none}}.site-footer{isolation:isolate;--brand:#0f3b78;--line:#3b82f647;--muted:#476489;--text-main:#0b2d5d;--text-muted:#55729a;background:radial-gradient(34% 42% at 50% 66%,#58c4ff47 0%,#58c4ff1f 34%,#0000 74%),linear-gradient(#fbfdff 0%,#eef8ff 30%,#d7f0ff 66%,#c4e7ff 100%);border-top:1px solid #8fc5ee73;padding:5.25rem 0 2.2rem;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffffbf}.site-footer:before,.site-footer:after{content:"";pointer-events:none;z-index:0;position:absolute;inset:0}.site-footer:before{filter:blur(40px);opacity:.82;background:radial-gradient(circle at 14% 10%,#ffffffbf 0,#0000 18%),radial-gradient(circle at 84% 12%,#ffffff8c 0,#0000 18%),radial-gradient(circle at 50% 62%,#62caff29 0,#0000 34%)}.site-footer:after{opacity:0}.site-footer .container{z-index:1;position:relative}.site-footer .container:before{content:none}.footer-grid-layout{grid-template-columns:minmax(240px,320px) minmax(0,1fr);align-items:start;gap:3.2rem;margin-bottom:3.5rem;display:grid}.footer-brand-panel{flex-direction:column;align-items:flex-start;display:flex}.footer-brand-title{color:var(--brand);letter-spacing:.03em;text-shadow:0 0 22px #74b8ff40,0 0 44px #3b82f633;margin-bottom:1rem;font-size:1.72rem;font-weight:800}.footer-heading-with-icon{align-items:center;gap:.56rem;display:inline-flex}.footer-title-icon{color:#2f68be;background:#ffffff9e;border:1px solid #3b82f638;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.45rem;height:1.45rem;line-height:0;display:inline-flex;box-shadow:0 8px 18px #0f25471f,0 0 18px #5284ff17}.footer-title-icon svg{display:block}.footer-brand-copy{color:var(--muted);max-width:32ch;font-size:.92rem;line-height:1.72}.footer-cta{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#f8fbff;letter-spacing:.02em;background:linear-gradient(90deg,#4f8cff,#2563eb);border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;margin-top:1.35rem;padding:.72rem 1.2rem;font-size:.82rem;font-weight:700;transition:transform .28s,box-shadow .28s,filter .28s;display:inline-flex;box-shadow:0 10px 30px #00000040,0 0 40px #5284ff24}.footer-cta:hover{filter:saturate(1.1);transform:translateY(-2px);box-shadow:0 14px 34px #00000052,0 0 52px #5f96ff42}.footer-column-title{color:#174883;letter-spacing:.09em;text-transform:uppercase;margin-bottom:1.2rem;font-size:.82rem;font-weight:700}.footer-links-panel{flex-direction:column;gap:2.2rem;display:flex;position:relative}.footer-services-row{grid-template-columns:repeat(3,minmax(180px,1fr));gap:1.8rem;display:grid}.footer-link{color:var(--text-muted);background-image:linear-gradient(90deg,#3b82f6d9,#2563ebd1);background-position:0 100%;background-repeat:no-repeat;background-size:0% 1px;font-size:.88rem;line-height:1.58;transition:color .26s,transform .26s,text-shadow .26s,background-size .28s}.footer-link-strong{color:var(--text-main);font-size:.92rem;font-weight:600}.footer-subheading-with-icon{align-items:center;gap:.42rem;display:inline-flex}.footer-subheading-icon{color:#2f68be;background:#ffffff80;border:1px solid #3b82f62e;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.45rem;height:1.45rem;line-height:0;display:inline-flex}.footer-subheading-icon svg{display:block}.footer-link:hover{color:#2462c9;text-shadow:0 0 12px #4da0ff38;background-size:100% 1px;transform:translate(2px)}.footer-service-items{margin-top:.45rem;padding-left:1.05rem;list-style:outside}.footer-service-items li::marker{color:#3f83f8;font-size:.72em}.footer-service-items li{margin-bottom:.24rem}.footer-service-items li:last-child{margin-bottom:0}.footer-meta-row{grid-template-columns:1fr;justify-content:start;align-items:start;gap:2rem;display:grid}@media (width>=768px){.footer-meta-row{-moz-column-gap:1.8rem;grid-template-columns:repeat(3,minmax(180px,1fr));gap:.6rem 1.8rem}}.footer-meta-contact{grid-column:2}.footer-link-list{margin:0;padding:0;list-style:none}.footer-link-list li{margin-bottom:.7rem}.footer-contact-copy{color:var(--muted);font-size:.9rem}.footer-meta-art{transform-origin:50%;opacity:.72;pointer-events:none;z-index:-1;filter:drop-shadow(0 10px 22px #0f254729);width:clamp(210px,24vw,290px);position:absolute;bottom:-10rem;right:-2.8rem;transform:rotate(-75deg)}.footer-meta-art img{width:100%;height:auto;display:block}.footer-science-mark{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#2b64bb;letter-spacing:.03em;background:#ffffff9e;border:1px solid #3b82f633;border-radius:999px;align-items:center;gap:.52rem;margin-top:1.2rem;padding:.44rem .76rem;font-size:.74rem;font-weight:700;display:inline-flex;box-shadow:0 10px 24px #0f254724,0 0 28px #5284ff14}.footer-bottom{text-align:center;border-top:1px solid #0000;padding-top:2rem;position:relative}.footer-bottom:before{content:"";background:linear-gradient(90deg,#0000,#5f96ffb3,#e8f0ff66,#5f96ffb3,#0000);width:min(760px,100%);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%);box-shadow:0 0 18px #5f96ff38}.footer-bottom p{color:#4a688f;letter-spacing:.025em;justify-content:center;align-items:center;gap:.5rem;font-size:.8rem;display:inline-flex}.footer-badge{color:#3b82f6;filter:drop-shadow(0 0 7px #5f96ff47);display:inline-flex}.footer-separator{background:radial-gradient(circle,#3b82f6e0 0%,#3b82f659 100%);border-radius:50%;width:.28rem;height:.28rem;box-shadow:0 0 8px #3b82f64d}[data-theme=dark] .site-footer{--brand:#f3f8ff;--line:#82aaff42;--muted:#9eb2ca;--text-main:#f8fbff;--text-muted:#a9bcd2;background:radial-gradient(34% 42% at 50% 66%,#56beff29 0%,#56beff0f 34%,#0000 74%),linear-gradient(135deg,#071426 0%,#0b1f3a 45%,#111827 100%);border-top-color:#8ab4ff47;box-shadow:inset 0 1px #ffffff0f}[data-theme=dark] .site-footer:before{filter:blur(40px);opacity:.68;background:radial-gradient(circle at 14% 10%,#ffffff14 0,#0000 18%),radial-gradient(circle at 84% 12%,#ffffff0f 0,#0000 18%),radial-gradient(circle at 50% 62%,#62caff1f 0,#0000 34%)}[data-theme=dark] .site-footer:after{opacity:0}[data-theme=dark] .footer-column-title{color:#dbe9ff}[data-theme=dark] .footer-title-icon{color:#b9dcff;background:#ffffff14;border:1px solid #ffffff1f;box-shadow:0 10px 20px #0000003d,0 0 20px #5284ff24}[data-theme=dark] .footer-link{background-image:linear-gradient(90deg,#7db7ffd9,#4f8cffd9)}[data-theme=dark] .footer-subheading-icon{color:#b9dcff;background:#ffffff14;border:1px solid #ffffff1f}[data-theme=dark] .footer-link:hover{color:#7db7ff;text-shadow:0 0 16px #4da0ff4d}[data-theme=dark] .footer-service-items li::marker{color:#6ea9ff}[data-theme=dark] .footer-meta-art{opacity:.62;filter:drop-shadow(0 14px 26px #0208175c)}[data-theme=dark] .footer-science-mark{color:#b9dcff;background:#ffffff0d;border:1px solid #ffffff1f;box-shadow:0 10px 30px #00000040,0 0 40px #5284ff14}[data-theme=dark] .footer-bottom p{color:#8ba6c6}[data-theme=dark] .footer-badge{color:#7db7ff;filter:drop-shadow(0 0 8px #5f96ff52)}[data-theme=dark] .footer-separator{background:radial-gradient(circle,#b7dcfffa 0%,#5f96ff6b 100%);box-shadow:0 0 8px #5f96ff61}@media (width<=1100px){.site-footer{padding-top:4.8rem}.footer-grid-layout{grid-template-columns:1fr;gap:2.7rem;margin-bottom:3.2rem}.footer-brand-copy{max-width:60ch}.footer-services-row,.footer-meta-row{grid-template-columns:repeat(2,minmax(180px,1fr))}.footer-meta-contact{grid-column:2}.footer-meta-art{display:none}}@media (width<=760px){.site-footer{padding-top:4.2rem}.footer-brand-title{font-size:1.54rem}.footer-services-row{grid-template-columns:1fr;gap:1.5rem}.footer-meta-row{grid-template-columns:1fr;gap:1.4rem}.footer-bottom p{flex-wrap:wrap;row-gap:.35rem}}@media (width<=480px){.footer-meta-art{opacity:.25;width:160px;display:block;bottom:-2.5rem;right:-1.5rem}}.hero-carousel{isolation:isolate;color:#07182f;z-index:1;background:#f8fbff;min-height:100dvh;position:relative;overflow:hidden}.hero-carousel__media,.hero-carousel__overlay{position:absolute;inset:0}.hero-carousel__media{z-index:0;overflow:hidden}.hero-carousel__track{will-change:transform;height:100%;display:flex}.hero-carousel__slide{flex:0 0 100%;width:100%;height:100%;position:relative}.hero-carousel__image{-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center;filter:saturate(1.08)contrast(1.04);width:100%;height:100%;animation:.3s ease-out heroImageFadeIn}.hero-carousel__overlay{z-index:1;pointer-events:none;background:linear-gradient(110deg,#051122c7 5%,#07182f85 42%,#061a3a3d 70%,#0613288f 100%),radial-gradient(circle at 84% 20%,#38bdf838,#0000 34%)}.hero-carousel__layout{z-index:2;justify-content:flex-start;align-items:center;width:100%;min-height:100svh;margin:0;padding:0 0 0 8%;display:flex;position:relative}.hero-carousel__panel{background:#fffffff7;border:1px solid #ffffffe6;border-radius:24px;flex-direction:column;justify-content:center;width:min(100%,700px);min-height:380px;padding:56px;animation:.9s ease-out both heroPanelIn;display:flex;box-shadow:0 20px 48px #07182f24}.hero-carousel__content{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.hero-carousel__eyebrow{color:#155dfc;letter-spacing:.26em;text-transform:uppercase;background:#ffffffeb;border:1px solid #0b72ff38;border-radius:999px;margin:0;padding:.45rem .875rem;font-size:.7rem;font-weight:800;display:inline-flex;box-shadow:0 8px 24px #0ea5e91f}.hero-carousel__title{color:#081b36;letter-spacing:-.02em;text-align:left;max-width:100%;min-height:130px;margin:0;font-size:54px;font-weight:800;line-height:1.15}.hero-carousel__title span{background:linear-gradient(90deg,#0b72ff 0%,#03c7f7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-carousel__subtitle{color:#334155;text-align:left;max-width:100%;min-height:58px;margin:8px 0 0;font-size:18px;line-height:1.6}.hero-carousel__actions{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1rem;display:flex}.hero-carousel__cta{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0b72ff 0%,#03c7f7 100%);border-radius:999px;justify-content:center;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;font-size:19px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 25px #0b72ff4d}.hero-carousel__cta:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 16px 35px #0b72ff73}.hero-carousel__cta span{transition:transform .25s}.hero-carousel__cta:hover span{transform:translate(6px)}.hero-carousel__dots{z-index:2;align-items:center;gap:.75rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-carousel__arrow{z-index:3;color:#0b4f93;cursor:pointer;-webkit-backdrop-filter:blur(10px);background:#ffffffc7;border:1px solid #ffffff94;border-radius:999px;place-items:center;width:2.85rem;height:2.85rem;transition:background .22s,opacity .22s,transform .22s;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 12px 30px #0f44761f}.hero-carousel__arrow:hover{background:#fffffff2;transform:translateY(-50%)scale(1.04)}.hero-carousel__arrow--prev{left:clamp(1rem,2.5vw,2rem)}.hero-carousel__arrow--next{right:clamp(1rem,2.5vw,2rem)}.hero-carousel__dot{width:2.75rem;height:2.75rem;box-shadow:none;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;transition:transform .25s,opacity .25s;display:inline-flex;position:relative}.hero-carousel__dot:before{content:"";background:#c5d5e6eb;border:1px solid #ffffffb8;border-radius:999px;width:.62rem;height:.62rem;transition:background .25s,box-shadow .25s,transform .25s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 6px 16px #0f44761f}.hero-carousel__dot:hover{transform:scale(1.04)}.hero-carousel__dot.is-active:before{background:#0b72ff;transform:translate(-50%,-50%)scale(1.06);box-shadow:0 8px 20px #0b72ff52}.hero-carousel__dot:focus-visible,.hero-carousel__cta:focus-visible,.hero-carousel__arrow:focus-visible{outline-offset:4px;outline:3px solid #7dd3fcc7}@keyframes heroPanelIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes heroImageFadeIn{0%{opacity:0}to{opacity:1}}@keyframes dropdownFadeIn{0%{opacity:0;transform:translate(-50%)translateY(-4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=768px){.hero-carousel__layout{justify-content:center;width:100%;padding:5.5rem 1rem 5rem}.hero-carousel__panel{width:100%;max-width:540px;min-height:auto;padding:3.25rem 1.5rem}.hero-carousel__content{text-align:center;align-items:center}.hero-carousel__title,.hero-carousel__subtitle{text-align:center;min-height:auto}.hero-carousel__actions{justify-content:center}.hero-carousel__image{filter:saturate(1.06);opacity:.82}.hero-carousel__arrow{width:2.35rem;height:2.35rem}.hero-carousel__arrow--prev{left:.75rem}.hero-carousel__arrow--next{right:.75rem}}@media (width<=560px){.hero-carousel__layout{width:100%;padding:5.5rem .75rem 5rem}.hero-carousel__panel{padding:2.5rem 1.25rem}.hero-carousel__title{font-size:clamp(2.25rem,11vw,3.2rem)}.hero-carousel__subtitle{line-height:1.6}.hero-carousel__actions{margin-top:0}.hero-carousel__arrow{display:none}}@media (prefers-reduced-motion:reduce){.hero-carousel__track,.hero-carousel__image,.hero-carousel__panel,.hero-carousel__content,.hero-carousel__cta,.hero-carousel__cta span,.hero-carousel__dot,.hero-carousel__arrow{transition:none;animation:none}}.mobile-menu-toggle{display:none}@media (width<=1024px){.nav-links{display:none}.mobile-menu-toggle{color:#173a62;cursor:pointer;z-index:105;background:#ffffffbd;border:1px solid #bfdbfef2;border-radius:8px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;padding:.5rem;transition:all .3s;display:flex;position:relative}.mobile-menu-toggle:hover{background:#eff8ff;border-color:#38bdf8;transform:scale(1.05)}.mobile-menu-toggle.is-active{color:#fff;background:#0b72ff;border-color:#0b72ff}}.mobile-nav-overlay{z-index:95;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;position:fixed;inset:0}.mobile-nav-drawer{z-index:100;background:var(--bg-surface);flex-direction:column;width:min(82vw,360px);max-height:100dvh;display:flex;position:fixed;top:0;left:0;overflow:hidden;box-shadow:2px 0 20px #00000026}.mobile-nav-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 1.25rem;display:flex}.mobile-nav-title{color:var(--text-main);letter-spacing:-.3px;margin:0;font-size:1.25rem;font-weight:700}.mobile-nav-header-actions{align-items:center;gap:.75rem;display:flex}.hero-carousel__arrow{z-index:10;color:#173a62;cursor:pointer;background:#ffffffd1;border:1px solid #bfdbfef2;border-radius:50%;justify-content:center;align-items:center;width:3.25rem;height:3.25rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 8px 24px #0f25471f}.hero-carousel__arrow:before{content:"";position:absolute;inset:-10px}.mobile-nav-theme-toggle{border:1px solid var(--border);width:36px;height:36px;color:var(--text-main);cursor:pointer;background:#0ea5e90d;border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s;display:flex}.mobile-nav-theme-toggle:hover{border-color:var(--primary);background:#0ea5e91a}.mobile-nav-close{width:40px;height:40px;color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .2s;display:flex}.mobile-nav-close:hover{color:var(--primary);background:#0ea5e91a}.mobile-nav-content{flex:1;padding:0;overflow:hidden auto}.mobile-nav-menu{flex-direction:column;gap:0;margin:0;padding:.5rem 0;list-style:none;display:flex}.mobile-nav-item-wrapper{border-bottom:1px solid #0000000f;flex-direction:column;display:flex}.mobile-nav-item-wrapper:last-child{border-bottom:none}.mobile-nav-item-row{align-items:center;width:100%;display:flex}.mobile-nav-link{color:var(--text-main);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:0;width:100%;padding:1rem 1.25rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.mobile-nav-link:hover{color:var(--primary);background:#0ea5e914;padding-left:1.5rem}.mobile-nav-link.is-active{color:var(--primary);background:#0ea5e91f;font-weight:700}.mobile-nav-trigger{width:100%;color:var(--text-main);cursor:pointer;background:0 0;border:none;border-radius:0;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 1.25rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.mobile-nav-trigger:hover{color:var(--primary);background:#0ea5e914;padding-left:1.5rem}.mobile-nav-trigger.is-active{color:var(--primary);font-weight:700}.mobile-nav-trigger.is-expanded{color:var(--primary);background:#0ea5e914}.mobile-nav-trigger .mobile-nav-label{text-align:left;flex:1}.mobile-nav-accordion{background:#0ea5e90a;overflow:hidden}.mobile-nav-accordion-content{flex-direction:column;gap:0;display:flex}.mobile-nav-category{border-bottom:1px solid #0000000a;flex-direction:column;display:flex}.mobile-nav-category:last-child{border-bottom:none}.mobile-nav-category-row{align-items:center;gap:0;width:100%;display:flex}.mobile-nav-category-link{color:var(--text-main);text-align:left;background:0 0;border:none;flex:1;align-items:center;width:100%;padding:.85rem 1.25rem .85rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.mobile-nav-category-link:hover{color:var(--primary);background:#0ea5e914;padding-left:2.25rem}.mobile-nav-category-link.is-active{color:var(--primary);background:#0ea5e91f;font-weight:700}.mobile-nav-category-label{text-align:left;flex:1}.mobile-nav-category-expand{width:50px;height:100%;min-height:52px;color:var(--text-main);cursor:pointer;background:0 0;border:none;border-left:1px solid #0000000a;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.mobile-nav-category-expand:hover{color:var(--primary);background:#0ea5e90f}.mobile-nav-category-expand.is-expanded{color:var(--primary);background:#0ea5e914}.mobile-nav-chevron{color:inherit;justify-content:center;align-items:center;display:flex}.mobile-nav-submenu{background:#0ea5e905;flex-direction:column;gap:0;display:flex;overflow:hidden}.mobile-nav-submenu-link{color:var(--text-muted);border-left:2px solid #0000;border-radius:0;padding:.95rem 1.25rem .95rem 2.75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.mobile-nav-submenu-link:hover{color:var(--primary);border-left-color:var(--primary);background:#0ea5e914;padding-left:2.85rem}.mobile-nav-submenu-link.is-active{color:var(--primary);border-left-color:var(--primary);background:#0ea5e91f;font-weight:600}.mobile-nav-content::-webkit-scrollbar{width:6px}.mobile-nav-content::-webkit-scrollbar-track{background:0 0}.mobile-nav-content::-webkit-scrollbar-thumb{background:#0ea5e94d;border-radius:3px}.mobile-nav-content::-webkit-scrollbar-thumb:hover{background:#0ea5e980}[data-theme=dark] .mobile-nav-drawer{background:var(--bg-surface);box-shadow:2px 0 20px #0006}[data-theme=dark] .mobile-nav-header{border-bottom-color:#ffffff1a}[data-theme=dark] .mobile-nav-item-wrapper{border-bottom-color:#ffffff14}[data-theme=dark] .mobile-nav-category{border-bottom-color:#ffffff0d}[data-theme=dark] .mobile-nav-overlay{background:#0009}@media (width<=768px){.mobile-nav-drawer{width:min(80vw,340px)}.mobile-nav-header{padding:1.25rem 1rem}.mobile-nav-link,.mobile-nav-trigger{padding:.9rem 1rem}.mobile-nav-trigger:hover,.mobile-nav-link:hover{padding-left:1.25rem}.mobile-nav-category-link{padding:.8rem 1rem .8rem 1.75rem}.mobile-nav-category-link:hover{padding-left:2rem}.mobile-nav-submenu-link{padding:.7rem 1rem .7rem 2.25rem}.mobile-nav-submenu-link:hover{padding-left:2.35rem}}@media (width<=480px){.mobile-nav-drawer{width:min(78vw,320px)}.mobile-nav-header{padding:1rem .875rem}.mobile-nav-title{font-size:1.1rem}.mobile-nav-theme-toggle,.mobile-nav-close{width:36px;height:36px}.mobile-nav-link,.mobile-nav-trigger{padding:.85rem .875rem;font-size:.95rem}.mobile-nav-trigger:hover,.mobile-nav-link:hover{padding-left:1.1rem}.mobile-nav-category-link{padding:.75rem .875rem .75rem 1.5rem;font-size:.9rem}.mobile-nav-category-link:hover{padding-left:1.75rem}.mobile-nav-submenu-link{padding:.65rem .875rem .65rem 2rem;font-size:.85rem}.mobile-nav-submenu-link:hover{padding-left:2.1rem}}body.mobile-nav-open{overflow:hidden}
