:root {
  --bg: #080808;
  --panel: #111111;
  --panel-2: #181818;
  --text: #f8f8f8;
  --muted: #c9c9c9;
  --orange: #f4511e;
  --orange-2: #ff7a1a;
  --line: rgba(255,255,255,.12);
  --shadow: 0 20px 60px rgba(0,0,0,.35);
  --radius: 22px;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: #fff; color: #000; padding: 10px; z-index: 1000; }
.skip-link:focus { left: 8px; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(8,8,8,.88); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: .04em; }
.brand img { width: 52px; height: auto; }
.brand span { display: block; line-height: 1.05; }
.brand small { display: block; color: var(--muted); font-size: .72rem; letter-spacing: .16em; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 22px; font-weight: 700; color: #f1f1f1; }
.nav-links a { opacity: .88; }
.nav-links a:hover, .nav-links a.active { color: var(--orange-2); opacity: 1; }
.nav-toggle { display: none; background: none; border: 1px solid var(--line); color: #fff; padding: 10px 12px; border-radius: 12px; font-weight: 800; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border-radius: 999px; font-weight: 900; border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, background .15s ease, border .15s ease; }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #fff; box-shadow: 0 10px 30px rgba(244,81,30,.28); }
.btn-secondary { border-color: rgba(255,255,255,.28); color: #fff; background: rgba(255,255,255,.04); }
.btn-small { padding: 10px 16px; font-size: .95rem; }
.hero { position: relative; overflow: hidden; padding: 92px 0 84px; background:
  radial-gradient(circle at 15% 15%, rgba(244,81,30,.20), transparent 34%),
  radial-gradient(circle at 82% 20%, rgba(255,122,26,.18), transparent 32%),
  linear-gradient(180deg, #0b0b0b 0%, #070707 100%); }
.hero::before, .hero::after { content: ""; position: absolute; width: 420px; height: 420px; transform: rotate(45deg); border: 34px solid rgba(244,81,30,.28); pointer-events: none; }
.hero::before { left: -230px; top: -210px; }
.hero::after { right: -230px; bottom: -240px; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 52px; align-items: center; }
.eyebrow { color: var(--orange-2); text-transform: uppercase; font-size: .82rem; letter-spacing: .18em; font-weight: 900; margin: 0 0 14px; }
h1, h2, h3 { line-height: 1.08; margin: 0 0 18px; }
h1 { font-size: clamp(2.75rem, 7vw, 5.75rem); letter-spacing: -.06em; }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); letter-spacing: -.04em; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 18px; }
.lead { font-size: clamp(1.12rem, 2.2vw, 1.35rem); color: #e7e7e7; max-width: 720px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.hero-card { background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); }
.hero-card img { width: 220px; margin: 0 auto 22px; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.stat { background: #0b0b0b; border: 1px solid var(--line); border-radius: 16px; padding: 14px; text-align: center; }
.stat strong { display: block; font-size: 1.35rem; color: var(--orange-2); }
.section { padding: 84px 0; }
.section-alt { background: #0d0d0d; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-head { max-width: 760px; margin-bottom: 38px; }
.section-head.center { text-align: center; margin-left: auto; margin-right: auto; }
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 14px 35px rgba(0,0,0,.18); }
.card.orange-top { border-top: 5px solid var(--orange); }
.card p, .muted { color: var(--muted); }
.icon { width: 48px; height: 48px; border-radius: 15px; display: grid; place-items: center; background: rgba(244,81,30,.13); color: var(--orange-2); font-size: 1.4rem; font-weight: 900; margin-bottom: 18px; }
.steps { counter-reset: step; }
.step { position: relative; padding-left: 76px; }
.step::before { counter-increment: step; content: counter(step); position: absolute; left: 24px; top: 26px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; background: var(--orange); font-weight: 900; }
.scenario { display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; align-items: center; }
.scenario img { border-radius: var(--radius); border: 1px solid var(--line); box-shadow: var(--shadow); }
.checklist { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 11px; }
.checklist li { padding-left: 30px; position: relative; color: #f1f1f1; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--orange-2); font-weight: 900; }
.banner { background: linear-gradient(135deg, var(--orange), var(--orange-2)); color: #fff; padding: 52px 0; }
.banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.banner h2 { margin-bottom: 8px; }
.page-hero { padding: 76px 0 48px; background: radial-gradient(circle at 15% 10%, rgba(244,81,30,.18), transparent 35%), #090909; border-bottom: 1px solid var(--line); }
.page-hero p { max-width: 800px; }
.form-wrap { background: var(--panel); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.form-field.full { grid-column: 1 / -1; }
label { display: block; font-weight: 800; margin-bottom: 8px; }
input, select, textarea { width: 100%; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: #080808; color: #fff; padding: 13px 14px; font: inherit; }
textarea { min-height: 150px; resize: vertical; }
.form-note { color: var(--muted); font-size: .95rem; margin-top: 14px; }
.footer { padding: 54px 0 26px; background: #050505; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 30px; }
.footer img { width: 90px; margin-bottom: 14px; }
.footer a { color: var(--muted); display: block; margin: 7px 0; }
.footer a:hover { color: var(--orange-2); }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid var(--line); color: #aaa; font-size: .92rem; }
.notice { border: 1px dashed rgba(255,255,255,.3); background: rgba(255,255,255,.04); padding: 16px; border-radius: 16px; color: var(--muted); }
.placeholder-text { background: rgba(244,81,30,.08); border: 1px dashed rgba(244,81,30,.55); border-radius: 18px; padding: 22px; color: #eee; }
.brochure { max-width: 380px; margin: 0 auto; border-radius: 18px; border: 1px solid var(--line); }
@media (max-width: 900px) {
  .hero-grid, .scenario, .grid-2, .grid-3, .grid-4, .footer-grid { grid-template-columns: 1fr; }
  .banner-inner { align-items: flex-start; flex-direction: column; }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 76px; left: 0; right: 0; background: #070707; padding: 18px 20px 26px; border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .form-grid { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 28px, var(--max)); }
  .section { padding: 60px 0; }
  .hero { padding: 62px 0; }
  .brand span { font-size: .9rem; }
  .brand small { display: none; }
}
