:root{--space-0:0;--space-1:4px;--space-2:8px;--space-3:16px;--space-4:24px;--space-5:32px;--space-6:40px;--space-7:56px;--space-8:72px;--space-9:96px;--space-10:120px;--container-max:1200px;--gutter:24px;--bg:#fafafa;--ink:#09090b;--muted:#71717a;--brand:#059669;--header-pill-h: 32px;--hero-card-h-desktop: 560px;--hero-card-h-tablet: 520px;--hero-card-h-mobile: 480px;--hero-copy-left: auto;--hero-copy-right: auto;--hero-copy-top: auto;--hero-vials-left: auto;--hero-vials-right: 48px;--hero-vials-top: 50%;--hero-vials-width: 720px;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.5rem;--text-display: clamp(3rem, 6vw, 4.5rem);--text-hero: clamp(3.5rem, 8vw, 5.5rem);--section-pad-sm: clamp(3rem, 6vw, 5rem);--section-pad-lg: clamp(5rem, 10vw, 9rem);--brand-light: #10b981;--brand-dark: #047857;--brand-subtle: #f5f5f5;--surface: #f5f5f5;--surface-raised: #ffffff;--border: #e5e5e5;--border-subtle: #f0f0f0;--text-secondary: #525252;--text-tertiary: #a3a3a3;--success: #10b981;--warning: #f59e0b;--trust-purity: #1079EB;--trust-speed: #16A34A;--trust-guarantee: #7C3AED;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 4px 12px rgba(15, 23, 42, .06);--shadow-lg: 0 8px 24px rgba(15, 23, 42, .08);--shadow-xl: 0 16px 48px rgba(15, 23, 42, .1);--shadow-hover: 0 8px 30px rgba(15, 23, 42, .12);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-liquid: cubic-bezier(.16, 1, .3, 1);--ease-pop: cubic-bezier(.34, 1.56, .64, 1);--duration-liquid: .8s;--duration-pop: .5s;--duration-fast: .15s;--duration-normal: .2s;--duration-slow: .3s}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}body{margin:0;color:var(--ink);background:var(--bg);line-height:1.5}.container{max-width:var(--container-max);margin-inline:auto;padding-inline:var(--gutter)}body{font-family:var(--font-body, system-ui, -apple-system, "Segoe UI", Inter, Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--text-base)}h1,h2,h3,h4,h5,h6,.heading{font-family:var(--font-heading, inherit)}h1,.h1{font-size:var(--text-display);font-weight:700;line-height:1.1;letter-spacing:-.02em}h2,.h2{font-size:var(--text-3xl);font-weight:700;line-height:1.2;letter-spacing:-.01em}h3,.h3{font-size:var(--text-2xl);font-weight:600;line-height:1.3}h4,.h4{font-size:var(--text-xl);font-weight:600;line-height:1.4}.lead{font-size:var(--text-lg)}.text-sm{font-size:var(--text-sm)}.text-xs{font-size:var(--text-xs)}.mono{font-family:var(--font-mono);font-size:var(--text-sm);letter-spacing:0}@media (max-width: 768px){body{font-size:var(--text-base)}h1,.h1{font-size:clamp(1.75rem,6vw,2.5rem)}h2,.h2{font-size:var(--text-2xl)}}a{color:inherit}a:hover{opacity:.9}header.site-header{padding-block:var(--space-4);border-bottom:0;position:relative;z-index:2000}header.site-header .container{padding-inline:0!important;margin-inline:0!important;max-width:100%!important}@media (min-width: 769px){header.site-header .container{padding-block:0!important}}.site-header__row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:var(--space-4)}.site-logo{justify-self:start;padding-left:var(--space-7)}.site-nav{justify-self:center}.site-actions{justify-self:end;padding-right:var(--space-7)}.site-nav{display:flex;gap:var(--space-4);align-items:center}.site-nav a{text-decoration:none;font-weight:500;color:var(--muted)}.site-nav a[aria-current=page],.site-nav a:hover{color:var(--ink)}.site-actions{display:flex;align-items:center}.hero{padding-block:var(--space-9)}.hero .media{width:100%}.hero .media picture,.hero .media img{width:100%;height:auto}.hero--bg{background:radial-gradient(120% 100% at 80% 0%,#eaf2ff,#f5f8fc,#fff 80%)}.hero-section{max-width:100%;padding-inline:var(--space-7);margin-inline:0;padding-top:0;padding-bottom:var(--space-7)}@media (max-width: 768px){.hero-section{padding-inline:6px!important;padding-bottom:0!important}}@media (min-width: 769px) and (max-width: 1400px){.hero-section{padding-inline:var(--gutter)!important}}.hero-card{position:relative;display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);padding:var(--space-7);border-radius:16px;background-color:var(--surface-raised);background-repeat:no-repeat;background-position:center center;background-size:cover;height:calc(100vh - var(--header-height, 80px) - var(--space-7, 48px));box-shadow:0 20px 60px #02061714}@media (max-width: 1024px){.hero-card{padding:48px}.hero-card__content{position:relative;max-width:450px;left:auto;top:auto}.hero-card__right{right:48px;top:60%}.hero-card__image{width:400px}}@media (max-width: 768px){.hero-card{padding:1rem!important;border-radius:12px!important;flex-direction:column;align-items:flex-start;height:auto;min-height:600px}.hero-card__content{position:relative;left:0;top:0;max-width:100%;margin-bottom:40px}.hero-card__right{position:relative;left:0;right:0;top:0;transform:none;align-self:center}.hero-card__image{width:300px;max-width:80vw}}.hero-card__content{flex:1;position:relative;left:auto;right:auto;top:auto;max-width:600px;margin-left:0;z-index:1}.hero-card__title{font-size:clamp(2rem,4vw,3.25rem);margin:0 0 var(--space-3)}.hero-card__lead{color:var(--muted);margin:0 0 var(--space-5)}.hero-card__right{position:absolute;right:180px;left:auto;top:50%;transform:translateY(-50%);z-index:10}.hero-card__image{width:720px;max-width:45vw;pointer-events:none}@media (max-width: 1024px){.hero-card{height:var(--hero-card-h-tablet)}}@media (max-width: 640px){.hero-card{height:var(--hero-card-h-mobile);padding:var(--space-5);flex-direction:column;text-align:center}.hero-card__media{display:none}}footer.site-footer{padding-block:var(--space-6);border-top:1px solid var(--border);color:var(--muted);font-size:.9375rem}@media (min-width: 1920px){:root{--space-3: 20px;--space-4: 32px;--space-5: 48px;--space-6: 56px;--space-7: 72px;--space-8: 96px;--space-9: 128px;--space-10: 160px;--gutter: 32px;--container-max: 1800px}body{font-size:24px}h1,.h1{font-size:5rem}h2,.h2{font-size:3.5rem}h3,.h3{font-size:2.5rem}h4,.h4{font-size:1.75rem}footer.site-footer{font-size:1.375rem}#faq h2{font-size:3.5rem;margin-bottom:var(--space-7)}.btn{font-size:1.25rem;padding:1.125rem 2.25rem}.lead{font-size:1.75rem}p{font-size:1.5rem;line-height:1.6}.site-logo img{height:48px;width:auto}.nav-icon svg,.mobile-icon svg{width:32px;height:32px}.nav-icon,.mobile-icon{padding:12px}footer.site-footer{font-size:1.75rem!important}footer.site-footer h4{font-size:2rem;margin-bottom:var(--space-5)}footer.site-footer a,footer.site-footer button{font-size:1.75rem}.product-card h3{font-size:2.25rem}.product-card p,.product-card .price{font-size:1.75rem}.product-card .badge,.product-card .category{font-size:1.25rem;padding:.75rem 1.25rem}blockquote{font-size:1.5rem;line-height:1.6}.quote-author,.quote-source{font-size:1.375rem}}.card{background:var(--surface-raised);border-radius:16px;border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);transition:box-shadow var(--duration-normal) var(--ease-out),transform var(--duration-normal) var(--ease-out)}.card--flat{box-shadow:none;border-color:var(--border)}.card--flat:hover{box-shadow:var(--shadow-md);transform:translateY(-4px) scale(1.01)}.reveal{opacity:0;transform:translateY(32px);transition:opacity var(--duration-liquid) var(--ease-liquid),transform var(--duration-liquid) var(--ease-liquid)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-pop{opacity:0;transform:scale(.92);transition:opacity var(--duration-pop) var(--ease-pop),transform var(--duration-pop) var(--ease-pop)}.reveal-pop.is-visible{opacity:1;transform:scale(1)}@keyframes slideInLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}.reveal.is-visible h2,.reveal.is-visible .section-header{animation:slideInLeft .6s var(--ease-out) both}@keyframes staggerFadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.stagger-parent.is-visible .stagger-child{animation:staggerFadeUp var(--duration-liquid) var(--ease-liquid) both}.stagger-parent.is-visible .stagger-child:nth-child(1){animation-delay:0s}.stagger-parent.is-visible .stagger-child:nth-child(2){animation-delay:.08s}.stagger-parent.is-visible .stagger-child:nth-child(3){animation-delay:.16s}.stagger-parent.is-visible .stagger-child:nth-child(4){animation-delay:.24s}.stagger-parent.is-visible .stagger-child:nth-child(5){animation-delay:.32s}.stagger-parent.is-visible .stagger-child:nth-child(6){animation-delay:.4s}.stagger-parent.is-visible .stagger-child:nth-child(7){animation-delay:.48s}.stagger-parent.is-visible .stagger-child:nth-child(8){animation-delay:.56s}.card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px) scale(1.01)}.btn--primary:hover{transform:scale(1.02)}.footer-links a{position:relative;display:inline-block}.footer-links a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#fff;transition:width var(--duration-normal) var(--ease-out)}.footer-links a:hover:after{width:100%}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal,.reveal-pop,.stagger-child,.faq-stagger,.social-proof__stat{opacity:1!important;transform:none!important}}
