
:root{
  --bg:#080808; --bg2:#0d0d0f; --panel:#111215; --panel2:#15171b;
  --text:#f3f3f3; --silver:#c0c0c0; --muted:#a7a7aa;
  --line:#2b2d31; --orange:#ff6a00; --orange2:#ff8a22; --teal:#46d3c8;
  --max:1180px; --radius:18px; --shadow:0 20px 55px rgba(0,0,0,.38);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:
  radial-gradient(circle at 82% 14%,rgba(255,106,0,.08),transparent 23%),
  radial-gradient(circle at 6% 46%,rgba(255,106,0,.04),transparent 18%),
  linear-gradient(180deg,#070707,#0a0a0b 55%,#070707);
  color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.58;
}
a{color:inherit;text-decoration:none}
a:hover{color:#fff}
.wrap{width:min(calc(100% - 34px),var(--max));margin:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(7,7,8,.9);backdrop-filter:blur(14px);border-bottom:1px solid #232428}
.nav{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:flex;align-items:center;min-width:205px}
.brand img{display:block;width:205px;max-height:56px;object-fit:contain;object-position:left center}
.nav-links{display:flex;gap:27px;align-items:center;font-size:.96rem}
.nav-links a{color:#d4d4d6}
.nav-links a[aria-current="page"],.nav-links a:hover{color:var(--orange)}
.menu-btn{display:none;background:#111;border:1px solid #38383c;color:#fff;border-radius:9px;padding:9px 12px}
.hero{position:relative;padding:78px 0 52px;overflow:hidden;border-bottom:1px solid #18191c}
.hero:before,.hero:after{content:"";position:absolute;width:230px;height:230px;border:1px solid rgba(255,106,0,.08);transform:rotate(45deg)}
.hero:before{left:-160px;top:110px}.hero:after{right:-170px;top:20px}
.hero-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:center}
.eyebrow{color:var(--orange);font-size:.84rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
h1{font-size:clamp(2.8rem,6vw,5.2rem);line-height:.98;letter-spacing:-.05em;margin:16px 0 22px;color:#d7d7da}
.hero h1 span{color:#f2d2ba;text-shadow:0 0 24px rgba(255,106,0,.30)}
h2{font-size:clamp(1.9rem,3.5vw,3rem);line-height:1.1;letter-spacing:-.025em;margin:0 0 16px}
h3{margin:0 0 8px;font-size:1.15rem}
.lead{font-size:1.16rem;color:#b8b8bc;max-width:640px}
.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.btn{min-height:50px;padding:0 22px;border-radius:10px;border:1px solid #3c3d42;display:inline-flex;align-items:center;justify-content:center;font-weight:760;transition:.18s}
.btn-primary{border-color:var(--orange);color:#ff9b53;background:linear-gradient(180deg,rgba(255,106,0,.16),rgba(255,106,0,.04));box-shadow:0 0 26px rgba(255,106,0,.11)}
.btn-primary:hover{background:var(--orange);color:#0b0b0b}
.btn-secondary{background:#111;color:#efefef}
.trust-row{display:flex;gap:0;flex-wrap:wrap;margin-top:34px;color:#d6d6d8;font-size:.9rem}
.trust-item{display:flex;gap:9px;align-items:center;padding-right:22px;margin-right:22px;border-right:1px solid #333}
.trust-item:last-child{border-right:0}
.trust-icon{color:var(--orange);font-size:1.2rem}
.device-stage{position:relative;min-height:460px}
.laptop{position:absolute;left:0;top:0;width:84%;padding:10px;border:2px solid #4e5056;border-radius:22px;background:#030405;box-shadow:0 35px 70px rgba(0,0,0,.55)}
.laptop:after{content:"";position:absolute;left:7%;right:7%;bottom:-16px;height:18px;border-radius:0 0 60px 60px;background:linear-gradient(180deg,#4b4c50,#151516);box-shadow:0 8px 22px rgba(255,106,0,.12)}
.laptop img{display:block;width:100%;border-radius:13px;max-height:390px;object-fit:cover;object-position:top}
.phone{position:absolute;right:0;bottom:0;width:33%;padding:7px;background:#070708;border:2px solid #56585d;border-radius:32px;box-shadow:0 30px 60px rgba(0,0,0,.58)}
.phone img{display:block;width:100%;border-radius:24px;max-height:430px;object-fit:cover;object-position:top}
.orange-floor{position:absolute;left:10%;right:5%;bottom:-10px;height:2px;background:radial-gradient(circle,var(--orange),transparent 65%);filter:blur(.4px)}
.section{padding:72px 0}
.section.alt{background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.007));border-top:1px solid #1b1c1f;border-bottom:1px solid #1b1c1f}
.section-head{max-width:720px;margin-bottom:30px}
.section-head p,.muted{color:var(--muted)}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.card{background:linear-gradient(180deg,#121316,#0d0e10);border:1px solid #34363b;border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}
.card-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;color:var(--orange);border:1px solid rgba(255,106,0,.34);background:rgba(255,106,0,.05);font-size:1.25rem;margin-bottom:16px}
.card p{color:#a7a7aa;margin:0;font-size:.94rem}
.featured{display:grid;grid-template-columns:150px 1fr auto;gap:28px;align-items:center;padding:28px;border:1px solid #3b332c;border-radius:20px;background:linear-gradient(100deg,rgba(255,106,0,.055),#0d0e10 35%,#0a0a0b)}
.product-icon{width:138px;height:138px;border:1px solid rgba(255,106,0,.42);border-radius:16px;background:#0b0b0c;display:grid;place-items:center;overflow:hidden}
.product-icon img{width:100%;height:100%;object-fit:cover}
.badge{display:inline-flex;margin-left:10px;border:1px solid rgba(70,211,200,.55);color:var(--teal);border-radius:999px;padding:4px 9px;font-size:.72rem;vertical-align:middle}
.featured p{color:#aaa;margin:5px 0 0}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:center}
.product-shots{display:grid;grid-template-columns:1.05fr .72fr;gap:14px;align-items:end}
.shot{background:#050506;border:1px solid #3c3e43;border-radius:18px;padding:8px;box-shadow:var(--shadow)}
.shot img{display:block;width:100%;border-radius:11px}
.list-clean{list-style:none;padding:0;margin:18px 0 0}
.list-clean li{padding:9px 0 9px 26px;position:relative;color:#c8c8ca}
.list-clean li:before{content:"→";position:absolute;left:0;color:var(--orange)}
.page-hero{padding:68px 0 36px}
.page-hero h1{font-size:clamp(2.5rem,5vw,4.4rem)}
.prose{max-width:860px}
.prose h2{font-size:1.8rem;margin-top:38px}
.prose p,.prose li{color:#c0c0c3}
.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.contact-card{padding:24px;border:1px solid #34363b;border-radius:16px;background:#101114}
.contact-card strong{display:block;margin-bottom:5px;color:#fff}
.contact-card a{color:#ff9b53}
.notice{border-left:3px solid var(--orange);background:rgba(255,106,0,.06);padding:15px 18px;border-radius:7px;color:#c9c9cc}
.footer{border-top:1px solid #212226;padding:36px 0 46px;background:#060607;color:#8f8f92}
.footer-row{display:grid;grid-template-columns:1.25fr .75fr;gap:34px}
.footer-brand img{width:220px;max-height:62px;object-fit:contain;object-position:left center}
.footer-links{display:flex;gap:16px;flex-wrap:wrap;justify-content:flex-end}
.footer a{color:#bcbcc0}
.small{font-size:.9rem}
@media(max-width:920px){
 .hero-grid,.product-grid{grid-template-columns:1fr}
 .device-stage{min-height:510px;margin-top:10px}
 .grid-4{grid-template-columns:1fr 1fr}
 .featured{grid-template-columns:110px 1fr}
 .featured .btn{grid-column:1/-1}
 .product-icon{width:105px;height:105px}
 .nav-links{display:none;position:absolute;left:16px;right:16px;top:70px;flex-direction:column;align-items:flex-start;padding:18px;background:#0b0b0d;border:1px solid #333;border-radius:14px}
 .nav-links.open{display:flex}
 .menu-btn{display:block}
}
@media(max-width:590px){
 .wrap{width:min(calc(100% - 24px),var(--max))}
 .hero{padding-top:54px}
 .device-stage{min-height:390px}
 .laptop{width:87%}
 .phone{width:36%}
 .grid-4,.contact-grid{grid-template-columns:1fr}
 .featured{grid-template-columns:1fr}
 .product-icon{width:100px;height:100px}
 .product-shots{grid-template-columns:1fr .7fr}
 .trust-item{border:0;margin:0 16px 8px 0;padding:0}
 .footer-row{grid-template-columns:1fr}
 .footer-links{justify-content:flex-start}
 .brand img{width:180px}
}
