:root{--navy:#071b33;--navy2:#0d2f54;--orange:#f59e0b;--red:#ef4444;--ink:#102033;--muted:#64748b;--line:#dbe3ec;--surface:#f5f7fb;--white:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:var(--ink)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}img{display:block;max-width:100%}.container{width:min(1180px,calc(100% - 32px));margin:auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.topbar{background:var(--navy);color:#dbeafe;font-size:.82rem}.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:9px 0}.header{position:sticky;top:0;z-index:40;background:#fffffff5;backdrop-filter:blur(14px);border-bottom:1px solid rgba(219,227,236,.8)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;height:82px}.logo{width:250px}.nav{display:flex;align-items:center;gap:24px;font-weight:800;font-size:.92rem}.nav a:hover{color:#d97706}.cart-btn{display:inline-flex;align-items:center;gap:10px;background:var(--navy);color:#fff;border:0;border-radius:16px;padding:12px 16px;font-weight:900;cursor:pointer}.cart-count{background:var(--orange);color:var(--navy);min-width:24px;height:24px;border-radius:999px;display:grid;place-items:center;font-size:.75rem}.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 15%,rgba(245,158,11,.22),transparent 24%),linear-gradient(135deg,#06162a,#0c2c4f 55%,#123c68);color:#fff;padding:86px 0 76px}.hero:after{content:"";position:absolute;right:-160px;bottom:-240px;width:620px;height:620px;border:80px solid rgba(255,255,255,.04);border-radius:50%}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.25fr .75fr;gap:54px;align-items:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#ffd27a;font-size:.8rem;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.hero h1{font-size:clamp(2.6rem,5vw,5.2rem);line-height:.98;margin:18px 0 22px;letter-spacing:-.055em}.hero h1 span{color:var(--orange)}.hero p{font-size:1.1rem;line-height:1.75;color:#dbeafe;max-width:700px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:15px;padding:14px 20px;font-weight:900;border:1px solid transparent;cursor:pointer}.btn-primary{background:linear-gradient(135deg,var(--orange),#f97316);color:#1c1917;box-shadow:0 14px 30px #f59e0b40}.btn-secondary{border-color:#ffffff4d;color:#fff;background:#ffffff0f}.hero-card{background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:30px;padding:30px;box-shadow:0 30px 80px #00000040}.hero-card h3{margin:0 0 18px;font-size:1.4rem}.hero-list{display:grid;gap:15px}.hero-item{display:flex;gap:12px;align-items:flex-start;padding:14px;border-radius:18px;background:#ffffff0f}.hero-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#f59e0b26;color:#ffd27a;font-size:1.15rem;flex:0 0 auto}.hero-item strong{display:block;margin-bottom:3px}.hero-item small{color:#bdd1e8;line-height:1.4}.stats{margin-top:-26px;position:relative;z-index:3}.stats-grid{background:#fff;border:1px solid var(--line);box-shadow:0 20px 70px #0f172a1a;border-radius:25px;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.stat{padding:25px;border-right:1px solid var(--line)}.stat:last-child{border:0}.stat b{font-size:1.65rem;display:block;color:var(--navy)}.stat span{color:var(--muted);font-size:.9rem}.section{padding:78px 0}.section-soft{background:var(--surface)}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}.section-head h2{font-size:clamp(2rem,3.5vw,3.2rem);margin:0;letter-spacing:-.04em;color:var(--navy)}.section-head p{max-width:620px;color:var(--muted);line-height:1.7;margin:8px 0 0}.search-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:18px;box-shadow:0 12px 45px #0f172a12;display:grid;grid-template-columns:1fr 260px 220px;gap:12px;margin-bottom:26px}.field{position:relative}.field input,.field select{width:100%;height:52px;border:1px solid #cfd9e5;border-radius:14px;padding:0 16px;background:#fff;color:var(--ink);outline:none}.field input:focus,.field select:focus{border-color:var(--orange);box-shadow:0 0 0 4px #f59e0b21}.catalog-meta{display:flex;justify-content:space-between;align-items:center;margin:10px 2px 20px;color:var(--muted);font-size:.92rem}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;display:flex;flex-direction:column;transition:.22s ease;min-width:0}.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 50px #0f172a1f;border-color:#c5d1df}.product-image{aspect-ratio:1.2/1;background:#eef2f7;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover}.ref-badge{position:absolute;left:12px;top:12px;background:#071b33e0;color:#fff;border-radius:999px;padding:7px 10px;font-size:.68rem;font-weight:800}.product-body{padding:18px;display:flex;flex-direction:column;gap:12px;flex:1}.product-category{color:#c26900;font-size:.7rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.product-card h3{font-size:1rem;line-height:1.35;margin:0;color:var(--navy);min-height:2.7em}.product-code{font-size:.82rem;color:var(--muted)}.product-code b{color:var(--ink)}.product-tags{display:flex;flex-wrap:wrap;gap:7px}.tag{background:#f1f5f9;color:#475569;border-radius:999px;padding:6px 9px;font-size:.72rem}.product-actions{display:grid;grid-template-columns:1fr auto;gap:9px;margin-top:auto}.detail-btn,.add-btn{border:0;border-radius:13px;padding:11px 12px;font-weight:900;cursor:pointer}.detail-btn{background:#eef3f8;color:var(--navy)}.add-btn{background:var(--navy);color:#fff;min-width:44px}.add-btn:hover{background:#0d3158}.empty{grid-column:1/-1;text-align:center;padding:60px 20px;background:#fff;border:1px dashed #cbd5e1;border-radius:24px;color:var(--muted)}.pagination{display:flex;justify-content:center;gap:8px;margin-top:32px;flex-wrap:wrap}.page-btn{border:1px solid var(--line);background:#fff;border-radius:11px;padding:9px 13px;cursor:pointer;font-weight:800}.page-btn.active{background:var(--navy);color:#fff;border-color:var(--navy)}.categories-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;cursor:pointer;transition:.2s}.category-card:hover{border-color:var(--orange);transform:translateY(-3px)}.category-card b{display:block;color:var(--navy);margin-bottom:4px}.category-card span{font-size:.82rem;color:var(--muted)}.cta{background:linear-gradient(135deg,#071b33,#0f3a66);color:#fff;border-radius:30px;padding:42px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta h2{margin:0 0 10px;font-size:2rem}.cta p{margin:0;color:#c7d8eb;line-height:1.6}.footer{background:#051426;color:#cbd5e1;padding:62px 0 22px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:50px}.footer-logo{width:280px;margin-bottom:18px}.footer h4{color:#fff;margin:0 0 16px}.footer p,.footer a{font-size:.9rem;line-height:1.7;color:#aebfd2}.footer-links{display:grid;gap:8px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:40px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:.8rem}.modal,.cart-drawer,.overlay{position:fixed;inset:0;z-index:80}.overlay{background:#020817a3;backdrop-filter:blur(4px)}.modal{display:none;place-items:center;padding:18px}.modal.open{display:grid}.modal-card{position:relative;z-index:81;background:#fff;border-radius:26px;width:min(920px,100%);max-height:92vh;overflow:auto;box-shadow:0 35px 100px #00000059}.modal-close{position:absolute;right:14px;top:14px;width:40px;height:40px;border:0;border-radius:50%;background:#fff;box-shadow:0 8px 24px #00000024;font-size:1.2rem;cursor:pointer;z-index:2}.modal-grid{display:grid;grid-template-columns:1fr 1fr}.modal-media{background:#eef2f7;min-height:420px}.modal-media img{width:100%;height:100%;object-fit:cover}.modal-content{padding:40px}.modal-content h2{margin:8px 0 14px;color:var(--navy);font-size:2rem}.modal-code{display:inline-flex;background:#f1f5f9;border-radius:10px;padding:9px 12px;font-weight:800}.info-list{display:grid;gap:10px;margin:22px 0}.info-row{display:flex;justify-content:space-between;gap:20px;padding-bottom:10px;border-bottom:1px solid var(--line)}.info-row span{color:var(--muted)}.modal-note{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;padding:13px;border-radius:13px;font-size:.84rem;line-height:1.5}.modal-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.modal-actions button{border:0;border-radius:14px;padding:14px;font-weight:900;cursor:pointer}.cart-drawer{display:none}.cart-drawer.open{display:block}.cart-panel{position:absolute;right:0;top:0;z-index:81;width:min(480px,100%);height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-20px 0 60px #0003}.cart-header{padding:22px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.cart-header h2{margin:0;color:var(--navy)}.icon-btn{width:40px;height:40px;border:0;border-radius:12px;background:#eef2f7;cursor:pointer}.cart-items{padding:18px;overflow:auto;display:grid;gap:12px;flex:1}.cart-item{display:grid;grid-template-columns:74px 1fr auto;gap:12px;padding:12px;border:1px solid var(--line);border-radius:16px}.cart-item img{width:74px;height:74px;border-radius:12px;object-fit:cover}.cart-item h4{font-size:.88rem;margin:0 0 5px;color:var(--navy)}.cart-item small{color:var(--muted)}.qty{display:flex;align-items:center;gap:7px;margin-top:8px}.qty button{width:27px;height:27px;border:1px solid var(--line);background:#fff;border-radius:8px;cursor:pointer}.remove{border:0;background:transparent;color:#ef4444;cursor:pointer;font-size:1.1rem}.cart-footer{border-top:1px solid var(--line);padding:18px;background:#fff}.cart-footer p{font-size:.82rem;color:var(--muted);line-height:1.5}.cart-footer .btn-primary{width:100%;border:0}.clear-cart{width:100%;margin-top:8px;border:0;background:transparent;color:#b91c1c;font-weight:800;cursor:pointer;padding:10px}.toast{position:fixed;left:50%;bottom:25px;z-index:120;transform:translate(-50%,20px);background:#071b33;color:#fff;padding:12px 17px;border-radius:12px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%)}.legal{padding:65px 0}.legal article{max-width:850px;margin:auto}.legal h1{font-size:2.7rem;color:var(--navy)}.legal h2{margin-top:32px;color:var(--navy)}.legal p,.legal li{line-height:1.75;color:#475569}@media(max-width:1000px){.nav{display:none}.hero-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat:nth-child(2){border-right:0}.stat:nth-child(-n+2){border-bottom:1px solid var(--line)}.product-grid,.categories-grid{grid-template-columns:repeat(3,1fr)}.search-panel{grid-template-columns:1fr 1fr}.search-panel .field:first-child{grid-column:1/-1}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}.modal-grid{grid-template-columns:1fr}.modal-media{min-height:320px}.modal-content{padding:28px}}@media(max-width:720px){.container{width:min(100% - 22px,1180px)}.topbar{display:none}.header-inner{height:70px}.logo{width:205px}.hero{padding:62px 0}.hero h1{font-size:2.8rem}.hero-card{padding:20px}.stats{margin-top:-18px}.stats-grid{grid-template-columns:1fr 1fr}.stat{padding:18px}.stat b{font-size:1.3rem}.section{padding:55px 0}.section-head{display:block}.search-panel{grid-template-columns:1fr;padding:13px}.search-panel .field:first-child{grid-column:auto}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-body{padding:13px}.product-card h3{font-size:.88rem}.product-actions{grid-template-columns:1fr auto}.categories-grid{grid-template-columns:repeat(2,1fr)}.cta{display:block;padding:28px}.cta .btn-primary{margin-top:20px}.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.footer-bottom{display:block}.modal-content h2{font-size:1.55rem}.modal-actions{grid-template-columns:1fr}.modal-media{min-height:260px}}@media(max-width:430px){.product-grid{grid-template-columns:1fr}.hero h1{font-size:2.45rem}.header-inner{gap:10px}.logo{width:180px}.cart-btn{padding:10px 12px}.cart-btn span.label{display:none}.categories-grid{grid-template-columns:1fr 1fr}.category-card{padding:14px}}
