:root{--bg:#f5f6f7;--ink:#151719;--muted:#6d7379;--yellow:#ffd400;--dark:#181a1c;--line:#e2e5e8;--white:#fff;--radius:20px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:var(--white);line-height:1.5}a{color:inherit;text-decoration:none}.wrap{width:min(1180px,calc(100% - 32px));margin:auto}.top{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav{height:76px;display:flex;align-items:center;gap:34px}.brand{display:flex;align-items:center;gap:10px;margin-right:auto}.brand b{display:block;font-size:20px;line-height:1}.brand small{display:block;color:var(--muted);font-size:11px;margin-top:5px;text-transform:uppercase;letter-spacing:.08em}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--yellow);border:5px solid #111;font-weight:900}.nav nav{display:flex;gap:26px;font-size:14px;font-weight:700}.nav nav a:hover{color:#8b7300}.cart-link{font-weight:800;background:#111;color:#fff;border-radius:999px;padding:11px 16px}.cart-link span{display:inline-grid;place-items:center;min-width:21px;height:21px;padding:0 6px;background:var(--yellow);color:#111;border-radius:99px;margin-left:4px}.hero{background:linear-gradient(135deg,#1b1d1f 0%,#25282b 65%,#101112 100%);color:#fff;overflow:hidden}.hero-grid{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:50px}.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:900;color:var(--yellow);margin-bottom:18px}.eyebrow.dark{color:#6f5c00}.hero h1,.page-head h1{font-size:clamp(42px,6vw,72px);line-height:.99;margin:0;letter-spacing:-.045em;max-width:760px}.hero-sub{font-size:20px;max-width:720px;color:#ced2d5;margin:26px 0 28px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{border:0;cursor:pointer;border-radius:12px;padding:15px 20px;font:800 15px/1 Inter,Arial,sans-serif;display:inline-flex;justify-content:center;align-items:center}.btn.primary{background:var(--yellow);color:#111}.btn.primary:hover{filter:brightness(.95)}.btn.ghost{border:1px solid #5d6267;color:#fff;background:transparent}.btn.small{padding:11px 14px;background:#222;color:#fff}.btn.wide{width:100%}.ghost-dark{background:#fff!important;color:#111!important;border:1px solid var(--line)}.trust{display:flex;gap:20px;flex-wrap:wrap;color:#aeb4b8;font-size:13px;margin-top:28px}.hero-art{height:500px;position:relative;border-radius:32px;background:linear-gradient(160deg,#2e3235,#191b1c);overflow:hidden;border:1px solid #3b3f42;box-shadow:0 30px 70px #0008}.roadline{position:absolute;bottom:-100px;left:45%;width:120px;height:800px;background:#2f3335;transform:rotate(23deg);border-left:5px dashed #f5ca00;border-right:5px dashed #f5ca00}.sign{position:absolute;display:grid;place-items:center;font-weight:1000;box-shadow:0 18px 32px #0007}.sign-a{width:135px;height:135px;border-radius:50%;background:#fff;color:#111;border:18px solid #d52626;top:65px;left:60px;font-size:42px}.sign-b{width:130px;height:118px;clip-path:polygon(50% 0,100% 100%,0 100%);background:#e62f2f;top:150px;right:80px}.sign-b:before{content:"";position:absolute;inset:15px 17px 12px;background:#fff;clip-path:inherit}.sign-b span{z-index:1;color:#111;font-size:42px;transform:translateY(18px)}.sign-c{width:120px;height:120px;border-radius:16px;background:#156bd7;color:#fff;bottom:80px;left:150px;border:9px solid #fff;font-size:46px}.factory-card{position:absolute;right:20px;bottom:22px;background:#fff;color:#111;padding:18px 20px;border-radius:16px;max-width:250px}.factory-card b,.factory-card small{display:block}.factory-card small{color:var(--muted);margin-top:5px}.advantages{border-bottom:1px solid var(--line)}.advantage-grid{display:grid;grid-template-columns:repeat(4,1fr)}.advantage-grid>div{padding:26px 24px;border-right:1px solid var(--line)}.advantage-grid>div:first-child{padding-left:0}.advantage-grid b,.advantage-grid span{display:block}.advantage-grid span{color:var(--muted);font-size:13px;margin-top:5px}.section{padding:84px 0}.section.muted{background:var(--bg)}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:32px}.section-head h2,.dark-section h2,.cta h2{font-size:clamp(30px,4vw,48px);line-height:1.05;margin:0;letter-spacing:-.035em}.section-head>a{font-weight:800}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;display:flex;flex-direction:column;transition:.2s}.product:hover{transform:translateY(-3px);box-shadow:0 18px 38px #0000000d}.product-visual{height:190px;background:linear-gradient(135deg,#f3f4f5,#e6e9eb);display:grid;place-items:center}.mini-sign{display:grid;place-items:center;width:105px;height:105px;background:#fff;border:11px solid #d92727;border-radius:50%;font-weight:1000;font-size:18px;text-align:center;padding:5px;box-shadow:0 12px 25px #0002}.mini-sign.triangle{clip-path:polygon(50% 0,100% 100%,0 100%);border-radius:0;padding-top:35px}.mini-sign.triangle-down{clip-path:polygon(0 0,100% 0,50% 100%);border-radius:0;padding-bottom:35px}.mini-sign.diamond{transform:rotate(45deg);border-color:#111;background:var(--yellow);border-radius:6px}.mini-sign.diamond::first-line{transform:rotate(-45deg)}.mini-sign.circle-blue{background:#176dcc;border-color:#fff;color:#fff;outline:4px solid #176dcc}.mini-sign.square-blue{border-radius:10px;background:#176dcc;border-color:#fff;color:#fff;outline:4px solid #176dcc}.mini-sign.yellow{border-radius:12px;border:0;background:var(--yellow);width:120px}.mini-sign.custom{border-radius:12px;border:5px solid #111}.mini-sign.mount{border-radius:12px;border:0;background:#2d3033;color:#fff}.product-body{padding:18px;display:flex;flex:1;flex-direction:column}.product-body>span{font-size:11px;color:#7c8388;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.product h3{font-size:18px;margin:8px 0}.product p{color:var(--muted);font-size:14px;margin:0 0 18px}.product-foot{margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:10px}.add-cart{border:0;background:#111;color:#fff;padding:10px 12px;border-radius:10px;font-weight:800;cursor:pointer}.add-cart.added{background:#2f7d32}.dark-section{background:#181a1c;color:#fff}.split{display:grid;grid-template-columns:1.15fr .85fr;gap:70px;align-items:center}.dark-section p{color:#b8bdc0;font-size:18px}.checklist{display:grid;gap:12px;margin-top:26px}.checklist span{font-weight:700}.production-card{background:#24272a;border:1px solid #3b3f42;border-radius:28px;padding:25px;display:grid;gap:14px}.metric{background:#1a1c1e;border-radius:18px;padding:26px}.metric b{font-size:42px;color:var(--yellow);display:block}.metric span{color:#b4babd}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.steps>div{padding:25px;border:1px solid var(--line);border-radius:18px}.steps i{display:block;font-style:normal;font-size:13px;font-weight:900;color:#8a7200;margin-bottom:28px}.steps b,.steps span{display:block}.steps span{color:var(--muted);font-size:14px;margin-top:7px}.cta{margin-top:60px;background:#111;color:#fff;border-radius:28px;padding:38px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta p{color:#b8bdc0;margin-bottom:0}.page-head{background:var(--bg);padding:70px 0 55px}.page-head p{font-size:18px;color:var(--muted);max-width:760px}.filters{display:grid;grid-template-columns:2fr 1fr auto;gap:10px;margin-bottom:30px}.filters input,.filters select,.order-form input,.order-form textarea,.settings-grid input,table select{border:1px solid #cfd4d8;border-radius:11px;padding:13px 14px;font:inherit;background:#fff}.empty{padding:40px;background:var(--bg);border-radius:18px}.checkout-grid{display:grid;grid-template-columns:1fr 460px;gap:45px;align-items:start}.cart-items{display:grid;gap:12px;margin-bottom:16px}.cart-row{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:16px}.cart-row small{display:block;color:var(--muted)}.qty{display:flex;align-items:center;gap:8px}.qty button{width:30px;height:30px;border:1px solid var(--line);background:#fff;border-radius:8px}.remove{border:0;background:transparent;color:#a22;cursor:pointer}.order-form{background:var(--bg);border-radius:22px;padding:26px;display:grid;gap:14px}.order-form h2,.order-form h1{margin:0 0 8px}.order-form label,.settings-grid label{display:grid;gap:6px;font-size:13px;font-weight:800}.consent{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:8px!important;font-weight:500!important;color:var(--muted)}.consent input{width:auto;margin-top:4px}.error{color:#b42020;font-weight:800}.text-link{font-weight:800}.success{min-height:65vh;display:grid;place-items:center;padding:60px 0;background:var(--bg)}.success-card{max-width:650px;margin:auto;text-align:center;background:#fff;padding:55px;border-radius:28px;border:1px solid var(--line)}.success-icon{width:70px;height:70px;background:#dff2df;color:#237126;border-radius:50%;display:grid;place-items:center;font-size:36px;margin:0 auto 20px}.login{max-width:420px;margin:auto}.admin-head{display:flex;justify-content:space-between;align-items:center}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:16px}table{border-collapse:collapse;width:100%;font-size:13px;background:#fff}th,td{text-align:left;padding:13px;border-bottom:1px solid var(--line);vertical-align:top}th{background:#f4f5f6;white-space:nowrap}pre{white-space:pre-wrap;max-width:420px}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:900px}.edit-form{max-width:680px;margin:auto}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:50px;padding:55px 0}.footer-grid>div{display:flex;flex-direction:column;gap:8px}.footer-grid p{color:var(--muted);max-width:460px}.footer-brand{margin-bottom:8px}.footer-bottom{border-top:1px solid var(--line);padding:18px 0 30px;color:var(--muted);font-size:13px}
@media(max-width:900px){.nav nav{display:none}.hero-grid,.split,.checkout-grid{grid-template-columns:1fr}.hero-grid{padding:55px 0}.hero-art{height:420px}.advantage-grid,.products,.steps{grid-template-columns:repeat(2,1fr)}.advantage-grid>div{border-bottom:1px solid var(--line)}.products{gap:12px}.checkout-grid{gap:24px}.footer-grid{grid-template-columns:1fr 1fr}.settings-grid{grid-template-columns:1fr}}
@media(max-width:600px){.wrap{width:min(100% - 22px,1180px)}.nav{height:68px}.brand small{display:none}.brand b{font-size:17px}.brand-mark{width:38px;height:38px;border-width:4px}.cart-link{font-size:12px;padding:9px 11px}.hero h1,.page-head h1{font-size:40px}.hero-sub{font-size:17px}.hero-art{height:320px}.sign-a{width:95px;height:95px;border-width:12px;left:25px}.sign-b{width:90px;height:82px;right:35px}.sign-c{width:90px;height:90px;left:70px}.factory-card{font-size:12px}.advantage-grid,.products,.steps,.footer-grid{grid-template-columns:1fr}.advantage-grid>div{padding-left:0;border-right:0}.section{padding:58px 0}.product{display:grid;grid-template-columns:115px 1fr}.product-visual{height:100%;min-height:170px}.mini-sign{width:78px;height:78px;border-width:8px;font-size:13px}.product-body{padding:14px}.product h3{font-size:16px}.product p{font-size:12px}.cta{flex-direction:column;align-items:flex-start;padding:25px}.filters{grid-template-columns:1fr}.cart-row{grid-template-columns:1fr auto}.cart-row .remove{grid-column:2}.order-form{padding:18px}.page-head{padding:45px 0 35px}.admin-head{align-items:flex-start;gap:15px;flex-direction:column}}
