:root{--green-50: #F2F8EF;--green-100: #E2F0DB;--green-300: #9ECC8A;--green-500: #3D8823;--green-600: #34751F;--green-700: #2B6218;--green-800: #234E14;--green-900: #1B3D10;--blue-50: #EFF6FB;--blue-100: #D9EAF7;--blue-200: #B3D4EE;--blue-400: #4C8ACD;--blue-700: #004494;--blue-800: #063672;--blue-900: #0B2540;--blue-950: #071A30;--bg: #FCFDFB;--card: #FFFFFF;--text: #0B2540;--muted: #48586B;--border: #DCE4DC;--input: #C6D2C4;--destructive: #B42318;--radius: 14px;--font-body: "Inter Var", Inter, system-ui, -apple-system, sans-serif;--font-display: "Fraunces Var", Fraunces, Georgia, serif;--shadow-lg: 0 20px 45px -20px rgba(11, 37, 64, .25);--shadow-card: 0 10px 30px -18px rgba(11, 37, 64, .35);--header-h: 80px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;display:flex;flex-direction:column;min-height:100vh}main{flex:1}h1,h2,h3{font-family:var(--font-display);font-variation-settings:"opsz" 96;font-weight:600;letter-spacing:-.01em;line-height:1.15;color:var(--blue-900);margin:0 0 .5em;text-wrap:balance}h1{font-size:clamp(2rem,4.5vw,3.25rem)}h2{font-size:clamp(1.6rem,3vw,2.4rem)}h3{font-size:clamp(1.2rem,2vw,1.5rem)}h4,h5,h6{font-family:var(--font-body);font-weight:600}p{margin:0 0 1rem}a{color:var(--blue-700)}img{max-width:100%;height:auto}::selection{background:var(--green-100);color:var(--blue-900)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:focus-visible{outline:3px solid var(--blue-700);outline-offset:2px;border-radius:4px}.skip-link{position:absolute;left:-9999px;top:0;z-index:200;background:var(--blue-700);color:#fff;padding:12px 20px;border-radius:8px;font-weight:600;text-decoration:none}.skip-link:focus{left:16px;top:16px}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.container-bun{width:100%;max-width:1180px;margin-inline:auto;padding-inline:20px}@media(min-width:768px){.container-bun{padding-inline:28px}}.section{padding-block:clamp(48px,7vw,88px)}.section--tinted{background:#f2f8ef99}.section--bluetint{background:#eff6fb80}.section--card{background:var(--card)}.grid{display:grid;gap:24px}@media(min-width:640px){.grid--2{grid-template-columns:repeat(2,1fr)}}@media(min-width:900px){.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--2-lg{grid-template-columns:repeat(2,1fr)}}.eyebrow{display:block;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--green-600);margin-bottom:12px}.section-head{max-width:680px;margin:0 auto 44px;text-align:center}.section-head--left{margin-inline:0;text-align:left}.section-head p{color:var(--muted);font-size:1.075rem}.lead{font-size:1.1rem;color:var(--muted)}.text-muted{color:var(--muted)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:10px;border:1px solid transparent;background:var(--blue-700);color:#fff!important;font-family:var(--font-body);font-size:15px;font-weight:600;line-height:1.3;text-decoration:none;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.btn:hover{background:var(--blue-800)}.btn svg{width:18px;height:18px;flex:none}.btn--outline{background:transparent;border-color:var(--input);color:var(--blue-700)!important}.btn--outline:hover{background:var(--blue-50);border-color:var(--blue-200)}.btn--white{background:#fff;color:var(--blue-800)!important}.btn--white:hover{background:var(--blue-50)}.btn--ghost-white{background:transparent;border-color:#ffffff73;color:#fff!important}.btn--ghost-white:hover{background:#ffffff1f}.btn--lg{padding:15px 30px;font-size:16px}.btn--sm{padding:8px 16px;font-size:14px}.btn--block{width:100%}.btn[disabled]{opacity:.55;cursor:not-allowed}.site-header{position:sticky;top:0;z-index:60;background:#fcfdfbeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(220,228,220,.7)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;height:64px}@media(min-width:900px){.site-header__inner{height:var(--header-h)}}.site-header__logo{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.site-header__logo img{height:26px;width:auto}@media(min-width:900px){.site-header__logo img{height:30px}}.site-header__claim{display:none;font-size:12px;font-weight:500;color:var(--muted)}@media(min-width:1100px){.site-header__claim{display:inline}}.main-nav{display:none;align-items:center;gap:4px}@media(min-width:1000px){.main-nav{display:flex}}.main-nav a{display:block;padding:8px 13px;border-radius:8px;color:#0b2540d1;font-size:14.5px;font-weight:500;text-decoration:none;transition:background .15s ease,color .15s ease}.main-nav a:hover{background:#0b25400d;color:var(--text)}.main-nav a[aria-current=page]{background:var(--green-50);color:var(--green-700)}.site-header__actions{display:flex;align-items:center;gap:10px}.site-header__phone{display:none;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;color:var(--blue-700);font-size:14px;font-weight:500;text-decoration:none}.site-header__phone:hover{background:var(--blue-50)}.site-header__phone svg{width:17px;height:17px}@media(min-width:760px){.site-header__phone{display:inline-flex}}.site-header__cta{display:none}@media(min-width:1000px){.site-header__cta{display:inline-flex}}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid var(--border);border-radius:10px;background:var(--card);color:var(--text);cursor:pointer}.nav-toggle svg{width:22px;height:22px}@media(min-width:1000px){.nav-toggle{display:none}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;visibility:hidden;pointer-events:none}.mobile-nav.is-open{visibility:visible;pointer-events:auto}.mobile-nav__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0b254073;opacity:0;transition:opacity .25s ease}.mobile-nav.is-open .mobile-nav__backdrop{opacity:1}.mobile-nav__panel{position:absolute;top:0;right:0;bottom:0;width:min(340px,88vw);background:var(--card);box-shadow:var(--shadow-lg);padding:20px;transform:translate(100%);transition:transform .28s ease;overflow-y:auto}.mobile-nav.is-open .mobile-nav__panel{transform:translate(0)}.mobile-nav__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.mobile-nav__head img{height:26px}.mobile-nav__close{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--border);border-radius:10px;background:#fff;cursor:pointer}.mobile-nav__close svg{width:20px;height:20px}.mobile-nav a.mobile-nav__link{display:block;padding:13px 16px;border-radius:10px;color:#0b2540d9;font-size:16px;font-weight:500;text-decoration:none}.mobile-nav a.mobile-nav__link:hover{background:#0b25400d}.mobile-nav a.mobile-nav__link[aria-current=page]{background:var(--green-50);color:var(--green-700)}.mobile-nav__cta{margin-top:18px}.mobile-nav__phone{margin-top:10px;display:flex;align-items:center;justify-content:center;gap:8px;padding:13px;border:1px solid var(--border);border-radius:10px;color:var(--blue-700);font-weight:500;text-decoration:none}.mobile-nav__phone svg{width:17px;height:17px}.hero{position:relative;overflow:hidden}.hero__bg{position:absolute;inset-block:0;right:0;width:62%;background-repeat:no-repeat;background-size:cover;background-position:center;opacity:.55;-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 38%);mask-image:linear-gradient(to right,transparent 0%,#000 38%);display:none}.hero__bg-fade{position:absolute;inset-block:0;right:0;width:62%;background:linear-gradient(to left,transparent,rgba(252,253,251,.2) 40%,var(--bg));display:none}@media(min-width:1000px){.hero__bg,.hero__bg-fade{display:block}}.hero__inner{position:relative;display:grid;align-items:center;gap:48px;padding-block:clamp(56px,8vw,104px)}@media(min-width:1000px){.hero__inner{grid-template-columns:1fr 1fr}}.hero__title{font-size:clamp(2.4rem,5vw,3.9rem);line-height:1.06;margin-bottom:22px}.hero__lead{font-size:clamp(1.05rem,1.6vw,1.25rem);color:var(--muted);max-width:560px}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero__slogan{margin-top:22px;font-size:14px;font-weight:600;color:var(--green-700)}.hero-card{position:relative}.hero-card:before{content:"";position:absolute;top:-24px;right:-24px;bottom:-24px;left:-24px;border-radius:40px;background:linear-gradient(135deg,var(--green-100),var(--blue-50),var(--blue-100));z-index:-1}.hero-card__box{background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.7);border-radius:24px;box-shadow:var(--shadow-card);padding:clamp(22px,3vw,32px)}.hero-card__head{display:flex;align-items:center;gap:14px}.hero-card__icon{display:inline-flex;padding:11px;border-radius:12px;background:var(--blue-700);color:#fff}.hero-card__icon svg{width:24px;height:24px}.hero-card__eyebrow{font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green-600);margin:0}.hero-card__title{font-family:var(--font-display);font-size:19px;font-weight:600;color:var(--blue-900);margin:2px 0 0}.hero-card__list{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:14px}.hero-card__list li{display:flex;gap:12px;align-items:flex-start;padding:14px;border-radius:14px;background:var(--green-50)}.hero-card__list li:nth-child(2){background:var(--blue-50)}.hero-card__list li:nth-child(3){background:#0b25400d}.hero-card__list svg{width:20px;height:20px;flex:none;margin-top:2px;color:var(--green-600)}.hero-card__list li:nth-child(2) svg{color:var(--blue-700)}.hero-card__item-title{margin:0;font-size:14px;font-weight:600;color:var(--blue-900)}.hero-card__item-text{margin:1px 0 0;font-size:13.5px;color:var(--muted)}.hero-card__foot{margin-top:20px;padding-top:16px;border-top:1px solid var(--border);display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:var(--muted)}.hero-card__foot svg{width:16px;height:16px;color:var(--green-600)}.trust-bar{border-block:1px solid var(--border);background:var(--card)}.trust-bar__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;padding-block:30px}@media(min-width:1000px){.trust-bar__grid{grid-template-columns:repeat(4,1fr)}}.trust-bar__item{display:flex;gap:12px;align-items:flex-start}.trust-bar__item svg{width:25px;height:25px;flex:none;margin-top:2px;color:var(--green-600)}.trust-bar__label{margin:0;font-weight:600;color:var(--blue-900)}.trust-bar__sub{margin:1px 0 0;font-size:13.5px;color:var(--muted)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:clamp(22px,3vw,30px);transition:box-shadow .3s ease}.card:hover{box-shadow:var(--shadow-card)}.card__icon{display:inline-flex;padding:12px;border-radius:12px;background:var(--green-50);color:var(--green-600)}.card__icon--blue{background:var(--blue-50);color:var(--blue-700)}.card__icon svg{width:24px;height:24px}.card h3{margin-top:18px;font-size:1.15rem}.card p{color:var(--muted);font-size:.95rem;margin-bottom:0}.card p+p{margin-top:8px}.card--feature{display:flex;gap:18px;align-items:flex-start}.card--feature h3,.card--feature h2{margin-top:0}.card--feature .card__icon{flex:none}.cat-card{display:block;text-decoration:none;color:inherit;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:26px;transition:box-shadow .3s ease}.cat-card:hover{box-shadow:var(--shadow-card)}.cat-card__icon{display:inline-flex;padding:12px;border-radius:12px;background:var(--blue-50);color:var(--blue-700);transition:background .2s ease,color .2s ease}.cat-card:hover .cat-card__icon{background:var(--blue-700);color:#fff}.cat-card__icon svg{width:24px;height:24px}.cat-card h3{margin-top:18px;font-size:1.1rem}.cat-card p{font-size:.9rem;color:var(--muted);margin-bottom:0}.cat-card__more{display:inline-flex;align-items:center;gap:6px;margin-top:16px;font-size:14px;font-weight:600;color:var(--green-600)}.cat-card__more svg{width:16px;height:16px;transition:transform .2s ease}.cat-card:hover .cat-card__more svg{transform:translate(4px)}.cat-card__image{border-radius:10px;overflow:hidden;margin:-8px -8px 14px;aspect-ratio:16/9;background:var(--blue-50)}.cat-card__image img{width:100%;height:100%;object-fit:cover}.split{display:grid;gap:44px;align-items:center}@media(min-width:1000px){.split{grid-template-columns:1fr 1fr}}@media(min-width:1000px){.split--3-2{grid-template-columns:3fr 2fr}.split--2-3{grid-template-columns:2fr 3fr}}.check-list{list-style:none;margin:22px 0 0;padding:0;display:grid;gap:12px}.check-list li{display:flex;gap:12px;align-items:flex-start}.check-list svg{width:20px;height:20px;flex:none;margin-top:2px;color:var(--green-600)}.quote-card{position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,var(--blue-700),var(--blue-900));color:#fff;padding:clamp(28px,4vw,48px)}.quote-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.12;mix-blend-mode:luminosity;pointer-events:none}.quote-card>*{position:relative}.quote-card__icon{width:44px;height:44px;color:var(--green-300)}.quote-card__quote{font-family:var(--font-display);font-size:clamp(1.35rem,2.4vw,1.8rem);font-weight:500;line-height:1.35;margin:22px 0 0}.quote-card__text{color:var(--blue-100);margin-top:16px;margin-bottom:0}.quote-card__stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px;padding-top:24px;border-top:1px solid rgba(255,255,255,.15);text-align:center}.quote-card__stat-num{font-family:var(--font-display);font-size:1.8rem;font-weight:600;color:var(--green-300);margin:0}.quote-card__stat-label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--blue-200);margin:4px 0 0}.figure-frame{position:relative;max-width:380px;margin-inline:auto}.figure-frame:before{content:"";position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;border-radius:32px;background:var(--green-100)}.figure-frame img{position:relative;width:100%;border-radius:24px;box-shadow:var(--shadow-card);display:block}.figure-frame figcaption{position:relative;text-align:center;font-size:13.5px;color:var(--muted);margin-top:14px}.blockquote{border-left:4px solid var(--green-500);padding-left:20px;margin:22px 0 0;font-size:1.2rem;line-height:1.55;color:#0b2540e6}.timeline{list-style:none;margin:44px auto 0;padding:0;max-width:720px}.timeline li{position:relative;display:flex;gap:22px;padding-bottom:36px}.timeline li:last-child{padding-bottom:0}.timeline li:not(:last-child):before{content:"";position:absolute;left:27px;top:56px;bottom:0;width:1px;background:var(--border)}.timeline__year{position:relative;z-index:1;flex:none;width:56px;height:56px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--blue-700);color:#fff;font-family:var(--font-display);font-size:14px;font-weight:600}.timeline h3{margin:6px 0;font-size:1.1rem;font-family:var(--font-body);font-weight:600}.timeline p{color:var(--muted);margin:0}.accordion{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding-inline:24px}.accordion details{border-bottom:1px solid var(--border)}.accordion details:last-child{border-bottom:0}.accordion summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0;font-weight:600;font-size:1rem;color:var(--blue-900);cursor:pointer;list-style:none}.accordion summary::-webkit-details-marker{display:none}.accordion summary svg{width:18px;height:18px;flex:none;color:var(--green-600);transition:transform .2s ease}.accordion details[open] summary svg{transform:rotate(180deg)}.accordion details .accordion__body{padding:0 0 18px;color:var(--muted)}.accordion details .accordion__body p{margin-bottom:.6rem}.accordion details .accordion__body p:last-child{margin-bottom:0}.cta-banner{position:relative;overflow:hidden;border-radius:26px;background:var(--blue-700);color:#fff;text-align:center;padding:clamp(40px,6vw,64px) clamp(22px,4vw,48px)}.cta-banner__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.14;mix-blend-mode:luminosity;pointer-events:none}.cta-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(0,68,148,.4),transparent 45%,rgba(6,54,114,.5));pointer-events:none}.cta-banner__glow{position:absolute;width:260px;height:260px;border-radius:50%;background:#3d882338;filter:blur(70px);top:-80px;right:-80px;pointer-events:none}.cta-banner>.cta-banner__inner{position:relative}.cta-banner h2{color:#fff;max-width:640px;margin-inline:auto}.cta-banner p{color:var(--blue-100);font-size:1.1rem;max-width:560px;margin:14px auto 0}.cta-banner__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:30px}.page-band{position:relative;height:140px;overflow:hidden}@media(min-width:768px){.page-band{height:190px}}.page-band img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.page-band:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,var(--bg) 10%,rgba(252,253,251,.6) 55%,rgba(0,68,148,.2))}.page-band:after{content:"";position:absolute;inset-inline:0;bottom:0;height:60px;background:linear-gradient(to top,var(--bg),transparent)}.product-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.product-card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .3s ease}.product-card:hover{box-shadow:var(--shadow-card)}.product-card__media{aspect-ratio:1;background:linear-gradient(135deg,var(--green-50),#fff,var(--blue-50));position:relative}.product-card__media img{width:100%;height:100%;object-fit:cover}.product-card__media .product-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--green-500)}.product-card__media .product-card__placeholder svg{width:44px;height:44px}.product-card__media .product-card__placeholder span{font-size:12.5px;color:var(--muted)}.product-card__body{padding:20px;display:flex;flex-direction:column;flex:1}.product-card__vendor{font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green-600)}.product-card__title{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--blue-900);margin:8px 0 6px}.product-card__text{font-size:.9rem;color:var(--muted);flex:1}.product-card__price{margin-top:14px;font-size:1.1rem;font-weight:700;color:var(--blue-900)}.product-card__price s{color:var(--muted);font-weight:400;margin-right:8px}.product-card__badges{position:absolute;top:12px;left:12px;display:flex;gap:6px;z-index:2}.badge{display:inline-flex;align-items:center;gap:5px;padding:4px 11px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--green-50);color:var(--green-700)}.badge--solid{background:var(--green-600);color:#fff}.badge--blue{background:var(--blue-50);color:var(--blue-700)}.badge svg{width:13px;height:13px}.product-main{display:grid;gap:44px}@media(min-width:1000px){.product-main{grid-template-columns:2fr 3fr}}.product-main__media{border:1px solid var(--border);border-radius:24px;overflow:hidden;background:linear-gradient(135deg,var(--green-50),#fff,var(--blue-50));aspect-ratio:1}.product-main__media img{width:100%;height:100%;object-fit:cover}.product-main__price{font-size:1.6rem;font-weight:700;color:var(--blue-900);margin:14px 0 4px}.product-main__price s{font-size:1.1rem;color:var(--muted);font-weight:400;margin-right:10px}.product-main__tax{font-size:12.5px;color:var(--muted)}.product-form{margin-top:22px;display:grid;gap:16px}.product-form label{font-weight:600;font-size:14px;display:block;margin-bottom:6px}.product-form select,.product-form input[type=number]{width:100%;padding:11px 14px;border:1px solid var(--input);border-radius:10px;background:#fff;font-family:var(--font-body);font-size:15px;color:var(--text)}.product-form input[type=number]{max-width:120px}.facts-table{margin-top:30px;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.facts-table table{width:100%;border-collapse:collapse;font-size:14.5px}.facts-table th,.facts-table td{padding:13px 20px;text-align:left;vertical-align:top}.facts-table th{width:42%;font-weight:600;color:var(--blue-900)}.facts-table tr:nth-child(odd){background:var(--card)}.facts-table tr:nth-child(2n){background:#0b254008}.cert-box{margin-top:24px;background:var(--green-50);border-radius:var(--radius);padding:20px}.cert-box__head{display:flex;align-items:center;gap:10px;font-weight:600;color:var(--green-800);margin:0}.cert-box__head svg{width:20px;height:20px}.cert-box ul{margin:12px 0 0;padding:0;list-style:none;display:grid;gap:8px;font-size:14px;color:var(--green-900)}.cert-box li{display:flex;gap:8px;align-items:flex-start}.cert-box li svg{width:16px;height:16px;flex:none;margin-top:3px}.nem-note{margin-top:24px;background:#0b25400d;border-radius:12px;padding:14px 18px;font-size:12.5px;line-height:1.6;color:var(--muted)}.shop-notice{display:flex;gap:16px;align-items:flex-start;background:var(--blue-50);border:1px solid var(--blue-100);border-radius:var(--radius);padding:clamp(20px,3vw,28px)}.shop-notice__icon{flex:none;padding:11px;border-radius:12px;background:var(--blue-700);color:#fff}.shop-notice__icon svg{width:22px;height:22px}.shop-notice h3{margin:0 0 6px;font-size:1.1rem;font-family:var(--font-body);font-weight:600}.shop-notice p{font-size:14px;color:#0b2540cc;margin:0}.shop-notice__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.form-grid{display:grid;gap:18px}@media(min-width:640px){.form-grid--2{grid-template-columns:1fr 1fr}}.field label{display:block;font-size:14px;font-weight:600;margin-bottom:7px}.field label .req{color:var(--destructive)}.field input,.field textarea,.field select{width:100%;padding:12px 14px;border:1px solid var(--input);border-radius:10px;background:#fff;font-family:var(--font-body);font-size:15px;color:var(--text);transition:border-color .15s ease}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--blue-700);outline:3px solid rgba(0,68,148,.18)}.field textarea{min-height:140px;resize:vertical}.checkbox-field{display:flex;gap:12px;align-items:flex-start}.checkbox-field input{width:18px;height:18px;margin-top:3px;accent-color:var(--blue-700)}.checkbox-field label{font-size:14px;line-height:1.55;color:#0b2540e6}.form-success{background:var(--green-50);border:1px solid var(--green-100);border-radius:12px;padding:16px 20px;color:var(--green-800);font-weight:500}.form-error{background:#fef3f2;border:1px solid #FECDC9;border-radius:12px;padding:16px 20px;color:var(--destructive)}.form-error ul{margin:8px 0 0;padding-left:20px}.article-card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:box-shadow .3s ease;height:100%}.article-card:hover{box-shadow:var(--shadow-card)}.article-card__media{aspect-ratio:16/9;background:linear-gradient(135deg,var(--green-50),var(--blue-50));display:flex;align-items:center;justify-content:center;color:var(--green-500)}.article-card__media svg{width:40px;height:40px}.article-card__media img{width:100%;height:100%;object-fit:cover}.article-card__body{padding:24px;display:flex;flex-direction:column;flex:1}.article-card__cat{font-size:11.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--green-600)}.article-card__title{margin:10px 0 8px;font-size:1.15rem;line-height:1.35}.article-card__title a{color:var(--blue-900);text-decoration:none}.article-card__title a:hover{text-decoration:underline}.article-card__excerpt{font-size:.9rem;color:var(--muted);flex:1}.article-card__meta{margin-top:18px;padding-top:14px;border-top:1px solid var(--border);font-size:12.5px;color:var(--muted);display:flex;justify-content:space-between;gap:10px}.article-card__more{display:inline-flex;align-items:center;gap:5px;font-weight:600;color:var(--blue-700);text-decoration:none}.article-card__more svg{width:15px;height:15px}.article-meta{display:flex;flex-wrap:wrap;gap:18px;margin-top:18px;font-size:14px;color:var(--muted)}.article-meta span{display:inline-flex;align-items:center;gap:7px}.article-meta svg{width:16px;height:16px}.prose{color:#0b2540e6;font-size:1.02rem;line-height:1.75}.prose h2{margin-top:2.2em}.prose h3{margin-top:1.8em}.prose p{margin-bottom:1.1em}.prose ul,.prose ol{margin:0 0 1.2em;padding-left:1.4em}.prose li{margin-bottom:.45em}.prose a{color:var(--blue-700);text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--blue-200)}.prose a:hover{text-decoration-color:var(--blue-400)}.prose blockquote{margin:1.6em 0;padding:16px 22px;border-left:4px solid var(--green-500);border-radius:0 14px 14px 0;background:var(--green-50);color:var(--green-900)}.prose table{width:100%;border-collapse:collapse;margin:1.4em 0;font-size:.95rem}.prose th,.prose td{border:1px solid var(--border);padding:10px 14px;text-align:left}.prose th{background:var(--blue-50)}.prose img{border-radius:var(--radius)}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);padding:0 12px 14px;border-bottom:1px solid var(--border)}.cart-table td{padding:18px 12px;border-bottom:1px solid var(--border);vertical-align:middle}.cart-item{display:flex;gap:16px;align-items:center}.cart-item__img{width:76px;height:76px;border-radius:12px;object-fit:cover;background:var(--green-50);flex:none}.cart-item__title{font-weight:600;color:var(--blue-900);text-decoration:none}.cart-item__title:hover{text-decoration:underline}.cart-item__variant{font-size:13px;color:var(--muted)}.cart-qty{display:inline-flex;align-items:center;border:1px solid var(--input);border-radius:10px;overflow:hidden}.cart-qty input{width:56px;padding:8px;border:0;text-align:center;font-size:15px}.cart-remove{color:var(--muted);text-decoration:underline;font-size:13px;background:none;border:0;cursor:pointer;padding:0}.cart-remove:hover{color:var(--destructive)}.cart-summary{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:26px}.cart-summary__row{display:flex;justify-content:space-between;margin-bottom:12px}.cart-summary__total{font-size:1.25rem;font-weight:700;color:var(--blue-900);border-top:1px solid var(--border);padding-top:16px;margin-top:8px}.cart-empty{text-align:center;padding:60px 20px}@media(max-width:700px){.cart-table thead{display:none}.cart-table tr{display:block;padding:16px 0}.cart-table td{display:block;border:0;padding:6px 0}.cart-table tr{border-bottom:1px solid var(--border)}}.pagination{display:flex;justify-content:center;gap:8px;margin-top:44px;list-style:none;padding:0}.pagination a,.pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding-inline:12px;border:1px solid var(--border);border-radius:10px;background:var(--card);color:var(--text);text-decoration:none;font-weight:500}.pagination span[aria-current=page]{background:var(--blue-700);border-color:var(--blue-700);color:#fff}.pagination a:hover{border-color:var(--blue-200);background:var(--blue-50)}.site-footer{background:var(--blue-950);color:var(--blue-100);margin-top:auto}.site-footer__grid{display:grid;gap:40px;padding-block:56px}@media(min-width:760px){.site-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1000px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.site-footer__logo{display:inline-block;background:#fffffff2;border-radius:8px;padding:8px}.site-footer__logo img{height:28px;display:block}.site-footer__text{max-width:380px;font-size:14px;line-height:1.7;color:var(--blue-100);margin-top:18px}.site-footer address{font-style:normal;margin-top:22px;display:grid;gap:12px;font-size:14px}.site-footer address p{display:flex;gap:10px;margin:0;align-items:flex-start}.site-footer address svg{width:16px;height:16px;flex:none;margin-top:3px}.site-footer h2{font-family:var(--font-body);font-size:13px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--green-300);margin-bottom:16px}.site-footer nav ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}.site-footer nav a{color:var(--blue-100);font-size:14px;text-decoration:none;text-underline-offset:4px}.site-footer nav a:hover{color:#fff;text-decoration:underline}.site-footer address a{color:var(--blue-100);text-decoration:none}.site-footer address a:hover{color:#fff;text-decoration:underline}.site-footer__email-btn{background:none;border:0;padding:0;cursor:pointer;color:var(--blue-100);font-size:14px;font-family:var(--font-body);display:inline-flex;align-items:center;gap:10px}.site-footer__email-btn:hover{color:#fff;text-decoration:underline}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-block:20px;display:flex;flex-wrap:wrap;justify-content:space-between;gap:10px;font-size:12.5px;color:var(--blue-200)}.cookie-banner{position:fixed;inset-inline:0;bottom:0;z-index:95;background:var(--card);border-top:1px solid var(--border);box-shadow:0 -10px 40px #0b254026;transform:translateY(110%);transition:transform .35s ease}.cookie-banner.is-visible{transform:translateY(0)}.cookie-banner__inner{display:flex;flex-direction:column;gap:16px;padding-block:20px}@media(min-width:860px){.cookie-banner__inner{flex-direction:row;align-items:center;justify-content:space-between}}.cookie-banner p{max-width:700px;font-size:14px;margin:0}.cookie-banner__actions{display:flex;gap:10px;flex:none;flex-wrap:wrap}.breadcrumb-nav{margin-bottom:30px}.empty-state{max-width:520px;margin-inline:auto;text-align:center;border:1px dashed var(--border);border-radius:var(--radius);background:var(--card);padding:40px 28px}.info-note{background:var(--green-50);border-radius:var(--radius);padding:24px;text-align:center}.info-note h3{color:var(--green-800);font-family:var(--font-body);font-size:1.05rem;font-weight:600;margin:0 0 6px}.info-note p{color:var(--green-900);font-size:14px;margin:0 auto;max-width:480px}.filter-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:34px}.filter-pills a,.filter-pills span{padding:9px 18px;border-radius:999px;border:1px solid var(--border);background:var(--card);color:#0b2540cc;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s ease}.filter-pills a:hover{background:#0b25400d}.filter-pills span[aria-current]{background:var(--blue-700);border-color:var(--blue-700);color:#fff}.search-hero{max-width:620px;margin:0 auto 40px}.search-hero form{display:flex;gap:10px}.search-hero input{flex:1}.p-404{text-align:center;padding-block:90px}.p-404__code{font-family:var(--font-display);font-size:84px;font-weight:600;color:var(--green-500);margin:0;line-height:1}.contact-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.contact-card h2,.contact-card h3{display:flex;align-items:center;gap:10px;font-family:var(--font-body);font-size:1.02rem;font-weight:600;margin:0 0 12px}.contact-card h2 svg,.contact-card h3 svg{width:20px;height:20px;color:var(--green-600)}.contact-card ul{list-style:none;margin:0;padding:0;display:grid;gap:12px}.contact-card li{display:flex;align-items:center;gap:9px}.contact-card li svg{width:16px;height:16px;color:var(--muted)}.email-btn{background:none;border:0;padding:0;cursor:pointer;color:var(--blue-700);font-size:inherit;font-family:inherit;text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--blue-200)}.email-btn:hover{text-decoration-color:var(--blue-400)}.main-nav__website{margin-left:8px;padding-left:16px;border-left:1px solid var(--border);color:var(--green-700)!important;font-weight:600!important}.main-nav__website:hover{color:var(--green-800)!important;background:var(--green-50)!important}.btn--navy{background:var(--blue-900);border-color:var(--blue-900);color:#fff!important}.btn--navy:hover{background:var(--blue-800);border-color:var(--blue-800)}.btn--block{display:flex;width:100%;justify-content:center}.announcement-bar{background:var(--blue-950);color:#e8f0f8;font-size:13px;font-weight:500}.announcement-bar__inner{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-block:9px}.announcement-bar__item{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.announcement-bar__item svg{width:15px;height:15px;color:var(--green-300);flex:none}@media(max-width:720px){.announcement-bar__inner{justify-content:center}.announcement-bar__item:not(:first-child){display:none}}.hero-split{background:linear-gradient(180deg,#f6f9fc,#fff);overflow:hidden}.hero-split__inner{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(28px,5vw,64px);align-items:center;padding-block:clamp(40px,6vw,80px)}.hero-split__title{font-family:var(--font-body);font-weight:800;font-size:clamp(2.1rem,4.2vw,3.2rem);line-height:1.12;letter-spacing:-.02em;color:var(--blue-900);margin:14px 0 10px}.hero-split__lead{font-size:clamp(1.05rem,1.6vw,1.25rem);font-weight:700;color:var(--text);margin:0 0 18px}.hero-split__media img{width:100%;height:auto;display:block;filter:drop-shadow(0 24px 34px rgba(11,37,64,.14))}@media(max-width:900px){.hero-split__inner{grid-template-columns:1fr}.hero-split__media{order:-1;max-width:520px;margin-inline:auto}}.check-list{list-style:none;margin:0 0 26px;padding:0;display:grid;gap:10px}.check-list li{display:flex;align-items:center;gap:10px;font-weight:500;color:var(--text)}.check-list li svg{width:19px;height:19px;color:var(--green-500);flex:none;stroke-width:2.6}.trust-bar{background:#fff;border-block:1px solid var(--border)}.trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-block:26px}.trust-bar__item{display:flex;align-items:center;gap:14px}.trust-bar__icon{display:grid;place-items:center;width:52px;height:52px;border-radius:50%;background:var(--green-50);border:1px solid var(--green-100);color:var(--green-600);flex:none}.trust-bar__icon svg{width:24px;height:24px}.trust-bar__title{margin:0;font-weight:700;color:var(--blue-900);font-size:.98rem}.trust-bar__text{margin:2px 0 0;font-size:.85rem;color:var(--muted)}@media(max-width:960px){.trust-bar__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.trust-bar__grid{grid-template-columns:1fr;gap:16px}}.product-card{position:relative}.product-card__media{display:block}.product-card__body{text-align:center;align-items:center}.product-card__title a{color:inherit;text-decoration:none}.product-card__title a:hover{color:var(--blue-700)}.product-card__text{flex:none}.product-card__cta{margin-top:16px}.product-card__cta svg{width:17px;height:17px}.product-card__rating{display:flex;align-items:center;justify-content:center;gap:7px;margin:0 0 4px}.stars{display:inline-flex;gap:2px}.stars__star{display:inline-flex;color:#d8dee6}.stars__star svg{width:15px;height:15px}.stars__star--filled{color:#f59e0b}.product-card__rating-count{font-size:.8rem;color:var(--muted)}.why-split__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(28px,5vw,64px);align-items:center}.why-split__text h2{margin-top:12px}.why-split__lead{color:var(--muted);margin:0 0 20px}.why-split__media img{width:100%;height:auto;display:block;border-radius:var(--radius);box-shadow:var(--shadow-lg)}@media(max-width:900px){.why-split__inner{grid-template-columns:1fr}}.product-main__subtitle{font-size:1.08rem;font-weight:500;color:var(--muted);margin:0 0 14px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map */
