@charset "UTF-8";
/* ==========================================================================
   ОБЩИЕ НАСТРОЙКИ СТРАНИЦЫ (DARK NEON BLUE VOID)
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Montserrat:wght@400;500;600;700&display=swap");
/* line 1, _settings.scss */
:root {
  --bg:var(--draft-bg, #FFFFFF);
  --bg-is-light:var(--draft-bg-is-light, true);
  --bg-minor-shade:var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light:var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade:var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light:var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade:var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark:var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg:var(--draft-color-btn-bg, #5956CE);
  --color-btn-bg-is-dark:var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade:var(--draft-color-btn-bg-minor-shade, #6f6cd4);
  --color-btn-bg-minor-shade-is-dark:var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade:var(--draft-color-btn-bg-major-shade, #8582db);
  --color-btn-bg-major-shade-is-dark:var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade:var(--draft-color-btn-bg-half-shade, #c7c6ee);
  --color-btn-bg-half-shade-is-light:var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text:var(--draft-color-accent-text, #202223);
  --color-accent-text-is-dark:var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #35383a);
  --color-accent-text-minor-shade-is-dark:var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade:var(--draft-color-accent-text-major-shade, #4a4f51);
  --color-accent-text-major-shade-is-dark:var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade:var(--draft-color-accent-text-half-shade, #8c9295);
  --color-accent-text-half-shade-is-dark:var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark:var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 6px);
  --color-notice-warning:var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light:var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade:var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light:var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade:var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light:var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade:var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark:var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success:var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light:var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade:var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light:var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade:var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light:var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade:var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark:var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error:var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light:var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade:var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light:var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade:var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light:var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade:var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark:var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info:var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light:var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade:var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light:var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade:var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light:var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade:var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark:var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family:var(--draft-font-family, 'PT Root UI');
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, 'PT Root UI');
  --heading-ratio:var(--draft-heading-ratio, 1.75);
  --heading-weight:var(--draft-heading-weight, 500);
  --collection_count:var(--draft-collection_count, 10);
  --search_count:var(--draft-search_count, 10);
  --blog_size:var(--draft-blog_size, 8);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1272px);
  --delta_sidebar:var(--draft-delta_sidebar, 1);
  --type_sidebar:var(--draft-type_sidebar, sticky);
  --sidebar_index_show:var(--draft-sidebar_index_show, false);
  --sidebar_index_position:var(--draft-sidebar_index_position, left);
  --sidebar_collection_show:var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position:var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show:var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position:var(--draft-sidebar_cart_position, left);
  --sidebar_product_show:var(--draft-sidebar_product_show, false);
  --sidebar_product_position:var(--draft-sidebar_product_position, left);
  --sidebar_blog_show:var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position:var(--draft-sidebar_blog_position, left);
  --sidebar_article_show:var(--draft-sidebar_article_show, false);
  --sidebar_article_position:var(--draft-sidebar_article_position, left);
  --sidebar_page_show:var(--draft-sidebar_page_show, false);
  --sidebar_page_position:var(--draft-sidebar_page_position, left);
  --sidebar_compare_show:var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position:var(--draft-sidebar_compare_position, left);
  --sidebar_search_show:var(--draft-sidebar_search_show, false);
  --sidebar_search_position:var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled:var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled:var(--draft-favorite_enabled, false);
  --compare_enabled:var(--draft-compare_enabled, false); }

/* line 7, theme.scss */
.outside-widgets .delete-widget-link, .outside-widgets .add-widget-link, [data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 10, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 11, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 12, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* ==========================================================================
   СТИЛИ ЛЕНДИНГА: ИСПРАВЛЕННЫЕ ШРИФТЫ И ЧИТАЕМОСТЬ
   ========================================================================== */
/* line 20, theme.scss */
:root {
  --black: #000000;
  --surface: #0a0e14;
  --silver-light: #f4f7fb;
  --silver: #e1e6ef;
  --silver-dark: #a1abb7;
  --neon-blue: #0073e6;
  --neon-deep: #002a4d;
  --white: #ffffff;
  --border: rgba(225, 230, 239, 0.1);
  --shadow: 0 10px 40px rgba(0, 0, 0, 0.7);
  --neon-glow: 0 0 15px rgba(0, 115, 230, 0.3);
  --neon-glow-strong: 0 0 30px rgba(0, 115, 230, 0.5);
  --radius-lg: 32px;
  --radius-md: 22px;
  --container: 1180px;
  --font-heading: 'Cinzel', serif;
  --font-body: 'Montserrat', sans-serif; }

/* line 43, theme.scss */
* {
  box-sizing: border-box; }

/* line 44, theme.scss */
html {
  scroll-behavior: smooth; }

/* line 46, theme.scss */
body, button, input, textarea, p, a, span, .btn, .faq-answer, .lead-copy, .header-meta, .header-nav, .detail-list {
  font-family: var(--font-body) !important; }

/* line 50, theme.scss */
h1, h2, h3, h4, h5, h6, .brand, .specialist-content h3, .service-body h3, .footer-brand {
  font-family: var(--font-heading) !important; }

/* line 54, theme.scss */
body {
  margin: 0;
  color: var(--silver);
  background: var(--black); }

/* line 60, theme.scss */
img {
  display: block;
  max-width: 100%; }

/* line 61, theme.scss */
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s ease; }

/* line 62, theme.scss */
button, input {
  font: inherit; }

/* line 64, theme.scss */
.container {
  width: calc(100% - 32px);
  max-width: var(--container);
  margin: 0 auto; }

/* Шапка */
/* line 67, theme.scss */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(0, 0, 0, 0.96);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border); }

/* line 71, theme.scss */
.header-top, .header-nav {
  width: calc(100% - 32px);
  max-width: var(--container);
  margin: 0 auto; }

/* line 72, theme.scss */
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 78px; }

/* line 74, theme.scss */
.brand {
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--neon-blue);
  flex-shrink: 0;
  letter-spacing: 0.05em;
  text-shadow: var(--neon-glow); }

/* line 75, theme.scss */
.header-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: var(--silver-dark);
  font-size: .9rem; }

/* line 77, theme.scss */
.header-meta span, .header-meta > a {
  white-space: nowrap; }

/* line 78, theme.scss */
.header-meta .btn {
  margin-left: 8px;
  white-space: nowrap; }

/* line 79, theme.scss */
.header-meta a[href^="tel"] {
  color: var(--silver);
  font-weight: 700; }

/* line 80, theme.scss */
.header-meta a[href^="tel"]:hover {
  color: var(--neon-blue);
  text-shadow: var(--neon-glow); }

/* line 82, theme.scss */
.socials {
  display: inline-flex;
  gap: 10px;
  align-items: center; }

/* line 83, theme.scss */
.socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--silver-dark);
  transition: 0.3s ease; }

/* line 87, theme.scss */
.socials a:hover {
  border-color: var(--neon-blue);
  color: var(--neon-blue);
  box-shadow: var(--neon-glow); }

/* line 88, theme.scss */
.socials svg {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  flex-shrink: 0;
  fill: currentColor; }

/* line 90, theme.scss */
.menu-toggle {
  display: none; }

/* line 91, theme.scss */
.header-nav {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-top: 1px solid var(--border); }

/* line 92, theme.scss */
.header-nav a {
  color: var(--silver-dark);
  font-size: .9rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* line 93, theme.scss */
.header-nav a:hover, .document-card a:hover {
  color: var(--neon-blue);
  text-shadow: var(--neon-glow); }

/* ПРИНУДИТЕЛЬНЫЙ ФИКС ШАПКИ */
/* line 96, theme.scss */
.header-top {
  flex-wrap: nowrap !important; }

/* line 97, theme.scss */
.header-meta, .header-meta * {
  white-space: nowrap !important;
  flex-wrap: nowrap !important; }

/* line 98, theme.scss */
.header-meta .btn {
  white-space: nowrap !important;
  flex-shrink: 0 !important; }

/* ==========================================================================
   HERO: ОЧИЩЕНО ОТ ДУБЛЕЙ И СИНХРОНИЗИРОВАНО
   ========================================================================== */
/* line 104, theme.scss */
.hero {
  position: relative;
  min-height: calc(100vh - 133px);
  display: flex;
  align-items: center;
  background: url("https://static.insales-cdn.com/files/1/6009/123942777/original/Gemini_Generated_Image_gdsbjmgdsbjmgdsb.jpg") no-repeat center right/cover;
  overflow: hidden; }

/* line 113, theme.scss */
.hero-overlay {
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.7) 45%, transparent 80%);
  z-index: 0; }

/* line 121, theme.scss */
.hero-content {
  position: relative;
  z-index: 1;
  max-width: 820px;
  padding: 110px 0 100px;
  color: var(--silver-light);
  text-align: left; }

/* line 130, theme.scss */
.eyebrow {
  margin: 0 0 20px;
  color: var(--neon-blue);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.9rem;
  font-weight: 700;
  text-shadow: var(--neon-glow); }

/* line 140, theme.scss */
.hero h1 {
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 1.15;
  margin: 0;
  max-width: 100%;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.95); }

/* line 148, theme.scss */
.hero-text {
  margin: 24px 0 0;
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--silver);
  max-width: 680px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95); }

/* line 157, theme.scss */
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 42px;
  justify-content: flex-start; }

/* SEO Теги */
/* line 166, theme.scss */
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 48px;
  max-width: 800px; }

/* line 174, theme.scss */
.hero-tags span {
  font-family: var(--font-body) !important;
  font-size: 0.85rem;
  padding: 8px 18px;
  border: 1px solid rgba(225, 230, 239, 0.2);
  border-radius: 100px;
  color: var(--silver);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  background: rgba(10, 14, 20, 0.6);
  transition: 0.3s ease; }

/* line 188, theme.scss */
.hero-tags span:hover {
  border-color: var(--neon-blue);
  color: var(--white);
  box-shadow: var(--neon-glow); }

/* Кнопки */
/* line 195, theme.scss */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .3s ease;
  font-weight: 600;
  letter-spacing: 0.05em; }

/* line 199, theme.scss */
.btn-primary {
  background: transparent;
  border: 1px solid var(--neon-blue);
  color: var(--neon-blue);
  box-shadow: var(--neon-glow); }

/* line 200, theme.scss */
.btn-primary:hover {
  background: var(--neon-blue);
  color: var(--black);
  box-shadow: var(--neon-glow-strong);
  transform: translateY(-2px); }

/* line 201, theme.scss */
.btn-secondary {
  border-color: var(--border);
  background: var(--surface);
  color: var(--silver-dark); }

/* line 202, theme.scss */
.btn-secondary:hover {
  border-color: var(--silver);
  color: var(--silver); }

/* line 203, theme.scss */
.btn-outline-dark {
  background: transparent;
  border-color: var(--border);
  color: var(--silver-dark); }

/* line 204, theme.scss */
.btn-outline-dark:hover {
  border-color: var(--neon-blue);
  color: var(--neon-blue); }

/* line 205, theme.scss */
.btn-large {
  min-height: 58px;
  padding: 0 28px; }

/* ==========================================================================
   ОСТАЛЬНЫЕ БЛОКИ СТРАНИЦЫ
   ========================================================================== */
/* line 210, theme.scss */
.section {
  padding: 92px 0;
  background: transparent; }

/* line 211, theme.scss */
.intro-grid, .footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 42px; }

/* line 212, theme.scss */
.lead-copy {
  color: var(--silver-dark);
  line-height: 1.7;
  font-size: 1rem; }

/* line 213, theme.scss */
.lead-copy p + p {
  margin-top: 18px; }

/* line 214, theme.scss */
.section-heading {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center; }

/* line 215, theme.scss */
.section-heading h2 {
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.1;
  color: var(--white); }

/* line 216, theme.scss */
.section-heading p {
  margin: 14px 0 0;
  color: var(--silver-dark);
  line-height: 1.7;
  font-size: .95rem; }

/* Карточки специалистов */
/* line 219, theme.scss */
.specialists-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px; }

/* line 220, theme.scss */
.specialist-card, .document-card, .faq-item, .modal-dialog, .chat-panel {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: 0.3s ease; }

/* line 221, theme.scss */
.specialist-card:hover {
  border-color: rgba(0, 115, 230, 0.4);
  box-shadow: var(--neon-glow);
  transform: translateY(-4px); }

/* line 222, theme.scss */
.specialist-card {
  overflow: hidden;
  border-radius: var(--radius-lg); }

/* line 223, theme.scss */
.specialist-card img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  filter: grayscale(10%) contrast(110%); }

/* line 224, theme.scss */
.specialist-content {
  padding: 28px; }

/* line 225, theme.scss */
.specialist-content h3 {
  font-size: 1.45rem;
  color: var(--silver-light); }

/* line 226, theme.scss */
.specialist-role {
  margin: 8px 0 14px;
  color: var(--neon-blue);
  font-weight: 700;
  text-shadow: 0 0 8px rgba(0, 115, 230, 0.3);
  font-size: .85rem; }

/* line 227, theme.scss */
.specialist-content p:last-child {
  margin: 0;
  color: var(--silver-dark);
  line-height: 1.6;
  font-size: .9rem; }

/* ==========================================================================
   КАРТОЧКИ УСЛУГ (ДИНАМИЧЕСКИЕ ИЗ КАТАЛОГА) И ЛОГИКА РАСШИРЕНИЯ
   ========================================================================== */
/* line 232, theme.scss */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
  /* ВАЖНО: Запрет растягивания пустых карточек */ }

/* line 239, theme.scss */
.service-card {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  transition: 0.3s ease;
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column; }

/* line 250, theme.scss */
.service-card:hover {
  border-color: rgba(0, 115, 230, 0.4);
  box-shadow: var(--neon-glow);
  transform: translateY(-4px); }

/* line 256, theme.scss */
.service-visual {
  aspect-ratio: 16 / 10;
  position: relative;
  overflow: hidden;
  background: var(--black); }

/* line 257, theme.scss */
.service-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  opacity: 0.9; }

/* line 258, theme.scss */
.service-visual::after {
  content: "";
  position: absolute;
  inset: auto 0 -20px 0;
  height: 100px;
  background: radial-gradient(ellipse at bottom, rgba(0, 42, 77, 0.6), rgba(0, 0, 0, 0) 70%);
  filter: blur(15px);
  z-index: 2; }

/* line 259, theme.scss */
.service-chip {
  position: absolute;
  top: 18px;
  left: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid var(--neon-blue);
  color: var(--neon-blue);
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  z-index: 3;
  text-shadow: var(--neon-glow); }

/* line 260, theme.scss */
.service-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1; }

/* line 261, theme.scss */
.service-body h3 {
  font-size: 1.25rem;
  color: var(--silver-light);
  margin-bottom: 0; }

/* line 262, theme.scss */
.service-body > p {
  margin: 12px 0 0;
  color: var(--silver-dark);
  line-height: 1.6;
  font-size: .9rem; }

/* line 263, theme.scss */
.service-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 20px; }

/* Жесткая броня от стилей визуального редактора InSales */
/* line 266, theme.scss */
.service-extra {
  display: none; }

/* line 267, theme.scss */
.service-extra,
.service-extra p,
.service-extra li,
.service-extra span,
.service-extra div {
  color: var(--silver) !important;
  background-color: transparent !important; }

/* line 275, theme.scss */
.detail-block.warning h4, .contra-group strong {
  color: #ff5252 !important; }

/* ВАЖНО: Логика показа скрытого блока */
/* line 278, theme.scss */
.service-extra.open {
  display: block;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--border); }

/* МАГИЯ CSS: Карточка остается на своем месте (в 1 колонке), но подсвечивается */
/* line 286, theme.scss */
.service-card:has(.service-extra.open) {
  border-color: var(--neon-blue);
  box-shadow: var(--neon-glow-strong);
  transform: translateY(0);
  /* Снимаем эффект наведения, чтобы не "висела" */ }

/* line 291, theme.scss */
.service-card:has(.service-extra.open):hover {
  transform: translateY(0); }

/* line 293, theme.scss */
.detail-block + .detail-block {
  margin-top: 16px; }

/* line 294, theme.scss */
.detail-block h4 {
  margin: 0 0 8px;
  font-size: .9rem;
  font-weight: 700;
  color: var(--silver); }

/* line 295, theme.scss */
.price-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--silver-dark);
  padding: 6px 0;
  font-size: .9rem; }

/* line 296, theme.scss */
.price-row strong {
  color: var(--neon-blue);
  text-shadow: 0 0 5px rgba(0, 115, 230, 0.4);
  font-size: .95rem; }

/* line 297, theme.scss */
.detail-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--silver-dark);
  line-height: 1.55;
  font-size: .85rem; }

/* line 298, theme.scss */
.service-link {
  display: inline-flex;
  margin-top: 16px;
  color: var(--neon-blue);
  font-weight: 700;
  font-size: .9rem; }

/* Документы */
/* line 301, theme.scss */
.documents-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px; }

/* line 302, theme.scss */
.document-card {
  border-radius: 20px;
  padding: 28px; }

/* line 303, theme.scss */
.document-card h3 {
  color: var(--silver-light);
  font-size: 1.25rem; }

/* line 304, theme.scss */
.document-card p {
  color: var(--silver-dark);
  line-height: 1.6;
  font-size: .9rem; }

/* line 305, theme.scss */
.document-card a {
  color: var(--neon-blue);
  font-weight: 700;
  text-shadow: 0 0 8px rgba(0, 115, 230, 0.2); }

/* FAQ */
/* line 308, theme.scss */
.faq-wrap {
  max-width: 920px; }

/* line 309, theme.scss */
.faq-list {
  display: grid;
  gap: 14px; }

/* line 310, theme.scss */
.faq-item {
  border-radius: 20px;
  overflow: hidden; }

/* line 311, theme.scss */
.faq-question {
  width: 100%;
  padding: 24px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: var(--silver-light);
  background: transparent;
  border: 0;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
  font-size: 1rem; }

/* line 312, theme.scss */
.faq-question span:last-child {
  font-size: 1.3rem;
  color: var(--neon-blue);
  text-shadow: var(--neon-glow); }

/* line 313, theme.scss */
.faq-answer {
  display: none;
  padding: 0 26px 24px;
  color: var(--silver-dark);
  line-height: 1.6;
  font-size: .9rem; }

/* line 314, theme.scss */
.faq-item.open .faq-answer {
  display: block; }

/* Футер */
/* line 317, theme.scss */
.site-footer {
  padding: 56px 0;
  border-top: 1px solid var(--border);
  background: var(--black);
  color: var(--silver-dark); }

/* line 318, theme.scss */
.footer-grid {
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px; }

/* line 319, theme.scss */
.footer-brand {
  margin: 0 0 8px;
  color: var(--neon-blue);
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-shadow: var(--neon-glow); }

/* line 320, theme.scss */
.footer-muted, .footer-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.7;
  font-size: .9rem; }

/* line 321, theme.scss */
.footer-grid h3 {
  color: var(--silver-light);
  font-size: 1.05rem;
  margin-bottom: 12px; }

/* Чат и Модалки */
/* line 324, theme.scss */
.chat-widget {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45; }

/* line 325, theme.scss */
.chat-toggle {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid var(--neon-blue);
  background: var(--black);
  color: var(--neon-blue);
  font-size: 1.4rem;
  box-shadow: var(--neon-glow);
  animation: pulse-neon 2.6s infinite;
  cursor: pointer; }

@keyframes pulse-neon {
  0%, 100% {
    box-shadow: 0 0 15px rgba(0, 115, 230, 0.4), 0 0 0 0 rgba(0, 115, 230, 0.2); }
  50% {
    box-shadow: 0 0 15px rgba(0, 115, 230, 0.4), 0 0 0 14px rgba(0, 115, 230, 0); } }
/* line 327, theme.scss */
.chat-panel {
  width: calc(100vw - 24px);
  max-width: 360px;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 14px; }

/* line 328, theme.scss */
.chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  background: var(--black);
  color: var(--white);
  border-bottom: 1px solid var(--border); }

/* line 329, theme.scss */
.chat-messages {
  max-height: 300px;
  overflow: auto;
  padding: 18px;
  display: grid;
  gap: 12px;
  background: var(--surface); }

/* line 330, theme.scss */
.chat-message {
  max-width: 88%;
  padding: 12px 14px;
  border-radius: 18px;
  line-height: 1.5;
  font-size: .9rem; }

/* line 331, theme.scss */
.chat-message.bot {
  background: var(--black);
  border: 1px solid var(--border);
  color: var(--silver-dark); }

/* line 332, theme.scss */
.chat-message.user {
  margin-left: auto;
  background: transparent;
  border: 1px solid var(--neon-blue);
  color: var(--neon-blue);
  box-shadow: inset 0 0 10px rgba(0, 115, 230, 0.1); }

/* line 333, theme.scss */
.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid var(--border);
  background: var(--surface); }

/* line 334, theme.scss */
.chat-form input, .booking-form input {
  width: 100%;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid var(--border);
  padding: 0 14px;
  background: var(--black);
  color: var(--silver-dark);
  font-size: .9rem; }

/* line 335, theme.scss */
.chat-form input:focus, .booking-form input:focus {
  border-color: var(--neon-blue);
  outline: none;
  box-shadow: 0 0 8px rgba(0, 115, 230, 0.3); }

/* line 336, theme.scss */
.icon-button {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--silver-dark);
  cursor: pointer; }

/* line 337, theme.scss */
.icon-button:hover {
  color: var(--neon-blue);
  border-color: var(--neon-blue); }

/* line 339, theme.scss */
.hidden {
  display: none; }

/* line 340, theme.scss */
.modal {
  position: fixed;
  inset: 0;
  z-index: 60; }

/* line 341, theme.scss */
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px); }

/* line 342, theme.scss */
.modal-dialog {
  position: relative;
  width: calc(100% - 24px);
  max-width: 560px;
  margin: 10vh auto 0;
  border-radius: 28px;
  padding: 32px;
  border: 1px solid var(--neon-blue);
  box-shadow: var(--neon-glow-strong); }

/* line 343, theme.scss */
.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--silver-dark);
  background: var(--black);
  border: 1px solid var(--border);
  cursor: pointer;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 344, theme.scss */
.modal-close:hover {
  color: var(--neon-blue);
  border-color: var(--neon-blue); }

/* line 345, theme.scss */
.modal-text {
  margin: 12px 0 0;
  color: var(--silver-dark);
  line-height: 1.6;
  font-size: .95rem; }

/* line 346, theme.scss */
.booking-form {
  display: grid;
  gap: 16px;
  margin-top: 24px; }

/* line 347, theme.scss */
.booking-form label span {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
  color: var(--silver-dark);
  font-size: .9rem; }

/* Адаптив */
@media (max-width: 1100px) {
  /* line 351, theme.scss */
  .services-grid, .documents-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) {
  /* line 354, theme.scss */
  .header-meta {
    display: none; }

  /* line 355, theme.scss */
  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: transparent;
    color: var(--silver-dark);
    font-size: .85rem; }

  /* line 356, theme.scss */
  .header-nav {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 12px 0;
    background: var(--surface); }

  /* line 357, theme.scss */
  .header-nav.open {
    display: flex; }

  /* line 358, theme.scss */
  .header-nav a {
    width: 100%;
    padding: 14px 20px;
    border-top: 1px solid var(--border);
    font-size: .85rem; }

  /* line 360, theme.scss */
  .hero {
    min-height: auto;
    background-position: right 30% center; }

  /* line 361, theme.scss */
  .hero-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.85) 60%, rgba(0, 0, 0, 0.4) 100%); }

  /* line 362, theme.scss */
  .hero-content {
    padding: 96px 0 82px;
    max-width: calc(100% - 32px);
    margin: 0 auto; }

  /* line 364, theme.scss */
  .intro-grid, .specialists-grid, .footer-grid {
    grid-template-columns: 1fr; } }
@media (max-width: 720px) {
  /* line 367, theme.scss */
  .section {
    padding: 76px 0; }

  /* line 368, theme.scss */
  .services-grid, .documents-grid {
    grid-template-columns: 1fr; }

  /* line 369, theme.scss */
  .service-actions, .chat-form {
    grid-template-columns: 1fr; }

  /* line 370, theme.scss */
  .hero-actions {
    flex-direction: column; }

  /* line 371, theme.scss */
  .btn, .btn-large {
    width: 100%; }

  /* line 372, theme.scss */
  .modal-dialog {
    margin-top: 6vh;
    padding: 24px; } }
/* ==========================================================================
   МОБИЛЬНЫЕ КОНТАКТЫ В МЕНЮ
   ========================================================================== */
/* Скрываем блок на компьютерах */
/* line 379, theme.scss */
.mobile-menu-contacts {
  display: none; }

/* Показываем и стилизуем блок только на мобильных экранах */
@media (max-width: 900px) {
  /* line 383, theme.scss */
  .mobile-menu-contacts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: 24px 20px;
    border-top: 1px solid var(--border);
    background: var(--surface); }

  /* line 392, theme.scss */
  .mobile-menu-contacts .time {
    color: var(--silver-dark);
    font-size: 0.9rem; }

  /* line 396, theme.scss */
  .mobile-menu-contacts .phone {
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 700;
    text-shadow: var(--neon-glow); }

  /* line 402, theme.scss */
  .mobile-menu-contacts .socials {
    margin-top: 4px; } }
