:root {
  --bg: #050505;
  --panel: #0d0d0f;
  --panel-2: #131316;
  --line: rgba(255,255,255,.1);
  --text: #f6f6f6;
  --muted: #a7a7ad;
  --red: #e3242b;
  --red-2: #ff454c;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.bg-glow { position: fixed; width: 540px; height: 540px; border-radius: 50%; filter: blur(120px); opacity: .16; pointer-events: none; z-index: -1; }
.bg-glow-1 { background: var(--red); top: -220px; right: -180px; }
.bg-glow-2 { background: #7b0000; bottom: -250px; left: -250px; }
.section-shell { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.topbar {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand img { width: 190px; display: block; }
.top-cta { border: 1px solid rgba(255,255,255,.18); padding: 12px 19px; border-radius: 999px; font-weight: 700; background: rgba(255,255,255,.035); }
.hero { min-height: 720px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 68px; padding: 62px 0 90px; }
.eyebrow, .section-heading > span { color: var(--red-2); font-weight: 800; font-size: 13px; letter-spacing: .18em; }
h1 { margin: 16px 0 18px; font-size: clamp(48px, 7vw, 84px); line-height: 1.05; letter-spacing: -.045em; }
h1 em { color: var(--red-2); font-style: normal; }
.hero-subtitle { font-size: 21px; font-weight: 700; margin: 0 0 15px; }
.hero-description { color: var(--muted); font-size: 17px; line-height: 1.75; max-width: 620px; }
.hero-actions { display: flex; gap: 13px; margin-top: 30px; flex-wrap: wrap; }
.primary-btn, .secondary-btn { min-height: 56px; border-radius: 12px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; font-weight: 800; }
.primary-btn { border: 0; color: white; background: linear-gradient(135deg, var(--red-2), #b3070d); box-shadow: 0 14px 34px rgba(227,36,43,.25); }
.primary-btn:hover { transform: translateY(-1px); }
.secondary-btn { border: 1px solid rgba(255,255,255,.17); background: rgba(255,255,255,.035); }
.telegram-icon { transform: rotate(-18deg); font-size: 21px; }
.mini-trust { margin-top: 28px; display: flex; gap: 13px; align-items: center; color: #c5c5c9; font-size: 14px; flex-wrap: wrap; }
.mini-trust i { width: 4px; height: 4px; border-radius: 50%; background: var(--red-2); }
.hero-card { position: relative; min-height: 470px; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.015)); padding: 28px; overflow: hidden; box-shadow: 0 35px 80px rgba(0,0,0,.45); }
.hero-card::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 75% 25%, rgba(227,36,43,.28), transparent 35%); }
.card-top, .metrics, .chart-wrap { position: relative; z-index: 2; }
.card-top { display:flex; justify-content:space-between; color:#d7d7dc; font-weight:700; }
.live-dot { color:var(--red-2); font-size:12px; }
.chart-wrap { height: 245px; margin: 32px 0 24px; border-left:1px solid rgba(255,255,255,.08); border-bottom:1px solid rgba(255,255,255,.08); }
.chart-line { position:absolute; left:8%; right:4%; top:47%; height:3px; background: linear-gradient(90deg, transparent 0%, var(--red) 12%, var(--red-2) 100%); transform: skewY(-11deg); box-shadow:0 0 18px rgba(255,69,76,.8); }
.chart-dot { position:absolute; width:11px; height:11px; background:white; border:3px solid var(--red); border-radius:50%; box-shadow:0 0 14px var(--red); }
.dot-1 { left:28%; top:57%; }.dot-2 { left:58%; top:43%; }.dot-3 { right:8%; top:25%; }
.metrics { display:grid; grid-template-columns: repeat(3,1fr); gap:10px; }
.metrics div { padding:17px 12px; border:1px solid rgba(255,255,255,.08); background:rgba(0,0,0,.24); border-radius:13px; }
.metrics strong { display:block; font-size:25px; }.metrics span { color:var(--muted); font-size:12px; }
.phone-watermark { position:absolute; right:-30px; bottom:-34px; font-size:110px; font-weight:900; opacity:.035; transform:rotate(-8deg); }
.services { padding: 90px 0; }
.section-heading { text-align:center; max-width:720px; margin:0 auto 42px; }
.section-heading.left { text-align:left; margin:0 0 34px; }
.section-heading h2, .contact h2 { margin:12px 0 12px; font-size:clamp(34px,5vw,52px); letter-spacing:-.035em; }
.section-heading p, .contact p { color:var(--muted); line-height:1.7; }
.service-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.service-card { padding:28px 24px; border:1px solid var(--line); background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); border-radius:20px; min-height:230px; }
.service-icon { width:48px; height:48px; border-radius:14px; background:rgba(227,36,43,.12); color:var(--red-2); display:grid; place-items:center; font-size:24px; margin-bottom:32px; }
.service-card h3 { font-size:20px; margin:0 0 11px; }.service-card p { color:var(--muted); line-height:1.65; margin:0; }
.why { padding: 34px 0 90px; }
.why-panel { border:1px solid var(--line); background:var(--panel); border-radius:26px; padding:42px; }
.why-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.why-item { display:flex; gap:18px; padding:20px; border-radius:17px; background:rgba(255,255,255,.025); border:1px solid rgba(255,255,255,.06); }
.why-item b { color:var(--red-2); font-size:26px; }.why-item h3 { margin:1px 0 7px; }.why-item p { color:var(--muted); margin:0; line-height:1.6; }
.contact { margin-bottom:80px; border:1px solid rgba(255,69,76,.35); background:linear-gradient(100deg, rgba(227,36,43,.12), rgba(255,255,255,.02)); border-radius:26px; padding:44px; display:flex; align-items:center; justify-content:space-between; gap:30px; }
.primary-btn.large { min-width:290px; font-size:18px; }
footer { border-top:1px solid var(--line); padding:42px 18px; text-align:center; color:var(--muted); }
footer img { width:150px; opacity:.88; } footer p { max-width:760px; margin:14px auto; line-height:1.6; font-size:13px; } footer nav { display:flex; justify-content:center; gap:20px; font-size:13px; }
@media (max-width: 900px) {
  .hero { grid-template-columns:1fr; min-height:auto; padding-top:34px; }
  .hero-card { min-height:430px; }
  .service-grid { grid-template-columns:1fr 1fr; }
  .contact { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 580px) {
  .topbar { min-height:76px; }.brand img { width:145px; }.top-cta { font-size:13px; padding:10px 14px; }
  .hero { gap:35px; padding-bottom:60px; } h1 { font-size:48px; }
  .hero-subtitle { font-size:18px; }.hero-description { font-size:15px; }
  .hero-actions { flex-direction:column; }.primary-btn,.secondary-btn { width:100%; }
  .hero-card { min-height:385px; padding:20px; }.chart-wrap { height:205px; }
  .metrics strong { font-size:19px; }.metrics div { padding:13px 8px; }
  .services { padding:65px 0; }.service-grid,.why-grid { grid-template-columns:1fr; }
  .why-panel,.contact { padding:27px 20px; }.primary-btn.large { min-width:100%; }
}
