.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Montserrat,sans-serif;font-weight:600;border:2px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn:disabled{opacity:.55;cursor:not-allowed;pointer-events:none;box-shadow:none;transform:none}.btn--sm{padding:10px 20px;font-size:14px;border-radius:12px}.btn--md{padding:14px 28px;font-size:16px;border-radius:12px}.btn--lg{padding:16px 36px;font-size:18px;border-radius:12px}.btn--full{width:100%}.btn--primary{background-color:#0096b8;color:#fff;border-color:#0096b8}.btn--primary:hover{background-color:#007a96;border-color:#007a96;transform:translateY(-1px);box-shadow:0 4px 12px #0096b84d}.btn--primary:active{transform:translateY(0);box-shadow:none}.btn--cta{background-color:#ff7a00;color:#fff;border-color:#ff7a00}.btn--cta:hover{background-color:#e56d00;border-color:#e56d00;transform:translateY(-1px);box-shadow:0 4px 12px #ff7a004d}.btn--cta:active{transform:translateY(0);box-shadow:none}.btn--outline{background-color:transparent;color:#0096b8;border-color:#0096b8}.btn--outline:hover{background-color:#0096b8;color:#fff;transform:translateY(-1px)}.btn--outline:active{transform:translateY(0)}.btn--outline-cta{background-color:transparent;color:#ff7a00;border-color:#ff7a00}.btn--outline-cta:hover{background-color:#ff7a00;color:#fff;transform:translateY(-1px)}.header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #E5E7EB;box-shadow:0 4px 20px #003b5c0f}.header__inner{max-width:1200px;margin:0 auto;padding:0 16px;height:64px;display:flex;align-items:center;justify-content:space-between}.header__logo{text-decoration:none;font-size:22px;font-weight:800;letter-spacing:1px;display:flex;align-items:center}.header__logo-img{height:38px;width:auto;max-width:180px;display:block;-o-object-fit:contain;object-fit:contain}.header__nav{display:flex;align-items:center;gap:28px}.header__link{text-decoration:none;color:#1e1e1e;font-size:15px;font-weight:500;transition:color .2s}.header__link:hover{color:#0096b8}.header__phone{display:flex;align-items:center;gap:6px;text-decoration:none;color:#0096b8;font-weight:600;font-size:15px}.header__phone:hover{color:#007a96}.header__actions{display:flex;align-items:center;gap:16px}.header__cart-btn{position:relative;background:none;border:none;cursor:pointer;color:#003b5c;padding:4px}.header__cart-btn:hover{color:#0096b8}.header__cart-badge{position:absolute;top:-4px;right:-6px;background:#ff7a00;color:#fff;font-size:11px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__burger{display:none;background:none;border:none;cursor:pointer;width:28px;height:28px;position:relative}.header__burger-line,.header__burger-line:before,.header__burger-line:after{display:block;width:22px;height:2px;background:#003b5c;border-radius:2px;transition:all .3s ease;position:absolute;left:3px}.header__burger-line{top:50%;transform:translateY(-50%)}.header__burger-line:before{content:"";top:-7px}.header__burger-line:after{content:"";top:7px}.header__burger-line--open{background:transparent}.header__burger-line--open:before{top:0;transform:rotate(45deg)}.header__burger-line--open:after{top:0;transform:rotate(-45deg)}@media(max-width:768px){.header{position:fixed;width:100%;left:0;right:0;background:transparent;border-bottom:none;box-shadow:none}.header:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:#0023364d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:#fff;opacity:var(--fade-progress, 0);box-shadow:0 4px 20px #003b5c0f;border-bottom:1px solid #E5E7EB}.header__burger{display:block}.header__nav{position:fixed;top:64px;left:0;right:0;background:#fff;flex-direction:column;padding:24px 16px;gap:20px;border-bottom:1px solid #E5E7EB;box-shadow:0 8px 24px #00000014;transform:translateY(-120%);opacity:0;transition:all .3s ease;pointer-events:none}.header__nav--open{transform:translateY(0);opacity:1;pointer-events:all}.header__link,.header__phone{font-size:17px}.header--transparent .header__cart-btn,.header--transparent .header__burger-line,.header--transparent .header__burger-line:before,.header--transparent .header__burger-line:after{color:#fff;background-color:#fff}.header--transparent .header__cart-btn{background:none}}.section-wrapper{width:100%;padding:60px 16px}@media(min-width:1024px){.section-wrapper{padding:100px 24px}}.section-wrapper__inner{max-width:1200px;margin:0 auto}.section-wrapper--white{background-color:#fff}.section-wrapper--light{background-color:#f4fafc}.section-wrapper--dark{background-color:#003b5c;color:#fff}.section-wrapper--dark h2,.section-wrapper--dark h3{color:#fff}.hero{position:relative;background:#002336;padding:0;margin:0;min-height:100svh;height:auto;display:flex;flex-direction:column;overflow:hidden;color:#fff;background:#fff}.hero:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:18vh;min-height:140px;background:linear-gradient(to bottom,#fff0,#fff);z-index:5;pointer-events:none}@media(min-width:769px){.hero{background:linear-gradient(180deg,#fff,#f4fafc);padding:40px 24px 60px;margin-top:0;min-height:auto;height:auto;display:block;color:#1e1e1e}.hero:after{display:none}}@media(min-width:1024px){.hero{padding:60px 24px 100px}}.hero__inner{position:relative;z-index:2;max-width:1200px;margin:0 auto;width:100%;display:flex;flex-direction:column;padding:100px 16px 50px;gap:24px;align-items:center;justify-content:flex-start;flex:1}@media(min-width:769px){.hero__inner{padding:0;gap:40px;justify-content:flex-start}}@media(min-width:1024px){.hero__inner{flex-direction:row;gap:60px;align-items:center}}.hero__content{flex:1;width:100%;max-width:580px;position:relative;z-index:2}.hero__title{font-size:1.625rem;line-height:1.15;color:#fff;margin-bottom:12px;text-shadow:0 2px 8px rgba(0,0,0,.5)}@media(min-width:769px){.hero__title{font-size:1.875rem;color:#003b5c;text-shadow:none;margin-bottom:16px}}.hero__title-accent{color:#4cdbff;text-shadow:0 2px 8px rgba(0,0,0,.5)}@media(min-width:769px){.hero__title-accent{color:#0096b8;text-shadow:none}}.hero__title-sub{display:block;font-size:1rem;font-weight:600;color:#ff7a00;margin-top:6px}@media(min-width:769px){.hero__title-sub{font-size:1.125rem;margin-top:8px}}@media(min-width:1024px){.hero__title-sub{font-size:1.375rem}.hero__title{font-size:clamp(2.5rem,4vw,2rem)}}.hero__subtitle{font-size:.9375rem;line-height:1.5;color:#ffffffe6;margin-bottom:20px}@media(min-width:769px){.hero__subtitle{font-size:1.0625rem;line-height:1.6;color:#4d525c;margin-bottom:28px}}@media(min-width:1024px){.hero__subtitle{font-size:1.125rem}}.hero__benefits{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:24px}@media(min-width:769px){.hero__benefits{gap:14px;margin-bottom:32px}}.hero__benefit{display:flex;align-items:center;gap:10px;font-size:14px;color:#fff;font-weight:500}@media(min-width:769px){.hero__benefit{font-size:15px;color:#1e1e1e;gap:12px}}.hero__benefit-icon{font-size:20px;flex-shrink:0;color:#4cdbff}@media(min-width:769px){.hero__benefit-icon{color:#0096b8}}.hero__cta{display:flex;gap:12px;flex-wrap:wrap}@media(max-width:480px){.hero__cta{flex-direction:column}.hero__cta .btn{width:100%}}.hero__cta-note{font-size:13px;color:#ffffffb3;margin-top:12px;font-weight:400}.hero__cta-note-star{color:#ef4444;font-weight:700;margin-right:2px}@media(min-width:769px){.hero__cta-note{color:#4d525c;margin-top:14px}}.hero__image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;max-width:none;z-index:1}.hero__image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00233666,#002336d9);z-index:1}.hero__image{width:100%;height:100%;border-radius:0;-o-object-fit:cover;object-fit:cover;box-shadow:none}@media(min-width:769px){.hero__image-wrapper{position:relative;inset:auto;width:100%;height:auto;flex:1;max-width:560px;z-index:auto}.hero__image-wrapper:after{display:none}.hero__image{border-radius:16px;box-shadow:0 16px 48px #003b5c26}}.hero__image-badge{display:none}@media(min-width:769px){.hero__image-badge{display:block;position:absolute;bottom:-16px;left:20px;background:#dcfce7;border-radius:16px;padding:16px 28px;box-shadow:0 12px 32px #10b98126;text-align:center;z-index:10;border:1px solid rgba(16,185,129,.2)}}.hero__badge-text{display:block;font-size:14px;font-weight:800;color:#10b981;text-transform:uppercase;letter-spacing:.8px;margin-bottom:2px}.hero__badge-sub{display:block;font-size:18px;font-weight:800;color:#065f46;line-height:1.2}.hero__scroll-indicator{position:absolute;bottom:30px;left:50%;transform:translate(-50%);color:#0096b8;z-index:10;animation:bounce 2s infinite;cursor:pointer}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) translate(-50%)}40%{transform:translateY(-8px) translate(-50%)}60%{transform:translateY(-4px) translate(-50%)}}@media(min-width:769px){.hero__scroll-indicator{display:none}}.problem__title{text-align:center;font-size:1.375rem;margin-bottom:48px;color:#003b5c}.problem__title-divider{color:#0096b8;margin:0 4px}@media(min-width:1024px){.problem__title{font-size:clamp(2rem,3vw,2.25rem)}}.problem__grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:769px){.problem__grid{grid-template-columns:repeat(3,1fr);gap:32px}}.problem-card{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:32px 24px;text-align:center}.problem-card__icon{margin-bottom:20px;display:inline-flex}.problem-card__title{font-size:1.125rem;font-weight:700;color:#003b5c;margin-bottom:12px}.problem-card__text{font-size:.9375rem;line-height:1.6;color:#6b7280}.calculator__title{text-align:center;font-size:1.375rem;color:#003b5c;margin-bottom:8px}.calculator__subtitle{text-align:center;color:#6b7280;font-size:1rem;margin-bottom:40px}@media(min-width:1024px){.calculator__title{font-size:clamp(2rem,3vw,2.25rem)}}.calculator__card{max-width:720px;margin:0 auto;background:#fff;border-radius:16px;padding:24px;box-shadow:0 8px 24px #00000014}@media(min-width:769px){.calculator__card{padding:40px}}.calc-tabs{display:flex;position:relative;background:#e8eef1;border-radius:12px;padding:4px;margin-bottom:28px;box-shadow:inset 0 2px 4px #0000001a,inset 0 0 0 1px #0000000a}.calc-tabs__indicator{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:#0096b8;border-radius:10px;box-shadow:0 2px 8px #0096b84d;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:0}.calc-tabs__btn{flex:1;padding:12px 16px;border:none;border-radius:10px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:color .25s ease;background:transparent;color:#4d525c;box-shadow:none;position:relative;z-index:1}.calc-tabs__btn--active{color:#fff}.calc-tabs__btn:not(.calc-tabs__btn--active):hover{color:#003b5c}.calculator__content{transition:height .35s cubic-bezier(.4,0,.2,1);overflow:hidden;padding:4px;margin:-4px}.calc-shape-section{margin-bottom:24px}@media(min-width:640px){.calc-shape-section{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:0}}.calc-shape-section__label{font-size:13px;font-weight:600;color:#003b5c;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}@media(min-width:640px){.calc-shape-section__label{margin-bottom:0;padding-right:16px}}.calc-shape-toggle{display:flex;position:relative;background:#e8eef1;border-radius:10px;padding:3px;width:100%;box-shadow:inset 0 1px 3px #00000014}@media(min-width:640px){.calc-shape-toggle{max-width:none}}.calc-shape-toggle__indicator{position:absolute;top:3px;left:3px;width:calc(50% - 3px);height:calc(100% - 6px);background:#0096b8;border-radius:8px;box-shadow:0 2px 6px #0096b840;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:0}.calc-shape-toggle__btn{flex:1;padding:10px 12px;border:none;border-radius:8px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:color .25s ease;background:transparent;color:#4d525c;box-shadow:none;position:relative;z-index:1}.calc-shape-toggle__btn--active{color:#fff}.calc-shape-toggle__btn:not(.calc-shape-toggle__btn--active):hover{color:#003b5c}.calc-inputs{display:grid;gap:16px;margin-bottom:28px}.calc-inputs--dimensions,.calc-inputs--circular{grid-template-columns:1fr}@media(min-width:640px){.calc-inputs--dimensions{grid-template-columns:repeat(3,1fr)}.calc-inputs--circular{grid-template-columns:repeat(2,1fr)}}.calc-input-group{display:flex;flex-direction:column;gap:6px}.calc-input-group__label{font-size:13px;font-weight:600;color:#003b5c;text-transform:uppercase;letter-spacing:.5px}.calc-input-group__input{height:48px;border:1px solid #E5E7EB;border-radius:8px;padding:0 16px;font-family:Montserrat,sans-serif;font-size:16px;color:#1e1e1e;outline:none;transition:border-color .2s,box-shadow .2s;width:100%}.calc-input-group__input::-moz-placeholder{color:#9ca3af}.calc-input-group__input::placeholder{color:#9ca3af}.calc-input-group__input:focus{border-color:#0096b8;box-shadow:0 0 0 3px #0096b833}.calc-input-group__input--error{border-color:#ef4444;box-shadow:0 0 0 3px #ef444426}.calc-input-group__error{font-size:12px;color:#ef4444;margin-top:2px}.mode-selector{margin-bottom:28px}.mode-selector__label{font-size:13px;font-weight:600;color:#003b5c;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.mode-selector__options{display:grid;grid-template-columns:1fr;gap:10px}@media(min-width:640px){.mode-selector__options{grid-template-columns:repeat(3,1fr)}}.mode-option{position:relative;border:2px solid #E5E7EB;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s ease;background:#fff}.mode-option:hover{border-color:#0096b8}.mode-option--active{border-color:#0096b8;background:#0096b80a}.mode-option__title{font-size:15px;font-weight:700;color:#003b5c;margin-bottom:4px}.mode-option__desc{font-size:13px;color:#6b7280;line-height:1.4}.mode-option__badge{position:absolute;top:-10px;right:12px;background:#ff7a00;color:#fff;font-size:11px;font-weight:700;padding:3px 10px;border-radius:6px;text-transform:uppercase;letter-spacing:.3px}.calc-result{background:#f4fafc;border-radius:12px;padding:24px;text-align:center;animation:fadeInUp .4s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.calc-result__row{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;margin-bottom:20px}.calc-result__item{text-align:center}.calc-result__value{font-size:2rem;font-weight:800;color:#003b5c}@media(min-width:769px){.calc-result__value{font-size:2.25rem}}.calc-result__label{font-size:14px;color:#6b7280;margin-top:2px}.calc-result__divider{width:60px;height:2px;background:#e5e7eb;margin:0 auto 20px}.calc-result__cta{margin-top:16px}.calc-result__trust{margin-top:12px;font-size:13px;color:#6b7280}.calc-result__trust span{margin:0 8px}.calc-result__scenarios{display:flex;flex-direction:column;gap:16px;margin-top:4px}.calc-result__primary-action{display:flex;flex-direction:column;gap:8px;align-items:center}.calc-result__primary-price{font-size:1.125rem;font-weight:700;color:#003b5c;margin-bottom:4px}.calc-result__primary-benefit{display:inline-block;background:#dcfce7;color:#10b981;font-size:12px;font-weight:700;padding:4px 12px;border-radius:12px;text-transform:uppercase;letter-spacing:.3px}.calc-result__error{color:#ef4444;font-size:14px;text-align:center;margin-bottom:12px}.calc-result__extra{margin-top:4px}.calc-result__or-divider{display:flex;align-items:center;gap:12px;margin:4px 0}.calc-result__or-divider:before,.calc-result__or-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.calc-result__or-divider span{font-size:12px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.calc-upsell{border:1px solid #E5E7EB;border-radius:14px;padding:16px 20px;background:#fff;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s ease,border-color .2s ease}.calc-upsell:hover{box-shadow:0 4px 16px #0000000f}.calc-upsell--highlight{border-color:#ff7a00;border-width:2px;box-shadow:0 4px 20px #ff7a001a;background:#fffbf5}.calc-upsell__info{display:flex;flex-direction:column;gap:2px;text-align:left}.calc-upsell__title{font-size:16px;font-weight:800;color:#003b5c}.calc-upsell__contents{font-size:13px;color:#6b7280}.calc-upsell__pricing{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.calc-upsell__price{font-size:1.25rem;font-weight:800;color:#003b5c;white-space:nowrap}.calc-upsell__benefit{display:inline-block;background:#dcfce7;color:#10b981;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;white-space:nowrap;text-transform:uppercase;letter-spacing:.3px}@media(max-width:480px){.calc-upsell__body{flex-direction:column;align-items:flex-start}.calc-upsell__pricing{width:100%}.calc-upsell{padding:14px 16px}.calc-result__row{gap:16px}.calc-result__scenarios .btn{font-size:14px;white-space:normal;line-height:1.3;padding:12px 16px}.calc-result__extra .btn{font-size:13px}}.comparison__title{text-align:center;font-size:1.375rem;color:#003b5c;margin-bottom:40px}@media(min-width:1024px){.comparison__title{font-size:clamp(2rem,3vw,2.25rem)}}.comparison__table-wrapper{display:none;overflow-x:auto}@media(min-width:769px){.comparison__table-wrapper{display:block}}.comparison__table{width:100%;border-collapse:separate;border-spacing:0;border-radius:12px;overflow:hidden;box-shadow:0 4px 16px #0000000f}.comparison__th{padding:18px 24px;text-align:left;font-size:15px;font-weight:700;background:#003b5c;color:#fff}.comparison__th--chlorine{background:#1a4a6b}.comparison__th--peroxide{background:#0096b8}.comparison__row:nth-child(2n){background:#f9fafb}.comparison__param{padding:16px 24px;font-weight:600;color:#003b5c;font-size:15px}.comparison__svg{flex-shrink:0;margin-right:8px;display:inline-flex;vertical-align:middle}.comparison__svg--pos{color:#10b981}.comparison__svg--neg{color:#ef4444}.comparison__cell{padding:16px 24px;font-size:14px;color:#6b7280;vertical-align:middle}.comparison__cell--pos{color:#1e1e1e}.comparison__mobile-list{display:flex;flex-direction:column}@media(min-width:769px){.comparison__mobile-list{display:none}}.comparison__benefits-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.comparison__benefits-list li{display:flex;align-items:flex-start;gap:12px;font-size:16px;font-weight:600;color:#003b5c;background:#fff;padding:16px;border-radius:12px;box-shadow:0 4px 16px #003b5c0f}.comparison__benefits-list li span{margin-top:0;color:#1f2937;font-weight:500}.howto__title{text-align:center;font-size:1.375rem;color:#003b5c;margin-bottom:8px}.howto__subtitle{text-align:center;color:#6b7280;font-size:1rem;margin-bottom:48px}@media(min-width:1024px){.howto__title{font-size:clamp(2rem,3vw,2.25rem)}}.howto__grid{display:grid;grid-template-columns:1fr;gap:32px;max-width:900px;margin:0 auto}@media(min-width:769px){.howto__grid{grid-template-columns:repeat(3,1fr);gap:40px}}.howto-step{text-align:center;position:relative}.howto-step__icon{margin-bottom:16px;display:inline-flex}.howto-step__num{font-size:14px;font-weight:800;color:#0096b8;margin-bottom:8px;letter-spacing:1px}.howto-step__title{font-size:1.0625rem;font-weight:700;color:#003b5c;margin-bottom:8px}.howto-step__text{font-size:.9375rem;color:#6b7280;line-height:1.6}.howto-step__arrow{display:none}@media(min-width:769px){.howto-step__arrow{display:flex;position:absolute;right:-32px;top:32px;color:#0096b8;opacity:.5}}.product__section-title{text-align:center;font-size:1.375rem;color:#003b5c;margin-bottom:40px}@media(min-width:1024px){.product__section-title{font-size:clamp(2rem,3vw,2.25rem)}}.product__card{display:flex;flex-direction:column;gap:32px;max-width:900px;margin:0 auto;background:#fff;border-radius:16px;padding:24px;box-shadow:0 8px 24px #00000014}@media(min-width:769px){.product__card{flex-direction:row;padding:40px;gap:48px}}.product__image-col{position:relative;flex:1;display:flex;align-items:center;justify-content:center}.product__badge{position:absolute;top:12px;left:12px;background:#ff7a00;color:#fff;font-size:12px;font-weight:700;padding:6px 14px;border-radius:8px;text-transform:uppercase;letter-spacing:.3px;z-index:1}.product__image{width:100%;max-width:320px;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:12px}.product__info-col{flex:1}.product__name{font-size:1.25rem;color:#003b5c;margin-bottom:16px}.product__price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:20px}.product__price{font-size:2rem;font-weight:800;color:#003b5c}.product__stock-badge{font-size:13px;font-weight:600;padding:4px 10px;border-radius:20px;white-space:nowrap;align-self:center}.product__stock-badge--in{color:#059669;background:#dcfce7}.product__stock-badge--out{color:#dc2626;background:#fee2e2}.product__stock-badge--expected{color:#d97706;background:#fef3c7}.product__stock-badge--order{color:#2563eb;background:#dbeafe}.product__old-price{font-size:1.125rem;color:#9ca3af;text-decoration:line-through}.product__features{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:24px;font-size:14px;color:#1e1e1e}.product__features li{color:#374151}.product__quantity{display:flex;align-items:center;gap:0;margin-bottom:16px;border:1px solid #E5E7EB;border-radius:8px;overflow:hidden;width:-moz-fit-content;width:fit-content}.product__qty-btn{width:44px;height:44px;border:none;background:#f4fafc;font-size:20px;font-weight:600;color:#003b5c;cursor:pointer;transition:background .2s}.product__qty-btn:hover{background:#e0f4f9}.product__qty-value{width:56px;text-align:center;font-size:18px;font-weight:700;color:#003b5c}.product__total{font-size:1rem;color:#6b7280;margin-bottom:20px}.product__total strong{color:#003b5c;font-size:1.25rem}.product__trust{margin-top:16px;font-size:13px;color:#6b7280;text-align:center}.bundles__title{text-align:center;font-size:1.375rem;color:#003b5c;margin-bottom:8px}@media(min-width:1024px){.bundles__title{font-size:clamp(2rem,3vw,2.25rem)}}.bundles__subtitle{text-align:center;color:#6b7280;font-size:1rem;margin-bottom:48px;max-width:560px;margin-left:auto;margin-right:auto}.bundles__grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:stretch}@media(min-width:769px){.bundles__grid{grid-template-columns:repeat(3,1fr)}}.bundle-card{position:relative;background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:32px 24px 24px;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.bundle-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px #00000014}.bundle-card--optimal{border-color:#ff7a00;border-width:2px;box-shadow:0 4px 20px #ff7a001f}.bundle-card__tag{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:#ff7a00;color:#fff;font-size:12px;font-weight:700;padding:4px 16px;border-radius:20px;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.bundle-card--maximum .bundle-card__tag{background:#003b5c}.bundle-card__tag--success{background:#10b981}.bundle-card__tier{font-size:1.375rem;font-weight:800;color:#003b5c;margin-bottom:8px;text-align:center}.bundle-card--minimal .bundle-card__tier{color:#0096b8}.bundle-card--optimal .bundle-card__tier{color:#ff7a00}.bundle-card--maximum .bundle-card__tier{color:#003b5c}.bundle-card__desc{font-size:14px;color:#6b7280;text-align:center;line-height:1.5;margin-bottom:24px;min-height:42px}.bundle-card__products{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:24px;flex:1;border-top:1px solid #F3F4F6;padding-top:16px;position:relative;z-index:1}.bundle-card__product{display:flex;justify-content:space-between;align-items:center;gap:8px;font-size:14px}.bundle-card__product-info{display:flex;align-items:center;gap:8px}.bundle-card__product-thumb{width:32px;height:32px;-o-object-fit:contain;object-fit:contain;border-radius:4px;border:1px solid #F3F4F6;background:#fff}.bundle-card__product-name{color:#374151}.bundle-card__product-price{color:#6b7280;font-weight:600;white-space:nowrap}.bundle-card__silhouettes{position:absolute;bottom:40px;right:0;left:0;height:190px;z-index:0;pointer-events:none;display:flex;justify-content:flex-end;align-items:flex-end;border-bottom-left-radius:16px;border-bottom-right-radius:16px;overflow:hidden}.bundle-card__bg-img{display:block;height:100%;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:right bottom;object-position:right bottom;opacity:.25;transform-origin:bottom right;transition:opacity .3s ease,transform .3s ease}.bundle-card:hover .bundle-card__bg-img{opacity:.4;transform:scale(1.03)}@media(max-width:768px){.bundle-card__bg-img{opacity:.2;-o-object-position:center bottom;object-position:center bottom}}.bundle-card__footer{padding-top:20px;margin-top:auto;position:relative;z-index:1}.bundle-card__total{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.bundle-card__total-label{font-size:14px;color:#6b7280;font-weight:600}.bundle-card__benefit-inline{background:#dcfce7;color:#10b981;font-size:11px;font-weight:700;padding:4px 8px;border-radius:20px;white-space:nowrap;text-transform:uppercase;margin-right:auto}.bundle-card__total-price{font-size:1.5rem;font-weight:800;color:#003b5c;white-space:nowrap}.bundles__maintenance-banner{display:flex;align-items:center;gap:12px;background:#fff7ed;border:1px solid #FDBA74;border-radius:12px;padding:16px 24px;margin-bottom:24px;font-size:15px;font-weight:500;color:#9a3412;line-height:1.5}.bundles__maintenance-icon{font-size:24px;flex-shrink:0}.bundle-card__stock-badge{font-size:11px;font-weight:600;padding:3px 8px;border-radius:10px;white-space:nowrap}.bundle-card__stock-badge--in{background:#dcfce7;color:#059669}.bundle-card__stock-badge--out{background:#fee2e2;color:#dc2626}.bundle-card__stock-badge--expected{background:#fef3c7;color:#d97706}.bundle-card__stock-badge--order{background:#dbeafe;color:#2563eb}.reviews__title{text-align:center;font-size:1.375rem;color:#003b5c;margin-bottom:32px}@media(min-width:1024px){.reviews__title{font-size:clamp(2rem,3vw,2.25rem)}}.reviews{position:relative;max-width:100%}.reviews__controls{display:flex;justify-content:flex-end;gap:8px;margin-bottom:16px}.reviews__arrow{width:40px;height:40px;border:1px solid #E5E7EB;border-radius:50%;background:#fff;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#003b5c}.reviews__arrow:hover{background:#0096b8;color:#fff;border-color:#0096b8}.reviews__arrow--disabled{opacity:.3;pointer-events:none}.reviews__slider{display:flex;gap:20px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:16px 0 32px;margin:-16px 0 -32px}.reviews__slider:before,.reviews__slider:after{content:"";flex:0 0 4px}@media(min-width:1024px){.reviews__slider{padding:16px 0 32px;margin:-16px 0 -32px}.reviews__slider:before,.reviews__slider:after{flex:0 0 8px}}.reviews__slider--fade-right{-webkit-mask-image:linear-gradient(to right,#000 0%,#000 85%,transparent 100%);mask-image:linear-gradient(to right,#000 0%,#000 85%,transparent 100%)}.reviews__slider--fade-left{-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 15%,#000 100%);mask-image:linear-gradient(to right,transparent 0%,#000 15%,#000 100%)}.reviews__slider--fade-left.reviews__slider--fade-right{-webkit-mask-image:linear-gradient(to right,transparent 0%,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,#000 8%,#000 92%,transparent 100%)}.reviews__slider::-webkit-scrollbar{display:none}.review-card{flex:0 0 300px;scroll-snap-align:start;background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 16px #0000000f;display:flex;flex-direction:column;gap:16px}@media(min-width:769px){.review-card{flex:0 0 340px}}.review-card__stars{display:flex;gap:2px}.review-card__star{font-size:18px;color:#e5e7eb}.review-card__star--filled{color:#f59e0b}.review-card__text{font-size:14px;line-height:1.6;color:#374151;font-style:italic;flex:1}.review-card__author{display:flex;align-items:center;gap:12px}.review-card__avatar{width:36px;height:36px;border-radius:50%;background:#0096b8;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px}.review-card__name{font-size:14px;font-weight:600;color:#003b5c}.review-card__city{font-size:13px;color:#6b7280}.faq__title{text-align:center;font-size:1.375rem;color:#003b5c;margin-bottom:40px}@media(min-width:1024px){.faq__title{font-size:clamp(2rem,3vw,2.25rem)}}.faq__list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.faq-item{border:1px solid #E5E7EB;border-radius:12px;overflow:hidden;transition:box-shadow .2s;background:#fff}.faq-item--open{box-shadow:0 4px 12px #0000000f}.faq-item__question{display:flex;justify-content:space-between;align-items:center;width:100%;padding:18px 20px;border:none;background:#fff;font-family:Montserrat,sans-serif;font-size:15px;font-weight:600;color:#003b5c;cursor:pointer;text-align:left;gap:16px}.faq-item__question:hover{background:#f9fafb}.faq-item__icon{font-size:22px;font-weight:300;color:#0096b8;flex-shrink:0;transition:transform .3s ease;width:24px;text-align:center}.faq-item__icon--open{transform:rotate(180deg)}.faq-item__answer-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-item__answer-wrapper--open{max-height:300px}.faq-item__answer{padding:0 20px 18px;font-size:14px;line-height:1.7;color:#6b7280}.safety__title{text-align:center;font-size:1.375rem;color:#003b5c;margin-bottom:8px}.safety__subtitle{text-align:center;color:#6b7280;font-size:1rem;margin-bottom:40px}@media(min-width:1024px){.safety__title{font-size:clamp(2rem,3vw,2.25rem)}}.safety__list{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.safety-item{border:1px solid #E5E7EB;border-radius:12px;overflow:hidden;transition:box-shadow .2s;background:#fff}.safety-item--open{box-shadow:0 4px 12px #0000000f}.safety-item--link{text-decoration:none;cursor:pointer}.safety-item--link:hover{box-shadow:0 4px 12px #0000000f;border-color:#0096b8}.safety-item__header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px;min-height:72px;border:none;background:#fff;font-family:Montserrat,sans-serif;font-size:15px;font-weight:600;color:#003b5c;cursor:pointer;text-align:left;gap:16px}.safety-item__header:hover{background:#f9fafb}.safety-item__header--link{padding:20px}.safety-item__header-left{display:flex;align-items:center;gap:12px}.safety-item__icon-left{flex-shrink:0;color:#0096b8;display:flex;align-items:center}.safety-item__toggle{font-size:22px;font-weight:300;color:#0096b8;flex-shrink:0;transition:transform .3s ease;width:24px;text-align:center}.safety-item__toggle--open{transform:rotate(180deg)}.safety-item__external-icon{flex-shrink:0;color:#0096b8;display:flex;align-items:center}.safety-item__content-wrapper{max-height:0;overflow:hidden;transition:max-height .3s ease}.safety-item__content-wrapper--open{max-height:2000px}.safety-item__content{padding:0 20px 24px;display:flex;flex-direction:column;gap:20px}.safety-item__intro{font-size:14px;line-height:1.7;color:#6b7280;padding:12px 16px;background:transparent;border-radius:0;border-left:4px solid #0096B8}.safety-item__section{display:flex;flex-direction:column;gap:8px}.safety-item__section-title{font-size:14px;font-weight:700;color:#003b5c;display:flex;align-items:center;gap:8px}.safety-item__section-icon{display:flex;align-items:center;color:#0096b8;flex-shrink:0}.safety-item__section-icon--warning{color:#f59e0b}.safety-item__section-icon--danger{color:#ef4444}.safety-item__section-icon--note{color:#0096b8}.safety-item__section p{font-size:14px;line-height:1.7;color:#6b7280;margin:0}.safety-item__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.safety-item__list li{font-size:14px;line-height:1.6;color:#6b7280;padding-left:16px;position:relative}.safety-item__list li:before{content:"";position:absolute;left:2px;top:9px;width:5px;height:5px;border-radius:50%;background:#9ca3af}.safety-item__section--warning{background:transparent;padding:14px 16px;border-radius:0;border-left:4px solid #F59E0B}.safety-item__section--warning .safety-item__list li:before{background:#f59e0b}.safety-item__section--danger{background:transparent;padding:14px 16px;border-radius:0;border-left:4px solid #EF4444}.safety-item__section--danger .safety-item__list li:before{background:#ef4444}.safety-item__section--note{background:transparent;padding:14px 16px;border-radius:0;border-left:4px solid #0096B8}@media(max-width:480px){.safety-item__header{padding:16px;font-size:14px}.safety-item__content{padding:0 16px 20px;gap:16px}}.legal-modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#003b5c80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;padding:20px;z-index:2000;opacity:0;visibility:hidden;transition:all .3s ease}.legal-modal__overlay--open{opacity:1;visibility:visible}.legal-modal__container{background:#fff;border-radius:16px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;transform:translateY(20px);transition:all .3s ease;box-shadow:0 10px 40px #00000026}.legal-modal__overlay--open .legal-modal__container{transform:translateY(0)}.legal-modal__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #E5E7EB}.legal-modal__title{font-size:1.25rem;font-weight:800;color:#003b5c;margin:0}.legal-modal__close{background:transparent;border:none;color:#9ca3af;font-size:24px;line-height:1;cursor:pointer;transition:color .2s,background .2s;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:8px}.legal-modal__close:hover{color:#ef4444;background:#fee2e2}.legal-modal__body{padding:24px;overflow-y:auto;overflow-x:hidden;flex:1;font-size:14px;line-height:1.6;color:#4b5563;word-break:break-word;overflow-wrap:break-word}.legal-modal__section-title{font-size:15px;font-weight:700;color:#003b5c;margin:20px 0 8px;padding-bottom:4px;border-bottom:1px solid #E5E7EB}.legal-modal__section-title:first-child{margin-top:0}.legal-modal__paragraph{margin:0 0 8px;line-height:1.65}.legal-modal__bullet{margin:2px 0;padding-left:8px;line-height:1.5}.legal-modal__body::-webkit-scrollbar{width:8px}.legal-modal__body::-webkit-scrollbar-track{background:#f3f4f6;border-radius:8px}.legal-modal__body::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:8px}.legal-modal__body::-webkit-scrollbar-thumb:hover{background:#9ca3af}.legal-modal__footer{padding:16px 24px;border-top:1px solid #E5E7EB;display:flex;justify-content:center}.legal-modal__footer-btn{width:100%;padding:12px 32px;background:#0096b8;color:#fff;border:none;border-radius:8px;font-family:Montserrat,sans-serif;font-weight:600;font-size:15px;cursor:pointer;transition:background .2s}.legal-modal__footer-btn:hover{background:#007a96}@media(max-width:640px){.legal-modal__overlay{padding:12px}.legal-modal__header,.legal-modal__body{padding:16px}.legal-modal__title{font-size:1.125rem}.legal-modal__section-title{font-size:14px;margin:16px 0 6px}}.why-us__title{text-align:center;font-size:1.375rem;color:#003b5c;margin-bottom:40px}@media(min-width:1024px){.why-us__title{font-size:clamp(2rem,3vw,2.25rem)}}.why-us__grid{display:grid;grid-template-columns:1fr;gap:20px}@media(min-width:640px){.why-us__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.why-us__grid{grid-template-columns:repeat(3,1fr);gap:24px}}.why-us__card{background:#fff;border:1px solid #E5E7EB;border-radius:14px;padding:28px 24px;text-align:center}.why-us__icon{color:#0096b8;margin-bottom:14px;display:inline-flex}.why-us__card-title{font-size:15px;font-weight:700;color:#003b5c;margin-bottom:6px}.why-us__card-text{font-size:13px;color:#6b7280;line-height:1.5}.footer{background:#003b5c;color:#fff;padding:48px 16px 160px}@media(min-width:769px){.footer{padding:56px 24px 36px}}@media(min-width:1024px){.footer{padding:56px 24px 36px}}.footer__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:40px}@media(min-width:1024px){.footer__inner{flex-direction:row;align-items:center;gap:60px}}.footer__info{flex:1}.footer__logo{text-decoration:none;font-size:24px;font-weight:800;letter-spacing:1px;display:inline-flex;margin-bottom:24px}.footer__logo-img{height:44px;width:auto;display:block;-o-object-fit:contain;object-fit:contain;filter:brightness(0) invert(1)}.footer__columns{display:flex;gap:48px;flex-wrap:wrap;margin-bottom:24px}.footer__col-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#0096b8;margin-bottom:12px}.footer__list{list-style:none;display:flex;flex-direction:column;gap:10px}.footer__list li{display:flex;align-items:center;gap:8px;font-size:14px;color:#fffc}.footer__list li svg{flex-shrink:0;color:#0096b8}.footer__link{color:#fff;text-decoration:none;font-weight:600;transition:color .2s}.footer__link:hover{color:#0096b8}.footer__legal{font-size:13px;color:#ffffff80;line-height:1.5}.footer__link--ups{text-transform:uppercase;font-size:11px;letter-spacing:.8px;font-weight:600}.footer__bottom{padding-top:20px;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:16px}@media(min-width:640px){.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center}}.footer__copy{font-size:13px;color:#ffffff59}.footer__payment-methods{display:flex;align-items:center;gap:16px;flex-wrap:wrap;opacity:1;background:transparent}.footer__payment-img{width:auto;-o-object-fit:contain;object-fit:contain}.footer__payment-img--visa{filter:brightness(0) invert(1);height:14px}.footer__payment-img--mc{height:24px}.footer__payment-img--liqpay{height:18px;transform:translateY(0)}@media(min-width:640px){.footer__payment-img--visa{height:18px}.footer__payment-img--mc{height:32px}.footer__payment-img--liqpay{height:24px;transform:translateY(1px)}}.footer__cta{flex-shrink:0;text-align:center}@media(min-width:1024px){.footer__cta{text-align:right}}.footer__cta-title{font-size:1.75rem;font-weight:800;color:#fff;line-height:1.2;margin-bottom:10px}@media(min-width:1024px){.footer__cta-title{font-size:2.25rem}}.footer__cta-text{font-size:14px;color:#fff9;line-height:1.5;margin-bottom:20px}.footer__cta-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}@media(min-width:1024px){.footer__cta-buttons{justify-content:flex-end}}@media(max-width:420px){.footer__cta-buttons{flex-direction:column}.footer__cta-buttons .btn{width:100%}}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#003b5c66;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;display:flex;justify-content:flex-end;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-modal{width:100%;max-width:500px;height:100dvh;background:#fff;box-shadow:-8px 0 32px #00000026;display:flex;flex-direction:column;animation:slideInRight .3s ease;overflow-y:auto}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}.cart-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #E5E7EB}.cart-modal__title{font-size:1.125rem;color:#003b5c}.cart-modal__close{background:none;border:none;font-size:20px;cursor:pointer;color:#6b7280;padding:4px}.cart-modal__close:hover{color:#1e1e1e}.cart-modal__empty{padding:48px 24px;text-align:center}.cart-modal__empty p{font-size:16px;font-weight:600;color:#003b5c;margin-bottom:8px}.cart-modal__empty span{font-size:14px;color:#6b7280}.cart-modal__items{flex:1;padding:16px 24px;display:flex;flex-direction:column;gap:12px}.cart-modal__benefit{display:flex;justify-content:space-between;padding:0 24px 16px;color:#10b981;font-size:16px;font-weight:600}.cart-modal__total{display:flex;justify-content:space-between;padding:16px 24px;border-top:1px solid #E5E7EB;font-size:16px;color:#003b5c}.cart-modal__total strong{font-size:20px}.cart-modal__checkout{margin:0 24px 12px;padding:14px;background:#ff7a00;color:#fff;border:none;border-radius:8px;font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;cursor:pointer;transition:background .2s}.cart-modal__checkout:hover{background:#e56d00}.cart-modal__hint{text-align:center;font-size:13px;color:#6b7280;padding:0 24px 12px}.cart-modal__continue{margin:0 24px 16px;padding:12px;background:transparent;color:#0096b8;border:1px solid #0096B8;border-radius:8px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;width:calc(100% - 48px)}.cart-modal__continue:hover{background:#f4fafc;color:#0096b8}.cart-modal__history-toggle{padding:12px 24px;border-top:1px solid #E5E7EB}.cart-modal__history-btn{width:100%;padding:12px;background:transparent;border:1px solid #0096B8;border-radius:8px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#0096b8;cursor:pointer;transition:all .2s}.cart-modal__history-btn:hover{background:#f4fafc;color:#0096b8}.cart-bundle{border:2px solid #0096B8;border-radius:16px;overflow:hidden;transition:border-color .2s}.cart-bundle__header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#f9fafb;border-bottom:1px solid #E5E7EB;gap:8px}.cart-bundle__header-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.cart-bundle__tag{display:inline-flex;align-items:center;padding:3px 8px;border-radius:20px;background-color:#ff7a00;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#fff;white-space:nowrap;flex-shrink:0}.cart-bundle__title{font-size:14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#003b5c}.cart-bundle__remove{background:none;border:none;color:#ef4444;cursor:pointer;font-size:16px;padding:4px;flex-shrink:0;line-height:1;transition:opacity .15s}.cart-bundle__remove:hover{opacity:.7}.cart-bundle__items{display:flex;flex-direction:column}.cart-bundle__items .cart-item{border-radius:0;border-bottom:1px solid #F3F4F6}.cart-bundle__items .cart-item:last-child{border-bottom:none}.cart-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f9fafb;border-radius:8px}.cart-item--locked{opacity:.85}.cart-item--gift .cart-item__name{color:#6b7280}.cart-item__info{flex:1}.cart-item__name{font-size:14px;font-weight:600;color:#003b5c}.cart-item__price{font-size:13px;color:#6b7280}.cart-item__controls{display:flex;align-items:center;gap:8px}.cart-item__qty-btn{width:28px;height:28px;border:1px solid #E5E7EB;border-radius:6px;background:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#003b5c}.cart-item__qty-btn:hover:not(:disabled){background:#f4fafc;color:#0096b8}.cart-item__qty-btn:disabled{background:#f9fafb;color:#d1d5db;border-color:#f3f4f6;cursor:not-allowed}.cart-item__qty{font-weight:700;font-size:15px;color:#003b5c;min-width:24px;text-align:center}.cart-item__qty--static{color:#6b7280;font-weight:600}.cart-item__remove{background:none;border:none;color:#ef4444;cursor:pointer;font-size:18px;padding:4px}.cart-item__remove:disabled{opacity:.25;cursor:not-allowed}.cart-history{padding:0 24px 24px}.cart-history__order{background:#f9fafb;border-radius:8px;padding:16px;margin-bottom:12px}.cart-history__date{font-size:13px;font-weight:600;color:#0096b8;margin-bottom:8px}.cart-history__item{font-size:14px;color:#374151;padding:4px 0}.cart-history__bundle{margin:6px 0;padding-left:10px;border-left:2px solid #0096B8}.cart-history__bundle-title{font-size:13px;font-weight:700;color:#003b5c;margin-bottom:2px}.cart-history__summary-row{display:flex;align-items:center;justify-content:space-between;margin-top:8px;padding-top:8px;border-top:1px solid #E5E7EB;gap:8px}.cart-history__total{font-size:14px;font-weight:800;color:#003b5c;margin:0;padding:0}.cart-history__benefit-tag{background:#dcfce7;color:#10b981;font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;white-space:nowrap;text-transform:uppercase}.cart-history__reorder{width:100%;margin-top:12px;padding:12px;background:transparent;border:1px solid #0096B8;border-radius:8px;color:#0096b8;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.cart-history__reorder:hover{background:#f4fafc;color:#0096b8}.sticky-cart{display:none;position:fixed;bottom:0;left:0;right:0;z-index:90;background:#fff;border-top:1px solid #E5E7EB;box-shadow:0 -4px 16px #00000014;padding:12px 16px;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(max-width:750px){.sticky-cart{display:block}}.sticky-cart__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.sticky-cart__info{display:flex;flex-direction:column;gap:2px}.sticky-cart__product{font-size:13px;font-weight:600;color:#003b5c}.sticky-cart__price{font-size:16px;font-weight:800;color:#003b5c}.sticky-cart__btn{background:#ff7a00;color:#fff;border:none;border-radius:8px;padding:12px 32px;font-family:Montserrat,sans-serif;font-size:15px;font-weight:700;cursor:pointer;transition:background .2s;white-space:nowrap}.sticky-cart__btn:hover{background:#e56d00}:root{--color-primary: #0096B8;--color-primary-hover: #007A96;--color-white: #ffffff;--color-text: #003B5C;--color-text-light: #5A7E92;--color-border: #DDE8ED;--color-gray-50: #F4FAFC;--radius-md: 12px;--radius-lg: 16px}.checkout-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#003b5c66;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:flex-end;align-items:stretch;z-index:1000}.checkout-modal{background:var(--color-white);width:100%;max-width:500px;display:flex;flex-direction:column;animation:slideInRight .3s cubic-bezier(.16,1,.3,1);box-shadow:-10px 0 40px #0000001a}.checkout-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--color-border)}.checkout-modal__title{font-size:1.25rem;font-weight:700;color:var(--color-text)}.checkout-modal__close{background:none;border:none;font-size:1.25rem;color:var(--color-text-light);cursor:pointer;transition:color .2s ease;padding:.5rem}.checkout-modal__close:hover{color:var(--color-text)}.checkout-modal__content{padding:1.5rem;overflow-y:auto;flex:1}.checkout-modal__summary{background:var(--color-gray-50);border-radius:var(--radius-md);padding:1.25rem;margin-bottom:1.5rem}.checkout-modal__summary-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;font-size:.9rem;margin-bottom:.5rem;color:var(--color-text-light)}.checkout-modal__summary-total{display:flex;justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px dashed var(--color-border);font-weight:700;font-size:1.1rem;color:var(--color-text)}.checkout-form__section{margin-bottom:1.5rem}.checkout-form__section h4{font-size:1rem;font-weight:600;margin-bottom:.75rem;color:var(--color-text)}.checkout-form__row{display:flex;gap:.75rem;margin-bottom:.75rem}.checkout-form__input{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:inherit;font-size:1rem;transition:border-color .2s}.checkout-form__input:focus{outline:none;border-color:var(--color-primary)}.checkout-form__input:disabled{background-color:var(--color-gray-50);cursor:not-allowed}.checkout-form__field{position:relative;margin-bottom:.75rem}.checkout-form__row:last-child,.checkout-form__field:last-child{margin-bottom:0}.checkout-form__loader{position:absolute;right:1rem;top:50%;transform:translateY(-50%);font-size:.75rem;color:var(--color-primary)}.checkout-form__dropdown{position:absolute;top:100%;left:0;width:100%;max-height:200px;overflow-y:auto;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:0 4px 12px #0000001a;z-index:10;margin:0;padding:0;list-style:none}.checkout-form__dropdown li{padding:.75rem 1rem;cursor:pointer;font-size:.9rem;transition:background-color .2s;border-bottom:1px solid var(--color-gray-50)}.checkout-form__dropdown li:last-child{border-bottom:none}.checkout-form__dropdown li:hover{background-color:var(--color-gray-50)}.checkout-form__radio-group{display:flex;flex-direction:column;gap:.75rem}.checkout-form__delivery-fields{margin-top:.75rem}.checkout-form__radio{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all .2s}.checkout-form__radio:has(input:checked){border-color:var(--color-primary);background-color:#0096ff0d}.checkout-form__radio input[type=radio]{accent-color:var(--color-primary);width:1.1rem;height:1.1rem}.checkout-modal__error{background:#fff0f0;color:#d32f2f;padding:.75rem;border-radius:var(--radius-md);margin-bottom:1rem;font-size:.9rem;border:1px solid #ffd0d0}.checkout-form__radio--disabled{opacity:.5;cursor:not-allowed}.checkout-form__radio--disabled input[type=radio]{cursor:not-allowed}.checkout-form__hint{font-size:.85rem;color:#ff7a00;margin-top:.5rem;margin-left:.25rem;font-weight:500}.checkout-form__delivery-info{padding:1rem;background:var(--color-gray-50);border-radius:var(--radius-md);margin-top:.75rem;font-size:.95rem;color:var(--color-text-light);line-height:1.5}.checkout-form__delivery-info strong{color:var(--color-text)}.checkout-form__agreement{margin:24px 0}.checkout-form__checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkout-form__checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkout-form__checkbox-custom{display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0;background-color:#fff;border:2px solid #E5E7EB;border-radius:6px;transition:all .2s ease;margin-top:2px}.checkout-form__checkbox input:checked~.checkout-form__checkbox-custom{background-color:#ff7a00;border-color:#ff7a00}.checkout-form__checkbox-custom svg{opacity:0;transform:scale(.5);transition:all .2s ease}.checkout-form__checkbox input:checked~.checkout-form__checkbox-custom svg{opacity:1;transform:scale(1)}.checkout-form__checkbox-text{font-size:14px;color:#4b5563;line-height:1.4}.checkout-form__checkbox-text a{color:#0096b8;text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.checkout-form__checkbox-text a:hover{color:#007a99}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Montserrat,Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.bottom-4{bottom:1rem}.left-0{left:0}.z-\[999\]{z-index:999}.-my-4{margin-top:-1rem;margin-bottom:-1rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mt-2{margin-top:.5rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.hidden{display:none}.h-32{height:8rem}.h-full{height:100%}.w-32{width:8rem}.w-full{width:100%}.max-w-\[1200px\]{max-width:1200px}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.rounded{border-radius:.25rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-border{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.object-contain{-o-object-fit:contain;object-fit:contain}.p-4{padding:1rem}.px-4{padding-left:1rem;padding-right:1rem}.pt-1{padding-top:.25rem}.text-center{text-align:center}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.leading-relaxed{line-height:1.625}.text-secondary{--tw-text-opacity: 1;color:rgb(0 59 92 / var(--tw-text-opacity, 1))}.text-text-secondary{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip;width:100%}body{font-family:Montserrat,Inter,system-ui,sans-serif;color:#1e1e1e;background-color:#fff;overflow-x:clip;width:100%}h1,h2,h3,h4,h5,h6{font-weight:700;color:#003b5c}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f4fafc}::-webkit-scrollbar-thumb{background:#0096b8;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#007a96}*:focus-visible{outline:2px solid #0096B8;outline-offset:2px}.fade-in-section{opacity:0;transform:translateY(20px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-section.is-visible{opacity:1;transform:translateY(0)}button,a,input,select{transition:all .2s ease}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@media(min-width:640px){.sm\:mx-0{margin-left:0;margin-right:0}.sm\:my-0{margin-top:0;margin-bottom:0}.sm\:h-36{height:9rem}.sm\:w-36{width:9rem}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:p-5{padding:1.25rem}.sm\:text-left{text-align:left}.sm\:shadow-card-hover{--tw-shadow: 0 12px 32px rgba(0, 0, 0, .12);--tw-shadow-colored: 0 12px 32px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}@media(min-width:768px){.md\:bottom-8{bottom:2rem}.md\:mt-0{margin-top:0}.md\:w-auto{width:auto}.md\:flex-row{flex-direction:row}.md\:gap-6{gap:1.5rem}.md\:gap-8{gap:2rem}.md\:p-6{padding:1.5rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:text-base{font-size:1rem;line-height:1.5rem}}
