body.elementor-page-1812:not(.elementor-motion-effects-element-type-background), body.elementor-page-1812 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0A0A;}/* Start custom CSS */#ast-scroll-top {
        background-color: #c9a66b !important;
    }
    .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0;
}
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100%!important;
    }
    .elementor-section {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      font-family: "Inter", sans-serif;
      background-color: #0a0a0a;
      color: #f5f5f5;
      line-height: 1.6;
      overflow-x: hidden;
    }

    h1, h2, h3, h4 {
      font-family: "Playfair Display", serif;
      font-weight: 700;
      line-height: 1.1;
      letter-spacing: -0.02em;
    }

    h1 {
      font-size: clamp(3rem, 10vw, 8rem);
      line-height: 0.9;
      color: #fafafa !important;
    }

    h2 {
      font-size: clamp(2rem, 6vw, 4rem);
      position: relative;
      display: inline-block;
      color: #fafafa;
    }
    
    h3 {
      font-size: clamp(1.5rem, 4vw, 2.5rem);
      color: #fafafa !important;
    }
    h4 {
        color: #fafafa;
    }

    .mono {
      font-family: "JetBrains Mono", monospace;
      letter-spacing: -0.5px;
      color: #fafafa;
    }

    .large-text {
      font-size: clamp(1.1rem, 3vw, 1.4rem);
      line-height: 1.7;
    }

    .small-text {
      font-size: 0.85rem;
      opacity: 0.7;
    }

    .container {
      width: 100%;
      max-width: 1400px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .full-height {
      min-height: 100vh;
      display: flex;
      align-items: center;
    }

    section {
      position: relative;
      padding: 120px 0;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes glow {
      0%, 100% {
        opacity: 0.7;
      }
      50% {
        opacity: 1;
      }
    }

    @keyframes float {
      0%, 100% {
        transform: translateY(0);
      }
      50% {
        transform: translateY(-10px);
      }
    }

    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1000;
      padding: 20px 40px;
      mix-blend-mode: difference;
      background: linear-gradient(to bottom, rgba(0,0,0,0.3), transparent);
    }

    .header-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }

    .logo {
      font-family: "JetBrains Mono", monospace;
      font-size: 1.2rem;
      letter-spacing: 2px;
      color: #f5f5f5;
      text-decoration: none;
      position: relative;
      white-space: nowrap;
    }

    .logo::after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 0;
      height: 1px;
      background: #c9a66b;
      transition: width 0.6s ease;
    }

    .logo:hover::after {
      width: 100%;
    }

    .nav-menu {
      display: flex;
      gap: 2.5rem;
      align-items: center;
    }

    .nav-link {
      font-family: "JetBrains Mono", monospace;
      font-size: 0.9rem;
      letter-spacing: 1.5px;
      color: #f5f5f5;
      text-decoration: none;
      padding: 5px 0;
      position: relative;
      transition: color 0.3s ease;
      white-space: nowrap;
    }

    .nav-link::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background: #c9a66b;
      transition: width 0.3s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .nav-link:hover {
      color: #c9a66b;
    }

    .nav-link:hover::before {
      width: 100%;
    }

    @media (max-width: 800px) {
      header {
        padding: 15px 20px;
        background: rgba(10,10,10,0.8);
        backdrop-filter: blur(8px);
        mix-blend-mode: normal;
      }

      .header-inner {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
      }

      .nav-menu {
        flex-wrap: wrap;
        gap: 1.2rem 1.8rem;
      }

      .nav-link {
        font-size: 0.85rem;
      }
    }

    @media (max-width: 480px) {
      .nav-menu {
        gap: 1rem;
      }
      .nav-link {
        letter-spacing: 1px;
      }
    }

    /* --- УНИКАЛЬНЫЕ СТИЛИ ДЛЯ СТРАНИЦЫ "ФОРМЫ ВЗАИМОДЕЙСТВИЯ" --- */
    .page-hero {
      min-height: 50vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
      overflow: hidden;
      background: 
        radial-gradient(circle at 30% 50%, rgba(201, 166, 107, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgba(139, 0, 0, 0.05) 0%, transparent 50%);
    }
    .page-hero h1 {
      font-size: clamp(3rem, 8vw, 6rem);
      margin-bottom: 20px;
    }
    .page-hero .hero-subtitle {
      font-family: "JetBrains Mono", monospace;
      color: #c9a66b;
      letter-spacing: 4px;
      font-size: 1rem;
    }

    /* Внутренняя навигация (как меню слева) */
    .content-grid {
      display: grid;
      grid-template-columns: 250px 1fr;
      gap: 60px;
      align-items: start;
    }
    .side-nav {
      position: sticky;
      top: 150px;
      border-right: 1px solid rgba(201, 166, 107, 0.2);
      padding-right: 30px;
    }
    .side-nav .nav-section {
      margin-bottom: 40px;
    }
    .side-nav .nav-section h4 {
      font-family: "JetBrains Mono", monospace;
      font-size: 0.9rem;
      color: #c9a66b;
      margin-bottom: 20px;
      letter-spacing: 2px;
    }
    .side-nav .nav-link-custom {
      display: block;
      color: #f5f5f5;
      text-decoration: none;
      padding: 10px 0;
      font-size: 1rem;
      border-bottom: 1px solid rgba(255,255,255,0.05);
      transition: color 0.3s ease, padding-left 0.3s ease;
    }
    .side-nav .nav-link-custom:hover,
    .side-nav .nav-link-custom.active {
      color: #c9a66b;
      padding-left: 10px;
    }
    .side-nav .nav-link-custom.active {
      border-bottom-color: #c9a66b;
    }

    .main-content h2 {
      margin-bottom: 40px;
      font-size: clamp(2rem, 4vw, 3rem);
    }
    .main-content h2::after {
      content: '';
      display: block;
      width: 80px;
      height: 2px;
      background: #c9a66b;
      margin-top: 15px;
    }

    .forms-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 40px;
      margin: 0 0 60px;
    }
    .form-card {
      background: rgba(26, 26, 26, 0.7);
      border: 1px solid rgba(255, 255, 255, 0.05);
      padding: 40px;
      transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    .form-card:hover {
      border-color: #c9a66b;
      transform: translateY(-5px);
    }
    .form-card h3 {
      font-size: 2rem;
      margin-bottom: 30px;
      color: #c9a66b;
    }
    .form-card p {
      margin-bottom: 20px;
      font-size: 1.1rem;
      line-height: 1.7;
    }
    .form-card ul {
      list-style: none;
      margin: 30px 0;
    }
    .form-card li {
      margin-bottom: 15px;
      padding-left: 25px;
      position: relative;
    }
    .form-card li::before {
      content: '—';
      position: absolute;
      left: 0;
      color: #c9a66b;
    }

    .note-box {
      background: rgba(0,0,0,0.3);
      border-left: 3px solid #c9a66b;
      padding: 30px;
      margin: 60px 0;
      font-style: italic;
    }

    .cta-section {
      background: #0a0a0a;
      border-top: 1px solid rgba(201,166,107,0.2);
      border-bottom: 1px solid rgba(201,166,107,0.2);
      text-align: center;
    }
    .cta-button {
      display: inline-block;
      padding: 18px 50px;
      background: transparent;
      border: 1px solid #c9a66b;
      color: #c9a66b;
      text-decoration: none;
      font-family: "JetBrains Mono", monospace;
      font-size: 1rem;
      letter-spacing: 3px;
      transition: 0.4s;
      margin-top: 30px;
    }
    .cta-button:hover {
      background: #c9a66b;
      color: #0a0a0a;
    }

    /* Флоатинг элементы */
    .floating-element {
      position: absolute;
      width: 200px;
      height: 200px;
      border: 1px solid rgba(201, 166, 107, 0.1);
      pointer-events: none;
      animation: float 6s ease-in-out infinite;
    }
    .floating-element:nth-child(1) {
      top: 20%;
      left: 5%;
      animation-delay: 0s;
    }
    .floating-element:nth-child(2) {
      top: 60%;
      right: 10%;
      animation-delay: 2s;
      width: 150px;
      height: 150px;
    }
    .glow-dot {
      position: absolute;
      width: 5px;
      height: 5px;
      background: #c9a66b;
      border-radius: 50%;
      filter: blur(1px);
      animation: glow 2s ease-in-out infinite;
    }

    footer {
      padding: 60px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.05);
      text-align: center;
    }

    .footer-content {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 40px;
    }

    .footer-logo {
      font-family: "JetBrains Mono", monospace;
      font-size: 1.2rem;
      letter-spacing: 3px;
    }

    .footer-year {
      font-family: "JetBrains Mono", monospace;
      font-size: 0.9rem;
      opacity: 0.5;
    }

    .footer-disclaimer {
      font-size: 0.8rem;
      opacity: 0.3;
      max-width: 600px;
      margin: 0 auto;
      line-height: 1.6;
    }

    @media (max-width: 900px) {
      .content-grid {
        grid-template-columns: 1fr;
        gap: 40px;
      }
      .side-nav {
        position: static;
        border-right: none;
        border-bottom: 1px solid rgba(201,166,107,0.2);
        padding-bottom: 30px;
      }
      .forms-grid {
        grid-template-columns: 1fr;
      }
    }
    @media (max-width: 600px) {
      .form-card {
        padding: 25px;
      }
      .form-card h3 {
        font-size: 1.6rem;
      }
    }
    
    
/* Мобильное меню (бургер) - справа от лого */
.mobile-menu-toggle {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 24px;
  position: relative;
  z-index: 1001;
}

.mobile-menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f5f5f5;
  margin: 5px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Мобильное навигационное меню - выпадающее сверху */
.mobile-nav-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(10, 10, 10, 0.98);
  backdrop-filter: blur(10px);
  padding: 100px 40px 40px;
  z-index: 999;
  transform: translateY(-100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid rgba(201, 166, 107, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.mobile-nav-menu.active {
  transform: translateY(0);
}

.mobile-nav-link {
  font-family: "JetBrains Mono", monospace;
  font-size: 1.2rem;
  letter-spacing: 2px;
  color: #f5f5f5;
  text-decoration: none;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: color 0.3s ease, padding-left 0.3s ease;
  text-align: center;
}

.mobile-nav-link:hover {
  color: #c9a66b;
  padding-left: 10px;
}

/* Затемнение фона при открытом меню */
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 800px) {
  .nav-menu {
    display: none !important;
  }
  
  .mobile-menu-toggle {
    display: block;
  }
  
  .header-inner {
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 801px) {
  .mobile-nav-menu,
  .mobile-nav-overlay {
    display: none;
  }
}
.elementor-element {
    margin-bottom: 0px;
}/* End custom CSS */