:root{--orange:#f36b21;--orange2:#ff8a3d;--dark:#111317;--muted:#68707d;--bg:#f6f7f9;--white:#fff;--line:#e7e9ed;--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--dark);background:var(--bg)}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav{height:72px;display:flex;align-items:center;gap:30px}.brand{font-weight:900;display:flex;align-items:center;gap:10px;letter-spacing:.5px}.brand-mark{width:38px;height:38px;border-radius:12px;background:var(--orange);color:#fff;display:grid;place-items:center;font-weight:900}.nav nav{display:flex;gap:24px;margin-left:auto;color:#555d69;font-size:14px}.cart-btn{border:0;background:#111317;color:#fff;border-radius:12px;padding:11px 14px;cursor:pointer}.cart-btn b{background:var(--orange);padding:2px 7px;border-radius:99px;margin-left:5px}.hero{background:linear-gradient(135deg,#fff 0%,#fff4ec 100%);padding:80px 0}.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:60px;align-items:center}.eyebrow{font-size:12px;font-weight:900;letter-spacing:1.5px;color:var(--orange)}h1{font-size:clamp(46px,6vw,78px);line-height:.98;margin:15px 0 22px;letter-spacing:-3px}h1 span{color:var(--orange)}h2{font-size:38px;letter-spacing:-1.5px;margin:10px 0 15px}.hero p{font-size:18px;line-height:1.65;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;margin-top:30px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:13px 18px;font-weight:800;border:1px solid transparent;cursor:pointer}.primary{background:var(--orange);color:#fff}.ghost{background:#fff;border-color:var(--line)}.hero-card{background:#111317;color:#fff;border-radius:28px;padding:35px;min-height:300px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 25px 60px #1113171c}.hero-orb{font-size:70px}.hero-card small{color:#aab0b9}.hero-card strong{display:block;font-size:28px;margin:7px 0}.hero-card p{font-size:14px;color:#aab0b9}.stats{background:#fff;border-bottom:1px solid var(--line)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 0}.stats-grid div{padding:5px 25px;border-right:1px solid var(--line)}.stats-grid div:last-child{border:0}.stats-grid strong{display:block;font-size:28px}.stats-grid span{color:var(--muted);font-size:13px}.section{padding:80px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:35px}.filters{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.filter{border:1px solid var(--line);background:#fff;border-radius:99px;padding:9px 13px;cursor:pointer}.filter.active{background:#111317;color:#fff}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.2s}.product-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #1113170d}.product-image{height:230px;background:#f0f1f3;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-image span{position:absolute;left:14px;top:14px;background:#fff;padding:7px 10px;border-radius:99px;font-size:11px;font-weight:900}.product-info{padding:20px}.product-info small{color:var(--orange);font-weight:800}.product-info h3{margin:7px 0;font-size:18px}.product-info p{color:var(--muted);font-size:13px;line-height:1.5;min-height:40px}.price-row{display:flex;justify-content:space-between;align-items:end;gap:10px;margin-top:15px}.price-row del{display:block;color:#999;font-size:12px}.price-row strong{font-size:22px}.add{border:0;background:#111317;color:#fff;padding:10px 12px;border-radius:10px;cursor:pointer;font-weight:800}.dark{background:#111317;color:#fff}.dark .eyebrow{color:#ff9554}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:35px}.steps>div{border:1px solid #ffffff18;border-radius:18px;padding:24px}.steps b{color:var(--orange);font-size:13px}.steps h3{margin:25px 0 8px}.steps p{color:#aab0b9;font-size:14px;line-height:1.5}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px}.split p{color:var(--muted);font-size:17px;line-height:1.7}.future{display:flex;gap:8px;flex-wrap:wrap}.future span{padding:9px 12px;background:#fff;border:1px solid var(--line);border-radius:10px;font-size:13px}.footer{background:#fff;border-top:1px solid var(--line);padding:35px 0}.footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.footer p{color:var(--muted);font-size:13px}.cart-panel{position:fixed;right:-420px;top:0;width:min(410px,92vw);height:100vh;background:#fff;z-index:50;padding:25px;transition:.25s;box-shadow:-20px 0 60px #0002}.cart-panel.open{right:0}.overlay{position:fixed;inset:0;background:#0006;z-index:40;display:none}.overlay.open{display:block}.cart-head{display:flex;justify-content:space-between;align-items:center}.cart-head button{border:0;background:#f1f2f4;border-radius:10px;padding:10px;cursor:pointer}.cart-items{margin:20px 0;max-height:65vh;overflow:auto}.cart-item{display:grid;grid-template-columns:1fr auto;gap:8px;padding:15px 0;border-bottom:1px solid var(--line)}.cart-item small{color:var(--muted)}.cart-item button{border:0;background:none;color:#d33;cursor:pointer}.cart-total{display:flex;justify-content:space-between;padding:20px 0;font-size:18px}.full{width:100%}@media(max-width:850px){.hero-grid,.split{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(2,1fr);gap:15px}.stats-grid div:nth-child(2){border:0}.nav nav{display:none}}@media(max-width:560px){.hero{padding:55px 0}.hero-card{min-height:230px}.section{padding:55px 0}.product-grid{grid-template-columns:1fr}.steps,.footer-grid{grid-template-columns:1fr}.section-head{display:block}.filters{justify-content:flex-start;margin-top:20px}h2{font-size:31px}.cart-btn span{display:none}}
