/* ====================================================================
   Вектортелеком — стили главной страницы
   Bootstrap 5 + фирменные цвета. Контейнер фиксирован на 1200px.
   ==================================================================== */

:root {
  --brand: #dd3823;
  --brand-dark: #9e231f;
  --brand-light: #ed7634;
  --brand-gradient: linear-gradient(90deg, #ed7634 0%, #dd3823 50%, #9e231f 100%);
  --ink: #2b2a29;
  --soft: #f6f4f3;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  padding-top: 0;
}

h1, h2, h3, h4, .navbar-brand {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

a { text-decoration: none; }

/* ---- Брендовые утилиты ---- */
.text-brand { color: var(--brand) !important; }
.link-brand { color: var(--brand); font-weight: 600; }
.link-brand:hover { color: var(--brand-dark); }
.bg-light-soft { background-color: var(--soft); }

.btn-brand {
  background: var(--brand-gradient);
  border: none;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(221, 56, 35, .3);
  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}
.btn-brand:hover,
.btn-brand:focus {
  color: #fff;
  filter: brightness(1.05);
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(221, 56, 35, .4);
}

.btn-outline-brand {
  border: 2px solid var(--brand);
  color: var(--brand);
  font-weight: 600;
  background: transparent;
  transition: all .15s ease;
}
.btn-outline-brand:hover,
.btn-outline-brand:focus {
  background: var(--brand);
  color: #fff;
}

.section-title { font-size: 2rem; font-weight: 800; color: var(--ink); }
.section-subtitle { color: #777; font-size: 1.05rem; }

/* ====================================================================
   ШАПКА (full-width, внутри container 1200)
   ==================================================================== */
.site-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #fff;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .07);
}

.header-top {
  width: 100%;
  background: var(--ink);
  color: #cfcfcf;
  font-size: .85rem;
  padding: 7px 0;
}
.header-top__link { color: #e8e8e8; }
.header-top__link:hover { color: #fff; }

.header-nav { padding: .6rem 0; background: #fff; }
.header-nav .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--ink);
  padding: .5rem 1rem;
  position: relative;
}
.header-nav .nav-link:hover,
.header-nav .nav-link.active { color: var(--brand); }

/* ====================================================================
   HERO-СЛАЙДЕР (full-width фон)
   ==================================================================== */
.hero { width: 100%; background: var(--ink); }

.hero-slide {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(43, 42, 41, .92) 0%, rgba(43, 42, 41, .6) 55%, rgba(43, 42, 41, .15) 100%);
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  max-width: 600px;
  color: #fff;
  padding: 40px 0;
}
.hero-slide__content h1 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .3);
}
.hero-slide__content p {
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
  color: #f0f0f0;
}

.hero-badge {
  display: inline-block;
  background: var(--brand-gradient);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 1.25rem;
}

/* Owl dots поверх слайдера */
.hero-carousel .owl-dots {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
}
.hero-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px;
  background: rgba(255, 255, 255, .5);
  transition: all .2s ease;
}
.hero-carousel .owl-dots .owl-dot.active span,
.hero-carousel .owl-dots .owl-dot:hover span {
  background: var(--brand);
  width: 30px;
  border-radius: 6px;
}

/* ====================================================================
   ПОЧЕМУ МЫ
   ==================================================================== */
.advantage { padding: 1rem .5rem; }
.advantage__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgba(221, 56, 35, .1);
  color: var(--brand);
  font-size: 2.2rem;
}
.advantage__title { font-size: 1.15rem; margin-bottom: .5rem; }
.advantage__text { color: #777; font-size: .95rem; margin: 0; }

/* ====================================================================
   ТАРИФЫ
   ==================================================================== */
.tariff-card {
  border: 2px solid #ececec;
  border-radius: 18px;
  transition: transform .2s ease, box-shadow .2s ease;
  overflow: visible;
  position: relative;
}
.tariff-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, .1);
}
.tariff-card--featured {
  border-color: var(--brand);
  box-shadow: 0 14px 34px rgba(221, 56, 35, .18);
}
.tariff-card__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand-gradient);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  padding: 5px 18px;
  border-radius: 20px;
  white-space: nowrap;
}
.tariff-card .card-body { padding: 2rem 1.5rem; }
.tariff-card__name { font-size: 1.5rem; margin-bottom: .25rem; }
.tariff-card__desc { color: #888; font-size: .9rem; min-height: 40px; margin-bottom: 1rem; }
.tariff-card__speed {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--brand);
  background: rgba(221, 56, 35, .08);
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 1rem;
}
.tariff-card__price {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: var(--ink);
  margin-bottom: 1.25rem;
}
.tariff-card__price span { font-size: 1rem; font-weight: 500; color: #999; }
.tariff-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  text-align: left;
}
.tariff-card__list li {
  padding: 7px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: .95rem;
  color: #555;
}
.tariff-card__list li i { color: #2ec27e; margin-right: 6px; }

/* ====================================================================
   АКЦИИ И НОВОСТИ
   ==================================================================== */
.news-card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .07);
  transition: transform .2s ease, box-shadow .2s ease;
}
.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
}
.news-card__img {
  height: 170px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.news-card__tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(43, 42, 41, .85);
  color: #fff;
  font-size: .75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
}
.news-card__tag--promo { background: var(--brand); }
.news-card__date { font-size: .82rem; color: #999; margin-bottom: .5rem; }
.news-card__title { font-size: 1.1rem; margin-bottom: .5rem; line-height: 1.3; }
.news-card__title-link {
  color: var(--ink);
  text-decoration: none;
  transition: color .15s ease;
}
.news-card__title-link:hover { color: var(--brand); }
.news-card:hover .news-card__title-link { color: var(--brand); }
.news-card__text { font-size: .9rem; color: #777; margin-bottom: 1rem; }

/* ====================================================================
   ФОРМА ЗАЯВКИ
   ==================================================================== */
.connect-section {
  background: var(--ink);
  background-image: linear-gradient(110deg, #2b2a29 0%, #3a2320 100%);
  position: relative;
}
.connect-section__lead { color: #d8d8d8; font-size: 1.1rem; margin-bottom: 1.5rem; }
.connect-section__benefits { list-style: none; padding: 0; margin: 0; }
.connect-section__benefits li { color: #efefef; padding: 6px 0; font-size: 1rem; }
.connect-section__benefits li i { color: var(--brand-light); margin-right: 10px; }

.connect-card { border: none; border-radius: 20px; box-shadow: 0 20px 50px rgba(0, 0, 0, .3); }
.connect-card .form-label { font-weight: 600; font-size: .9rem; }
.connect-card__policy { font-size: .8rem; color: #999; margin: 0; }
.connect-card__policy a { color: var(--brand); }

/* ====================================================================
   CTA-ПЛИТКИ
   ==================================================================== */
.cta-tile {
  border-radius: 20px;
  padding: 2.5rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.cta-tile:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0, 0, 0, .2); color: #fff; }
.cta-tile--business { background: linear-gradient(120deg, #2b2a29 0%, #4a4847 100%); }
.cta-tile--pay { background: var(--brand-gradient); }
.cta-tile__icon { font-size: 2.6rem; margin-bottom: 1rem; opacity: .95; }
.cta-tile__title { font-size: 1.5rem; margin-bottom: .5rem; }
.cta-tile__text { opacity: .9; margin-bottom: 1.25rem; }
.cta-tile__link { font-family: 'Montserrat', sans-serif; font-weight: 600; }
.cta-tile__link i { transition: transform .2s ease; }
.cta-tile:hover .cta-tile__link i { transform: translateX(5px); }

/* ====================================================================
   ПОДВАЛ (full-width)
   ==================================================================== */
.site-footer {
  width: 100%;
  background: var(--ink);
  color: #b7b7b7;
}
.footer-about { font-size: .92rem; color: #9c9c9c; margin-bottom: 1.5rem; }
.footer-title {
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 1.1rem;
}
.footer-list, .footer-contacts { list-style: none; padding: 0; margin: 0; }
.footer-list li { margin-bottom: .6rem; }
.footer-list a { color: #b7b7b7; font-size: .92rem; }
.footer-list a:hover { color: var(--brand-light); }
.footer-contacts li { margin-bottom: .7rem; font-size: .92rem; }
.footer-contacts li i { color: var(--brand); margin-right: 8px; }
.footer-contacts a { color: #b7b7b7; }
.footer-contacts a:hover { color: var(--brand-light); }

.footer-emergency {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(221, 56, 35, .12);
  border: 1px solid rgba(221, 56, 35, .3);
  border-radius: 12px;
  padding: 12px 16px;
}
.footer-emergency i { font-size: 1.6rem; color: var(--brand-light); }
.footer-emergency span { display: block; font-size: .78rem; color: #b7b7b7; }
.footer-emergency a { display: block; color: #fff; font-weight: 700; font-size: 1.05rem; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding: 1.25rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  font-size: .85rem;
  color: #8d8d8d;
}
.footer-bottom__links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom__links a { color: #8d8d8d; }
.footer-bottom__links a:hover { color: var(--brand-light); }

/* ====================================================================
   Адаптив (минимальный — основной макет десктопный, контейнер 1200)
   ==================================================================== */
@media (max-width: 991.98px) {
  .hero-slide { min-height: 440px; }
  .hero-slide__content h1 { font-size: 2.2rem; }
  .hero-slide__content p { font-size: 1.1rem; }
  .section-title { font-size: 1.6rem; }
  .header-nav .nav-link { padding: .5rem 0; }
}

/* ====================================================================
   ВНУТРЕННИЕ СТРАНИЦЫ — общие компоненты
   ==================================================================== */

/* ---- Выпадающие меню в навигации ---- */
.header-nav .dropdown-menu {
  border: none;
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .12);
  padding: .5rem;
  margin-top: 0;
}
.header-nav .dropdown-item {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: .92rem;
  border-radius: 8px;
  padding: .55rem .9rem;
  color: var(--ink);
}
.header-nav .dropdown-item:hover,
.header-nav .dropdown-item:focus {
  background: rgba(221, 56, 35, .1);
  color: var(--brand);
}
.header-nav .dropdown-toggle::after { margin-left: .35em; vertical-align: .15em; }

/* Раскрытие по наведению на десктопе (без «проваливания» мыши в зазор) */
@media (min-width: 992px) {
  .header-nav .nav-item.dropdown > .dropdown-menu {
    display: block;            /* всегда в потоке — управляем видимостью через opacity */
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    /* задержка перед скрытием, чтобы успеть довести курсор */
    transition: opacity .18s ease, transform .18s ease, visibility 0s linear .25s;
  }
  /* Прозрачный «мостик» перекрывает зазор между кнопкой и меню */
  .header-nav .nav-item.dropdown > .dropdown-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
    background: transparent;
  }
  .header-nav .nav-item.dropdown:hover > .dropdown-menu,
  .header-nav .nav-item.dropdown:focus-within > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition: opacity .18s ease, transform .18s ease, visibility 0s;
  }
}

/* ---- Шапка внутренней страницы (page-hero) ---- */
.page-hero {
  width: 100%;
  background: linear-gradient(110deg, #2b2a29 0%, #3a2320 100%);
  color: #fff;
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -60px;
  width: 320px;
  height: 320px;
  background: var(--brand-gradient);
  opacity: .14;
  border-radius: 50%;
}
.page-hero__title {
  font-size: 2.4rem;
  font-weight: 800;
  margin: 0;
  position: relative;
  z-index: 2;
}
.page-hero__subtitle {
  color: #d6d6d6;
  font-size: 1.1rem;
  margin: .6rem 0 0;
  max-width: 720px;
  position: relative;
  z-index: 2;
}
.page-hero .breadcrumb { margin-bottom: .9rem; position: relative; z-index: 2; }
.page-hero .breadcrumb-item,
.page-hero .breadcrumb-item a { color: #b9b9b9; font-size: .88rem; }
.page-hero .breadcrumb-item a:hover { color: var(--brand-light); }
.page-hero .breadcrumb-item.active { color: #fff; }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: #777; }

/* ---- Заголовки блоков и общий текст ---- */
.block-title { font-size: 1.6rem; font-weight: 800; margin-bottom: .35rem; }
.lead-text { font-size: 1.08rem; color: #555; line-height: 1.7; }
.content-prose { font-size: 1rem; color: #444; line-height: 1.8; }
.content-prose h2 { font-size: 1.4rem; margin: 2rem 0 .8rem; }
.content-prose h3 { font-size: 1.15rem; margin: 1.5rem 0 .6rem; }
.content-prose ul { padding-left: 1.2rem; }
.content-prose li { margin-bottom: .5rem; }

/* ---- Переключатель аудитории (физ/юр) ---- */
.audience-tabs { border: none; gap: .5rem; }
.audience-tabs .nav-link {
  border: 2px solid #ececec;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: var(--ink);
  padding: .55rem 1.6rem;
}
.audience-tabs .nav-link i { margin-right: .4rem; }
.audience-tabs a.nav-link {
  display: inline-block;
  text-decoration: none;
  transition: border-color .15s ease, color .15s ease, background .15s ease, transform .15s ease;
}
.audience-tabs a.nav-link:not(.active):hover {
  border-color: var(--brand);
  color: var(--brand);
}
.audience-tabs .nav-link.active {
  background: var(--brand-gradient);
  border-color: transparent;
  color: #fff;
}

/* ---- Карточки преимуществ/наполнения услуги ---- */
.feature-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 1.6rem;
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 12px 28px rgba(0, 0, 0, .08); }
.feature-card__icon {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px;
  background: rgba(221, 56, 35, .1);
  color: var(--brand);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.feature-card__title { font-size: 1.1rem; margin-bottom: .4rem; }
.feature-card__text { color: #777; font-size: .94rem; margin: 0; }

/* ---- Дополнительные пакеты ТВ ---- */
.addon-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 1rem 1.25rem;
  height: 100%;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.addon-card:hover { border-color: var(--brand); box-shadow: 0 8px 22px rgba(0, 0, 0, .07); }
.addon-card__icon {
  flex: 0 0 auto;
  width: 48px; height: 48px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 12px;
  background: rgba(221, 56, 35, .1);
  color: var(--brand);
  font-size: 1.3rem;
}
.addon-card__name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1rem; }
.addon-card__desc { font-size: .85rem; color: #888; }
.addon-card__price { margin-left: auto; font-family: 'Montserrat', sans-serif; font-weight: 800; color: var(--brand); white-space: nowrap; }

/* ---- Места применения (видеонаблюдение) ---- */
.area-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  height: 220px;
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.area-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.area-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(43,42,41,.1) 30%, rgba(43,42,41,.85) 100%); }
.area-card__body { position: relative; z-index: 2; padding: 1.2rem 1.3rem; }
.area-card__title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 1.15rem; margin-bottom: .2rem; }
.area-card__text { font-size: .85rem; opacity: .92; margin: 0; }

/* ---- Документы (лицензии/договоры) ---- */
.doc-group { margin-bottom: 2.5rem; }
.doc-group__title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 1rem;
  padding-bottom: .6rem;
  border-bottom: 2px solid rgba(221, 56, 35, .2);
}
.doc-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: .9rem 1.1rem;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  height: 100%;
}
.doc-item:hover { border-color: var(--brand); box-shadow: 0 8px 22px rgba(0, 0, 0, .07); transform: translateY(-2px); }
.doc-item__icon { font-size: 2rem; flex: 0 0 auto; }
.doc-item__icon.pdf { color: #e2453a; }
.doc-item__icon.doc { color: #2a6fdb; }
.doc-item__icon.img { color: #2ec27e; }
.doc-item__name { font-weight: 600; color: var(--ink); font-size: .96rem; line-height: 1.3; }
.doc-item__meta { font-size: .8rem; color: #999; }
.doc-thumb {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #eee;
  background: #fff;
}
.doc-thumb img { width: 100%; height: 240px; object-fit: cover; display: block; }
.doc-thumb__caption { padding: .7rem .9rem; font-size: .85rem; color: #666; }

/* ---- Вакансии ---- */
.vacancy-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 1.5rem 1.6rem;
  height: 100%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.vacancy-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0, 0, 0, .09); }
.vacancy-card__head { display: flex; justify-content: space-between; align-items: start; gap: 1rem; margin-bottom: .8rem; }
.vacancy-card__title { font-size: 1.2rem; margin: 0; }
.vacancy-card__salary {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: var(--brand);
  white-space: nowrap;
}
.vacancy-card__tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
.vacancy-tag {
  font-size: .8rem;
  background: var(--soft);
  color: #555;
  border-radius: 20px;
  padding: 4px 12px;
}
.vacancy-card__text { color: #777; font-size: .92rem; margin-bottom: 1.2rem; }

/* ---- Справочник абонента (FAQ дерево) ---- */
.faq-sidebar {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: .6rem;
  position: sticky;
  top: 110px;
}
.faq-accordion .accordion-item { border: none; background: transparent; }
.faq-accordion .accordion-button {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: .98rem;
  color: var(--ink);
  background: transparent;
  border-radius: 10px !important;
  padding: .8rem .9rem;
}
.faq-accordion .accordion-button:not(.collapsed) { background: rgba(221, 56, 35, .08); color: var(--brand); box-shadow: none; }
.faq-accordion .accordion-button:focus { box-shadow: none; }
.faq-accordion .accordion-button::after {
  width: 1.1rem; height: 1.1rem; background-size: 1.1rem;
}
.faq-accordion .accordion-body { padding: .3rem .4rem .8rem; }
.faq-qlist { list-style: none; margin: 0; padding: 0; }
.faq-qlink {
  display: block;
  padding: .5rem .8rem;
  border-radius: 8px;
  color: #555;
  font-size: .9rem;
  cursor: pointer;
  border-left: 3px solid transparent;
}
.faq-qlink:hover { background: var(--soft); color: var(--brand); }
.faq-qlink.active { background: rgba(221, 56, 35, .08); color: var(--brand); border-left-color: var(--brand); font-weight: 600; }

.faq-answer {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 2rem 2.2rem;
  min-height: 320px;
}
.faq-answer h2 { font-size: 1.4rem; margin-bottom: 1rem; }
.faq-answer p, .faq-answer li { color: #444; line-height: 1.8; }
.faq-answer ol, .faq-answer ul { padding-left: 1.3rem; }
.faq-answer .faq-tip {
  background: var(--soft);
  border-left: 4px solid var(--brand);
  border-radius: 0 10px 10px 0;
  padding: 1rem 1.2rem;
  margin-top: 1.5rem;
  font-size: .95rem;
}

/* ---- Контакты ---- */
.contact-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 1.8rem;
  height: 100%;
}
.contact-card__icon {
  width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px;
  background: rgba(221, 56, 35, .1);
  color: var(--brand);
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.contact-card__title { font-size: 1.2rem; margin-bottom: .8rem; }
.contact-card__phone { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.4rem; color: var(--ink); display: inline-block; margin-bottom: .3rem; }
.contact-card__phone:hover { color: var(--brand); }
.contact-card__hours { color: #777; font-size: .92rem; }
.contact-card__hours .badge-24 { background: rgba(46,194,126,.12); color: #1f9d63; border-radius: 20px; padding: 3px 12px; font-weight: 600; font-size: .82rem; }

.map-placeholder {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eee;
  background:
    repeating-linear-gradient(45deg, #f1efee, #f1efee 18px, #ece9e8 18px, #ece9e8 36px);
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9b9b9b;
  text-align: center;
}
.map-placeholder i { font-size: 2.6rem; display: block; margin-bottom: .5rem; color: var(--brand); }

/* ---- Поддержка ---- */
.support-tile {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 2.2rem;
  height: 100%;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease;
}
.support-tile:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(0, 0, 0, .09); }
.support-tile__icon {
  width: 76px; height: 76px; margin: 0 auto 1.2rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 20px;
  background: var(--brand-gradient);
  color: #fff;
  font-size: 2rem;
}
.support-tile__value { font-family: 'Montserrat', sans-serif; font-weight: 800; font-size: 1.5rem; color: var(--ink); }
.support-tile__value:hover { color: var(--brand); }

/* ---- Политика ПДн (ссылки) ---- */
.policy-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 1.1rem 1.3rem;
  color: var(--ink);
  font-weight: 600;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.policy-link:hover { border-color: var(--brand); color: var(--brand); box-shadow: 0 8px 22px rgba(0, 0, 0, .07); transform: translateY(-2px); }
.policy-link i.lead-icon { font-size: 1.6rem; color: var(--brand); }
.policy-link i.arrow { margin-left: auto; transition: transform .2s ease; }
.policy-link:hover i.arrow { transform: translateX(4px); }

/* ---- Прочее ---- */
.section-eyebrow {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .8rem;
  color: var(--brand);
  margin-bottom: .4rem;
}
.info-box {
  background: var(--soft);
  border-radius: 16px;
  padding: 1.6rem 1.8rem;
}
.req-table td { padding: .55rem .25rem; border-bottom: 1px solid #ececec; font-size: .95rem; }
.req-table td:first-child { color: #888; width: 45%; }

@media (max-width: 991.98px) {
  .page-hero__title { font-size: 1.8rem; }
  .faq-sidebar { position: static; margin-bottom: 1.5rem; }
}

/* ====================================================================
   УВЕДОМЛЕНИЕ О ФАЙЛАХ COOKIE
   ==================================================================== */
.cookie-notice {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1080;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(0, 0, 0, .16);
}
.cookie-notice__text { display: flex; align-items: center; gap: .9rem; flex: 1 1 380px; }
.cookie-notice__text i { font-size: 1.8rem; color: var(--brand); flex: 0 0 auto; }
.cookie-notice__text p { font-size: .9rem; color: #555; line-height: 1.45; }
.cookie-notice__text a { color: var(--brand); font-weight: 600; }
.cookie-notice .btn { flex: 0 0 auto; padding-left: 2rem; padding-right: 2rem; }

@media (max-width: 575.98px) {
  .cookie-notice { padding: 1rem; }
  .cookie-notice .btn { width: 100%; }
}

/* Иконки документов по расширению файла */
.doc-item__icon.xls { color: #1d8f4e; }
.doc-item__icon.ppt { color: #d35230; }
.doc-item__icon.zip { color: #9a6b1f; }
.doc-item__icon.txt { color: #6c757d; }
