
:root{
 --orange:#ff671f;--bg:#080809;--panel:#111113;--panel2:#151517;
 --line:#2b2b30;--text:#f5f5f7;--muted:#aaaab2;--max:1180px;
 --shadow:0 26px 80px rgba(0,0,0,.38)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
a{color:inherit}
.container{width:min(calc(100% - 40px),var(--max));margin:0 auto}
.topbar{position:sticky;top:0;z-index:50;background:rgba(8,8,9,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.06)}
.topin{height:78px;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;margin-right:auto}
.brand img{display:block;height:52px;width:auto;max-width:190px;object-fit:contain}
nav{display:flex;align-items:center;gap:24px}
nav a{font-size:12px;font-weight:850;letter-spacing:.045em;text-decoration:none;color:#d0d0d5}
nav a:hover{color:#fff}
.nav-cta{border:1px solid #3b3b41;padding:10px 15px;border-radius:999px}
.hero{padding:74px 0 58px;position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;width:580px;height:580px;border-radius:50%;background:radial-gradient(circle,rgba(255,103,31,.16),transparent 68%);right:-190px;top:-180px;pointer-events:none}
.eyebrow,.kicker{font-size:12px;font-weight:900;letter-spacing:.12em;color:var(--orange);text-transform:uppercase}
.hero h1{font-size:clamp(44px,6vw,76px);line-height:.93;letter-spacing:-.055em;margin:16px 0 20px;max-width:900px}
.hero h1 span,.section-head h2 span{color:var(--orange)}
.lead{font-size:19px;line-height:1.62;color:#b8b8c0;max-width:760px}
.hero-actions,.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 19px;border-radius:13px;text-decoration:none;font-size:12px;font-weight:900;letter-spacing:.04em;border:1px solid transparent;cursor:pointer}
.btn.primary{background:var(--orange);color:#fff}
.btn.secondary{background:#111114;border-color:#34343a;color:#fff}
.price-line{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;margin-top:24px}
.price{font-size:38px;font-weight:950;letter-spacing:-.045em}.price small{font-size:11px;letter-spacing:.07em;color:#9f9fa7}
.section{padding:74px 0;border-top:1px solid rgba(255,255,255,.055)}
.section.alt{background:#0c0c0e}
.section-head{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:end;margin-bottom:34px}
.section-head h2{font-size:clamp(34px,4vw,54px);line-height:1;letter-spacing:-.045em;margin:10px 0 0}
.section-head p{color:#a7a7af;line-height:1.65}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid.two{grid-template-columns:repeat(2,1fr)}
.card{border:1px solid #29292e;background:linear-gradient(180deg,#131315,#0e0e10);border-radius:22px;padding:25px;box-shadow:var(--shadow)}
.card h3{font-size:25px;letter-spacing:-.035em;margin:8px 0 11px}
.card p{color:#aaaab2;line-height:1.6;margin:0 0 18px}
.card .meta{font-size:11px;font-weight:900;letter-spacing:.08em;color:var(--orange);text-transform:uppercase}
.card .go{display:inline-flex;margin-top:8px;color:#fff;text-decoration:none;font-size:12px;font-weight:900;border-bottom:1px solid rgba(255,103,31,.45);padding-bottom:3px}
.product-hero{display:grid;grid-template-columns:.9fr 1.1fr;gap:52px;align-items:center}
.product-icon{min-height:360px;display:grid;place-items:center;border:1px solid #29292e;border-radius:28px;background:radial-gradient(circle at 50% 45%,rgba(255,103,31,.14),transparent 55%),#101012}
.product-icon img{max-width:62%;max-height:300px;filter:drop-shadow(0 22px 34px rgba(0,0,0,.34))}
.list{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}
.item{border:1px solid #29292e;background:#111113;border-radius:15px;padding:15px 16px;color:#d7d7dc;font-size:14px}
.work-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.work-card{display:block;border:1px solid #29292e;border-radius:22px;background:#111113;padding:24px;text-decoration:none;transition:.2s}
.work-card:hover{transform:translateY(-2px);border-color:rgba(255,103,31,.55)}
.work-card span{font-size:11px;color:var(--orange);font-weight:900;letter-spacing:.08em}
.work-card b{display:block;font-size:24px;margin:12px 0 8px}.work-card small{color:#aaaab2;line-height:1.5}
.quote-box{border:1px solid rgba(255,103,31,.28);background:linear-gradient(145deg,#17120f,#101012);border-radius:26px;padding:30px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.quote-box h2{font-size:34px;margin:0 0 8px;letter-spacing:-.04em}.quote-box p{color:#aaaab2;margin:0}
form{display:grid;gap:16px}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
label{display:grid;gap:7px;font-size:12px;font-weight:850;color:#d5d5da}
input,select,textarea{width:100%;border:1px solid #33333a;background:#0e0e10;color:#fff;border-radius:13px;padding:13px 14px;font:inherit;outline:none}
input:focus,select:focus,textarea:focus{border-color:var(--orange)}
textarea{min-height:150px;resize:vertical}
.notice{border:1px solid #33333a;background:#111113;border-radius:16px;padding:16px;color:#c8c8cf;line-height:1.55}
.notice.ok{border-color:rgba(77,205,129,.4)}.notice.warn{border-color:rgba(255,103,31,.45)}
footer{border-top:1px solid #242428;padding:24px 0;color:#8d8d95}
.foot{display:flex;align-items:center;gap:25px;justify-content:space-between}.foot img{height:40px;width:auto}
@media(max-width:900px){
 nav{display:none}.hero{padding-top:54px}.product-hero,.section-head{grid-template-columns:1fr}.grid,.grid.two,.work-grid{grid-template-columns:1fr}.product-icon{min-height:280px}.quote-box{align-items:flex-start;flex-direction:column}
}
@media(max-width:640px){
 .container{width:min(calc(100% - 26px),var(--max))}.topin{height:68px}.brand img{height:44px}.hero{padding:42px 0}.hero h1{font-size:46px}.section{padding:56px 0}.form-grid,.list{grid-template-columns:1fr}.product-icon{min-height:230px}.product-icon img{max-height:190px}.foot{flex-direction:column;align-items:flex-start}
}
