.hero{position:relative;overflow:hidden;padding:94px 0 112px;background:linear-gradient(135deg,#fff 0%,#fff 62%,#f4f5f2 62%,#f4f5f2 100%)}
.hero::after{content:"XR";position:absolute;right:-20px;bottom:-115px;color:rgba(23,26,30,.025);font-size:310px;font-weight:800;letter-spacing:-.1em;line-height:1;pointer-events:none}
.hero-content{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.02fr) minmax(420px,.98fr);align-items:center;gap:72px}
.hero-left{max-width:660px}
.hero h1{max-width:650px;margin:0;font-size:clamp(48px,5.3vw,74px);font-weight:800;line-height:1.02;letter-spacing:-.055em}
.hero-lead{max-width:610px;margin-top:28px;color:var(--color-text-muted);font-size:19px;line-height:1.7}
.hero-points{display:grid;gap:12px;margin-top:30px}
.hero-points li{position:relative;padding-left:27px;color:var(--color-text);font-size:15px;font-weight:650}
.hero-points li::before{content:"";position:absolute;left:0;top:.42em;width:12px;height:7px;border-left:2px solid #9b7400;border-bottom:2px solid #9b7400;transform:rotate(-45deg)}
.hero-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-top:38px}
.hero-right{min-width:0}
.hero-machine{position:relative;min-height:500px;display:flex;align-items:center;justify-content:center;padding:72px 34px 64px;border:1px solid var(--color-border);border-radius:30px;background:rgba(255,255,255,.88);box-shadow:0 28px 80px rgba(23,26,30,.09)}
.hero-machine::before{content:"";position:absolute;inset:24px;border:1px solid #eceeea;border-radius:22px;pointer-events:none}
.hero-machine img{position:relative;width:100%;max-width:500px;height:370px;border-radius:18px;object-fit:cover;object-position:center;filter:none}
.hero-machine__label{position:absolute;top:32px;left:34px;color:var(--color-text-muted);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.hero-machine__note{position:absolute;right:20px;bottom:20px;max-width:245px;padding:17px 19px;border-left:3px solid var(--color-primary);background:#171a1e;color:#fff}
.hero-machine__note strong,.hero-machine__note span{display:block}
.hero-machine__note strong{font-size:14px}.hero-machine__note span{margin-top:4px;color:#bfc4c8;font-size:12px;line-height:1.5}
@media(max-width:1024px){.hero{padding:78px 0 90px;background:linear-gradient(180deg,#fff 0%,#fff 55%,#f4f5f2 55%)}.hero-content{grid-template-columns:1fr;gap:56px}.hero-left{max-width:760px}.hero-machine{min-height:440px}.hero-machine img{max-width:680px}}
@media(max-width:600px){.hero{padding:64px 0 72px}.hero h1{font-size:42px}.hero-lead{font-size:17px}.hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%}.hero-machine{min-height:340px;padding:58px 18px 76px;border-radius:22px}.hero-machine::before{inset:12px}.hero-machine img{height:300px;border-radius:14px}.hero-machine__label{top:22px;left:22px}.hero-machine__note{left:18px;right:18px;bottom:18px;max-width:none}}
