
:root{
 --red:#ef233c;--red2:#c8142c;--ink:#111318;--muted:#6f7680;--line:#e7eaee;--soft:#f7f8fa;
 --white:#fff;--green:#087e51;--shadow:0 20px 60px rgba(17,19,24,.08);--max:1180px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 36px));margin:auto}
.kicker{font-size:12px;letter-spacing:.18em;text-transform:uppercase;font-weight:900;color:var(--red)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:14px;border:1px solid transparent;font-weight:850;cursor:pointer}
.btn-red{background:var(--red);color:#fff;box-shadow:0 14px 34px rgba(239,35,60,.2)}
.btn-red:hover{background:var(--red2)}
.btn-dark{background:#111318;color:#fff}
.btn-white{background:#fff;color:#111318}
.btn-outline{background:#fff;color:#111318;border-color:#dfe2e7}

/* top + header */
.topbar{background:#111318;color:#fff}
.topbar-inner{min-height:35px;display:flex;justify-content:center;align-items:center;gap:24px;font-size:12px;white-space:nowrap}
.topbar-item{display:flex;align-items:center;gap:7px;color:#dfe3e8}
.topbar-dot{width:5px;height:5px;border-radius:50%;background:var(--red)}
.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.header-row{height:80px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px}
.header-logo{justify-self:start}
.header-logo img{width:190px;height:58px;object-fit:contain}
.desktop-nav{display:flex;justify-content:center;align-items:center;gap:23px}
.desktop-nav a{font-size:14px;font-weight:750;color:#32363c}
.desktop-nav a:hover{color:var(--red)}
.header-actions{display:flex;align-items:center;gap:8px;justify-self:end}
.icon-button{width:43px;height:43px;display:grid;place-items:center;border:1px solid var(--line);background:#fff;border-radius:14px;cursor:pointer;position:relative}
.icon-button svg{width:21px;height:21px;stroke:#17191d;fill:none}
.mobile-menu-btn{display:none}
.cart-badge{position:absolute;right:-5px;top:-5px;min-width:21px;height:21px;padding:0 5px;display:grid;place-items:center;background:var(--red);color:#fff;border-radius:999px;font-size:11px;font-weight:900}
.mobile-drawer{display:none;position:fixed;inset:0;z-index:120}
.mobile-drawer.open{display:block}
.drawer-overlay{position:absolute;inset:0;background:rgba(8,10,14,.48)}
.drawer-panel{position:absolute;left:0;top:0;bottom:0;width:min(370px,89vw);background:#fff;padding:22px;overflow:auto;box-shadow:32px 0 70px rgba(0,0,0,.17)}
.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}
.drawer-head img{width:195px;height:64px;object-fit:contain}
.drawer-close{width:40px;height:40px;border:0;border-radius:12px;background:#f3f4f6}
.drawer-links{padding-top:15px}
.drawer-links a{display:flex;justify-content:space-between;align-items:center;padding:14px 4px;border-bottom:1px solid var(--line);font-weight:800}
.drawer-meta{margin-top:18px;background:#f7f8fa;border-radius:16px;padding:16px;font-size:13px;color:#545b64}

/* Home hero - more premium and explanatory */
.hero{padding:26px 0 18px}
.hero-frame{position:relative;min-height:640px;border-radius:32px;overflow:hidden;background:#111318;box-shadow:var(--shadow)}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,15,19,.92) 0%,rgba(13,15,19,.76) 43%,rgba(13,15,19,.18) 78%,rgba(13,15,19,.06) 100%)}
.hero-content{position:relative;z-index:2;max-width:660px;padding:66px 58px;color:#fff}
.hero-content h1{font-size:clamp(44px,5.8vw,72px);line-height:1.02;letter-spacing:-.05em;margin:13px 0 18px}
.hero-content p{font-size:18px;color:#d9dde3;max-width:600px;margin:0}
.hero-trust{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.hero-pill{padding:8px 11px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);border-radius:999px;font-size:12px}
.hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.hero-price-card{position:absolute;z-index:3;right:26px;bottom:26px;width:290px;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-radius:20px;padding:18px;box-shadow:var(--shadow)}
.hero-price-card .price{font-size:34px;font-weight:950;letter-spacing:-.04em}
.hero-price-card .small{font-size:12px;color:var(--muted)}
.hero-price-card .save{margin-top:10px;color:var(--red);font-size:12px;font-weight:900}

.proof-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}
.proof-card{border:1px solid var(--line);border-radius:18px;padding:17px;background:#fff}
.proof-card strong{display:block;font-size:20px}
.proof-card span{display:block;margin-top:4px;color:var(--muted);font-size:12px}

/* Generic sections */
.section{padding:70px 0}
.section.soft{background:#f7f8fa}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}
.section-head h2{font-size:clamp(32px,4vw,49px);line-height:1.08;letter-spacing:-.04em;margin:8px 0 0}
.section-head p{margin:0;max-width:540px;color:var(--muted)}

/* Why buy */
.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.why-card{border:1px solid var(--line);border-radius:22px;padding:23px;background:#fff;box-shadow:0 10px 36px rgba(17,19,24,.04)}
.why-icon{width:42px;height:42px;border-radius:13px;background:#fff1f3;color:var(--red);display:grid;place-items:center;font-weight:950}
.why-card h3{margin:14px 0 7px;font-size:19px}
.why-card p{margin:0;color:var(--muted);font-size:14px}

/* product teaser */
.product-intro{display:grid;grid-template-columns:.95fr 1.05fr;gap:30px;align-items:center}
.product-photo{border:1px solid var(--line);background:#f7f8fa;border-radius:26px;padding:16px;box-shadow:0 12px 42px rgba(20,24,33,.05)}
.product-photo img{width:100%;aspect-ratio:1.1;object-fit:cover;border-radius:18px}
.product-copy h3{font-size:36px;line-height:1.1;letter-spacing:-.035em;margin:10px 0 14px}
.price-line{display:flex;align-items:baseline;gap:14px;margin:16px 0}
.price-main{font-size:44px;font-weight:950;letter-spacing:-.045em}
.instock{color:var(--green);font-weight:850}
.tags{display:flex;flex-wrap:wrap;gap:8px;margin:15px 0 20px}
.tag{background:#f1f3f5;border-radius:999px;padding:8px 11px;font-size:12px;font-weight:750}
.product-copy p{color:var(--muted)}

.tiers{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-top:22px}
.tier{border:1px solid var(--line);border-radius:18px;padding:16px;background:#fff}
.tier.promo{border-color:#ffc4cc;background:linear-gradient(180deg,#fff8f9,#fff)}
.tier-top{display:flex;justify-content:space-between;gap:8px;align-items:center}
.tier-label{font-size:13px;color:var(--muted)}
.tier-badge{font-size:11px;color:#fff;background:var(--red);padding:4px 7px;border-radius:999px;font-weight:900}
.tier-price{font-size:22px;font-weight:950;margin-top:7px}
.tier-unit{font-size:11px;color:var(--muted);margin-top:5px}

/* Process + stories */
.story-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:18px}
.story-large,.story-small{position:relative;overflow:hidden;border-radius:24px}
.story-large img{width:100%;height:460px;object-fit:cover}
.story-stack{display:grid;grid-template-rows:1fr 1fr;gap:18px}
.story-small img{width:100%;height:221px;object-fit:cover}
.story-caption{position:absolute;left:15px;right:15px;bottom:15px;padding:13px 14px;border-radius:14px;background:rgba(17,19,24,.84);backdrop-filter:blur(10px);color:#fff}
.story-caption strong{display:block;font-size:17px}
.story-caption span{font-size:12px;color:#dce0e6}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.step{border:1px solid var(--line);border-radius:20px;padding:22px;background:#fff}
.step-no{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:var(--red);color:#fff;font-weight:950}
.step h3{margin:15px 0 7px;font-size:18px}
.step p{margin:0;color:var(--muted);font-size:14px}

/* Product page */
.product-page{padding:38px 0 70px}
.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:start}
.gallery{position:sticky;top:100px;background:#f7f8fa;border:1px solid var(--line);border-radius:26px;padding:16px}
.gallery-main{width:100%;aspect-ratio:1.08;object-fit:cover;border-radius:18px}
.thumbs{display:flex;gap:9px;margin-top:10px;overflow:auto}
.thumb{width:78px;height:64px;object-fit:cover;border-radius:10px;border:2px solid transparent;cursor:pointer}
.thumb.active{border-color:var(--red)}
.product-info h1{font-size:42px;line-height:1.08;letter-spacing:-.04em;margin:10px 0 14px}
.product-subline{color:var(--muted);font-size:14px;margin-top:-4px}
.product-price-wrap{display:flex;align-items:baseline;gap:14px;margin:16px 0}
.product-live-price{font-size:44px;font-weight:950;letter-spacing:-.04em}
.product-live-save{font-size:13px;color:var(--red);font-weight:900}
.qty-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0}
.qty-card{border:1px solid var(--line);border-radius:17px;padding:14px;background:#fff;cursor:pointer;transition:.18s}
.qty-card.active,.qty-card:hover{border-color:#f4a7b2;box-shadow:0 8px 24px rgba(239,35,60,.08)}
.qty-top{display:flex;justify-content:space-between;gap:8px;font-weight:850}
.discount{color:var(--red)}
.qty-total{font-size:23px;font-weight:950;margin-top:7px}
.qty-unit{font-size:11px;color:var(--muted)}
.buy-row{display:flex;gap:9px}
.buy-row>*{flex:1}
.microtrust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:15px}
.micro{background:#f7f8fa;border-radius:13px;padding:11px;font-size:11px}
.detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}
.detail-card{border:1px solid var(--line);border-radius:17px;padding:15px;background:#fff}
.detail-card b{display:block;margin-bottom:5px}
.detail-card span{font-size:12px;color:var(--muted)}
.spec-section{margin-top:58px;background:#f7f8fa;padding:58px 0}
.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.spec-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px}
.spec-list{list-style:none;padding:0;margin:0}
.spec-list li{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid var(--line)}
.spec-list li:last-child{border-bottom:0}
.spec-list span{color:var(--muted)}
.product-explain{padding:62px 0}
.explain-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.explain-card{border-radius:22px;padding:24px;background:#111318;color:#fff}
.explain-card.light{background:#fff;border:1px solid var(--line);color:#111318}
.explain-card p{color:#cfd4db}
.explain-card.light p{color:var(--muted)}
.sticky-buy{display:none;position:fixed;z-index:70;bottom:12px;left:50%;transform:translateX(-50%);width:min(720px,calc(100% - 20px));background:rgba(17,19,24,.96);color:#fff;padding:10px 12px;border-radius:16px;align-items:center;gap:10px;box-shadow:0 18px 50px rgba(0,0,0,.24)}
.sticky-buy.show{display:flex}
.sticky-buy-meta b{font-size:19px}
.sticky-buy-meta small{display:block;color:#d4d8df}
.sticky-buy .btn{margin-left:auto}

/* Checkout premium */
.checkout-wrap{padding:44px 0 72px;background:#f7f8fa}
.checkout-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}
.checkout-head h1{font-size:38px;margin:0}
.checkout-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;align-items:start}
.checkout-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 12px 40px rgba(20,24,33,.04)}
.checkout-panel h2{font-size:20px;margin:0 0 16px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.form-grid .full{grid-column:1/-1}
label{display:block;font-size:12px;font-weight:800;margin:9px 0 5px}
input,textarea,select{width:100%;border:1px solid #dfe2e7;border-radius:11px;padding:12px;background:#fff}
.order-summary{position:sticky;top:110px;background:#111318;color:#fff;border-radius:24px;padding:24px}
.order-summary h2{margin:0 0 16px}
.summary-product{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center;padding-bottom:16px;border-bottom:1px solid #2a2e35}
.summary-product img{width:72px;height:72px;object-fit:cover;border-radius:12px;background:#fff}
.summary-product span{font-size:12px;color:#cfd4db}
.summary-lines{padding:14px 0;border-bottom:1px solid #2a2e35}
.summary-line{display:flex;justify-content:space-between;gap:12px;padding:5px 0;font-size:14px}
.summary-total{display:flex;justify-content:space-between;align-items:end;padding-top:16px}
.summary-total strong{font-size:28px}
.payment-box{margin-top:16px;padding:14px;border-radius:15px;background:#1a1e24;font-size:13px;color:#d6dae0}
.checkout-submit{width:100%;margin-top:16px}

/* Confirmation premium */
.confirm-wrap{padding:52px 0 80px;background:#f7f8fa}
.confirm-card{max-width:860px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.confirm-top{padding:34px;background:linear-gradient(145deg,#111318,#20242a);color:#fff}
.confirm-check{width:52px;height:52px;border-radius:16px;background:var(--red);display:grid;place-items:center;font-size:25px;font-weight:950}
.confirm-top h1{font-size:38px;margin:16px 0 8px}
.confirm-top p{margin:0;color:#d4d8df}
.confirm-body{padding:28px}
.confirm-ref{display:flex;justify-content:space-between;gap:16px;padding:16px;border-radius:16px;background:#f7f8fa;margin-bottom:18px}
.bank-card{border:1px solid var(--line);border-radius:18px;padding:18px;margin-top:18px}
.bank-card h3{margin:0 0 10px}
.next-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}
.next-step{padding:15px;border:1px solid var(--line);border-radius:15px}
.next-step b{display:block;margin-bottom:5px}
.next-step span{font-size:12px;color:var(--muted)}

/* legal / footer */
.page-hero{padding:46px 0 22px}
.page-hero-box{background:linear-gradient(145deg,#f7f8fa,#fff);border:1px solid var(--line);border-radius:25px;padding:38px}
.page-hero h1{font-size:clamp(36px,5vw,54px);line-height:1.06;letter-spacing:-.04em;margin:9px 0 10px}
.page-hero p{color:var(--muted);max-width:700px;margin:0}
.legal-layout{display:grid;grid-template-columns:235px 1fr;gap:30px;align-items:start;padding:10px 0 72px}
.legal-nav{position:sticky;top:100px;background:#f7f8fa;border:1px solid var(--line);border-radius:18px;padding:14px}
.legal-nav b{display:block;padding:7px 8px 10px}
.legal-nav a{display:block;padding:8px;border-radius:9px;font-size:12px}
.legal-content{max-width:820px}
.legal-content section{padding:22px 0;border-bottom:1px solid var(--line)}
.legal-content h2{font-size:24px;margin:0 0 9px}
.legal-content p{color:#4f5660;margin:0}
.legal-content a{color:#0c5bd7;text-decoration:underline}

.footer{background:#111318;color:#d9dde3;padding:52px 0 18px}
.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr 1fr;gap:25px}
.footer-brand img{width:220px;height:100px;object-fit:contain;background:#fff;border-radius:14px;padding:6px}
.footer h4{color:#fff;margin:0 0 13px;font-size:15px}
.footer a{display:block;color:#d9dde3;font-size:13px;margin:8px 0}
.footer a:hover{color:#fff}
.footer p{font-size:12px;color:#aeb4bd}
.footer-card{border:1px solid #2d3138;border-radius:15px;padding:13px;background:#171a20;margin-bottom:9px}
.footer-card strong{color:#fff}
.footer-bottom{margin-top:30px;padding-top:16px;border-top:1px solid #2b2f36;display:flex;justify-content:space-between;gap:18px;font-size:11px;color:#9299a2}
.cookie{position:fixed;z-index:140;left:14px;bottom:14px;width:min(340px,calc(100% - 28px));background:#111318;color:#fff;padding:16px;border-radius:17px;box-shadow:0 18px 50px rgba(0,0,0,.28)}
.cookie p{font-size:12px;color:#d3d7de}

@media(max-width:980px){
 .desktop-nav{display:none}.mobile-menu-btn{display:grid}
 .header-row{grid-template-columns:auto 1fr auto}.header-logo{justify-self:center}.header-actions{justify-self:end}
 .hero-frame{min-height:600px}.hero-content{padding:48px 40px;max-width:620px}
 .proof-strip,.tiers,.steps{grid-template-columns:1fr 1fr}
 .why-grid,.product-intro,.story-grid,.product-layout,.spec-grid,.explain-grid,.checkout-grid{grid-template-columns:1fr}
 .gallery,.order-summary{position:relative;top:auto}
 .footer-grid{grid-template-columns:1fr 1fr}
 .legal-layout{grid-template-columns:1fr}.legal-nav{position:relative;top:auto}
}
@media(max-width:640px){
 body{font-size:15px}.container{width:min(var(--max),calc(100% - 22px))}
 .topbar{overflow:hidden}.topbar-inner{justify-content:flex-start;gap:14px;overflow-x:auto;padding:7px 0;min-height:34px}.topbar-inner::-webkit-scrollbar{display:none}
 .header-row{height:70px;grid-template-columns:44px 1fr 44px;gap:8px}.header-logo img{width:168px;height:55px}
 .header-actions .phone-action{display:none}.icon-button{width:40px;height:40px;border-radius:12px}
 .hero{padding-top:14px}.hero-frame{min-height:600px;border-radius:24px}.hero-bg:after{background:linear-gradient(180deg,rgba(13,15,19,.89) 0%,rgba(13,15,19,.72) 56%,rgba(13,15,19,.25) 100%)}
 .hero-content{padding:31px 23px;max-width:none}.hero-content h1{font-size:42px}.hero-content p{font-size:15px}
 .hero-price-card{left:16px;right:16px;bottom:16px;width:auto}.hero-price-card .price{font-size:31px}
 .proof-strip,.tiers,.steps,.why-grid,.qty-grid,.microtrust,.detail-grid,.footer-grid,.next-steps{grid-template-columns:1fr}
 .section{padding:52px 0}.section-head{align-items:flex-start;flex-direction:column}
 .product-copy h3{font-size:29px}.price-main,.product-live-price{font-size:37px}
 .story-large img{height:320px}.story-stack{grid-template-columns:1fr 1fr;grid-template-rows:auto}.story-small img{height:170px}
 .product-info h1{font-size:32px}.buy-row{flex-direction:column}
 .checkout-wrap{padding-top:24px}.checkout-head h1{font-size:31px}.checkout-panel,.order-summary{padding:19px;border-radius:19px}
 .form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}
 .confirm-top{padding:25px}.confirm-top h1{font-size:31px}.confirm-body{padding:20px}
 .page-hero{padding-top:26px}.page-hero-box{padding:25px 20px;border-radius:20px}
 .footer-bottom{flex-direction:column}
}

/* R6 enhancements */
.global-buy{position:fixed;z-index:75;right:18px;bottom:18px;display:flex;align-items:center;gap:18px;background:rgba(17,19,24,.96);backdrop-filter:blur(14px);color:#fff;border-radius:18px;padding:12px 14px;box-shadow:0 20px 55px rgba(0,0,0,.24)}
.global-buy b{display:block;font-size:14px}.global-buy small{display:block;color:#cdd2d9;font-size:11px}.global-buy .btn{min-height:42px}
.about-r6{display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center}.about-r6-copy h2{font-size:42px;line-height:1.08;letter-spacing:-.04em;margin:10px 0 18px}.about-r6-copy p{color:var(--muted)}.about-r6-image img{width:100%;height:440px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}.about-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.about-facts div{border:1px solid var(--line);border-radius:16px;padding:15px}.about-facts b{display:block;font-size:18px}.about-facts span{font-size:11px;color:var(--muted)}
.cart-layout-r6{display:grid;grid-template-columns:1.15fr .85fr;gap:20px;align-items:start}.cart-product-r6{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center}.cart-product-r6 img{width:150px;height:150px;object-fit:cover;border-radius:18px;background:#f7f8fa}.cart-product-info h2{font-size:24px;line-height:1.15;margin:8px 0}.cart-product-info>span{color:var(--muted);font-size:13px}.cart-unit-price{margin-top:12px;font-weight:900}.cart-form-r6{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);display:flex;align-items:center;gap:14px;flex-wrap:wrap}.qty-control-r6{display:grid;grid-template-columns:42px 80px 42px;border:1px solid #dfe2e7;border-radius:13px;overflow:hidden}.qty-control-r6 button{border:0;background:#f7f8fa;font-size:22px;cursor:pointer}.qty-control-r6 input{border:0;border-left:1px solid #e5e7eb;border-right:1px solid #e5e7eb;border-radius:0;text-align:center;padding:10px}.cart-auto-note{font-size:11px;color:var(--muted)}.cart-remove-form{margin-top:12px}.remove-cart-r6{border:0;background:none;color:#bd1630;text-decoration:underline;cursor:pointer;padding:0;font-weight:800}.cart-empty{text-align:center;padding:50px 24px}.confirm-order-row{display:flex;justify-content:space-between;gap:18px;padding:16px 0;border-bottom:1px solid var(--line)}.bank-copy-row{display:grid;grid-template-columns:130px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.bank-copy-row:last-child{border-bottom:0}.bank-copy-row span{font-size:12px;color:var(--muted)}.copy-mini{border:1px solid #dfe2e7;background:#fff;border-radius:9px;padding:7px 9px;font-size:11px;font-weight:800;cursor:pointer}.copy-mini.copied{background:#eaf8f1;border-color:#b8e5ce;color:#087e51}.confirm-actions-r6{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.invoice-public-r6{max-width:900px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:26px;padding:32px;box-shadow:var(--shadow)}.invoice-head-r6{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;border-bottom:2px solid var(--red);padding-bottom:18px}.invoice-head-r6 img{width:220px;height:100px;object-fit:contain}.invoice-two-r6{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:24px 0}.invoice-public-r6 table{width:100%;border-collapse:collapse}.invoice-public-r6 th,.invoice-public-r6 td{padding:12px;border-bottom:1px solid var(--line);text-align:left}.invoice-total-r6{text-align:right;font-size:26px;font-weight:950;margin-top:18px}
.reviews-r6{background:#f7f8fa}.reviews-toolbar-r6{display:flex;justify-content:space-between;gap:18px;align-items:center;margin-bottom:16px}.reviews-score-r6{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.reviews-score-r6 strong{font-size:26px}.reviews-score-r6 small{display:block;width:100%;color:var(--muted);font-size:10px}.stars-r6{color:#00b67a;letter-spacing:2px;font-weight:900}.reviews-arrows-r6{display:flex;gap:8px}.reviews-arrows-r6 button{width:40px;height:40px;border:1px solid var(--line);background:#fff;border-radius:12px;font-size:25px;cursor:pointer}.reviews-scroll-r6{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px;scrollbar-width:thin}.reviews-scroll-r6 article{min-width:310px;max-width:310px;scroll-snap-align:start;background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 10px 30px rgba(20,24,33,.04)}.reviews-scroll-r6 article h3{margin:10px 0 6px}.reviews-scroll-r6 article p{color:#59606a;font-size:14px}.reviews-scroll-r6 article footer{display:flex;justify-content:space-between;gap:10px;padding-top:12px;margin-top:16px;border-top:1px solid var(--line);font-size:11px}.reviews-scroll-r6 article footer span{color:var(--muted)}
@media(max-width:980px){.about-r6,.cart-layout-r6{grid-template-columns:1fr}.about-r6-image{order:-1}.order-summary{position:relative;top:auto}}
@media(max-width:640px){.global-buy{left:10px;right:10px;bottom:10px;justify-content:space-between}.global-buy div{max-width:52%}.global-buy .btn{padding:0 14px}.about-r6-copy h2{font-size:32px}.about-r6-image img{height:280px}.about-facts{grid-template-columns:1fr}.cart-product-r6{grid-template-columns:92px 1fr}.cart-product-r6 img{width:92px;height:92px}.cart-product-info h2{font-size:19px}.cart-form-r6{align-items:flex-start;flex-direction:column}.bank-copy-row{grid-template-columns:1fr}.confirm-actions-r6{flex-direction:column}.confirm-actions-r6 .btn{width:100%}.invoice-public-r6{padding:18px;border-radius:18px}.invoice-head-r6{flex-direction:column}.invoice-head-r6 img{width:180px}.invoice-two-r6{grid-template-columns:1fr}.invoice-public-r6{overflow-x:auto}.reviews-scroll-r6 article{min-width:280px;max-width:280px}}
@media print{.site-header,.topbar,.footer,.global-buy,.confirm-actions-r6,.cookie{display:none!important}.confirm-wrap{background:#fff;padding:0}.invoice-public-r6,.confirm-card{box-shadow:none;border:0}}

/* R7 */
.cookie{display:none!important}
.global-buy{display:none!important}
.reviews-toolbar-r7{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}
.reviews-label-r7{display:flex;flex-direction:column}
.reviews-label-r7 strong{font-size:20px}
.reviews-label-r7 span{font-size:12px;color:var(--muted);margin-top:2px}
.review-disclaimer-r7{font-size:10px;color:var(--muted);margin:12px 0 0}
.about-r6-image img{height:460px;object-fit:cover;image-rendering:auto}
@media(max-width:640px){
 .about-r6-image img{height:310px}
 .reviews-toolbar-r7{align-items:flex-end}
 .reviews-label-r7 strong{font-size:18px}
}

/* R8 – product navigation CTAs + cleaner About photo */
.hero-product-link span{font-size:18px;margin-left:7px;transition:transform .18s ease}
.hero-product-link:hover span{transform:translateX(3px)}
.hero-text-link{display:inline-flex;margin-top:14px;color:#fff;font-size:12px;font-weight:800;text-decoration:underline;text-underline-offset:4px;opacity:.84}
.hero-text-link:hover{opacity:1}
.seo-buy-r8{margin-top:24px;padding:17px 18px;border:1px solid var(--line);border-radius:17px;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:22px;box-shadow:0 9px 28px rgba(20,24,33,.035)}
.seo-buy-r8 div{display:flex;flex-direction:column;gap:3px}
.seo-buy-r8 strong{font-size:14px}
.seo-buy-r8 span{font-size:12px;color:var(--muted)}
.seo-buy-r8>a:not(.btn){font-size:13px;font-weight:900;color:var(--red);white-space:nowrap}
.seo-buy-r8.compact{background:#f9fafb}
.seo-buy-r8.end{margin-top:28px;background:#111318;color:#fff;border-color:#111318}
.seo-buy-r8.end span{color:#cbd0d7}
.about-r6-image img{height:460px;object-fit:cover;object-position:center;filter:none!important}
@media(max-width:640px){
 .hero-text-link{font-size:11px;line-height:1.45}
 .seo-buy-r8{align-items:flex-start;flex-direction:column;gap:11px;padding:15px}
 .seo-buy-r8>a:not(.btn){white-space:normal}
 .seo-buy-r8.end .btn{width:100%}
 .about-r6-image img{height:300px}
}
