:root{--bg:#0b1016;--surface:#111922;--surface2:#17212b;--text:#f5f7f8;--muted:#aab4bc;--line:#2b3742;--accent:#ff6a00;--accent2:#ff8f3b;--white:#fff;--max:1180px;--shadow:0 18px 55px rgba(0,0,0,.22)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#fff;color:#151a1f;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(var(--max),calc(100% - 36px));margin:auto}.topbar{background:#070b0f;color:#d8dee3;font-size:14px}.topbar .container{display:flex;justify-content:space-between;gap:16px;padding:8px 0}.topbar a{color:#fff}.header{position:sticky;top:0;z-index:50;background:rgba(13,19,26,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}.nav{height:78px;display:flex;align-items:center;gap:28px}.logo img{width:210px;height:auto}.menu{display:flex;align-items:center;gap:25px;margin-left:auto;color:#dbe1e5;font-weight:650}.menu a:hover,.menu a.active{color:#fff}.cart-link{display:flex;align-items:center;gap:8px}.cart-count{min-width:24px;height:24px;padding:0 6px;border-radius:20px;background:var(--accent);display:grid;place-items:center;color:#fff;font-size:12px}.mobile-toggle{display:none;margin-left:auto;border:1px solid #39444e;background:transparent;color:#fff;border-radius:8px;padding:8px 11px}.btn{border:0;border-radius:9px;padding:13px 18px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:9px;cursor:pointer;transition:.2s;background:var(--accent);color:#fff;box-shadow:none}.btn:hover{transform:translateY(-1px);background:#f26100}.btn.secondary{background:#fff;color:#10151a}.btn.ghost{background:transparent;border:1px solid #394550;color:#fff}.btn.dark{background:#111922}.hero{background:var(--bg);color:#fff;min-height:610px;display:flex;align-items:center;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:55px;align-items:center;padding:72px 0}.eyebrow{font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}h1,h2,h3{line-height:1.08;margin:0 0 18px}h1{font-size:clamp(44px,6vw,78px);letter-spacing:-.04em}h2{font-size:clamp(32px,4vw,52px);letter-spacing:-.03em}h3{font-size:24px}.hero p{font-size:20px;color:#c9d1d7;max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-visual{position:relative}.hero-visual img{border-radius:22px;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.08)}.hero-badge{position:absolute;left:-25px;bottom:35px;background:#fff;color:#111922;padding:16px 18px;border-radius:12px;box-shadow:var(--shadow);font-weight:800}.trust{border-bottom:1px solid #e8ecef;background:#fff}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#e8ecef}.trust-item{background:#fff;padding:25px}.trust-item strong{display:block;font-size:18px}.trust-item span{color:#65717a}.section{padding:86px 0}.section.soft{background:#f5f7f8}.section.dark{background:var(--bg);color:#fff}.section-head{display:flex;justify-content:space-between;gap:25px;align-items:end;margin-bottom:34px}.section-head p{max-width:650px;color:#65717a;margin:0}.dark .section-head p{color:#b4bec6}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category{border:1px solid #e1e6e9;border-radius:16px;padding:24px;background:#fff;min-height:205px;position:relative;overflow:hidden}.category:after{content:"";position:absolute;width:90px;height:90px;border-radius:50%;background:#ff6a0012;right:-20px;bottom:-20px}.category .icon{width:46px;height:46px;border-radius:11px;background:#fff2e8;color:var(--accent);display:grid;place-items:center;font-size:23px;margin-bottom:34px}.category p{color:#69747c}.category:hover{border-color:#ffb078;transform:translateY(-2px);transition:.2s}.filterbar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:28px}.filterbar button{border:1px solid #dce2e6;background:#fff;padding:10px 14px;border-radius:99px;font-weight:700;cursor:pointer}.filterbar button.active{background:#111922;color:#fff;border-color:#111922}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product{border:1px solid #e1e6e9;border-radius:18px;overflow:hidden;background:#fff;display:flex;flex-direction:column;box-shadow:0 8px 26px rgba(20,30,38,.04)}.product-media{height:210px;background:linear-gradient(145deg,#e8edef,#f9fafb);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-media:before{content:"";width:70%;height:68px;border:8px solid #8e9aa3;border-top-width:22px;transform:skew(-5deg);border-radius:4px;box-shadow:0 22px 0 -16px #26313a}.product-media:after{content:"";position:absolute;width:39px;height:39px;border-radius:50%;background:#28323b;bottom:47px;right:25%;box-shadow:-130px 0 0 #28323b}.badge{position:absolute;left:14px;top:14px;background:#111922;color:#fff;padding:7px 9px;border-radius:7px;font-size:12px;font-weight:900;z-index:2}.product-body{padding:22px;display:flex;flex-direction:column;gap:13px;flex:1}.product h3{font-size:21px;margin:0}.meta{display:flex;gap:8px;flex-wrap:wrap}.meta span{font-size:12px;background:#f2f4f5;border-radius:6px;padding:5px 7px;color:#52606a}.product p{color:#65717a;margin:0}.product-footer{margin-top:auto;padding-top:8px;display:flex;align-items:center;justify-content:space-between;gap:12px}.price{font-weight:900;color:#111922}.price small{display:block;color:#7c8790;font-weight:500}.text-link{color:var(--accent);font-weight:800}.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.feature-list{display:grid;gap:13px;margin-top:25px}.feature-list div{display:flex;gap:12px;align-items:flex-start}.feature-list b{width:27px;height:27px;border-radius:50%;background:#fff2e8;color:var(--accent);display:grid;place-items:center;flex:0 0 auto}.callout{border:1px solid #2e3a45;background:#111922;border-radius:20px;padding:34px}.callout p{color:#b8c1c7}.contact-cards{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.card{border:1px solid #e1e6e9;background:#fff;border-radius:18px;padding:28px}.card p{color:#65717a}.data-list{display:grid;gap:13px}.data-row{display:flex;justify-content:space-between;gap:20px;padding:11px 0;border-bottom:1px solid #edf0f2}.data-row span:first-child{color:#6c7780}.footer{background:#080c11;color:#b7c0c7;padding:60px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:45px}.footer h4{color:#fff;margin-top:0}.footer a{display:block;margin:8px 0}.footer-bottom{border-top:1px solid #24303a;margin-top:40px;padding-top:18px;font-size:13px;display:flex;justify-content:space-between;gap:20px}.page-hero{background:var(--bg);color:#fff;padding:70px 0}.page-hero h1{font-size:clamp(42px,5vw,66px)}.page-hero p{max-width:700px;color:#bdc6cd;font-size:19px}.detail-panel{position:fixed;inset:0;z-index:100;background:rgba(0,0,0,.55);display:none;align-items:flex-end;justify-content:flex-end}.detail-panel.open{display:flex}.detail{width:min(640px,100%);height:100%;background:#fff;padding:35px;overflow:auto;box-shadow:-20px 0 60px rgba(0,0,0,.2)}.detail-close{float:right;border:0;background:#eef1f3;border-radius:50%;width:40px;height:40px;font-size:22px;cursor:pointer}.spec-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:25px 0}.spec{background:#f5f7f8;border-radius:10px;padding:13px}.spec small{display:block;color:#7b868e}.notice{border-left:4px solid var(--accent);background:#fff5ed;padding:16px 18px;border-radius:8px;color:#5b3a22}.cart-list{display:grid;gap:12px}.cart-item{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid #e1e6e9;border-radius:12px;padding:16px}.cart-item h3{font-size:18px;margin:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:700}.field input,.field textarea,.field select{width:100%;border:1px solid #cfd7dc;border-radius:9px;padding:12px 13px;font:inherit}.field textarea{min-height:120px;resize:vertical}.empty{border:1px dashed #cfd7dc;border-radius:14px;padding:35px;text-align:center;color:#68747c}.small{font-size:13px;color:#74808a}.pill{display:inline-flex;border-radius:99px;background:#fff2e8;color:#9a4400;padding:7px 10px;font-size:12px;font-weight:800}.hide{display:none!important}@media(max-width:900px){.menu{display:none;position:absolute;top:78px;left:0;right:0;background:#0d131a;padding:22px;flex-direction:column;align-items:flex-start;border-top:1px solid #2b3742}.menu.open{display:flex}.mobile-toggle{display:block}.hero-grid,.split,.contact-cards{grid-template-columns:1fr}.hero-visual{order:-1}.hero-badge{left:18px}.category-grid{grid-template-columns:1fr 1fr}.products{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.hero{min-height:auto}.section{padding:68px 0}}@media(max-width:620px){.topbar .container{flex-direction:column;gap:2px}.nav{height:70px}.logo img{width:175px}.menu{top:70px}.hero-grid{padding:45px 0;gap:28px}.hero p{font-size:17px}.trust-grid,.category-grid,.products,.footer-grid,.form-grid{grid-template-columns:1fr}.section-head{align-items:start;flex-direction:column}.section{padding:55px 0}.footer-bottom{flex-direction:column}.product-media{height:185px}.hero-badge{position:static;margin-top:10px}.spec-grid{grid-template-columns:1fr}}

.order-flow{background:#fff}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.step{border:1px solid #e1e6e9;border-radius:16px;padding:24px;background:#fff}.step>b{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff2e8;color:#9a4400;margin-bottom:22px}.step h3{font-size:20px;margin-bottom:10px}.step p{margin:0;color:#65717a}@media(max-width:900px){.steps{grid-template-columns:1fr 1fr}}@media(max-width:620px){.steps{grid-template-columns:1fr}}
.skip-link{position:absolute;left:12px;top:-80px;background:#fff;color:#111;padding:10px;z-index:200}.skip-link:focus{top:12px}
:focus-visible{outline:3px solid #ff6a00;outline-offset:3px}
.product-detail-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:36px;align-items:start}
.product-illustration{background:#e8edef;border-radius:18px;padding:32px;margin-bottom:15px}
.product-illustration img{width:100%;max-height:420px;object-fit:contain}
.option-fieldset{border:1px solid #dce2e6;border-radius:10px;padding:18px}
.option-fieldset legend{font-weight:800}.option-choice{display:flex;gap:12px;align-items:start;cursor:pointer}.option-choice input{width:20px;height:20px;flex:none}
@media(max-width:900px){.product-detail-layout{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
