@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800&family=Open+Sans:wght@400;600;700&display=swap";
:root{--primary:#1a2f4a;--primary-dark:#101e30;--primary-light:#2c4a73;--accent:#3b6ea5;--green:#22c55e;--green-dark:#16a34a;--green-light:#dcfce7;--red:#dc2626;--red-dark:#b91c1c;--yellow:#f59e0b;--text:#1c2430;--text-light:#5b6472;--bg:#fff;--bg-alt:#f4f6f9;--border:#e2e6ec;--white:#fff;--font-title:"Montserrat",sans-serif;--font-body:"Open Sans",sans-serif;--radius:14px;--radius-sm:8px;--shadow:0 8px 30px #101e301f;--shadow-sm:0 2px 10px #101e3014}@layer components{*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;overflow-x:clip}html:has(.carbunker-page){scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;font-size:18px;line-height:1.55}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}h1,h2,h3{font-family:var(--font-title);color:var(--text);font-weight:800;line-height:1.2}.container{max-width:1180px;margin:0 auto;padding:0 20px}.site-header{background:var(--white);border-bottom:1px solid var(--border);padding:14px 0;position:static}.site-header .container{justify-content:space-between;align-items:center;display:flex}.header-brand{align-items:center;gap:10px;display:flex}.header-logo{object-fit:contain;border-radius:8px;width:42px;height:42px}.brand-name{font-family:var(--font-title);letter-spacing:.5px;color:var(--primary);font-size:20px;font-weight:800}.brand-name span{color:var(--accent)}.header-rating{color:var(--text-light);align-items:center;gap:6px;font-size:14px;display:flex}.header-rating .stars{color:var(--yellow);letter-spacing:1px}.fx-ticker{z-index:101;background:var(--red);color:var(--white);white-space:nowrap;padding:9px 0;font-size:14px;font-weight:700;position:sticky;top:0;overflow:hidden}.fx-ticker-track{will-change:transform;animation:22s linear infinite tickerScroll;display:inline-flex}.fx-ticker:hover .fx-ticker-track{animation-play-state:paused}@keyframes tickerScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.fx-ticker-track span{align-items:center;gap:8px;padding:0 28px;display:inline-flex}.trust-strip{background:var(--bg-alt);border-bottom:1px solid var(--border);padding:22px 0}.trust-strip .container{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.trust-badge{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.trust-badge .tb-icon{font-size:26px}.trust-badge strong{color:var(--text);font-size:14.5px}.trust-badge span{color:var(--text-light);font-size:12.5px}.section-hero{background:linear-gradient(180deg,#eef2f7 0%,var(--white)100%);padding:44px 0 30px}.hero-grid{grid-template-columns:1fr 1fr;align-items:start;gap:44px;display:grid}.hero-badge{background:var(--red);color:var(--white);border-radius:30px;align-items:center;gap:8px;margin-bottom:16px;padding:7px 14px;font-size:13.5px;font-weight:700;display:inline-flex}.hero-text h1{margin-bottom:14px;font-size:38px}.hero-text h1 .h1-accent{color:var(--primary);display:block}.subtitle-banner{background:var(--primary);color:var(--white);border-radius:var(--radius-sm);margin-bottom:18px;padding:16px 18px;font-size:16.5px;line-height:1.5}.section-hero-img{border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:18px;overflow:hidden}.section-hero-img img{object-fit:cover;width:100%}.fx-featlist{flex-direction:column;gap:11px;margin-bottom:22px;display:flex}.fx-featlist li{color:var(--text);align-items:flex-start;gap:10px;font-size:16.5px;display:flex}.fx-featlist li:before{content:"";background-color:var(--green);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 10.5l3 3 7-7' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;border-radius:50%;flex-shrink:0;width:20px;height:20px;margin-top:3px}.hero-right{position:relative}.stock-alert{background:var(--red-dark);color:var(--white);z-index:2;border-radius:30px;align-items:center;gap:7px;padding:6px 12px;font-size:13.5px;font-weight:700;display:inline-flex;position:absolute;top:14px;left:14px}.stock-dot{background:#fff;border-radius:50%;width:8px;height:8px;animation:1.4s infinite pulseDot}@keyframes pulseDot{0%,to{opacity:1}50%{opacity:.3}}.hero-unboxing{border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.hero-unboxing img{aspect-ratio:1;object-fit:contain;background:#fff;width:100%}.price-block{background:var(--white);border:2px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-top:16px;padding:18px}.price-row{align-items:baseline;gap:12px;margin-bottom:6px;display:flex}.price-old{color:var(--text-light);font-size:19px;text-decoration:line-through}.price-final{color:var(--primary);font-size:34px;font-weight:800;font-family:var(--font-title)}.price-saving{background:var(--green-light);color:var(--green-dark);border-radius:20px;margin-bottom:12px;padding:4px 10px;font-size:13.5px;font-weight:700;display:inline-block}.price-countdown{color:var(--red);margin-bottom:12px;font-size:13.5px;font-weight:700}.btn-cta{text-align:center;background:var(--green);width:100%;color:var(--white);font-family:var(--font-title);border-radius:var(--radius-sm);padding:17px;font-size:18px;font-weight:800;transition:transform .15s;display:block;box-shadow:0 6px 18px #22c55e59}.btn-cta:hover{transform:translateY(-2px)}.btn-cta-sub{text-align:center;color:var(--text-light);margin-top:8px;font-size:13px;display:block}.section-form{background:var(--bg-alt);padding:40px 0}.fo-header{text-align:center;margin-bottom:22px}.fo-header h2{margin-bottom:8px;font-size:26px}.fo-live-badge{background:var(--green-light);color:var(--green-dark);border-radius:30px;align-items:center;gap:7px;padding:6px 14px;font-size:13.5px;font-weight:700;display:inline-flex}.fo-live-dot{background:var(--green);border-radius:50%;width:8px;height:8px;animation:1.3s infinite pulseDot}.fo-inner{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);grid-template-columns:280px 1fr;max-width:880px;margin:0 auto;display:grid;overflow:hidden}.fo-summary{background:var(--primary);color:var(--white);padding:26px 22px}.fo-summary-img{border-radius:var(--radius-sm);background:#fff;margin-bottom:14px;overflow:hidden}.fo-summary-img img{aspect-ratio:1;object-fit:contain;width:100%}.fo-summary-title{margin-bottom:10px;font-size:17px;font-weight:700}.fo-price-line{align-items:baseline;gap:10px;margin-bottom:8px;display:flex}.fo-old-price{opacity:.7;font-size:15px;text-decoration:line-through}.fo-final-price{font-size:26px;font-weight:800;font-family:var(--font-title)}.fo-ship-note{opacity:.85;margin-top:8px;font-size:13px}.order-form{padding:26px 24px}.form-error-banner{color:var(--red-dark);border-radius:var(--radius-sm);background:#fee2e2;border:1px solid #fecaca;margin-bottom:16px;padding:12px 14px;font-size:14.5px;font-weight:600}.form-field{margin-bottom:16px}.form-field label{color:var(--text);margin-bottom:6px;font-size:14px;font-weight:700;display:block}.form-field input{border:2px solid var(--border);border-radius:var(--radius-sm);width:100%;font-size:16px;font-family:var(--font-body);padding:13px 14px;transition:border-color .15s}.form-field input:focus{border-color:var(--primary);outline:none}.form-field input.input-error{border-color:var(--red)}.field-error{color:var(--red);min-height:16px;margin-top:5px;font-size:13px;display:block}.form-cap-row{grid-template-columns:1fr;gap:0;display:grid}.order-form-submit{margin-top:6px}.fo-secure-note{color:var(--text-light);justify-content:center;align-items:center;gap:6px;margin-top:14px;font-size:13px;display:flex}.fx-statstrip{background:var(--primary);padding:30px 0}.fx-statstrip .container{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.fx-stat{text-align:center;color:var(--white)}.fx-stat .stat-num{font-family:var(--font-title);font-size:32px;font-weight:800;display:block}.fx-stat .stat-label{opacity:.85;font-size:13.5px}.section-why{padding:56px 0}.section-title{text-align:center;margin-bottom:10px;font-size:30px}.section-title .accent{color:var(--primary)}.section-subtitle{text-align:center;color:var(--text-light);max-width:680px;margin-bottom:30px;margin-left:auto;margin-right:auto;font-size:17px}.section-banner{border-radius:var(--radius);box-shadow:var(--shadow-sm);margin-bottom:36px;overflow:hidden}.section-banner img{object-fit:cover;width:100%}.why-grid{grid-template-columns:repeat(3,1fr);gap:22px;display:grid}.why-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);text-align:left;box-shadow:var(--shadow-sm);padding:24px 20px}.why-card .wc-icon{margin-bottom:12px;font-size:30px;display:inline-block}.why-card h3{margin-bottom:8px;font-size:18px}.why-card p{color:var(--text-light);font-size:15px}.section-comparison{background:var(--bg-alt);padding:56px 0}.comp-table-wrapper{background:var(--white);border-radius:var(--radius);max-width:820px;box-shadow:var(--shadow-sm);margin:0 auto;overflow:hidden}.comp-header{background:var(--primary);color:var(--white);grid-template-columns:1.4fr 1fr 1fr;font-size:14.5px;font-weight:700;display:grid}.comp-header div{text-align:center;padding:14px 10px}.comp-header div:first-child{text-align:left;padding-left:18px}.comp-row{border-bottom:1px solid var(--border);grid-template-columns:1.4fr 1fr 1fr;font-size:14.5px;display:grid}.comp-row:last-child{border-bottom:none}.comp-row div{text-align:center;justify-content:center;align-items:center;padding:14px 10px;display:flex}.comp-row div:first-child{text-align:left;justify-content:flex-start;padding-left:18px;font-weight:600}.comp-no{color:var(--red);font-size:18px}.comp-yes{color:var(--green-dark);font-size:18px}.ba-card,.ba-card-wide{border-radius:var(--radius);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.ba-card img,.ba-card-wide img{aspect-ratio:4/3;object-fit:cover;width:100%}.ba-label{color:var(--white);background:linear-gradient(#0000,#101e30d9);padding:30px 16px 14px;font-size:15px;font-weight:700;position:absolute;bottom:0;left:0;right:0}.section-included{background:var(--bg-alt);padding:56px 0}.included-banner{border-radius:var(--radius);box-shadow:var(--shadow-sm);max-width:760px;margin-bottom:30px;margin-left:auto;margin-right:auto;overflow:hidden}.included-banner img{aspect-ratio:16/9;object-fit:cover;width:100%}.included-grid{grid-template-columns:repeat(3,1fr);gap:18px;max-width:880px;margin:0 auto;display:grid}.included-item{background:var(--white);border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);align-items:center;gap:12px;padding:18px;display:flex}.included-item .ii-icon{font-size:26px}.included-item strong{font-size:15px;display:block}.included-item span{color:var(--text-light);font-size:13px}.cta-banner{background:var(--red);text-align:center;padding:34px 0}.cta-banner h2{color:var(--white);margin-bottom:14px;font-size:25px}.cta-banner .btn-cta{background:var(--white);max-width:360px;color:var(--red-dark);margin:0 auto}.section-reviews{padding:56px 0}.reviews-banner{border-radius:var(--radius);box-shadow:var(--shadow-sm);max-width:760px;margin-bottom:30px;margin-left:auto;margin-right:auto;overflow:hidden}.reviews-banner img{aspect-ratio:16/9;object-fit:cover;width:100%}.reviews-meta{justify-content:center;align-items:center;gap:14px;margin-bottom:30px;display:flex}.reviews-meta .rm-score{color:var(--primary);font-size:30px;font-weight:800;font-family:var(--font-title)}.reviews-meta .rm-stars{color:var(--yellow);letter-spacing:1px;font-size:18px}.reviews-meta .rm-count{color:var(--text-light);font-size:14.5px}.reviews-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.review-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:20px}.review-card .rc-stars{color:var(--yellow);letter-spacing:1px;margin-bottom:10px;font-size:14px}.review-card p{color:var(--text);margin-bottom:12px;font-size:15px}.review-card .rc-author{justify-content:space-between;align-items:center;font-size:13.5px;display:flex}.review-card .rc-name{font-weight:700}.review-card .rc-verified{color:var(--green-dark);font-size:12.5px;font-weight:700}.section-faq{background:var(--bg-alt);padding:56px 0}.faq-list{max-width:760px;margin:0 auto}.faq-item{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);margin-bottom:12px;overflow:hidden}.faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;padding:16px 18px;font-size:16px;font-weight:700;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--primary);font-size:22px;font-weight:400}.faq-item[open] summary:after{content:"−"}.faq-item .faq-answer{color:var(--text-light);padding:0 18px 18px;font-size:15px}.site-footer{background:var(--primary-dark);color:#cfd6e0;padding:44px 0 26px}.footer-top{align-items:center;gap:12px;margin-bottom:18px;display:flex}.footer-logo{object-fit:contain;background:#fff;border-radius:8px;width:40px;height:40px;padding:3px}.footer-brand{font-family:var(--font-title);color:var(--white);font-size:19px;font-weight:800}.footer-about{color:#b7c0cd;max-width:700px;margin-bottom:26px;font-size:14px;line-height:1.7}.footer-links{flex-wrap:wrap;gap:18px;margin-bottom:20px;font-size:14px;display:flex}.footer-links a{color:#cfd6e0}.footer-links a:hover{color:var(--white)}.footer-email{margin-bottom:18px;font-size:14px}.footer-disclaimer{color:#8b96a5;border-top:1px solid #2a3c52;padding-top:18px;font-size:12.5px;line-height:1.6}#success-modal{z-index:999;background:#101e3099;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}#success-modal.show{display:flex}.modal-box{background:var(--white);border-radius:var(--radius);text-align:center;max-width:380px;padding:34px 28px}.modal-box .modal-check{margin-bottom:14px;font-size:50px}.modal-box h3{margin-bottom:10px;font-size:22px}.modal-box p{color:var(--text-light);margin-bottom:20px;font-size:15px}.modal-box button{background:var(--primary);color:var(--white);border-radius:var(--radius-sm);padding:12px 24px;font-weight:700}@media (max-width:900px){.hero-grid{grid-template-columns:1fr}.trust-strip .container,.fx-statstrip .container,.why-grid,.reviews-grid,.ba-grid{grid-template-columns:repeat(2,1fr)}.ba-card-wide{grid-column:span 2}.included-grid{grid-template-columns:repeat(2,1fr)}.fo-inner{grid-template-columns:1fr}.fo-summary{flex-wrap:wrap;align-items:center;gap:10px 14px;display:flex}.fo-summary-img{flex-shrink:0;width:64px;margin-bottom:0}.fo-summary-title{flex:1;min-width:0;margin-bottom:0;font-size:15px}.fo-price-line{background:#ffffff24;border-radius:10px;justify-content:center;width:100%;margin-top:4px;padding:10px}.fo-old-price{font-size:16px}.fo-final-price{font-size:32px}.fo-ship-note{text-align:center;width:100%}.comp-header,.comp-row{grid-template-columns:1.3fr 1fr 1fr;font-size:13px}}@media (max-width:600px){body{font-size:17px}.hero-text h1{font-size:28px}.why-grid,.reviews-grid,.ba-grid,.included-grid{grid-template-columns:1fr}.trust-strip .container,.fx-statstrip .container{grid-template-columns:repeat(2,1fr)}.section-title{font-size:24px}.price-final{font-size:28px}}.section-gallery{padding:56px 0}.ba-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.ba-card{border-radius:var(--radius);box-shadow:var(--shadow-sm);background:var(--white);border:1px solid var(--border);overflow:hidden}.ba-card img{aspect-ratio:1;object-fit:contain;background:var(--white);width:100%;display:block}.ba-caption{text-align:center;font-family:var(--font-title);color:var(--text);border-top:1px solid var(--border);padding:16px 14px 18px;font-size:16.5px;font-weight:800;line-height:1.35}html.fx-on .fx-ticker{box-shadow:0 2px 12px #0000002e}.fx-progress{background:var(--green);z-index:200;width:0%;height:3px;transition:width .1s linear;position:fixed;top:0;left:0}html.fx-on .section-hero,html.fx-on .section-why,html.fx-on .section-comparison,html.fx-on .section-gallery,html.fx-on .section-included,html.fx-on .section-reviews,html.fx-on .section-faq,html.fx-on .section-form{padding-top:62px;padding-bottom:62px}html.fx-on .fx-reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(22px)}html.fx-on .fx-reveal.fx-visible{opacity:1;transform:translateY(0)}html.fx-on .fx-stagger>*{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(18px)}html.fx-on .fx-stagger.fx-visible>:first-child{transition-delay:50ms}html.fx-on .fx-stagger.fx-visible>:nth-child(2){transition-delay:.12s}html.fx-on .fx-stagger.fx-visible>:nth-child(3){transition-delay:.19s}html.fx-on .fx-stagger.fx-visible>:nth-child(4){transition-delay:.26s}html.fx-on .fx-stagger.fx-visible>:nth-child(5){transition-delay:.33s}html.fx-on .fx-stagger.fx-visible>:nth-child(6){transition-delay:.4s}html.fx-on .fx-stagger.fx-visible>*{opacity:1;transform:translateY(0)}html.fx-on .section-title{position:relative}html.fx-on .section-title:after{content:"";background:var(--green);border-radius:4px;width:60px;height:4px;margin:10px auto 0;transition:transform .5s;display:block;transform:scaleX(0)}html.fx-on .section-title.fx-visible:after{transform:scaleX(1)}html.fx-on .why-card,html.fx-on .review-card{transition:transform .2s,box-shadow .2s}html.fx-on .why-card:hover,html.fx-on .review-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}html.fx-on .ba-card img,html.fx-on .ba-card-wide img{transition:transform .4s}html.fx-on .ba-card:hover img,html.fx-on .ba-card-wide:hover img{transform:scale(1.06)}html.fx-on .hero-unboxing{animation:4s ease-in-out infinite fxFloat}@keyframes fxFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}html.fx-on .price-final{animation:2.2s ease-in-out infinite fxPulse}@keyframes fxPulse{0%,to{opacity:1}50%{opacity:.75}}html.fx-on .btn-cta{position:relative;overflow:hidden}html.fx-on .btn-cta:before{content:"";background:linear-gradient(120deg,#0000,#ffffff73,#0000);width:50%;height:100%;animation:3.2s ease-in-out infinite fxShine;position:absolute;top:0;left:-75%;transform:skew(-20deg)}@keyframes fxShine{0%{left:-75%}50%,to{left:130%}}html.fx-on .fx-stat .stat-num.counting{animation:none}.fx-sticky-cta{z-index:150;background:var(--white);align-items:center;gap:10px;padding:10px 14px;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -6px 20px #00000026}.fx-sticky-cta.show{display:flex}.fx-sticky-cta .fsc-price{font-family:var(--font-title);color:var(--primary);white-space:nowrap;font-size:17px;font-weight:800}.fx-sticky-cta a{background:var(--green);color:#fff;text-align:center;font-weight:800;font-family:var(--font-title);border-radius:10px;flex:1;padding:13px}@media (min-width:901px){.fx-sticky-cta{display:none!important}}.fx-float-cta{z-index:150;background:var(--green);color:#fff;font-weight:800;font-family:var(--font-title);border-radius:50px;padding:15px 22px;display:none;position:fixed;bottom:26px;right:26px;box-shadow:0 8px 24px #22c55e66}.fx-float-cta.show{display:inline-block}@media (max-width:900px){.fx-float-cta{display:none!important}}@media (max-width:600px){html.fx-on .fx-featlist li{background:var(--bg-alt);border-radius:10px;padding:10px 12px}}@media (prefers-reduced-motion:reduce){html.fx-on *{transition:none!important;animation:none!important}}.carbunker-page{min-height:100vh;font-family:var(--font-body);color:var(--text);background:var(--bg);font-size:18px;line-height:1.55}.carbunker-page .site-header .header-brand{margin:0 auto}.carbunker-page .comparison-image{max-width:1000px;margin:0 auto}.carbunker-page .order-form{padding:26px 24px}.carbunker-page .order-form label{font-family:var(--font-body)}.carbunker-page .order-form button{font-family:var(--font-title)}.carbunker-page .ticker-set{display:contents}.carbunker-page{scroll-behavior:smooth}@media (max-width:600px){.carbunker-page{font-size:17px}.carbunker-page .container{padding-left:14px;padding-right:14px}.carbunker-page .order-form{padding:22px 16px}}}
