:root{--ink:#17202a;--muted:#64707d;--surface:#fff;--soft:#f4f6f7;--line:#e3e7ea;--accent:#f07d18;--accent-dark:#d86808;--dark:#182026;--shadow:0 18px 50px #101d281a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:#fff;margin:0;font-family:Inter,Arial,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.container{width:min(1180px,100% - 40px);margin:0 auto}.site-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;position:sticky;top:0}.header-inner{align-items:center;gap:30px;min-height:76px;display:flex}.brand{letter-spacing:-.04em;align-items:center;gap:10px;font-weight:800;display:inline-flex}.brand-mark{background:var(--accent);color:#fff;border-radius:11px;place-items:center;width:39px;height:39px;font-size:14px;display:grid}.brand-text{font-size:21px}.brand-text span{color:var(--accent)}.main-nav{gap:26px;margin-left:auto;font-size:14px;font-weight:600;display:flex}.main-nav a:hover{color:var(--accent)}.header-actions{gap:10px;display:flex}.btn{cursor:pointer;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;min-height:44px;padding:0 18px;font-weight:700;transition:all .2s;display:inline-flex}.btn-primary,.btn-search{color:#fff;background:var(--accent)}.btn-primary:hover,.btn-search:hover{background:var(--accent-dark);transform:translateY(-1px)}.btn-ghost{border-color:var(--line);background:#fff}.hero{background:radial-gradient(circle at 15% 15%,#f07d1824,#0000 30%),linear-gradient(#f7f8f9 0%,#fff 100%);padding:76px 0 64px;overflow:hidden}.hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);align-items:center;gap:54px;display:grid}.eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:800;display:inline-block}.hero h1,.section-heading h2,.cta-box h2{letter-spacing:-.045em;margin:0}.hero h1{max-width:750px;font-size:clamp(44px,6vw,72px);line-height:1.02}.hero-copy>p{max-width:700px;color:var(--muted);margin:22px 0 28px;font-size:18px}.search-panel{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:16px;grid-template-columns:1.5fr 1fr 1fr auto;gap:8px;padding:9px;display:grid}.field{border-right:1px solid var(--line);flex-direction:column;justify-content:center;min-width:0;padding:7px 12px;display:flex}.field span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;font-size:11px;font-weight:700}.field input,.field select{width:100%;color:var(--ink);background:0 0;border:0;outline:0;padding:2px 0;font-weight:600}.btn-search{min-width:135px}.hero-stats{gap:34px;margin-top:30px;display:flex}.hero-stats div{gap:2px;display:grid}.hero-stats strong{font-size:14px}.hero-stats span{color:var(--muted);font-size:12px}.hero-card{border:1px solid var(--line);background:#fff;border-radius:22px;position:relative;overflow:hidden;transform:rotate(1.2deg);box-shadow:0 25px 70px #141f2726}.hero-card-badge{z-index:2;color:#fff;background:var(--dark);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;position:absolute;top:16px;left:16px}.machine-visual{background:linear-gradient(135deg,#f07d1824,#f07d1808),#eef1f2;place-items:center;min-height:300px;display:grid}.machine-shape{width:240px;height:130px;position:relative}.machine-cab{border:8px solid var(--dark);background:var(--accent);border-radius:10px 18px 5px 5px;width:92px;height:74px;position:absolute;bottom:42px;left:64px}.machine-arm{background:var(--accent);transform-origin:0;border-radius:20px;width:108px;height:18px;position:absolute;bottom:73px;right:8px;transform:rotate(-18deg)}.machine-arm:after{content:"";background:var(--dark);border-radius:8px;width:24px;height:66px;position:absolute;top:8px;right:-18px;transform:rotate(25deg)}.machine-wheel{border:12px solid var(--dark);background:#89949b;border-radius:50%;width:60px;height:60px;position:absolute;bottom:7px}.wheel-one{left:42px}.wheel-two{left:126px}.hero-card-content,.listing-body{padding:22px}.listing-meta{color:var(--muted);font-size:12px;font-weight:700}.hero-card h2,.listing-card h3{margin:6px 0 0}.price{color:var(--ink);margin:12px 0;font-size:22px;font-weight:800}.listing-footer{color:var(--muted);justify-content:space-between;gap:10px;font-size:12px;display:flex}.section{padding:86px 0}.section-soft{background:var(--soft)}.section-heading{justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px;display:flex}.section-heading h2{font-size:clamp(30px,4vw,44px);line-height:1.1}.section-heading-centered{text-align:center;justify-content:center}.text-link{color:var(--accent-dark);font-size:14px;font-weight:800}.category-grid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.category-card{border:1px solid var(--line);background:#fff;border-radius:18px;min-height:190px;padding:24px;transition:all .2s;position:relative;overflow:hidden}.category-card:hover,.listing-card:hover{box-shadow:var(--shadow);transform:translateY(-4px)}.category-number{color:var(--accent);font-size:12px;font-weight:800}.category-card h3{margin:34px 0 7px;font-size:21px}.category-card p{max-width:260px;color:var(--muted);margin:0;font-size:13px}.category-arrow{color:var(--accent);font-size:24px;position:absolute;bottom:18px;right:22px}.listing-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.listing-card{border:1px solid var(--line);background:#fff;border-radius:18px;transition:all .2s;overflow:hidden}.listing-image{aspect-ratio:4/3;background:linear-gradient(140deg,#17202af5,#323e46e0);place-items:center;display:grid;position:relative}.image-label{color:var(--dark);background:#fff;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:800;position:absolute;top:12px;left:12px}.image-placeholder{color:#ffffff38;letter-spacing:.08em;font-size:30px;font-weight:800}.steps-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.step-card{border-top:3px solid var(--accent);background:var(--soft);padding:28px}.step-card>span{color:var(--accent);font-size:32px;font-weight:800}.step-card h3{margin:28px 0 8px;font-size:22px}.step-card p{color:var(--muted);margin:0;font-size:14px}.cta-section{padding:0 0 86px}.cta-box{color:#fff;background:radial-gradient(circle at 85% 15%,#f07d186b,transparent 28%),var(--dark);border-radius:24px;justify-content:space-between;align-items:center;gap:30px;padding:46px 50px;display:flex}.eyebrow-light{color:#ffad61}.cta-box h2{max-width:700px;font-size:clamp(30px,4vw,44px)}.cta-box p{color:#b9c2c8;margin:12px 0 0}.btn-light{color:var(--dark);background:#fff;flex:none}.site-footer{color:#cbd2d6;background:#11171c;padding:56px 0 24px}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:45px;display:grid}.brand-footer{color:#fff}.footer-grid p{color:#7f8a92;max-width:300px;font-size:13px}.footer-grid>div:not(:first-child){flex-direction:column;gap:10px;font-size:13px;display:flex}.footer-grid strong{color:#fff;margin-bottom:6px}.footer-bottom{color:#77828a;border-top:1px solid #283139;justify-content:space-between;margin-top:42px;padding-top:22px;font-size:12px;display:flex}@media (width<=980px){.main-nav{display:none}.hero-grid{grid-template-columns:1fr}.hero-card{max-width:520px;transform:none}.search-panel{grid-template-columns:1fr 1fr}.field{border-right:0;border-bottom:1px solid var(--line)}.category-grid,.listing-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.container{width:min(100% - 24px,1180px)}.header-inner{gap:12px;min-height:66px}.brand-text{font-size:18px}.header-actions .btn-ghost{display:none}.header-actions .btn-primary{padding:0 12px;font-size:12px}.hero{padding:48px 0}.hero h1{font-size:42px}.hero-copy>p{font-size:16px}.search-panel{grid-template-columns:1fr}.btn-search{min-height:50px}.hero-stats{flex-wrap:wrap;gap:16px}.section{padding:62px 0}.section-heading{flex-direction:column;align-items:flex-start}.category-grid,.listing-grid,.steps-grid,.footer-grid{grid-template-columns:1fr}.cta-box{flex-direction:column;align-items:flex-start;padding:34px 26px}.footer-bottom{flex-direction:column;gap:8px}}
