
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('../fonts/montserrat-lat.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
  }
  @font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400 800;
    font-display: swap;
    src: url('../fonts/montserrat-cyr.woff2') format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }

  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; overflow-x: hidden; }
  :root {
    --bg: #f6f4fb;
    --surface: #ffffff;
    --surface-2: #faf8fd;
    --text: #1a1530;
    --text-muted: #667085;
    --border: #e8e5f0;
    --accent: #904df6;
    --accent-soft: #f0e6fe;
    --accent-2: #47b5f6;
    --ink: #000958;
    --header-bg: #001536;
    --header-bg-2: #002a5c;
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-pill: 999px;
    --shadow-card: 0 1px 2px rgba(26,21,48,.05), 0 10px 28px -12px rgba(26,21,48,.14);
    --shadow-hover: 0 16px 36px -12px rgba(144,77,246,.30);
    --font-body: "Montserrat", -apple-system, "Segoe UI", sans-serif;
  }
  @media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]) {
      --bg: #15111f; --surface: #1e1830; --surface-2: #241d38;
      --text: #f3f0fb; --text-muted: #b6aed4; --border: #352a4d;
      --accent: #a875fb; --accent-soft: #2c2145; --accent-2: #6cc3fa;
      --shadow-card: 0 1px 2px rgba(0,0,0,.3), 0 10px 28px -12px rgba(0,0,0,.5);
      --shadow-hover: 0 16px 36px -12px rgba(168,117,251,.35);
    }
  }
  :root[data-theme="dark"] {
    --bg: #15111f; --surface: #1e1830; --surface-2: #241d38;
    --text: #f3f0fb; --text-muted: #b6aed4; --border: #352a4d;
    --accent: #a875fb; --accent-soft: #2c2145; --accent-2: #6cc3fa;
    --shadow-card: 0 1px 2px rgba(0,0,0,.3), 0 10px 28px -12px rgba(0,0,0,.5);
    --shadow-hover: 0 16px 36px -12px rgba(168,117,251,.35);
  }

  body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--font-body); line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; max-width: 100vw; }
  a { text-decoration: none; color: inherit; }
  img { max-width: 100%; display: block; }
  h1, h2, h3, h4, p { overflow-wrap: break-word; }
  .wrap { max-width: 1180px; margin: 0 auto; padding: 0 28px; }
  @media (max-width: 480px) { .wrap { padding: 0 18px; } }
  .eyebrow { font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin: 0 0 10px; }
  .section-title { font-size: clamp(24px, 5.5vw, 32px); font-weight: 800; letter-spacing: -0.01em; margin: 0 0 16px; text-wrap: balance; }

  .btn { font-family: var(--font-body); font-weight: 600; font-size: 14.5px; border-radius: var(--radius-sm); padding: 14px 28px; border: 1px solid transparent; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; }
  .btn-primary { background: var(--accent); color: #fff; }
  .btn-primary:hover { background: #7b3ff0; }

  .note-banner { background: #fff9e6; border-bottom: 1px solid #f5d68a; color: #8a6d1c; font-size: 12.5px; padding: 10px 0; text-align: center; }

  /* ===== Header (variant A, approved) ===== */
  .site-header { position: sticky; top: 0; z-index: 40; background: linear-gradient(115deg, var(--header-bg) 0%, var(--header-bg-2) 100%); transition: box-shadow .2s ease; }
  .site-header.is-scrolled { box-shadow: 0 8px 24px -8px rgba(0,10,40,.4); }
  .site-header__bar { display: flex; align-items: center; gap: 36px; padding-top: 16px; padding-bottom: 16px; justify-content: space-between; }
  .site-logo { display: flex; flex-direction: column; line-height: 1.05; flex: 0 0 auto; }
  .site-logo .eyebrow-sm { font-size: 9.5px; font-weight: 600; letter-spacing: .16em; color: #8f9fc9; text-transform: uppercase; margin: 0; }
  .site-logo .brand { font-size: 19px; font-weight: 800; letter-spacing: -0.01em; background: linear-gradient(90deg,#c9a4ff,#7fd3ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .site-menu { display: flex; list-style: none; margin: 0; padding: 0; gap: 28px; flex: 1; }
  .site-menu li { position: relative; }
  .site-menu a { color: #e7e4f7; font-size: 14px; font-weight: 500; display: inline-flex; align-items: center; gap: 5px; padding: 6px 0; }
  .site-menu a:hover, .site-menu > li.active > a { color: #fff; }
  .site-menu .caret { font-size: 9px; opacity: .7; }
  .site-menu li.has-dropdown:hover .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
  .dropdown { position: absolute; top: 100%; left: -14px; margin-top: 14px; width: 210px; background: var(--surface); border-radius: 10px; padding: 8px; box-shadow: 0 20px 40px -12px rgba(0,10,40,.35); opacity: 0; visibility: hidden; transform: translateY(6px); transition: all .18s ease; z-index: 20; }
  .dropdown a { color: var(--text); font-size: 13.5px; padding: 9px 12px; border-radius: 6px; display: block; }
  .dropdown a:hover { background: var(--accent-soft); color: var(--accent); }
  .site-meta { display: flex; align-items: center; gap: 18px; flex: 0 0 auto; }
  .site-meta a { color: #fff; font-size: 13.5px; font-weight: 600; display: flex; align-items: center; gap: 8px; white-space: nowrap; }
  .site-meta svg { width: 15px; height: 15px; stroke: #7fd3ff; fill: none; stroke-width: 2; }
  .site-meta__divider { width: 1px; align-self: stretch; background: rgba(255,255,255,.14); }

  /* ===== Mobile menu ===== */
  .menu-toggle { display: none; align-items: center; justify-content: center; width: 40px; height: 40px; padding: 0; margin: 0; background: none; border: none; color: #fff; cursor: pointer; flex: 0 0 auto; }
  .menu-toggle svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 2; }
  .menu-toggle .icon-close { display: none; }
  .menu-toggle[aria-expanded="true"] .icon-burger { display: none; }
  .menu-toggle[aria-expanded="true"] .icon-close { display: block; }
  .mobile-nav { display: none; max-height: 0; overflow: hidden; background: var(--header-bg-2); transition: max-height .25s ease; }
  .mobile-nav.is-open { max-height: 720px; }
  .mobile-nav__list { list-style: none; margin: 0; padding: 6px 20px 4px; }
  .mobile-nav__list > li { border-bottom: 1px solid rgba(255,255,255,.12); }
  .mobile-nav__list > li:last-child { border-bottom: none; }
  .mobile-nav__list > li > a, .mobile-nav__toggle {
    display: flex; align-items: center; justify-content: space-between; width: 100%;
    background: none; border: none; color: #fff; font-family: var(--font-body);
    font-size: 15px; font-weight: 500; padding: 15px 0; text-align: left; cursor: pointer;
  }
  .mobile-nav__list > li > a.is-current { color: #fff; font-weight: 700; }
  .mobile-nav__toggle .caret { transition: transform .18s ease; font-size: 11px; opacity: .7; }
  .mobile-nav__group.is-open .mobile-nav__toggle .caret { transform: rotate(180deg); }
  .mobile-nav__sub { list-style: none; margin: 0; padding: 0 0 8px 6px; display: none; }
  .mobile-nav__group.is-open .mobile-nav__sub { display: block; }
  .mobile-nav__sub a { display: block; padding: 10px 0; color: #c7c2e6; font-size: 14px; }
  .mobile-nav__sub a:hover { color: #fff; }
  .mobile-nav__contacts { padding: 16px 20px 24px; display: flex; flex-direction: column; gap: 12px; border-top: 1px solid rgba(255,255,255,.12); }
  .mobile-nav__contacts a { color: #e7e4f7; font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 10px; }
  .mobile-nav__contacts svg { width: 16px; height: 16px; stroke: #7fd3ff; fill: none; stroke-width: 1.8; flex: 0 0 auto; }

  @media (max-width: 900px) {
    .site-menu, .site-meta { display: none; }
    .menu-toggle { display: flex; }
    .mobile-nav { display: block; }
  }

  /* ===== Breadcrumb ===== */
  .breadcrumb { position: relative; padding: 58px 0; color: #fff; background: linear-gradient(180deg, var(--header-bg) 0%, rgba(0,21,54,.72) 60%, rgba(0,21,54,.6) 100%), url('../images/banner/hero-bg.jpg') center/cover no-repeat; }
  .breadcrumb h1 { font-size: clamp(26px, 4.5vw, 36px); font-weight: 800; margin: 0 0 10px; }
  .breadcrumb .crumbs { font-size: 13px; color: #b9c6ec; }
  .breadcrumb .crumbs a { color: #d7d3ee; }
  .breadcrumb .crumbs a:hover { color: #fff; }

  /* ===== Content ===== */
  .content-page { padding: 64px 0 100px; }
  .content-page .layout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: start; }
  .content-page .layout > div { min-width: 0; }
  @media (max-width: 900px) { .content-page .layout { grid-template-columns: 1fr; } }

  .content-page p.lead { font-size: 15px; line-height: 1.7; color: var(--text-muted); margin: 0 0 14px; }

  .feature-row { display: flex; gap: 16px; padding: 20px 0; border-top: 1px solid var(--border); }
  .feature-row:last-of-type { border-bottom: 1px solid var(--border); }
  .feature-row__icon { flex: 0 0 auto; width: 44px; height: 44px; border-radius: 12px; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; }
  .feature-row__icon svg { width: 20px; height: 20px; stroke: var(--accent); fill: none; stroke-width: 1.8; }
  .feature-row h3 { font-size: 15.5px; font-weight: 700; margin: 0 0 4px; }
  .feature-row p { font-size: 13.5px; color: var(--text-muted); margin: 0; line-height: 1.5; }

  .sub-block { margin-top: 32px; }
  .sub-block h3 { font-size: 18px; font-weight: 700; margin: 0 0 12px; color: var(--ink); }

  .media-frame { border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-card); aspect-ratio: 4/3; background: var(--surface-2); }
  .media-frame img { width: 100%; height: 100%; object-fit: cover; }

  .info-card { display: flex; gap: 14px; align-items: flex-start; padding: 18px 0; border-top: 1px solid var(--border); }
  .info-card:first-child { border-top: none; padding-top: 0; }
  .info-card__icon { flex: 0 0 auto; width: 40px; height: 40px; border-radius: 10px; background: var(--accent-soft); display: flex; align-items: center; justify-content: center; }
  .info-card__icon svg { width: 18px; height: 18px; stroke: var(--accent); fill: none; stroke-width: 1.8; }
  .info-card h4 { font-size: 14px; font-weight: 700; margin: 0 0 4px; }
  .info-card p, .info-card a { font-size: 13.5px; color: var(--text-muted); margin: 0; line-height: 1.6; }
  .info-card a:hover { color: var(--accent); }

  .hours-card { background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-card); padding: 22px 24px; margin-top: 24px; }
  .hours-card h4 { font-size: 14px; font-weight: 700; margin: 0 0 12px; }
  .hours-card .row { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text); }
  .hours-card svg { width: 17px; height: 17px; stroke: var(--accent); fill: none; stroke-width: 1.8; }

  .map-placeholder { background: linear-gradient(160deg, var(--accent-soft), var(--surface-2)); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-card); aspect-ratio: 4/3; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; text-align: center; padding: 24px; }
  .map-placeholder svg { width: 34px; height: 34px; stroke: var(--accent); fill: none; stroke-width: 1.6; }
  .map-placeholder b { font-size: 14.5px; color: var(--text); }
  .map-placeholder span { font-size: 13px; color: var(--text-muted); max-width: 26ch; }
  .map-embed { border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-card); overflow: hidden; aspect-ratio: 4/3; background: var(--surface-2); }
  .map-embed iframe { width: 100%; height: 100%; display: block; border: 0; }

  /* ===== Footer (reused) ===== */
  .site-footer { background: var(--header-bg); color: #cdd3ea; }
  .footer-cta { border-bottom: 1px solid rgba(255,255,255,.1); padding-top: 40px; padding-bottom: 40px; }
  .footer-cta h2 { color: #fff; font-size: 24px; font-weight: 700; margin: 0; text-wrap: balance; }
  .footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; padding-top: 56px; padding-bottom: 56px; }
  @media (max-width: 760px) { .footer-grid { grid-template-columns: 1fr; gap: 32px; } }
  .footer-grid h5 { color: #fff; font-size: 14px; font-weight: 700; margin: 0 0 18px; letter-spacing: .02em; }
  .footer-brand .brand { font-size: 19px; font-weight: 800; background: linear-gradient(90deg,#c9a4ff,#7fd3ff); -webkit-background-clip: text; background-clip: text; color: transparent; }
  .footer-brand p { font-size: 13.5px; color: #a3aed1; margin: 14px 0 0; max-width: 30ch; line-height: 1.6; }
  .footer-links { display: flex; gap: 40px; }
  .footer-links ul { list-style: none; margin: 0; padding: 0; }
  .footer-links li { margin-bottom: 11px; font-size: 13.5px; }
  .footer-links a:hover { color: #fff; }
  @media (max-width: 420px) { .footer-links { flex-direction: column; gap: 4px; } }
  .footer-contacts { display: flex; flex-direction: column; gap: 14px; }
  .footer-contacts .row { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; }
  .footer-contacts svg { width: 16px; height: 16px; stroke: #7fd3ff; fill: none; stroke-width: 1.8; flex: 0 0 auto; margin-top: 1px; }
  .footer-contacts a:hover { color: #fff; }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; padding-bottom: 20px; font-size: 12.5px; color: #7c86ad; }

  @media (max-width: 640px) {
    .content-page { padding: 40px 0 64px; }
    .footer-cta { padding-top: 28px; padding-bottom: 28px; }
    .footer-grid { padding-top: 40px; padding-bottom: 40px; gap: 36px; }
  }

  @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn { transition: none; } }
