:root {
  --bg: #f4faff;
  --surface: #ffffff;
  --surface-soft: #eaf6ff;
  --blue-950: #071a3d;
  --blue-900: #0b1f4d;
  --blue-700: #1559c7;
  --blue-500: #2487ff;
  --cyan-400: #38c9e8;
  --text: #102033;
  --muted: #63758a;
  --border: #d8e8f5;
  --success: #19b88a;
  --warning: #ffb020;
  --orange: #ff7a1a;
  --danger: #e94343;
  --radius: 22px;
}

html,
body {
  background: var(--bg) !important;
  color: var(--text) !important;
}

body {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* Header */
.site-header,
.header,
.page-header {
  background: rgba(255,255,255,.92) !important;
  border-bottom: 1px solid var(--border) !important;
  box-shadow: none !important;
  backdrop-filter: blur(14px);
}

.header-inner,
.site-header .container {
  min-height: 72px;
}

.logo,
.logo-text,
.logo-title {
  color: var(--blue-900) !important;
}

.logo-image {
  width: 38px !important;
  height: 38px !important;
}

.nav-link,
.mobile-nav-link {
  color: var(--blue-900) !important;
  font-weight: 700 !important;
}

.nav-link:hover,
.mobile-nav-link:hover {
  color: var(--blue-500) !important;
}

.header-phone-number,
.header-contact,
.header-phone,
.mobile-phone,
.footer-phone,
.footer-contact-phone,
a[href^="tel:"] {
  display: none !important;
}

.city-selector,
.city-select,
.header-city {
  background: var(--surface-soft) !important;
  color: var(--blue-900) !important;
  border: 1px solid var(--border) !important;
  border-radius: 999px !important;
}

/* Breadcrumb */
.breadcrumb,
.breadcrumbs {
  background: #fff !important;
  border-bottom: 1px solid var(--border) !important;
}

/* Hero */
.hero {
  background:
    radial-gradient(circle at 10% 10%, rgba(56,201,232,.28), transparent 28%),
    radial-gradient(circle at 90% 20%, rgba(36,135,255,.18), transparent 30%),
    linear-gradient(180deg, #f4faff 0%, #ffffff 100%) !important;
  color: var(--text) !important;
  padding: 72px 0 64px !important;
  border-bottom: 1px solid var(--border);
}

.hero-inner {
  align-items: center !important;
  gap: 42px !important;
}

.hero-badge,
.hero-offer {
  background: #ffffff !important;
  color: var(--blue-700) !important;
  border: 1px solid var(--border) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
}

.hero-title {
  color: var(--blue-950) !important;
  font-size: clamp(34px, 5vw, 62px) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.04em !important;
  max-width: 760px;
}

.hero-title-accent {
  color: var(--blue-500) !important;
}

.hero-subtitle,
.hero-benefits,
.hero-kpi-label {
  color: var(--muted) !important;
}

.hero-benefits li::marker {
  color: var(--success);
}

.hero-kpi,
.hero-card,
.lead-form-card,
.form-card {
  background: rgba(255,255,255,.9) !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important;
  box-shadow: 0 18px 50px rgba(21,89,199,.10) !important;
  color: var(--text) !important;
}

.hero-kpi-number {
  color: var(--blue-700) !important;
}

/* Forms */
input,
select,
textarea {
  background: #ffffff !important;
  border: 1px solid var(--border) !important;
  color: var(--text) !important;
  border-radius: 14px !important;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue-500) !important;
  box-shadow: 0 0 0 4px rgba(36,135,255,.14) !important;
  outline: none !important;
}

/* Buttons */
.btn,
button,
input[type="submit"] {
  border-radius: 999px !important;
  font-weight: 800 !important;
}

.btn-primary,
button[type="submit"],
input[type="submit"] {
  background: linear-gradient(135deg, var(--blue-700), var(--cyan-400)) !important;
  color: #ffffff !important;
  border: 0 !important;
  box-shadow: 0 14px 34px rgba(36,135,255,.24) !important;
}

.btn-primary:hover,
button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 42px rgba(36,135,255,.30) !important;
}

.btn-outline {
  background: #ffffff !important;
  color: var(--blue-700) !important;
  border: 1px solid var(--border) !important;
}

/* Sections */
section {
  background: transparent !important;
}

.section-title,
h2,
h3 {
  color: var(--blue-950) !important;
}

.section-subtitle,
p {
  color: var(--muted);
}

/* Service cards */
.service-card,
.card,
.advantage-card,
.review-card,
.faq-item {
  background: #ffffff !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important;
  box-shadow: 0 12px 36px rgba(21,89,199,.08) !important;
}

.service-card:hover,
.card:hover {
  border-color: rgba(36,135,255,.45) !important;
  transform: translateY(-3px);
}

.service-link,
.card a {
  color: var(--blue-700) !important;
}

/* Accent badges */
.badge,
.discount,
.sale,
.hero-badge strong {
  background: rgba(255,176,32,.18) !important;
  color: #9a5b00 !important;
}

/* Footer */
.footer,
.site-footer {
  background: var(--blue-950) !important;
  color: #d8e8f5 !important;
}

.footer a,
.site-footer a {
  color: #d8e8f5 !important;
}

.footer a:hover,
.site-footer a:hover {
  color: var(--cyan-400) !important;
}

@media (max-width: 768px) {
  .hero {
    padding: 44px 0 !important;
  }

  .hero-title {
    font-size: 36px !important;
  }

  .hero-inner {
    display: block !important;
  }

  .lead-form-card,
  .form-card {
    margin-top: 28px;
  }
}
