:root {
  --bg: #121315;
  --surface: #1f2023;
  --surface-2: #292a2e;
  --orange: #ff7a1a;
  --orange-soft: #fff0e5;
  --ink: #24211f;
  --muted: #696560;
  --line: #e5e3df;
  --white: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--bg); }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 22px; width: min(1360px, calc(100% - 32px)); margin: 12px auto 0; padding: 12px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(18,19,21,.94); box-shadow: 0 14px 40px rgba(0,0,0,.16); backdrop-filter: blur(18px); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font-weight: 800; white-space: nowrap; }
.brand-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 8px; color: #fff; background: var(--orange); font-weight: 900; }
.nav-links { display: flex; align-items: center; color: #aaa8a5; font-size: 14px; }
.nav-links ul { display: flex; align-items: center; gap: 24px; margin: 0; padding: 0; list-style: none; }
.nav-links a { position: relative; display: inline-flex; padding: 10px 0; }
.nav-links a:hover { color: #fff; }
.nav-links a[aria-current="page"] { color: #fff; font-weight: 800; }
.nav-links a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; border-radius: 2px; background: var(--orange); }
.header-actions, .contact-actions { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 0 18px; border: 1px solid transparent; border-radius: 8px; font-size: 14px; font-weight: 800; white-space: nowrap; }
.button-primary { color: #fff; background: var(--orange); box-shadow: 0 12px 28px rgba(255,122,26,.22); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.14); background: rgba(255,255,255,.06); }
.button-dark { color: #fff; border-color: rgba(255,255,255,.16); background: #292a2e; }
.button-secondary { color: var(--ink); border: 1px solid var(--line); background: #fff; }
.contact-icon { width: 22px; height: 22px; padding: 3px; border-radius: 50%; background: #fff; fill: currentColor; }
.contact-icon-telegram { color: #229ed9; }
.contact-icon-whatsapp { color: #25d366; }
.contact-icon-email { color: #ea4335; }
.breadcrumb { padding: 22px 0 0; color: #8d8983; font-size: 13px; }
.breadcrumb a:hover { color: var(--orange); }
.page-hero { position: relative; padding: 78px 0 82px; color: #fff; background: var(--bg); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .35; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 56px 56px; pointer-events: none; }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: 72px; align-items: center; }
.kicker { margin: 0 0 16px; color: var(--orange); font-size: 13px; font-weight: 900; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 22px; font-size: clamp(44px,6vw,72px); line-height: .98; letter-spacing: 0; }
h2 { margin-bottom: 16px; font-size: clamp(30px,4vw,46px); line-height: 1.08; }
h3 { margin-bottom: 10px; font-size: 21px; }
.hero-copy { max-width: 760px; color: #c8c6c2; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 30px; }
.hero-panel { padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: var(--surface); box-shadow: 0 26px 70px rgba(0,0,0,.35); }
.hero-panel strong { display: block; margin-bottom: 12px; color: var(--orange); font-size: 32px; }
.hero-panel ul, .check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.hero-panel li { padding-bottom: 12px; color: #d6d3ce; border-bottom: 1px solid rgba(255,255,255,.1); }
.hero-panel li:last-child { padding-bottom: 0; border-bottom: 0; }
.section { padding: 82px 0; background: #fff; }
.section.alt { background: #f7f7f5; }
.section.dark { color: #fff; background: #17181b; }
.section-head { max-width: 780px; margin-bottom: 38px; }
.section-head p, .lead { color: var(--muted); font-size: 18px; line-height: 1.75; }
.dark .section-head p, .dark .lead { color: #bbb9b5; }
.grid-2, .grid-3, .grid-4 { display: grid; gap: 18px; }
.grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0,1fr)); }
.card { min-height: 220px; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 12px 30px rgba(24,24,22,.05); }
.card p, .card li { color: var(--muted); line-height: 1.7; }
.card .number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 34px; border-radius: 8px; color: #fff; background: var(--orange); font-weight: 900; }
.dark .card { color: #fff; border-color: rgba(255,255,255,.12); background: var(--surface); box-shadow: none; }
.dark .card p, .dark .card li { color: #bbb9b5; }
.check-list li { position: relative; padding-left: 26px; color: var(--muted); line-height: 1.65; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--orange); font-weight: 900; }
.price { margin: 12px 0; font-size: 42px; font-weight: 900; }
.price small { color: var(--muted); font-size: 15px; }
.faq { display: grid; gap: 12px; }
details { padding: 20px 22px; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
summary { cursor: pointer; font-weight: 850; }
details p { margin: 14px 0 0; color: var(--muted); line-height: 1.7; }
.related a { display: block; min-height: 0; transition: transform .18s ease, border-color .18s ease; }
.related a:hover { transform: translateY(-3px); border-color: rgba(255,122,26,.55); }
.related span { color: var(--orange); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.cta { padding: 74px 0; color: #fff; background: var(--bg); }
.cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 34px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: #202124; }
.cta h2 { margin-bottom: 8px; }
.cta p { margin-bottom: 0; color: #bbb9b5; }
.site-footer { padding: 28px 0; color: #8e8b87; background: #101113; border-top: 1px solid rgba(255,255,255,.1); }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; font-size: 14px; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
@media (max-width: 960px) { .site-header { align-items: flex-start; flex-direction: column; } .hero-inner, .cta-inner { grid-template-columns: 1fr; } .hero-panel { max-width: 600px; } .grid-4 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 660px) { .container { width: min(100% - 28px,1180px); } .nav-links { display: none; } .header-actions { width: 100%; } .header-actions .button { flex: 1; } .page-hero { padding: 58px 0 64px; } h1 { font-size: 43px; } h2 { font-size: 33px; } .grid-2,.grid-3,.grid-4 { grid-template-columns: 1fr; } .section { padding: 62px 0; } .cta-inner { padding: 24px; } }
