@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--red:#ef3124;--deep:#c62118;--ink:#17191d;--muted:#62666d;--line:#e4e5e7;--wash:#f5f6f7;--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:112px}body{margin:0;font:16px/1.6 Manrope,Arial,sans-serif;color:var(--ink);background:white}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #005fcc;outline-offset:4px}img{display:block;max-width:100%;height:auto}h1,h2,h3,p{margin-top:0}h1,h2,h3{line-height:1.1;letter-spacing:-.04em}h1{font-size:clamp(2.5rem,5.4vw,5rem);font-weight:800}h2{font-size:clamp(2rem,3.4vw,3.2rem);font-weight:800}h3{font-size:1.3rem;letter-spacing:-.025em}p{margin-bottom:1.1em}.wrap{max-width:1360px;margin:auto;padding:0 40px}.topline{background:var(--ink);color:#fff;font-size:.875rem;padding:9px 0}.topline .wrap{display:flex;justify-content:space-between;gap:20px}.topline span:last-child{color:#bfc1c6}.header{position:sticky;top:0;background:rgba(255,255,255,.97);z-index:20;border-bottom:1px solid var(--line)}.headrow{display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:93px}.logo{display:flex;align-items:center;gap:11px;line-height:1;font-size:1.45rem;font-weight:800;letter-spacing:-.05em}.mark{width:44px;height:44px;border-radius:12px;background:var(--red);color:#fff;display:grid;place-items:center;font-size:1.55rem;letter-spacing:-.08em}.logo small{display:block;font-size:.7rem;letter-spacing:.15em;margin-top:7px;color:var(--muted)}.nav{display:flex;gap:25px;align-items:center;font-size:.9rem;font-weight:700}.nav a:hover{color:var(--red)}.contacts{line-height:1.5;text-align:right;white-space:nowrap}.contacts a:first-child{display:block;font-weight:800;font-size:1.1rem}.contacts a:last-child{font-size:.82rem;color:var(--muted)}.btn{display:inline-flex;justify-content:center;align-items:center;gap:14px;padding:16px 24px;border:1px solid transparent;border-radius:12px;background:var(--red);color:#fff;font-weight:800;line-height:1.25;min-height:54px;transition:background .18s,transform .18s}.btn:hover{background:var(--deep);transform:translateY(-1px)}.btn.secondary{background:white;color:var(--ink);border-color:var(--line)}.btn.secondary:hover{border-color:var(--ink)}.btn.dark{background:var(--ink)}.btn.small{font-size:.875rem;padding:12px 18px;min-height:46px}.menu-toggle{display:none}.eyebrow{font-size:.82rem;letter-spacing:.13em;text-transform:uppercase;font-weight:800;color:var(--red);margin-bottom:20px}.hero{padding:48px 0 24px}.hero-layout{display:grid;grid-template-columns:1fr 1.04fr;gap:30px;align-items:stretch}.hero-copy{padding:28px 15px 22px 0}.hero-copy h1{max-width:670px;margin-bottom:22px}.hero-copy h1 span{color:var(--red)}.hero-copy .intro{max-width:500px;font-size:1.1rem;color:var(--muted)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.hero-proof{display:flex;gap:25px;font-size:.875rem;color:var(--muted);margin-top:30px}.hero-proof strong{display:block;color:var(--ink);font-size:1.25rem}.hero-visual{position:relative;border-radius:var(--radius);overflow:hidden;background:#e9eaeb;min-height:520px}.hero-visual>img{height:100%;width:100%;object-fit:cover}.hero-price{position:absolute;bottom:22px;left:22px;right:22px;background:#fff;padding:20px 24px;border-radius:16px;display:flex;align-items:center;justify-content:space-between;gap:20px}.hero-price p{margin:0;font-size:.875rem;color:var(--muted)}.hero-price strong{font-size:1.8rem;letter-spacing:-.04em}.discount-stamp{position:absolute;right:22px;top:22px;border-radius:50%;background:var(--red);color:white;width:110px;height:110px;display:grid;align-content:center;justify-items:center;transform:rotate(8deg);line-height:1.1}.discount-stamp b{font-size:2.1rem}.discount-stamp span{font-size:.75rem;margin-top:4px}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;border-bottom:1px solid var(--line);padding:28px 0 36px}.benefits>div{display:flex;align-items:flex-start;gap:14px}.benefits b{display:block;font-size:.96rem}.benefits p{font-size:.86rem;margin:3px 0 0;color:var(--muted)}.benefit-num{color:var(--red);font-size:.85rem;font-weight:800;line-height:1.8}.section{padding:75px 0}.section.soft{background:var(--wash)}.sectionhead{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:32px}.sectionhead h2{margin:0}.sectionhead p{max-width:390px;color:var(--muted);margin:0}.text-link{color:var(--red);font-weight:800;white-space:nowrap}.category-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.category{grid-column:span 2;display:flex;flex-direction:column;background:var(--wash);border:1px solid transparent;border-radius:20px;overflow:hidden;transition:border-color .2s}.category:nth-child(4),.category:nth-child(5){grid-column:span 3}.category:hover{border-color:var(--red)}.category img{width:100%;height:200px;object-fit:contain;mix-blend-mode:multiply}.category .category-copy{padding:23px 25px}.category .category-copy h3{margin:0 0 10px}.category .category-copy p{margin:0;color:var(--muted);font-size:.875rem}.category-bottom{display:flex;justify-content:space-between;margin-top:20px;font-size:1.05rem;font-weight:800}.round-arrow{width:30px;height:30px;background:white;border-radius:50%;display:grid;place-items:center;color:var(--red)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.product-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}.product-card:hover{box-shadow:0 10px 35px #1219220a}.product-picture{position:relative;background:#f8f8f8;height:225px}.product-picture img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:15px}.badge{display:inline-flex;align-items:center;gap:6px;background:#fff0ee;color:#bf2118;border-radius:6px;padding:5px 9px;font-size:.8rem;font-weight:800}.product-picture>.badge{position:absolute;top:16px;left:16px;z-index:1}.stock{font-size:.8rem;color:#397650;font-weight:700}.product-copy{padding:23px;display:flex;flex-direction:column;flex:1}.product-copy .type{font-size:.76rem;color:var(--muted);margin:10px 0 7px}.product-copy h3{margin:0 0 17px;font-size:1.4rem}.mini-specs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:0 0 22px}.mini-specs div{border-top:1px solid var(--line);padding-top:10px}.mini-specs dt{font-size:.75rem;color:var(--muted);margin-bottom:3px}.mini-specs dd{margin:0;font-size:.88rem;font-weight:700;overflow-wrap:anywhere}.price{margin-top:auto;margin-bottom:20px;line-height:1.4}.price del{font-size:.9rem;color:var(--muted);margin-right:8px}.price strong{display:block;font-size:1.8rem;letter-spacing:-.045em}.price small{font-size:.75rem;color:var(--muted)}.product-actions{display:flex;gap:10px}.product-actions .btn{flex:1}.product-actions>a{padding:13px 9px;align-self:center;font-size:.86rem;text-decoration:underline;text-underline-offset:4px}.saving-band{display:grid;grid-template-columns:1.1fr 1fr;background:var(--red);border-radius:24px;color:white;overflow:hidden}.saving-band>div{padding:45px}.saving-band h2{max-width:600px}.saving-band .calc-example{background:#ce271d;display:flex;flex-direction:column;justify-content:center}.calc-example dl{margin:0}.calc-example dl div{display:flex;justify-content:space-between;border-bottom:1px solid #ffffff40;padding:13px 0;gap:20px}.calc-example dt{color:#ffe2df}.calc-example dd{margin:0;font-weight:800}.calc-example .total{font-size:1.5rem}.saving-band .fine{font-size:.8rem;color:#ffe3df}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.step{border-top:1px solid var(--line);padding-top:22px}.step-number{color:var(--red);font-weight:800;font-size:1.8rem}.step h3{margin:15px 0}.step p{font-size:.94rem;color:var(--muted)}.article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.article-card{border-bottom:1px solid var(--line);padding-bottom:22px}.article-card .art-image{height:185px;overflow:hidden;background:var(--wash);border-radius:15px;margin-bottom:18px}.article-card img{height:100%;width:100%;object-fit:contain;mix-blend-mode:multiply}.article-meta{display:flex;gap:15px;font-size:.76rem;color:var(--muted);margin-bottom:11px}.article-meta span:first-child{color:var(--red);font-weight:700}.article-card h3{font-size:1.25rem;line-height:1.35;margin-bottom:12px}.article-card p{font-size:.88rem;color:var(--muted)}.cta{display:flex;justify-content:space-between;align-items:center;gap:25px;background:var(--ink);color:white;border-radius:22px;padding:38px}.cta h2{font-size:2rem;margin-bottom:12px}.cta p{color:#b6bac1;margin:0;max-width:660px}.footer{background:var(--wash);padding:50px 0 25px;border-top:1px solid var(--line)}.footgrid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px}.footer .logo{margin-bottom:20px}.footer p,.footer a:not(.logo){font-size:.875rem}.footlinks{display:flex;flex-direction:column;gap:10px}.footlinks strong{margin-bottom:8px}.footnote{font-size:.75rem;color:var(--muted);border-top:1px solid var(--line);padding-top:20px;margin-top:32px}.crumbs{display:flex;flex-wrap:wrap;gap:9px;font-size:.8rem;color:var(--muted);padding:25px 0}.crumbs a:hover{color:var(--red)}.pagehead{padding:20px 0 35px;max-width:1000px}.pagehead h1{font-size:clamp(2.3rem,4.4vw,4rem);margin-bottom:20px}.pagehead p{max-width:780px;color:var(--muted);font-size:1.07rem}.category-nav{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px}.category-nav a{font-size:.875rem;padding:10px 15px;border:1px solid var(--line);border-radius:9px}.category-nav a.active{background:var(--ink);color:white;border-color:var(--ink)}.product-layout{display:grid;grid-template-columns:1.12fr 1fr;gap:48px;padding:20px 0 50px}.product-main-image{border-radius:22px;background:var(--wash);padding:30px;display:flex;align-items:center;justify-content:center;min-height:410px}.product-main-image img{max-height:460px;object-fit:contain;mix-blend-mode:multiply}.image-caption{font-size:.75rem;color:var(--muted);margin:12px 0}.product-info h1{font-size:clamp(2rem,3.3vw,3.1rem);margin:18px 0}.product-info>.price{padding:24px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:23px 0}.product-info>.price strong{font-size:2.7rem}.product-info>.btn{width:100%}.product-info .summary{font-size:.98rem;color:var(--muted)}.spec-table{border-collapse:collapse;width:100%;font-size:.93rem}.spec-table th,.spec-table td{padding:14px 17px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;overflow-wrap:anywhere}.spec-table th{font-weight:600;color:var(--muted);width:50%}.spec-table tr:nth-child(odd){background:var(--wash)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:45px}.detail-grid h2{font-size:2rem}.prose{max-width:780px;font-size:1.03rem;line-height:1.85}.prose h2{font-size:1.65rem;line-height:1.25;margin:35px 0 16px}.prose h3{font-size:1.2rem;margin-top:25px}.prose a{color:var(--deep);text-decoration:underline}.prose ul,.prose ol{padding-left:24px}.prose li{margin-bottom:8px}.prose .note{padding:20px;border-left:3px solid var(--red);background:#fff5f4}.prose table{width:100%;border-collapse:collapse;font-size:.86rem;margin:24px 0}.prose th,.prose td{border-bottom:1px solid var(--line);padding:11px;text-align:left;vertical-align:top}.table-wrap{overflow:auto}.article-layout{display:grid;grid-template-columns:minmax(0,780px) 300px;gap:70px;align-items:start}.article-aside{position:sticky;top:120px;background:var(--wash);padding:25px;border-radius:18px}.article-aside img{mix-blend-mode:multiply;height:160px;object-fit:contain;width:100%;margin-bottom:20px}.article-aside p{font-size:.9rem;color:var(--muted)}.article-aside .btn{width:100%}.article-cover{background:var(--wash);border-radius:20px;height:320px;margin:25px 0}.article-cover img{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply;padding:20px}.pagination{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin-top:45px}.pagination a,.pagination span{padding:10px 17px;border:1px solid var(--line);border-radius:8px}.pagination span{background:var(--red);color:white;border-color:var(--red)}dialog{border:0;border-radius:20px;padding:32px;width:min(520px,calc(100% - 24px));max-height:calc(100dvh - 28px);overflow:auto;color:var(--ink);box-shadow:0 20px 80px #0003}dialog::backdrop{background:#14171cb8}dialog h2{font-size:2rem;padding-right:25px}.close-dialog{position:absolute;right:16px;top:12px;border:0;background:var(--wash);border-radius:50%;width:38px;height:38px;font-size:1.5rem}.form-grid{display:grid;gap:14px}label{font-size:.85rem;font-weight:700}input,select,textarea{width:100%;border:1px solid #cfd1d5;border-radius:9px;background:white;color:var(--ink);padding:12px;margin-top:5px;min-height:48px}textarea{min-height:84px;resize:vertical}.form-hint{font-size:.8rem;color:var(--muted);margin:5px 0}.form-error{color:#bf2118}.sticky-mobile{display:none}.empty{padding:30px;background:var(--wash);border-radius:15px}.article-count{color:var(--red)}
@media(min-width:1500px){.hero-visual{min-height:570px}}@media(max-width:1100px){.wrap{padding:0 25px}.nav{gap:16px}.headrow>.btn{display:none}.hero-layout{gap:15px}.hero-copy h1{font-size:3.6rem}.hero-visual{min-height:490px}.product-grid{gap:15px}.product-copy{padding:18px}.article-layout{gap:35px;grid-template-columns:minmax(0,1fr) 260px}.hero-proof{gap:15px}}@media(max-width:800px){.wrap{padding:0 20px}.topline .wrap{justify-content:center}.topline span:last-child{display:none}.headrow{min-height:76px;gap:12px;flex-wrap:wrap}.logo{font-size:1.14rem}.mark{width:36px;height:36px;font-size:1.25rem}.logo small{font-size:.62rem}.contacts a:first-child{font-size:.9rem}.contacts a:last-child{font-size:.73rem}.nav{order:5;display:none;width:100%;flex-direction:column;align-items:stretch;padding:12px 0 22px}.nav.open{display:flex}.menu-toggle{display:block;background:var(--wash);border:0;border-radius:8px;width:38px;height:38px;font-size:1.2rem}.hero{padding-top:20px}.hero-layout{grid-template-columns:1fr}.hero-copy{padding:12px 0}.hero-copy h1{font-size:clamp(2.6rem,8vw,3.9rem);max-width:630px}.hero-copy .intro{font-size:1rem}.hero-visual{min-height:0;height:390px}.hero-price strong{font-size:1.5rem}.hero-price{padding:15px;left:15px;right:15px;bottom:15px}.hero-price p{font-size:.8rem}.discount-stamp{width:85px;height:85px;top:16px;right:16px}.discount-stamp b{font-size:1.65rem}.benefits{grid-template-columns:1fr;gap:18px;padding-top:20px}.section{padding:48px 0}.sectionhead{align-items:start;flex-direction:column;gap:16px}.category-grid{grid-template-columns:repeat(2,1fr)}.category,.category:nth-child(4),.category:nth-child(5){grid-column:span 1}.category:first-child{grid-column:span 2}.category .category-copy{padding:18px}.category img{height:150px}.category:first-child img{height:205px}.category h3{font-size:1.12rem}.category-bottom{font-size:.94rem}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-actions{flex-wrap:wrap}.product-actions .btn{width:100%}.product-picture{height:190px}.saving-band{grid-template-columns:1fr}.saving-band>div{padding:28px}.steps{grid-template-columns:1fr;gap:24px}.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cta{padding:27px;flex-direction:column;align-items:start}.footgrid{grid-template-columns:1fr 1fr}.footgrid>div:first-child{grid-column:span 2}.product-layout{grid-template-columns:1fr;gap:24px}.product-main-image{min-height:280px;padding:20px}.product-main-image img{max-height:350px}.product-info h1{font-size:2.3rem}.detail-grid{grid-template-columns:1fr;gap:30px}.article-layout{grid-template-columns:1fr}.article-aside{position:static;max-width:none}.article-aside img{height:200px}.sticky-mobile{display:flex;align-items:center;justify-content:space-between;gap:15px;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--line);padding:12px 20px calc(12px + env(safe-area-inset-bottom));z-index:18;box-shadow:0 -5px 20px #0001}.sticky-mobile strong{font-size:1.05rem}.has-sticky{padding-bottom:95px}.hero-proof{margin:20px 0 5px}.prose{font-size:1rem}}@media(max-width:480px){.wrap{padding:0 16px}.headrow{gap:8px}.contacts{margin-left:auto}.contacts a:first-child{font-size:.83rem}.contacts a:last-child{font-size:.68rem}.logo small{display:none}.logo{font-size:1rem;gap:7px}.mark{width:32px;height:32px}.menu-toggle{width:32px;height:32px}.hero-actions{flex-direction:column;margin:24px 0}.hero-proof{justify-content:space-between;font-size:.75rem;gap:10px}.hero-proof strong{font-size:1.05rem}.hero-visual{height:315px}.hero-price .btn{padding:10px 13px;font-size:.8rem;min-height:44px}.product-grid{grid-template-columns:1fr}.product-picture{height:235px}.product-copy{padding:22px}.product-actions{flex-wrap:nowrap}.product-actions .btn{width:auto}.article-grid{grid-template-columns:1fr}.article-card .art-image{height:210px}.category .category-copy{padding:15px}.category img{height:125px}.category-bottom{gap:5px;font-size:.8rem}.round-arrow{width:23px;height:23px;flex-shrink:0}.category h3{font-size:1.05rem;line-height:1.25}.category .category-copy p{font-size:.8rem}.category-nav{gap:7px}.category-nav a{font-size:.8rem;padding:9px 11px}.footgrid{grid-template-columns:1fr;gap:28px}.footgrid>div:first-child{grid-column:auto}.article-cover{height:230px}.spec-table th,.spec-table td{padding:12px 9px;font-size:.85rem}dialog{padding:26px 22px}.pagehead h1{font-size:2.2rem}.calc-example .total{font-size:1.2rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
.skip{position:absolute;top:-100px;left:20px;z-index:100;background:white;padding:15px;color:var(--ink)}.skip:focus{top:10px}
