:root{
  --bg:#07111f;
  --bg-2:#0b1728;
  --panel:#0f1d31;
  --panel-2:#13243b;
  --text:#f8fafc;
  --muted:#9fb0c9;
  --line:rgba(255,255,255,.11);
  --brand:#0ea5e9;
  --brand-2:#d4af37;
  --brand-3:#38bdf8;
  --danger:#ef4444;
  --success:#22c55e;
  --shadow:0 22px 80px rgba(0,0,0,.35);
  --radius:24px;
  --radius-sm:16px;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:radial-gradient(circle at top left,rgba(14,165,233,.22),transparent 28%),radial-gradient(circle at 90% 10%,rgba(212,175,55,.16),transparent 30%),linear-gradient(180deg,var(--bg),#050814 70%);color:var(--text);min-height:100vh}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 36px));margin-inline:auto}.skip-link{position:absolute;left:-999px;top:8px;background:#fff;color:#07111f;padding:10px 12px;border-radius:10px;z-index:999}.skip-link:focus{left:8px}.topbar{background:rgba(7,17,31,.78);border-bottom:1px solid var(--line);backdrop-filter:blur(18px);font-size:13px;color:var(--muted)}.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:9px 0}.topbar span{display:flex;align-items:center;gap:8px}.site-header{position:sticky;top:0;z-index:100;background:rgba(7,17,31,.78);border-bottom:1px solid var(--line);backdrop-filter:blur(22px)}.nav{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px 0}.brand{display:flex;align-items:center;gap:12px;min-width:max-content}.brand-mark{width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,var(--brand),#1d4ed8 45%,var(--brand-2));display:grid;place-items:center;box-shadow:0 14px 40px rgba(14,165,233,.25);font-weight:950;letter-spacing:-1px}.brand-text strong{display:block;font-size:18px;letter-spacing:.2px}.brand-text small{display:block;color:var(--muted);font-size:12px;margin-top:1px}.nav-links{display:flex;align-items:center;gap:4px}.nav-links a,.nav-links button{border:0;background:transparent;color:#dbeafe;padding:10px 12px;border-radius:999px;cursor:pointer}.nav-links a:hover,.nav-links button:hover{background:rgba(255,255,255,.08)}.nav-actions{display:flex;align-items:center;gap:10px}.icon-btn,.primary-btn,.secondary-btn,.ghost-btn{border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;transition:.2s ease}.primary-btn{background:linear-gradient(135deg,var(--brand),#2563eb 50%,var(--brand-2));color:#fff;padding:13px 19px;font-weight:800;box-shadow:0 16px 42px rgba(14,165,233,.24)}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 18px 50px rgba(14,165,233,.36)}.secondary-btn{background:#fff;color:#07111f;padding:13px 18px;font-weight:850}.ghost-btn{background:rgba(255,255,255,.08);color:#dbeafe;border:1px solid var(--line);padding:12px 16px}.icon-btn{width:45px;height:45px;background:rgba(255,255,255,.08);color:#dbeafe;border:1px solid var(--line);position:relative}.cart-count{position:absolute;right:-4px;top:-6px;background:var(--brand-2);color:#07111f;font-weight:900;font-size:12px;min-width:21px;height:21px;border-radius:999px;display:grid;place-items:center}.mobile-toggle{display:none}.hero{position:relative;overflow:hidden;padding:68px 0 46px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border:1px solid rgba(212,175,55,.34);background:rgba(212,175,55,.12);color:#fde68a;border-radius:999px;font-weight:800;font-size:13px;margin-bottom:18px}.hero h1{font-size:clamp(42px,6.2vw,82px);line-height:.96;margin:0 0 18px;letter-spacing:-4px}.hero h1 span{background:linear-gradient(135deg,#fff,#bae6fd 42%,#f8d66d);-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{font-size:clamp(17px,2vw,21px);line-height:1.7;color:#cbd5e1;margin:0 0 26px;max-width:720px}.hero-cta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:690px}.stat{border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.06);padding:16px}.stat strong{font-size:25px;display:block}.stat small{color:var(--muted)}.hero-card{background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.06));border:1px solid var(--line);border-radius:32px;padding:22px;box-shadow:var(--shadow);position:relative}.hero-card::before{content:"";position:absolute;inset:16px;border-radius:26px;border:1px solid rgba(212,175,55,.2);pointer-events:none}.deal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.deal-header strong{font-size:18px}.live-dot{display:inline-flex;align-items:center;gap:8px;color:#bbf7d0;font-weight:800;font-size:13px}.live-dot::before{content:"";width:10px;height:10px;border-radius:50%;background:var(--success);box-shadow:0 0 0 8px rgba(34,197,94,.12)}.showcase-product{background:#fff;color:#07111f;border-radius:28px;overflow:hidden}.showcase-product img{width:100%;aspect-ratio:1.2/1;object-fit:cover;background:#f8fafc}.showcase-info{padding:20px}.showcase-info h3{margin:0 0 8px;font-size:22px}.price{display:flex;align-items:baseline;gap:8px;margin:11px 0}.price strong{font-size:25px;color:#07111f}.price del{color:#64748b}.badge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e0f2fe;color:#075985;font-weight:850;font-size:12px}.section{padding:58px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:24px}.section-kicker{color:#7dd3fc;text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:900;margin-bottom:8px}.section h2{font-size:clamp(30px,4vw,52px);line-height:1.04;margin:0;letter-spacing:-2px}.section-head p,.section-intro{color:var(--muted);line-height:1.7;max-width:680px;margin:10px 0 0}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.category-card{border:1px solid var(--line);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045));padding:18px;min-height:154px;position:relative;overflow:hidden;cursor:pointer;transition:.2s ease}.category-card:hover{transform:translateY(-4px);border-color:rgba(14,165,233,.45);background:linear-gradient(180deg,rgba(14,165,233,.18),rgba(255,255,255,.05))}.category-card::after{content:"";position:absolute;right:-30px;bottom:-40px;width:120px;height:120px;border-radius:50%;background:rgba(14,165,233,.14)}.category-icon{width:44px;height:44px;border-radius:15px;background:rgba(255,255,255,.1);display:grid;place-items:center;margin-bottom:18px;color:#fef3c7}.category-card strong{display:block;font-size:17px;margin-bottom:7px}.category-card small{color:var(--muted);line-height:1.45;display:block}.toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:22px}.search-wrap{flex:1;min-width:240px;position:relative}.search-wrap input,.filters select,.contact-form input,.contact-form textarea,.contact-form select{width:100%;background:rgba(255,255,255,.08);border:1px solid var(--line);border-radius:16px;color:#fff;padding:14px 15px;outline:none}.search-wrap input:focus,.filters select:focus,.contact-form input:focus,.contact-form textarea:focus,.contact-form select:focus{border-color:rgba(14,165,233,.7);box-shadow:0 0 0 4px rgba(14,165,233,.12)}.filters{display:flex;gap:12px;align-items:center}.filters select{min-width:190px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045));border-radius:24px;overflow:hidden;transition:.2s ease;position:relative}.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 70px rgba(0,0,0,.28);border-color:rgba(14,165,233,.45)}.product-media{position:relative;background:#fff}.product-media img{width:100%;aspect-ratio:1/1;object-fit:cover}.product-badge{position:absolute;top:12px;left:12px;background:rgba(7,17,31,.88);color:#fef3c7;font-weight:850;border:1px solid rgba(212,175,55,.4);padding:7px 10px;border-radius:999px;font-size:12px}.product-body{padding:17px}.product-meta{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-size:12px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:9px}.product-body h3{font-size:16px;line-height:1.35;margin:0 0 10px;min-height:44px}.product-body p{color:var(--muted);font-size:14px;line-height:1.55;margin:0 0 13px;min-height:66px}.product-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:12px}.add-btn{border:0;border-radius:14px;background:#fff;color:#07111f;font-weight:900;padding:12px 10px;cursor:pointer}.view-btn{border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.08);color:#fff;font-weight:800;padding:12px;cursor:pointer}.old-price{color:#94a3b8;text-decoration:line-through;font-size:13px}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.trust-card{border:1px solid var(--line);border-radius:24px;padding:22px;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045));min-height:170px}.trust-card .icon{width:52px;height:52px;border-radius:18px;background:rgba(14,165,233,.14);display:grid;place-items:center;margin-bottom:18px;color:#7dd3fc}.trust-card h3{margin:0 0 9px}.trust-card p{margin:0;color:var(--muted);line-height:1.65}.promo-band{border:1px solid rgba(212,175,55,.3);background:linear-gradient(135deg,rgba(14,165,233,.18),rgba(212,175,55,.16));border-radius:32px;padding:34px;display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center;box-shadow:var(--shadow)}.promo-band h2{margin:0 0 10px}.promo-band p{color:#dbeafe;line-height:1.7;margin:0 0 18px}.brand-strip{display:flex;gap:12px;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);padding:8px 0}.brand-pill{min-width:150px;text-align:center;border:1px solid var(--line);background:rgba(255,255,255,.08);border-radius:999px;padding:12px 18px;color:#cbd5e1;font-weight:850}.page-hero{padding:54px 0 28px}.page-hero h1{font-size:clamp(38px,5vw,68px);line-height:1;margin:0 0 14px;letter-spacing:-3px}.page-hero p{color:var(--muted);font-size:18px;line-height:1.7;max-width:780px}.breadcrumb{display:flex;gap:8px;color:#93c5fd;font-size:13px;margin-bottom:18px}.product-detail{display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:start}.detail-gallery{background:#fff;border-radius:32px;padding:16px;box-shadow:var(--shadow)}.detail-gallery img{width:100%;border-radius:24px;aspect-ratio:1/1;object-fit:cover}.detail-info{border:1px solid var(--line);background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045));border-radius:32px;padding:30px}.detail-info h1{font-size:clamp(30px,4vw,52px);line-height:1.05;letter-spacing:-2px;margin:14px 0}.detail-summary{color:#cbd5e1;line-height:1.7;font-size:17px}.detail-price strong{font-size:38px;color:#fff}.feature-list{display:grid;gap:10px;margin:20px 0;padding:0;list-style:none}.feature-list li{display:flex;gap:10px;color:#dbeafe}.feature-list li::before{content:"✓";color:#86efac;font-weight:900}.admin-note{border:1px dashed rgba(212,175,55,.55);background:rgba(212,175,55,.09);border-radius:18px;padding:14px;color:#fef3c7;font-size:14px;line-height:1.55}.content-card{border:1px solid var(--line);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045));padding:26px;color:#dbeafe;line-height:1.8}.content-card h2,.content-card h3{color:#fff}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:22px}.contact-form{display:grid;gap:12px}.contact-form textarea{min-height:130px;resize:vertical}.footer{border-top:1px solid var(--line);background:#050814;margin-top:62px;padding:42px 0 22px;color:#cbd5e1}.footer-grid{display:grid;grid-template-columns:1.1fr .8fr .8fr .8fr;gap:28px}.footer h3,.footer strong{color:#fff}.footer a{display:block;color:#cbd5e1;margin:9px 0}.footer-bottom{display:flex;justify-content:space-between;gap:18px;align-items:center;border-top:1px solid var(--line);margin-top:30px;padding-top:18px;color:#94a3b8;font-size:13px}.cart-drawer{position:fixed;inset:0;z-index:300;display:none}.cart-drawer.open{display:block}.cart-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(6px)}.cart-panel{position:absolute;right:0;top:0;height:100%;width:min(430px,100%);background:#07111f;border-left:1px solid var(--line);box-shadow:var(--shadow);padding:22px;display:flex;flex-direction:column}.cart-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:14px}.cart-items{display:grid;gap:12px;overflow:auto;padding:16px 0;flex:1}.cart-item{display:grid;grid-template-columns:70px 1fr auto;gap:12px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:10px;background:rgba(255,255,255,.06)}.cart-item img{width:70px;height:70px;object-fit:cover;background:#fff;border-radius:12px}.cart-item h4{margin:0 0 6px;font-size:14px}.cart-item small{color:var(--muted)}.cart-total{border-top:1px solid var(--line);padding-top:14px}.qty-btn{width:28px;height:28px;border:0;border-radius:9px;background:rgba(255,255,255,.1);color:#fff;cursor:pointer}.toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%) translateY(30px);opacity:0;background:#fff;color:#07111f;font-weight:850;padding:13px 16px;border-radius:999px;z-index:500;transition:.25s ease;box-shadow:var(--shadow)}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}.floating-whatsapp{position:fixed;right:20px;bottom:20px;z-index:90;background:#22c55e;color:#052e16;border:0;border-radius:999px;padding:14px 18px;font-weight:950;box-shadow:0 16px 45px rgba(34,197,94,.33);display:flex;gap:9px;align-items:center}.loader{position:fixed;inset:0;z-index:999;background:#050814;display:grid;place-items:center;transition:.45s ease}.loader.hide{opacity:0;pointer-events:none}.loader-card{width:min(360px,calc(100% - 40px));border:1px solid var(--line);border-radius:28px;background:rgba(255,255,255,.08);padding:26px;text-align:center}.loader-ring{width:76px;height:76px;border-radius:50%;border:4px solid rgba(255,255,255,.12);border-top-color:#38bdf8;border-right-color:#d4af37;margin:0 auto 18px;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
@media(max-width:1060px){.hero-grid,.product-detail,.promo-band,.contact-grid{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(3,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.trust-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.hero-card{max-width:620px}.nav-links{display:none}.mobile-toggle{display:inline-flex}}
@media(max-width:760px){.topbar .container{align-items:flex-start;flex-direction:column;gap:5px}.nav{gap:10px}.brand-text small{display:none}.hero{padding-top:42px}.hero h1{letter-spacing:-2px}.hero-stats{grid-template-columns:1fr}.category-grid,.product-grid,.trust-grid,.content-grid,.footer-grid{grid-template-columns:1fr}.section-head{display:block}.filters{width:100%;display:grid;grid-template-columns:1fr}.product-body h3,.product-body p{min-height:unset}.promo-band{padding:24px}.footer-bottom{display:block}.floating-whatsapp{left:18px;right:18px;justify-content:center}.cart-panel{width:100%}}

/* ===== V2 premium retail layer ===== */
.nav-links a.active{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.10)}
.mega-strip{display:flex;align-items:center;gap:8px;overflow:auto;padding:0 0 12px;scrollbar-width:none}.mega-strip::-webkit-scrollbar{display:none}.mega-strip a{white-space:nowrap;border:1px solid var(--line);background:rgba(255,255,255,.055);color:#dbeafe;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:750}.mega-strip a:hover{background:rgba(14,165,233,.16);border-color:rgba(14,165,233,.34)}
.hero-card{position:relative}.hero-card:before{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,rgba(56,189,248,.45),transparent 34%,rgba(212,175,55,.38));z-index:-1;filter:blur(18px);opacity:.7}.deal-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px}.live-dot{display:inline-flex;align-items:center;gap:7px;color:#bbf7d0;font-size:12px;font-weight:850}.live-dot:before{content:"";width:9px;height:9px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 8px rgba(34,197,94,.12)}
.home-dashboard{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}.insight-panel{border:1px solid var(--line);border-radius:32px;background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.04));padding:26px}.insight-panel h3{font-size:26px;margin:0 0 12px}.insight-list{display:grid;gap:12px;margin:18px 0 0}.insight-item{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:14px;border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.045)}.insight-item span{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:rgba(14,165,233,.16)}
.kit-grid,.brand-grid,.guide-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.kit-card,.brand-card,.guide-card{border:1px solid var(--line);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.1),rgba(255,255,255,.045));padding:22px;position:relative;overflow:hidden}.kit-card:after,.guide-card:after{content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;border-radius:50%;background:rgba(212,175,55,.12)}.kit-card h3,.brand-card h3,.guide-card h3{margin:0 0 10px}.kit-card ul{padding-left:18px;color:#cbd5e1;line-height:1.7}.kit-price{font-size:25px;font-weight:950;color:#fff;margin:12px 0}.brand-card{min-height:130px}.brand-card strong{font-size:24px;letter-spacing:-1px}.brand-card small{color:#9fb0c9;display:block;margin-top:8px}.guide-card strong{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px;background:rgba(14,165,233,.15);color:#bae6fd;margin-bottom:12px}
.toolbar{position:sticky;top:121px;z-index:50;background:rgba(7,17,31,.82);backdrop-filter:blur(18px);border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:0 18px 60px rgba(0,0,0,.22)}.filters{display:flex;gap:10px;flex-wrap:wrap}.filters select,.search-wrap input,.contact-form input,.contact-form select,.contact-form textarea,.assistant-body select{background:rgba(255,255,255,.075);border:1px solid var(--line);border-radius:16px;color:#fff;padding:13px 14px;outline:none}.filters select{min-width:180px}.search-wrap input{width:100%}.filters select option,.assistant-body select option{color:#07111f}.catalog-microcopy{display:flex;justify-content:space-between;gap:16px;align-items:center;color:#9fb0c9;margin:16px 2px;flex-wrap:wrap}.catalog-microcopy strong{color:#fff}.product-card{isolation:isolate}.product-card:hover .product-media img{transform:scale(1.04)}.product-media img{transition:.25s ease}.stock-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(34,197,94,.28);background:rgba(34,197,94,.09);color:#bbf7d0;border-radius:999px;padding:5px 8px;font-size:12px;font-weight:800}.rating-row{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#fde68a;font-size:13px;margin:10px 0}.product-actions{grid-template-columns:1fr auto auto}.compare-btn,.quick-btn{border:1px solid var(--line);background:rgba(255,255,255,.08);color:#dbeafe;border-radius:14px;padding:10px 12px;cursor:pointer;font-weight:850}.compare-btn.active{background:rgba(212,175,55,.16);color:#fde68a;border-color:rgba(212,175,55,.45)}.old-price{color:#94a3b8;margin-left:8px}.sale-ribbon{position:absolute;left:14px;top:52px;background:#ef4444;color:#fff;font-size:12px;font-weight:950;border-radius:999px;padding:6px 9px;z-index:2}.detail-specs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.spec-card{border:1px solid var(--line);background:rgba(255,255,255,.055);border-radius:16px;padding:14px}.spec-card small{display:block;color:#9fb0c9}.spec-card strong{color:#fff}.related-strip{margin-top:30px}.payment-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.payment-pills span{border:1px solid var(--line);background:rgba(255,255,255,.06);border-radius:999px;padding:7px 10px;color:#dbeafe;font-weight:750;font-size:12px}.footer-wa{display:inline-flex!important;background:#22c55e;color:#052e16!important;border-radius:999px;padding:10px 14px;font-weight:950;margin-top:12px!important}.final-cta-section{padding-bottom:0}.assistant-fab{position:fixed;right:20px;bottom:86px;z-index:95;width:56px;height:56px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:linear-gradient(135deg,#0ea5e9,#2563eb,#d4af37);color:#fff;font-size:22px;box-shadow:0 18px 50px rgba(14,165,233,.35);cursor:pointer}.assistant-widget{position:fixed;right:20px;bottom:154px;z-index:260;width:min(380px,calc(100% - 36px));border:1px solid var(--line);border-radius:26px;background:#07111f;box-shadow:var(--shadow);display:none;overflow:hidden}.assistant-widget.open{display:block}.assistant-head{display:flex;justify-content:space-between;align-items:center;padding:16px 18px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.06)}.assistant-head small{display:block;color:#9fb0c9;font-size:12px;margin-top:2px}.assistant-body{display:grid;gap:12px;padding:18px}.bot-msg{background:rgba(255,255,255,.08);border:1px solid var(--line);border-radius:18px;padding:13px;color:#dbeafe;line-height:1.55;margin:0}.assistant-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.assistant-options button{border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.065);color:#dbeafe;padding:11px;cursor:pointer;font-weight:800}.assistant-options button.active,.assistant-options button:hover{border-color:rgba(14,165,233,.45);background:rgba(14,165,233,.14)}.quick-modal,.offer-modal,.compare-drawer{position:fixed;inset:0;z-index:320;display:none}.quick-modal.open,.offer-modal.open,.compare-drawer.open{display:block}.quick-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.67);backdrop-filter:blur(7px)}.quick-card,.offer-card{position:relative;width:min(980px,calc(100% - 32px));margin:6vh auto;background:#07111f;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow);padding:22px}.quick-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center}.quick-grid img{border-radius:24px;background:#fff}.offer-card{width:min(620px,calc(100% - 32px));padding:32px;background:radial-gradient(circle at top left,rgba(14,165,233,.22),transparent 40%),#07111f}.offer-card h2{font-size:clamp(28px,4vw,48px);line-height:1;margin:14px 0}.offer-card p{color:#cbd5e1;line-height:1.7}.offer-close{position:absolute;right:16px;top:16px;border:1px solid var(--line);background:rgba(255,255,255,.08);color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer}.compare-panel{position:absolute;right:0;top:0;height:100%;width:min(780px,100%);background:#07111f;border-left:1px solid var(--line);box-shadow:var(--shadow);padding:22px;overflow:auto}.compare-table{display:grid;gap:10px;margin-top:16px}.compare-row{display:grid;grid-template-columns:170px repeat(var(--cols,2),1fr);gap:10px;align-items:stretch}.compare-row>*{border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.06);padding:12px;color:#dbeafe}.compare-row strong{color:#fff}.remove-compare{border:0;background:rgba(239,68,68,.13);color:#fecaca;border-radius:999px;padding:8px 10px;font-weight:850;cursor:pointer;margin-top:10px}.lead-box{border:1px solid rgba(212,175,55,.34);background:rgba(212,175,55,.09);border-radius:24px;padding:18px;color:#fef3c7}.map-placeholder{min-height:260px;border:1px dashed rgba(255,255,255,.2);border-radius:26px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(14,165,233,.09),rgba(212,175,55,.08));text-align:center;color:#cbd5e1;padding:24px}.pill-list{display:flex;gap:8px;flex-wrap:wrap}.pill-list span{border:1px solid var(--line);border-radius:999px;padding:7px 10px;background:rgba(255,255,255,.06);font-weight:750;color:#dbeafe}.brand-strip{gap:10px}.section-intro{color:#9fb0c9}.contact-form .two-cols{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-note{font-size:13px;color:#9fb0c9;line-height:1.6}.legal-list{display:grid;gap:16px}.legal-list article{border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:18px;padding:18px}
@media(max-width:1060px){.home-dashboard,.kit-grid,.brand-grid,.guide-grid{grid-template-columns:1fr 1fr}.toolbar{top:76px}.mega-strip{display:none}.quick-grid{grid-template-columns:1fr}.compare-row{grid-template-columns:130px repeat(var(--cols,2),minmax(160px,1fr));overflow:auto}.assistant-widget{right:18px;bottom:146px}.assistant-fab{right:18px;bottom:82px}}
@media(max-width:760px){.home-dashboard,.kit-grid,.brand-grid,.guide-grid,.detail-specs,.contact-form .two-cols{grid-template-columns:1fr}.toolbar{position:relative;top:auto}.product-actions{grid-template-columns:1fr 1fr}.product-actions .add-btn{grid-column:1/-1}.quick-card,.offer-card{margin:3vh auto;padding:18px}.assistant-options{grid-template-columns:1fr}.compare-panel{padding:16px}.assistant-fab{bottom:82px}.floating-whatsapp{padding:13px 16px}.assistant-widget{left:18px;right:18px;width:auto}.nav-actions .primary-btn{display:none}}
@media(max-width:1060px){.nav-links.open{display:flex!important;position:absolute;left:18px;right:18px;top:78px;background:#07111f;border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:14px;flex-direction:column;align-items:stretch;box-shadow:var(--shadow)}}
