*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;color:#0f1f28;background:#fcfeff}a{color:inherit;text-decoration:none}a:hover{color:#1e4d5f}img{display:block;max-width:100%}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none}:root{--primary: #1e4d5f;--primary-light: #edf6f9;--primary-mid: #4a8fa8;--accent: #f59e0b;--accent-hover: #d97706;--bg: #fcfeff;--bg-tinted: #f5fbfd;--bg-section: #edf6f9;--text: #0f1f28;--text-muted: #5a7a8a;--border: #c8e3ec;--white: #ffffff;--footer-bg: #0f1f28;--radius: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--shadow-sm: 0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 10px 30px rgba(0,0,0,.1)}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.container--narrow{max-width:800px}.container--medium{max-width:1024px}@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}h1,h2,h3,h4,h5,h6{font-family:DM Sans,sans-serif;letter-spacing:.02em;color:#0f1f28}.section-title{font-family:DM Sans,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;line-height:1.15;color:#0f1f28;margin-bottom:.75rem}.section-subtitle{color:#5a7a8a;margin-bottom:2.5rem;line-height:1.6}.eyebrow{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#1e4d5f;margin-bottom:.5rem}.text-center{text-align:center}.text-muted{color:#5a7a8a}.text-primary{color:#1e4d5f}.text-amber{color:#f59e0b}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{animation:marquee 30s linear infinite;display:flex;width:max-content}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up-section{opacity:0;transform:translateY(24px)}.fade-up-section.is-visible{animation:fadeUp .55s cubic-bezier(.23,1,.32,1) forwards}@keyframes ctaPulse{0%,to{box-shadow:0 4px 14px #f59e0b59,0 0 #f59e0b66}50%{box-shadow:0 4px 14px #f59e0b59,0 0 0 8px #f59e0b00}}.cta-pulse{animation:ctaPulse 2.5s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite;margin:0 auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:var(--radius-lg);font-family:DM Sans,sans-serif;font-weight:800;font-size:1rem;line-height:1;transition:background .15s ease,transform .1s ease,opacity .15s ease;cursor:pointer;border:none;text-decoration:none}.btn:active:not(:disabled){transform:scale(.97)}.btn:disabled{opacity:.7;cursor:not-allowed}.btn--primary{background:var(--primary);color:var(--white)}.btn--primary:hover{background:#163d4d}.btn--amber{background:var(--accent);color:var(--white);box-shadow:0 4px 14px #f59e0b59}.btn--amber:hover{background:var(--accent-hover)}.btn--full{width:100%}.btn--flex{flex:1}.btn--lg{padding:1rem 2rem;font-size:1.125rem}.stars{display:inline-flex;gap:2px;align-items:center}.stars svg{flex-shrink:0;fill:#f59e0b;color:#f59e0b}.announcement-bar{background:#1e4d5f;color:#fff;text-align:center;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.announcement-bar__countdown{display:inline-flex;align-items:center;gap:.25rem;font-family:DM Sans,monospace;font-weight:700}.countdown-digit{background:#fff3;border-radius:4px;padding:2px 6px;font-family:DM Sans,monospace;font-weight:800;font-size:1rem;min-width:2rem;text-align:center;line-height:1}.countdown-label{font-size:.75rem;opacity:.85}.site-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #c8e3ec;box-shadow:0 1px 3px #00000012}.site-header__inner{max-width:1280px;margin:0 auto;padding:0 1rem;height:58px;display:flex;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:640px){.site-header__inner{padding:0 1.5rem}}@media(min-width:1024px){.site-header__inner{padding:0 2rem}}.site-header__logo img{height:43px;width:90px;object-fit:contain}.site-header__logo-text{font-family:DM Sans,sans-serif;font-weight:900;font-size:1.375rem;color:#1e4d5f}.site-header__nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.site-header__nav{display:flex}}.site-header__nav-link{font-size:.875rem;font-weight:500;color:#0f1f28cc;transition:color .15s}.site-header__nav-link:hover{color:#1e4d5f}.site-header__actions{display:flex;align-items:center;gap:.75rem}.site-header__cart-btn{position:relative;padding:.5rem;border-radius:var(--radius);transition:background .15s;color:#1e4d5f}.site-header__cart-btn:hover{background:#edf6f9}.site-header__cart-badge{position:absolute;top:-4px;right:-4px;background:#f59e0b;color:#fff;font-size:.6875rem;font-weight:700;width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.site-header__mobile-toggle{display:flex;padding:.5rem;border-radius:var(--radius);transition:background .15s}@media(min-width:768px){.site-header__mobile-toggle{display:none}}.site-header__mobile-toggle:hover{background:#edf6f9}.site-header__mobile-menu{border-top:1px solid #c8e3ec;background:#fff;padding:.75rem 1rem;display:flex;flex-direction:column;gap:0}.site-header__mobile-link{display:block;padding:.625rem 0;font-size:.875rem;font-weight:500;color:#0f1f28cc;border-bottom:1px solid #c8e3ec;transition:color .15s}.site-header__mobile-link:last-child{border-bottom:none}.site-header__mobile-link:hover{color:#1e4d5f}.hero-section{background:#f5fbfd;border-bottom:1px solid #c8e3ec;padding:2rem 0 2.5rem}@media(min-width:1024px){.hero-section{padding:3rem 0}}.hero-section__grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width:1024px){.hero-section__grid{grid-template-columns:1fr 1fr;gap:3rem}}.hero-section__gallery{position:relative}.hero-section__main-wrap{position:relative;overflow:hidden;border-radius:var(--radius-xl);background:#fff;box-shadow:var(--shadow-md);aspect-ratio:1 / 1}.hero-section__main-image{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease}.hero-section__main-image:not(.is-active){display:none}.hero-section__gallery-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffeb;box-shadow:var(--shadow-sm);border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:2}.hero-section__gallery-btn:hover{background:#fff}.hero-section__gallery-btn--prev{left:.75rem}.hero-section__gallery-btn--next{right:.75rem}.hero-section__thumbs{display:flex;gap:.5rem;margin-top:.75rem;justify-content:center}.hero-section__thumb{width:4rem;height:4rem;border-radius:var(--radius);overflow:hidden;border:2px solid transparent;opacity:.6;transition:opacity .15s,border-color .15s;cursor:pointer}.hero-section__thumb:hover{opacity:1}.hero-section__thumb.is-active{border-color:#1e4d5f;opacity:1}.hero-section__thumb img{width:100%;height:100%;object-fit:cover}@media(min-width:1024px){.hero-section__purchase{position:sticky;top:80px}}.hero-section__title{font-family:DM Sans,sans-serif;font-size:clamp(2.25rem,5vw,3rem);font-weight:900;color:#0f1f28;line-height:1.1;margin-bottom:.75rem;letter-spacing:-.01em}.hero-section__rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem}.hero-section__rating-score{font-weight:700;color:#0f1f28}.hero-section__rating-count{color:#5a7a8a}.hero-section__sale-headline{margin-bottom:1rem}.hero-section__sale-headline p:first-child{font-size:1rem;font-weight:700;color:#1e4d5f;line-height:1.4}.hero-section__sale-headline .amber-text{color:#d97706}.hero-section__sale-headline p:last-child{font-size:.75rem;color:#5a7a8a;margin-top:2px}.hero-section__desc{color:#0f1f28cc;font-size:1rem;margin-bottom:1rem;line-height:1.6}.hero-section__bullets{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem}.hero-section__bullet{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#0f1f28cc}.hero-section__bullet-icon{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:var(--radius);background:#edf6f9;display:flex;align-items:center;justify-content:center;margin-top:2px;color:#1e4d5f}.hero-section__bullet strong{color:#1e4d5f;font-weight:700}.pricing-options{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.pricing-option{width:100%;text-align:left;border-radius:var(--radius-xl);border:2px solid #c8e3ec;padding:.875rem 1rem;background:#fff;transition:border-color .15s,background .15s;cursor:pointer}.pricing-option:hover{border-color:#1e4d5f80}.pricing-option--selected{border-color:#1e4d5f;background:#edf6f9}.pricing-option__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.pricing-option__left{display:flex;align-items:flex-start;gap:.625rem;min-width:0;flex:1}.pricing-option__radio{flex-shrink:0;margin-top:3px;width:1.25rem;height:1.25rem;border-radius:50%;border:2px solid #c8e3ec;display:flex;align-items:center;justify-content:center;transition:border-color .15s,background .15s}.pricing-option--selected .pricing-option__radio{border-color:#1e4d5f;background:#1e4d5f}.pricing-option__radio-dot{width:.5rem;height:.5rem;border-radius:50%;background:#fff}.pricing-option__name{font-family:DM Sans,sans-serif;font-weight:700;font-size:.9375rem;color:#0f1f28}.pricing-option__badge{display:inline-block;background:#1e4d5f;color:#fff;font-size:.6875rem;font-weight:600;padding:2px 8px;border-radius:999px;white-space:nowrap;margin-left:.375rem}.pricing-option__sub{font-size:.8125rem;color:#5a7a8a;margin-top:2px}.pricing-option__sale-tag{display:inline-block;margin-top:.5rem;background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius);padding:3px 8px;font-size:.75rem;font-weight:600;color:#92400e}.pricing-option__delivery{font-size:.75rem;color:#5a7a8a;margin-top:4px}.pricing-option__price-col{flex-shrink:0;text-align:right;margin-left:.5rem}.pricing-option__price{font-family:DM Sans,sans-serif;font-weight:900;font-size:1.5rem;color:#1e4d5f;line-height:1}.pricing-option__price--dark{color:#0f1f28}.pricing-option__compare{font-size:.875rem;color:#5a7a8a;text-decoration:line-through;margin-top:2px}.free-gifts{position:relative;background:#fff;border:1px solid #c8e3ec;border-radius:var(--radius-xl);padding:1rem;margin-bottom:1.25rem;overflow:hidden}.free-gifts__title{font-size:.875rem;font-weight:700;color:#0f1f28;text-align:center;margin-bottom:.75rem}.free-gifts__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;text-align:center}.free-gift-item{display:flex;flex-direction:column;align-items:center;gap:4px}.free-gift-item__icon{width:3rem;height:3rem;background:#edf6f9;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.free-gift-item__icon--amber{background:#fffbeb;color:#d97706;font-size:.8125rem;font-weight:700;line-height:1.2}.free-gift-item__label{font-size:.75rem;font-weight:700;color:#1e4d5f}.free-gift-item__label s{color:#5a7a8a;font-weight:400}.free-gift-item__desc{font-size:.6875rem;color:#5a7a8a;line-height:1.3;text-align:center}.free-gifts__lock{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffd1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:var(--radius-xl);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.375rem}.free-gifts__lock-icon{width:2.25rem;height:2.25rem;background:#edf6f9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#5a7a8a}.free-gifts__lock p{font-size:.75rem;font-weight:600;color:#5a7a8a;text-align:center;padding:0 1rem}.atc-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.qty-control{display:flex;align-items:center;border:1px solid #c8e3ec;border-radius:var(--radius-lg);overflow:hidden}.qty-control__btn{padding:.625rem .875rem;font-size:1.125rem;font-weight:700;color:#0f1f28;transition:background .15s;line-height:1}.qty-control__btn:hover{background:#edf6f9}.qty-control__val{padding:.625rem 1rem;font-weight:700;text-align:center;min-width:2.5rem;font-size:1rem}.trust-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;text-align:center}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.6875rem;color:#5a7a8a;line-height:1.3}.trust-badge svg{color:#1e4d5f;flex-shrink:0}@media(max-width:480px){.trust-badges{grid-template-columns:repeat(2,1fr);gap:.75rem}}.benefits-ticker{background:#1e4d5f;color:#fff;padding:.75rem 0;overflow:hidden}.benefits-ticker__track{display:flex;width:max-content;animation:marquee 30s linear infinite}.benefits-ticker__item{margin:0 1.5rem;font-size:.875rem;font-weight:600;white-space:nowrap}.reviews-section{padding:4rem 0;background:#f5fbfd}.reviews-section__header{margin-bottom:2.5rem}.reviews-section__aggregate{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem;font-size:.875rem}.reviews-section__aggregate-score{font-weight:700;color:#0f1f28}.reviews-section__aggregate-count{color:#5a7a8a}.reviews-carousel{position:relative}.reviews-carousel__overflow{overflow:hidden}.reviews-carousel__track{display:flex;transition:transform .5s cubic-bezier(.23,1,.32,1)}.reviews-carousel__page{width:100%;flex-shrink:0;display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:768px){.reviews-carousel__page{grid-template-columns:repeat(3,1fr)}}.review-card{background:#fff;border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-sm);border:1px solid #c8e3ec;display:flex;flex-direction:column}.review-card__photo-placeholder{width:100%;aspect-ratio:16 / 9;background:#edf6f9;border-radius:var(--radius-lg);margin-bottom:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;color:#1e4d5f66}.review-card__photo-placeholder svg{opacity:.5}.review-card__photo-placeholder span{font-size:.75rem;font-weight:500;opacity:.6}.review-card__quote{font-weight:500;line-height:1.65;color:#0f1f28;flex:1;margin:.75rem 0 1rem}.review-card__footer{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #c8e3ec;margin-top:auto}.review-card__avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:#1e4d5f;color:#fff;font-family:DM Sans,sans-serif;font-weight:700;font-size:.875rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.review-card__author{font-family:DM Sans,sans-serif;font-weight:700;font-size:.875rem;color:#0f1f28}.review-card__detail{font-size:.75rem;color:#5a7a8a}.review-card__verified{margin-left:auto;font-size:.75rem;color:#4a8fa8;font-weight:600;display:flex;align-items:center;gap:3px}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fff;box-shadow:var(--shadow-md);border-radius:50%;width:2.5rem;height:2.5rem;display:none;align-items:center;justify-content:center;transition:background .15s;z-index:2}@media(min-width:768px){.carousel-arrow{display:flex}}.carousel-arrow:hover{background:#edf6f9}.carousel-arrow:disabled{opacity:.2;cursor:not-allowed}.carousel-arrow--prev{left:-1.25rem}.carousel-arrow--next{right:-1.25rem}.carousel-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.carousel-dot{width:.625rem;height:.625rem;border-radius:999px;background:#c8e3ec;transition:width .2s,background .2s;cursor:pointer;border:none}.carousel-dot.is-active{background:#1e4d5f;width:1.5rem}.carousel-arrows-mobile{display:flex;justify-content:center;gap:1rem;margin-top:1rem}@media(min-width:768px){.carousel-arrows-mobile{display:none}}.carousel-arrow-mobile{background:#fff;box-shadow:var(--shadow-sm);border:1px solid #c8e3ec;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.carousel-arrow-mobile:disabled{opacity:.2}.problem-section{padding:4rem 0;background:#edf6f9}.problem-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:1024px){.problem-grid{grid-template-columns:repeat(4,1fr)}}.problem-card{background:#fff;border-radius:var(--radius-xl);padding:1.5rem;text-align:center;box-shadow:var(--shadow-sm);border:1px solid #c8e3ec;height:100%}.problem-card__icon{width:4rem;height:4rem;background:#edf6f9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#1e4d5f}.problem-card h3{font-family:DM Sans,sans-serif;font-weight:700;font-size:1rem;color:#0f1f28;margin-bottom:.5rem}.problem-card p{font-size:.875rem;color:#5a7a8a;line-height:1.6}.before-after-section{padding:4rem 0;background:#fff}.before-after-section__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.before-after-section__grid{grid-template-columns:1fr 1fr}}.before-after-section__image-wrap{position:relative;border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 10px 40px #0000001f}.before-after-section__image-wrap img{width:100%;object-fit:cover;display:block}.before-after-section__badge{position:absolute;bottom:1rem;font-size:.75rem;font-weight:700;padding:.375rem .75rem;border-radius:var(--radius)}.before-after-section__badge--before{left:1rem;background:#000000b3;color:#fff}.before-after-section__badge--after{right:1rem;background:#1e4d5f;color:#fff}.before-after-section__copy h2{font-family:DM Sans,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;color:#0f1f28;line-height:1.2;margin-bottom:1rem}.before-after-section__copy h2 span{color:#1e4d5f}.before-after-section__copy p{color:#5a7a8a;line-height:1.7;margin-bottom:1rem}.before-after-section__checklist{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.before-after-section__check-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#0f1f28}.before-after-section__check-dot{flex-shrink:0;width:1.25rem;height:1.25rem;background:#1e4d5f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px;color:#fff}.before-after-section__cta-row{display:flex;align-items:center;gap:1rem}.price-display{display:flex;align-items:baseline;gap:.5rem}.price-display__compare{color:#5a7a8a;text-decoration:line-through;font-size:1.125rem}.price-display__sale{font-family:DM Sans,sans-serif;font-weight:900;font-size:1.875rem;color:#1e4d5f}.before-after-section__note{font-size:.75rem;color:#5a7a8a;margin-top:.5rem}.product-benefits-section{padding:4rem 0;background:#edf6f9}.product-benefits-section__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.product-benefits-section__grid{grid-template-columns:1fr 1fr}}.product-benefits-section__copy h2{font-family:DM Sans,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;color:#0f1f28;line-height:1.2;margin-bottom:1rem}.product-benefits-section__copy>p{color:#5a7a8a;line-height:1.7;margin-bottom:1.5rem}.benefit-cards{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.benefit-card{display:flex;align-items:flex-start;gap:.75rem;background:#fff;border-radius:var(--radius-lg);padding:1rem;box-shadow:var(--shadow-sm);border:1px solid #c8e3ec}.benefit-card__check{flex-shrink:0;width:1.5rem;height:1.5rem;background:#1e4d5f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px;color:#fff}.benefit-card strong{font-weight:600;font-size:.875rem;color:#0f1f28}.benefit-card p{font-size:.875rem;color:#5a7a8a;margin-top:2px}.product-benefits-section__cta-row{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.product-benefits-section__image-wrap{border-radius:var(--radius-xl);overflow:hidden;box-shadow:0 10px 40px #0000001f}.product-benefits-section__image{width:100%;object-fit:cover;display:block}.how-it-works-section{padding:4rem 0;background:#fff}.how-it-works-section .container{max-width:1024px}.steps-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}@media(min-width:768px){.steps-grid{grid-template-columns:repeat(3,1fr)}}.step-card{text-align:center}.step-card__emoji{width:5rem;height:5rem;background:#edf6f9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.875rem}.step-card__number{font-family:DM Sans,sans-serif;font-size:3rem;font-weight:900;color:#1e4d5f2e;line-height:1;margin-bottom:.5rem}.step-card h3{font-family:DM Sans,sans-serif;font-weight:700;font-size:1.25rem;color:#0f1f28;margin-bottom:.5rem}.step-card p{font-size:.875rem;color:#5a7a8a;line-height:1.65}.how-it-works-section__note{text-align:center;font-size:.875rem;color:#5a7a8a;font-style:italic;margin-top:2.5rem}.long-testimonials-section{padding:4rem 0;background:#edf6f9}.long-testimonials-section .container{max-width:896px}.long-test-slide{display:none}.long-test-slide.is-active{display:block}.long-test-card{background:#fff;border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-sm);border:1px solid #c8e3ec;min-height:220px}.long-test-card__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.long-test-card__avatar{width:3rem;height:3rem;background:#edf6f9;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:DM Sans,sans-serif;font-weight:700;font-size:1.125rem;color:#1e4d5f}.long-test-card__author{font-family:DM Sans,sans-serif;font-weight:700;color:#0f1f28}.long-test-card__location{font-size:.875rem;color:#5a7a8a}.long-test-card__verified{font-size:.75rem;color:#4a8fa8;font-weight:600;margin-top:4px}.long-test-card__quote{color:#0f1f28;line-height:1.7;font-style:italic}.long-test-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.long-test-controls__arrow{background:#fff;box-shadow:var(--shadow-sm);border:1px solid #c8e3ec;border-radius:50%;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;transition:background .15s}.long-test-controls__arrow:hover{background:#edf6f9}.long-test-controls__arrow:disabled{opacity:.3}.comparison-section{padding:4rem 0;background:#fff;overflow-x:auto}.comparison-section .container{max-width:1024px}.comparison-table-wrap{overflow-x:auto;border-radius:var(--radius-xl);border:1px solid #c8e3ec;box-shadow:var(--shadow-sm)}.comparison-table{width:100%;font-size:.875rem;border-collapse:collapse}.comparison-table thead tr{background:#edf6f9}.comparison-table th{padding:1rem;text-align:center;font-family:DM Sans,sans-serif;font-weight:700;color:#0f1f28;white-space:nowrap}.comparison-table th:first-child{text-align:left;min-width:12rem}.comparison-table th.pneuma-col{background:#1e4d5f;color:#fff}.comparison-table__row--even{background:#fff}.comparison-table__row--odd{background:#f5fbfd}.comparison-table td{padding:1rem;text-align:center;color:#5a7a8a;font-weight:500}.comparison-table td:first-child{text-align:left;color:#5a7a8a}.comparison-table td.pneuma-col{background:#1e4d5f0d}.check-icon{color:#4a8fa8;font-size:1.125rem;font-weight:700}.cross-icon{color:#f87171;font-size:1.125rem}.comparison-section__footnote{text-align:center;font-size:.75rem;color:#5a7a8a;margin-top:1rem}.ingredients-section{padding:4rem 0;background:#edf6f9}.ingredients-section__top-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}@media(min-width:768px){.ingredients-section__top-grid{grid-template-columns:1fr 1fr}}.ingredients-section__hero-img{width:100%;border-radius:var(--radius-xl);box-shadow:0 8px 24px #0000001a;object-fit:cover;height:16rem}@media(min-width:768px){.ingredients-section__hero-img{height:100%}}.ingredients-list-top{display:flex;flex-direction:column;gap:1rem}.ingredients-list-bottom{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.ingredients-list-bottom{grid-template-columns:repeat(3,1fr)}}.ingredient-card{background:#fff;border-radius:var(--radius-lg);padding:1rem;box-shadow:var(--shadow-sm);border:1px solid #c8e3ec;display:flex;align-items:flex-start;gap:1rem}.ingredient-card__icon{width:3rem;height:3rem;background:#edf6f9;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.ingredient-card__name{font-family:DM Sans,sans-serif;font-weight:700;color:#0f1f28;font-size:.9375rem}.ingredient-card__latin{font-size:.75rem;color:#5a7a8a;font-style:italic;margin-bottom:4px}.ingredient-card__desc{font-size:.8125rem;color:#5a7a8a;line-height:1.6}.ingredients-section__disclaimer{margin-top:2rem;background:#fff;border-radius:var(--radius-lg);padding:1.25rem;border:1px solid #c8e3ec;text-align:center;font-size:.875rem;color:#5a7a8a}.ingredients-section__disclaimer strong{color:#0f1f28}.faq-section{padding:4rem 0;background:#fff}.faq-section__inner{max-width:768px;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid #c8e3ec;border-radius:var(--radius-lg);overflow:hidden}.faq-item__trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem;text-align:left;background:#fff;transition:background .15s;gap:1rem}.faq-item__trigger:hover{background:#f5fbfd}.faq-item__trigger span{font-family:DM Sans,sans-serif;font-weight:600;color:#0f1f28;font-size:.9375rem;line-height:1.4}.faq-item__chevron{flex-shrink:0;color:#5a7a8a;transition:transform .2s ease}.faq-item__trigger[aria-expanded=true] .faq-item__chevron{transform:rotate(180deg)}.faq-item__body{padding:1rem 1.25rem 1.25rem;color:#5a7a8a;font-size:.9375rem;line-height:1.7;border-top:1px solid #c8e3ec}.final-cta-section{padding:4rem 0;background:#1e4d5f;color:#fff}.final-cta-section__inner{text-align:center;max-width:896px;margin:0 auto}.final-cta-section__title{font-family:DM Sans,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:900;color:#fff;margin-bottom:1rem;line-height:1.2}.final-cta-section__sub{color:#fffc;margin-bottom:2rem;max-width:480px;margin-left:auto;margin-right:auto;line-height:1.6}.final-cta-section__box{background:#ffffff1a;border-radius:var(--radius-xl);padding:1.5rem;margin-bottom:2rem;max-width:400px;margin-left:auto;margin-right:auto}.final-cta-section__price-row{display:flex;align-items:baseline;justify-content:center;gap:.75rem;margin-bottom:.25rem}.final-cta-section__price{font-family:DM Sans,sans-serif;font-weight:900;font-size:2.5rem;color:#fff}.final-cta-section__compare{color:#ffffff80;text-decoration:line-through;font-size:1.375rem}.final-cta-section__delivery{color:#ffffffb3;font-size:.875rem;margin-bottom:1.25rem}.final-cta-section__note{color:#fff9;font-size:.75rem;margin-top:.75rem}.final-cta-section__trust{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;font-size:.875rem;color:#fffc}.final-cta-section__trust-item{display:flex;align-items:center;gap:.5rem}@media(max-width:480px){.final-cta-section__trust{flex-direction:column;align-items:center;gap:.75rem}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay.is-open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:28rem;background:#fff;z-index:201;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.23,1,.32,1);box-shadow:-4px 0 24px #0000001f}.cart-drawer.is-open{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #c8e3ec;flex-shrink:0}.cart-drawer__title{display:flex;align-items:center;gap:.5rem;font-family:DM Sans,sans-serif;font-weight:700;font-size:1.125rem;color:#0f1f28}.cart-drawer__title svg{color:#1e4d5f}.cart-drawer__count{background:#1e4d5f;color:#fff;font-size:.6875rem;font-weight:700;width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-drawer__close{padding:.375rem;border-radius:var(--radius);color:#5a7a8a;transition:background .15s,color .15s}.cart-drawer__close:hover{background:#edf6f9;color:#0f1f28}.cart-drawer__body{flex:1;overflow-y:auto}.cart-drawer__loading{display:flex;align-items:center;justify-content:center;height:10rem}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:16rem;padding:1.5rem;text-align:center;gap:.25rem}.cart-drawer__empty-icon{width:4rem;height:4rem;background:#edf6f9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;color:#1e4d5f80}.cart-drawer__empty-title{font-family:DM Sans,sans-serif;font-weight:700;color:#0f1f28;margin-bottom:4px}.cart-drawer__empty-sub{font-size:.875rem;color:#5a7a8a;margin-bottom:1rem}.cart-drawer__continue{font-size:.875rem;padding:.625rem 1.25rem}.cart-drawer__items{display:flex;flex-direction:column;border-top:none}.cart-line{display:flex;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid #c8e3ec}.cart-line__image{width:4rem;height:4rem;border-radius:var(--radius);object-fit:cover;background:#edf6f9;flex-shrink:0}.cart-line__info{flex:1;min-width:0}.cart-line__title{font-family:DM Sans,sans-serif;font-weight:600;font-size:.875rem;color:#0f1f28;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-line__variant{font-size:.75rem;color:#5a7a8a;margin-top:2px}.cart-line__price{font-size:.875rem;font-weight:700;color:#1e4d5f;margin-top:4px}.cart-line__controls{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.cart-line__qty-btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:1px solid #c8e3ec;border-radius:var(--radius);font-size:.875rem;font-weight:700;color:#0f1f28;transition:background .15s}.cart-line__qty-btn:hover{background:#edf6f9}.cart-line__qty{font-weight:700;font-size:.875rem;min-width:1.5rem;text-align:center}.cart-line__remove{display:flex;align-items:center;justify-content:center;padding:.25rem;border-radius:var(--radius);color:#5a7a8a;transition:background .15s,color .15s;margin-left:.25rem}.cart-line__remove:hover{background:#fee2e2;color:#ef4444}.cart-drawer__footer{flex-shrink:0;border-top:1px solid #c8e3ec;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;background:#fff}.cart-drawer__subtotal-row,.cart-drawer__total-row{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.cart-drawer__subtotal-row span:first-child,.cart-drawer__shipping-row span:first-child{color:#5a7a8a}.cart-drawer__subtotal-row span:last-child{font-weight:700;color:#0f1f28}.cart-drawer__shipping-row{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.cart-drawer__shipping-row span:last-child{font-weight:600;color:#1e4d5f}.cart-drawer__total-row{font-family:DM Sans,sans-serif;font-weight:700}.cart-drawer__total-row span:first-child{color:#0f1f28}.cart-drawer__total-row span:last-child{font-size:1.125rem;color:#0f1f28}.cart-drawer__secure-note{display:flex;align-items:center;justify-content:center;gap:.375rem;font-size:.75rem;color:#5a7a8a;text-align:center}.site-footer{background:#0f1f28;color:#ffffffb3;padding:3rem 0}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2.5rem}@media(min-width:768px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr}}.site-footer__logo{height:36px;width:auto;max-width:180px;object-fit:contain;filter:brightness(0) invert(1);margin-bottom:.75rem}.site-footer__logo-text{font-family:DM Sans,sans-serif;font-weight:900;font-size:1.25rem;color:#fff;display:block;margin-bottom:.75rem}.site-footer__tagline{font-size:.875rem;line-height:1.6;color:#fff9}.site-footer__col-title{font-family:DM Sans,sans-serif;font-weight:700;color:#fff;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.75rem}.site-footer__links{display:flex;flex-direction:column;gap:.5rem}.site-footer__links a{font-size:.875rem;color:#ffffffb3;transition:color .15s}.site-footer__links a:hover{color:#fff}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;font-size:.75rem;color:#fff6}@media(min-width:768px){.site-footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.site-footer__disclaimer{max-width:480px;text-align:center}.site-nav{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #c8e3ec;box-shadow:0 1px 3px #00000012}.site-nav__inner{max-width:1280px;margin:0 auto;padding:0 1rem;height:58px;display:flex;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:640px){.site-nav__inner{padding:0 1.5rem}}@media(min-width:1024px){.site-nav__inner{padding:0 2rem}}.site-nav__logo{display:flex;align-items:center}.site-nav__logo img{height:43px;width:90px;object-fit:contain}.site-nav__logo-text{font-family:DM Sans,sans-serif;font-weight:900;font-size:1.375rem;color:#1e4d5f}.site-nav__links{display:none;align-items:center;gap:2rem}@media(min-width:768px){.site-nav__links{display:flex}}.site-nav__link{font-size:.875rem;font-weight:500;color:#0f1f28cc;transition:color .15s}.site-nav__link:hover{color:#1e4d5f}.site-nav__actions{display:flex;align-items:center;gap:.75rem}.site-nav__cart-btn{position:relative;padding:.5rem;border-radius:var(--radius);transition:background .15s;color:#1e4d5f}.site-nav__cart-btn:hover{background:#edf6f9}.cart-count{position:absolute;top:-4px;right:-4px;background:#f59e0b;color:#fff;font-size:.6875rem;font-weight:700;width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.site-nav__mobile-toggle{display:flex;padding:.5rem;border-radius:var(--radius);transition:background .15s;color:#0f1f28}@media(min-width:768px){.site-nav__mobile-toggle{display:none}}.site-nav__mobile-toggle:hover{background:#edf6f9}.mobile-menu{border-top:1px solid #c8e3ec;background:#fff;padding:.75rem 1rem;display:flex;flex-direction:column}.mobile-menu[hidden]{display:none}.mobile-menu__link{display:block;padding:.625rem 0;font-size:.875rem;font-weight:500;color:#0f1f28cc;border-bottom:1px solid #c8e3ec;transition:color .15s}.mobile-menu__link:last-child{border-bottom:none}.mobile-menu__link:hover{color:#1e4d5f}.hero-section__inner{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}@media(min-width:1024px){.hero-section__inner{grid-template-columns:1fr 1fr;gap:3rem}}.hero-section__images{position:relative}.hero-section__main-image-wrap{position:relative;overflow:hidden;border-radius:var(--radius-xl);background:#fff;box-shadow:var(--shadow-md);aspect-ratio:1 / 1}.hero-section__thumbnails{display:flex;gap:.5rem;margin-top:.75rem;justify-content:center;flex-wrap:wrap}.hero-section__sale-text{font-size:1rem;font-weight:700;color:#1e4d5f;line-height:1.4}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffeb;box-shadow:var(--shadow-sm);border-radius:50%;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;transition:background .15s;z-index:2;color:#0f1f28}.gallery-arrow:hover{background:#fff}.gallery-arrow--prev{left:.75rem}.gallery-arrow--next{right:.75rem}.benefit-bullet{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem;color:#0f1f28cc}.benefit-bullet__icon{flex-shrink:0;width:1.75rem;height:1.75rem;border-radius:var(--radius);background:#edf6f9;display:flex;align-items:center;justify-content:center;margin-top:2px;color:#1e4d5f}.benefit-bullet__label{font-weight:700;color:#1e4d5f}.pricing-option__radio--selected{border-color:#1e4d5f;background:#1e4d5f}.pricing-option__name-row{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.before-after-section__image{width:100%;object-fit:cover;display:block}.before-after-section__label{position:absolute;bottom:1rem;font-size:.75rem;font-weight:700;padding:.375rem .75rem;border-radius:var(--radius)}.before-after-section__label--before{left:1rem;background:#000000b3;color:#fff}.before-after-section__label--after{right:1rem;background:#1e4d5f;color:#fff}.comparison-table__feature-col{text-align:left;min-width:12rem;font-family:DM Sans,sans-serif;font-weight:700;color:#0f1f28;padding:1rem;white-space:nowrap}.comparison-table__pneuma-col{background:#1e4d5f;color:#fff;font-family:DM Sans,sans-serif;font-weight:700;text-align:center;padding:1rem;white-space:nowrap}.comparison-table__feature-cell{text-align:left;color:#5a7a8a;font-weight:500;padding:1rem}.comparison-table__pneuma-cell{background:#1e4d5f0d;text-align:center;padding:1rem}.ingredients-section__herbs-image{width:100%;border-radius:var(--radius-xl);box-shadow:0 8px 24px #0000001a;object-fit:cover;height:16rem;display:block}@media(min-width:768px){.ingredients-section__herbs-image{height:100%}}.ingredients-section__first-four{display:flex;flex-direction:column;gap:1rem}.ingredients-section__bottom-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1.5rem}@media(min-width:768px){.ingredients-section__bottom-grid{grid-template-columns:repeat(3,1fr)}}.long-testimonials-carousel{position:relative}.long-test-slide__header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.long-test-slide__avatar{width:3rem;height:3rem;background:#edf6f9;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:DM Sans,sans-serif;font-weight:700;font-size:1.125rem;color:#1e4d5f}.long-test-slide__author{font-family:DM Sans,sans-serif;font-weight:700;color:#0f1f28}.long-test-slide__location{font-size:.875rem;color:#5a7a8a}.long-test-slide__stars-row{display:flex;align-items:center;gap:.5rem;margin-top:4px}.long-test-slide__quote{color:#0f1f28;line-height:1.7;font-style:italic}.carousel-mobile-arrows{display:flex;justify-content:center;gap:1rem;margin-top:1rem}@media(min-width:768px){.carousel-mobile-arrows{display:none}}.carousel-arrow-sm{background:#fff;box-shadow:var(--shadow-sm);border:1px solid #c8e3ec;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;color:#0f1f28}.carousel-arrow-sm:disabled{opacity:.2}.trust-badge--light{color:#fffc}.trust-badge--light svg{color:#fffc}.check-list{display:flex;flex-direction:column;gap:.5rem;margin:1.25rem 0 2rem;list-style:none;padding:0}.check-list li{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;color:#0f1f28}.check-list li:before{content:"";flex-shrink:0;width:1.125rem;height:1.125rem;background:#1e4d5f;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E");background-size:70%;background-repeat:no-repeat;background-position:center;margin-top:2px}.verified-badge{font-size:.75rem;color:#4a8fa8;font-weight:600;display:inline-flex;align-items:center;gap:3px}.announcement-bar__emoji{font-weight:700}.countdown-sep{font-weight:700;margin:0 2px}.countdown-block{display:inline-flex;align-items:center;gap:.25rem}
/*# sourceMappingURL=/cdn/shop/t/3/assets/pneuma.css.map */
