/* ================================================================
   DARK NEON MODE — РПК ГЛАВНАЯ БУКВА | Наружная реклама
   ================================================================ */
:root {
  --primary-dark:  #050d1a;
  --primary-blue:  #1a365d;
  --accent-gold:   #e5b83b;
  --accent-gold-hover: #f0c652;
  --neon-blue:     #4fc3f7;
  --neon-violet:   #b57bee;
  --neon-green:    #39ff87;
  --bg-card:       rgba(255, 255, 255, 0.04);
  --bg-card-hover: rgba(255, 255, 255, 0.07);
  --white:         #ffffff;
  --white-muted:   rgba(255, 255, 255, 0.65);
  --text-body:     rgba(255, 255, 255, 0.78);
  --border-glass:  rgba(255, 255, 255, 0.08);
  --ease-premium:  cubic-bezier(0.165, 0.84, 0.44, 1);
  --transition:    color 0.3s var(--ease-premium), background-color 0.3s var(--ease-premium), border-color 0.3s var(--ease-premium), opacity 0.3s var(--ease-premium), transform 0.3s var(--ease-premium), box-shadow 0.3s var(--ease-premium), filter 0.3s var(--ease-premium);
  --font:          "Manrope", system-ui, sans-serif;
  --font-display:  "Outfit", "Manrope", system-ui, sans-serif;
}

/* === Reset === */
*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* ── Deep Mesh Gradient ── */
  background-color: #060d18;
  background-image:
    radial-gradient(ellipse 80% 65% at 92% -5%,  rgba(210, 60, 30, 0.42) 0%, transparent 55%),
    radial-gradient(ellipse 55% 50% at 8% 90%,   rgba(70, 30, 140, 0.35) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 50% 55%,  rgba(26, 54, 93, 0.30) 0%, transparent 55%),
    linear-gradient(170deg, #080f1d 0%, #050d1a 50%, #03080f 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
}

a { color: inherit; transition: color 0.3s var(--ease-premium), opacity 0.3s var(--ease-premium), transform 0.3s var(--ease-premium), text-shadow 0.3s var(--ease-premium), border-color 0.3s var(--ease-premium), background-color 0.3s var(--ease-premium), box-shadow 0.3s var(--ease-premium), filter 0.3s var(--ease-premium); }

img { max-width: 100%; height: auto; display: block; }

img.img-is-loading {
  background: rgba(255,255,255,0.035);
}

img.img-load-error {
  background:
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02)),
    rgba(5,13,26,0.82);
}

/* ================================================================
   TOP BAR
   ================================================================ */
.top-bar {
  background: rgba(5, 13, 26, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding: 0.65rem clamp(1.25rem, 4vw, 3rem);
}

.top-bar__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1.75rem;
  max-width: 90rem;
  margin: 0 auto;
  width: 100%;
}

.top-bar__ratings {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.85rem;
}

.top-bar__rating {
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: default;
  transition: var(--transition);
}

.top-bar__rating strong {
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* Яндекс — золотисто-жёлтое неоновое свечение */
.top-bar__rating--ya {
  color: rgba(255, 220, 100, 0.85);
  text-shadow:
    0 0 6px rgba(255, 210, 60, 0.7),
    0 0 14px rgba(255, 180, 30, 0.4),
    0 0 28px rgba(229, 150, 0, 0.2);
}
.top-bar__rating--ya strong {
  color: #ffe566;
  text-shadow:
    0 0 8px rgba(255, 220, 80, 0.9),
    0 0 20px rgba(255, 190, 30, 0.55),
    0 0 40px rgba(229, 150, 0, 0.3);
}
.top-bar__rating--ya:hover {
  text-shadow:
    0 0 10px rgba(255, 220, 80, 1),
    0 0 24px rgba(255, 190, 30, 0.7),
    0 0 50px rgba(229, 150, 0, 0.4);
}

/* Авито — насыщенное сине-голубое неоновое свечение */
.top-bar__rating--av {
  color: rgba(100, 195, 255, 0.85);
  text-shadow:
    0 0 6px rgba(79, 195, 247, 0.7),
    0 0 14px rgba(30, 160, 230, 0.4),
    0 0 28px rgba(10, 120, 200, 0.2);
}
.top-bar__rating--av strong {
  color: #7dd8ff;
  text-shadow:
    0 0 8px rgba(79, 195, 247, 0.9),
    0 0 20px rgba(30, 160, 230, 0.55),
    0 0 40px rgba(10, 120, 200, 0.3);
}
.top-bar__rating--av:hover {
  text-shadow:
    0 0 10px rgba(79, 195, 247, 1),
    0 0 24px rgba(30, 160, 230, 0.7),
    0 0 50px rgba(10, 120, 200, 0.4);
}

.top-bar__sep {
  color: rgba(255, 255, 255, 0.2);
  font-size: 1.05rem;
}

.top-bar__social {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.top-bar__social-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.top-bar__social-links {
  display: flex;
  gap: 0.45rem;
}

.top-bar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  border-radius: 10px;
  text-decoration: none;
  color: var(--white);
  transition: var(--transition);
  opacity: 0.7;
}

@media (min-width: 768px) {
  .top-bar-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.top-bar-icon--vk  { background: rgba(0, 119, 255, 0.25); }
.top-bar-icon--tg  { background: rgba(34, 158, 217, 0.25); }
.top-bar-icon--wa  { background: rgba(37, 211, 102, 0.25); }

.top-bar-icon--vk:hover {
  opacity: 1;
  background: #0077ff;
  box-shadow: 0 0 8px rgba(0,119,255,0.8), 0 0 20px rgba(0,119,255,0.4), 0 0 40px rgba(0,119,255,0.15);
}
.top-bar-icon--tg:hover {
  opacity: 1;
  background: #229ed9;
  box-shadow: 0 0 8px rgba(34,158,217,0.9), 0 0 20px rgba(34,158,217,0.5), 0 0 40px rgba(34,158,217,0.15);
}
.top-bar-icon--wa:hover {
  opacity: 1;
  background: #25d366;
  box-shadow: 0 0 8px rgba(37,211,102,0.9), 0 0 24px rgba(37,211,102,0.5), 0 0 48px rgba(37,211,102,0.15);
}

.top-bar-icon--max {
  background: rgba(160, 96, 220, 0.22);
  padding: 0;
  overflow: hidden;
}
.top-bar-icon--max .top-bar-icon__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
.top-bar-icon--max:hover {
  opacity: 1;
  background: #8b5cf6;
  box-shadow: 0 0 8px rgba(139, 92, 246, 0.85), 0 0 22px rgba(139, 92, 246, 0.45), 0 0 44px rgba(139, 92, 246, 0.12);
}

.top-bar-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .top-bar-icon svg {
    width: 28px;
    height: 28px;
  }
}

/* ================================================================
   HEADER — glass sticky
   ================================================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 2000 !important;
  background: rgba(5, 13, 26, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 1.05rem clamp(1.25rem, 4vw, 3rem);
}

.header-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--border-glass);
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: var(--transition);
}

.logo:hover .logo-mark {
  color: var(--accent-gold);
  text-shadow: 0 0 12px rgba(229,184,59,0.7), 0 0 28px rgba(229,184,59,0.35);
}

.logo:hover .logo-image {
  box-shadow: 0 0 18px rgba(229,184,59,0.35);
  transform: translateY(-1px);
}

.logo-mark {
  display: inline-block;
  font-size: clamp(1.85rem, 2.5vw, 2.125rem);
  font-weight: 800;
  letter-spacing: 3px;
  color: var(--white);
  transition: var(--transition);
}

.logo-image {
  display: block;
  width: clamp(10rem, 18vw, 13rem);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  transition: var(--transition);
}

.header-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.35rem 1.85rem;
  font-size: clamp(1rem, 1.1vw, 1.125rem);
  font-weight: 500;
  color: var(--white-muted);
}

.phone-link {
  text-decoration: none;
  color: var(--white);
  font-weight: 700;
  pointer-events: none;
  cursor: default;
  transition: var(--transition);
}
.phone-link--body { color: rgba(255,255,255,0.85); }

@media (max-width: 768px) {
  .phone-link { pointer-events: auto; cursor: pointer; }
  .phone-link:active { opacity: 0.8; }
}

.email-link {
  text-decoration: none;
  color: var(--white-muted);
  border-bottom: 1px solid transparent;
  transition: var(--transition);
}
.email-link:hover {
  color: var(--neon-blue);
  border-bottom-color: rgba(79,195,247,0.4);
  text-shadow: 0 0 8px rgba(79,195,247,0.5);
}

/* ================================================================
   NAVIGATION
   ================================================================ */
.main-nav {
  position: relative;
  z-index: 2000 !important;
  padding-top: 0.9rem;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.hamburger {
  display: none;
  padding: 0;
  border: 0;
  background: transparent;
}

.bar {
  display: block;
  width: 28px;
  height: 3px;
  margin: 5px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(79,195,247,0.95), rgba(181,123,238,0.95));
  box-shadow:
    0 0 8px rgba(79,195,247,0.75),
    0 0 18px rgba(181,123,238,0.35);
  transition: transform 0.35s ease, opacity 0.25s ease, box-shadow 0.35s ease;
}

.nav-menu {
  width: 100%;
}

.nav-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem 0.75rem;
}

.nav-link {
  text-decoration: none;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  padding: 0.4rem 0;
  position: relative;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  white-space: nowrap;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1px;
  background: var(--neon-blue);
  box-shadow: 0 0 6px rgba(79,195,247,0.8);
  transition: width 0.35s var(--ease-premium);
}

.nav-link:hover {
  color: var(--neon-blue);
  text-shadow: 0 0 8px rgba(79,195,247,0.7), 0 0 18px rgba(79,195,247,0.35);
}
.nav-link:hover::after { width: 100%; }

.nav-link[aria-current="page"] {
  color: var(--accent-gold);
  text-shadow: 0 0 8px rgba(229,184,59,0.5);
}
.nav-link[aria-current="page"]::after {
  width: 100%;
  background: var(--accent-gold);
  box-shadow: 0 0 6px rgba(229,184,59,0.7);
}

/* ================================================================
   DROPDOWN
   ================================================================ */
.nav-list__item--dropdown { position: relative; }
.dropdown { position: relative; }

.dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.dropdown-trigger.dropdown-trigger--current {
  color: var(--accent-gold);
  text-shadow: 0 0 8px rgba(229,184,59,0.5);
}

.dropdown-chevron {
  flex-shrink: 0;
  opacity: 0.55;
  transition: transform 0.3s ease;
}

.dropdown-menu {
  list-style: none;
  margin: 0;
  padding: 0.65rem 0.5rem;
  position: absolute;
  left: 0; top: 100%;
  min-width: 20rem;
  z-index: 2001 !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease;
  background: rgba(5, 13, 26, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(79,195,247,0.15);
  border-radius: 14px;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.65),
    0 0 0 1px rgba(79,195,247,0.06) inset,
    0 0 30px rgba(79,195,247,0.04);
}

.dropdown-menu a {
  display: block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  transition: color 0.25s ease, text-shadow 0.25s ease, background 0.25s ease, transform 0.2s ease;
}
.dropdown-menu a:hover {
  color: var(--neon-blue);
  text-shadow:
    0 0 8px rgba(79,195,247,0.9),
    0 0 20px rgba(79,195,247,0.5),
    0 0 40px rgba(79,195,247,0.2);
  background: rgba(79,195,247,0.08);
  transform: translateX(4px);
}
.dropdown-menu a[aria-current="page"] {
  color: var(--accent-gold);
  text-shadow: 0 0 8px rgba(229,184,59,0.6), 0 0 20px rgba(229,184,59,0.3);
  background: rgba(229,184,59,0.08);
}

/* «Виды работ» — та же тёмная «стеклянная» панель, что и «Услуги»; длинные подписи без uppercase */
.dropdown-menu--works {
  min-width: 22rem;
  max-width: min(100vw - 2rem, 30rem);
}
.dropdown-menu--works a {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  line-height: 1.35;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu,
  .dropdown:focus-within .dropdown-menu {
    opacity: 1; visibility: visible; transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .dropdown-menu {
    position: static;
    margin-top: 0.45rem;
    width: 100%; min-width: 0;
    max-height: 0; overflow: hidden;
    opacity: 0; visibility: hidden;
    transform: translateY(10px);
    padding-top: 0; padding-bottom: 0;
    transition: all 0.3s ease;
  }
  .dropdown.active .dropdown-menu {
    max-height: 22rem; opacity: 1; visibility: visible;
    transform: translateY(0);
    padding-top: 0.65rem; padding-bottom: 0.65rem;
  }
  /* «Виды работ»: без внутреннего скролла — вся колонка крутится вместе с .nav-menu */
  .dropdown.active .dropdown-menu--works {
    max-height: 100rem;
    overflow: visible;
  }
  .dropdown.active .dropdown-chevron { transform: rotate(180deg); }
}

/* ================================================================
   HERO
   ================================================================ */
.hero {
  position: relative;
  min-height: min(88vh, 900px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(15, 20, 30, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1;
  pointer-events: none;
}
.hero-bg {
  position: absolute; inset: 0;
  z-index: 0;
  background-color: var(--primary-dark);
  background-image: url("images/art.jpg");
  background-size: cover;
  background-position: center 35%;
  transform: scale(1.02);
  transition: transform 8s ease-out;
}
.hero:hover .hero-bg { transform: scale(1.06); }

.hero-mesh {
  position: absolute; inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse 110% 70% at 15% 10%, rgba(210,60,30,0.22) 0%, transparent 48%),
    radial-gradient(ellipse 90% 70% at 85% 75%, rgba(5,13,26,0.85) 0%, transparent 45%),
    linear-gradient(165deg, rgba(5,13,26,0.45) 0%, rgba(5,13,26,0.92) 100%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  z-index: 5;
  max-width: 56rem;
  padding: clamp(2rem,6vw,4rem) clamp(1.25rem,4vw,3rem);
  text-align: center;
}
.hero-kicker {
  font-size: clamp(0.75rem,2vw,0.875rem);
  font-weight: 700;
  letter-spacing: 0.28em;
  color: var(--accent-gold);
  text-shadow: 0 0 12px rgba(229,184,59,0.6);
  margin: 0 0 1rem;
}
.hero-title {
  font-size: clamp(2.75rem,8vw,4.5rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.02em;
  margin: 0 0 1.25rem;
  text-shadow: 0 4px 40px rgba(0,0,0,0.5), 0 0 60px rgba(210,60,30,0.15);
}
.hero-subtitle {
  font-size: clamp(0.8125rem,2vw,1rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.6;
  color: rgba(255,255,255,0.75);
  max-width: 42em;
  margin: 0 auto 2.25rem;
}
.hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 480px) {
  .hero-cta { flex-direction: row; flex-wrap: wrap; justify-content: center; }
}

/* ================================================================
   BUTTONS — Neon
   ================================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem 1.75rem;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

/* — Primary: gold neon — */
.btn-primary {
  background: linear-gradient(145deg, #e5b83b 0%, #c99a2e 50%, #e5b83b 100%);
  color: #05100c;
  box-shadow:
    0 4px 20px rgba(229,184,59,0.45),
    0 1px 0 rgba(255,255,255,0.25) inset;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 10px  rgba(229,184,59,0.9),
    0 0 22px  rgba(229,184,59,0.65),
    0 0 50px  rgba(229,184,59,0.35),
    0 0 100px rgba(229,184,59,0.12),
    0 1px 0 rgba(255,255,255,0.35) inset;
  background: linear-gradient(145deg, #f0c652 0%, #d4a832 50%, #f0c652 100%);
}
.btn-primary:active { transform: translateY(0); }

/* Shine glint */
.btn-shine .btn-shine-glint {
  position: absolute; top: 0; left: -100%;
  width: 55%; height: 100%;
  background: linear-gradient(
    105deg,
    transparent 0%,
    rgba(255,255,255,0) 35%,
    rgba(255,255,255,0.55) 50%,
    rgba(255,255,255,0) 65%,
    transparent 100%
  );
  transform: skewX(-18deg);
  pointer-events: none;
  animation: premium-shine 3.5s var(--ease-premium) infinite;
  animation-play-state: paused;
}
.btn-shine.is-visible .btn-shine-glint,
.btn-shine:hover .btn-shine-glint { animation-play-state: running; }
.btn-shine--always .btn-shine-glint { animation-play-state: running; }

@keyframes premium-shine {
  0%   { left: -100%; opacity: 0; }
  8%   { opacity: 1; }
  35%  { left: 150%; opacity: 0.9; }
  100% { left: 150%; opacity: 0; }
}

/* — Secondary: dark glass — */
.btn-secondary {
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
}
.btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.1);
  border-color: rgba(79,195,247,0.4);
  color: var(--neon-blue);
  box-shadow:
    0 0 10px rgba(79,195,247,0.5),
    0 0 25px rgba(79,195,247,0.2);
}

/* — Outline light (catalog cards): neon on hover — */
.btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  font-family: inherit;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255,255,255,0.6);
  background: transparent;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 4px;
  cursor: pointer;
  transition: var(--transition);
}
.btn-outline-light:hover {
  color: var(--accent-gold);
  border-color: var(--accent-gold);
  transform: translateY(-2px);
  box-shadow:
    0 0 8px  rgba(229,184,59,0.7),
    0 0 20px rgba(229,184,59,0.35),
    0 0 40px rgba(229,184,59,0.12);
}

/* Portfolio text link */
.link-portfolio {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: rgba(255,255,255,0.75);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  padding-bottom: 0.2rem;
  transition: var(--transition);
}
.link-portfolio:hover {
  color: var(--neon-blue);
  border-bottom-color: rgba(79,195,247,0.45);
  text-shadow: 0 0 8px rgba(79,195,247,0.5);
}
.link-portfolio-arrow { transition: transform 0.35s var(--ease-premium); }
.link-portfolio:hover .link-portfolio-arrow { transform: translateX(4px); }

/* ================================================================
   SOCIAL ICON BUTTONS — neon by brand
   ================================================================ */
.social-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem; height: 3rem;
  border-radius: 12px;
  text-decoration: none;
  color: var(--white);
  transition: var(--transition);
  opacity: 0.65;
}
.social-icon-btn:hover { transform: translateY(-3px); opacity: 1; }
.social-icon-btn--vk  { background: rgba(0,119,255,0.25); }
.social-icon-btn--tg  { background: rgba(34,158,217,0.25); }
.social-icon-btn--wa  { background: rgba(37,211,102,0.25); }
.social-icon-btn--vk:hover {
  background: #0077ff;
  box-shadow: 0 0 10px rgba(0,119,255,0.9), 0 0 25px rgba(0,119,255,0.5), 0 0 55px rgba(0,119,255,0.18);
}
.social-icon-btn--tg:hover {
  background: #229ed9;
  box-shadow: 0 0 10px rgba(34,158,217,0.9), 0 0 25px rgba(34,158,217,0.5), 0 0 55px rgba(34,158,217,0.18);
}
.social-icon-btn--wa:hover {
  background: #25d366;
  box-shadow: 0 0 10px rgba(37,211,102,0.9), 0 0 28px rgba(37,211,102,0.5), 0 0 60px rgba(37,211,102,0.15);
}

/* ================================================================
   SECTION LAYOUT
   ================================================================ */
.section-block {
  padding: clamp(3rem,8vw,5.5rem) clamp(1.25rem,4vw,3rem);
}
.section-inner { max-width: 72rem; margin: 0 auto; }

.section-title {
  font-size: clamp(1.65rem,4vw,2.25rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 0.75rem;
  color: var(--white);
}
.section-title--dark { color: var(--white); } /* dark mode: both variants white */

.section-lead {
  margin: 0 0 2.25rem;
  max-width: 40rem;
  color: var(--text-body);
  font-size: 1rem;
}
.section-lead--dark { color: var(--text-body); }

/* ================================================================
   DARK GLASS — shared
   ================================================================ */
.glass-dark {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.08);
  transition: var(--transition);
}
.glass-dark:hover {
  background: rgba(255,255,255,0.07);
  border-color: rgba(229,184,59,0.18);
}

/* glass-proof becomes dark in dark mode */
.glass-proof {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.08);
  transition: var(--transition);
}

/* ================================================================
   TRUST (ПРЕИМУЩЕСТВА)
   ================================================================ */
.trust-section { background: transparent; }

.trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px)  { .trust-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .trust-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }

.trust-card {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  transition: var(--transition);
}
.trust-card:hover {
  transform: translateY(-3px);
  border-color: rgba(229,184,59,0.25);
  box-shadow:
    0 12px 40px rgba(0,0,0,0.35),
    0 0 20px rgba(229,184,59,0.1);
}
.trust-card__icon { width: 3rem; height: 3rem; margin-bottom: 1rem; }
.trust-card__icon svg { width: 100%; height: 100%; }
.trust-card__title {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--white);
}
.trust-card__text {
  margin: 0;
  font-size: 0.875rem;
  color: var(--text-body);
  line-height: 1.55;
}

/* ================================================================
   СТРАНИЦА ОТЗЫВОВ
   ================================================================ */
.page-inner.reviews-page .inner-main.reviews-main {
  max-width: 88rem;
  padding-top: clamp(1.25rem, 3vw, 2rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.reviews-intro .section-inner {
  max-width: 80rem;
}

.reviews-page__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 1rem;
  text-align: center;
  color: var(--white);
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.95),
    0 0 28px rgba(79, 195, 247, 0.5),
    0 0 56px rgba(229, 184, 59, 0.28);
}

.reviews-page__lead {
  margin: 0 auto 2.5rem;
  max-width: 40rem;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.55;
  color: var(--text-body);
}

.reviews-cta .section-inner {
  max-width: 48rem;
}

.reviews-cta__inner {
  text-align: center;
  padding: clamp(2.25rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.4);
}

.reviews-cta__title {
  font-size: clamp(1.35rem, 3.2vw, 1.85rem);
  font-weight: 800;
  margin: 0 0 1.5rem;
  color: var(--white);
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.9),
    0 0 28px rgba(229, 184, 59, 0.45),
    0 0 48px rgba(79, 195, 247, 0.18);
}

.reviews-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0a1628;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #f0d060 50%, var(--accent-gold) 100%);
  border-radius: 12px;
  border: 2px solid rgba(255, 229, 150, 0.65);
  box-shadow:
    0 0 24px rgba(229, 184, 59, 0.55),
    0 0 48px rgba(229, 184, 59, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: transform 0.3s var(--ease-premium), box-shadow 0.3s var(--ease-premium), filter 0.3s var(--ease-premium);
}

.reviews-cta__btn:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.08);
  box-shadow:
    0 0 32px rgba(229, 184, 59, 0.75),
    0 0 64px rgba(79, 195, 247, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.reviews-cta__btn:focus-visible {
  outline: 2px solid var(--neon-blue);
  outline-offset: 4px;
}

/* ================================================================
   СТРАНИЦА «НАШИ РАБОТЫ» / ПОРТФОЛИО
   ================================================================ */
.page-inner.works-page .inner-main.works-main {
  max-width: 90rem;
  padding-top: clamp(1.25rem, 3vw, 2rem);
  padding-bottom: clamp(2.5rem, 6vw, 4rem);
}

.works-hero .section-inner {
  max-width: 84rem;
}

.works-page__title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 1rem;
  text-align: center;
  color: var(--white);
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.95),
    0 0 28px rgba(79, 195, 247, 0.5),
    0 0 56px rgba(229, 184, 59, 0.28);
}

.works-page__lead {
  margin: 0 auto 2.75rem;
  max-width: 44rem;
  text-align: center;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text-body);
}

.works-page .portfolio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 400px), 1fr));
  gap: 40px;
  align-items: start;
}

.work-card {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.38);
  transition: transform 0.4s var(--ease-premium), box-shadow 0.4s var(--ease-premium), border-color 0.4s var(--ease-premium);
}

.work-card:hover {
  transform: translateY(-5px);
  border-color: rgba(229, 184, 59, 0.35);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.48),
    0 0 32px rgba(79, 195, 247, 0.15),
    0 0 48px rgba(229, 184, 59, 0.12);
}

.work-card__body {
  padding: clamp(1.15rem, 3vw, 1.5rem) clamp(1.15rem, 3vw, 1.35rem) clamp(1.35rem, 3vw, 1.6rem);
}

.work-card__title {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 1rem;
  color: var(--white);
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.5),
    0 0 14px rgba(79, 195, 247, 0.2);
}

.work-card__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
}

.work-card__spec-key {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  margin-bottom: 0.15rem;
}

.works-cta .section-inner {
  max-width: 52rem;
}

.works-cta__inner {
  text-align: center;
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.works-cta__title {
  font-size: clamp(1.25rem, 3.2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.35;
  margin: 0 0 1.75rem;
  color: var(--white);
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.92),
    0 0 30px rgba(229, 184, 59, 0.42),
    0 0 56px rgba(79, 195, 247, 0.2);
}

.works-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 2.75rem;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0a1628;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #f0d060 45%, var(--accent-gold) 100%);
  border-radius: 14px;
  border: 2px solid rgba(255, 235, 160, 0.7);
  box-shadow:
    0 0 28px rgba(229, 184, 59, 0.65),
    0 0 56px rgba(229, 184, 59, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: transform 0.3s var(--ease-premium), box-shadow 0.3s var(--ease-premium), filter 0.3s var(--ease-premium);
}

.works-cta__btn:hover {
  transform: translateY(-4px) scale(1.03);
  filter: brightness(1.1);
  box-shadow:
    0 0 40px rgba(229, 184, 59, 0.85),
    0 0 72px rgba(79, 195, 247, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.works-cta__btn:focus-visible {
  outline: 2px solid var(--neon-blue);
  outline-offset: 4px;
}

/* ================================================================
   ПРОИЗВОДСТВО
   ================================================================ */
.production-section { background: transparent; }
.production-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  align-items: stretch;
}
@media (min-width: 900px) {
  .production-grid { grid-template-columns: 1fr 1.1fr; gap: 2rem; align-items: center; }
}
.production-copy {
  padding: clamp(1.5rem,4vw,2.25rem);
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.07);
}
.production-copy__title {
  margin: 0 0 1rem;
  font-size: clamp(1.35rem,3vw,1.75rem);
  font-weight: 800;
  color: var(--white);
}
.production-copy__text {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  color: var(--text-body);
  line-height: 1.6;
}
.production-copy__text:last-child { margin-bottom: 0; }
.production-visual {
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  min-height: 220px;
  border: 1px solid rgba(255,255,255,0.07);
}
.production-visual .premium-image { min-height: 240px; }
@media (min-width: 900px) { .production-visual .premium-image { min-height: 360px; } }

.premium-image { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ================================================================
   PORTFOLIO GRID
   ================================================================ */
.portfolio-grid-section { background: transparent; padding-bottom: clamp(2rem,6vw,3.5rem); }
.portfolio-grid-section__intro { padding: 0 clamp(1.25rem,4vw,3rem) 1.5rem; }

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  max-width: 100%;
}
@media (min-width: 768px) { .portfolio-grid { grid-template-columns: repeat(3, 1fr); } }

.portfolio-grid__item {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  padding: 0;
}

.portfolio-grid__item .portfolio-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  height: auto;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow:
    0 6px 24px rgba(0, 0, 0, 0.35),
    0 0 18px rgba(79, 195, 247, 0.12),
    0 0 1px rgba(229, 184, 59, 0.2);
}

.portfolio-grid__item:hover .portfolio-img,
.portfolio-grid__item:focus-visible .portfolio-img {
  transform: scale(1.05);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.45),
    0 0 32px rgba(79, 195, 247, 0.42),
    0 0 48px rgba(229, 184, 59, 0.22);
}

.portfolio-grid__overlay {
  position: absolute; inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(5,13,26,0.7);
  opacity: 0;
  transition: opacity 0.35s var(--ease-premium);
}
.portfolio-grid__item:hover .portfolio-grid__overlay,
.portfolio-grid__item:focus-visible .portfolio-grid__overlay { opacity: 1; }

.portfolio-grid__title {
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--white);
  text-align: center;
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(0,0,0,0.5);
}

/* ================================================================
   КАТАЛОГ (CATALOG)
   ================================================================ */
.catalog-section { background: transparent; position: relative; }
.catalog-section::before {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(210,60,30,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.catalog-section .section-inner { position: relative; z-index: 1; }

.catalog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px)  { .catalog-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .catalog-grid { grid-template-columns: repeat(3, 1fr); gap: 1.5rem; } }

.catalog-card {
  background: rgba(255,255,255,0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 1.65rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  transition: var(--transition);
  box-shadow: 0 8px 32px rgba(0,0,0,0.3);
  overflow: hidden;
}
.catalog-card__img {
  width: calc(100% + 3rem);
  max-width: none;
  margin: -1.65rem -1.5rem 0.75rem;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
  display: block;
}
.catalog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(229,184,59,0.3);
  box-shadow:
    0 20px 48px rgba(0,0,0,0.4),
    0 0 20px rgba(229,184,59,0.08);
}
.catalog-card__title { margin: 0; font-size: 1.1rem; font-weight: 800; color: var(--white); line-height: 1.3; }
.catalog-card__text  { margin: 0; flex: 1; font-size: 0.875rem; color: var(--text-body); line-height: 1.55; }
.catalog-card__action { align-self: flex-start; }

.description-modal[hidden] { display: none !important; }

.description-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 1.5rem;
}

.description-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(4, 10, 20, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.description-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 64rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(12, 22, 40, 0.96), rgba(8, 15, 29, 0.98));
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.description-modal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  transition: var(--transition);
}

.description-modal__close:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(229, 184, 59, 0.45);
}

.description-modal__body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.description-modal__media {
  min-height: 100%;
  background: rgba(255, 255, 255, 0.03);
}

.description-modal__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 26rem;
  object-fit: cover;
}

.description-modal__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  min-height: 0;
}

.description-modal__eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-gold);
}

.description-modal__title {
  margin: 0;
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
  line-height: 1.15;
  color: var(--white);
}

.description-modal__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.75;
  flex: 1 1 auto;
  min-height: 0;
  max-height: min(52vh, 28rem);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: 0.35rem;
  scrollbar-gutter: stable;
}
.description-modal__text p {
  margin: 0 0 0.75rem;
}
.description-modal__text p:last-child {
  margin-bottom: 0;
}
.description-modal__text h3 {
  margin: 1.1rem 0 0.5rem;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--white);
  letter-spacing: 0.02em;
}
.description-modal__text h3:first-child {
  margin-top: 0;
}
.description-modal__text ul {
  margin: 0 0 0.75rem;
  padding-left: 1.2rem;
}
.description-modal__text li {
  margin-bottom: 0.4rem;
}
.description-modal__text li:last-child {
  margin-bottom: 0;
}
.description-modal__text strong {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
}

.description-modal__cta {
  margin-top: auto;
  align-self: flex-start;
}

body.modal-open { overflow: hidden; }

@media (max-width: 900px) {
  .description-modal__body {
    grid-template-columns: 1fr;
  }

  .description-modal__image {
    min-height: 14rem;
    max-height: 20rem;
  }
}

/* ================================================================
   PROMO BANNER
   ================================================================ */
.promo-banner {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(ellipse 110% 100% at 30% 20%, rgba(160,40,20,0.45) 0%, transparent 50%),
    radial-gradient(ellipse 80% 80% at 80% 80%, rgba(26,54,93,0.4) 0%, transparent 50%),
    linear-gradient(160deg, #0a1628 0%, #05100f 100%);
  color: var(--white);
}
.promo-banner__mesh {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 85% 30%, rgba(229,184,59,0.14) 0%, transparent 42%),
    radial-gradient(circle at 10% 80%, rgba(26,54,93,0.4) 0%, transparent 45%);
  pointer-events: none;
}
.promo-banner__inner {
  position: relative; z-index: 1;
  display: flex; flex-direction: column;
  align-items: flex-start; gap: 1.75rem;
}
@media (min-width: 900px) {
  .promo-banner__inner {
    flex-direction: row; align-items: center; justify-content: space-between; gap: 2.5rem;
  }
}
.promo-banner__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.4rem,3.5vw,2rem);
  font-weight: 800; line-height: 1.25; max-width: 22em;
}
.promo-banner__desc {
  margin: 0;
  font-size: 1rem;
  color: rgba(255,255,255,0.75);
  max-width: 36rem; line-height: 1.6;
}
.promo-banner .btn-primary { flex-shrink: 0; white-space: nowrap; }

/* ================================================================
   ШАГИ
   ================================================================ */
.steps-section { background: transparent; }

.steps-grid {
  display: grid; grid-template-columns: 1fr; gap: 1.25rem;
}
@media (min-width: 768px)  { .steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .steps-grid { grid-template-columns: repeat(4, 1fr); gap: 1.5rem; } }

.step-card {
  position: relative;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 14px;
  padding: 1.5rem 1.35rem;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: 0 6px 28px rgba(0,0,0,0.2);
}
.step-card:hover {
  border-color: rgba(229,184,59,0.22);
  box-shadow: 0 12px 36px rgba(0,0,0,0.35), 0 0 18px rgba(229,184,59,0.06);
}
.step-card__bg {
  position: absolute;
  top: -0.25rem; right: 0.5rem;
  font-size: clamp(3.5rem,8vw,4.75rem);
  font-weight: 800; line-height: 1;
  color: rgba(255,255,255,0.04);
  pointer-events: none; user-select: none;
}
.step-card__title {
  position: relative;
  margin: 0 0 0.5rem;
  font-size: 1.05rem; font-weight: 800;
  color: var(--white);
}
.step-card__text {
  position: relative;
  margin: 0; font-size: 0.875rem;
  color: var(--text-body); line-height: 1.55;
}

/* ================================================================
   LEAD SECTION
   ================================================================ */
.lead-section {
  padding: clamp(3rem,8vw,5.5rem) clamp(1.25rem,4vw,3rem);
  background: transparent;
  position: relative;
}
.lead-section::before {
  content: "";
  position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(79,195,247,0.15), transparent);
}
.lead-section-inner {
  max-width: 72rem; margin: 0 auto;
  display: grid; gap: 2rem; align-items: start;
}
@media (min-width: 900px) { .lead-section-inner { grid-template-columns: 1.4fr 1fr; gap: 3rem; } }

.glass-card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 12px;
  padding: clamp(1.75rem,4vw,2.5rem);
  box-shadow: 0 4px 24px rgba(0,0,0,0.3);
  transition: var(--transition);
}
.glass-card:hover {
  border-color: rgba(229,184,59,0.18);
  box-shadow: 0 12px 40px rgba(0,0,0,0.4), 0 0 18px rgba(229,184,59,0.06);
}

.lead-badge {
  display: inline-block;
  font-size: 0.6875rem; font-weight: 800;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--neon-blue);
  background: rgba(79,195,247,0.1);
  padding: 0.35rem 0.65rem; border-radius: 4px; margin-bottom: 1rem;
  text-shadow: 0 0 8px rgba(79,195,247,0.5);
}
.lead-title {
  font-size: clamp(1.35rem,3vw,1.75rem);
  font-weight: 800; line-height: 1.25;
  color: var(--white); margin: 0 0 1rem;
}
.lead-text { margin: 0 0 1.5rem; color: var(--text-body); max-width: 36rem; }

.lead-aside {
  padding: 1.5rem; border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  color: var(--text-body);
  box-shadow: 0 16px 48px rgba(0,0,0,0.25);
  transition: var(--transition);
}
.lead-aside:hover { transform: translateY(-2px); box-shadow: 0 20px 56px rgba(0,0,0,0.35); }
.lead-aside-label {
  font-size: 0.6875rem; font-weight: 800;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent-gold); margin: 0 0 0.75rem;
  text-shadow: 0 0 8px rgba(229,184,59,0.4);
}
.lead-aside-text { margin: 0; font-size: 0.9375rem; line-height: 1.6; }

.lead-section .btn-secondary { color: var(--white-muted); }

/* ================================================================
   ФОРМА ЗАХВАТА
   ================================================================ */
#zahvat { scroll-margin-top: 6rem; }

.capture-section {
  background: transparent;
  padding-bottom: clamp(3.5rem,10vw,6rem);
}
.capture-card {
  max-width: 44rem; margin: 0 auto;
  padding: clamp(1.75rem,4vw,2.75rem);
  border-radius: 16px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.09);
  box-shadow: 0 24px 56px rgba(0,0,0,0.4);
}
.capture-card__title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.25rem,3vw,1.6rem);
  font-weight: 800; color: var(--white); line-height: 1.3;
}
.capture-card__lead { margin: 0 0 1.5rem; color: var(--text-body); font-size: 0.9375rem; }

.capture-form__row {
  display: grid; grid-template-columns: 1fr; gap: 1rem; margin-bottom: 1rem;
}
@media (min-width: 560px) { .capture-form__row { grid-template-columns: 1fr 1fr; } }
.capture-form__row--message {
  grid-template-columns: 1fr;
}

.capture-form__field { display: flex; flex-direction: column; gap: 0.35rem; }
.capture-form__label {
  font-size: 0.6875rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: rgba(255,255,255,0.45);
}
.capture-form__input {
  width: 100%; padding: 0.85rem 1rem;
  font-family: inherit; font-size: 1rem;
  color: var(--white);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px; transition: var(--transition);
}
.capture-form__input::placeholder { color: rgba(255,255,255,0.25); }
.capture-form__input:hover { border-color: rgba(79,195,247,0.3); }
.capture-form__input:focus {
  outline: none;
  border-color: var(--neon-blue);
  box-shadow: 0 0 0 3px rgba(79,195,247,0.15), 0 0 10px rgba(79,195,247,0.25);
}
.capture-form__textarea {
  min-height: 7rem;
  resize: vertical;
  line-height: 1.5;
}
.capture-form__input--phone.input-invalid { border-color: #ff6b6b; }
.capture-form__error { margin: 0 0 1rem; font-size: 0.8125rem; color: #ffb4b4; }
.capture-form__submit {
  width: 100%;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(229, 184, 59, 0.2);
}
@media (min-width: 400px) { .capture-form__submit { width: auto; min-width: 12rem; } }
.capture-form__success { margin: 1rem 0 0; font-size: 0.9375rem; font-weight: 600; color: var(--accent-gold); }

/* ================================================================
   FOOTER — мега-подвал
   ================================================================ */
.site-footer {
  position: relative;
  z-index: 1;
  background: rgba(2, 6, 14, 0.97);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.875rem;
}

.site-footer--mega {
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.25rem, 4vw, 3rem) clamp(2rem, 5vw, 3rem);
  text-align: left;
  box-shadow: 0 -20px 60px rgba(0, 0, 0, 0.35);
}

.site-footer__inner {
  max-width: 80rem;
  margin: 0 auto;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.75rem, 4vw, 2.75rem);
  align-items: start;
}

@media (max-width: 900px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}

.site-footer__col--brand {
  max-width: 22rem;
}

.site-footer__logo {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 900;
  letter-spacing: 0.06em;
  color: var(--white);
  text-shadow:
    0 0 12px rgba(229, 184, 59, 0.35),
    0 0 28px rgba(79, 195, 247, 0.2);
}

.site-footer__tagline {
  margin: 0 0 1.25rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.45);
}

.site-footer__copyright {
  margin: 0;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.32);
}

.site-footer__heading {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  text-shadow:
    0 0 10px rgba(79, 195, 247, 0.45),
    0 0 24px rgba(79, 195, 247, 0.15);
}

.site-footer__heading--muted {
  text-shadow: none;
  color: rgba(255, 255, 255, 0.75);
}

.site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.site-footer__link {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: var(--transition);
}

.site-footer__link:hover {
  color: var(--neon-blue);
  text-shadow: 0 0 10px rgba(79, 195, 247, 0.4);
}

.site-footer__contacts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
}

.site-footer__contact-key {
  display: block;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
  margin-bottom: 0.2rem;
}

.site-footer__link--contact:hover {
  color: var(--accent-gold);
  text-shadow: 0 0 10px rgba(229, 184, 59, 0.35);
}

.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.site-footer__social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 10px;
  color: var(--white);
  transition: var(--transition);
  opacity: 0.88;
}

.site-footer__social-btn--vk {
  background: rgba(0, 119, 255, 0.2);
  border: 1px solid rgba(0, 119, 255, 0.45);
  box-shadow: 0 0 14px rgba(0, 119, 255, 0.25);
}

.site-footer__social-btn--tg {
  background: rgba(34, 158, 217, 0.2);
  border: 1px solid rgba(34, 158, 217, 0.45);
  box-shadow: 0 0 14px rgba(34, 158, 217, 0.25);
}

.site-footer__social-btn--wa {
  background: rgba(37, 211, 102, 0.2);
  border: 1px solid rgba(37, 211, 102, 0.45);
  box-shadow: 0 0 14px rgba(37, 211, 102, 0.25);
}

.site-footer__social-btn--max {
  background: rgba(160, 96, 220, 0.2);
  border: 1px solid rgba(160, 96, 220, 0.45);
  box-shadow: 0 0 14px rgba(160, 96, 220, 0.25);
  padding: 0;
  overflow: hidden;
}

.site-footer__social-btn--max .site-footer__social-icon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0;
}

.site-footer__social-btn:hover {
  opacity: 1;
  transform: translateY(-2px);
}

.site-footer__social-btn--vk:hover {
  box-shadow: 0 0 22px rgba(0, 119, 255, 0.55);
}

.site-footer__social-btn--tg:hover {
  box-shadow: 0 0 22px rgba(34, 158, 217, 0.55);
}

.site-footer__social-btn--wa:hover {
  box-shadow: 0 0 22px rgba(37, 211, 102, 0.55);
}

.site-footer__social-btn--max:hover {
  box-shadow: 0 0 22px rgba(160, 96, 220, 0.55);
}

.site-footer__legal {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.site-footer__legal-link {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.32);
  text-decoration: none;
  transition: var(--transition);
}

.site-footer__legal-link:hover {
  color: rgba(255, 255, 255, 0.55);
}

.footer-copy { margin: 0; }
.footer-link {
  color: rgba(255,255,255,0.45); text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,0.12); transition: var(--transition);
}
.footer-link:hover {
  color: var(--accent-gold);
  border-bottom-color: rgba(229,184,59,0.4);
  text-shadow: 0 0 8px rgba(229,184,59,0.4);
}

/* ================================================================
   INNER PAGES
   ================================================================ */
.page-inner .inner-main {
  max-width: 48rem; margin: 0 auto;
  padding: clamp(2rem,5vw,3.5rem) clamp(1.25rem,4vw,3rem) clamp(3rem,8vw,5rem);
}
.page-title { font-size: clamp(1.75rem,4vw,2.25rem); font-weight: 800; color: var(--white); margin: 0 0 0.75rem; }
.page-lead { margin: 0 0 2rem; color: var(--text-body); }

.inline-link {
  color: var(--neon-blue); text-decoration: none;
  border-bottom: 1px solid rgba(79,195,247,0.25); transition: var(--transition);
}
.inline-link:hover {
  color: var(--accent-gold);
  border-bottom-color: rgba(229,184,59,0.4);
  text-shadow: 0 0 8px rgba(229,184,59,0.4);
}
.inner-section { margin-bottom: 2rem; }
.inner-h2 { font-size: 1.125rem; font-weight: 800; margin: 0 0 0.75rem; color: var(--white); }
.inner-p { margin: 0 0 1.25rem; color: var(--text-body); font-size: 0.9375rem; }

.page-inner .glass-card .btn-secondary { color: rgba(255,255,255,0.8); }
.page-inner .btn-shine .btn-shine-glint { animation-play-state: running; }

/* Страницы услуг («Виды работ») */
.page-inner.service-page .inner-main.service-detail-main {
  max-width: 72rem;
  padding-top: clamp(1.5rem, 3vw, 2.5rem);
}
.service-detail {
  --service-prose: rgba(255, 255, 255, 0.78);
}
.service-detail__eyebrow {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent-gold);
  margin: 0 0 0.5rem;
}
.service-detail__title {
  text-align: left;
  margin-bottom: 1.5rem;
}
.service-detail__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
  margin-bottom: 2rem;
}
.service-detail__img {
  width: 100%;
  max-height: 420px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}
.service-detail__body {
  color: var(--service-prose);
  font-size: 0.95rem;
  line-height: 1.7;
}
.service-detail__body p {
  margin: 0 0 1rem;
}
.service-detail__body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--white);
  margin: 1.25rem 0 0.5rem;
}
.service-detail__body ul {
  margin: 0.5rem 0 1rem 1.1rem;
  padding: 0;
}
.service-detail__body li {
  margin-bottom: 0.4rem;
}
.service-detail__body strong {
  color: rgba(255, 255, 255, 0.92);
}
.service-detail__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 900px) {
  .service-detail__layout {
    grid-template-columns: 1fr;
  }
  .service-detail__img {
    max-height: 280px;
  }
}

/* ================================================================
   СТРАНИЦА «ЦЕНЫ» — стеклянная таблица прайса
   ================================================================ */
.page-inner.ceny-page .inner-main.ceny-main {
  max-width: 72rem;
  padding-top: clamp(1.25rem, 3vw, 2rem);
}

.ceny-page__title {
  letter-spacing: -0.02em;
}

.ceny-page__lead {
  max-width: 42rem;
  margin-bottom: 2.5rem;
}

.price-glass-section {
  margin-top: 0.5rem;
  padding-bottom: clamp(1rem, 3vw, 2rem);
}

.price-glass-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(
    135deg,
    rgba(79, 195, 247, 0.22) 0%,
    rgba(229, 184, 59, 0.12) 50%,
    rgba(181, 123, 238, 0.18) 100%
  );
  box-shadow:
    0 0 0 1px rgba(79, 195, 247, 0.15),
    0 24px 64px rgba(0, 0, 0, 0.45);
}

.price-glass-accordion {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(8, 14, 26, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.price-item {
  border-bottom: 1px solid rgba(79, 195, 247, 0.2);
  transition: background 0.35s var(--ease-premium), box-shadow 0.35s var(--ease-premium);
}

.price-item:last-child {
  border-bottom: none;
}

.price-item:hover {
  background: rgba(79, 195, 247, 0.05);
}

.price-item.active {
  background: rgba(79, 195, 247, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(79, 195, 247, 0.15),
    inset 0 0 40px rgba(229, 184, 59, 0.04);
}

.price-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1rem;
  padding: 1.1rem 1.15rem;
  cursor: pointer;
  transition: background 0.35s var(--ease-premium);
}

.price-header:focus-visible {
  outline: 2px solid rgba(79, 195, 247, 0.6);
  outline-offset: -2px;
}

.price-header__chevron {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(79, 195, 247, 0.95);
  filter: drop-shadow(0 0 6px rgba(79, 195, 247, 0.45));
}

.price-header__chevron-icon {
  display: block;
  transition: transform 0.3s ease;
}

.price-item.active .price-header__chevron-icon {
  transform: rotate(180deg);
}

.price-header__text {
  flex: 1 1 12rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.price-header__name {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--white);
  line-height: 1.25;
}

.price-header__tagline {
  font-size: 0.875rem;
  color: var(--text-body);
  line-height: 1.45;
}

.price-header__hint {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.9em;
}

.price-header__right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem 1rem;
  flex: 1 1 auto;
  margin-left: auto;
}

.price-header__price {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.92);
  white-space: nowrap;
  text-align: right;
}

.price-header__price--free {
  white-space: normal;
  text-align: right;
}

.price-note--inline {
  display: inline;
  margin-top: 0;
  margin-left: 0.35rem;
  vertical-align: middle;
}

.price-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease, opacity 0.35s ease;
  padding: 0 20px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.22);
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(229, 184, 59, 0.06);
}

.price-item.active .price-details {
  max-height: 500px;
  padding: 20px;
  opacity: 1;
  border-top-color: rgba(79, 195, 247, 0.22);
}

.price-details__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-body);
}

.price-from {
  display: inline-block;
  margin-right: 0.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(229, 184, 59, 0.85);
}

.price-badge-free {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0a1628;
  background: linear-gradient(120deg, #e5b83b, #f0d878);
  box-shadow: 0 0 16px rgba(229, 184, 59, 0.55);
}

.price-note {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-transform: none;
  letter-spacing: 0;
}

.price-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.25rem;
  font-family: var(--font-display);
  font-size: 0.8125rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: transform 0.25s var(--ease-premium), box-shadow 0.25s var(--ease-premium), filter 0.25s var(--ease-premium);
}

.price-buy-btn:hover {
  transform: translateY(-2px);
}

.price-buy-btn:focus-visible {
  outline: 2px solid var(--neon-blue);
  outline-offset: 3px;
}

.price-buy-btn--gold {
  color: #1a1204;
  background: linear-gradient(145deg, #f0d878, #e5b83b 45%, #c99a2e);
  border-color: rgba(255, 220, 120, 0.5);
  box-shadow:
    0 0 14px rgba(229, 184, 59, 0.65),
    0 0 32px rgba(229, 184, 59, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.price-buy-btn--gold:hover {
  box-shadow:
    0 0 22px rgba(229, 184, 59, 0.9),
    0 0 48px rgba(229, 184, 59, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  filter: brightness(1.06);
}

.price-buy-btn--blue {
  color: #061018;
  background: linear-gradient(145deg, #7dd8ff, #4fc3f7 50%, #2a8fcc);
  border-color: rgba(125, 216, 255, 0.55);
  box-shadow:
    0 0 14px rgba(79, 195, 247, 0.65),
    0 0 32px rgba(79, 195, 247, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.price-buy-btn--blue:hover {
  box-shadow:
    0 0 22px rgba(79, 195, 247, 0.95),
    0 0 48px rgba(79, 195, 247, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  filter: brightness(1.06);
}

.price-glass-footnote {
  margin: 1.5rem 0 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.45);
  max-width: 48rem;
  line-height: 1.55;
}

@media (max-width: 560px) {
  .price-header__right {
    width: 100%;
    margin-left: 0;
    padding-left: calc(22px + 0.85rem);
    justify-content: space-between;
  }
}

/* ================================================================
   СТРАНИЦА «РЕМОНТ ВЫВЕСОК»
   ================================================================ */
.page-inner.repair-page .inner-main.repair-main {
  max-width: 72rem;
  padding-top: clamp(1.25rem, 3vw, 2rem);
}

.repair-section-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.repair-section-lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.repair-hero {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(2.25rem, 6vw, 3.75rem) clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: 0;
  background: rgba(12, 8, 14, 0.5);
  border: 1px solid rgba(255, 90, 60, 0.25);
  box-shadow:
    0 0 0 1px rgba(255, 120, 50, 0.08),
    0 24px 64px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.repair-hero__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 85% 20%, rgba(255, 80, 40, 0.35) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 10% 80%, rgba(255, 60, 30, 0.2) 0%, transparent 50%),
    radial-gradient(ellipse 40% 40% at 50% 50%, rgba(255, 180, 60, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

.repair-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 48rem;
}

.repair-hero__kicker {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 140, 90, 0.9);
  text-shadow:
    0 0 12px rgba(255, 90, 50, 0.75),
    0 0 28px rgba(255, 60, 30, 0.4);
}

.repair-hero__title {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 5vw, 2.85rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.03em;
  color: #fff5f0;
  text-shadow:
    0 0 8px rgba(255, 100, 60, 0.95),
    0 0 24px rgba(255, 70, 40, 0.75),
    0 0 48px rgba(255, 50, 30, 0.45),
    0 0 80px rgba(220, 40, 20, 0.25);
  filter: drop-shadow(0 2px 20px rgba(255, 100, 50, 0.35));
}

.repair-hero__lead {
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
  max-width: 42rem;
}

.repair-problems-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin-top: 2rem;
}

@media (max-width: 1100px) {
  .repair-problems-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .repair-problems-grid {
    grid-template-columns: 1fr;
  }
}

.repair-problem-card {
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  transition: border-color 0.35s var(--ease-premium), box-shadow 0.35s var(--ease-premium), transform 0.3s var(--ease-premium);
}

.repair-problem-card:hover {
  transform: translateY(-4px);
}

.repair-problem-card--hover-red:hover {
  border-color: rgba(255, 80, 70, 0.65);
  box-shadow:
    0 0 0 1px rgba(255, 60, 50, 0.25),
    0 0 28px rgba(255, 60, 50, 0.35),
    0 16px 48px rgba(0, 0, 0, 0.4);
}

.repair-problem-card--hover-amber:hover {
  border-color: rgba(255, 200, 80, 0.7);
  box-shadow:
    0 0 0 1px rgba(255, 190, 60, 0.3),
    0 0 28px rgba(255, 180, 50, 0.32),
    0 16px 48px rgba(0, 0, 0, 0.4);
}

.repair-problem-card__emoji {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.repair-problem-card__title {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.25;
}

.repair-problem-card__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-body);
}

.repair-price-panel {
  max-width: 52rem;
  margin: 2rem auto 0;
}

.repair-price-disclaimer {
  margin: 1.25rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.42);
  text-align: center;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

.repair-cta {
  padding-bottom: clamp(3rem, 8vw, 5rem);
}

.repair-cta__card {
  max-width: 56rem;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 4vw, 2.75rem);
  text-align: center;
  border-radius: 20px;
  background: rgba(18, 10, 12, 0.65);
  border: 1px solid rgba(255, 90, 50, 0.35);
  box-shadow:
    0 0 40px rgba(255, 70, 40, 0.2),
    0 24px 64px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.repair-cta__title {
  margin: 0 0 1.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.5vw, 1.85rem);
  font-weight: 800;
  line-height: 1.35;
  color: rgba(255, 250, 245, 0.96);
}

.repair-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.85rem 2.5rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #1a0a06;
  border-radius: 12px;
  border: 1px solid rgba(255, 160, 100, 0.55);
  background: linear-gradient(160deg, #ff9a56 0%, #ff5a35 45%, #e03020 100%);
  box-shadow:
    0 0 20px rgba(255, 90, 50, 0.85),
    0 0 48px rgba(255, 60, 35, 0.5),
    0 0 80px rgba(220, 40, 20, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.25s var(--ease-premium), box-shadow 0.25s var(--ease-premium), filter 0.25s var(--ease-premium);
}

.repair-cta__btn:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.08);
  box-shadow:
    0 0 28px rgba(255, 100, 60, 1),
    0 0 64px rgba(255, 70, 40, 0.6),
    0 0 100px rgba(220, 50, 30, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.repair-cta__btn:focus-visible {
  outline: 2px solid rgba(255, 200, 120, 0.9);
  outline-offset: 4px;
}

/* ================================================================
   СТРАНИЦА «МОНТАЖ»
   ================================================================ */
.page-inner.montazh-page .inner-main.montazh-main {
  max-width: 72rem;
  padding-top: clamp(1.25rem, 3vw, 2rem);
}

.montazh-section-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.montazh-section-lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.montazh-hero {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(2.25rem, 6vw, 3.75rem) clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: 0;
  background: rgba(8, 14, 22, 0.55);
  border: 1px solid rgba(79, 195, 247, 0.28);
  box-shadow:
    0 0 0 1px rgba(57, 255, 135, 0.1),
    0 24px 64px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.montazh-hero__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 65% 50% at 15% 25%, rgba(79, 195, 247, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 88% 70%, rgba(57, 255, 135, 0.18) 0%, transparent 50%),
    radial-gradient(ellipse 45% 40% at 50% 50%, rgba(26, 54, 93, 0.25) 0%, transparent 55%);
  pointer-events: none;
}

.montazh-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 50rem;
}

.montazh-hero__kicker {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(120, 220, 255, 0.95);
  text-shadow:
    0 0 10px rgba(79, 195, 247, 0.85),
    0 0 26px rgba(57, 255, 135, 0.35);
}

.montazh-hero__title {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 4.5vw, 2.65rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #f0fbff;
  text-shadow:
    0 0 10px rgba(79, 195, 247, 0.95),
    0 0 28px rgba(79, 195, 247, 0.65),
    0 0 52px rgba(57, 255, 135, 0.4),
    0 0 88px rgba(30, 140, 200, 0.22);
  filter: drop-shadow(0 2px 18px rgba(79, 195, 247, 0.3));
}

.montazh-hero__lead {
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.84);
  max-width: 44rem;
}

.montazh-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin-top: 2rem;
}

@media (max-width: 1100px) {
  .montazh-trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .montazh-trust-grid {
    grid-template-columns: 1fr;
  }
}

.montazh-trust-card {
  padding: 1.35rem 1.25rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  transition: border-color 0.35s var(--ease-premium), box-shadow 0.35s var(--ease-premium), transform 0.3s var(--ease-premium);
}

.montazh-trust-card:hover {
  transform: translateY(-4px);
}

.montazh-trust-card--hover-cyan:hover {
  border-color: rgba(79, 195, 247, 0.65);
  box-shadow:
    0 0 0 1px rgba(79, 195, 247, 0.22),
    0 0 32px rgba(79, 195, 247, 0.35),
    0 16px 48px rgba(0, 0, 0, 0.4);
}

.montazh-trust-card--hover-green:hover {
  border-color: rgba(57, 255, 135, 0.55);
  box-shadow:
    0 0 0 1px rgba(57, 255, 135, 0.2),
    0 0 32px rgba(57, 255, 135, 0.28),
    0 16px 48px rgba(0, 0, 0, 0.4);
}

.montazh-trust-card__emoji {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}

.montazh-trust-card__title {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.25;
}

.montazh-trust-card__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-body);
}

.montazh-price-panel {
  max-width: 52rem;
  margin: 2rem auto 0;
}

.montazh-cta {
  padding-bottom: clamp(3rem, 8vw, 5rem);
}

.montazh-cta__card {
  max-width: 56rem;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 4vw, 2.75rem);
  text-align: center;
  border-radius: 20px;
  background: rgba(8, 16, 24, 0.68);
  border: 1px solid rgba(79, 195, 247, 0.32);
  box-shadow:
    0 0 36px rgba(79, 195, 247, 0.15),
    0 0 60px rgba(57, 255, 135, 0.08),
    0 24px 64px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.montazh-cta__title {
  margin: 0 0 1.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3.2vw, 1.75rem);
  font-weight: 800;
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.96);
}

.montazh-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  padding: 0.85rem 2.25rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  color: #041018;
  border-radius: 12px;
  border: 1px solid rgba(125, 216, 255, 0.5);
  background: linear-gradient(155deg, #7dd8ff 0%, #4fc3f7 40%, #2a9f6e 100%);
  box-shadow:
    0 0 22px rgba(79, 195, 247, 0.85),
    0 0 48px rgba(57, 255, 135, 0.35),
    0 0 72px rgba(79, 195, 247, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transition: transform 0.25s var(--ease-premium), box-shadow 0.25s var(--ease-premium), filter 0.25s var(--ease-premium);
}

.montazh-cta__btn:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.07);
  box-shadow:
    0 0 30px rgba(79, 195, 247, 1),
    0 0 64px rgba(57, 255, 135, 0.45),
    0 0 96px rgba(79, 195, 247, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
}

.montazh-cta__btn:focus-visible {
  outline: 2px solid rgba(57, 255, 135, 0.85);
  outline-offset: 4px;
}

/* ================================================================
   СТРАНИЦА «МОЙКА ВЫВЕСОК»
   ================================================================ */
.page-inner.moyka-page .inner-main.moyka-main {
  max-width: 72rem;
  padding-top: clamp(1.25rem, 3vw, 2rem);
}

.moyka-section-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.moyka-section-lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.moyka-hero {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(2.25rem, 6vw, 3.75rem) clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: 0;
  background: rgba(6, 14, 26, 0.58);
  border: 1px solid rgba(140, 220, 255, 0.35);
  box-shadow:
    0 0 0 1px rgba(180, 235, 255, 0.12),
    0 24px 64px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.moyka-hero__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 12% 30%, rgba(120, 210, 255, 0.35) 0%, transparent 58%),
    radial-gradient(ellipse 60% 50% at 92% 65%, rgba(255, 255, 255, 0.12) 0%, transparent 52%),
    radial-gradient(ellipse 50% 45% at 48% 48%, rgba(40, 90, 140, 0.22) 0%, transparent 55%);
  pointer-events: none;
}

.moyka-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 52rem;
}

.moyka-hero__kicker {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(190, 235, 255, 0.98);
  text-shadow:
    0 0 12px rgba(120, 210, 255, 0.9),
    0 0 28px rgba(180, 235, 255, 0.45);
}

.moyka-hero__title {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 4.5vw, 2.65rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #f5fcff;
  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.95),
    0 0 24px rgba(180, 235, 255, 0.95),
    0 0 48px rgba(79, 195, 247, 0.75),
    0 0 88px rgba(120, 210, 255, 0.35),
    0 0 120px rgba(79, 195, 247, 0.2);
  filter: drop-shadow(0 2px 22px rgba(140, 220, 255, 0.35));
}

.moyka-hero__lead {
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
  max-width: 46rem;
}

.moyka-clean-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin-top: 2rem;
}

@media (max-width: 900px) {
  .moyka-clean-grid {
    grid-template-columns: 1fr;
  }
}

.moyka-clean-card {
  padding: 1.4rem 1.3rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 0.35s var(--ease-premium), box-shadow 0.35s var(--ease-premium), transform 0.3s var(--ease-premium);
}

.moyka-clean-card:hover {
  transform: translateY(-4px);
}

.moyka-clean-card--hover-ice:hover {
  border-color: rgba(120, 210, 255, 0.55);
  box-shadow:
    0 0 0 1px rgba(140, 220, 255, 0.2),
    0 0 36px rgba(79, 195, 247, 0.35),
    0 16px 48px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.moyka-clean-card--hover-frost:hover {
  border-color: rgba(255, 255, 255, 0.38);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.14),
    0 0 40px rgba(255, 255, 255, 0.12),
    0 0 56px rgba(140, 220, 255, 0.22),
    0 16px 48px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.moyka-clean-card__emoji {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.75rem;
  filter: drop-shadow(0 0 12px rgba(140, 220, 255, 0.4));
}

.moyka-clean-card__title {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.25;
}

.moyka-clean-card__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-body);
}

.moyka-price-panel {
  max-width: 52rem;
  margin: 2rem auto 0;
}

.moyka-cta {
  padding-bottom: clamp(3rem, 8vw, 5rem);
}

.moyka-cta__card {
  max-width: 58rem;
  margin: 0 auto;
  padding: clamp(2.25rem, 5.5vw, 3.25rem) clamp(1.5rem, 4vw, 2.75rem);
  text-align: center;
  border-radius: 20px;
  background: rgba(6, 16, 28, 0.72);
  border: 1px solid rgba(140, 220, 255, 0.38);
  box-shadow:
    0 0 40px rgba(79, 195, 247, 0.2),
    0 0 72px rgba(180, 235, 255, 0.1),
    0 24px 64px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.moyka-cta__title {
  margin: 0 0 2rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.5vw, 1.95rem);
  font-weight: 800;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.97);
}

.moyka-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 1rem 2.75rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #031018;
  border-radius: 14px;
  border: 1px solid rgba(200, 245, 255, 0.55);
  background: linear-gradient(160deg, #e8fbff 0%, #a8e8ff 35%, #4fc3f7 70%, #7dd3fc 100%);
  box-shadow:
    0 0 28px rgba(255, 255, 255, 0.65),
    0 0 52px rgba(140, 220, 255, 0.95),
    0 0 88px rgba(79, 195, 247, 0.45),
    0 0 120px rgba(79, 195, 247, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
  transition: transform 0.25s var(--ease-premium), box-shadow 0.25s var(--ease-premium), filter 0.25s var(--ease-premium);
}

.moyka-cta__btn:hover {
  transform: translateY(-4px) scale(1.03);
  filter: brightness(1.08);
  box-shadow:
    0 0 36px rgba(255, 255, 255, 0.75),
    0 0 68px rgba(140, 220, 255, 1),
    0 0 108px rgba(79, 195, 247, 0.55),
    0 0 140px rgba(79, 195, 247, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.moyka-cta__btn:focus-visible {
  outline: 2px solid rgba(200, 245, 255, 0.95);
  outline-offset: 4px;
}

/* ================================================================
   СТРАНИЦА «СОГЛАСОВАНИЕ ВЫВЕСОК»
   ================================================================ */
.page-inner.soglas-page .inner-main.soglas-main {
  max-width: 72rem;
  padding-top: clamp(1.25rem, 3vw, 2rem);
}

.soglas-section-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.soglas-section-lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 48rem;
}

.soglas-hero {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: clamp(2.25rem, 6vw, 3.75rem) clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: 0;
  background: rgba(6, 12, 24, 0.58);
  border: 1px solid rgba(79, 195, 247, 0.32);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.06),
    0 24px 64px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.soglas-hero__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 68% 55% at 12% 28%, rgba(79, 195, 247, 0.22) 0%, transparent 56%),
    radial-gradient(ellipse 50% 45% at 92% 72%, rgba(140, 200, 255, 0.12) 0%, transparent 50%),
    radial-gradient(ellipse 45% 40% at 48% 50%, rgba(26, 54, 93, 0.2) 0%, transparent 55%);
  pointer-events: none;
}

.soglas-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 52rem;
}

.soglas-hero__kicker {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(160, 220, 255, 0.95);
  text-shadow:
    0 0 12px rgba(79, 195, 247, 0.85),
    0 0 24px rgba(140, 200, 255, 0.35);
}

.soglas-hero__title {
  margin: 0 0 1.1rem;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 4.5vw, 2.65rem);
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #f7fbff;
  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.75),
    0 0 28px rgba(79, 195, 247, 0.9),
    0 0 52px rgba(79, 195, 247, 0.45),
    0 0 88px rgba(40, 120, 200, 0.2);
  filter: drop-shadow(0 2px 20px rgba(79, 195, 247, 0.28));
}

.soglas-hero__lead {
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.125rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.86);
  max-width: 46rem;
}

.soglas-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin-top: 2rem;
}

@media (max-width: 900px) {
  .soglas-risk-grid {
    grid-template-columns: 1fr;
  }
}

.soglas-risk-card {
  padding: 1.4rem 1.3rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 0.35s var(--ease-premium), box-shadow 0.35s var(--ease-premium), transform 0.3s var(--ease-premium);
}

.soglas-risk-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 80, 80, 0.55);
  box-shadow:
    0 0 0 1px rgba(255, 60, 60, 0.22),
    0 0 36px rgba(255, 70, 70, 0.28),
    0 0 56px rgba(220, 40, 40, 0.12),
    0 16px 48px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.soglas-risk-card__emoji {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.75rem;
  filter: drop-shadow(0 0 10px rgba(255, 100, 100, 0.35));
}

.soglas-risk-card__title {
  margin: 0 0 0.6rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.25;
}

.soglas-risk-card__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--text-body);
}

.soglas-price-panel {
  max-width: 52rem;
  margin: 2rem auto 0;
}

.soglas-steps {
  padding-bottom: clamp(2rem, 5vw, 3rem);
}

.soglas-steps__grid {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2vw, 1.5rem);
  position: relative;
}

@media (max-width: 960px) {
  .soglas-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .soglas-steps__grid {
    grid-template-columns: 1fr;
  }
}

.soglas-step {
  position: relative;
  padding: 1.25rem 1.1rem;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(79, 195, 247, 0.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  text-align: center;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
}

.soglas-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.75rem;
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: #041018;
  background: linear-gradient(145deg, #a8e8ff, #4fc3f7);
  box-shadow: 0 0 18px rgba(79, 195, 247, 0.55);
}

.soglas-step__text {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}

.soglas-cta {
  padding-bottom: clamp(3rem, 8vw, 5rem);
}

.soglas-cta__card {
  max-width: 56rem;
  margin: 0 auto;
  padding: clamp(2.25rem, 5.5vw, 3.25rem) clamp(1.5rem, 4vw, 2.75rem);
  text-align: center;
  border-radius: 20px;
  background: rgba(6, 14, 26, 0.72);
  border: 1px solid rgba(79, 195, 247, 0.35);
  box-shadow:
    0 0 40px rgba(79, 195, 247, 0.18),
    0 24px 64px rgba(0, 0, 0, 0.52),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.soglas-cta__title {
  margin: 0 0 2rem;
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 3.2vw, 1.85rem);
  font-weight: 800;
  line-height: 1.38;
  color: rgba(255, 255, 255, 0.97);
}

.soglas-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
  padding: 1rem 2.75rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #030a14;
  border-radius: 14px;
  border: 1px solid rgba(160, 230, 255, 0.55);
  background: linear-gradient(160deg, #e8f8ff 0%, #a8e8ff 35%, #4fc3f7 70%, #6ec8ff 100%);
  box-shadow:
    0 0 28px rgba(255, 255, 255, 0.45),
    0 0 52px rgba(79, 195, 247, 0.85),
    0 0 88px rgba(79, 195, 247, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: transform 0.25s var(--ease-premium), box-shadow 0.25s var(--ease-premium), filter 0.25s var(--ease-premium);
}

.soglas-cta__btn:hover {
  transform: translateY(-4px) scale(1.03);
  filter: brightness(1.08);
  box-shadow:
    0 0 36px rgba(255, 255, 255, 0.55),
    0 0 68px rgba(79, 195, 247, 1),
    0 0 108px rgba(79, 195, 247, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.soglas-cta__btn:focus-visible {
  outline: 2px solid rgba(160, 230, 255, 0.95);
  outline-offset: 4px;
}

/* ================================================================
   СТРАНИЦА «О КОМПАНИИ»
   ================================================================ */
.page-inner.about-page .inner-main.about-main {
  max-width: 80rem;
  padding-top: clamp(1.25rem, 3vw, 2rem);
}

.page-inner.about-page main .section-block {
  padding-top: clamp(5rem, 10vw, 6.25rem);
  padding-bottom: clamp(5rem, 10vw, 6.25rem);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.about-hero {
  position: relative;
  margin: 0 calc(-1 * clamp(1.25rem, 4vw, 3rem)) clamp(2.5rem, 6vw, 4rem);
  padding: clamp(2.5rem, 8vw, 5rem) clamp(1.25rem, 4vw, 2rem);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.about-hero__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 55% at 85% 15%, rgba(229, 184, 59, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 50% 45% at 10% 80%, rgba(79, 195, 247, 0.18) 0%, transparent 50%),
    radial-gradient(ellipse 45% 40% at 50% 50%, rgba(181, 123, 238, 0.1) 0%, transparent 55%);
  pointer-events: none;
}

.about-hero__neon {
  position: absolute;
  inset: -2px;
  border-radius: 20px;
  pointer-events: none;
  box-shadow:
    inset 0 0 40px rgba(79, 195, 247, 0.08),
    0 0 60px rgba(229, 184, 59, 0.12);
}

.about-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin: 0 auto;
  text-align: center;
}

.about-hero__title {
  font-size: clamp(1.65rem, 4.2vw, 2.65rem);
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 1rem;
  color: var(--white);
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.95),
    0 0 28px rgba(79, 195, 247, 0.45),
    0 0 56px rgba(229, 184, 59, 0.25);
}

.about-hero__lead {
  margin: 0;
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  line-height: 1.55;
  color: var(--text-body);
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

/* ── Timeline: история компании ── */
.about-timeline__title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  margin: 0 0 clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
  color: var(--white);
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.9),
    0 0 26px rgba(79, 195, 247, 0.48),
    0 0 52px rgba(229, 184, 59, 0.22);
}

.about-timeline__wrap {
  position: relative;
  padding: 0.5rem 0 0.25rem;
  max-width: 56rem;
  margin: 0 auto;
}

.about-timeline__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  pointer-events: none;
}

.about-timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.about-timeline__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
  gap: 0 clamp(1rem, 3vw, 1.75rem);
  align-items: center;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.about-timeline__row:last-child {
  margin-bottom: 0;
}

.about-timeline__row--left .about-timeline__card {
  grid-column: 1;
  justify-self: end;
  text-align: right;
}

.about-timeline__row--left .about-timeline__node-col {
  grid-column: 2;
}

.about-timeline__row--left .about-timeline__gap {
  grid-column: 3;
}

.about-timeline__row--right .about-timeline__gap {
  grid-column: 1;
}

.about-timeline__row--right .about-timeline__node-col {
  grid-column: 2;
}

.about-timeline__row--right .about-timeline__card {
  grid-column: 3;
  justify-self: start;
  text-align: left;
}

.about-timeline__node-col {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
}

.about-timeline__node {
  display: block;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: rgba(10, 22, 40, 0.95);
}

.about-timeline__node--gold {
  box-shadow:
    0 0 0 3px rgba(229, 184, 59, 0.25),
    0 0 14px rgba(229, 184, 59, 0.95),
    0 0 32px rgba(229, 184, 59, 0.5);
  border-color: rgba(255, 220, 140, 0.6);
}

.about-timeline__node--blue {
  box-shadow:
    0 0 0 3px rgba(79, 195, 247, 0.2),
    0 0 14px rgba(79, 195, 247, 0.95),
    0 0 32px rgba(79, 195, 247, 0.45);
  border-color: rgba(150, 220, 255, 0.55);
}

.about-timeline__node--green {
  box-shadow:
    0 0 0 3px rgba(57, 255, 135, 0.2),
    0 0 14px rgba(57, 255, 135, 0.9),
    0 0 32px rgba(57, 255, 135, 0.4);
  border-color: rgba(150, 255, 190, 0.5);
}

.about-timeline__node--violet {
  box-shadow:
    0 0 0 3px rgba(181, 123, 238, 0.2),
    0 0 14px rgba(181, 123, 238, 0.95),
    0 0 32px rgba(181, 123, 238, 0.45);
  border-color: rgba(210, 170, 255, 0.55);
}

.about-timeline__card {
  max-width: min(100%, 22rem);
  padding: clamp(1.15rem, 3vw, 1.5rem);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  transition: border-color 0.35s var(--ease-premium), box-shadow 0.35s var(--ease-premium), transform 0.35s var(--ease-premium);
}

.about-timeline__card:hover {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.42), 0 0 24px rgba(79, 195, 247, 0.08);
  transform: translateY(-2px);
}

.about-timeline__year {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--accent-gold);
  text-shadow: 0 0 12px rgba(229, 184, 59, 0.55);
}

.about-timeline__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-body);
}

@media (max-width: 800px) {
  .about-timeline__line {
    left: 14px;
    transform: none;
  }

  .about-timeline__row,
  .about-timeline__row--left,
  .about-timeline__row--right {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 0 1rem;
  }

  .about-timeline__row--left .about-timeline__card,
  .about-timeline__row--right .about-timeline__card {
    grid-column: 2;
    grid-row: 1;
    justify-self: stretch;
    max-width: none;
    text-align: left;
  }

  .about-timeline__row--left .about-timeline__node-col,
  .about-timeline__row--right .about-timeline__node-col {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-start;
    padding-left: 2px;
  }

  .about-timeline__row--left .about-timeline__gap,
  .about-timeline__row--right .about-timeline__gap {
    display: none;
  }
}

/* ── Студия / коллаж ── */
.about-studio__title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  margin: 0 0 clamp(2.5rem, 5vw, 3.5rem);
  text-align: center;
  color: var(--white);
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.9),
    0 0 26px rgba(229, 184, 59, 0.42),
    0 0 48px rgba(79, 195, 247, 0.2);
}

.about-studio__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 3.5rem);
  align-items: start;
}

@media (max-width: 900px) {
  .about-studio__grid {
    grid-template-columns: 1fr;
  }
}

.about-studio__copy {
  display: flex;
  flex-direction: column;
  gap: clamp(1.35rem, 3vw, 1.85rem);
}

.about-studio-zone {
  padding: clamp(1rem, 2.5vw, 1.25rem) 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.about-studio-zone:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.about-studio-zone:first-child {
  padding-top: 0;
}

.about-studio-zone__title {
  font-size: 1.05rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
  color: var(--white);
}

.about-studio-zone__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-body);
}

.about-studio__collage {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.75rem;
  min-height: clamp(280px, 42vw, 420px);
}

.about-studio__collage .glass-img--tall {
  grid-row: 1 / -1;
  grid-column: 1;
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
}

.about-studio__collage .glass-img:not(.glass-img--tall) {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.about-studio__collage .glass-img:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
}

.about-studio__collage .glass-img:nth-of-type(3) {
  grid-column: 2;
  grid-row: 2;
}

@media (max-width: 900px) {
  .about-studio__collage {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    min-height: 0;
  }

  .about-studio__collage .glass-img--tall {
    grid-row: 1 / 3;
    grid-column: 1;
    min-height: 220px;
  }

  .about-studio__collage .glass-img:nth-of-type(2) {
    grid-column: 2;
    grid-row: 1;
    min-height: 105px;
  }

  .about-studio__collage .glass-img:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
    min-height: 105px;
  }
}

.glass-img {
  display: block;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 12px 40px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 28px rgba(79, 195, 247, 0.08);
  transition: transform 0.45s var(--ease-premium), box-shadow 0.45s var(--ease-premium), border-color 0.45s var(--ease-premium);
}

.glass-img:hover {
  transform: scale(1.04);
  border-color: rgba(229, 184, 59, 0.35);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.5),
    0 0 36px rgba(229, 184, 59, 0.18),
    0 0 48px rgba(79, 195, 247, 0.1);
}

.about-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

@media (max-width: 900px) {
  .about-stats-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .about-stats-grid { grid-template-columns: 1fr; }
}

.about-stat-card {
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s var(--ease-premium), border-color 0.35s var(--ease-premium), box-shadow 0.35s var(--ease-premium);
  text-align: center;
}

.about-stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.16);
}

.about-stat-card__num {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.5vw, 2.75rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0 0 0.65rem;
}

.about-stat-card__label {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--text-body);
}

.about-stat-card--orange .about-stat-card__num {
  color: #ff9f43;
  text-shadow: 0 0 12px rgba(255, 159, 67, 0.85), 0 0 36px rgba(255, 119, 0, 0.45);
}
.about-stat-card--orange:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 28px rgba(255, 159, 67, 0.15);
}

.about-stat-card--blue .about-stat-card__num {
  color: var(--neon-blue);
  text-shadow: 0 0 12px rgba(79, 195, 247, 0.9), 0 0 40px rgba(79, 195, 247, 0.4);
}
.about-stat-card--blue:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 28px rgba(79, 195, 247, 0.18);
}

.about-stat-card--green .about-stat-card__num {
  color: var(--neon-green);
  text-shadow: 0 0 12px rgba(57, 255, 135, 0.85), 0 0 40px rgba(57, 255, 135, 0.35);
}
.about-stat-card--green:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 28px rgba(57, 255, 135, 0.16);
}

.about-stat-card--yellow .about-stat-card__num {
  color: #ffe566;
  text-shadow: 0 0 12px rgba(255, 229, 102, 0.9), 0 0 36px rgba(229, 184, 59, 0.45);
}
.about-stat-card--yellow:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 28px rgba(229, 184, 59, 0.2);
}

.about-section-title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  margin: 0 0 clamp(1.75rem, 4vw, 2.5rem);
  color: var(--white);
  text-align: center;
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.85),
    0 0 24px rgba(229, 184, 59, 0.5),
    0 0 48px rgba(79, 195, 247, 0.22);
}

.about-principles__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.75rem, 4vw, 2rem);
  justify-items: center;
}

.about-principles__content {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  text-align: center;
}

.about-principles__title {
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  margin: 0 0 0.75rem;
  color: var(--white);
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.8),
    0 0 22px rgba(79, 195, 247, 0.4);
}

.about-principles__intro {
  margin: 0 0 1.5rem;
  color: var(--text-body);
  font-size: 0.95rem;
  line-height: 1.6;
}

.about-principles-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: left;
}

.about-principles-list__item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.about-principles-list__item + .about-principles-list__item {
  margin-top: 1rem;
}

.about-principles-list__icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--neon-green);
  background: rgba(57, 255, 135, 0.1);
  border: 1px solid rgba(57, 255, 135, 0.28);
  box-shadow: 0 0 14px rgba(57, 255, 135, 0.2);
}

.about-cta__inner {
  text-align: center;
  padding: clamp(2.5rem, 6vw, 4rem) clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.4);
}

.about-cta__title {
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 800;
  margin: 0 0 1.5rem;
  color: var(--white);
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.9),
    0 0 28px rgba(229, 184, 59, 0.45);
}

.about-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2.5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: #0a1628;
  background: linear-gradient(135deg, var(--accent-gold) 0%, #f0d060 50%, var(--accent-gold) 100%);
  border-radius: 12px;
  border: 2px solid rgba(255, 229, 150, 0.65);
  box-shadow:
    0 0 24px rgba(229, 184, 59, 0.55),
    0 0 48px rgba(229, 184, 59, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transition: transform 0.3s var(--ease-premium), box-shadow 0.3s var(--ease-premium), filter 0.3s var(--ease-premium);
}

.about-cta__btn:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.08);
  box-shadow:
    0 0 32px rgba(229, 184, 59, 0.75),
    0 0 64px rgba(79, 195, 247, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.about-cta__btn:focus-visible {
  outline: 2px solid var(--neon-blue);
  outline-offset: 4px;
}

/* ================================================================
   СТРАНИЦА КОНТАКТОВ
   ================================================================ */
.page-inner.contacts-page .inner-main.contacts-main {
  max-width: 80rem;
}

.contacts-intro {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.contacts-page__title {
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.95),
    0 0 28px rgba(79, 195, 247, 0.55),
    0 0 56px rgba(79, 195, 247, 0.28),
    0 0 100px rgba(181, 123, 238, 0.12) !important;
}

.contacts-page__lead {
  margin: 0 auto;
  max-width: 36rem;
  color: var(--text-body);
  font-size: 1.05rem;
  line-height: 1.6;
}

.contacts-cards-section {
  margin-bottom: clamp(2.5rem, 6vw, 4rem);
}

.contacts-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
}

@media (max-width: 1100px) {
  .contacts-cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .contacts-cards-grid { grid-template-columns: 1fr; }
}

.contact-glass-card {
  padding: clamp(1.35rem, 3vw, 1.75rem);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s var(--ease-premium), box-shadow 0.35s var(--ease-premium), border-color 0.35s var(--ease-premium);
}

.contact-glass-card:hover {
  transform: translateY(-6px);
  border-color: rgba(79, 195, 247, 0.45);
  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.45),
    0 0 24px rgba(79, 195, 247, 0.2),
    0 0 48px rgba(181, 123, 238, 0.12);
}

.contact-glass-card__icon {
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 1rem;
  color: var(--neon-blue);
  background: rgba(79, 195, 247, 0.08);
  border: 1px solid rgba(79, 195, 247, 0.25);
  box-shadow:
    0 0 16px rgba(79, 195, 247, 0.25),
    inset 0 0 20px rgba(79, 195, 247, 0.06);
}

.contact-glass-card__icon--pin { color: #5ee4ff; border-color: rgba(94, 228, 255, 0.35); }
.contact-glass-card__icon--phone { color: var(--accent-gold); border-color: rgba(229, 184, 59, 0.4); box-shadow: 0 0 16px rgba(229, 184, 59, 0.22), inset 0 0 20px rgba(229, 184, 59, 0.06); }
.contact-glass-card__icon--mail { color: var(--neon-violet); border-color: rgba(181, 123, 238, 0.35); box-shadow: 0 0 16px rgba(181, 123, 238, 0.22), inset 0 0 20px rgba(181, 123, 238, 0.06); }
.contact-glass-card__icon--clock { color: var(--neon-green); border-color: rgba(57, 255, 135, 0.35); box-shadow: 0 0 16px rgba(57, 255, 135, 0.2), inset 0 0 20px rgba(57, 255, 135, 0.05); }

.contact-glass-card__title {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 0.65rem;
  color: var(--white);
  letter-spacing: 0.02em;
}

.contact-glass-card__text {
  margin: 0 0 0.5rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.45;
  white-space: pre-line;
}

.contact-glass-card__muted {
  margin: 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.contact-glass-card__link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(79, 195, 247, 0.35);
  transition: var(--transition);
}

.contact-glass-card__link:hover {
  color: var(--neon-blue);
  text-shadow: 0 0 12px rgba(79, 195, 247, 0.45);
  border-bottom-color: rgba(79, 195, 247, 0.6);
}

.contacts-capture-centered .contacts-capture-wrap {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.contacts-capture-centered .capture-card {
  width: 100%;
}

.contacts-requisites-section {
  margin-top: clamp(2.5rem, 6vw, 3.5rem);
  margin-bottom: 0.5rem;
}

.requisites-accordion {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: border-color 0.3s var(--ease-premium), box-shadow 0.3s var(--ease-premium);
}

.requisites-accordion:hover {
  border-color: rgba(255, 255, 255, 0.12);
}

.requisites-accordion[open] {
  border-color: rgba(79, 195, 247, 0.2);
  box-shadow: 0 0 20px rgba(79, 195, 247, 0.08);
}

.requisites-accordion__summary {
  list-style: none;
  cursor: pointer;
  padding: 1rem 1.25rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  user-select: none;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.requisites-accordion__summary::-webkit-details-marker {
  display: none;
}

.requisites-accordion__summary::after {
  content: "";
  flex-shrink: 0;
  width: 0.55rem;
  height: 0.55rem;
  border-right: 2px solid rgba(255, 255, 255, 0.35);
  border-bottom: 2px solid rgba(255, 255, 255, 0.35);
  transform: rotate(45deg);
  transition: transform 0.3s var(--ease-premium);
}

.requisites-accordion[open] .requisites-accordion__summary::after {
  transform: rotate(-135deg);
}

.requisites-accordion__summary:hover {
  color: var(--white);
}

.requisites-accordion__body {
  padding: 0 1.25rem 1.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.requisites-accordion__line {
  margin: 0 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.45);
}

.requisites-accordion__line:last-child {
  margin-bottom: 0;
}

.requisites-accordion__k {
  color: rgba(255, 255, 255, 0.35);
  margin-right: 0.35rem;
}

/* ================================================================
   ПЛАВАЮЩИЙ ЧАТ-ВИДЖЕТ
   ================================================================ */
.chat-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

/* Железобетонная фиксация: отдельный класс на корневом контейнере виджета */
.global-chat-widget {
  position: fixed !important;
  bottom: 30px !important;
  right: 30px !important;
  z-index: 9999 !important;
  pointer-events: auto;
}

.chat-widget-toggle {
  width: 3.75rem; height: 3.75rem; border-radius: 50%; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(145deg, #e5b83b 0%, #c99a2e 100%);
  color: #05100c;
  box-shadow: 0 8px 28px rgba(229,184,59,0.55), 0 0 0 0 rgba(229,184,59,0.45);
  animation: chat-pulse 2.2s ease-out infinite;
  transition: var(--transition);
}
.chat-widget-toggle:hover {
  transform: scale(1.06);
  box-shadow:
    0 0 10px rgba(229,184,59,0.9),
    0 0 25px rgba(229,184,59,0.55),
    0 0 55px rgba(229,184,59,0.2);
}
.chat-widget-toggle__icon { display: flex; }
.chat-widget.is-open .chat-widget-toggle { animation: none; }
@keyframes chat-pulse {
  0%,100% { box-shadow: 0 8px 28px rgba(229,184,59,0.55), 0 0 0 0 rgba(229,184,59,0.4); }
  55%      { box-shadow: 0 8px 28px rgba(229,184,59,0.55), 0 0 0 16px rgba(229,184,59,0); }
}

.chat-window {
  display: none; flex-direction: column;
  width: min(22rem, calc(100vw - 2rem));
  max-height: min(32rem, calc(100vh - 6rem));
  border-radius: 18px; overflow: hidden;
  background: rgba(5,13,26,0.92);
  backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(79,195,247,0.15);
  box-shadow: 0 24px 60px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.04) inset;
}
.chat-widget.is-open .chat-window { display: flex; }

.chat-window__header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.85rem 1rem;
  background: rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.chat-window__manager { display: flex; align-items: center; gap: 0.65rem; }
.chat-window__avatar {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
  border: 2px solid var(--accent-gold);
  box-shadow:
    0 0 10px rgba(229, 184, 59, 0.45),
    0 0 22px rgba(79, 195, 247, 0.2);
}

.chat-window__name { margin: 0; font-size: 0.9375rem; font-weight: 800; color: var(--white); }
.chat-window__status {
  margin: 0.1rem 0 0; font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  display: flex; align-items: center; gap: 0.35rem;
}
.chat-window__dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 6px rgba(34,197,94,0.8), 0 0 0 2px rgba(34,197,94,0.2);
}
.chat-window__close {
  border: none; background: transparent;
  font-size: 1.5rem; line-height: 1; cursor: pointer;
  color: rgba(255,255,255,0.3); padding: 0.25rem; transition: var(--transition);
}
.chat-window__close:hover { color: var(--white); }

.chat-messages {
  flex: 1; overflow-y: auto; padding: 1rem;
  display: flex; flex-direction: column; gap: 0.65rem;
  min-height: 10rem; max-height: 14rem;
  background: rgba(0,0,0,0.15);
}
.chat-msg {
  max-width: 88%; padding: 0.65rem 0.85rem;
  font-size: 0.8125rem; line-height: 1.5;
  animation: chat-msg-in 0.35s var(--ease-premium);
}
@keyframes chat-msg-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.chat-msg--user {
  align-self: flex-end;
  background: linear-gradient(145deg, #1a365d, #243d64);
  color: var(--white);
  border-radius: 12px 12px 0 12px;
  box-shadow: 0 4px 14px rgba(26,54,93,0.4);
}
.chat-msg--manager {
  align-self: flex-start;
  background: rgba(255,255,255,0.07);
  color: var(--white);
  border-radius: 12px 12px 12px 0;
  border: 1px solid rgba(255,255,255,0.07);
}
.chat-msg__cta {
  margin-top: 0.7rem;
  padding-top: 0.65rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.chat-msg__cta p {
  margin: 0 0 0.55rem;
  color: rgba(255,255,255,0.72);
}
.chat-msg__cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.chat-msg__cta-links a {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(229,184,59,0.3);
  background: rgba(229,184,59,0.1);
  color: var(--accent-gold);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}
.chat-msg__cta-links a:hover {
  border-color: rgba(229,184,59,0.55);
  background: rgba(229,184,59,0.16);
  color: #ffe08a;
}
.chat-msg--typing {
  align-self: flex-start;
  background: rgba(255,255,255,0.05);
  border-radius: 12px 12px 12px 0;
  border: 1px solid rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.45); font-size: 0.75rem; font-style: italic;
}
.chat-typing-dots {
  display: inline-flex; gap: 4px; align-items: center;
  margin-left: 0.35rem; vertical-align: middle;
}
.chat-typing-dots span {
  width: 5px; height: 5px; border-radius: 50%;
  background: var(--accent-gold);
  animation: chat-dot 1.2s ease-in-out infinite;
}
.chat-typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.chat-typing-dots span:nth-child(3) { animation-delay: 0.4s; }
@keyframes chat-dot {
  0%,80%,100% { opacity: 0.35; transform: scale(0.85); }
  40%          { opacity: 1;    transform: scale(1); }
}
.chat-options {
  padding: 0.75rem; display: flex; flex-direction: column; gap: 0.45rem;
  border-top: 1px solid rgba(255,255,255,0.06);
  background: rgba(5,13,26,0.85);
}
.chat-option {
  width: 100%; text-align: left;
  padding: 0.55rem 0.75rem;
  font-family: inherit; font-size: 0.75rem; font-weight: 600; line-height: 1.4;
  color: rgba(255,255,255,0.65);
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px; cursor: pointer; transition: var(--transition);
}
.chat-option:hover {
  border-color: rgba(79,195,247,0.35);
  background: rgba(79,195,247,0.05);
  color: var(--neon-blue);
  text-shadow: 0 0 6px rgba(79,195,247,0.4);
}

/* ================================================================
   SCROLL REVEAL
   ================================================================ */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s var(--ease-premium), transform 0.7s var(--ease-premium);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.hero .reveal { transition-delay: calc(var(--reveal-i, 0) * 0.08s); }

/* ================================================================
   1. FILM GRAIN / NOISE — bulletproof body::after approach
   ================================================================ */
body::after {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  z-index: 9999;
  pointer-events: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n' x='0' y='0'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' seed='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 300px 300px;
  opacity: 0.025;
  mix-blend-mode: normal;
}

/* ================================================================
   2. NEON TYPOGRAPHY
   ================================================================ */
.hero-title {
  text-shadow:
    0 0 8px rgba(255,255,255,0.95),
    0 0 22px rgba(255,210,80,0.7),
    0 0 50px rgba(229,184,59,0.4),
    0 0 100px rgba(210,60,30,0.22) !important;
}

.hero-kicker {
  text-shadow:
    0 0 8px rgba(229,184,59,0.95),
    0 0 22px rgba(229,184,59,0.6),
    0 0 50px rgba(229,184,59,0.3) !important;
}

.section-title {
  text-shadow:
    0 0 6px rgba(255,255,255,0.75),
    0 0 18px rgba(79,195,247,0.5),
    0 0 40px rgba(79,195,247,0.22);
}

/* ================================================================
   3. MARQUEE BAR
   ================================================================ */
.marquee-bar {
  background: linear-gradient(90deg, #130500 0%, #220c00 35%, #220c00 65%, #130500 100%);
  border-bottom: 1px solid rgba(229,184,59,0.22);
  overflow: hidden;
  height: 2.25rem;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1001;
}

.marquee-inner {
  display: flex;
  flex-shrink: 0;
  width: max-content;
  animation: marquee-scroll 38s linear infinite;
}

.marquee-track {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--accent-gold);
  text-shadow: 0 0 10px rgba(229,184,59,0.8), 0 0 25px rgba(229,184,59,0.4);
  flex-shrink: 0;
}

@keyframes marquee-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.marquee-bar:hover .marquee-inner {
  animation-play-state: paused;
}

/* Ссылки на филиалы (Яндекс.Карты): без подчёркивания, hover с неоновым акцентом */
.branch-address-link {
  color: inherit;
  text-decoration: none;
  transition: var(--transition);
}

.branch-address-link:hover {
  color: var(--neon-blue);
  text-shadow: 0 0 10px rgba(79, 195, 247, 0.45);
}

.site-footer__contacts .branch-address-link:hover {
  color: var(--accent-gold);
  text-shadow: 0 0 10px rgba(229, 184, 59, 0.35);
}

.contact-glass-card__text .branch-address-link:hover {
  color: var(--neon-blue);
  text-shadow: 0 0 12px rgba(79, 195, 247, 0.45);
}

/* ================================================================
   3b. HEADER ADDRESS
   ================================================================ */
.header-address {
  display: none;
  align-items: flex-start;
  gap: 0.45rem;
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  transition: var(--transition);
  max-width: 26rem;
  line-height: 1.4;
  text-align: left;
}
.header-address__lines {
  display: block;
  min-width: 0;
  line-height: 1.4;
}
@media (min-width: 960px) {
  .header-address { display: inline-flex; }
}
.header-address svg {
  flex-shrink: 0;
  opacity: 0.6;
  width: 20px;
  height: 20px;
}

@media (min-width: 1024px) {
  .header-address svg {
    width: 22px;
    height: 22px;
  }
}

/* ================================================================
   4. BIGGER CHAT TOGGLE — NEON PULSE
   ================================================================ */
.chat-widget-toggle {
  width: 5rem;
  height: 5rem;
  animation: chat-neon-breathe 2.4s ease-in-out infinite;
}

.chat-widget-toggle .chat-widget-toggle__icon svg {
  width: 28px;
  height: 28px;
}

@keyframes chat-neon-breathe {
  0%, 100% {
    box-shadow:
      0 0 12px rgba(229,184,59,0.7),
      0 0 28px rgba(229,184,59,0.4),
      0 0 55px rgba(229,184,59,0.18);
  }
  50% {
    box-shadow:
      0 0 20px rgba(229,184,59,1),
      0 0 45px rgba(229,184,59,0.65),
      0 0 90px rgba(229,184,59,0.3),
      0 0 140px rgba(229,184,59,0.12);
  }
}

.chat-widget-toggle:hover {
  box-shadow:
    0 0 18px rgba(229,184,59,1),
    0 0 42px rgba(229,184,59,0.75),
    0 0 80px rgba(229,184,59,0.4),
    0 0 130px rgba(210,60,30,0.25) !important;
  animation: none;
}

.chat-widget.is-open .chat-widget-toggle {
  animation: none;
}

/* ================================================================
   5. HERO NEON FRAME
   ================================================================ */
.hero-neon-frame {
  position: absolute;
  inset: 1.25rem;
  z-index: 3;
  pointer-events: none !important;
  border-radius: 10px;
  animation: hero-neon-pulse 4.5s ease-in-out infinite;
}

@keyframes hero-neon-pulse {
  0%, 100% {
    box-shadow:
      0 0 0 1px rgba(229,184,59,0.15),
      0 0 18px rgba(229,184,59,0.2) inset,
      0 0 10px rgba(229,184,59,0.14),
      0 0 32px rgba(210,60,30,0.1);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(229,184,59,0.48),
      0 0 35px rgba(229,184,59,0.42) inset,
      0 0 30px rgba(229,184,59,0.32),
      0 0 72px rgba(210,60,30,0.24),
      0 0 110px rgba(229,184,59,0.1);
  }
}

/* ================================================================
   6. PHONE INPUT NEON ERROR
   ================================================================ */
.capture-form__input.input-invalid {
  border-color: rgba(255, 60, 60, 0.8) !important;
  box-shadow: 0 0 0 2px rgba(255,60,60,0.25), 0 0 14px rgba(255,60,60,0.35) !important;
}

.capture-form__error {
  color: #ff7070;
  text-shadow: 0 0 8px rgba(255,80,80,0.5);
  font-size: 0.82rem;
  font-weight: 600;
  margin-top: 0.25rem;
}

/* ================================================================
   CHAT OPTIONS SCROLL
   ================================================================ */
.chat-options {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.75rem;
  max-height: 14rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(229,184,59,0.3) transparent;
}
.chat-options::-webkit-scrollbar { width: 4px; }
.chat-options::-webkit-scrollbar-thumb { background: rgba(229,184,59,0.3); border-radius: 4px; }

/* ================================================================
   6. HEADER SCHEDULE + CALL BUTTON
   ================================================================ */
.header-top {
  flex-wrap: nowrap;
}

.header-schedule {
  display: none;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .header-schedule { display: flex; }
}

.header-schedule__icon {
  color: var(--accent-gold);
  opacity: 0.8;
  flex-shrink: 0;
  filter: drop-shadow(0 0 4px rgba(229,184,59,0.5));
  width: 22px;
  height: 22px;
}

@media (min-width: 1024px) {
  .header-schedule__icon {
    width: 24px;
    height: 24px;
  }
}

.header-schedule__text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}

.header-schedule__label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  line-height: 1;
}

.header-schedule__time {
  font-size: clamp(0.95rem, 1vw, 1.05rem);
  font-weight: 700;
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-shadow: 0 0 8px rgba(229,184,59,0.25);
}

/* ── Кнопка «Заказать звонок» ── */
.btn-call-request {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 12px 24px;
  border-radius: 10px;
  font-size: clamp(0.875rem, 1vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: var(--accent-gold);
  background: transparent;
  border: 2px solid rgba(229,184,59,0.5);
  box-shadow:
    0 0 8px rgba(229,184,59,0.2),
    0 0 20px rgba(229,184,59,0.08) inset;
  transition: var(--transition);
  white-space: nowrap;
  animation: call-btn-breathe 2.8s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes call-btn-breathe {
  0%, 100% {
    box-shadow:
      0 0 8px rgba(229,184,59,0.25),
      0 0 20px rgba(229,184,59,0.08) inset;
    border-color: rgba(229,184,59,0.45);
  }
  50% {
    box-shadow:
      0 0 16px rgba(229,184,59,0.55),
      0 0 35px rgba(229,184,59,0.18) inset,
      0 0 55px rgba(229,184,59,0.12);
    border-color: rgba(229,184,59,0.75);
  }
}

.btn-call-request:hover {
  background: rgba(229,184,59,0.92);
  color: #0f1c2e;
  border-color: transparent;
  animation: none;
  box-shadow:
    0 0 20px rgba(229,184,59,0.8),
    0 0 45px rgba(229,184,59,0.45),
    0 0 80px rgba(229,184,59,0.2);
  transform: translateY(-1px);
}

.btn-call-request svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
}

/* На мобильных скрываем дополнительные элементы шапки */
@media (max-width: 900px) {
  .header-address { display: none; }
}
@media (max-width: 600px) {
  .btn-call-request { display: none; }
  .header-top { flex-wrap: wrap; }
}

/* ================================================================
   3. GLOBAL NEON TYPOGRAPHY (all pages)
   ================================================================ */
h1:not(.hero-title):not(.thanks-title):not(.about-hero__title):not(.reviews-page__title):not(.works-page__title) {
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.85),
    0 0 18px rgba(255, 200, 80, 0.6),
    0 0 40px rgba(229, 184, 59, 0.3),
    0 0 80px rgba(210, 60, 30, 0.15);
}

h2:not(.section-title):not(.inner-h2):not(.capture-card__title):not(.chat-window__name):not(.contact-glass-card__title):not(.site-footer__heading):not(.about-section-title):not(.about-principles__title):not(.about-cta__title):not(.about-timeline__title):not(.about-studio__title):not(.reviews-cta__title):not(.works-cta__title) {
  text-shadow:
    0 0 5px rgba(255, 255, 255, 0.7),
    0 0 14px rgba(79, 195, 247, 0.45),
    0 0 32px rgba(79, 195, 247, 0.2);
}

h3:not(.work-card__title) {
  text-shadow:
    0 0 4px rgba(255, 255, 255, 0.5),
    0 0 10px rgba(79, 195, 247, 0.25);
}

/* Page titles specifically */
.page-title {
  text-shadow:
    0 0 8px rgba(255, 255, 255, 0.9),
    0 0 22px rgba(255, 210, 80, 0.65),
    0 0 50px rgba(229, 184, 59, 0.35),
    0 0 90px rgba(210, 60, 30, 0.18) !important;
}

.inner-h2 {
  text-shadow:
    0 0 5px rgba(255, 255, 255, 0.7),
    0 0 14px rgba(79, 195, 247, 0.4),
    0 0 30px rgba(79, 195, 247, 0.18) !important;
}

.site-footer__link[href="javascript:void(0);"] {
  cursor: default;
}

/* ================================================================
   GRAIN / NOISE OVERLAY
   ================================================================ */
.site-noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.055;
  background-image: radial-gradient(rgba(255, 255, 255, 0.4) 0.5px, transparent 0.6px);
  background-size: 12px 12px;
}

.blog-page .marquee-bar,
.blog-page .top-bar,
.blog-page .site-header,
.blog-page main,
.blog-page footer,
.single-post-page .marquee-bar,
.single-post-page .top-bar,
.single-post-page .site-header,
.single-post-page main,
.single-post-page footer,
.about-page .marquee-bar,
.about-page .top-bar,
.about-page .site-header,
.about-page main,
.about-page footer,
.reviews-page .marquee-bar,
.reviews-page .top-bar,
.reviews-page .site-header,
.reviews-page main,
.reviews-page footer,
.works-page .marquee-bar,
.works-page .top-bar,
.works-page .site-header,
.works-page main,
.works-page footer {
  position: relative;
  z-index: 1;
}

/* ================================================================
   ПЛАВАЮЩИЙ ДЕКОР (блог / статья)
   ================================================================ */
.floating-decor {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.floating-decor__item {
  position: absolute;
  opacity: 0.15;
  color: rgba(255, 255, 255, 0.95);
  line-height: 0;
}

.floating-decor__item--left {
  left: 5%;
  animation: floating-decor-float-left 7s ease-in-out infinite;
}

.floating-decor__item--right {
  right: 5%;
  animation: floating-decor-float-right 7.5s ease-in-out infinite;
}

.floating-decor__item:nth-child(1) { animation-delay: 0s; }
.floating-decor__item:nth-child(2) { animation-delay: 0.8s; }
.floating-decor__item:nth-child(3) { animation-delay: 1.6s; }
.floating-decor__item:nth-child(4) { animation-delay: 0.4s; }
.floating-decor__item:nth-child(5) { animation-delay: 1.2s; }
.floating-decor__item:nth-child(6) { animation-delay: 2s; }

@keyframes floating-decor-float-left {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-14px); }
}

@keyframes floating-decor-float-right {
  0%, 100% { transform: translateX(50%) translateY(0); }
  50% { transform: translateX(50%) translateY(-12px); }
}

.floating-decor__item--neon-blue {
  filter: drop-shadow(0 0 16px rgba(79, 195, 247, 0.9));
}

.floating-decor__item--neon-pink {
  filter: drop-shadow(0 0 16px rgba(255, 110, 200, 0.85));
}

.floating-decor__item--neon-gold {
  filter: drop-shadow(0 0 16px rgba(229, 184, 59, 0.9));
}

@media (max-width: 1200px) {
  .floating-decor {
    display: none;
  }
}

/* ================================================================
   КОНТАКТЫ — мессенджеры
   ================================================================ */
.contacts-messenger-section {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3rem);
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.contacts-messenger__title {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.5vw, 1.4rem);
  font-weight: 800;
  margin: 0 0 0.65rem;
  color: var(--white);
  letter-spacing: 0.02em;
}

.contacts-messenger__lead {
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.5);
}

.contacts-messenger-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0.85rem, 3vw, 1.25rem);
}

.contacts-messenger-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-width: 10.5rem;
  padding: 1rem 1.35rem;
  border-radius: 14px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  color: #fff;
  border: 1px solid transparent;
  transition: transform 0.35s var(--ease-premium), box-shadow 0.35s var(--ease-premium), border-color 0.35s var(--ease-premium);
}

.contacts-messenger-btn--tg {
  background: rgba(34, 158, 217, 0.18);
  border-color: rgba(34, 158, 217, 0.45);
  box-shadow: 0 0 20px rgba(34, 158, 217, 0.35), 0 0 40px rgba(34, 158, 217, 0.12);
}

.contacts-messenger-btn--wa {
  background: rgba(37, 211, 102, 0.18);
  border-color: rgba(37, 211, 102, 0.5);
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.4), 0 0 44px rgba(37, 211, 102, 0.12);
}

.contacts-messenger-btn--vk {
  background: rgba(0, 119, 255, 0.16);
  border-color: rgba(0, 119, 255, 0.45);
  box-shadow: 0 0 20px rgba(0, 119, 255, 0.35), 0 0 40px rgba(0, 119, 255, 0.1);
}

.contacts-messenger-btn--max {
  padding: 0;
  gap: 0;
  align-items: stretch;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(124, 77, 255, 0.32), rgba(98, 0, 234, 0.22));
  border-color: rgba(179, 136, 255, 0.55);
  box-shadow: 0 0 20px rgba(124, 77, 255, 0.4), 0 0 44px rgba(98, 0, 234, 0.15);
}

.contacts-messenger-btn__max-thumb {
  position: relative;
  flex: 0 0 auto;
  width: clamp(4.5rem, 14vw, 5.75rem);
  align-self: stretch;
  min-height: 3.35rem;
  overflow: hidden;
  border-radius: 13px 0 0 13px;
  background: rgba(0, 0, 0, 0.2);
}

.contacts-messenger-btn--max .contacts-messenger-btn__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 0;
  box-shadow: none;
}

.contacts-messenger-btn__max-label {
  display: flex;
  align-items: center;
  padding: 1rem 1.35rem 1rem 0.85rem;
}

.contacts-messenger-btn:hover {
  transform: scale(1.05);
}

.contacts-messenger-btn--tg:hover {
  box-shadow: 0 0 28px rgba(34, 158, 217, 0.75), 0 0 56px rgba(34, 158, 217, 0.25);
  border-color: rgba(94, 210, 255, 0.85);
}

.contacts-messenger-btn--wa:hover {
  box-shadow: 0 0 28px rgba(57, 255, 135, 0.65), 0 0 56px rgba(37, 211, 102, 0.22);
  border-color: rgba(57, 255, 135, 0.75);
}

.contacts-messenger-btn--vk:hover {
  box-shadow: 0 0 28px rgba(0, 119, 255, 0.75), 0 0 56px rgba(0, 119, 255, 0.22);
  border-color: rgba(120, 190, 255, 0.9);
}

.contacts-messenger-btn--max:hover {
  box-shadow: 0 0 28px rgba(179, 136, 255, 0.7), 0 0 56px rgba(124, 77, 255, 0.28);
  border-color: rgba(212, 187, 255, 0.95);
}

/* ================================================================
   СТРАНИЦА БЛОГА
   ================================================================ */
.page-inner.blog-page .inner-main.blog-main {
  max-width: 85rem;
}

.blog-page__h1 {
  text-align: center;
  font-size: clamp(1.85rem, 4.5vw, 2.65rem);
  font-weight: 900;
  margin: 0 0 0.65rem;
  color: var(--white);
  text-shadow:
    0 0 12px rgba(255, 255, 255, 0.95),
    0 0 28px rgba(79, 195, 247, 0.55),
    0 0 52px rgba(181, 123, 238, 0.28),
    0 0 90px rgba(229, 184, 59, 0.12) !important;
}

.blog-page__lead {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 3rem;
  font-size: clamp(1.05rem, 1.2vw, 1.2rem);
  line-height: 1.65;
  color: var(--text-body);
}

.blog-feed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  width: 100%;
}

.blog-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 20px 56px rgba(0, 0, 0, 0.42),
    0 0 1px rgba(255, 255, 255, 0.06) inset;
  transition: transform 0.35s var(--ease-premium), border-color 0.35s var(--ease-premium), box-shadow 0.35s var(--ease-premium);
}

.blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(79, 195, 247, 0.5);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.5),
    0 0 32px rgba(79, 195, 247, 0.18),
    0 0 56px rgba(181, 123, 238, 0.12);
}

.blog-card__media {
  margin: 0;
  line-height: 0;
  background: rgba(0, 0, 0, 0.4);
}

.blog-img {
  width: 100%;
  height: 400px;
  max-width: none;
  object-fit: cover;
  display: block;
  border-radius: 12px 12px 0 0;
}

.blog-card__body {
  padding: clamp(1.35rem, 3vw, 1.85rem) clamp(1.35rem, 3vw, 2rem) clamp(1.5rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  flex: 1;
}

.blog-card__date {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin: 0 0 0.65rem;
}

.blog-card__title {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 800;
  line-height: 1.28;
  margin: 0 0 1rem;
  color: var(--white);
  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.5),
    0 0 22px rgba(79, 195, 247, 0.4),
    0 0 42px rgba(79, 195, 247, 0.14) !important;
}

.blog-card__excerpt {
  margin: 0 0 1.35rem;
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
  flex: 1;
}

.blog-card__more {
  align-self: flex-start;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--accent-gold);
  border-bottom: 1px solid rgba(229, 184, 59, 0.35);
  transition: var(--transition);
}

.blog-card__more:hover {
  color: var(--neon-blue);
  border-bottom-color: rgba(79, 195, 247, 0.55);
  text-shadow: 0 0 12px rgba(79, 195, 247, 0.55), 0 0 24px rgba(229, 184, 59, 0.25);
}

/* Реакции лайк / дизлайк */
.post-reactions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.35rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.single-post-wrap .post-reactions {
  margin-top: 2rem;
}

.reaction-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  padding: 0;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  color: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition: border-color 0.3s var(--ease-premium), background 0.3s var(--ease-premium), color 0.3s var(--ease-premium), box-shadow 0.3s var(--ease-premium), transform 0.25s var(--ease-premium);
}

.reaction-btn:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.65);
  transform: translateY(-1px);
}

.reaction-btn:focus-visible {
  outline: 2px solid rgba(79, 195, 247, 0.5);
  outline-offset: 2px;
}

.reaction-btn__icon {
  flex-shrink: 0;
}

.like-btn.active {
  border-color: rgba(57, 255, 135, 0.65);
  background: rgba(57, 255, 135, 0.1);
  color: #6dffb3;
  box-shadow:
    0 0 16px rgba(57, 255, 135, 0.55),
    0 0 32px rgba(57, 255, 135, 0.22),
    0 0 0 1px rgba(57, 255, 135, 0.15) inset;
}

.dislike-btn.active {
  border-color: rgba(255, 90, 90, 0.7);
  background: rgba(255, 90, 90, 0.1);
  color: #ff9a9a;
  box-shadow:
    0 0 16px rgba(255, 80, 80, 0.55),
    0 0 32px rgba(255, 60, 60, 0.2),
    0 0 0 1px rgba(255, 90, 90, 0.12) inset;
}

@media (max-width: 600px) {
  .blog-img {
    height: 240px;
  }
  .blog-feed {
    gap: 2.5rem;
  }
}

/* ================================================================
   СТРАНИЦА ОТДЕЛЬНОГО ПОСТА
   ================================================================ */
.page-inner.single-post-page .inner-main.single-post-main {
  max-width: 100%;
  padding-left: clamp(1rem, 4vw, 1.25rem);
  padding-right: clamp(1rem, 4vw, 1.25rem);
}

.single-post-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

.single-post-back {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid transparent;
  transition: var(--transition);
}

.single-post-back:hover {
  color: var(--neon-blue);
  border-bottom-color: rgba(79, 195, 247, 0.45);
  text-shadow: 0 0 10px rgba(79, 195, 247, 0.4);
}

.single-post-title {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 0 0.75rem;
  color: var(--white);
}

.single-post-meta {
  margin: 0 0 2rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.single-post-hero {
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 0 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.single-post-prose {
  font-size: clamp(1.02rem, 1.15vw, 1.125rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.78);
}

.single-post-prose p {
  margin: 0 0 1.25rem;
}

.single-post-prose h2 {
  font-size: clamp(1.2rem, 2vw, 1.45rem);
  margin: 2rem 0 0.75rem;
  color: var(--white);
}

.single-post-inline {
  margin: 2rem 0;
}

.single-post-inline img {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.single-post-inline figcaption {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
}

.single-post-prose h2 {
  text-shadow:
    0 0 6px rgba(255, 255, 255, 0.35),
    0 0 14px rgba(79, 195, 247, 0.25);
}

/* ================================================================
   4. SPARKLE STARS ANIMATION
   ================================================================ */
.sparkle {
  position: fixed;
  border-radius: 50%;
  pointer-events: none !important;
  z-index: -1 !important;
  animation: sparkle-life var(--sparkle-dur, 4s) ease-out forwards;
}

@keyframes sparkle-life {
  0%   { opacity: 0;    transform: translateY(0)    scale(0);   }
  12%  { opacity: 1;    transform: translateY(-4px) scale(1);   }
  60%  { opacity: 0.75; transform: translateY(-10px) scale(0.85); }
  100% { opacity: 0;    transform: translateY(-22px) scale(0.2); }
}

/* ================================================================
   СТРАНИЦА «ДИЗАЙН ВЫВЕСОК» — flagship
   ================================================================ */

/* ── Layout ── */
.page-inner.dizajn-page .inner-main.dizajn-main {
  max-width: 80rem;
  padding-top: 0; /* hero flush with header */
}

/* ── Shared section-label pill ── */
.dizajn-section-label {
  display: inline-block;
  margin-bottom: 0.65rem;
  padding: 0.25rem 0.9rem;
  border-radius: 100px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-gold);
  background: rgba(229, 184, 59, 0.1);
  border: 1px solid rgba(229, 184, 59, 0.28);
}

.dizajn-section-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.dizajn-section-lead {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 52rem;
}

/* ────────────────────────────────────
   HERO
──────────────────────────────────── */
.dizajn-hero {
  position: relative;
  overflow: hidden;
  min-height: clamp(420px, 70vh, 700px);
  display: flex;
  align-items: center;
  padding: clamp(3.5rem, 8vw, 6rem) clamp(1.5rem, 5vw, 3.5rem);
  border-radius: 0 0 32px 32px;
  background: #050b16;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(229, 184, 59, 0.12);
}

/* Grain texture */
.dizajn-hero__grain {
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.045'/%3E%3C/svg%3E");
  background-size: 256px 256px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.7;
  mix-blend-mode: overlay;
}

/* Deep mesh gradient */
.dizajn-hero__mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 65% at 10% 20%, rgba(229, 184, 59, 0.22) 0%, transparent 55%),
    radial-gradient(ellipse 55% 50% at 95% 80%, rgba(79, 195, 247, 0.22) 0%, transparent 52%),
    radial-gradient(ellipse 80% 60% at 55% 110%, rgba(181, 123, 238, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse 45% 40% at 70% 20%, rgba(255, 200, 100, 0.1) 0%, transparent 50%),
    linear-gradient(190deg, #080e1d 0%, #04090f 60%, #050b16 100%);
  pointer-events: none;
  z-index: 0;
}

/* Floating sketch elements */
.dizajn-hero__floats {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.dh-float {
  position: absolute;
  opacity: 0;
  animation: dhFloatIn 1.2s var(--ease-premium) forwards;
}

@keyframes dhFloatIn {
  to { opacity: 1; }
}

@keyframes dhFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  33%       { transform: translateY(-14px) rotate(1.5deg); }
  66%       { transform: translateY(8px) rotate(-1deg); }
}

@keyframes dhFloatSlow {
  0%, 100% { transform: translateY(0) scale(1); }
  50%       { transform: translateY(-20px) scale(1.03); }
}

.dh-float--rect1 {
  width: 180px; height: 52px;
  top: 15%; right: 8%;
  border: 1px solid rgba(229, 184, 59, 0.35);
  border-radius: 6px;
  box-shadow: 0 0 24px rgba(229, 184, 59, 0.18), inset 0 0 20px rgba(229, 184, 59, 0.04);
  animation-delay: 0.2s;
  animation: dhFloatIn 1.2s var(--ease-premium) 0.2s forwards, dhFloat 7s ease-in-out 1.5s infinite;
}

.dh-float--rect2 {
  width: 110px; height: 38px;
  top: 35%; right: 18%;
  border: 1px solid rgba(79, 195, 247, 0.3);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(79, 195, 247, 0.14);
  animation: dhFloatIn 1.2s var(--ease-premium) 0.4s forwards, dhFloat 9s ease-in-out 2s infinite;
}

.dh-float--rect3 {
  width: 240px; height: 68px;
  bottom: 22%; right: 5%;
  border: 1px solid rgba(181, 123, 238, 0.28);
  border-radius: 8px;
  box-shadow: 0 0 28px rgba(181, 123, 238, 0.12);
  animation: dhFloatIn 1.2s var(--ease-premium) 0.6s forwards, dhFloatSlow 11s ease-in-out 2s infinite;
}

.dh-float--dot1 {
  width: 8px; height: 8px;
  top: 25%; right: 30%;
  border-radius: 50%;
  background: rgba(229, 184, 59, 0.8);
  box-shadow: 0 0 14px 4px rgba(229, 184, 59, 0.5);
  animation: dhFloatIn 1.2s var(--ease-premium) 0.8s forwards, dhFloat 5s ease-in-out 2s infinite;
}

.dh-float--dot2 {
  width: 5px; height: 5px;
  top: 60%; right: 22%;
  border-radius: 50%;
  background: rgba(79, 195, 247, 0.9);
  box-shadow: 0 0 12px 4px rgba(79, 195, 247, 0.5);
  animation: dhFloatIn 1.2s var(--ease-premium) 1s forwards, dhFloat 6s ease-in-out 2.5s infinite;
}

.dh-float--arc {
  width: 90px; height: 90px;
  top: 10%; right: 28%;
  border: 1px solid rgba(229, 184, 59, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(229, 184, 59, 0.08);
  animation: dhFloatIn 1.2s var(--ease-premium) 0.5s forwards, dhFloatSlow 13s ease-in-out 2s infinite;
}

.dh-float--grid {
  width: 120px; height: 120px;
  top: 50%; right: 12%;
  background-image:
    linear-gradient(rgba(79, 195, 247, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(79, 195, 247, 0.1) 1px, transparent 1px);
  background-size: 20px 20px;
  border-radius: 4px;
  animation: dhFloatIn 1.2s var(--ease-premium) 0.7s forwards, dhFloat 10s ease-in-out 3s infinite;
}

.dh-float--letter {
  font-family: var(--font-display);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  bottom: 12%; right: 25%;
  color: transparent;
  -webkit-text-stroke: 1px rgba(229, 184, 59, 0.15);
  letter-spacing: -0.05em;
  animation: dhFloatIn 1.2s var(--ease-premium) 1.1s forwards, dhFloatSlow 15s ease-in-out 3s infinite;
}

.dh-float--letter::before {
  content: "A";
}

/* Hero content */
.dizajn-hero__inner {
  position: relative;
  z-index: 5;
  max-width: 60rem;
}

.dizajn-hero__kicker {
  margin: 0 0 1.1rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(229, 184, 59, 0.92);
  text-shadow: 0 0 14px rgba(229, 184, 59, 0.6);
}

.dizajn-hero__title {
  margin: 0 0 1.2rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 5vw, 3.2rem);
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: rgba(255, 252, 245, 0.97);
}

.dizajn-hero__title-shimmer {
  display: inline;
  background: linear-gradient(
    120deg,
    #e5b83b 0%,
    #f8da80 22%,
    #ffffff 50%,
    #a8e6ff 72%,
    #4fc3f7 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: dizajnShimmer 5s linear infinite;
  filter: drop-shadow(0 0 18px rgba(229, 184, 59, 0.55));
}

@keyframes dizajnShimmer {
  0%   { background-position: 0% center; }
  100% { background-position: 200% center; }
}

.dizajn-hero__lead {
  margin: 0 0 2rem;
  font-size: clamp(1rem, 2.2vw, 1.15rem);
  line-height: 1.68;
  color: rgba(255, 255, 255, 0.82);
  max-width: 52rem;
}

/* Stats row */
.dizajn-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem 3rem;
  margin-bottom: 2.25rem;
}

.dh-stat__num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  font-weight: 900;
  line-height: 1;
  color: var(--white);
  background: linear-gradient(135deg, #f8da80, #e5b83b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 10px rgba(229, 184, 59, 0.5));
}

.dh-stat__label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.58);
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* CTA buttons */
.dizajn-hero__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.dizajn-hero__btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 3.75rem;
  padding: 0.9rem 2.4rem;
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #030a12;
  border-radius: 14px;
  border: 1px solid rgba(248, 218, 128, 0.6);
  background: linear-gradient(155deg, #fef3b4 0%, #f8da80 30%, #e5b83b 65%, #c9932a 100%);
  box-shadow:
    0 0 28px rgba(229, 184, 59, 0.85),
    0 0 56px rgba(229, 184, 59, 0.4),
    0 0 88px rgba(229, 184, 59, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
  transition: transform 0.25s var(--ease-premium), box-shadow 0.25s var(--ease-premium), filter 0.25s var(--ease-premium);
}

.dizajn-hero__btn-primary:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.08);
  box-shadow:
    0 0 38px rgba(229, 184, 59, 1),
    0 0 72px rgba(229, 184, 59, 0.55),
    0 0 112px rgba(229, 184, 59, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.dizajn-hero__btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 3.75rem;
  padding: 0.9rem 1.75rem;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: border-color 0.25s var(--ease-premium), background 0.25s var(--ease-premium), transform 0.25s var(--ease-premium);
}

.dizajn-hero__btn-secondary:hover {
  border-color: rgba(229, 184, 59, 0.45);
  background: rgba(229, 184, 59, 0.07);
  transform: translateY(-2px);
}

/* ────────────────────────────────────
   PROCESS FLOW CARDS
──────────────────────────────────── */
.dizajn-process {
  padding-top: clamp(4rem, 9vw, 6rem);
  padding-bottom: clamp(3rem, 7vw, 5rem);
}

.dizajn-flow-grid {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  grid-template-rows: auto auto;
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin-top: 2.25rem;
}

/* Asymmetric layout via specific sizing */
.dizajn-flow-card--1 { grid-column: 1; grid-row: 1; }
.dizajn-flow-card--2 { grid-column: 2; grid-row: 1; }
.dizajn-flow-card--3 { grid-column: 1; grid-row: 2; }
.dizajn-flow-card--4 { grid-column: 2; grid-row: 2; }

@media (max-width: 780px) {
  .dizajn-flow-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .dizajn-flow-card--1,
  .dizajn-flow-card--2,
  .dizajn-flow-card--3,
  .dizajn-flow-card--4 {
    grid-column: 1;
    grid-row: auto;
  }
}

.dizajn-flow-card {
  position: relative;
  padding: clamp(1.5rem, 3.5vw, 2.25rem);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  box-shadow:
    0 16px 48px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
  overflow: hidden;
  transition: border-color 0.4s var(--ease-premium), box-shadow 0.4s var(--ease-premium), transform 0.35s var(--ease-premium);
}

.dizajn-flow-card:hover {
  transform: translateY(-5px);
}

.dizajn-flow-card--1:hover,
.dizajn-flow-card--4:hover {
  border-color: rgba(229, 184, 59, 0.5);
  box-shadow:
    0 0 0 1px rgba(229, 184, 59, 0.18),
    0 0 48px rgba(229, 184, 59, 0.22),
    0 20px 56px rgba(0, 0, 0, 0.45);
}

.dizajn-flow-card--2:hover,
.dizajn-flow-card--3:hover {
  border-color: rgba(79, 195, 247, 0.45);
  box-shadow:
    0 0 0 1px rgba(79, 195, 247, 0.18),
    0 0 48px rgba(79, 195, 247, 0.22),
    0 20px 56px rgba(0, 0, 0, 0.45);
}

/* Step number watermark */
.dfc-step-num {
  position: absolute;
  top: 0.5rem;
  right: 1.25rem;
  font-family: var(--font-display);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
  user-select: none;
  pointer-events: none;
}

.dfc-emoji {
  display: block;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 0.8rem;
  filter: drop-shadow(0 0 12px rgba(229, 184, 59, 0.35));
}

.dfc-title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.25;
}

.dfc-text {
  margin: 0 0 0.85rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.dfc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.dfc-list li {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.58);
  padding-left: 1.1em;
  position: relative;
}

.dfc-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: rgba(229, 184, 59, 0.65);
  font-size: 0.78rem;
}

/* Inner glow bottom-right */
.dfc-glow {
  position: absolute;
  bottom: -40px; right: -40px;
  width: 130px; height: 130px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s var(--ease-premium);
}

.dizajn-flow-card--1 .dfc-glow,
.dizajn-flow-card--4 .dfc-glow {
  background: radial-gradient(circle, rgba(229, 184, 59, 0.28) 0%, transparent 70%);
}

.dizajn-flow-card--2 .dfc-glow,
.dizajn-flow-card--3 .dfc-glow {
  background: radial-gradient(circle, rgba(79, 195, 247, 0.25) 0%, transparent 70%);
}

.dizajn-flow-card:hover .dfc-glow {
  opacity: 1;
}

/* ────────────────────────────────────
   DAY / NIGHT COMPARE SLIDER
──────────────────────────────────── */
.dizajn-compare {
  padding-top: clamp(4rem, 9vw, 6rem);
  padding-bottom: clamp(3rem, 7vw, 5rem);
}

.dizajn-dn-label {
  color: #f0c652;
  text-shadow: 0 0 16px rgba(240, 198, 82, 0.7);
}

.dizajn-dn-label--night {
  color: #4fc3f7;
  text-shadow: 0 0 16px rgba(79, 195, 247, 0.7);
}

.dizajn-compare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin-top: 2.25rem;
}

@media (max-width: 900px) {
  .dizajn-compare-grid {
    grid-template-columns: 1fr;
  }
}

.dizajn-compare-item {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.dci-caption {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

/* ── Compare Slider itself ── */
.compare-slider {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 16px;
  cursor: ew-resize;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 24px 56px rgba(0, 0, 0, 0.5);
  user-select: none;
  -webkit-user-select: none;
}

.compare-slider:hover .compare-handle__btn {
  transform: translateY(-50%) scale(1.1);
  box-shadow:
    0 0 24px rgba(229, 184, 59, 1),
    0 0 48px rgba(229, 184, 59, 0.55);
}

/* Night layer (base, full width) + фон как запасной слой под <img> */
.compare-night,
.compare-day {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.compare-night {
  z-index: 1;
}

.compare-day {
  z-index: 2;
  clip-path: inset(0 50% 0 0);
  transition: clip-path 0s; /* no transition — updated by JS in real-time */
}

.compare-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
  z-index: 1;
}

/* Handle */
.compare-handle {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  pointer-events: none;
  transition: left 0s; /* no CSS transition — JS updates it */
}

.compare-handle__line {
  position: absolute;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: linear-gradient(180deg, transparent 0%, rgba(229, 184, 59, 0.9) 15%, rgba(229, 184, 59, 0.9) 85%, transparent 100%);
  box-shadow: 0 0 12px rgba(229, 184, 59, 0.7), 0 0 24px rgba(229, 184, 59, 0.35);
}

.compare-handle__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px; height: 48px;
  border-radius: 50%;
  background: rgba(12, 18, 30, 0.9);
  border: 2px solid rgba(229, 184, 59, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  box-shadow:
    0 0 18px rgba(229, 184, 59, 0.6),
    0 0 36px rgba(229, 184, 59, 0.28);
  color: rgba(229, 184, 59, 0.95);
  transition: transform 0.3s var(--ease-premium), box-shadow 0.3s var(--ease-premium);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* ────────────────────────────────────
   TYPES GRID
──────────────────────────────────── */
.dizajn-types {
  padding-top: clamp(4rem, 9vw, 6rem);
  padding-bottom: clamp(3rem, 7vw, 5rem);
}

.dizajn-types-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(1rem, 2vw, 1.25rem);
  margin-top: 2.25rem;
}

.dizajn-type-card {
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: border-color 0.4s var(--ease-premium), box-shadow 0.4s var(--ease-premium), transform 0.35s var(--ease-premium);
}

.dizajn-type-card:hover {
  transform: translateY(-6px);
  border-color: rgba(229, 184, 59, 0.38);
  box-shadow:
    0 0 0 1px rgba(229, 184, 59, 0.14),
    0 0 40px rgba(229, 184, 59, 0.15),
    0 24px 60px rgba(0, 0, 0, 0.5);
}

.dtc-img-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #0a1020;
  flex-shrink: 0;
}

.dtc-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 18px 18px 0 0;
  transition: transform 0.6s var(--ease-premium), filter 0.4s var(--ease-premium), brightness 0.4s;
}

.dizajn-type-card:hover .dtc-img {
  transform: scale(1.06);
  filter: brightness(1.12) saturate(1.15);
}

/* Gradient overlay on image */
.dtc-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(0deg, rgba(5, 10, 22, 0.75) 0%, transparent 55%);
  transition: opacity 0.4s var(--ease-premium);
  mix-blend-mode: multiply;
}

.dizajn-type-card:hover .dtc-overlay {
  opacity: 0.6;
}

.dtc-body {
  padding: 1.15rem 1.25rem 1.35rem;
}

.dtc-title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 800;
  color: var(--white);
  line-height: 1.28;
}

.dtc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.28rem;
}

.dtc-list li {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
}

.dtc-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: rgba(229, 184, 59, 0.6);
  font-size: 1rem;
  line-height: 1.2;
}

/* ────────────────────────────────────
   PACKAGES
──────────────────────────────────── */
.dizajn-packages {
  padding-top: clamp(4rem, 9vw, 6rem);
  padding-bottom: clamp(4rem, 9vw, 6rem);
}

.dizajn-pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 1.5rem);
  margin-top: 2.25rem;
  align-items: stretch;
}

@media (max-width: 900px) {
  .dizajn-pkg-grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}

.dizajn-pkg-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: clamp(1.5rem, 3vw, 2rem);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  transition: transform 0.35s var(--ease-premium), box-shadow 0.35s var(--ease-premium);
}

.dizajn-pkg-card:hover {
  transform: translateY(-6px);
}

.dizajn-pkg-card--basic:hover {
  box-shadow:
    0 0 36px rgba(120, 170, 220, 0.18),
    0 24px 64px rgba(0, 0, 0, 0.48);
}

.dizajn-pkg-card--standard:hover {
  box-shadow:
    0 0 36px rgba(79, 195, 247, 0.22),
    0 24px 64px rgba(0, 0, 0, 0.48);
  border-color: rgba(79, 195, 247, 0.35);
}

.dizajn-pkg-card--premium {
  border-color: rgba(229, 184, 59, 0.35);
  background: rgba(229, 184, 59, 0.04);
  box-shadow:
    0 0 0 1px rgba(229, 184, 59, 0.2),
    0 0 48px rgba(229, 184, 59, 0.18),
    0 24px 64px rgba(0, 0, 0, 0.48);
}

.dizajn-pkg-card--premium:hover {
  box-shadow:
    0 0 0 1px rgba(229, 184, 59, 0.35),
    0 0 72px rgba(229, 184, 59, 0.32),
    0 0 108px rgba(229, 184, 59, 0.15),
    0 28px 72px rgba(0, 0, 0, 0.55);
}

.dpk-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.dpk-badge--popular {
  color: rgba(79, 195, 247, 0.9);
}

.dpk-popular-tag {
  font-size: 0.65rem;
  padding: 0.12rem 0.55rem;
  border-radius: 100px;
  background: rgba(79, 195, 247, 0.15);
  border: 1px solid rgba(79, 195, 247, 0.3);
  letter-spacing: 0.06em;
}

.dpk-badge--premium {
  color: var(--accent-gold);
  text-shadow: 0 0 12px rgba(229, 184, 59, 0.6);
}

.dpk-badge--premium svg {
  filter: drop-shadow(0 0 6px rgba(229, 184, 59, 0.8));
}

.dpk-price {
  display: flex;
  align-items: baseline;
  gap: 0.3rem;
  margin-bottom: 0.5rem;
}

.dpk-from {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
}

.dpk-amount {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 900;
  line-height: 1;
  color: var(--white);
}

.dizajn-pkg-card--premium .dpk-amount {
  background: linear-gradient(135deg, #fef3b4, #f8da80, #e5b83b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 10px rgba(229, 184, 59, 0.5));
}

.dpk-currency {
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
}

.dpk-ideal {
  margin: 0 0 1.5rem;
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.5;
}

.dpk-features {
  flex: 1;
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.dpk-feature {
  font-size: 0.87rem;
  line-height: 1.45;
  padding-left: 1.5em;
  position: relative;
}

.dpk-feature--ok {
  color: rgba(255, 255, 255, 0.82);
}

.dpk-feature--ok::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: rgba(57, 255, 135, 0.9);
  font-weight: 700;
  font-size: 0.8rem;
}

.dpk-feature--no {
  color: rgba(255, 255, 255, 0.28);
  text-decoration: line-through;
  text-decoration-color: rgba(255, 255, 255, 0.15);
}

.dpk-feature--no::before {
  content: "✗";
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
}

/* Package CTA buttons */
.dpk-btn {
  display: block;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-family: var(--font-display);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: transform 0.25s var(--ease-premium), box-shadow 0.25s var(--ease-premium), filter 0.25s var(--ease-premium);
  margin-top: auto;
}

.dpk-btn--basic {
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.dpk-btn--basic:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.dpk-btn--standard {
  color: #031018;
  background: linear-gradient(155deg, #a8e8ff 0%, #4fc3f7 55%, #2a9fc8 100%);
  border: 1px solid rgba(140, 220, 255, 0.4);
  box-shadow: 0 0 22px rgba(79, 195, 247, 0.55);
}

.dpk-btn--standard:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.06);
  box-shadow: 0 0 36px rgba(79, 195, 247, 0.75);
}

.dpk-btn--premium {
  color: #030a10;
  background: linear-gradient(155deg, #fef3b4 0%, #f8da80 30%, #e5b83b 65%, #c9932a 100%);
  border: 1px solid rgba(248, 218, 128, 0.55);
  box-shadow:
    0 0 28px rgba(229, 184, 59, 0.85),
    0 0 52px rgba(229, 184, 59, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.dpk-btn--premium:hover {
  transform: translateY(-3px) scale(1.02);
  filter: brightness(1.08);
  box-shadow:
    0 0 40px rgba(229, 184, 59, 1),
    0 0 72px rgba(229, 184, 59, 0.55);
}

/* Premium bottom glow orb */
.dpk-premium-glow {
  position: absolute;
  bottom: -60px; left: 50%;
  transform: translateX(-50%);
  width: 260px; height: 130px;
  background: radial-gradient(ellipse, rgba(229, 184, 59, 0.28) 0%, transparent 70%);
  pointer-events: none;
  border-radius: 50%;
  filter: blur(18px);
}

.dizajn-packages__note {
  margin: 2rem auto 0;
  text-align: center;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.45);
  max-width: 38rem;
}

.dizajn-packages__note-link {
  color: rgba(229, 184, 59, 0.88);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(229, 184, 59, 0.35);
  transition: color 0.25s, text-decoration-color 0.25s;
}

.dizajn-packages__note-link:hover {
  color: #f8da80;
  text-decoration-color: rgba(248, 218, 128, 0.65);
}

/* active nav item in dropdown */
.nav-active-item {
  color: var(--accent-gold) !important;
  font-weight: 700;
}

/* ────────────────────────────────────
   PARALLAX SECTIONS — dizajn-page
──────────────────────────────────── */
.dizajn-page .section-block {
  will-change: auto;
}

/* ================================================================
   GLOBAL RESPONSIVE + PERFORMANCE OPTIMIZATION
   ================================================================ */

@media (min-width: 1680px) {
  .site-header,
  .top-bar,
  .marquee-bar {
    padding-left: max(2.5rem, calc((100vw - 96rem) / 2));
    padding-right: max(2.5rem, calc((100vw - 96rem) / 2));
  }
}

@media (max-width: 1200px) {
  .header-top {
    flex-wrap: wrap;
  }

  .header-contacts {
    min-width: 0;
    width: 100%;
    gap: 0.85rem 1rem;
    justify-content: flex-start;
  }

  .nav-list {
    width: 100%;
    min-width: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem 1rem;
  }

  .dropdown-menu {
    min-width: 18rem;
  }
}

@media (max-width: 991px) {
  .site-header {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .dropdown-menu {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
}

@media (max-width: 900px) {
  body::after {
    opacity: 0.014;
    background-size: 220px 220px;
  }

  .hero {
    min-height: min(76vh, 760px);
  }

  .repair-hero,
  .montazh-hero,
  .moyka-hero,
  .soglas-hero,
  .dizajn-hero {
    padding: clamp(1.5rem, 5vw, 2.25rem) clamp(1rem, 4vw, 1.5rem);
  }

  .page-inner.about-page main .section-block {
    padding-top: clamp(3rem, 8vw, 4rem);
    padding-bottom: clamp(3rem, 8vw, 4rem);
  }

  .global-chat-widget {
    right: max(16px, env(safe-area-inset-right));
    bottom: max(16px, env(safe-area-inset-bottom));
  }

  .chat-widget-toggle {
    width: 4rem;
    height: 4rem;
  }
}

@media (max-width: 768px) {
  html {
    scroll-behavior: auto;
  }

  :root {
    --transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  }

  body {
    background-attachment: scroll;
  }

  body::after {
    display: none;
  }

  .chat-widget-toggle,
  .hero-neon-frame,
  .btn-shine-glint,
  .premium-shine,
  .chat-typing-dots span {
    animation: none !important;
  }

  .hero-title,
  .hero-kicker,
  .section-title,
  .marquee-track,
  .nav-link,
  .capture-form__error {
    text-shadow: none !important;
  }

  .site-header,
  .nav-menu,
  .dropdown-menu,
  .chat-window,
  .hero::before,
  .capture-card,
  .lead-card,
  .lead-aside,
  .glass-card {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  .chat-window {
    box-shadow: 0 12px 34px rgba(0,0,0,0.52);
  }

  .chat-msg {
    animation: none;
  }

  .reveal {
    transform: none;
    transition: opacity 0.25s ease;
  }

  .top-bar {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
  }

  .top-bar__inner,
  .top-bar__ratings,
  .top-bar__social {
    justify-content: center;
  }

  .top-bar__social {
    width: 100%;
    flex-wrap: wrap;
  }

  .site-header {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  body.menu-open {
    overflow: hidden;
  }

  .header-top {
    gap: 0.8rem;
    padding-bottom: 0.7rem;
  }

  .header-contacts {
    font-size: 0.95rem;
  }

  .main-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0.75rem;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 100;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .hamburger.active .bar {
    box-shadow:
      0 0 10px rgba(79,195,247,0.95),
      0 0 24px rgba(181,123,238,0.45);
  }

  .nav-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 6.5rem 1.5rem 2rem;
    background: rgba(10, 15, 30, 0.9);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.28s ease;
    will-change: transform;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    z-index: 99;
  }

  .nav-menu.active {
    transform: translate3d(0, 0, 0);
  }

  .nav-list {
    width: 100%;
    max-width: 24rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0.95rem;
    padding-bottom: max(2rem, env(safe-area-inset-bottom));
    text-align: center;
  }

  .nav-list > li {
    width: 100%;
  }

  .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin: 15px 0;
    color: rgba(255,255,255,0.92);
    text-shadow:
      0 0 10px rgba(79,195,247,0.25),
      0 0 24px rgba(181,123,238,0.15);
  }

  .nav-link:hover,
  .nav-link:focus-visible,
  .nav-link:active {
    color: var(--neon-blue);
    text-shadow:
      0 0 10px rgba(79,195,247,0.9),
      0 0 24px rgba(79,195,247,0.55),
      0 0 44px rgba(181,123,238,0.25);
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-trigger {
    width: 100%;
    justify-content: center;
  }

  .dropdown-menu {
    margin-top: 0.2rem;
    border-color: rgba(79,195,247,0.18);
    background: rgba(13, 19, 36, 0.65);
  }

  .dropdown-menu a {
    padding: 0.95rem 1rem;
    font-size: 1rem;
    color: rgba(255,255,255,0.82);
  }

  .work-card__specs {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .dizajn-types-grid,
  .montazh-trust-grid,
  .soglas-risk-grid,
  .moyka-clean-grid {
    gap: 1rem;
  }

  .contacts-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .page-inner .inner-main {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 3rem;
  }

  .hero {
    min-height: auto;
    padding-top: clamp(2rem, 8vw, 3rem);
    padding-bottom: clamp(2rem, 8vw, 3rem);
  }

  .hero-title,
  .repair-hero__title,
  .montazh-hero__title,
  .moyka-hero__title,
  .soglas-hero__title,
  .dizajn-hero__title {
    line-height: 1.08;
  }

  .price-item.active .price-details {
    max-height: 900px;
  }

  .price-header__right {
    gap: 0.6rem 0.8rem;
  }

  .price-header__price {
    white-space: normal;
  }

  .chat-window {
    width: min(22rem, calc(100vw - 1.5rem));
    max-width: calc(100vw - 1.5rem);
    max-height: min(30rem, calc(100vh - 5rem - env(safe-area-inset-bottom)));
  }

  .about-hero {
    margin-left: 0;
    margin-right: 0;
    border-radius: 16px;
  }

  .single-post-hero,
  .post-content > img,
  .work-card__img {
    max-height: 220px !important;
    height: 220px !important;
    object-fit: cover;
  }

  .compare-slider {
    aspect-ratio: 1 / 1;
  }

  .dtc-img-wrap {
    height: 180px;
  }
}

@media (max-width: 560px) {
  .marquee-bar {
    height: 2rem;
  }

  .marquee-track {
    font-size: 0.66rem;
    letter-spacing: 0.05em;
  }

  .logo-mark {
    font-size: 1.55rem;
    letter-spacing: 2px;
  }

  .header-contacts {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 0.45rem;
  }

  .nav-link {
    font-size: 22px;
  }

  .dropdown-menu a {
    padding: 0.7rem 0.95rem;
    font-size: 0.9rem;
  }

  .site-footer__grid,
  .contacts-cards-grid,
  .about-studio__collage {
    grid-template-columns: 1fr;
  }

  .about-studio__collage {
    min-height: 0;
  }

  .chat-window__header,
  .chat-options,
  .chat-messages {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (max-width: 480px) {
  .top-bar__rating {
    font-size: 0.92rem;
  }

  .top-bar__rating strong {
    font-size: 1.05rem;
  }

  .top-bar-icon {
    width: 2rem;
    height: 2rem;
  }

  .price-buy-btn {
    width: 100%;
  }

  .price-header__right {
    justify-content: stretch;
  }

  .global-chat-widget {
    right: max(12px, env(safe-area-inset-right));
    bottom: max(12px, env(safe-area-inset-bottom));
  }

  .top-bar__social-label,
  .header-address,
  .email-link {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .price-header,
  .price-details {
    padding-left: 14px;
    padding-right: 14px;
  }

  .price-details__text,
  .work-card__spec,
  .dtc-list li,
  .soglas-step__text,
  .moyka-clean-card__text,
  .soglas-risk-card__text {
    overflow-wrap: anywhere;
  }

  .work-card__body,
  .dtc-body,
  .chat-window__header {
    min-width: 0;
  }
}

@media (hover: none), (pointer: coarse) {
  .top-bar-icon:hover,
  .btn-call-request:hover,
  .price-buy-btn:hover,
  .dpk-btn:hover,
  .dizajn-type-card:hover,
  .soglas-risk-card:hover,
  .moyka-clean-card:hover,
  .montazh-trust-card:hover {
    transform: none;
  }
}

@media (max-width: 900px) {
  .site-header,
  .dropdown-menu,
  .repair-hero,
  .montazh-hero,
  .moyka-hero,
  .soglas-hero,
  .dizajn-hero,
  .repair-problem-card,
  .montazh-trust-card,
  .moyka-clean-card,
  .soglas-risk-card,
  .dizajn-flow-card,
  .dizajn-pkg-card,
  .soglas-step,
  .moyka-cta__card,
  .soglas-cta__card,
  .montazh-cta__card,
  .repair-cta__card {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .dizajn-hero__grain {
    opacity: 0.28;
    mix-blend-mode: normal;
  }

  .dpk-premium-glow,
  .hero-neon-frame {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  body::after,
  .dizajn-hero__grain,
  .hero-neon-frame,
  .dpk-premium-glow {
    display: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }

  .chat-widget-toggle {
    animation: none !important;
  }
}

/* ================================================================
   CONTENT STACKING — держим контент над искрами
   ================================================================ */
.marquee-bar,
.top-bar,
main,
section,
.hero,
footer {
  position: relative;
  z-index: 1;
}

/* .site-header вынесен: у него z-index: 2000 — иначе выпадающее меню оказывается под Hero */

/* Чат не включаем сюда — у него position: fixed и свой z-index выше */

.team-group-photo {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

.full-team-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

@media (max-width: 600px) {
  .team-group-photo {
    padding: 12px;
  }
}

.client-reviews {
  background: transparent;
}

.real-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
  align-items: start;
}

.review-screenshot {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  display: block;
  cursor: pointer;
  transition: transform 0.3s ease;
  object-fit: contain;
  aspect-ratio: auto;
}

.review-screenshot:hover {
  transform: scale(1.03);
}

@media (prefers-reduced-motion: reduce) {
  .review-screenshot {
    transition: none;
  }

  .review-screenshot:hover {
    transform: none;
  }
}

@media (max-width: 992px) {
  .real-reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .real-reviews-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.photo-zoom-enabled {
  cursor: zoom-in;
}

.lightbox-overlay {
  display: none;
  position: fixed;
  z-index: 10050;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 15, 30, 0.9);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.lightbox-overlay.active {
  display: flex;
}

.lightbox-content {
  max-width: 95vw;
  max-height: 90vh;
  border-radius: 10px;
  object-fit: contain;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 10051;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s;
}

.lightbox-close:hover {
  color: #f2c94c;
}

/* ==========================================================================
   ГЛОБАЛЬНАЯ ОПТИМИЗАЦИЯ СКОРОСТИ, FPS И РЕНДЕРИНГА
   ========================================================================== */

/* 1. Отложенный рендеринг (Браузер не тратит ресурсы на невидимые блоки) */
section,
.page-section,
.footer,
.real-reviews-grid {
  content-visibility: auto;
  contain-intrinsic-size: 800px; /* Примерная высота секции, чтобы скролл не прыгал */
}

/* 2. Изоляция перерисовок (Repaint Optimization) */
/* Когда срабатывает hover или анимация внутри карточки, перерисовывается только она, а не вся страница */
.service-panel,
.review-screenshot,
.post-card {
  contain: layout style;
}

/* 3. Аппаратное GPU-ускорение для тяжелых неоновых анимаций и модалок */
.marquee-track,
.floating-decor__item,
.lightbox-overlay,
#review-lightbox img {
  will-change: transform, opacity;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 4. Защита от прыжков макета (CLS) при загрузке фото */
img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  /* Добавляем пустой фон, пока картинка грузится, чтобы избежать "дыр" */
  background-color: rgba(255, 255, 255, 0.02);
  object-fit: cover;
}

/* 5. Устранение 300мс задержки клика на мобильных (особенно iOS) */
a,
button,
.btn,
.faq-item__trigger,
.review-screenshot {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

/* Envybox «Обратный звонок» + плавающий чат сайта */
@media (min-width: 769px) {
  .global-chat-widget {
    right: 110px !important;
  }
}

@media (max-width: 768px) {
  .global-chat-widget {
    bottom: 96px !important;
  }
}

/* ================================================================
   NEON SIGN CONSTRUCTOR
   ================================================================ */
.neon-constructor {
  position: relative;
  isolation: isolate;
  padding-top: clamp(3.5rem, 7vw, 6.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 6.5rem);
  content-visibility: visible;
  background:
    radial-gradient(circle at 18% 12%, rgba(79, 195, 247, 0.14), transparent 30%),
    radial-gradient(circle at 88% 28%, rgba(181, 123, 238, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(5, 13, 26, 0), rgba(5, 13, 26, 0.72) 34%, rgba(3, 8, 15, 0.92));
}

.neon-constructor::before {
  content: "";
  position: absolute;
  inset: 6% max(1rem, 4vw);
  z-index: -1;
  border-radius: 36px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 28%, rgba(229, 184, 59, 0.07)),
    rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  filter: blur(0.2px);
  pointer-events: none;
}

.neon-constructor__inner {
  position: relative;
  max-width: min(92rem, 100%);
}

.neon-constructor__head {
  max-width: 58rem;
  margin-bottom: clamp(1.75rem, 4vw, 3rem);
}

.neon-constructor__head .section-title {
  max-width: 52rem;
}

.neon-constructor__app {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(18.5rem, 0.55fr);
  gap: clamp(1rem, 2.4vw, 1.75rem);
  align-items: start;
}

.neon-constructor__preview-wrap,
.neon-controls {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(5, 13, 26, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 26px 90px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(22px);
}

.neon-constructor__preview-wrap {
  padding: clamp(0.75rem, 1.6vw, 1rem);
  border-radius: 28px;
  min-width: 0;
}

.neon-constructor .neon-sign__text {
  max-width: min(100%, 920px);
}

@media (min-width: 1101px) {
  .neon-constructor__preview-wrap {
    position: sticky;
    top: clamp(5.75rem, 8vw, 7.25rem);
    align-self: start;
    z-index: 5;
    max-height: calc(100vh - clamp(5.75rem, 8vw, 7.25rem) - 1.25rem);
    overflow: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
  }
}

.neon-constructor__preview-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.neon-constructor__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(79, 195, 247, 0.28);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(79, 195, 247, 0.08);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 0 24px rgba(79, 195, 247, 0.12);
}

.neon-constructor__badge::before {
  content: "";
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 50%;
  background: var(--neon-green);
  box-shadow: 0 0 14px var(--neon-green);
}

.neon-constructor__mini-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.neon-constructor__mini-btn,
.neon-controls__chip,
.neon-controls__scene,
.neon-controls__segmented button,
.neon-controls__base-list button,
.neon-controls__download,
.neon-controls__submit,
.neon-controls__manager {
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.055);
  font-family: var(--font);
  cursor: pointer;
  transition: var(--transition);
}

.neon-constructor__mini-btn {
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  font-size: 0.82rem;
}

.neon-constructor__mini-btn:hover,
.neon-controls__chip:hover,
.neon-controls__scene:hover,
.neon-controls__base-list button:hover,
.neon-controls__download:hover,
.neon-controls__manager:hover {
  border-color: rgba(79, 195, 247, 0.42);
  color: #fff;
  background: rgba(79, 195, 247, 0.1);
  transform: translateY(-1px);
}

.neon-stage {
  --neon-color: #4fc3f7;
  --neon-rgb: 79, 195, 247;
  --neon-size: 72px;
  --neon-letter-spacing: 1px;
  --neon-intensity: 7;
  --neon-rotate: 0deg;
  --neon-x: 0px;
  --neon-y: 0px;
  --neon-font: "Outfit", "Manrope", system-ui, sans-serif;
  position: relative;
  min-height: clamp(560px, 56vw, 640px);
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: #050d1a;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    inset 0 -80px 120px rgba(0, 0, 0, 0.4),
    0 16px 60px rgba(0, 0, 0, 0.32);
}

.neon-stage__bg,
.neon-stage__wall,
.neon-stage__grid,
.neon-stage__halo,
.neon-stage__floor,
.neon-stage__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.neon-stage__wall {
  background:
    radial-gradient(circle at 50% 44%, rgba(var(--neon-rgb), 0.18), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.035), transparent 32%),
    linear-gradient(180deg, #081427 0%, #040914 100%);
}

.neon-stage__grid {
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 72%, transparent 100%);
}

.neon-stage__halo {
  inset: 15% 12% 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--neon-rgb), calc(var(--neon-intensity) * 0.024)) 0%, rgba(var(--neon-rgb), 0.06) 24%, transparent 62%);
  filter: blur(18px);
}

.neon-stage__floor {
  top: auto;
  height: 36%;
  background:
    linear-gradient(to bottom, rgba(255, 255, 255, 0.04), transparent 18%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 64px),
    linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.58));
  transform: perspective(620px) rotateX(62deg);
  transform-origin: bottom;
  opacity: 0.72;
}

.neon-stage__floor::before {
  content: "";
  position: absolute;
  inset: 0 13%;
  background: radial-gradient(ellipse at 50% 8%, rgba(var(--neon-rgb), calc(var(--neon-intensity) * 0.032)), transparent 62%);
  filter: blur(18px);
}

.neon-stage__decor--one {
  width: 18rem;
  height: 18rem;
  inset: 8% auto auto -6rem;
  border-radius: 50%;
  border: 1px solid rgba(79, 195, 247, 0.18);
  box-shadow: 0 0 60px rgba(79, 195, 247, 0.06);
}

.neon-stage__decor--two {
  width: 12rem;
  height: 22rem;
  inset: auto -3rem 8% auto;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(229, 184, 59, 0.11), transparent);
  filter: blur(0.2px);
}

.neon-stage--graphite .neon-stage__wall {
  background:
    radial-gradient(circle at 50% 42%, rgba(var(--neon-rgb), 0.14), transparent 31%),
    radial-gradient(circle at 20% 18%, rgba(255, 255, 255, 0.05), transparent 22%),
    repeating-linear-gradient(28deg, rgba(255, 255, 255, 0.028) 0 2px, transparent 2px 8px),
    linear-gradient(145deg, #151923 0%, #070b12 100%);
}

.neon-stage--graphite .neon-stage__grid {
  opacity: 0.08;
  background-size: 34px 34px;
}

.neon-stage--office .neon-stage__wall {
  background:
    radial-gradient(circle at 48% 42%, rgba(var(--neon-rgb), 0.15), transparent 30%),
    linear-gradient(90deg, transparent 0 18%, rgba(229, 184, 59, 0.12) 18% 18.4%, transparent 18.4% 81%, rgba(229, 184, 59, 0.1) 81% 81.4%, transparent 81.4%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.015) 42%, rgba(5, 13, 26, 0.92)),
    #08111f;
}

.neon-stage--office .neon-stage__grid {
  opacity: 0.05;
}

.neon-stage--window .neon-stage__wall {
  background:
    radial-gradient(circle at 50% 45%, rgba(var(--neon-rgb), 0.16), transparent 30%),
    linear-gradient(90deg, transparent 0 15%, rgba(255, 255, 255, 0.08) 15.2% 15.6%, transparent 16% 52%, rgba(255, 255, 255, 0.05) 52.2% 52.5%, transparent 53%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.12), transparent 23%),
    linear-gradient(180deg, #07111e, #02050c);
}

.neon-stage--window .neon-stage__grid {
  opacity: 0.11;
  transform: skewX(-10deg);
}

.neon-stage--day .neon-stage__wall {
  filter: brightness(1.34) saturate(0.85);
}

.neon-stage--day .neon-stage__halo,
.neon-stage--day .neon-stage__floor::before {
  opacity: 0.48;
}

.neon-stage--night {
  filter: contrast(1.06) saturate(1.12);
}

.neon-sign {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(calc(-50% + var(--neon-x)), calc(-50% + var(--neon-y))) rotate(var(--neon-rotate));
  cursor: grab;
  user-select: none;
  touch-action: none;
  outline: none;
  padding: clamp(1rem, 2vw, 1.5rem) clamp(1.15rem, 2.8vw, 2rem);
  transition: filter 0.24s var(--ease-premium);
}

.neon-sign.is-dragging {
  cursor: grabbing;
  transition: none;
}

.neon-sign::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}

.neon-sign--base-acrylic::before {
  opacity: 1;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.035) 42%, rgba(var(--neon-rgb), 0.08)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 18px 55px rgba(0, 0, 0, 0.22);
}

.neon-sign--base-shape::before {
  opacity: 1;
  inset: -0.35rem -0.65rem;
  border-radius: 44% 56% 50% 50% / 58% 42% 55% 45%;
  background: linear-gradient(135deg, rgba(var(--neon-rgb), 0.12), rgba(255, 255, 255, 0.055));
  border: 1px solid rgba(var(--neon-rgb), 0.24);
  box-shadow: 0 0 44px rgba(var(--neon-rgb), 0.12), inset 0 0 30px rgba(255, 255, 255, 0.035);
}

.neon-sign--base-panel::before {
  opacity: 1;
  inset: -0.55rem -0.85rem;
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035) 48%, rgba(229, 184, 59, 0.07)),
    rgba(4, 10, 20, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.17);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 22px 70px rgba(0, 0, 0, 0.3);
}

.neon-sign__text {
  display: block;
  max-width: min(82vw, 720px);
  white-space: pre-line;
  font-family: var(--neon-font);
  font-size: var(--neon-size);
  letter-spacing: var(--neon-letter-spacing);
  line-height: 1.05;
  color: var(--neon-color);
  text-align: center;
  font-weight: 800;
  filter: saturate(1.1) drop-shadow(0 0 calc(var(--neon-intensity) * 1.2px) rgba(var(--neon-rgb), 0.62));
  text-shadow:
    0 0 4px currentColor,
    0 0 12px currentColor,
    0 0 calc(var(--neon-intensity) * 4px) rgba(var(--neon-rgb), 0.72),
    0 0 calc(var(--neon-intensity) * 8px) rgba(var(--neon-rgb), 0.54),
    0 0 calc(var(--neon-intensity) * 14px) rgba(var(--neon-rgb), 0.34);
}

.neon-stage--day .neon-sign__text {
  filter: saturate(1.02) drop-shadow(0 0 calc(var(--neon-intensity) * 0.7px) rgba(var(--neon-rgb), 0.44));
  text-shadow:
    0 0 3px currentColor,
    0 0 9px rgba(var(--neon-rgb), 0.58),
    0 0 calc(var(--neon-intensity) * 4px) rgba(var(--neon-rgb), 0.32),
    0 0 calc(var(--neon-intensity) * 8px) rgba(var(--neon-rgb), 0.18);
}

.neon-sign:focus-visible,
.neon-constructor__mini-btn:focus-visible,
.neon-controls button:focus-visible,
.neon-controls a:focus-visible,
.neon-controls input:focus-visible,
.neon-controls textarea:focus-visible,
.neon-controls select:focus-visible {
  outline: 2px solid var(--neon-blue);
  outline-offset: 3px;
}

.neon-constructor__hint {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.neon-controls {
  border-radius: 28px;
  padding: clamp(1rem, 2vw, 1.35rem);
}

.neon-controls__group + .neon-controls__group,
.neon-controls__grid,
.neon-controls__split,
.neon-controls__actions,
.neon-controls__summary {
  margin-top: 1rem;
}

.neon-controls__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.neon-controls__split {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  gap: 0.9rem;
}

.neon-controls__label,
.neon-controls__label-row {
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.neon-controls__label {
  display: block;
  margin: 0 0 0.45rem;
}

.neon-controls__label-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.45rem;
}

.neon-controls__value {
  color: var(--accent-gold);
  white-space: nowrap;
}

.neon-controls__field {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  color: #fff;
  background: rgba(2, 8, 18, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  padding: 0.82rem 0.95rem;
  font: 600 0.95rem/1.45 var(--font);
  transition: var(--transition);
}

.neon-controls__textarea {
  resize: vertical;
  min-height: 5.6rem;
}

.neon-controls__field:focus {
  border-color: rgba(79, 195, 247, 0.62);
  box-shadow: 0 0 0 3px rgba(79, 195, 247, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  outline: none;
}

.neon-controls__chips,
.neon-controls__swatches,
.neon-controls__cards,
.neon-controls__base-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.neon-controls__chips {
  margin-top: 0.65rem;
}

.neon-controls__chip {
  padding: 0.48rem 0.68rem;
  border-radius: 999px;
  font-size: 0.83rem;
}

.neon-controls__range {
  width: 100%;
  accent-color: var(--accent-gold);
}

.neon-controls__swatch {
  width: 36px;
  height: 36px;
  border: 2px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: var(--swatch-color);
  cursor: pointer;
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.18), 0 0 18px rgba(0, 0, 0, 0.22);
  transition: var(--transition);
}

.neon-controls__swatch:hover,
.neon-controls__swatch.is-active {
  border-color: var(--accent-gold);
  box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.18), 0 0 0 3px rgba(229, 184, 59, 0.16), 0 0 24px var(--swatch-color);
  transform: translateY(-1px) scale(1.04);
}

.neon-controls__custom-color {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  margin-top: 0.7rem;
  padding: 0.55rem 0.7rem 0.55rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.88rem;
}

.neon-controls__custom-color input {
  width: 42px;
  height: 34px;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.neon-controls__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.neon-controls__scene {
  min-height: 3.35rem;
  padding: 0.7rem;
  border-radius: 16px;
  text-align: left;
  font-weight: 800;
  font-size: 0.86rem;
}

.neon-controls__scene.is-active,
.neon-controls__segmented button.is-active,
.neon-controls__base-list button.is-active {
  border-color: rgba(229, 184, 59, 0.72);
  color: #fff;
  background: linear-gradient(135deg, rgba(229, 184, 59, 0.2), rgba(79, 195, 247, 0.08));
  box-shadow: 0 0 0 3px rgba(229, 184, 59, 0.09), 0 0 28px rgba(229, 184, 59, 0.1);
}

.neon-controls__segmented {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(2, 8, 18, 0.58);
}

.neon-controls__segmented button {
  min-height: 2.45rem;
  border-radius: 12px;
  font-weight: 800;
}

.neon-controls__base-list button {
  flex: 1 1 46%;
  min-height: 2.55rem;
  padding: 0.6rem 0.7rem;
  border-radius: 14px;
  font-size: 0.82rem;
  font-weight: 800;
}

.neon-controls__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
}

.neon-controls__download,
.neon-controls__submit,
.neon-controls__manager {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  border-radius: 16px;
  padding: 0.75rem 1rem;
  text-decoration: none;
  font-weight: 900;
}

.neon-controls__submit {
  border-color: rgba(229, 184, 59, 0.78);
  color: #07101e;
  background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-hover));
  box-shadow: 0 14px 34px rgba(229, 184, 59, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.34);
}

.neon-controls__submit:hover {
  color: #050d1a;
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.neon-controls__summary {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  padding: 0.95rem;
  background:
    radial-gradient(circle at 16% 0%, rgba(var(--neon-rgb), 0.12), transparent 34%),
    rgba(2, 8, 18, 0.52);
}

.neon-controls__summary h3 {
  margin: 0 0 0.65rem;
  color: #fff;
  font-size: 1.05rem;
}

.neon-controls__summary dl {
  display: grid;
  gap: 0.38rem;
  margin: 0;
}

.neon-controls__summary dl div {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 0.35rem;
}

.neon-controls__summary dt {
  color: rgba(255, 255, 255, 0.52);
  font-weight: 700;
}

.neon-controls__summary dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  text-align: right;
}

.neon-controls__summary p {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
}

@media (max-width: 1100px) {
  .neon-constructor__app {
    grid-template-columns: 1fr;
  }

  .neon-stage {
    min-height: clamp(500px, 64vw, 580px);
  }
}

@media (max-width: 768px) {
  .neon-constructor::before {
    inset: 3% 0.75rem;
    border-radius: 26px;
  }

  .neon-constructor__preview-wrap,
  .neon-controls {
    border-radius: 22px;
  }

  .neon-stage {
    min-height: clamp(420px, 118vw, 500px);
    border-radius: 20px;
  }

  .neon-sign {
    padding: 0.9rem 1rem;
  }

  .neon-sign__text {
    max-width: 82vw;
    font-size: clamp(28px, var(--neon-size), 92px);
  }

  .neon-controls__grid,
  .neon-controls__split,
  .neon-controls__cards {
    grid-template-columns: 1fr;
  }

  .neon-controls__swatch {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .neon-constructor *,
  .neon-constructor *::before,
  .neon-constructor *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

/* Professional expansion */
.neon-stage {
  --neon-font-weight: 800;
  --neon-tube: 5;
  --neon-softness: 7;
  --neon-wall-glow: 6;
  --neon-reflection: 5;
  --neon-saturation: 110;
  --base-opacity: 0.55;
  --base-blur: 14px;
  --base-border-opacity: 0.22;
  --base-depth: 5;
}

.neon-controls__section {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(2, 8, 18, 0.42);
  overflow: hidden;
}

.neon-controls__section + .neon-controls__section {
  margin-top: 0.75rem;
}

.neon-controls__section[open] {
  border-color: rgba(79, 195, 247, 0.24);
  box-shadow: 0 0 0 1px rgba(79, 195, 247, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.neon-controls__section summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.1rem;
  padding: 0.85rem 1rem;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.neon-controls__section summary::-webkit-details-marker {
  display: none;
}

.neon-controls__section summary::after {
  content: "+";
  display: grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  color: var(--accent-gold);
  background: rgba(229, 184, 59, 0.1);
  transition: var(--transition);
}

.neon-controls__section[open] summary::after {
  content: "−";
  transform: rotate(180deg);
}

.neon-controls__section-body {
  padding: 0 1rem 1rem;
}

.neon-controls__toggle {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-top: 0.85rem;
  padding: 0.72rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.neon-controls__toggle input {
  width: 1.15rem;
  height: 1.15rem;
  accent-color: var(--accent-gold);
}

.neon-controls__segmented--three {
  grid-template-columns: repeat(3, 1fr);
}

.neon-controls__segmented--four {
  grid-template-columns: repeat(4, 1fr);
}

.neon-controls__cards--scenes,
.neon-controls__cards--bases {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

.neon-controls__scene,
.neon-controls__base-card {
  display: grid;
  gap: 0.45rem;
  min-height: auto;
  padding: 0.68rem;
  border-radius: 16px;
}

.neon-controls__base-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.055);
  font-family: var(--font);
  font-weight: 850;
  text-align: left;
  cursor: pointer;
  transition: var(--transition);
}

.neon-controls__base-card small,
.neon-controls__scene-desc {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.72rem;
  font-weight: 600;
  line-height: 1.25;
}

.neon-controls__scene-title {
  display: block;
}

.neon-controls__scene-preview,
.neon-controls__base-preview {
  position: relative;
  display: block;
  width: 100%;
  height: 42px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.neon-controls__scene-preview::after,
.neon-controls__base-preview::after {
  content: "";
  position: absolute;
  inset: 45% 20% auto;
  height: 3px;
  border-radius: 999px;
  background: var(--neon-color, #4fc3f7);
  box-shadow: 0 0 16px var(--neon-color, #4fc3f7);
}

.neon-controls__scene-preview--studio {
  background:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    radial-gradient(circle, rgba(79, 195, 247, 0.24), transparent 46%),
    #061225;
  background-size: 20px 20px, 20px 20px, auto, auto;
}

.neon-controls__scene-preview--graphite {
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 8px),
    repeating-linear-gradient(35deg, rgba(255, 255, 255, 0.025) 0 2px, transparent 2px 9px),
    #171b22;
}

.neon-controls__scene-preview--office {
  background:
    linear-gradient(90deg, transparent 18%, rgba(229, 184, 59, 0.5) 18% 20%, transparent 20% 78%, rgba(229, 184, 59, 0.35) 78% 80%, transparent 80%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), transparent),
    #071325;
}

.neon-controls__scene-preview--window {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.3), transparent 26%),
    linear-gradient(90deg, transparent 15%, rgba(255, 255, 255, 0.18) 16%, transparent 17% 54%, rgba(255, 255, 255, 0.1) 55%, transparent 56%),
    #020711;
}

.neon-controls__scene-preview--brick {
  background:
    linear-gradient(rgba(0, 0, 0, 0.3) 2px, transparent 2px),
    repeating-linear-gradient(90deg, #5a261d 0 36px, #3e1815 36px 40px, #6a2b20 40px 78px, #351411 78px 82px);
  background-size: 100% 16px, auto;
}

.neon-controls__scene-preview--bar {
  background:
    linear-gradient(0deg, rgba(229, 184, 59, 0.28), transparent 34%),
    repeating-linear-gradient(0deg, #2a160b 0 6px, #3b2111 6px 12px, #1b0e08 12px 18px);
}

.neon-controls__base-preview--none {
  background: radial-gradient(circle, rgba(79, 195, 247, 0.16), transparent 58%), rgba(255, 255, 255, 0.025);
}

.neon-controls__base-preview--acrylic {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.04) 54%, rgba(79, 195, 247, 0.12));
}

.neon-controls__base-preview--contour,
.neon-controls__base-preview--cutout {
  background: radial-gradient(ellipse at 50% 50%, rgba(79, 195, 247, 0.18) 0 46%, transparent 48%);
}

.neon-controls__base-preview--panel {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(5, 13, 26, 0.78));
}

.neon-controls__base-preview--round {
  background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.18) 0 38%, transparent 40%);
}

.neon-controls__base-preview--capsule {
  background: radial-gradient(ellipse at 50% 50%, rgba(229, 184, 59, 0.18) 0 44%, transparent 46%);
}

.neon-controls__base-preview--metal {
  background: repeating-linear-gradient(105deg, #20242a 0 4px, #343a42 4px 7px, #15191f 7px 12px);
}

.neon-controls__base-preview--mirror {
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.55), rgba(79, 195, 247, 0.12) 30%, rgba(255, 255, 255, 0.16) 52%, rgba(229, 184, 59, 0.12));
}

.neon-controls__base-card:hover,
.neon-controls__base-card.is-active {
  border-color: rgba(229, 184, 59, 0.72);
  color: #fff;
  background: linear-gradient(135deg, rgba(229, 184, 59, 0.2), rgba(79, 195, 247, 0.08));
  box-shadow: 0 0 0 3px rgba(229, 184, 59, 0.09), 0 0 28px rgba(229, 184, 59, 0.1);
}

.neon-stage__halo {
  background: radial-gradient(circle, rgba(var(--neon-rgb), calc(var(--neon-wall-glow) * 0.035)) 0%, rgba(var(--neon-rgb), calc(var(--neon-wall-glow) * 0.012)) 28%, transparent 66%);
  filter: blur(calc(var(--neon-softness) * 3px));
}

.neon-stage__floor::before {
  opacity: calc(var(--neon-reflection) / 10);
  background: radial-gradient(ellipse at 50% 8%, rgba(var(--neon-rgb), calc(var(--neon-reflection) * 0.04)), transparent 64%);
}

.neon-stage--graphite .neon-stage__wall {
  background:
    radial-gradient(circle at 50% 42%, rgba(var(--neon-rgb), calc(var(--neon-wall-glow) * 0.018)), transparent 34%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 7px),
    repeating-linear-gradient(28deg, rgba(255, 255, 255, 0.025) 0 2px, transparent 2px 11px),
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, 0.055), transparent 22%),
    linear-gradient(145deg, #1b2029 0%, #070b12 100%);
}

.neon-stage--office .neon-stage__wall {
  background:
    radial-gradient(circle at 48% 42%, rgba(var(--neon-rgb), calc(var(--neon-wall-glow) * 0.02)), transparent 31%),
    linear-gradient(90deg, transparent 0 13%, rgba(255, 255, 255, 0.07) 13% 13.4%, transparent 13.4% 31%, rgba(229, 184, 59, 0.22) 31% 31.4%, transparent 31.4% 68%, rgba(229, 184, 59, 0.16) 68% 68.4%, transparent 68.4% 86%, rgba(255, 255, 255, 0.06) 86% 86.4%, transparent 86.4%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.018) 42%, rgba(5, 13, 26, 0.94)),
    #071120;
}

.neon-stage--window .neon-stage__wall {
  background:
    radial-gradient(circle at 50% 45%, rgba(var(--neon-rgb), calc(var(--neon-wall-glow) * 0.022)), transparent 30%),
    linear-gradient(115deg, rgba(255, 255, 255, 0.2), transparent 19%),
    linear-gradient(90deg, transparent 0 15%, rgba(255, 255, 255, 0.12) 15.2% 15.7%, transparent 16% 39%, rgba(15, 31, 55, 0.85) 39% 52%, transparent 52% 70%, rgba(255, 255, 255, 0.08) 70.2% 70.6%, transparent 71%),
    radial-gradient(ellipse at 80% 85%, rgba(229, 184, 59, 0.12), transparent 25%),
    linear-gradient(180deg, #07111e, #02050c);
}

.neon-stage--brick .neon-stage__wall {
  background:
    radial-gradient(circle at 50% 44%, rgba(var(--neon-rgb), calc(var(--neon-wall-glow) * 0.028)), transparent 34%),
    linear-gradient(rgba(0, 0, 0, 0.32) 2px, transparent 2px),
    repeating-linear-gradient(90deg, #5b261e 0 74px, #341310 74px 80px, #6f3024 80px 152px, #3b1712 152px 158px),
    #421812;
  background-size: auto, 100% 30px, auto, auto;
}

.neon-stage--brick .neon-stage__grid {
  opacity: 0;
}

.neon-stage--bar .neon-stage__wall {
  background:
    radial-gradient(circle at 50% 43%, rgba(var(--neon-rgb), calc(var(--neon-wall-glow) * 0.022)), transparent 32%),
    linear-gradient(180deg, transparent 0 54%, rgba(229, 184, 59, 0.16) 54% 55%, rgba(38, 18, 8, 0.9) 55% 100%),
    repeating-linear-gradient(0deg, #1d0f08 0 9px, #321b0d 9px 17px, #140906 17px 25px);
}

.neon-stage--bar .neon-stage__floor {
  background:
    linear-gradient(to bottom, rgba(229, 184, 59, 0.14), transparent 26%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 80px),
    linear-gradient(180deg, rgba(74, 33, 12, 0.48), rgba(0, 0, 0, 0.74));
}

.neon-stage--window .neon-stage__floor::after,
.neon-stage--bar .neon-stage__floor::after {
  content: "";
  position: absolute;
  inset: 8% 24% 38%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(var(--neon-rgb), calc(var(--neon-reflection) * 0.035)), transparent 68%);
  filter: blur(16px);
}

.neon-sign {
  padding: calc(1rem + var(--base-depth) * 0.08rem) calc(1.2rem + var(--base-depth) * 0.14rem);
}

.neon-sign::before {
  opacity: 0;
  backdrop-filter: blur(var(--base-blur));
}

.neon-sign--base-none::before {
  opacity: 0;
}

.neon-sign--base-acrylic::before,
.neon-sign--base-contour::before,
.neon-sign--base-panel::before,
.neon-sign--base-round::before,
.neon-sign--base-capsule::before,
.neon-sign--base-cutout::before,
.neon-sign--base-metal::before,
.neon-sign--base-mirror::before {
  opacity: var(--base-opacity);
  border: 1px solid rgba(255, 255, 255, var(--base-border-opacity));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    inset calc(var(--base-depth) * -0.8px) calc(var(--base-depth) * -1px) calc(var(--base-depth) * 2px) rgba(0, 0, 0, 0.26),
    0 calc(var(--base-depth) * 4px) calc(var(--base-depth) * 12px) rgba(0, 0, 0, 0.28);
}

.neon-sign--base-acrylic::before {
  inset: -0.35rem -0.7rem;
  border-radius: 28px;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.34), transparent 22%, rgba(255, 255, 255, 0.08) 48%, rgba(var(--neon-rgb), 0.12)),
    rgba(255, 255, 255, 0.08);
}

.neon-sign--base-contour::before {
  inset: -0.45rem -0.85rem;
  border-radius: 46% 54% 48% 52% / 58% 42% 56% 44%;
  background: linear-gradient(135deg, rgba(var(--neon-rgb), 0.16), rgba(255, 255, 255, 0.055));
  border-color: rgba(var(--neon-rgb), 0.32);
}

.neon-sign--base-panel::before {
  inset: -0.65rem -1rem;
  border-radius: 18px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.15), transparent 34%, rgba(229, 184, 59, 0.08)),
    rgba(4, 10, 20, 0.78);
}

.neon-sign--base-round::before {
  inset: auto;
  left: 50%;
  top: 50%;
  width: min(520px, 130%);
  aspect-ratio: 1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), rgba(var(--neon-rgb), 0.08) 58%, rgba(255, 255, 255, 0.03));
}

.neon-sign--base-capsule::before {
  inset: -0.55rem -1.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(229, 184, 59, 0.16), rgba(255, 255, 255, 0.055), rgba(var(--neon-rgb), 0.08));
}

.neon-sign--base-cutout::before {
  inset: 0.05rem 0.2rem;
  border-radius: 44% 56% 52% 48% / 50% 48% 52% 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(var(--neon-rgb), 0.08));
}

.neon-sign--base-metal::before {
  inset: -0.65rem -1rem;
  border-radius: 16px;
  background:
    repeating-linear-gradient(105deg, rgba(255, 255, 255, 0.08) 0 3px, rgba(0, 0, 0, 0.08) 3px 8px),
    linear-gradient(135deg, #242932, #0b1018);
  border-color: rgba(255, 255, 255, 0.18);
}

.neon-sign--base-mirror::before {
  inset: -0.65rem -1rem;
  border-radius: 22px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.46), transparent 24%, rgba(79, 195, 247, 0.1) 46%, rgba(255, 255, 255, 0.2) 58%, rgba(229, 184, 59, 0.08)),
    rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.32);
}

.neon-sign::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
}

.neon-sign--mount-standoffs::after {
  opacity: 1;
  background:
    radial-gradient(circle, #d7dde6 0 5px, #7c8591 5px 8px, transparent 9px) 9% 12% / 20px 20px no-repeat,
    radial-gradient(circle, #d7dde6 0 5px, #7c8591 5px 8px, transparent 9px) 91% 12% / 20px 20px no-repeat,
    radial-gradient(circle, #d7dde6 0 5px, #7c8591 5px 8px, transparent 9px) 9% 88% / 20px 20px no-repeat,
    radial-gradient(circle, #d7dde6 0 5px, #7c8591 5px 8px, transparent 9px) 91% 88% / 20px 20px no-repeat;
}

.neon-sign--mount-hanging::after {
  opacity: 1;
  inset: -7rem 18% 55%;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(220, 230, 240, 0.58) 12% 12.6%, transparent 12.6% 87%, rgba(220, 230, 240, 0.58) 87.4% 88%, transparent 88%),
    radial-gradient(circle at 12.3% 100%, rgba(220, 230, 240, 0.95) 0 4px, transparent 5px),
    radial-gradient(circle at 87.7% 100%, rgba(220, 230, 240, 0.95) 0 4px, transparent 5px);
}

.neon-sign--mount-rail::after {
  opacity: 1;
  inset: 42% -1.3rem auto;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent), rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(8px);
}

.neon-sign__text {
  font-weight: var(--neon-font-weight);
  -webkit-text-stroke: calc(var(--neon-tube) * 0.14px) rgba(255, 255, 255, 0.62);
  filter:
    saturate(calc(var(--neon-saturation) / 100))
    drop-shadow(0 0 calc(var(--neon-softness) * 1px) rgba(var(--neon-rgb), 0.55));
  text-shadow:
    0 -1px 1px rgba(255, 255, 255, 0.9),
    0 0 calc(var(--neon-tube) * 1px) currentColor,
    0 0 calc(var(--neon-softness) * 1.5px) currentColor,
    0 0 calc((var(--neon-intensity) + var(--neon-softness)) * 3px) rgba(var(--neon-rgb), 0.72),
    0 0 calc((var(--neon-intensity) + var(--neon-softness)) * 6px) rgba(var(--neon-rgb), 0.48),
    0 0 calc((var(--neon-intensity) + var(--neon-softness)) * 11px) rgba(var(--neon-rgb), 0.28);
}

.neon-sign--glow-soft .neon-sign__text {
  text-shadow:
    0 -1px 1px rgba(255, 255, 255, 0.76),
    0 0 calc(var(--neon-softness) * 2.2px) currentColor,
    0 0 calc((var(--neon-intensity) + var(--neon-softness)) * 8px) rgba(var(--neon-rgb), 0.42),
    0 0 calc((var(--neon-intensity) + var(--neon-softness)) * 15px) rgba(var(--neon-rgb), 0.22);
}

.neon-sign--glow-contrast .neon-sign__text {
  -webkit-text-stroke: calc(var(--neon-tube) * 0.18px) rgba(255, 255, 255, 0.85);
  text-shadow:
    0 -1px 1px rgba(255, 255, 255, 0.98),
    0 0 3px currentColor,
    0 0 calc(var(--neon-intensity) * 3px) rgba(var(--neon-rgb), 0.86),
    0 0 calc(var(--neon-intensity) * 9px) rgba(var(--neon-rgb), 0.42);
}

.neon-sign--glow-rgb .neon-sign__text {
  text-shadow:
    0 -1px 1px rgba(255, 255, 255, 0.9),
    -6px 0 calc(var(--neon-softness) * 2px) rgba(181, 123, 238, 0.58),
    6px 0 calc(var(--neon-softness) * 2px) rgba(79, 195, 247, 0.58),
    0 0 calc((var(--neon-intensity) + var(--neon-softness)) * 4px) rgba(var(--neon-rgb), 0.68),
    0 0 calc((var(--neon-intensity) + var(--neon-softness)) * 10px) rgba(var(--neon-rgb), 0.32);
}

.neon-sign--flicker .neon-sign__text {
  animation: neon-flicker 4.8s infinite steps(1, end);
}

@keyframes neon-flicker {
  0%, 92%, 100% { opacity: 1; filter: saturate(calc(var(--neon-saturation) / 100)) brightness(1); }
  93% { opacity: 0.86; filter: saturate(calc(var(--neon-saturation) / 100)) brightness(0.72); }
  94% { opacity: 1; filter: saturate(calc(var(--neon-saturation) / 100)) brightness(1.08); }
  96% { opacity: 0.93; filter: saturate(calc(var(--neon-saturation) / 100)) brightness(0.88); }
}

.neon-controls__group.is-hidden {
  display: none;
}

@media (max-width: 768px) {
  .neon-controls__segmented--three,
  .neon-controls__segmented--four,
  .neon-controls__cards--scenes,
  .neon-controls__cards--bases {
    grid-template-columns: 1fr;
  }
}

/* ================================================================
   NEON CONSTRUCTOR — MOBILE COMPACT MODE
   ================================================================ */
.neon-mobile-controls {
  display: none;
}

@media (max-width: 768px) {
  .neon-constructor.section-block {
    padding: 2rem 0.75rem;
  }

  .neon-constructor__inner {
    max-width: 100%;
  }

  .neon-constructor__head {
    text-align: left;
    padding: 0 0.25rem;
  }

  .neon-constructor__head .hero-kicker {
    font-size: 0.7rem;
    letter-spacing: 0.18em;
    margin-bottom: 0.55rem;
  }

  .neon-constructor__head .section-title {
    font-size: clamp(1.35rem, 7vw, 1.85rem);
    line-height: 1.12;
  }

  .neon-constructor__head .section-lead {
    font-size: 0.9rem;
    margin-bottom: 1.25rem;
  }

  .neon-constructor__app {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .neon-constructor__preview-wrap {
    padding: 0.7rem;
    border-radius: 18px;
    width: 100%;
    min-width: 0;
  }

  .neon-constructor__preview-toolbar {
    gap: 0.5rem;
    margin-bottom: 0.55rem;
  }

  .neon-constructor__badge {
    font-size: 0.65rem;
    padding: 0.35rem 0.55rem;
  }

  .neon-constructor__mini-actions {
    gap: 0.35rem;
  }

  .neon-constructor__mini-btn {
    min-height: 2rem;
    padding: 0.35rem 0.55rem;
    border-radius: 10px;
    font-size: 0.68rem;
    letter-spacing: 0.04em;
  }

  .neon-stage {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: clamp(285px, 78vw, 350px) !important;
    border-radius: 18px;
  }

  .neon-stage__decor {
    opacity: 0.45;
  }

  .neon-stage__grid {
    opacity: 0.28;
  }

  .neon-stage__floor {
    opacity: 0.62;
  }

  .neon-sign {
    padding: 0.55rem 0.7rem;
    max-width: calc(100vw - 3rem);
  }

  .neon-sign__text {
    max-width: calc(100vw - 4rem);
    font-size: clamp(25px, var(--neon-size), 64px);
    line-height: 1.02;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .neon-constructor__hint {
    display: none;
  }

  .neon-controls {
    display: none !important;
  }

  .neon-mobile-controls {
    display: block;
  }

  .neon-mobile-controls__card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 0.85rem;
    background:
      radial-gradient(circle at 15% 0%, rgba(var(--neon-rgb), 0.16), transparent 36%),
      linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02)),
      rgba(3, 9, 19, 0.82);
    box-shadow:
      0 18px 44px rgba(0, 0, 0, 0.38),
      inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
  }

  .neon-mobile-controls__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .neon-mobile-controls__eyebrow {
    margin: 0 0 0.18rem;
    color: var(--accent-gold);
    font-size: 0.66rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.16em;
  }

  .neon-mobile-controls__title {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.15;
  }

  .neon-mobile-controls__center {
    flex: 0 0 auto;
    min-height: 2.1rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(79, 195, 247, 0.35);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.86);
    background: rgba(79, 195, 247, 0.08);
    font: inherit;
    font-size: 0.75rem;
    font-weight: 800;
    cursor: pointer;
  }

  .neon-mobile-controls__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
  }

  .neon-mobile-controls__field,
  .neon-mobile-controls__group {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 0.65rem;
  }

  .neon-mobile-controls__field span,
  .neon-mobile-controls__label {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }

  .neon-mobile-controls__field input[type="text"],
  .neon-mobile-controls__field select {
    width: 100%;
    min-height: 2.7rem;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 13px;
    padding: 0 0.75rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
    font: inherit;
    font-size: 0.9rem;
    outline: none;
  }

  .neon-mobile-controls__field input[type="text"]:focus,
  .neon-mobile-controls__field select:focus {
    border-color: rgba(79, 195, 247, 0.75);
    box-shadow: 0 0 0 3px rgba(79, 195, 247, 0.14);
  }

  .neon-mobile-controls__field input[type="range"] {
    width: 100%;
    accent-color: var(--accent-gold);
  }

  .neon-mobile-controls__swatches {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 0.4rem;
  }

  .neon-mobile-controls__swatches .neon-controls__swatch {
    width: 100%;
    height: 2rem;
    min-width: 0;
    border-radius: 10px;
  }

  .neon-mobile-controls__actions {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 0.55rem;
    margin-top: 0.75rem;
  }

  .neon-mobile-controls__submit,
  .neon-mobile-controls__manager {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.8rem;
    border-radius: 14px;
    padding: 0.65rem 0.75rem;
    text-decoration: none;
    font-weight: 900;
    font-size: 0.86rem;
    line-height: 1.1;
    text-align: center;
  }

  .neon-mobile-controls__submit {
    color: #06101d;
    background: linear-gradient(135deg, var(--accent-gold), var(--accent-gold-hover));
    box-shadow:
      0 12px 28px rgba(229, 184, 59, 0.24),
      inset 0 1px 0 rgba(255, 255, 255, 0.35);
  }

  .neon-mobile-controls__manager {
    color: rgba(255, 255, 255, 0.86);
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.13);
  }

  .neon-mobile-controls * {
    -webkit-tap-highlight-color: transparent;
  }
}

@media (max-width: 390px) {
  .neon-constructor.section-block {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
  }

  .neon-mobile-controls__row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .neon-mobile-controls__swatches {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .neon-mobile-controls__actions {
    grid-template-columns: 1fr;
  }

  .neon-stage {
    min-height: 275px !important;
  }
}

/* CMS v4 visual builder blocks */
.cms-builder-block{padding:72px 0}.cms-builder-block>.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.cms-builder-block h1,.cms-builder-block h2,.cms-builder-block h3{margin-top:0}.cms-builder-hero{min-height:520px;display:flex;align-items:center;background:#14251f center/cover no-repeat;color:#fff}.cms-builder-hero>.container{padding:72px 0}.cms-builder-hero h1{max-width:900px;font-size:clamp(42px,6vw,82px);line-height:1.02;margin-bottom:20px}.cms-builder-hero p{max-width:720px;font-size:clamp(18px,2.2vw,25px);line-height:1.5}.cms-builder-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:20px;padding:14px 22px;border-radius:12px;background:#e6b93e;color:#111;text-decoration:none;font-weight:800}.cms-builder-text .cms-builder-prose{max-width:900px;line-height:1.75}.cms-builder-image figure{margin:0}.cms-builder-image img{display:block;max-width:100%;height:auto;margin:0 auto;border-radius:18px}.cms-builder-image figcaption{text-align:center;margin-top:10px;opacity:.7}.cms-builder-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.cms-builder-gallery-grid figure{margin:0}.cms-builder-gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}.cms-builder-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cms-builder-card-grid article{padding:22px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(127,127,127,.18)}.cms-builder-card-grid img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:12px;margin-bottom:14px}.cms-builder-reviews .cms-builder-card-grid article{font-style:normal}.cms-builder-faq details{border-top:1px solid rgba(127,127,127,.25);padding:18px 0}.cms-builder-faq summary{cursor:pointer;font-weight:800;font-size:18px}.cms-builder-faq details div{padding-top:12px;line-height:1.65}.cms-builder-form-box{max-width:760px;padding:32px;border-radius:20px;background:rgba(127,127,127,.08)}.cms-builder-form-box form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;margin-top:18px}.cms-builder-form-box input,.cms-builder-form-box button{min-height:48px;border-radius:10px;padding:10px 14px}.cms-builder-map{text-align:center}.cms-builder-map p{font-size:20px}
@media(max-width:800px){.cms-builder-block{padding:48px 0}.cms-builder-hero{min-height:430px}.cms-builder-gallery-grid,.cms-builder-card-grid{grid-template-columns:1fr}.cms-builder-form-box form{grid-template-columns:1fr}}
/* CMS 5 publication settings and functional forms */
.cms-builder-block>.container{width:min(var(--cms-content-width,1180px),calc(100% - 32px))}.cms-builder-btn,.cms-builder-form button{background:var(--cms-accent,#e6b93e)}.cms-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.cms-form-status{grid-column:1/-1}.header-address__lines{white-space:pre-line}.cms-block-options>.cms-builder-block{background-color:inherit;color:inherit;padding-top:inherit;padding-bottom:inherit}
