
:root{
  --bg:#f5f7f5;--surface:#fff;--surface2:#eef4f1;--text:#12211e;--muted:#667570;--line:#dfe7e3;
  --green:#0d6b5d;--green2:#145f55;--green-soft:#e3f0ec;--gold:#b4863a;--danger:#9e3d3d;--warning:#966b19;
  --shadow:0 12px 35px rgba(15,45,38,.08);--radius:22px;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text)}
a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.hidden{display:none!important}
.site-header{position:sticky;top:0;z-index:40;height:74px;display:flex;align-items:center;gap:24px;padding:0 max(24px,calc((100vw - 1320px)/2));background:rgba(255,255,255,.94);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:11px;min-width:220px}.brand-mark{display:grid;place-items:center;width:39px;height:39px;border-radius:12px;background:var(--text);color:#fff;font-weight:800}.brand strong{display:block;font-size:14px;letter-spacing:.08em}.brand small{display:block;color:var(--muted);font-size:10px;margin-top:2px}
.main-nav{display:flex;gap:23px;flex:1;justify-content:center}.main-nav a{font-size:13px;color:#394a45;font-weight:600}.main-nav a:hover{color:var(--green)}
.header-actions{display:flex;align-items:center;gap:7px}.icon-btn,.menu-btn{position:relative;border:1px solid var(--line);background:#fff;border-radius:11px;min-width:39px;height:39px;display:grid;place-items:center;font-size:16px}.icon-btn span{position:absolute;top:-5px;right:-5px;background:var(--green);color:#fff;border-radius:10px;font-size:10px;min-width:17px;height:17px;display:grid;place-items:center}.ops-pill{padding:10px 14px;background:var(--text);color:white;border-radius:12px;font-size:12px;font-weight:700}.menu-btn{display:none}
main{min-height:calc(100vh - 160px)}.container{width:min(1320px,calc(100% - 40px));margin:0 auto}.section{padding:64px 0}.section-sm{padding:36px 0}.eyebrow{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--green);font-weight:800}.section-title{font-size:clamp(30px,4vw,54px);line-height:1.02;margin:10px 0 14px;letter-spacing:-.045em}.section-copy{color:var(--muted);max-width:680px;line-height:1.6;font-size:16px}.muted{color:var(--muted)}
.hero{padding:74px 0 58px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:55px}.hero h1{font-size:clamp(48px,7vw,86px);line-height:.94;letter-spacing:-.065em;margin:14px 0 22px;max-width:800px}.hero p{font-size:18px;color:var(--muted);max-width:620px;line-height:1.55}.hero-actions{display:flex;gap:10px;margin:29px 0}.btn{border:0;border-radius:13px;padding:13px 18px;font-weight:750;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:var(--green);color:#fff}.btn-dark{background:var(--text);color:#fff}.btn-secondary{background:#fff;color:var(--text);border:1px solid var(--line)}.btn-ghost{background:transparent;border:1px solid var(--line)}.btn:disabled{opacity:.45;cursor:not-allowed}
.hero-visual{position:relative;min-height:460px;background:linear-gradient(145deg,#e6efeb,#fcfdfc);border:1px solid var(--line);border-radius:36px;overflow:hidden;display:grid;place-items:center}.hero-device{width:83%;filter:drop-shadow(0 25px 30px rgba(15,45,38,.15))}.floating-card{position:absolute;background:#fff;border:1px solid var(--line);border-radius:15px;padding:12px 14px;box-shadow:var(--shadow);font-size:12px}.floating-card strong{display:block;font-size:14px;margin-bottom:2px}.fc1{left:18px;bottom:26px}.fc2{right:17px;top:25px}.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:30px}.trust{border-top:1px solid var(--line);padding-top:15px}.trust strong{display:block;font-size:13px}.trust span{color:var(--muted);font-size:11px}
.category-grid,.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:23px;transition:.2s;min-height:150px}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#bfd3cc}.category-icon{width:42px;height:42px;background:var(--green-soft);color:var(--green);border-radius:13px;display:grid;place-items:center;font-size:20px;margin-bottom:22px}.category-card h3{margin:0 0 8px;font-size:17px}.category-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.4}
.product-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;transition:.2s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.product-image-link{display:block;background:#f0f4f2;padding:20px;height:220px;overflow:hidden}.product-image-link img{width:100%;height:100%;object-fit:contain;transition:.25s}.product-card:hover .product-image-link img{transform:scale(1.025)}.product-body{padding:17px;display:flex;flex-direction:column;flex:1}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}.badge{display:inline-flex;align-items:center;padding:5px 8px;border-radius:999px;background:var(--green-soft);color:var(--green);font-size:10px;font-weight:800}.score{font-size:11px;color:var(--muted)}.product-card h3{font-size:16px;margin:0 0 7px}.spec-line{font-size:12px;color:var(--muted);line-height:1.5;min-height:36px}.price-row{display:flex;align-items:end;justify-content:space-between;margin-top:auto;padding-top:15px}.price{font-size:20px;font-weight:800;letter-spacing:-.03em}.stock{font-size:10px;color:var(--muted);text-align:right}.product-actions{display:grid;grid-template-columns:1fr auto;gap:7px;margin-top:13px}.compare-btn{width:40px;border:1px solid var(--line);border-radius:11px;background:#fff}
.band{background:var(--text);color:#fff}.band .section-copy{color:#b7c5c1}.band-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.setup-preview{background:#172a25;border:1px solid #2d4941;border-radius:28px;padding:25px}.setup-line{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #2b433d}.setup-line:last-child{border:0}.setup-line span{color:#b9c5c1}.setup-total{font-size:28px;font-weight:800}
.toolbar{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.search-box{flex:1;min-width:220px;display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:13px;padding:0 13px}.search-box input{border:0;outline:0;background:transparent;padding:12px;width:100%}.select{border:1px solid var(--line);background:#fff;border-radius:13px;padding:11px 12px;color:var(--text)}
.catalog-layout{display:grid;grid-template-columns:220px 1fr;gap:28px}.filters{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;height:max-content;position:sticky;top:94px}.filter-title{font-size:12px;font-weight:800;margin:18px 0 9px}.filter-title:first-child{margin-top:0}.filter-option{display:flex;gap:8px;align-items:center;font-size:12px;color:#465650;margin:9px 0}.results-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}
.product-page{padding:36px 0 70px}.breadcrumbs{font-size:12px;color:var(--muted);margin-bottom:24px}.product-detail-grid{display:grid;grid-template-columns:1fr .9fr;gap:46px}.gallery-main{background:#edf3f0;border-radius:28px;min-height:510px;display:grid;place-items:center;padding:35px;border:1px solid var(--line)}.gallery-main img{max-width:92%;max-height:440px;object-fit:contain}.image-label{font-size:10px;color:var(--muted);margin-top:11px}.detail h1{font-size:40px;letter-spacing:-.045em;margin:7px 0}.detail-lead{color:var(--muted);line-height:1.5}.big-price{font-size:32px;font-weight:850;margin:18px 0}.pill-row{display:flex;gap:8px;flex-wrap:wrap}.info-pill{border:1px solid var(--line);border-radius:999px;padding:7px 10px;font-size:11px;background:#fff}
.selector-title{margin:28px 0 10px;font-size:13px}.config-options,.asset-options{display:grid;gap:9px}.select-card{border:1px solid var(--line);background:#fff;border-radius:15px;padding:13px;text-align:left;display:flex;justify-content:space-between;gap:15px;transition:.15s}.select-card:hover,.select-card.active{border-color:var(--green);box-shadow:0 0 0 2px var(--green-soft)}.select-card small{display:block;color:var(--muted);margin-top:4px}.availability{font-size:11px;color:var(--green);font-weight:750}.product-cta{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:18px}.cert-card{background:var(--green-soft);border:1px solid #c9dfd8;border-radius:18px;padding:17px;margin-top:18px}.cert-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:14px}.cert-metric{background:rgba(255,255,255,.7);border-radius:12px;padding:11px}.cert-metric span{font-size:10px;color:var(--muted);display:block}.cert-metric strong{font-size:14px}
.spec-section{margin-top:45px}.spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.spec-item{background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px}.spec-item span{font-size:10px;color:var(--muted);display:block;margin-bottom:5px}.spec-item strong{font-size:13px}
.builder{padding:36px 0 70px}.builder-grid{display:grid;grid-template-columns:1fr 330px;gap:26px}.builder-main{min-width:0}.stepper{display:flex;gap:6px;margin:18px 0 26px;overflow:auto}.step-dot{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 11px;font-size:10px}.step-dot.active{background:var(--text);color:#fff}.choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.choice{border:1px solid var(--line);background:#fff;border-radius:17px;padding:13px;text-align:left}.choice.active{border-color:var(--green);box-shadow:0 0 0 2px var(--green-soft)}.choice img{width:100%;height:115px;object-fit:contain;background:#f1f5f3;border-radius:12px}.choice h4{font-size:13px;margin:10px 0 5px}.choice small{color:var(--muted);font-size:10px}.builder-summary{position:sticky;top:95px;background:var(--text);color:#fff;border-radius:22px;padding:20px;height:max-content}.summary-empty{color:#9fb0aa;font-size:12px;line-height:1.5;padding:10px 0}.summary-item{display:flex;gap:8px;justify-content:space-between;border-bottom:1px solid #29423b;padding:10px 0;font-size:11px}.summary-item span{color:#b5c2be}.summary-kpi{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:16px 0}.summary-kpi div{background:#1d342e;border-radius:12px;padding:11px}.summary-kpi span{display:block;color:#9eb0aa;font-size:9px}.summary-kpi strong{font-size:15px}.compat-good{color:#8de0c9}.compat-warn{color:#f0c673}.compat-bad{color:#ff9d9d}
.cart-layout{display:grid;grid-template-columns:1fr 330px;gap:28px}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:15px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;margin-bottom:10px}.cart-item img{width:90px;height:70px;object-fit:contain;background:#f2f5f3;border-radius:11px}.cart-item h3{font-size:13px;margin:0 0 4px}.cart-item p{font-size:11px;color:var(--muted);margin:0}.summary-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;height:max-content}.summary-row{display:flex;justify-content:space-between;padding:7px 0;font-size:12px}.summary-row.total{border-top:1px solid var(--line);margin-top:7px;padding-top:13px;font-size:18px;font-weight:800}
.checkout-form{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.field label{font-size:10px;color:var(--muted);display:block;margin-bottom:5px}.field input{width:100%;border:1px solid var(--line);border-radius:11px;padding:11px}.field.full{grid-column:1/-1}
.ops-shell{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 74px)}.ops-sidebar{background:#10231e;color:white;padding:24px 15px;position:sticky;top:74px;height:calc(100vh - 74px)}.ops-title{font-size:11px;color:#8ba49c;text-transform:uppercase;letter-spacing:.12em;padding:7px 10px}.ops-link{display:block;padding:9px 10px;border-radius:10px;font-size:12px;color:#d6e0dd;margin:2px 0}.ops-link:hover,.ops-link.active{background:#1c382f;color:#fff}.ops-content{padding:28px;background:#f5f7f5;min-width:0}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.kpi{background:#fff;border:1px solid var(--line);border-radius:17px;padding:16px}.kpi span{display:block;color:var(--muted);font-size:10px}.kpi strong{display:block;font-size:28px;margin-top:5px;letter-spacing:-.04em}.panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;margin-top:16px;overflow:auto}.panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.panel h2{font-size:16px;margin:0}.table{width:100%;border-collapse:collapse;font-size:11px}.table th{text-align:left;color:var(--muted);padding:9px;border-bottom:1px solid var(--line);font-weight:700}.table td{padding:10px 9px;border-bottom:1px solid #edf0ee;white-space:nowrap}.status{display:inline-flex;border-radius:999px;padding:4px 7px;background:#edf3f0;font-size:9px}.status.READY{color:var(--green);background:var(--green-soft)}.status.RESERVED{color:var(--warning);background:#fbf0d7}.status.SOLD{color:#555;background:#eee}.status.INSPECTION{color:#315ba6;background:#e9effb}
.inline-edit{border:1px solid var(--line);border-radius:8px;padding:5px;font-size:10px;max-width:100px}
.finder-card{background:#fff;border:1px solid var(--line);border-radius:19px;padding:19px}.finder-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:14px}.finder-option{padding:13px;border:1px solid var(--line);border-radius:13px;background:#fff;text-align:left;font-size:12px}.finder-option.active{border-color:var(--green);background:var(--green-soft)}.range-label{display:flex;justify-content:space-between;font-size:11px;margin-top:12px}.range{width:100%}.recommendation{display:grid;grid-template-columns:90px 1fr auto;gap:14px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:12px;margin-top:10px}.recommendation img{width:90px;height:70px;object-fit:contain}.match{font-size:18px;font-weight:850;color:var(--green)}
.compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.compare-col{background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px}.compare-col img{width:100%;height:140px;object-fit:contain;background:#f1f4f2;border-radius:13px}.compare-row{padding:10px 0;border-bottom:1px solid #eef1ef;font-size:11px}.compare-row span{display:block;color:var(--muted);font-size:9px;margin-bottom:3px}
.cert-process{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.process-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}.process-card .num{font-size:11px;color:var(--green);font-weight:800}.process-card h3{font-size:15px}.process-card ul{padding-left:17px;color:var(--muted);font-size:11px;line-height:1.8}
.assistant-launcher{position:fixed;right:20px;bottom:20px;z-index:60;border:0;border-radius:999px;background:var(--green);color:#fff;padding:13px 18px;font-weight:800;box-shadow:0 12px 30px rgba(13,107,93,.25)}.assistant-launcher span{margin-right:5px}
.assistant-panel{position:fixed;right:20px;bottom:78px;width:390px;height:570px;max-height:calc(100vh - 110px);background:#fff;border:1px solid var(--line);border-radius:22px;z-index:65;box-shadow:0 24px 70px rgba(9,31,26,.22);display:none;grid-template-rows:auto 1fr auto;overflow:hidden}.assistant-panel.open{display:grid}.assistant-head{display:flex;justify-content:space-between;padding:15px;border-bottom:1px solid var(--line);background:#f7faf8}.assistant-head strong{display:block}.assistant-head small{color:var(--muted);font-size:9px}.assistant-head button{border:0;background:transparent;font-size:22px}.assistant-messages{padding:14px;overflow:auto}.bubble{max-width:88%;padding:10px 12px;border-radius:15px;margin:8px 0;font-size:12px;line-height:1.45}.bubble.maya{background:#eef5f2}.bubble.user{background:var(--text);color:#fff;margin-left:auto}.quick-actions{display:flex;gap:6px;flex-wrap:wrap}.quick-actions button{font-size:9px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 9px}.assistant-input{display:flex;gap:7px;padding:12px;border-top:1px solid var(--line)}.assistant-input input{flex:1;border:1px solid var(--line);border-radius:11px;padding:10px}.assistant-input button{border:0;border-radius:10px;background:var(--green);color:#fff;padding:0 13px}.assistant-product{display:flex;gap:9px;border:1px solid var(--line);border-radius:12px;padding:8px;margin:7px 0}.assistant-product img{width:55px;height:45px;object-fit:contain;background:#f0f4f2;border-radius:8px}.assistant-product strong{font-size:11px}.assistant-product small{display:block;font-size:9px;color:var(--muted)}.assistant-product button{font-size:9px;border:0;background:var(--green-soft);color:var(--green);border-radius:7px;padding:4px 6px;margin-top:4px}
.search-overlay{position:fixed;inset:0;z-index:80;background:rgba(12,29,25,.56);display:grid;place-items:start center;padding-top:110px}.search-modal{width:min(680px,calc(100% - 30px));background:#fff;border-radius:21px;padding:18px;box-shadow:var(--shadow)}.search-modal input{width:100%;border:1px solid var(--line);border-radius:13px;padding:14px;font-size:17px}.search-results{max-height:380px;overflow:auto;margin-top:10px}.search-result{display:grid;grid-template-columns:55px 1fr auto;gap:10px;align-items:center;padding:9px;border-radius:11px}.search-result:hover{background:#f4f7f5}.search-result img{width:55px;height:45px;object-fit:contain}.toast{position:fixed;left:50%;top:88px;z-index:100;transform:translate(-50%,-20px);background:var(--text);color:#fff;border-radius:12px;padding:10px 14px;font-size:11px;opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
.empty{padding:50px;background:#fff;border:1px dashed #cdd8d4;border-radius:20px;text-align:center}.empty h3{margin:0 0 8px}.empty p{color:var(--muted);font-size:12px}
footer{width:min(1320px,calc(100% - 40px));margin:40px auto 0;border-top:1px solid var(--line);padding:30px 0 50px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}
@media(max-width:1000px){.main-nav{display:none}.menu-btn{display:grid}.hero-grid,.product-detail-grid,.band-grid{grid-template-columns:1fr}.hero-visual{min-height:360px}.category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.catalog-layout{grid-template-columns:1fr}.filters{position:static;display:none}.builder-grid,.cart-layout{grid-template-columns:1fr}.builder-summary{position:static}.choice-grid{grid-template-columns:repeat(2,1fr)}.kpi-grid{grid-template-columns:repeat(2,1fr)}.ops-shell{grid-template-columns:1fr}.ops-sidebar{position:static;height:auto;display:flex;overflow:auto;gap:4px}.ops-title{display:none}.ops-link{white-space:nowrap}.cert-process{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.site-header{padding:0 14px}.brand{min-width:0}.brand small{display:none}.ops-pill{display:none}.hero{padding-top:40px}.hero h1{font-size:48px}.hero-actions{flex-direction:column;align-items:stretch}.trust-row{grid-template-columns:1fr 1fr}.category-grid,.product-grid,.choice-grid{grid-template-columns:1fr}.product-image-link{height:240px}.container{width:min(100% - 24px,1320px)}.catalog-layout{display:block}.product-detail-grid{gap:22px}.gallery-main{min-height:340px}.detail h1{font-size:32px}.cert-grid,.spec-grid{grid-template-columns:1fr 1fr}.builder{padding-top:20px}.assistant-panel{right:10px;bottom:72px;width:calc(100% - 20px);height:70vh}.assistant-launcher{right:12px;bottom:12px}.kpi-grid{grid-template-columns:1fr 1fr}.ops-content{padding:15px}.compare-grid{grid-template-columns:1fr}.checkout-form{grid-template-columns:1fr}.field.full{grid-column:auto}.cart-item{grid-template-columns:70px 1fr}.cart-item>div:last-child{grid-column:2}.cert-process{grid-template-columns:1fr}.finder-options{grid-template-columns:1fr 1fr}footer{flex-direction:column;gap:18px}}
.assistant-actions{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0 12px}.assistant-actions button{border:1px solid var(--line);background:#fff;color:var(--green);font-size:9px;font-weight:800;border-radius:9px;padding:7px 9px;cursor:pointer}.assistant-actions button:hover{background:var(--green-soft)}

/* V4 commerce UX */
.cart-controls{display:flex;flex-direction:column;align-items:flex-end;gap:6px;min-width:135px}.qty-control{display:inline-flex;align-items:center;border:1px solid #d8dfdc;border-radius:999px;overflow:hidden;background:white}.qty-control button{border:0;background:transparent;width:32px;height:30px;cursor:pointer;font-size:16px}.qty-control span{min-width:34px;text-align:center;font-weight:700}.cart-summary-sticky{position:sticky;top:92px}.quick-add-btn{font-size:20px;font-weight:700}.cart-item .badge{display:inline-flex;margin-top:6px}@media(max-width:760px){.cart-controls{align-items:flex-start;min-width:0}.cart-summary-sticky{position:static}.cart-item{align-items:flex-start}}

/* V5 Premium Storefront */
.announcement-bar{min-height:34px;padding:7px max(18px,calc((100vw - 1320px)/2));display:flex;align-items:center;justify-content:space-between;gap:16px;background:#10231e;color:#dce9e5;font-size:10px;letter-spacing:.03em}.announcement-bar a{color:#9fd9c9;font-weight:800}.announcement-bar a:hover{color:white}.site-header{top:34px}.hero-v5{padding:88px 0 70px;background:radial-gradient(circle at 78% 28%,rgba(13,107,93,.08),transparent 29%),linear-gradient(180deg,#fbfdfc 0%,#f5f7f5 100%)}.hero-copy-v5 h1 em{font-style:normal;color:var(--green)}.hero-copy-v5 p{max-width:680px}.btn-lg{padding:15px 21px;border-radius:14px;font-size:14px}.hero-proof{display:flex;gap:20px;flex-wrap:wrap;margin-top:24px;font-size:11px;color:#40534d}.hero-proof b{color:var(--green);margin-right:4px}.hero-microcopy{margin-top:19px;font-size:11px;color:var(--muted)}.hero-microcopy a{color:var(--green);font-weight:800}.hero-visual-v5{min-height:500px;border-radius:42px;background:linear-gradient(145deg,#dce9e4 0%,#f7faf8 55%,#e7efeb 100%);box-shadow:0 30px 80px rgba(22,62,52,.12)}.visual-glow{position:absolute;width:340px;height:340px;border-radius:50%;background:rgba(255,255,255,.75);filter:blur(24px)}.hero-visual-v5 .hero-device{position:relative;z-index:1;width:86%}.fc3{right:32px;bottom:34px}.mini-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#45b397;margin-right:6px}.trust-strip-v5{background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-grid-v5{display:grid;grid-template-columns:repeat(4,1fr)}.trust-grid-v5>div{padding:23px 22px;border-right:1px solid var(--line)}.trust-grid-v5>div:last-child{border-right:0}.trust-grid-v5 span{display:block;color:var(--green);font-size:9px;font-weight:900;letter-spacing:.15em}.trust-grid-v5 strong{display:block;font-size:13px;margin:7px 0 4px}.trust-grid-v5 small{font-size:10px;color:var(--muted);line-height:1.45}.section-head-v5{display:flex;justify-content:space-between;align-items:end;gap:26px;margin-bottom:28px}.section-head-v5 .section-title{font-size:clamp(32px,4vw,48px);margin-bottom:10px}.text-link{font-size:12px;color:var(--green);font-weight:800;white-space:nowrap}.category-grid-v5 .category-card-v5{padding:26px;min-height:195px}.category-top{display:flex;justify-content:space-between;align-items:flex-start}.category-top>span{color:var(--muted);font-size:20px}.category-card-v5 small{display:block;margin-top:28px;font-size:10px;color:var(--green);font-weight:800}.discovery-section{padding-top:28px}.discovery-card{display:grid;grid-template-columns:1.25fr .75fr;gap:45px;align-items:center;padding:38px;border-radius:28px;background:#e9f2ee;border:1px solid #d5e3dd}.discovery-card h2{font-size:36px;letter-spacing:-.04em;margin:8px 0 12px}.discovery-card p{color:var(--muted);line-height:1.6}.use-chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:18px}.use-chips span{padding:7px 10px;background:white;border:1px solid #d7e3de;border-radius:999px;font-size:10px}.discovery-actions{display:flex;flex-direction:column;align-items:stretch;gap:14px}.discovery-score{background:white;border:1px solid #d4e1dc;border-radius:20px;padding:20px}.discovery-score small,.discovery-score span{display:block;color:var(--muted);font-size:10px}.discovery-score strong{font-size:45px;color:var(--green);letter-spacing:-.05em;display:block;margin:4px 0}.product-grid-v5 .product-card{border-radius:24px}.product-grid-v5 .product-image-link{height:245px}.product-grid-v5 .product-body{padding:19px}.band-v5{background:linear-gradient(135deg,#0d211c 0%,#153b31 100%)}.band-points{display:flex;gap:18px;flex-wrap:wrap;font-size:10px;color:#a6c4bb;margin-top:22px}.setup-preview-v5{border-radius:30px;background:#142e27;border-color:#31554a;padding:28px}.setup-preview-head{display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:.12em;color:#92b5ab;margin-bottom:12px}.setup-status{background:#1c493d;color:#9be2cf;padding:6px 8px;border-radius:999px;letter-spacing:0}.total-line{padding-top:18px}.setup-score-line{display:flex;justify-content:space-between;margin-top:15px;padding-top:15px;border-top:1px solid #2b4d43;font-size:11px;color:#b8cbc5}.setup-score-line b{color:#9be2cf}.cert-showcase{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:30px;padding:38px}.cert-metrics{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:24px;overflow:hidden}.cert-metrics>div{padding:24px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.cert-metrics>div:nth-child(2n){border-right:0}.cert-metrics>div:nth-child(n+3){border-bottom:0}.cert-metrics small,.cert-metrics span{display:block;color:var(--muted);font-size:9px}.cert-metrics strong{display:block;font-size:30px;margin:5px 0;color:var(--text)}.assistant-home{padding-top:15px}.assistant-home-card{background:#10231e;color:white;border-radius:28px;padding:34px 38px;display:flex;justify-content:space-between;align-items:center;gap:30px}.assistant-home-copy{display:flex;align-items:center;gap:20px;max-width:860px}.assistant-orb{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#1b493c;color:#a5e6d4;font-size:25px;flex:0 0 auto}.assistant-home h2{font-size:28px;margin:6px 0 8px}.assistant-home p{color:#b8c9c4;margin:0;line-height:1.55;font-size:13px}.business-banner{padding-top:12px}.business-card{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:34px 38px;background:linear-gradient(115deg,#f4eee4,#fbfaf7);border:1px solid #e8dfd0;border-radius:28px}.business-card h2{font-size:31px;letter-spacing:-.04em;margin:7px 0}.business-card p{color:var(--muted);max-width:760px;line-height:1.55}.site-footer{width:100%;margin:70px 0 0;background:#0d1c18;color:#dbe6e2;padding:0}.footer-inner{width:min(1320px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:44px;padding:52px 0 42px}.footer-brand p{max-width:390px;color:#91a7a0;font-size:12px;line-height:1.7;margin:20px 0}.footer-logo{min-width:0}.footer-logo .brand-mark{background:#fff;color:#10231e}.footer-logo small{color:#78948b}.footer-badges{display:flex;gap:7px;flex-wrap:wrap}.footer-badges span{font-size:9px;color:#a7c6bd;border:1px solid #294239;padding:6px 8px;border-radius:999px}.footer-col h4{font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#75958b;margin:0 0 17px}.footer-col a,.footer-link-btn,.footer-note{display:block;margin:10px 0;font-size:11px;color:#d9e4e0}.footer-col a:hover,.footer-link-btn:hover{color:#9fe3d0}.footer-link-btn{border:0;background:transparent;padding:0;cursor:pointer;text-align:left}.footer-note{color:#667e76;margin-top:20px}.footer-bottom{width:min(1320px,calc(100% - 40px));margin:0 auto;padding:18px 0 28px;border-top:1px solid #20352e;display:flex;justify-content:space-between;gap:20px;font-size:9px;color:#617970}.footer-bottom strong{color:#9ab6ad}.assistant-launcher{bottom:22px}.site-footer+.assistant-launcher{bottom:20px}
@media(max-width:1000px){.site-header{top:34px}.trust-grid-v5{grid-template-columns:1fr 1fr}.trust-grid-v5>div:nth-child(2){border-right:0}.trust-grid-v5>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.discovery-card,.cert-showcase{grid-template-columns:1fr}.footer-inner{grid-template-columns:1.3fr 1fr 1fr}.footer-col:last-child{grid-column:2/4}.assistant-home-card,.business-card{align-items:flex-start;flex-direction:column}.product-grid-v5{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.announcement-bar{justify-content:center;text-align:center}.announcement-bar a{display:none}.site-header{top:34px}.hero-v5{padding-top:48px}.hero-visual-v5{min-height:350px}.hero-proof{gap:9px 14px}.trust-grid-v5{grid-template-columns:1fr}.trust-grid-v5>div{border-right:0!important;border-bottom:1px solid var(--line)!important}.trust-grid-v5>div:last-child{border-bottom:0!important}.section-head-v5{align-items:flex-start;flex-direction:column}.category-grid-v5,.product-grid-v5{grid-template-columns:1fr}.discovery-card,.cert-showcase,.assistant-home-card,.business-card{padding:25px}.discovery-card h2{font-size:30px}.cert-metrics{grid-template-columns:1fr 1fr}.assistant-home-copy{align-items:flex-start}.assistant-orb{width:48px;height:48px}.assistant-home h2{font-size:24px}.footer-inner{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1}.footer-col:last-child{grid-column:auto}.footer-bottom{flex-direction:column}.site-footer{margin-top:45px}}
/* V6 commerce quantity + footer hardening */
.bulk-buy-card{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:16px;margin-top:18px;padding:16px;border:1px solid var(--line);background:#fff;border-radius:16px}.bulk-buy-card strong{display:block;font-size:13px}.bulk-buy-card small{display:block;color:var(--muted);font-size:10px;line-height:1.45;margin-top:4px}.bulk-stock{font-size:10px;color:var(--green);font-weight:800;white-space:nowrap}.qty-control-lg button{width:34px;height:34px}.qty-control-lg span{min-width:34px;text-align:center}.asset-chip-list{display:flex;gap:5px;flex-wrap:wrap;margin-top:8px}.asset-chip-list span{font-size:9px;padding:5px 7px;border-radius:8px;background:var(--green-soft);color:var(--green);font-weight:800}.checkout-review{display:grid;gap:8px;margin:18px 0;padding:15px;border:1px solid var(--line);border-radius:14px;background:#f8faf9}.checkout-review>div{display:flex;justify-content:space-between;gap:16px;font-size:11px}.checkout-review span{color:var(--muted)}
.site-footer{display:block!important;background:#0d1c18!important;color:#dbe6e2!important;clear:both;position:relative;z-index:2}.site-footer .footer-inner{display:grid!important;grid-template-columns:minmax(300px,1.6fr) repeat(3,minmax(150px,1fr))!important;gap:44px!important}.site-footer .footer-col{display:flex!important;flex-direction:column!important;align-items:flex-start!important}.site-footer .footer-col a,.site-footer .footer-link-btn,.site-footer .footer-note{display:block!important;margin:6px 0!important;line-height:1.45}.site-footer .footer-bottom{display:flex!important;align-items:center!important}.footer-badges span{white-space:nowrap}
@media(max-width:1000px){.bulk-buy-card{grid-template-columns:1fr auto}.bulk-stock{grid-column:1/-1}.site-footer .footer-inner{grid-template-columns:1.3fr 1fr 1fr!important}.site-footer .footer-col:last-child{grid-column:2/4}}
@media(max-width:640px){.bulk-buy-card{grid-template-columns:1fr}.qty-control-lg{justify-self:start}.site-footer .footer-inner{grid-template-columns:1fr 1fr!important}.site-footer .footer-brand{grid-column:1/-1}.site-footer .footer-col:last-child{grid-column:auto}.site-footer .footer-bottom{flex-direction:column!important;align-items:flex-start!important}}
