﻿:root {
  --bg: #070d1a;
  --bg-2: #0e172b;
  --text: #e7ecf7;
  --muted: #b6c0d8;
  --brand: #6ea8ff;
  --card: #111b33;
  --line: #223157;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--text);
  background: radial-gradient(circle at top right, #17284d 0%, var(--bg) 40%);
  line-height: 1.5;
}
.container { width: min(1100px, 92%); margin: 0 auto; }
.header { position: sticky; top: 0; backdrop-filter: blur(8px); background: rgba(7,13,26,.75); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 16px; }
.logo { color: var(--text); text-decoration: none; font-weight: 700; }
nav a { color: var(--muted); text-decoration: none; margin: 0 10px; }
nav a:hover { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.hero { padding: 64px 0 26px; }
.tag { color: var(--brand); font-weight: 600; }
h1 { font-size: clamp(30px, 4vw, 52px); line-height: 1.1; margin: 8px 0 14px; max-width: 900px; }
.lead { color: var(--muted); max-width: 760px; }
.hero-cta { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.hero-stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; margin-top: 20px; }
.stat { border: 1px solid var(--line); border-radius: 12px; padding: 12px; background: rgba(255,255,255,.02); }
.stat strong { display: block; font-size: 18px; }
.stat span { color: var(--muted); font-size: 13px; }
.btn { background: var(--brand); color: #071125; text-decoration: none; border: 0; border-radius: 10px; padding: 12px 16px; font-weight: 700; cursor: pointer; display: inline-block; }
.btn:hover { opacity: .92; }
.btn-ghost { background: transparent; color: var(--text); border: 1px solid var(--line); }
.btn-sm { padding: 9px 12px; }
.trust { display: flex; flex-wrap: wrap; gap: 18px; padding: 0; margin: 18px 0 0; list-style: none; color: var(--muted); }
.section { padding: 40px 0; }
.grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.card { background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.00)); border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
.card h3 { margin-top: 0; }
.bento { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 14px; }
.bento-wide { grid-column: span 1; }
.process .card { position: relative; }
.process .card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.06);
  pointer-events: none;
}
.plan-card { position: relative; display: flex; flex-direction: column; }
.plan-btn { margin-top: auto; width: fit-content; }
.recommended {
  border-color: #6ea8ff;
  background: linear-gradient(180deg, rgba(110, 168, 255, 0.2), rgba(110, 168, 255, 0.05));
  box-shadow: 0 0 0 2px rgba(110, 168, 255, 0.4), 0 14px 34px rgba(110, 168, 255, 0.25);
  transform: translateY(-4px);
}
.badge {
  position: absolute;
  top: -12px;
  right: 12px;
  background: #6ea8ff;
  color: #071125;
  font-weight: 700;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 999px;
}
.plan-note {
  margin: 6px 0 10px;
  font-size: 13px;
  color: #cfe0ff;
  font-weight: 600;
}
.calc { display: grid; gap: 10px; max-width: 580px; }
label { display: grid; gap: 6px; font-weight: 600; color: var(--muted); }
input, select, textarea { background: var(--bg-2); border: 1px solid var(--line); color: var(--text); border-radius: 8px; padding: 10px; font: inherit; }
.check { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.result { font-size: 24px; font-weight: 800; margin: 8px 0 0; }
.form { display: grid; gap: 10px; max-width: 620px; }
.faq details { border: 1px solid var(--line); border-radius: 10px; padding: 12px; margin-bottom: 10px; background: var(--card); }
.city-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.city-chip {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  color: var(--text);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}
.city-chip:hover { border-color: var(--brand); color: var(--brand); }
.city-chip--primary {
  border-color: rgba(110, 168, 255, 0.5);
  background: rgba(110, 168, 255, 0.12);
  font-weight: 600;
}
.footer { border-top: 1px solid var(--line); margin-top: 30px; }
.footer p { color: var(--muted); padding: 18px 0; }
.mobile-telegram {
  display: none;
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  text-align: center;
  z-index: 50;
  border-radius: 12px;
  padding: 12px 14px;
  background: #27a17a;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}
@media (prefers-reduced-motion: no-preference) {
  .card { transition: transform .2s ease, box-shadow .2s ease; }
  .card:hover { transform: translateY(-3px); box-shadow: 0 10px 28px rgba(0,0,0,.25); }
}
@media (max-width: 900px) {
  nav { display: none; }
  .grid { grid-template-columns: 1fr; }
  .hero-stats { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; }
  .mobile-telegram { display: block; }
  .footer { padding-bottom: 70px; }
}
