:root{--black:#000;--surface:#111;--surface-soft:#181818;--red:#bd0000;--red-hover:#d10a0a;--white:#fff;--muted:#a7a7a7;--border:#2b2b2b;--max:1160px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--black);color:var(--white);-webkit-font-smoothing:antialiased;margin:0;font-family:Trebuchet MS,Lucida Grande,Lucida Sans Unicode,Lucida Sans,Tahoma,sans-serif;font-size:14px;line-height:1.5}button,input{font:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}.container{width:min(calc(100% - 48px), var(--max));margin-inline:auto}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.eyebrow{color:#ef5555;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:700}.eyebrow.light{color:#ef7777}h1,h2,h3{letter-spacing:0;margin:0;font-family:inherit}h2{font-size:clamp(28px,3vw,40px);line-height:1.18}p{line-height:1.55}svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.button{border:0;border-radius:24px;justify-content:center;align-items:center;gap:12px;min-height:50px;padding:0 28px;font-weight:700;transition:background .2s,transform .2s;display:inline-flex}.button svg{width:20px;height:20px}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--red);color:var(--white)}.button-primary:hover{background:var(--red-hover)}.section-heading{margin-bottom:32px}::selection{color:var(--white);background:var(--red)}:focus-visible{outline-offset:3px;outline:3px solid #ef4545}.topbar{background:var(--black);color:#bdbdbd;border-top:3px solid #10172a;font-size:12px}.topbar-inner{justify-content:space-between;align-items:center;min-height:42px;display:flex}.topbar a:hover{color:var(--white)}.topbar-social{align-items:center;gap:15px;display:flex}.whatsapp-number{color:var(--white);align-items:center;gap:8px;font-size:14px;font-weight:700;display:flex}.whatsapp-number svg{fill:currentColor;stroke:none;width:19px;height:19px}.social-icon{width:19px;height:19px;color:var(--white);place-items:center;display:grid}.social-icon svg{fill:currentColor;stroke:none;width:16px;height:16px}.social-icon:hover{transform:translateY(-1px)}.main-header{z-index:10;background:var(--black);color:var(--white);position:relative}.header-grid{grid-template-columns:128px minmax(0,820px);justify-content:start;align-items:center;gap:62px;min-height:118px;display:grid}.brand{width:128px;display:block}.brand img{width:128px;height:auto}.search-form{background:#ffffff1f;border:0;border-radius:24px;width:100%;max-width:820px;height:50px;display:flex;overflow:hidden}.search-form input:not([type=hidden]){min-width:0;color:var(--white);background:0 0;border:0;outline:0;flex:1;padding:10px 15px}.search-form input::placeholder{color:#a7a7a7}.search-form button{width:52px;color:var(--white);background:0 0;border:0}.search-form svg{width:21px}.nav{background:var(--black);border-top:1px solid #1b1b1b;border-bottom:1px solid #1b1b1b}.nav-inner{justify-content:space-between;align-items:center;gap:18px;min-height:70px;font-size:14px;font-weight:700;display:flex}.nav-inner a{white-space:nowrap;border-bottom:2px solid #0000;align-items:center;gap:4px;padding:24px 0 20px;display:inline-flex}.nav-inner svg{width:11px;height:11px}.nav-inner a:hover{color:#ddd;border-color:var(--red)}.footer{border-top:1px solid var(--border);color:#b7b7b7;background:#0b0b0b;padding:62px 0 22px}.footer-grid{grid-template-columns:1.2fr repeat(3,1fr);gap:46px;display:grid}.footer-grid strong{color:var(--white);font-size:14px}.footer-grid p{font-size:13px}.footer-brand img{width:150px;margin-bottom:18px}.footer-brand p{color:var(--white);font-weight:700}.footer-bottom{border-top:1px solid var(--border);color:#7d7d7d;justify-content:space-between;margin-top:40px;padding-top:20px;font-size:11px;display:flex}.storefront-hero{padding-top:26px}.storefront-hero a{background:var(--surface);border-radius:18px;display:block;overflow:hidden}.storefront-hero img{object-fit:cover;width:100%;max-height:430px}.store-notice{border-block:1px solid var(--border);background:#090909;margin-top:18px}.notice-grid{grid-template-columns:repeat(3,1fr);display:grid}.notice-grid>div{border-right:1px solid var(--border);justify-content:center;align-items:center;gap:13px;min-height:78px;padding:14px 22px;display:flex}.notice-grid>div:first-child{border-left:1px solid var(--border)}.notice-grid svg{width:25px;color:var(--red);flex:0 0 25px}.notice-grid span{color:#8e8e8e;font-size:11px;display:grid}.notice-grid strong{color:var(--white);font-size:13px}.store-section{padding-block:68px;scroll-margin-top:30px}.store-section-title{justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px;display:flex}.store-section-title span{color:#a1a1a1;margin-bottom:5px;font-size:13px;display:block}.store-section-title h1,.store-section-title h2{font-size:clamp(28px,3.2vw,40px);line-height:1.18}.store-section-title>a{color:#c7c7c7;border-bottom:1px solid #777;padding-bottom:4px;font-size:12px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:18px;display:grid}.product-card{background:var(--black);border:1px solid #151515;border-radius:20px;min-width:0;transition:transform .22s,border-color .22s;overflow:hidden}.product-card:hover{border-color:#333;transform:translateY(-3px)}.product-card-image{aspect-ratio:1.2;background:var(--surface);border-radius:20px;display:block;position:relative;overflow:hidden}.product-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.product-card:hover .product-card-image img{transform:scale(1.025)}.product-card-image>span{background:var(--red);color:var(--white);border-radius:12px;padding:6px 9px;font-size:9px;font-weight:700;position:absolute;top:12px;left:12px}.product-card-body{padding:16px 12px 18px}.product-category{color:#868686;margin:0 0 6px;font-size:10px}.product-card-body h3{min-height:42px;font-size:17px;line-height:1.24}.product-card-body h3 a:hover{color:#ddd}.card-rating{align-items:center;gap:7px;margin-top:9px;display:flex}.card-rating span{color:#ffc400;letter-spacing:1px;font-size:11px}.card-rating small{color:#898989;font-size:10px}.product-card-bottom{justify-content:space-between;align-items:end;gap:12px;margin-top:13px;display:flex}.product-card-bottom>div{min-width:0;display:grid}.product-card-bottom del{color:#747474;font-size:10px}.product-card-bottom small{color:#929292;font-size:9px}.product-card-bottom strong{color:#e10c0c;font-size:21px;line-height:1.15}.card-buy{background:var(--red);color:var(--white);border-radius:16px;flex:none;padding:8px 13px;font-size:10px;font-weight:700}.card-buy:hover{background:var(--red-hover)}.campaign-banners{grid-template-columns:1fr 1fr;gap:18px;display:grid}.campaign-banners a{background:var(--surface);border-radius:18px;overflow:hidden}.campaign-banners img{object-fit:cover;width:100%;height:230px;transition:transform .3s}.campaign-banners a:hover img{transform:scale(1.015)}.breadcrumb{color:#777;white-space:nowrap;gap:8px;padding-block:24px;font-size:11px;display:flex;overflow:hidden}.breadcrumb a:hover{color:var(--white)}.breadcrumb strong{color:#aaa;text-overflow:ellipsis;overflow:hidden}.product-hero{grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);gap:48px;padding-bottom:68px;display:grid}.gallery{min-width:0}.gallery-main{aspect-ratio:1.22;background:var(--surface);border-radius:20px;position:relative;overflow:hidden}.gallery-main>img{object-fit:cover;width:100%;height:100%}.gallery-count{color:var(--white);background:#000000c7;border-radius:14px;padding:7px 11px;font-size:10px;position:absolute;bottom:14px;right:14px}.gallery-thumbs{grid-template-columns:repeat(4,92px);gap:10px;margin-top:12px;display:grid}.gallery-thumbs button{aspect-ratio:1.2;background:var(--surface);border:2px solid #0000;border-radius:12px;padding:0;overflow:hidden}.gallery-thumbs button.active{border-color:var(--red)}.gallery-thumbs img{object-fit:cover;width:100%;height:100%}.purchase-panel{align-self:start;padding-top:4px}.product-rating{align-items:center;gap:10px;display:flex}.product-rating span{color:#ffc400;letter-spacing:1px;font-size:13px}.product-rating small{color:#aaa;font-size:11px}.product-tags{flex-wrap:wrap;gap:7px;margin-top:14px;display:flex}.product-tags span{color:#d1d1d1;background:#1d1d1d;border-radius:14px;padding:6px 10px;font-size:10px}.product-tags span:first-child{background:var(--red);color:var(--white)}.purchase-panel h1{max-width:560px;margin-top:13px;font-size:clamp(31px,3.4vw,47px);line-height:1.08}.hero-promise{color:#c1c1c1;max-width:590px;margin:14px 0 0;font-size:14px;line-height:1.6}.product-validity{color:#d0d0d0;align-items:center;gap:8px;margin:15px 0 0;font-size:12px;display:flex}.product-validity svg{color:#39b65b;width:18px}.saving-line{align-items:center;gap:12px;margin-top:23px;font-size:11px;display:flex}.saving-line span{color:#858585}.saving-line strong{color:#ff8b8b;background:#3b0c0c;border-radius:4px;padding:5px 9px}.price-row{align-items:end;gap:10px;margin-top:10px;display:flex}.price-row span{color:#999;padding-bottom:5px;font-size:11px}.price-row strong{color:#f12626;font-size:36px;line-height:1}.installment{color:#9d9d9d;margin:8px 0 20px;font-size:11px}.variant-list{border:0;margin:0 0 18px;padding:0}.variant-list legend{margin-bottom:9px;font-size:12px;font-weight:700}.variant-list label{background:#101010;border:1px solid #333;border-radius:10px;margin-bottom:8px;transition:border-color .2s,background .2s;display:block}.variant-list label:hover{border-color:#666}.variant-list label.selected{border-color:var(--red);box-shadow:inset 3px 0 var(--red);background:#190606}.variant-list input{opacity:0;pointer-events:none;position:absolute}.variant-list input:focus-visible+span{outline-offset:2px;outline:3px solid #ef4545}.variant-list label>span{justify-content:space-between;align-items:center;gap:14px;min-height:48px;padding:8px 13px 8px 16px;font-size:11px;display:flex}.variant-list label b{color:#e6e6e6;font-weight:700}.variant-list label strong{color:#eee;white-space:nowrap}.purchase-button{width:100%;max-width:430px}.purchase-button:disabled{cursor:not-allowed;color:#a8a8a8;background:#3b3b3b;transform:none}.form-error{color:#ff7676;font-size:12px;font-weight:700}.checkout-note{color:#888;margin:10px 0 0;font-size:10px}.micro-trust{border-top:1px solid #2c2c2c;grid-template-columns:1fr 1fr;gap:15px;margin-top:18px;padding-top:17px;display:grid}.micro-trust>div{color:#858585;gap:9px;font-size:9px;display:flex}.micro-trust svg{color:#d91a1a;flex:0 0 20px;width:20px}.micro-trust span{display:grid}.micro-trust strong{color:#d3d3d3;font-size:10px}.sales-section{padding-block:72px}.sales-light{color:#151515;background:#f7f7f5}.sales-dark{color:#fff;background:#0b0b0b}.sales-section h2{max-width:720px;font-size:clamp(28px,3.2vw,42px)}.sales-section h3{font-size:19px;line-height:1.25}.sales-section p{color:#5f6265}.sales-dark p{color:#aaa}.sales-intro{grid-template-columns:1fr .8fr;align-items:end;gap:80px;display:grid}.sales-intro>div:last-child{max-width:500px}.inline-cta{color:#151515;background:0 0;border:0;border-bottom:1px solid #151515;align-items:center;gap:9px;min-height:44px;padding:0;font-size:12px;font-weight:700;display:inline-flex}.inline-cta svg{width:18px}.benefit-card-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:38px;display:grid}.benefit-card-grid article{background:#fff;border:1px solid #dedede;border-radius:14px;min-height:190px;padding:26px}.benefit-card-grid article>svg{width:24px;color:var(--red)}.benefit-card-grid h3{margin-top:38px}.benefit-card-grid p{margin-bottom:0;font-size:12px}.value-layout{grid-template-columns:.8fr 1.2fr;align-items:start;gap:88px;display:grid}.value-summary>p:not(.eyebrow){max-width:450px}.track-ticket{border-left:4px solid var(--red);background:#171717;max-width:335px;margin-top:32px;padding:20px 22px;display:grid}.track-ticket span{color:#a5a5a5;text-transform:uppercase;font-size:10px}.track-ticket strong{color:#fff;font-size:30px}.track-ticket small{color:#888;font-size:10px}.value-list{border-top:1px solid #353535}.value-list>div{border-bottom:1px solid #353535;justify-content:space-between;align-items:center;gap:24px;min-height:68px;display:flex}.value-list span{display:grid}.value-list span strong{font-size:12px}.value-list span small{color:#8d8d8d;font-size:10px}.value-list b{white-space:nowrap;font-size:13px}.value-list .value-total{border-bottom:0;min-height:86px}.value-total>span{color:#999;font-size:11px}.value-total>strong{color:#f32b2b;font-size:27px}.section-copy{text-align:center;max-width:780px;margin-inline:auto}.section-copy h2{margin-inline:auto}.section-copy>p:last-child{max-width:620px;margin-inline:auto}.mode-grid{grid-template-columns:1fr 1fr;gap:16px;margin-top:36px;display:grid}.mode-grid article{background:#fff;border:1px solid #dedede;border-radius:14px;min-height:220px;padding:30px}.mode-grid article>span{color:#4d4d4d;text-transform:uppercase;background:#ececeb;padding:5px 8px;font-size:9px;font-weight:700;display:inline-block}.mode-grid h3{margin-top:42px;font-size:25px}.mode-grid p{max-width:460px;font-size:12px}.section-action{justify-content:center;margin-top:26px;display:flex}.track-heading{grid-template-columns:1fr .9fr;align-items:end;gap:76px;display:grid}.track-heading>div:first-child>p:last-child{max-width:590px}.track-grid{border-top:1px solid #353535;grid-template-columns:1fr 1fr;display:grid}.track-grid div{border-bottom:1px solid #353535;align-content:center;min-height:76px;padding:16px 10px;display:grid}.track-grid span{color:#8a8a8a;text-transform:uppercase;font-size:9px}.track-grid strong{font-size:20px}.dark-benefits{border-top:1px solid #353535;border-bottom:1px solid #353535;grid-template-columns:repeat(3,1fr);margin-top:48px;display:grid}.dark-benefits article{border-right:1px solid #353535;min-height:150px;padding:26px 24px 22px 0}.dark-benefits article:not(:first-child){padding-left:24px}.dark-benefits article:last-child{border-right:0}.dark-benefits p{font-size:11px}.process-protection-grid{grid-template-columns:1fr 1fr;align-items:start;gap:72px;display:grid}.process-list{border-top:1px solid #d8d8d8;margin-top:30px}.process-list article{border-bottom:1px solid #d8d8d8;grid-template-columns:38px 1fr;gap:15px;min-height:90px;padding-block:19px;display:grid}.process-list article>span{color:var(--red);font-size:10px;font-weight:700}.process-list h3{font-size:16px}.process-list p{margin:5px 0 0;font-size:11px}.protection-card{color:#fff;background:#151515;border-radius:16px;padding:34px}.protection-card>svg{color:#ef3434;width:30px;margin-bottom:25px}.protection-card h2{font-size:clamp(25px,2.7vw,34px)}.protection-list{margin-top:25px}.protection-list>div{border-top:1px solid #333;gap:12px;padding:13px 0;display:flex}.protection-list svg{color:#45bd64;flex:0 0 18px;width:18px}.protection-list span{display:grid}.protection-list strong{font-size:11px}.protection-list small{color:#999;font-size:10px}.protection-card>a{color:#ddd;border-bottom:1px solid #777;margin-top:20px;font-size:10px;display:inline-block}.review-section{background:#140303}.review-layout{grid-template-columns:.7fr 1.3fr;align-items:start;gap:70px;display:grid}.review-card-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.review-card-grid blockquote{background:#250707;border:1px solid #4c1515;border-radius:14px;margin:0;padding:26px}.review-card-grid blockquote>span{color:#ffc400;letter-spacing:1px}.review-card-grid blockquote p{color:#eee;min-height:90px;font-size:14px}.review-card-grid cite{color:#fff;font-size:11px;font-style:normal;display:grid}.review-card-grid cite small{color:#b87d7d;font-size:9px}.faq-layout{grid-template-columns:.7fr 1.3fr;gap:76px;display:grid}.faq-layout>div:first-child>p:not(.eyebrow){max-width:330px}.secondary-link{border-bottom:1px solid #151515;margin-top:18px;font-size:11px;font-weight:700;display:inline-block}.faq-list{border-top:1px solid #d8d8d8}.faq-list details{border-bottom:1px solid #d8d8d8}.faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:22px;min-height:68px;font-weight:700;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary span{color:var(--red);font-size:20px;transition:transform .2s}.faq-list details[open] summary span{transform:rotate(45deg)}.faq-list details p{margin:-3px 32px 20px 0;font-size:12px}.final-cta-section{border-top:1px solid #2e2e2e}.final-cta{grid-template-columns:1fr auto;align-items:center;gap:60px;display:grid}.final-cta p:last-child{max-width:650px}.final-cta .button{min-width:230px}.mobile-sticky-cta{display:none}@media (width<=1100px){.header-grid{grid-template-columns:124px minmax(0,1fr);gap:38px}.brand,.brand img{width:124px}.nav{scrollbar-width:none;overflow-x:auto}.nav::-webkit-scrollbar{display:none}.nav-inner{justify-content:flex-start;gap:27px;width:max-content;min-width:100%}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-hero{gap:32px}.sales-intro,.value-layout,.track-heading{gap:48px}.process-protection-grid,.faq-layout{gap:42px}}@media (width<=800px){.container{width:min(calc(100% - 32px), var(--max))}.topbar-social .social-icon{display:none}.header-grid{grid-template-columns:116px;min-height:82px}.brand,.brand img{width:116px}.search-form{display:none}.nav-inner{gap:23px;min-height:49px;padding-inline:16px}.nav-inner a{padding-block:16px 14px}.storefront-hero{width:100%;padding-top:0}.storefront-hero a{border-radius:0}.storefront-hero img{object-fit:contain;width:100%;max-height:none}.notice-grid{grid-template-columns:1fr}.notice-grid>div,.notice-grid>div:first-child{border-left:1px solid var(--border);border-bottom:1px solid var(--border);justify-content:flex-start;min-height:62px}.store-section{padding-block:54px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.campaign-banners{grid-template-columns:1fr}.campaign-banners img{height:auto}.product-hero{grid-template-columns:1fr}.purchase-panel{padding-top:8px}.purchase-button{max-width:none}.sales-intro,.value-layout,.track-heading,.process-protection-grid,.review-layout,.faq-layout{grid-template-columns:1fr;gap:34px}.benefit-card-grid,.dark-benefits{grid-template-columns:1fr}.benefit-card-grid article{min-height:150px}.dark-benefits article,.dark-benefits article:not(:first-child){border-bottom:1px solid #353535;border-right:0;min-height:125px;padding:24px 0}.dark-benefits article:last-child{border-bottom:0}.final-cta{grid-template-columns:1fr;gap:25px}.final-cta .button{width:100%}.footer-grid{grid-template-columns:1fr 1fr}.mobile-sticky-cta{z-index:30;background:var(--red);min-height:50px;color:var(--white);text-overflow:ellipsis;white-space:nowrap;border:0;border-radius:25px;padding:0 20px;font-size:12px;font-weight:700;display:block;position:fixed;bottom:12px;left:12px;right:12px;overflow:hidden;box-shadow:0 10px 35px #0000008c}.footer{padding-bottom:88px}}@media (width<=520px){.container{width:min(calc(100% - 24px), var(--max))}.topbar-inner{justify-content:center}.topbar-inner>a{display:none}.header-grid{grid-template-columns:110px}.brand,.brand img{width:110px}.store-section-title{align-items:center}.store-section-title h1,.store-section-title h2{font-size:26px}.store-section-title>a{display:none}.product-grid{gap:12px}.product-card,.product-card-image{border-radius:15px}.product-card-image>span{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 16px);padding:5px 7px;font-size:8px;top:8px;left:8px;overflow:hidden}.product-card-body{padding:12px 8px 14px}.product-card-body h3{min-height:37px;font-size:14px}.card-rating small,.product-category{display:none}.product-card-bottom{align-items:start}.product-card-bottom strong{font-size:17px}.card-buy{display:none}.breadcrumb{padding-block:17px}.product-hero{gap:20px;padding-bottom:48px}.gallery-main{border-radius:14px}.gallery-thumbs{grid-template-columns:repeat(4,1fr);gap:6px}.purchase-panel h1{font-size:31px}.hero-promise{font-size:13px}.saving-line{flex-direction:column;align-items:flex-start;gap:7px}.price-row strong{font-size:32px}.micro-trust{grid-template-columns:1fr}.sales-section{padding-block:50px}.sales-section h2{font-size:29px}.sales-intro{gap:20px}.benefit-card-grid{gap:10px;margin-top:28px}.benefit-card-grid article{min-height:0;padding:22px}.benefit-card-grid h3{margin-top:25px}.value-layout,.track-heading,.process-protection-grid,.review-layout,.faq-layout{gap:28px}.track-ticket{max-width:none}.mode-grid{grid-template-columns:1fr;gap:10px;margin-top:28px}.mode-grid article{min-height:185px;padding:23px}.mode-grid h3{margin-top:30px}.track-grid{grid-template-columns:1fr 1fr}.track-grid strong{font-size:17px}.protection-card{padding:25px 21px}.review-card-grid{grid-template-columns:1fr}.review-card-grid blockquote p{min-height:0}.faq-list summary{min-height:62px;font-size:13px}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-bottom{flex-direction:column;gap:17px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
