:root{
  --bg:#f7f7f7;--panel:#ffffff;--text:#050505;--muted:#6f6f6f;--line:#e3e3e3;--green:#050505;--green2:#242424;--gold:#9b9b9b;--danger:#8a2424;
}
*{box-sizing:border-box} body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif} a{color:inherit;text-decoration:none} button,input,select,textarea{font:inherit}
.topbar{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #dde4e4;box-shadow:0 3px 20px rgba(7,22,19,.05)}
.toprow{height:74px;display:grid;grid-template-columns:130px minmax(240px,560px) 1fr auto;gap:18px;align-items:center;padding:0 28px}.logo{display:flex;align-items:center;gap:10px}.logo-mark{width:68px;height:48px;border:1px solid #d6dedb;border-radius:10px;display:grid;place-items:center;color:var(--green);font-weight:800;letter-spacing:.09em;font-size:14px}.logo-text{font-size:10px;color:#7c867f;letter-spacing:.25em;text-transform:uppercase}.search input{width:100%;height:50px;border:1px solid #d7e0df;border-radius:6px;padding:0 18px;font-size:18px;color:#40554f;background:#fbfdfd}.icons{display:flex;align-items:center;gap:18px;font-size:14px;color:#081213}.icon-cart{position:relative;font-size:24px}.count{position:absolute;right:-10px;top:-10px;background:var(--green);color:#fff;min-width:19px;height:19px;border-radius:50%;font-size:11px;display:grid;place-items:center;padding:0 5px}.navrow{height:52px;display:flex;justify-content:center;gap:36px;align-items:center;border-top:1px solid #eef2f2;font-size:14px;letter-spacing:.02em;text-transform:uppercase}.navrow a{padding:17px 0;border-bottom:3px solid transparent}.navrow a.active,.navrow a:hover{border-color:var(--green);color:var(--green);font-weight:700}.mobile-toggle{display:none}
main{min-height:calc(100vh - 190px)}.section{padding:56px 7vw}.section.light{background:#fbf8f1}.hero{min-height:600px;display:grid;grid-template-columns:1.15fr .85fr;gap:42px;align-items:center;padding:72px 7vw;background:radial-gradient(circle at 80% 30%,#fff 0,#f7efe3 33%,#f2eadc 100%)}.eyebrow{text-transform:uppercase;letter-spacing:.22em;font-weight:800;color:var(--green2);font-size:13px}.hero h1,.page-head h1{font-size:58px;line-height:1.02;margin:12px 0 18px}.lead{font-size:18px;line-height:1.7;color:#52645c;max-width:780px}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--green);background:var(--green);color:#fff;border-radius:8px;padding:13px 20px;font-weight:800;cursor:pointer}.btn.secondary{background:#fff;color:var(--green)}.btn.ghost{background:transparent;color:var(--green)}.hero-card,.card{background:var(--panel);border:1px solid var(--line);border-radius:18px;box-shadow:0 20px 45px rgba(28,45,36,.08)}.hero-card{padding:34px;min-height:380px}.vial-art{height:250px;margin:22px auto 0;width:125px;border-radius:24px 24px 16px 16px;background:linear-gradient(90deg,#f8f4ed,#fff,#e9ddc8);border:1px solid #d2c5ad;position:relative}.vial-art:before{content:'';position:absolute;left:26px;right:26px;top:-32px;height:32px;background:#ded5c5;border-radius:7px 7px 0 0}.vial-art:after{content:'FKG';position:absolute;left:18px;right:18px;top:82px;text-align:center;padding:16px 0;border-top:1px solid #e4d9c8;border-bottom:1px solid #e4d9c8;color:var(--green);font-weight:900;letter-spacing:.18em}.page-head{padding:54px 7vw 34px;background:#fff;border-bottom:1px solid var(--line)}.page-head h1{font-size:44px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.card .body{padding:24px}.imgbox{height:230px;display:grid;place-items:center;background:linear-gradient(180deg,#fff,#f4ecdf);border-radius:18px 18px 0 0;border-bottom:1px solid var(--line)}.product-vial{width:92px;height:160px;border-radius:18px 18px 12px 12px;border:1px solid #d1c6b8;background:linear-gradient(90deg,#f9f5ef,#fff,#eadfcb);position:relative}.product-vial:before{content:'';position:absolute;top:-22px;left:22px;right:22px;height:22px;background:#d9d1c4;border-radius:7px 7px 0 0}.product-vial:after{content:attr(data-label);position:absolute;left:12px;right:12px;top:64px;text-align:center;color:var(--green);font-size:11px;font-weight:900;letter-spacing:.1em}.pill{display:inline-flex;background:#eef4ef;color:var(--green);border:1px solid #dce9df;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800}.price{font-size:24px;font-weight:900;color:var(--green)}.add-to-cart,.small-btn{border:0;background:var(--green);color:#fff;border-radius:8px;padding:12px 14px;font-weight:800;cursor:pointer}.small-btn{padding:7px 10px}.muted{color:var(--muted)}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:26px}.list{line-height:1.9;color:#52645c}.test-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.test-table th,.test-table td{text-align:left;padding:16px;border-bottom:1px solid var(--line)}.test-table th{background:#f3eee5;color:var(--green)}
.calculator-wrap{display:grid;grid-template-columns:1fr 360px;gap:0;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 20px 45px rgba(28,45,36,.08)}.calc-controls{padding:38px}.calc-side{padding:38px;background:#f4eee4;border-left:1px solid var(--line);text-align:center}.calc-group{margin:0 0 30px}.calc-title{text-transform:uppercase;letter-spacing:.16em;font-weight:900;margin-bottom:14px}.option-row{display:flex;flex-wrap:wrap;gap:10px}.option{min-width:58px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:12px 18px;cursor:pointer;color:#596c62}.option.active{border:2px solid var(--green);background:#f4f8f5;color:#061a18;font-weight:900}.custom-input{width:110px;border:1px dashed var(--line);border-radius:12px;padding:12px}.concentration{display:inline-block;padding:12px 16px;background:#f6f1e8;border:1px solid #eee4d6;border-radius:12px;color:#91a194}.big-number{font-size:64px;font-weight:900;color:var(--green);line-height:1}.syringe{height:290px;display:flex;justify-content:center;align-items:center}.syringe-body{width:48px;height:220px;border:2px solid #ddd1bf;border-radius:7px;background:linear-gradient(180deg,#fff,#f4ead8);position:relative}.syringe-body:before{content:'';position:absolute;left:7px;right:7px;bottom:0;height:var(--fill,42%);background:rgba(184,139,85,.26)}.syringe-body:after{content:'';position:absolute;left:54px;top:10px;white-space:pre;color:#79908a;font-size:12px;line-height:41px}.tick{position:absolute;right:-20px;width:14px;border-top:1px solid #d2c5ad}.badge-dose{display:inline-block;background:var(--gold);color:#fff;border-radius:5px;padding:5px 11px;font-weight:900}.calc-results{display:grid;grid-template-columns:1fr 1fr;gap:14px}.result-box{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px}.result-box b{font-size:24px;color:var(--green)}
.cart-layout{display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.cart-row{display:grid;grid-template-columns:1fr auto auto auto;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px;margin-bottom:12px}.qty{display:flex;align-items:center;gap:8px}.summary,.form-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}.summary-row{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:12px 0}.summary-row.total{font-size:22px;font-weight:900;border-bottom:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid .full{grid-column:1/-1}.field label{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:var(--green);font-weight:800;margin-bottom:7px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:12px;background:#fff}.hidden{display:none!important}.payment-box{background:#f6f1e8;border:1px solid var(--line);border-radius:14px;padding:16px;margin-top:16px}.toast{position:fixed;right:20px;bottom:20px;background:var(--green);color:#fff;padding:14px 18px;border-radius:10px;opacity:0;transform:translateY(10px);transition:.2s;z-index:100}.toast.show{opacity:1;transform:none}footer{display:flex;justify-content:space-between;gap:14px;padding:28px 7vw;background:#071512;color:#d8e1db}
@media(max-width:900px){.toprow{grid-template-columns:1fr auto; height:auto; padding:14px}.search{grid-column:1/-1;order:3}.navrow{overflow:auto;justify-content:flex-start;padding:0 14px;gap:22px}.hero,.two-col,.calculator-wrap,.cart-layout{grid-template-columns:1fr}.grid{grid-template-columns:1fr}.hero h1,.page-head h1{font-size:38px}.calc-side{border-left:0;border-top:1px solid var(--line)}.form-grid{grid-template-columns:1fr}.section{padding:38px 18px}.page-head{padding:38px 18px 26px}}

/* Country/language corner */
.icons{gap:14px}.locale-btn{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#071512;font-weight:800;font-size:15px;cursor:pointer;padding:8px 4px}.locale-btn:hover{color:var(--green)}.loc-icon,.globe-icon{font-size:20px;line-height:1}.account-btn{font-size:24px}.locale-modal{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:20px}.locale-backdrop{position:absolute;inset:0;background:rgba(7,21,18,.48);backdrop-filter:blur(2px)}.locale-panel{position:relative;width:min(760px,100%);background:#fffdf9;border:1px solid var(--line);border-radius:22px;padding:34px;box-shadow:0 28px 80px rgba(7,22,19,.28)}.modal-close{position:absolute;right:18px;top:14px;border:0;background:transparent;font-size:34px;line-height:1;color:#42584f;cursor:pointer}.locale-panel h2{font-size:34px;margin:8px 0 8px;color:var(--green)}.locale-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:26px 0}.locale-label{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:900;color:var(--green);margin-bottom:8px}.locale-select{width:100%;border:1px solid var(--line);border-radius:12px;background:#fff;padding:14px 12px;font-weight:700;color:#12231f}.locale-preview{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:12px 0 26px}.locale-preview>div{border:1px solid var(--line);border-radius:14px;background:#f8f2e9;padding:18px;display:flex;justify-content:space-between;align-items:center}.locale-preview span{font-size:30px;font-weight:900;color:var(--green)}.locale-preview small{color:#6d8077;font-weight:700}.modal-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.btn.tiny{padding:9px 12px;font-size:13px}.small-text{font-size:13px}.locale-modal.hidden{display:none!important}
@media(max-width:700px){.locale-grid,.locale-preview{grid-template-columns:1fr}.locale-panel{padding:26px 18px}.locale-panel h2{font-size:27px}.icons{gap:8px}.locale-btn span:last-child{font-size:13px}}


/* FKG Labs black/white premium theme overrides */
body{background:#f7f7f7;color:#050505}.topbar{background:#fff;border-bottom:1px solid #e6e6e6;box-shadow:0 3px 22px rgba(0,0,0,.045)}
.logo-mark{border-color:#111;color:#111;background:#fff}.logo-text{color:#111}.search input{border-color:#dcdcdc;background:#fff;color:#111}.search input:focus{outline:1px solid #111}
.icons{gap:16px}.locale-btn{border:1px solid transparent;background:transparent;color:#111;font-size:13px;letter-spacing:.09em;text-transform:uppercase;padding:9px 7px}.locale-btn:hover{border-color:#111;color:#111}.account-btn{font-size:12px}.icon-cart{font-size:13px;letter-spacing:.09em;text-transform:uppercase;display:inline-flex;align-items:center;gap:6px;padding:9px 7px}.cart-label{font-weight:800}.count{background:#111;color:#fff;right:-9px;top:-9px}
.navrow a.active,.navrow a:hover{border-color:#111;color:#111}.hero{background:linear-gradient(135deg,#fff 0%,#fafafa 48%,#eeeeee 100%)}.section.light{background:#f3f3f3}.hero-card,.card,.summary,.form-card,.locale-panel{background:#fff;border-color:#dedede;box-shadow:0 20px 46px rgba(0,0,0,.065)}
.imgbox{background:linear-gradient(180deg,#fff,#f2f2f2)}.vial-art,.product-vial{background:linear-gradient(90deg,#eeeeee,#fff,#d9d9d9);border-color:#c9c9c9}.vial-art:before,.product-vial:before{background:#d0d0d0}.vial-art:after,.product-vial:after{color:#111;border-color:#d8d8d8}.pill{background:#f4f4f4;color:#111;border-color:#e0e0e0}.price,.eyebrow,.field label,.locale-label,.locale-panel h2,.locale-preview span{color:#111}.btn{background:#111;border-color:#111;color:#fff}.btn.secondary,.btn.ghost{background:#fff;color:#111;border-color:#111}.add-to-cart,.small-btn,.toast{background:#111;color:#fff}.test-table th{background:#f1f1f1;color:#111}.calc-side{background:#f4f4f4}.option.active{border-color:#111;background:#f7f7f7;color:#050505}.concentration,.payment-box,.locale-preview>div{background:#f6f6f6;border-color:#e1e1e1}.syringe-body{background:linear-gradient(180deg,#fff,#eee);border-color:#cdcdcd}.syringe-body:before{background:rgba(0,0,0,.16)}.badge-dose{background:#111;color:#fff}.result-box b{color:#111}footer{background:#050505;color:#f2f2f2}
.loc-icon,.globe-icon{display:none!important}

/* Home trust bar */
.why-section{background:#fff;padding:54px 7vw 64px;border-top:1px solid #eeeeee}.why-section h2{font-size:38px;line-height:1.15;margin:0 0 58px;font-weight:500;color:#050505}.why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:46px;align-items:start}.why-item{text-align:center}.why-icon{height:94px;display:grid;place-items:center;margin-bottom:28px}.why-icon svg{width:92px;height:92px;fill:none;stroke:#050505;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.why-item h3{font-size:28px;line-height:1.15;margin:0 0 16px;font-weight:900;color:#050505}.why-item p{font-size:20px;line-height:1.45;letter-spacing:.08em;margin:0 auto;max-width:310px;color:#050505}
@media(max-width:900px){.why-section{padding:42px 18px 48px}.why-section h2{font-size:32px;margin-bottom:34px}.why-grid{grid-template-columns:1fr;gap:34px}.why-item p{font-size:18px;letter-spacing:.04em}.why-item h3{font-size:25px}}

/* Added home sections */
.process-section{background:#ffffff;padding-top:22px;padding-bottom:46px}.process-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.process-image-wrap img{width:100%;display:block;border-radius:22px;border:1px solid #dedede;box-shadow:0 18px 40px rgba(0,0,0,.08)}.process-copy h2{font-size:34px;line-height:1.1;margin:0 0 20px;color:#050505}.process-copy p{font-size:18px;line-height:1.75;color:#303030;margin:0 0 22px}.process-list{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:14px}.process-list li{position:relative;padding-left:28px;font-size:18px;line-height:1.55;color:#111}.process-list li:before{content:'•';position:absolute;left:8px;top:-2px;font-size:24px;color:#111}
.purity-banner{padding-top:0;padding-bottom:56px}.purity-overlay{border-radius:0;overflow:hidden;min-height:540px;background:linear-gradient(rgba(0,0,0,.58),rgba(0,0,0,.58)),url('assets/purity-bg.jpg') center/cover no-repeat;display:grid;place-items:center;padding:40px 24px}.purity-content{max-width:760px;text-align:center;color:#fff}.purity-content h2{font-size:78px;line-height:.98;margin:0 0 24px;font-weight:900;letter-spacing:-.03em}.purity-content p{font-size:18px;line-height:1.7;color:#f2f2f2;margin:0 auto 32px;max-width:640px}.purity-content .btn{min-width:168px}

/* Footer based on reference */
.site-footer-wrap{margin-top:0}.newsletter-band{background:#050505;color:#fff;padding:58px 7vw 36px;border-top:1px solid #111}.newsletter-inner{max-width:860px;margin:0 auto;text-align:center}.newsletter-inner h2{font-size:30px;line-height:1.15;margin:0 0 10px}.newsletter-inner p{margin:0 0 28px;color:#cfcfcf;font-size:17px}.newsletter-form{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}.newsletter-form input{width:min(420px,100%);height:56px;padding:0 18px;border-radius:6px;border:1px solid #3a3a3a;background:#141414;color:#fff}.newsletter-form input::placeholder{color:#9e9e9e}.newsletter-form .btn{min-width:126px}
.site-footer{background:#050505;color:#f2f2f2;padding:44px 7vw 54px}.footer-grid{display:grid;grid-template-columns:1.35fr .65fr .65fr;gap:54px;align-items:start}.footer-brand p{font-size:17px;line-height:1.8;color:#d1d1d1;max-width:560px}.footer-logo{margin-bottom:18px;display:inline-flex}.site-footer .logo-mark{border-color:#8a8a8a;color:#fff;background:transparent}.site-footer .logo-text{color:#d5d5d5}.site-footer h3{margin:0 0 18px;font-size:18px;color:#fff}.site-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:14px}.site-footer li,.site-footer a{color:#d5d5d5;font-size:17px}.site-footer a:hover{color:#fff}.footer-support{margin-top:24px}.footer-support a{color:#fff}

@media(max-width:900px){.process-grid,.footer-grid{grid-template-columns:1fr}.process-copy h2{font-size:30px}.process-list li,.process-copy p{font-size:17px}.purity-overlay{min-height:420px}.purity-content h2{font-size:48px}.newsletter-inner h2{font-size:26px}.site-footer,.newsletter-band{padding-left:18px;padding-right:18px}}


/* About page */
.about-head{text-align:center}.about-head .lead{max-width:none}.about-section{padding-top:46px;padding-bottom:34px}.about-section-second{padding-top:8px;padding-bottom:56px}.about-block{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}.about-copy h2{font-size:33px;line-height:1.15;margin:0 0 24px;color:#050505}.about-copy p{font-size:17px;line-height:1.75;color:#46515d;margin:0 0 22px}.about-link{display:inline-block;margin-top:8px;font-size:17px;font-weight:800;color:#111}.about-link:hover{text-decoration:underline}.about-media img{display:block;width:100%;border-radius:4px;border:1px solid #e1e1e1}.about-block-reverse .about-copy{order:2}.about-block-reverse .about-media{order:1}@media(max-width:900px){.about-block{grid-template-columns:1fr;gap:24px}.about-copy h2{font-size:28px}.about-block-reverse .about-copy,.about-block-reverse .about-media{order:initial}}

/* Peptide calculator v2 */
.calc-page-head{text-align:center}
.calc-page-head .lead{max-width:820px;margin-left:auto;margin-right:auto}
.calc-v2-section{padding-top:34px}
.pep-calc-v2{background:#fff;border:1px solid #e4e8ee;border-radius:18px;overflow:hidden;box-shadow:0 18px 46px rgba(0,0,0,.055)}
.calc-v2-top{display:grid;grid-template-columns:1.08fr .92fr;gap:38px;padding:34px 36px 42px;background:#fff}
.calc-v2-panel h2,.calc-v2-result h2{font-size:21px;line-height:1.15;margin:0 0 24px;color:#030b1d;text-transform:uppercase;letter-spacing:.035em}
.syringe-card-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.syringe-card{min-height:188px;text-align:left;border:1px solid #dce3ed;background:#fff;border-radius:14px;padding:24px 22px;cursor:pointer;color:#071227;transition:.18s box-shadow,.18s border-color,.18s background}
.syringe-card.active{border:2px solid #111;background:#f7f7f7;box-shadow:0 16px 34px rgba(0,0,0,.07)}
.syringe-card strong{display:block;font-size:18px;margin:20px 0 6px}
.syringe-card small{font-size:15px;color:#5b6d83}
.syringe-illustration{height:72px;display:flex;align-items:center;position:relative}
.syringe-plunger{width:60px;height:7px;background:#111;display:inline-block;position:relative}
.syringe-plunger:before{content:"";position:absolute;left:0;top:-10px;width:9px;height:27px;border-radius:4px;background:#111}
.syringe-plunger:after{content:"";position:absolute;left:9px;top:-6px;width:30px;height:19px;background:#111}
.syringe-barrel{width:198px;height:42px;border:2px solid #cbd7e4;background:#eaf4fb;border-radius:6px;display:flex;align-items:center;justify-content:space-around;padding:0 18px}
.syringe-card[data-syringe="0.5"] .syringe-barrel{width:170px}
.syringe-barrel i{display:block;width:2px;height:24px;background:#91a8bd}
.syringe-needle{width:42px;height:4px;background:#111;display:inline-block;position:relative}
.syringe-needle:before{content:"";position:absolute;left:0;top:-7px;width:22px;height:18px;background:#111}
.value-group{margin-bottom:28px}
.value-group label{display:block;font-size:17px;font-weight:900;color:#071227;margin-bottom:12px}
.value-row{display:flex;flex-wrap:wrap;gap:10px}
.value-btn,.value-custom{height:44px;border:1px solid #dce3ed;background:#fff;color:#071227;border-radius:2px;padding:0 16px;font-size:17px;min-width:72px}
.value-btn{cursor:pointer}
.value-btn.active{background:#111;border-color:#111;color:#fff}
.value-custom{width:92px}
.calc-v2-result{border-top:1px solid #e4e8ee;background:#f8fafc;padding:38px 40px 34px}
.result-main{font-size:26px;line-height:1.35;font-weight:900;margin:0 0 6px;color:#071227}
.result-main strong{color:#111}
.result-sub{font-size:16px;color:#5b6d83;margin:0 0 34px}
.syringe-scale-wrap{position:relative;margin:28px 0 34px;padding-top:28px;overflow:hidden;--badge-left:10%}
.scale-badge{position:absolute;top:0;left:var(--badge-left);transform:translateX(-50%);background:#071227;color:#fff;border-radius:7px;padding:7px 22px;min-width:84px;text-align:center;font-size:22px;font-weight:900;z-index:4}
.scale-badge:after{content:"";position:absolute;left:50%;top:100%;transform:translateX(-50%);width:5px;height:26px;background:#071227;border-radius:0 0 4px 4px}
.syringe-scale{position:relative;width:100%;min-width:0;height:66px;border:3px solid #b6c8db;border-radius:8px;background:#edf7fd;overflow:visible;--fill-width:10%}
.scale-fill{position:absolute;left:0;top:0;bottom:0;width:var(--fill-width);background:#74d8ff;border-radius:5px 0 0 5px;z-index:1}
.scale-marks{position:absolute;inset:0;z-index:2}
.scale-mark{position:absolute;bottom:0;width:2px;height:100%;background:#9ab0c5}
.scale-mark.major{width:4px;height:112%;bottom:-6%;background:#40546a}
.scale-labels{position:absolute;left:0;right:0;top:100%;height:30px;z-index:3}
.scale-label{position:absolute;top:7px;transform:translateX(-50%);font-size:18px;font-weight:800;color:#6c7b8a}
.calc-v2-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px}
.calc-v2-stats div{background:#fff;border:1px solid #e1e6ee;border-radius:12px;padding:16px}
.calc-v2-stats span{display:block;color:#6b7280;font-size:13px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;margin-bottom:6px}
.calc-v2-stats strong{font-size:20px;color:#071227}
@media(max-width:1000px){.calc-v2-top{grid-template-columns:1fr}.syringe-card-row{grid-template-columns:1fr}.calc-v2-stats{grid-template-columns:1fr}.calc-v2-top,.calc-v2-result{padding-left:18px;padding-right:18px}.result-main{font-size:22px}}


/* Calculator scale fix */
.syringe-scale-wrap{position:relative;margin:28px 0 34px;padding-top:44px;overflow:hidden;--badge-left:10%;--cursor-left:10%}
.scale-badge{position:absolute;top:0;left:var(--badge-left);transform:translateX(-50%);background:#071227;color:#fff;border-radius:7px;padding:7px 18px;min-width:84px;text-align:center;font-size:22px;font-weight:900;z-index:6}
.scale-badge:after{content:none}
.scale-cursor{position:absolute;left:var(--cursor-left);top:34px;transform:translateX(-50%);width:4px;height:52px;background:#071227;border-radius:4px;z-index:5}
.syringe-scale{position:relative;width:100%;min-width:0;height:66px;border:3px solid #b6c8db;border-radius:8px;background:#edf7fd;overflow:hidden;--fill-width:10%}
.scale-fill{position:absolute;left:0;top:0;bottom:0;width:var(--fill-width);background:#7fdcff;border-radius:5px 0 0 5px;z-index:1}
.scale-mark{position:absolute;bottom:0;width:2px;height:100%;background:#9ab0c5}
.scale-mark.major{width:4px;height:100%;bottom:0;background:#40546a}
.scale-labels{position:absolute;left:0;right:0;top:100%;height:30px;z-index:3}
.scale-label{position:absolute;top:7px;transform:translateX(-50%);font-size:18px;font-weight:800;color:#6c7b8a}


/* Calculator labels emphasis */
.scale-labels{position:absolute;left:0;right:0;top:100%;height:36px;z-index:3}\n.scale-label{position:absolute;top:6px;transform:translateX(-50%);font-size:18px;font-weight:900;color:#617086;line-height:1}\n

/* Final calculator labels fix */
.syringe-scale-wrap{padding-top:44px;padding-bottom:42px;overflow:visible !important;}
.syringe-scale{overflow:visible !important;}
.scale-labels{position:absolute;left:0;right:0;top:100%;height:36px;z-index:6;pointer-events:none;}
.scale-label{position:absolute;top:10px;transform:translateX(-50%);font-size:18px;font-weight:900;color:#5f6f83;line-height:1;white-space:nowrap;}


/* Bottom numbers under calculator bar */
.scale-labels{display:none !important;}
.syringe-scale-wrap{padding-bottom:12px !important;margin-bottom:8px !important;}
.scale-number-row{position:relative;height:28px;margin-top:10px;}
.scale-number{position:absolute;top:0;transform:translateX(-50%);font-size:18px;font-weight:800;color:#5f6f83;line-height:1;white-space:nowrap;}


/* Fit calculator numbers on screen */
.scale-number-row{position:relative;height:28px;margin-top:10px;padding:0 12px;box-sizing:border-box;}
.scale-number{position:absolute;top:0;transform:translateX(-50%);font-size:18px;font-weight:800;color:#5f6f83;line-height:1;white-space:nowrap;}
.scale-number:first-child{left:0 !important;transform:none;}
.scale-number:last-child{left:100% !important;transform:translateX(-100%);}
@media(max-width:900px){.scale-number{font-size:16px}.scale-number-row{padding:0 8px;height:24px}}


/* Site logo image */
.logo{display:inline-flex;align-items:center;text-decoration:none}.logo-img{display:block;height:58px;width:auto;object-fit:contain}.footer-logo-img{height:72px}.toprow .logo{min-width:120px}@media(max-width:900px){.logo-img{height:50px}.footer-logo-img{height:64px}}


/* Rounded logo corners */
.logo-img{border-radius:10px;}
.footer-logo-img{border-radius:12px;}


/* Catalogue with categories */
#productGrid{display:block}
.catalog-category-block{margin-bottom:48px}
.catalog-category-block h2{font-size:30px;line-height:1.15;margin:0 0 18px;color:#050505}
.catalog-list{display:grid;gap:12px}
.catalog-item{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center;background:#fff;border:1px solid #dedede;border-radius:14px;padding:18px 20px;box-shadow:0 10px 26px rgba(0,0,0,.035)}
.catalog-info h3{margin:6px 0 0;font-size:20px;line-height:1.25;color:#050505}
.catalog-category{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:#6f6f6f;font-weight:900}
.catalog-actions{display:flex;align-items:center;gap:16px}
.catalog-actions .price{margin:0;min-width:78px;text-align:right}
@media(max-width:700px){
  .catalog-item{grid-template-columns:1fr}
  .catalog-actions{justify-content:space-between}
  .catalog-actions .price{text-align:left}
}


/* Products page top inspired layout */
.catalog-hero{padding-top:34px;padding-bottom:22px}
.catalog-hero h1{font-size:56px;line-height:1.05;margin:14px 0 28px;color:#0b2535}
.catalog-searchbar{max-width:640px;position:relative;margin-bottom:42px}
.catalog-searchbar input{width:100%;height:48px;border:1px solid #d9cfbf;border-radius:14px;padding:0 56px 0 18px;font-size:17px;background:#fffefb;color:#42595c;font-family:inherit}
.catalog-searchbar input:focus{outline:none;border-color:#20382a;box-shadow:0 0 0 2px rgba(32,56,42,.06)}
.catalog-search-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:38px;height:38px;border:0;background:transparent;color:#20382a;font-size:24px;cursor:pointer}
.catalog-pills{display:flex;flex-wrap:wrap;gap:10px 12px;margin-bottom:28px}
.catalog-pill{border:1px solid #d9cfbf;background:transparent;color:#6e796f;border-radius:999px;padding:10px 18px;font-size:15px;font-family:inherit;cursor:pointer;transition:.18s ease}
.catalog-pill:hover,.catalog-pill.active{border-color:#20382a;color:#20382a;background:#f4f0e7}
.catalog-count{font-size:16px;color:#6b7c72;margin:0}
.catalog-results-section{padding-top:18px}
#productGrid{display:block}
.catalog-category-block{margin-bottom:0}
.catalog-category-block h2{font-size:28px;margin:0 0 16px;color:#0b2535}
@media(max-width:900px){.catalog-hero h1{font-size:40px}.catalog-searchbar{margin-bottom:28px}.catalog-pill{font-size:14px;padding:9px 14px}}


/* Catalog black & white cleanup */
.catalog-title-only{font-size:56px;line-height:1.05;margin:10px 0 28px;color:#000 !important;text-transform:uppercase;}
.catalog-hero .eyebrow{display:none !important;}
.catalog-hero h1{color:#000 !important;}
.catalog-pill{border-color:#d3d3d3;color:#4f4f4f;background:#fff;}
.catalog-pill:hover,.catalog-pill.active{border-color:#000;color:#000;background:#f7f7f7;}
.catalog-count{color:#5f5f5f;}
.catalog-category-block h2{display:none !important;}
.catalog-category{display:none !important;}
.catalog-item h3,.catalog-info h3{margin-top:0 !important;}
.catalog-searchbar input{border-color:#d7d7d7;color:#111;background:#fff;}
.catalog-search-btn{color:#111;}


/* Product images in catalogue */

.catalog-list{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.catalog-item{
  display:flex;
  flex-direction:column;
  gap:14px;
  align-items:stretch;
  background:#fff;
  border:1px solid #dedede;
  border-radius:16px;
  padding:16px;
  box-shadow:0 10px 26px rgba(0,0,0,.035);
  height:100%;
}
.catalog-image-wrap{
  background:#f8f8f8;
  border:1px solid #ececec;
  border-radius:14px;
  overflow:hidden;
  aspect-ratio:4/5;
  display:flex;
  align-items:center;
  justify-content:center;
}
.catalog-image{
  width:112%;
  height:112%;
  object-fit:cover;
  object-position:center;
  display:block;
}
.catalog-info h3{
  margin:0;
  font-size:24px;
  line-height:1.2;
}
.catalog-category{display:none !important;}
.catalog-actions{
  margin-top:auto;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:10px;
}
.catalog-actions .price{
  margin:0;
  min-width:0;
  text-align:left;
  font-size:22px;
  font-weight:700;
  color:#050505;
}
.catalog-actions .add-to-cart{
  width:100%;
  justify-content:center;
}
@media (max-width: 1100px){
  .catalog-list{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media (max-width: 700px){
  .catalog-list{grid-template-columns:1fr 1fr; gap:14px;}
  .catalog-item{padding:14px;}
  .catalog-info h3{font-size:20px;}
}
@media (max-width: 520px){
  .catalog-list{grid-template-columns:1fr;}
}


/* Product detail modal */
.catalog-image-wrap{
  padding:0;
  cursor:pointer;
  appearance:none;
}
.catalog-image-wrap:hover{
  border-color:#cfcfcf;
  box-shadow:0 10px 22px rgba(0,0,0,.06);
}
.product-detail-modal{position:fixed;inset:0;z-index:260;display:grid;place-items:center;padding:20px}
.product-detail-modal.hidden{display:none !important}
.product-detail-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.48);backdrop-filter:blur(2px)}
.product-detail-panel{position:relative;width:min(1120px,100%);max-height:92vh;overflow:auto;background:#fff;border:1px solid #dedede;border-radius:24px;box-shadow:0 32px 90px rgba(0,0,0,.22);padding:28px}
.product-detail-close{color:#111}
.product-detail-layout{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(420px,1.18fr);gap:32px;align-items:start}
.product-detail-image-card{background:#f8f8f8;border:1px solid #ececec;border-radius:22px;padding:12px;display:flex;align-items:center;justify-content:center;height:min(520px,calc(92vh - 170px));min-height:420px;overflow:hidden}
.product-detail-image-card img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;object-position:center center;display:block;margin:0 auto;border-radius:14px}
.product-detail-image-placeholder{font-size:20px;font-weight:800;color:#111;text-align:center;padding:40px}
.product-detail-category{display:inline-flex;padding:8px 12px;border-radius:999px;background:#f4f4f4;border:1px solid #e6e6e6;font-size:12px;text-transform:uppercase;letter-spacing:.11em;font-weight:900;color:#555}
.product-detail-summary h2{font-size:52px;line-height:1.02;margin:14px 0 12px;color:#050505}
.product-detail-price{font-size:48px;font-weight:900;color:#050505;margin:0 0 20px}
.product-detail-note{font-size:15px;line-height:1.65;color:#5a5a5a;margin:0 0 18px}
.product-detail-controls{display:grid;grid-template-columns:190px 1fr;gap:14px;align-items:center;margin:0 0 18px}
.product-qty{display:grid;grid-template-columns:52px 1fr 52px;border:1px solid #d8d8d8;border-radius:14px;overflow:hidden;background:#fafafa;height:58px}
.product-qty button{border:0;background:#f6f6f6;color:#111;font-size:26px;font-weight:800;cursor:pointer}
.product-qty button:hover{background:#ececec}
.product-qty-value{display:grid;place-items:center;font-size:28px;font-weight:800;color:#111;border-left:1px solid #e1e1e1;border-right:1px solid #e1e1e1;background:#fff}
.product-modal-cta{height:58px;border-radius:14px;font-size:17px;font-weight:900;letter-spacing:.02em}
.product-offers{display:grid;gap:14px;margin:0 0 22px}
.product-offer{display:grid;grid-template-columns:1fr auto auto;gap:18px;align-items:center;border:1px solid #dedede;background:#fafafa;border-radius:18px;padding:18px 20px}
.product-offer-qty{font-size:28px;font-weight:800;color:#111}
.product-offer-qty small{display:block;font-size:14px;font-weight:600;color:#666;margin-top:4px}
.product-offer-badge{background:#111;color:#fff;border-radius:10px;padding:12px 16px;font-weight:900;min-width:84px;text-align:center}
.product-offer-price{background:#111;color:#fff;border-radius:14px;padding:14px 18px;font-weight:900;font-size:24px;white-space:nowrap}
.product-offer-price span{font-size:14px;font-weight:700;opacity:.9}
.product-detail-bottom{margin-top:24px;border-top:1px solid #ececec;padding-top:24px}
.product-detail-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:18px}
.product-trust-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #e3e3e3;border-radius:16px;background:#fafafa}
.product-trust-icon{width:38px;height:38px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:18px;font-weight:900;flex:0 0 auto}
.product-trust-item strong{display:block;font-size:16px;color:#111}
.product-trust-item small{display:block;color:#6a6a6a;font-size:13px;margin-top:2px}
.product-description-box{border:1px solid #e3e3e3;border-radius:18px;background:#fff;padding:22px}
.product-description-box h3{margin:0 0 10px;font-size:24px;color:#050505}
.product-description-box p{margin:0;font-size:16px;line-height:1.75;color:#404040}
.product-description-legal{margin-top:12px;font-size:13px;color:#6b6b6b;text-transform:uppercase;letter-spacing:.06em;font-weight:700}
@media (max-width: 980px){
  .product-detail-layout{grid-template-columns:1fr;}
  .product-detail-image-card{height:auto;min-height:380px;padding:10px}
  .product-detail-image-card img{width:100%;height:100%;max-width:100%;max-height:420px;object-fit:cover;object-position:center center}
  .product-detail-summary h2{font-size:40px}
  .product-detail-price{font-size:38px}
  .product-detail-controls{grid-template-columns:1fr}
  .product-detail-trust{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .product-detail-panel{padding:18px 14px 16px}
  .product-detail-image-card{height:auto;min-height:320px;padding:8px}
  .product-detail-image-card img{width:100%;height:100%;max-width:100%;max-height:320px;object-fit:cover;object-position:center center}
  .product-detail-summary h2{font-size:32px}
  .product-detail-price{font-size:31px}
  .product-offer{grid-template-columns:1fr;gap:12px}
  .product-offer-price{width:100%;text-align:center}
  .product-offer-badge{justify-self:start}
}


/* Catalog sort filter */
.catalog-sortbar{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin:0 0 18px;
}
.catalog-sortbar label{
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:#111;
}
.catalog-sort-select{
  height:44px;
  border:1px solid #d7d7d7;
  border-radius:999px;
  background:#fff;
  color:#111;
  padding:0 18px;
  font-weight:700;
  cursor:pointer;
}
.catalog-sort-select:focus{
  outline:none;
  border-color:#000;
  box-shadow:0 0 0 2px rgba(0,0,0,.06);
}


/* Legal pages */
.legal-head{background:#fff;}
.legal-section{padding-top:38px;}
.legal-wrap{max-width:980px;margin:0 auto;display:grid;gap:16px;}
.legal-card{background:#fff;border:1px solid #dedede;border-radius:16px;padding:24px 26px;box-shadow:0 10px 26px rgba(0,0,0,.035);}
.legal-card h2{font-size:24px;line-height:1.2;margin:0 0 10px;color:#050505;}
.legal-card p{font-size:17px;line-height:1.75;margin:0;color:#3f3f3f;}


/* Home product hero image */
.home-product-card{
  display:flex;
  align-items:center;
  justify-content:center;
  justify-self:center;
  width:min(100%,560px);
  padding:0;
  min-height:auto;
  overflow:hidden;
  box-sizing:border-box;
  background:transparent;
  border:none;
  box-shadow:none;
  border-radius:0;
}
.home-product-image{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:460px;
  object-fit:contain;
  display:block;
  border-radius:18px;
}
@media(max-width:900px){
  .home-product-card{width:100%;padding:0}
  .home-product-image{max-height:360px}
}


/* Cart drawer popup */
.cart-drawer{position:fixed;inset:0;z-index:120;pointer-events:none}
.cart-drawer.show{pointer-events:auto}
.cart-drawer.hidden{display:none}
.cart-drawer-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.28);opacity:0;transition:opacity .18s ease}
.cart-drawer.show .cart-drawer-backdrop{opacity:1}
.cart-drawer-panel{position:absolute;top:0;right:0;height:100%;width:min(100%,460px);background:#fff;border-left:1px solid var(--line);box-shadow:-24px 0 60px rgba(0,0,0,.16);display:flex;flex-direction:column;transform:translateX(100%);transition:transform .18s ease}
.cart-drawer.show .cart-drawer-panel{transform:translateX(0)}
.cart-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:28px 22px;border-bottom:1px solid var(--line)}
.cart-drawer-header h2{margin:0;font-size:24px;line-height:1.1}
.cart-drawer-close{border:0;background:transparent;color:var(--text);font-size:36px;line-height:1;cursor:pointer;padding:0}
.cart-drawer-body{flex:1;overflow:auto;padding:14px 22px 22px}
.cart-drawer-item{display:grid;grid-template-columns:82px 1fr;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}
.cart-drawer-thumb{width:82px;height:82px;border:1px solid #ededed;border-radius:10px;background:#fafafa;display:flex;align-items:center;justify-content:center;overflow:hidden}
.cart-drawer-thumb img{width:auto;height:100%;max-width:100%;object-fit:contain;display:block}
.cart-drawer-thumb.placeholder{background:linear-gradient(180deg,#fafafa 0%,#f0f0f0 100%)}
.cart-drawer-item-main{display:flex;flex-direction:column;justify-content:space-between;gap:10px;min-width:0}
.cart-drawer-item-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}
.cart-drawer-item-top h3{margin:0;font-size:18px;line-height:1.25;font-weight:700}
.cart-drawer-item-price{margin-top:6px;font-size:16px;font-weight:700;color:var(--text)}
.cart-drawer-remove{border:0;background:transparent;color:#7a7a7a;font-size:28px;line-height:1;cursor:pointer;padding:0 2px;flex:0 0 auto}
.cart-drawer-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}
.cart-drawer-qty{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:10px;overflow:hidden;background:#fff}
.cart-drawer-qty button{width:38px;height:38px;border:0;background:#f5f5f5;color:var(--text);font-size:22px;cursor:pointer}
.cart-drawer-qty span{min-width:42px;text-align:center;font-weight:700}
.cart-drawer-line-total{font-size:15px;font-weight:800;color:var(--text)}
.cart-drawer-line-total span{color:#777;font-weight:600}
.cart-drawer-footer{border-top:1px solid var(--line);padding:18px 22px 22px;background:#fff}
.cart-drawer-subtotal-row{display:flex;align-items:center;justify-content:space-between;font-size:18px;margin-bottom:6px}
.cart-drawer-subtotal-row strong{font-size:18px}
.cart-drawer-shipping-note{margin:0 0 16px;color:var(--muted);font-size:14px}
.cart-drawer-actions{display:flex;flex-direction:column;gap:10px}
.cart-drawer-checkout{width:100%;min-height:52px;border-radius:10px}
.cart-drawer-continue{width:100%;min-height:50px;border-radius:10px;background:#fff;color:var(--text);border-color:var(--line)}
.cart-drawer-empty{padding:28px 0;display:flex;flex-direction:column;gap:16px;align-items:flex-start}
.cart-drawer-empty p{margin:0;color:var(--muted);font-size:16px}
@media (max-width: 640px){
  .cart-drawer-panel{width:100%}
  .cart-drawer-header{padding:22px 18px}
  .cart-drawer-body,.cart-drawer-footer{padding-left:18px;padding-right:18px}
  .cart-drawer-item{grid-template-columns:72px 1fr;gap:12px}
  .cart-drawer-thumb{width:72px;height:72px}
}


/* Test results hero */
.tests-hero{padding:64px 7vw 58px;background:#fff;border-bottom:1px solid var(--line)}
.tests-hero-inner{max-width:780px}
.tests-hero-eyebrow{margin:0 0 22px;text-transform:uppercase;letter-spacing:.28em;font-size:13px;font-weight:900;color:#111}
.tests-hero h1{margin:0 0 22px;font-family:Inter,Segoe UI,Arial,sans-serif;font-style:normal;font-weight:900;font-size:68px;line-height:1.02;letter-spacing:-.04em;color:#050505}
.tests-hero-copy{margin:0;max-width:690px;font-size:17px;line-height:1.8;color:#4f4f4f}
@media(max-width:900px){
  .tests-hero{padding:42px 18px 36px}
  .tests-hero h1{font-size:40px;line-height:1.05}
  .tests-hero-eyebrow{font-size:11px;letter-spacing:.22em}
  .tests-hero-copy{font-size:16px}
}

/* Test results cards and search */
.tests-list-section{padding-top:40px}
.tests-searchbar{display:flex;align-items:center;width:min(720px,100%);height:54px;background:#fff;border:1px solid #d7d7d7;border-radius:12px;overflow:hidden;margin:0 0 18px}
.tests-searchbar input{flex:1;height:100%;border:0;background:transparent;padding:0 18px;font-size:16px;color:#111}
.tests-searchbar input:focus{outline:none}
.tests-searchbar button{width:58px;height:100%;border:0;background:#111;color:#fff;font-size:22px;cursor:pointer}
.tests-count{margin:0 0 22px;color:#555;font-size:16px}
.tests-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.test-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 14px 34px rgba(0,0,0,.045);display:flex;flex-direction:column}
.test-card-image{display:block;background:#f7f7f7;border-bottom:1px solid var(--line);height:380px;overflow:hidden}
.test-card-image img{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .2s ease}
.test-card:hover .test-card-image img{transform:scale(1.015)}
.test-card-body{padding:20px}
.test-card-body h2{margin:0 0 14px;font-size:23px;line-height:1.18;color:#050505}
.test-meta{display:grid;gap:9px;margin-bottom:18px;color:#555;font-size:15px}
.test-meta strong{color:#111}
.test-card-link{width:100%;min-height:46px}
.tests-empty{margin:24px 0 0;color:#666;font-size:17px}
@media(max-width:1100px){.tests-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.test-card-image{height:340px}}
@media(max-width:680px){.tests-grid{grid-template-columns:1fr}.test-card-image{height:320px}.tests-searchbar{height:50px}}


/* Account modal */
.account-modal{position:fixed;inset:0;z-index:210;display:grid;place-items:center;padding:20px}
.account-modal.hidden{display:none!important}
.account-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.42);backdrop-filter:blur(2px)}
.account-panel{position:relative;width:min(720px,100%);max-height:92vh;overflow:auto;background:#fff;border:1px solid var(--line);border-radius:20px;padding:34px;box-shadow:0 28px 90px rgba(0,0,0,.25)}
.account-close{right:18px;top:14px}
.account-panel h2{font-size:34px;line-height:1.1;margin:8px 0 10px;color:#050505}
.account-lead,.account-note{color:#555;line-height:1.65}
.account-tabs{display:flex;border:1px solid var(--line);border-radius:12px;overflow:hidden;margin:24px 0}
.account-tab{flex:1;border:0;background:#fff;color:#111;padding:14px 18px;font-weight:900;cursor:pointer}
.account-tab.active{background:#111;color:#fff}
.account-form{display:grid;gap:16px}
.account-submit{width:100%;min-height:50px;margin-top:4px}
.account-card{display:flex;align-items:center;gap:16px;background:#f7f7f7;border:1px solid var(--line);border-radius:16px;padding:18px;margin:20px 0}
.account-avatar{width:56px;height:56px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-weight:900;font-size:14px;letter-spacing:.06em}
.account-card h3{margin:0 0 4px;font-size:22px}
.account-card p{margin:0}
.account-actions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 22px}
.account-actions-grid .btn{text-align:center}
.account-actions{display:flex;justify-content:flex-end;margin-top:18px}
.account-logout{background:#fff;color:#111;border:1px solid var(--line)}
@media(max-width:720px){
  .account-panel{padding:26px 18px;border-radius:16px}
  .account-actions-grid{grid-template-columns:1fr}
  .account-panel h2{font-size:28px}
}

button:disabled,.btn:disabled{opacity:.55;cursor:not-allowed}


/* ===== MOBILE CLEAN V3 — desktop unchanged ===== */
/* Objetivo: manter topo completo visível, páginas no topo e catálogo com 4 produtos por linha. */
@media (max-width: 900px){
  body{
    overflow-x:hidden;
  }

  /* Header compacto, sem menu escondido */
  .topbar{
    position:sticky;
    top:0;
    z-index:120;
    background:#fff;
  }

  .toprow{
    display:grid;
    grid-template-columns:auto minmax(0,1fr);
    grid-template-areas:
      "logo icons"
      "search search";
    align-items:center;
    gap:8px 8px;
    height:auto;
    padding:8px 10px 10px;
  }

  .toprow .logo{
    grid-area:logo;
    min-width:0;
  }

  .logo-img{
    height:38px;
    width:auto;
    max-width:72px;
    object-fit:contain;
    border-radius:7px;
  }

  .toprow > div:empty{
    display:none;
  }

  .icons{
    grid-area:icons;
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    justify-content:flex-end;
    align-items:center;
    gap:5px;
    min-width:0;
    width:100%;
  }

  .locale-btn,
  .account-btn,
  .icon-cart{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:36px;
    min-height:36px;
    border:1px solid #dedede;
    border-radius:9px;
    background:#fff;
    color:#050505;
    padding:0 9px;
    font-size:12px;
    line-height:1;
    font-weight:900;
    letter-spacing:.02em;
    white-space:nowrap;
  }

  .account-btn{
    font-size:11px;
    padding:0 9px;
  }

  .icon-cart{
    position:relative;
    gap:5px;
    font-size:11px;
    padding:0 9px;
  }

  .cart-label{
    font-size:11px;
    font-weight:900;
    letter-spacing:.02em;
  }

  .count{
    position:static;
    min-width:16px;
    height:16px;
    border-radius:999px;
    font-size:10px;
    padding:0 4px;
    display:inline-grid;
    place-items:center;
  }

  .search{
    grid-area:search;
    width:100%;
    order:initial;
  }

  .search input{
    width:100%;
    height:42px;
    border-radius:11px;
    padding:0 13px;
    font-size:15px;
  }

  /* Páginas sempre visíveis no topo, em scroll horizontal */
  .navrow{
    display:flex !important;
    height:auto;
    overflow-x:auto;
    overflow-y:hidden;
    justify-content:flex-start;
    align-items:center;
    gap:8px;
    padding:8px 10px 10px;
    border-top:1px solid #eeeeee;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }

  .navrow::-webkit-scrollbar{
    display:none;
  }

  .navrow a{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 12px;
    border:1px solid #dedede;
    border-radius:999px;
    background:#fff;
    color:#111;
    font-size:11px;
    line-height:1;
    font-weight:900;
    letter-spacing:.04em;
    white-space:nowrap;
    text-transform:uppercase;
  }

  .navrow a.active,
  .navrow a:hover{
    background:#111;
    color:#fff;
    border-color:#111;
  }

  /* Homepage limpa e proporcional */
  .hero{
    min-height:auto;
    grid-template-columns:1fr;
    gap:18px;
    padding:26px 16px 24px;
  }

  .eyebrow{
    font-size:11px;
    letter-spacing:.18em;
  }

  .hero h1{
    font-size:32px;
    line-height:1.06;
    letter-spacing:-.02em;
    margin:10px 0 14px;
  }

  .lead{
    font-size:16px;
    line-height:1.58;
  }

  .hero .btn{
    width:100%;
    min-height:46px;
    margin:0 0 10px;
    border-radius:10px;
    font-size:15px;
  }

  .hero-card,
  .home-product-card{
    width:100%;
    min-height:0;
    padding:0;
    overflow:hidden;
    border-radius:16px;
  }

  .home-product-image{
    width:100%;
    max-height:300px;
    object-fit:cover;
    object-position:center;
    display:block;
  }

  .section{
    padding:30px 16px;
  }

  .page-head{
    padding:30px 16px 24px;
  }

  .page-head h1{
    font-size:34px;
    line-height:1.08;
  }

  /* Ícones/emblemas lado a lado quando possível */
  .why-section{
    padding:34px 16px 38px;
  }

  .why-section h2{
    font-size:28px;
    margin-bottom:26px;
  }

  .why-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px 14px;
  }

  .why-icon{
    height:58px;
    margin-bottom:12px;
  }

  .why-icon svg{
    width:56px;
    height:56px;
    stroke-width:3;
  }

  .why-item h3{
    font-size:17px;
    line-height:1.15;
    margin-bottom:8px;
  }

  .why-item p{
    font-size:13px;
    line-height:1.35;
    letter-spacing:0;
    max-width:none;
  }

  .process-grid,
  .about-block,
  .footer-grid,
  .two-col,
  .calculator-wrap,
  .cart-layout{
    grid-template-columns:1fr;
  }

  .process-grid{
    gap:20px;
  }

  .process-copy h2,
  .about-copy h2{
    font-size:27px;
  }

  .process-copy p,
  .process-list li,
  .about-copy p{
    font-size:15px;
    line-height:1.58;
  }

  .process-image-wrap img,
  .about-media img{
    border-radius:16px;
  }

  .purity-overlay{
    min-height:330px;
    padding:28px 16px;
  }

  .purity-content h2{
    font-size:36px;
    line-height:1.02;
  }

  .purity-content p{
    font-size:15px;
    line-height:1.55;
  }

  .purity-content .btn{
    width:100%;
  }

  /* Catálogo — 4 colunas no telemóvel, conforme pedido */
  .catalog-hero{
    padding:20px 10px 16px;
  }

  .catalog-title-only,
  .catalog-hero h1{
    font-size:30px !important;
    margin:10px 0 14px;
  }

  .catalog-searchbar{
    max-width:none;
    margin-bottom:16px;
  }

  .catalog-searchbar input{
    height:42px;
    border-radius:11px;
    font-size:14px;
    padding:0 44px 0 12px;
  }

  .catalog-search-btn{
    width:34px;
    height:34px;
    font-size:20px;
  }

  .catalog-pills{
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    gap:7px;
    margin-bottom:12px;
    padding-bottom:2px;
    scrollbar-width:none;
  }

  .catalog-pills::-webkit-scrollbar{
    display:none;
  }

  .catalog-pill{
    flex:0 0 auto;
    min-height:34px;
    padding:0 10px;
    border-radius:999px;
    font-size:11px;
    line-height:1;
    white-space:nowrap;
  }

  .catalog-sortbar{
    display:flex;
    flex-direction:row;
    align-items:center;
    gap:8px;
    margin-bottom:12px;
  }

  .catalog-sortbar label{
    font-size:10px;
    letter-spacing:.08em;
  }

  .catalog-sort-select{
    height:34px;
    min-width:150px;
    border-radius:999px;
    padding:0 10px;
    font-size:11px;
  }

  .catalog-count{
    font-size:13px;
  }

  .catalog-results-section{
    padding:14px 8px 30px;
  }

  .catalog-list{
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:7px !important;
  }

  .catalog-item{
    padding:6px !important;
    border-radius:10px;
    gap:6px;
    min-width:0;
  }

  .catalog-image-wrap{
    aspect-ratio:1 / 1;
    border-radius:8px;
  }

  .catalog-image{
    width:112%;
    height:112%;
    object-fit:cover;
  }

  .catalog-info h3{
    font-size:10.5px !important;
    line-height:1.15;
    min-height:25px;
    overflow:hidden;
  }

  .catalog-actions{
    gap:5px;
  }

  .catalog-actions .price{
    font-size:12px !important;
    font-weight:900;
  }

  .catalog-actions .add-to-cart{
    min-height:28px;
    padding:0 5px;
    border-radius:7px;
    font-size:9.5px;
    line-height:1;
  }

  /* Testes / carrinho / forms compactos */
  .tests-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }

  .test-card-image{
    height:220px;
  }

  .test-card-body{
    padding:12px;
  }

  .test-card-body h2{
    font-size:16px;
  }

  .cart-row{
    grid-template-columns:1fr auto;
    gap:10px;
    padding:12px;
  }

  .cart-row .qty{
    justify-content:flex-start;
  }

  .summary,
  .form-card{
    padding:16px;
    border-radius:14px;
  }

  .form-grid{
    grid-template-columns:1fr;
  }

  .newsletter-band{
    padding:38px 16px 26px;
  }

  .newsletter-form{
    display:grid;
    grid-template-columns:1fr;
    gap:10px;
  }

  .newsletter-form input,
  .newsletter-form .btn{
    width:100%;
  }

  .site-footer{
    padding:30px 16px 38px;
  }

  .footer-grid{
    gap:26px;
  }

  .footer-brand p,
  .site-footer li,
  .site-footer a{
    font-size:15px;
    line-height:1.65;
  }

  .locale-panel,
  .account-panel,
  .product-detail-panel{
    width:min(100%,calc(100vw - 18px));
    border-radius:18px;
    padding:18px 14px;
  }

  .locale-grid,
  .locale-preview,
  .product-detail-layout,
  .product-detail-controls,
  .product-detail-trust{
    grid-template-columns:1fr;
  }

  .product-detail-summary h2{
    font-size:28px;
  }

  .product-detail-price{
    font-size:28px;
  }

  .product-detail-image-card{
    min-height:250px;
    max-height:310px;
    height:auto;
  }
}

/* Ecrãs muito estreitos: mantém 4 produtos por linha, ainda mais compacto */
@media (max-width: 430px){
  .toprow{
    padding-left:8px;
    padding-right:8px;
    gap:7px;
  }

  .logo-img{
    height:35px;
    max-width:60px;
  }

  .locale-btn,
  .account-btn,
  .icon-cart{
    height:34px;
    min-height:34px;
    padding:0 7px;
    font-size:11px;
    border-radius:8px;
  }

  .account-btn,
  .cart-label{
    font-size:10px;
  }

  .navrow{
    padding-left:8px;
    padding-right:8px;
  }

  .navrow a{
    min-height:32px;
    padding:0 10px;
    font-size:10px;
  }

  .hero h1{
    font-size:29px;
  }

  .catalog-results-section{
    padding-left:6px;
    padding-right:6px;
  }

  .catalog-list{
    gap:6px !important;
  }

  .catalog-item{
    padding:5px !important;
  }

  .catalog-info h3{
    font-size:9.5px !important;
  }

  .catalog-actions .price{
    font-size:11px !important;
  }

  .catalog-actions .add-to-cart{
    font-size:9px;
  }
}


/* ===== MOBILE CLEAN V4 ===== */
/* Ajustes pedidos: todas as páginas visíveis na mesma linha e calculadora mais compacta no telemóvel */
@media (max-width: 900px){
  .navrow{
    display:grid !important;
    grid-template-columns:repeat(6, minmax(0, 1fr));
    gap:5px;
    padding:8px 8px 10px;
    overflow:visible !important;
    justify-content:stretch;
    align-items:stretch;
  }

  .navrow a{
    min-width:0;
    min-height:42px;
    padding:6px 4px;
    border-radius:10px;
    font-size:9px;
    line-height:1.12;
    white-space:normal;
    word-break:break-word;
    text-align:center;
    justify-content:center;
    align-items:center;
  }

  /* Calculadora mais compacta */
  .page-head.calc-page-head{
    padding:14px 12px 10px;
  }

  .calc-page-head .eyebrow{
    font-size:10px;
    letter-spacing:.16em;
    margin-bottom:4px;
  }

  .calc-page-head h1{
    font-size:24px;
    line-height:1.08;
    margin:0 0 6px;
  }

  .calc-page-head .lead{
    font-size:12px;
    line-height:1.35;
    max-width:none;
  }

  .calc-v2-section{
    padding:10px 8px 14px;
  }

  .pep-calc-v2{
    border-radius:14px;
  }

  .calc-v2-top{
    gap:12px;
    padding:12px;
  }

  .calc-v2-panel h2,
  .calc-v2-result h2{
    font-size:14px;
    margin-bottom:10px;
  }

  .syringe-card-row{
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .syringe-card{
    min-height:112px;
    padding:12px 10px;
    border-radius:10px;
  }

  .syringe-card strong{
    font-size:12px;
    margin:10px 0 4px;
  }

  .syringe-card small{
    font-size:10px;
    line-height:1.2;
  }

  .syringe-illustration{
    height:38px;
  }

  .syringe-plunger{
    width:28px;
    height:4px;
  }

  .syringe-plunger:before{
    top:-6px;
    width:6px;
    height:16px;
    border-radius:3px;
  }

  .syringe-plunger:after{
    left:6px;
    top:-4px;
    width:14px;
    height:12px;
  }

  .syringe-barrel{
    width:92px;
    height:22px;
    border-width:2px;
    border-radius:4px;
    padding:0 8px;
  }

  .syringe-card[data-syringe="0.5"] .syringe-barrel{
    width:82px;
  }

  .syringe-barrel i{
    width:1px;
    height:12px;
  }

  .syringe-needle{
    width:16px;
    height:3px;
  }

  .syringe-needle:before{
    top:-4px;
    width:10px;
    height:10px;
  }

  .value-group{
    margin-bottom:10px;
  }

  .value-group label{
    font-size:12px;
    margin-bottom:6px;
  }

  .value-row{
    display:grid;
    grid-template-columns:repeat(5, minmax(0, 1fr));
    gap:6px;
  }

  .value-btn,
  .value-custom{
    width:100%;
    min-width:0;
    height:32px;
    padding:0 5px;
    font-size:10px;
    border-radius:8px;
  }

  .value-custom{
    text-align:center;
  }

  .calc-v2-result{
    padding:12px;
  }

  .result-main{
    font-size:15px;
    line-height:1.35;
    margin-bottom:4px;
  }

  .result-sub{
    font-size:11px;
    line-height:1.35;
    margin-bottom:12px;
  }

  .syringe-scale-wrap{
    margin:12px 0 10px;
    padding-top:24px;
    padding-bottom:8px !important;
  }

  .scale-badge{
    min-width:48px;
    padding:4px 10px;
    border-radius:6px;
    font-size:14px;
  }

  .scale-cursor{
    top:22px;
    width:3px;
    height:28px;
  }

  .syringe-scale{
    height:40px;
    border-width:2px;
  }

  .scale-number-row{
    height:18px;
    margin-top:6px;
    padding:0 6px;
  }

  .scale-number{
    font-size:11px;
  }

  .calc-v2-stats{
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:6px;
    margin-top:8px;
  }

  .calc-v2-stats div{
    padding:8px;
    border-radius:8px;
  }

  .calc-v2-stats span{
    font-size:8px;
    line-height:1.15;
    margin-bottom:4px;
  }

  .calc-v2-stats strong{
    font-size:12px;
    line-height:1.2;
  }
}

@media (max-width: 430px){
  .navrow{
    gap:4px;
    padding:8px 6px 10px;
  }

  .navrow a{
    min-height:40px;
    padding:5px 3px;
    font-size:8px;
    letter-spacing:.02em;
  }

  .page-head.calc-page-head{
    padding:12px 8px 8px;
  }

  .calc-page-head h1{
    font-size:22px;
  }

  .calc-page-head .lead{
    font-size:11px;
  }

  .calc-v2-top,
  .calc-v2-result{
    padding-left:10px;
    padding-right:10px;
  }

  .syringe-card{
    min-height:104px;
    padding:10px 8px;
  }

  .syringe-card strong{
    font-size:11px;
  }

  .syringe-card small{
    font-size:9px;
  }

  .value-btn,
  .value-custom{
    height:30px;
    font-size:9px;
    padding:0 4px;
  }

  .calc-v2-panel h2,
  .calc-v2-result h2{
    font-size:13px;
  }

  .result-main{
    font-size:14px;
  }

  .result-sub{
    font-size:10px;
  }

  .scale-badge{
    font-size:13px;
    min-width:44px;
    padding:3px 8px;
  }

  .syringe-scale{
    height:36px;
  }

  .scale-cursor{
    top:20px;
    height:24px;
  }

  .scale-number{
    font-size:10px;
  }

  .calc-v2-stats span{
    font-size:7px;
  }

  .calc-v2-stats strong{
    font-size:11px;
  }
}


/* ===== MOBILE CLEAN V5 ===== */
/* Ajustes finais: texto das páginas sem cortar/encavalitar e hero da home lado a lado no mobile */
@media (max-width: 900px){
  .navrow{
    grid-template-columns:repeat(6, minmax(0, 1fr));
    gap:4px;
    padding:8px 6px 10px;
  }

  .navrow a{
    min-width:0;
    min-height:50px;
    padding:5px 2px;
    font-size:8px;
    line-height:1.15;
    letter-spacing:0;
    white-space:normal;
    word-break:normal;
    overflow-wrap:normal;
    hyphens:none;
    text-align:center;
  }

  .hero{
    grid-template-columns:minmax(0,1.18fr) minmax(110px,.82fr);
    gap:12px;
    align-items:center;
    padding:20px 12px 18px;
  }

  .hero > div:first-child{
    min-width:0;
  }

  .hero h1{
    font-size:24px;
    line-height:1.06;
    margin:8px 0 10px;
  }

  .hero .lead{
    font-size:13px;
    line-height:1.45;
    margin-bottom:10px;
  }

  .hero .btn{
    width:100%;
    min-height:40px;
    margin:0 0 8px;
    padding:0 10px;
    font-size:13px;
  }

  .home-product-card{
    width:100%;
    align-self:stretch;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .home-product-image{
    width:100%;
    height:auto;
    max-height:280px;
    object-fit:contain;
    object-position:center;
    border-radius:16px;
  }
}

@media (max-width: 430px){
  .navrow{
    gap:3px;
    padding-left:5px;
    padding-right:5px;
  }

  .navrow a{
    min-height:48px;
    padding:4px 2px;
    font-size:7.5px;
    line-height:1.12;
  }

  .hero{
    grid-template-columns:minmax(0,1.16fr) minmax(98px,.84fr);
    gap:10px;
    padding:18px 10px 16px;
  }

  .hero h1{
    font-size:21px;
  }

  .hero .lead{
    font-size:12px;
    line-height:1.4;
  }

  .hero .btn{
    min-height:38px;
    font-size:12px;
  }

  .home-product-image{
    max-height:240px;
  }
}

/* ===== MOBILE CLEAN V6 ===== */
/* Ajustes: modal do produto, carrinho lateral e checkout mobile mais proporcionais */
@media (max-width: 900px){
  .product-detail-panel{
    width:min(100%, calc(100vw - 16px));
    max-height:95vh;
    padding:14px 12px 14px;
    border-radius:18px;
  }

  .product-detail-layout{
    grid-template-columns:1fr !important;
    gap:12px;
  }

  .product-detail-image-card{
    min-height:180px !important;
    max-height:220px !important;
    height:220px !important;
    padding:8px;
    border-radius:18px;
  }

  .product-detail-image-card img{
    width:100%;
    height:100%;
    max-width:100%;
    max-height:100%;
    object-fit:contain !important;
    object-position:center center;
    border-radius:14px;
  }

  .product-detail-category{
    padding:7px 10px;
    font-size:10px;
    letter-spacing:.08em;
  }

  .product-detail-summary h2{
    font-size:22px !important;
    line-height:1.08;
    margin:10px 0 8px;
  }

  .product-detail-price{
    font-size:22px !important;
    margin:0 0 12px;
  }

  .product-detail-note{
    font-size:13px;
    line-height:1.45;
    margin-bottom:12px;
  }

  .product-detail-controls{
    grid-template-columns:120px 1fr !important;
    gap:10px;
    margin-bottom:12px;
  }

  .product-qty{
    grid-template-columns:38px 1fr 38px;
    height:44px;
    border-radius:12px;
  }

  .product-qty button{
    font-size:22px;
  }

  .product-qty-value{
    font-size:20px;
  }

  .product-modal-cta{
    height:44px;
    border-radius:12px;
    font-size:13px;
    padding:0 10px;
  }

  .product-offers{
    gap:8px;
    margin:0 0 14px;
  }

  .product-offer{
    grid-template-columns:1fr auto auto;
    gap:8px;
    padding:10px 12px;
    border-radius:14px;
    align-items:center;
  }

  .product-offer-qty{
    font-size:17px;
    line-height:1.1;
  }

  .product-offer-qty small{
    font-size:11px;
    margin-top:3px;
    line-height:1.2;
  }

  .product-offer-badge{
    min-width:58px;
    padding:8px 8px;
    border-radius:9px;
    font-size:12px;
  }

  .product-offer-price{
    padding:9px 10px;
    border-radius:11px;
    font-size:15px;
  }

  .product-offer-price span{
    font-size:11px;
  }

  .product-detail-bottom{
    margin-top:14px;
    padding-top:14px;
  }

  .product-detail-trust{
    gap:8px;
    margin-bottom:12px;
  }

  .product-trust-item{
    padding:10px 12px;
    border-radius:12px;
    gap:10px;
  }

  .product-trust-icon{
    width:30px;
    height:30px;
    font-size:14px;
  }

  .product-trust-item strong{
    font-size:14px;
  }

  .product-description-box{
    padding:14px;
    border-radius:14px;
  }

  .product-description-box h3{
    font-size:18px;
    margin-bottom:8px;
  }

  .product-description-box p{
    font-size:13px;
    line-height:1.5;
  }

  .product-description-legal{
    font-size:11px;
    line-height:1.35;
    margin-top:10px;
  }

  .product-detail-close{
    top:10px;
    right:12px;
    font-size:26px;
  }

  .cart-drawer-panel{
    width:100%;
  }

  .cart-drawer-header{
    padding:16px 14px;
  }

  .cart-drawer-header h2{
    font-size:18px;
  }

  .cart-drawer-close{
    font-size:30px;
  }

  .cart-drawer-body{
    padding:10px 14px 12px;
  }

  .cart-drawer-footer{
    padding:14px;
  }

  .cart-drawer-item{
    grid-template-columns:60px 1fr;
    gap:10px;
    padding:12px 0;
  }

  .cart-drawer-thumb{
    width:60px;
    height:60px;
    border-radius:10px;
  }

  .cart-drawer-item-top h3{
    font-size:15px;
    line-height:1.2;
  }

  .cart-drawer-item-price{
    margin-top:4px;
    font-size:14px;
  }

  .cart-drawer-remove{
    font-size:24px;
  }

  .cart-drawer-item-bottom{
    display:grid;
    grid-template-columns:1fr auto;
    gap:8px;
    align-items:center;
  }

  .cart-drawer-qty{
    border-radius:10px;
  }

  .cart-drawer-qty button{
    width:32px;
    height:32px;
    font-size:19px;
  }

  .cart-drawer-qty span{
    min-width:34px;
    font-size:15px;
  }

  .cart-drawer-line-total{
    font-size:13px;
    text-align:right;
    line-height:1.25;
  }

  .cart-drawer-line-total span{
    display:inline;
    font-size:12px;
  }

  .cart-drawer-subtotal-row,
  .cart-drawer-subtotal-row strong{
    font-size:16px;
  }

  .cart-drawer-shipping-note{
    font-size:12px;
    margin-bottom:12px;
  }

  .cart-drawer-actions{
    gap:8px;
  }

  .cart-drawer-checkout,
  .cart-drawer-continue{
    min-height:44px;
    font-size:14px;
    border-radius:12px;
  }

  .section.light{
    padding:18px 12px;
  }

  .cart-layout{
    gap:14px;
  }

  .cart-row{
    grid-template-columns:1fr !important;
    gap:10px;
    padding:12px;
    border-radius:14px;
  }

  .cart-row > div:first-child b{
    font-size:18px;
    line-height:1.2;
  }

  .cart-row .muted{
    font-size:13px;
  }

  .cart-row .qty{
    display:inline-flex;
    flex-wrap:nowrap;
    justify-content:flex-start;
    align-items:center;
    gap:8px;
  }

  .cart-row > b{
    font-size:18px;
    line-height:1.2;
  }

  .cart-row > .small-btn:last-child{
    width:100%;
    min-height:40px;
  }

  .summary,
  .form-card{
    padding:14px;
    border-radius:14px;
  }

  .summary h2,
  .form-card h2,
  #orderResult h2{
    font-size:22px;
    line-height:1.15;
    margin-top:0;
  }

  .summary-row{
    padding:10px 0;
    font-size:14px;
  }

  .summary-row.total,
  .summary-row.total b{
    font-size:18px;
  }

  .field label{
    font-size:11px;
    margin-bottom:6px;
  }

  .field input,
  .field select,
  .field textarea{
    padding:11px 12px;
    font-size:14px;
    border-radius:10px;
  }

  #checkoutForm .btn,
  #orderResult .btn{
    width:100%;
    min-height:44px;
    font-size:14px;
  }

  #orderResult .lead,
  .form-card .lead{
    font-size:14px;
    line-height:1.45;
  }

  .payment-box{
    padding:12px;
    border-radius:12px;
  }

  .payment-box h3{
    margin-top:0;
    font-size:17px;
  }
}

@media (max-width: 430px){
  .product-detail-panel{
    width:min(100%, calc(100vw - 10px));
    padding:12px 10px 12px;
  }

  .product-detail-image-card{
    min-height:155px !important;
    height:190px !important;
    max-height:190px !important;
  }

  .product-detail-summary h2{
    font-size:19px !important;
  }

  .product-detail-price{
    font-size:19px !important;
  }

  .product-detail-controls{
    grid-template-columns:110px 1fr !important;
    gap:8px;
  }

  .product-qty{
    height:40px;
    grid-template-columns:34px 1fr 34px;
  }

  .product-qty-value{
    font-size:18px;
  }

  .product-modal-cta{
    height:40px;
    font-size:12px;
  }

  .product-offer{
    grid-template-columns:1fr;
    gap:6px;
    padding:9px 10px;
  }

  .product-offer-badge,
  .product-offer-price{
    justify-self:start;
  }

  .cart-drawer-header,
  .cart-drawer-body,
  .cart-drawer-footer{
    padding-left:12px;
    padding-right:12px;
  }

  .cart-drawer-item{
    grid-template-columns:54px 1fr;
    gap:8px;
  }

  .cart-drawer-thumb{
    width:54px;
    height:54px;
  }

  .cart-drawer-item-top h3{
    font-size:14px;
  }

  .cart-drawer-item-bottom{
    grid-template-columns:1fr;
    align-items:start;
  }

  .cart-drawer-line-total{
    text-align:left;
  }
}

/* ===== MOBILE CLEAN V7 ===== */
/* Ajustes finais mobile: imagem do modal, descontos por quantidade e checkout mais compacto */
@media (max-width: 900px){
  .page-head{
    padding:24px 14px 16px;
  }

  .page-head h1{
    font-size:30px;
    line-height:1.08;
  }

  .page-head .eyebrow{
    font-size:11px;
  }

  .product-detail-panel{
    max-height:92vh;
  }

  .product-detail-image-card{
    min-height:150px !important;
    height:170px !important;
    max-height:170px !important;
    padding:6px !important;
  }

  .product-detail-image-card img{
    width:auto !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
  }

  .product-offers{
    gap:8px !important;
    margin:0 0 10px !important;
  }

  .product-offer{
    grid-template-columns:1fr auto !important;
    grid-template-areas:
      'qty badge'
      'qty price' !important;
    gap:6px 8px !important;
    padding:10px 12px !important;
    align-items:center !important;
  }

  .product-offer-qty{
    grid-area:qty;
    font-size:18px !important;
    line-height:1.05;
  }

  .product-offer-qty small{
    font-size:11px !important;
    line-height:1.2;
    margin-top:4px !important;
  }

  .product-offer-badge{
    grid-area:badge;
    min-width:0 !important;
    padding:6px 10px !important;
    font-size:11px !important;
    border-radius:10px !important;
    justify-self:end;
  }

  .product-offer-price{
    grid-area:price;
    width:auto !important;
    min-width:0 !important;
    padding:8px 10px !important;
    font-size:14px !important;
    border-radius:10px !important;
    justify-self:end;
    text-align:center !important;
    display:inline-flex;
    align-items:center;
    gap:4px;
    white-space:nowrap;
  }

  .product-offer-price span{
    font-size:10px !important;
  }

  .section.light{
    padding:14px 10px !important;
  }

  .cart-layout{
    gap:10px !important;
  }

  .cart-row{
    grid-template-columns:1fr auto !important;
    grid-template-areas:
      'info total'
      'qty remove' !important;
    gap:8px 10px !important;
    padding:10px 12px !important;
    margin-bottom:8px !important;
  }

  .cart-row > div:first-child{
    grid-area:info;
  }

  .cart-row .qty{
    grid-area:qty;
    gap:6px !important;
    justify-self:start;
  }

  .cart-row > b{
    grid-area:total;
    justify-self:end;
    align-self:center;
    font-size:16px !important;
  }

  .cart-row > .small-btn:last-child{
    grid-area:remove;
    justify-self:end;
    width:auto !important;
    min-height:36px !important;
    padding:8px 12px !important;
  }

  .cart-row > div:first-child b{
    font-size:16px !important;
    line-height:1.2;
  }

  .cart-row .muted{
    font-size:12px !important;
  }

  .summary,
  .form-card,
  #orderResult{
    padding:12px !important;
    border-radius:14px !important;
  }

  .summary h2,
  .form-card h2,
  #orderResult h2{
    font-size:19px !important;
    margin-bottom:10px;
  }

  .summary-row{
    padding:8px 0 !important;
    font-size:13px !important;
  }

  .summary-row.total,
  .summary-row.total b{
    font-size:17px !important;
  }

  #checkoutForm{
    margin-top:14px !important;
  }

  .field label{
    font-size:10px !important;
    margin-bottom:5px !important;
  }

  .field input,
  .field select,
  .field textarea{
    padding:10px 11px !important;
    font-size:13px !important;
  }

  #checkoutForm .btn,
  #orderResult .btn{
    min-height:42px !important;
    font-size:13px !important;
  }

  .payment-box{
    padding:10px !important;
  }
}

@media (max-width: 430px){
  .product-detail-panel{
    width:min(100%, calc(100vw - 8px));
    padding:10px 8px 10px !important;
  }

  .product-detail-image-card{
    min-height:132px !important;
    height:148px !important;
    max-height:148px !important;
    border-radius:16px !important;
  }

  .product-detail-summary h2{
    font-size:18px !important;
    margin:8px 0 6px !important;
  }

  .product-detail-price{
    font-size:18px !important;
    margin:0 0 10px !important;
  }

  .product-detail-controls{
    grid-template-columns:96px 1fr !important;
    gap:8px !important;
    margin-bottom:10px !important;
  }

  .product-qty{
    height:38px !important;
    grid-template-columns:30px 1fr 30px !important;
  }

  .product-qty button{
    font-size:18px !important;
  }

  .product-qty-value{
    font-size:16px !important;
  }

  .product-modal-cta{
    height:38px !important;
    font-size:12px !important;
    padding:0 8px !important;
  }

  .product-offers{
    gap:6px !important;
  }

  .product-offer{
    padding:8px 10px !important;
    gap:5px 6px !important;
  }

  .product-offer-qty{
    font-size:15px !important;
  }

  .product-offer-qty small{
    font-size:10px !important;
  }

  .product-offer-badge{
    padding:5px 8px !important;
    font-size:10px !important;
  }

  .product-offer-price{
    padding:7px 9px !important;
    font-size:13px !important;
  }

  .product-offer-price span{
    font-size:9px !important;
  }

  .product-detail-bottom{
    margin-top:10px !important;
    padding-top:10px !important;
  }

  .product-trust-item{
    padding:8px 10px !important;
  }

  .product-description-box{
    padding:12px !important;
  }

  .cart-row{
    padding:9px 10px !important;
  }

  .cart-row .qty .small-btn{
    min-width:34px;
    min-height:34px;
    padding:0 10px;
  }

  .summary,
  .form-card,
  #orderResult{
    padding:10px !important;
  }

  .page-head{
    padding:20px 12px 14px !important;
  }

  .page-head h1{
    font-size:24px !important;
  }
}

/* ===== MOBILE CLEAN V10 ===== */
/* Ajuste final do thumbnail do carrinho: moldura mais justa, sem aumentar a imagem visualmente no layout */
@media (max-width: 900px){
  .cart-drawer-item{
    grid-template-columns:42px 1fr !important;
    gap:10px !important;
  }

  .cart-drawer-thumb{
    width:42px !important;
    height:52px !important;
    border-radius:8px !important;
    padding:0 !important;
    overflow:hidden !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
  }

  .cart-drawer-thumb img{
    height:62px !important;
    width:auto !important;
    max-width:none !important;
    object-fit:cover !important;
    object-position:center center !important;
    display:block !important;
  }
}

@media (max-width: 430px){
  .cart-drawer-item{
    grid-template-columns:40px 1fr !important;
    gap:10px !important;
  }

  .cart-drawer-thumb{
    width:40px !important;
    height:50px !important;
    border-radius:8px !important;
  }

  .cart-drawer-thumb img{
    height:60px !important;
  }
}

/* ===== Manual payment methods ===== */
.checkout-fixed-shipping{display:grid;gap:8px}
.checkout-fixed-value{border:1px solid var(--line);border-radius:10px;background:#f7f7f7;color:#111;padding:13px 14px;font-weight:800}
.checkout-payment-section{display:grid;gap:14px;margin-top:4px}
.payment-section-label{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#111;font-weight:900}
.payment-method-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.payment-method-option{display:flex;align-items:flex-start;gap:11px;border:1px solid #d8d8d8;border-radius:13px;background:#fff;padding:15px;cursor:pointer;transition:.18s ease;color:#111}
.payment-method-option:hover,.payment-method-option.active{border-color:#111;background:#f6f6f6;box-shadow:0 7px 18px rgba(0,0,0,.05)}
.payment-method-option input{width:17px;height:17px;accent-color:#111;margin:2px 0 0;flex:0 0 auto}
.payment-method-option span{display:grid;gap:4px}
.payment-method-option strong{font-size:16px;line-height:1.15}
.payment-method-option small{font-size:13px;line-height:1.45;color:#666}
.payment-method-details{margin-top:2px}
.crypto-payment-panel,.paypal-payment-panel{border:1px solid #d8d8d8;background:#fafafa;border-radius:15px;padding:18px;display:grid;gap:14px}
.payment-panel-title{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding-bottom:13px;border-bottom:1px solid #dedede}
.payment-panel-title h3,.paypal-payment-panel h3{margin:0 0 6px;color:#111;font-size:21px}
.payment-panel-title p,.paypal-payment-panel p{margin:0;color:#555;line-height:1.55}
.payment-panel-title>strong{white-space:nowrap;font-size:16px;color:#111}
.crypto-wallet-card{background:#fff;border:1px solid #dedede;border-radius:12px;padding:15px;display:grid;gap:11px}
.crypto-wallet-head{display:flex;justify-content:space-between;gap:12px}
.crypto-wallet-head>div{display:grid;gap:4px}
.crypto-wallet-head strong{font-size:17px;color:#111}
.crypto-wallet-head span{font-size:13px;color:#666}
.crypto-address{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;word-break:break-all;border:1px dashed #cfcfcf;background:#f7f7f7;padding:11px 12px;border-radius:9px;color:#111}
.crypto-copy-btn{justify-self:start;min-height:42px;padding:9px 14px}
.crypto-network-warning{margin:0;color:#7c2222;font-size:13px;line-height:1.55}
.payment-proof{border-top:1px solid #dedede;padding-top:14px;color:#333;line-height:1.55}
.payment-proof strong{display:block;color:#111;margin-bottom:7px}
.payment-proof ul{margin:0 0 10px;padding-left:20px}
.payment-proof p{margin:0}
.payment-cancel-warning{border:1px solid #d5b4b4;background:#fff7f7;color:#7c2222;border-radius:10px;padding:12px 13px;font-size:14px;font-weight:800;line-height:1.5}
.paypal-email{background:#fff;border:1px dashed #cfcfcf;border-radius:10px;padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;word-break:break-all;font-size:14px;color:#111;font-weight:800}
.payment-pending{font-weight:800!important;color:#111!important}
.payment-result-status{border:1px solid #d5b4b4;background:#fff7f7;color:#7c2222;border-radius:12px;padding:14px 16px;margin-top:16px}
.payment-result-instructions{margin-top:16px}
.payment-result-instructions>h3{font-size:21px;margin:0 0 12px;color:#111}
@media(max-width:680px){
  .payment-method-grid{grid-template-columns:1fr}
  .payment-panel-title{display:grid;gap:8px}
  .payment-panel-title>strong{white-space:normal}
  .crypto-payment-panel,.paypal-payment-panel{padding:14px}
  .crypto-wallet-card{padding:13px}
}
