@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@600;700;800;900&family=Orbitron:wght@800;900&display=swap');

:root {
  --primary-gold: #d69418;
  --gold-light: #fbe396;
  --gold-dark: #8f5a00;
  --dark-text: #1a150e;
  --bg-dark: #0a0b0d;
  --header-bg: rgba(10, 11, 13, 0.85);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-family: 'Montserrat', sans-serif;
  background-color: var(--bg-dark);
}

/* --- HEADER --- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgb(10 11 11 / 50%);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(214, 148, 24, 0.2);
}

.header-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Блок бренда в шапке (Десктоп) */
.header-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.header-brand:hover {
  transform: translateY(-1px);
}

.header-fox-logo img {
  height: 75px;
  width: auto;
  display: block;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.5));
}

.header-title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.header-gold-text {
  font-family: 'Oxanium', 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.75rem;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: inline-block;
  transform: skewX(-10deg);
  word-spacing: -0.1em;
  background: linear-gradient(
    180deg,
    #9A6000 0%,
    #D4920F 22%,
    #FFF0AC 48%,
    #E09D12 55%,
    #A66500 80%,
    #6E3A00 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0px 1px 2px rgba(80, 40, 0, 0.4));
}

.header-trans-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 6px;
  margin-top: 3px;
}

.header-trans-row .line {
  flex: 1;
  height: 1.5px;
  background: linear-gradient(90deg, #d69418 0%, #8f5a00 100%);
}

.header-sub-title {
  font-family: 'Orbitron', sans-serif;
  font-weight: 900;
  font-size: 0.65rem;
  letter-spacing: 3.5px;
  color: #ffffff;
  margin-right: -3.5px;
}

/* Текстовый логотип в прехедере */
.logo-text-link {
  display: flex;
  align-items: baseline;
  gap: 8px;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.logo-text-link:hover {
  transform: translateY(-1px);
}

.logo-gold {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 1.5px;
  transform: skewX(-8deg);
  background: linear-gradient(
    180deg, 
    #ffffff 0%, 
    #f2b21b 45%, 
    #e59b00 70%, 
    #663700 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 0px 6px rgba(242, 178, 27, 0.5));
}

.logo-sub {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
  letter-spacing: 3px;
  color: #fff;
  opacity: 0.9;
  text-shadow: 0 0 8px rgba(214, 148, 24, 0.4);
}

.nav-desktop ul {
  display: flex;
  list-style: none;
  gap: 35px;
}

.nav-desktop a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: color 0.3s ease;
}

.nav-desktop a:hover {
  color: var(--primary-gold);
}

.burger-btn {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.burger-btn span {
  width: 100%;
  height: 2px;
  background-color: var(--primary-gold);
}

.nav-mobile {
  display: none;
}

/* HEADER PHONE BUTTON STYLES */
.header-phone-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, rgba(242, 178, 27, 0.15) 0%, rgba(214, 148, 24, 0.05) 100%);
  border: 1px solid var(--primary-gold);
  border-radius: 50px;
  padding: 8px 18px;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Orbitron', 'Montserrat', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  box-shadow: 0 0 12px rgba(242, 178, 27, 0.2);
}

.header-phone-btn .phone-icon {
  font-size: 1rem;
  transition: transform 0.3s ease;
}

.header-phone-btn:hover {
  background: linear-gradient(180deg, #fbe396 0%, #d69418 100%);
  color: #0d0a0b;
  box-shadow: 0 0 20px rgba(242, 178, 27, 0.6);
  transform: translateY(-2px);
}

.header-phone-btn:hover .phone-icon {
  transform: rotate(12deg) scale(1.15);
}

.mobile-phone-item {
  margin-top: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.mobile-phone-btn {
  width: 80%;
  justify-content: center;
  padding: 12px 20px;
  font-size: 1rem;
}

/* --- HERO SECTION (DESKTOP) --- */
.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  background: url('img/herodesk.jpg') center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 100px;
  box-sizing: border-box;
  overflow: hidden;
}

.hero-container {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 45px;
}

.hero-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hero-logo-img img {
  width: 25vw;
  max-width: 25vw;
  height: auto;
  display: block;
  margin-left: -55px;
  margin-top: 100px;
  
}

.hero-title-group {
  display: flex;
  flex-direction: column;
  margin-left: -10vw;
  margin-top: -12vw;
}

.gold-gradient-text {
  /* ========================================================
     1. БАЗОВЫЕ СТИЛИ ШРИФТА (ОРИГИНАЛЬНЫЕ)
     ======================================================== */
  font-family: 'Oxanium', cursive, sans-serif;
  font-weight: 800;
  font-size: 140px;
  line-height: 0.92;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  display: inline-block;
  transform: skewX(-10deg);
  word-spacing: -0.1em;

  /* ========================================================
     2. МНОГОСЛОЙНЫЙ ГРАДИЕНТ (ВНУТРЕННИЙ МЕТАЛЛИЧЕСКИЙ ЛУЧ)
     ======================================================== */
  background-image: 
    /* СЛОЙ 1 (АНИМИРОВАННЫЙ): Тонкий, яркий металлический луч-блик */
    linear-gradient(
      120deg, 
      transparent 0%, 
      rgba(255, 255, 255, 0) 40%, 
      rgba(255, 240, 180, 0.8) 48%, /* Светлый бронзовый halo блика */
      rgba(255, 255, 255, 1) 50%,    /* Центральный spotlight-блик */
      rgba(255, 240, 180, 0.8) 52%,
      rgba(255, 255, 255, 0) 60%, 
      transparent 100%
    ),
    /* СЛОЙ 2 (СТАТИЧНЫЙ): Ваш оригинальный золотой градиент-база */
    linear-gradient(180deg, #9A6000 0%, #D4920F 22%, #FFF0AC 48%, #E09D12 55%, #A66500 80%, #6E3A00 100%);

  /* Размеры фонов: луч большой по горизонтали для движения; база — 100% */
  background-size: 300% 100%, 100% 100%;
  background-position: -200% 0, 0 0;
  background-repeat: no-repeat;

  /* Маскировка по тексту */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;

  /* ========================================================
     3. АКЦЕНТ НА КОНТУР (ПУЛЬСИРУЮЩАЯ ТЕНЬ ПО КОНТУРУ БУКВ)
     ======================================================== */
  /* Используем комбинацию теней для создания четкого контура */
  filter: drop-shadow(0px 1px 1px rgba(80, 40, 0, 0.4)); /* Глубокая контурная тень-база */

  /* ЗАПУСК АНИМАЦИЙ: 1. Бегущий луч; 2. Пульсирующий контур */
  animation: 
    shimmerBeamBronze 4s infinite linear,
    contourGlowBronze 3s infinite ease-in-out alternate;
}

/* ========================================================
   4. КАДРЫ АНИМАЦИИ
   ======================================================== */

/* Анимация 1: Бесконечно скользит тонкий блик слева направо по площади текста */
@keyframes shimmerBeamBronze {
  0% {
    background-position: 200% 0, 0 0;
  }
  100% {
    background-position: -200% 0, 0 0;
  }
}

/* Анимация 2: Заставляет тень/контур букв мягко пульсировать теплым светом */
@keyframes contourGlowBronze {
  0% {
    /* Базовое состояние тени контура */
    filter: drop-shadow(0px 1px 1px rgba(80, 40, 0, 0.4));
  }
  100% {
    /* Состояние мерцания вдоль контура */
    /* Складываем тени для сложного эффекта: глубокая база + теплый shimmer */
    filter: 
      drop-shadow(0px 1px 1px rgba(80, 40, 0, 0.4))
      drop-shadow(0px 0px 8px rgba(255, 230, 150, 0.7)); /* Теплое мерцание вдоль всего контура */
  }
}

.trans-row {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 10px 0;
  width: 100%;
}

.trans-row .line {
  flex: 1;
  height: 2.5px;
  background: linear-gradient(90deg, #d69418 0%, #8f5a00 100%);
}

.sub-title {
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  letter-spacing: 34px;
  color: #111;
  margin-right: -34px;
}

.tagline {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #111;
  margin-top: 10px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}

.tagline .gold-highlight {
  color: #cfa042;
  font-weight: 900;
}

.mobile-tagline {
  display: none;
}

.hero-bottom-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -10%;
}

.hero-action-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.btn {
  padding: 16px 32px;
  border-radius: 4px;
  font-weight: 800;
  font-size: 0.95rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.25s ease;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}

.btn-call {
  background: linear-gradient(180deg, #fbe396 0%, #d69418 50%, #9e6400 100%);
  color: #111;
  border: 1px solid #ffe89c;
}

.btn-call:hover {
  transform: translateY(-2px);
  filter: brightness(1.15);
}

.btn-apply {
  background: rgba(18, 16, 14, 0.85);
  color: #ffffff;
  border: 2px solid #d69418;
  backdrop-filter: blur(4px);
}

.btn-apply:hover {
  transform: translateY(-2px);
  background: #d69418;
  color: #000;
}

/* ЗНАЧКИ ДОВЕРИЯ (DESKTOP) */
.trust-badges-row {
  display: flex;
  align-items: center;
  gap: 30px;
  background: rgba(0, 0, 0, 0.4);
  padding: 15px 25px;
  border-radius: 8px;
  backdrop-filter: blur(5px);
}

.trust-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.badge-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 2px 5px rgba(0,0,0,0.8));
}

.badge-icon svg {
  width: 100%;
  height: 100%;
}

.badge-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.badge-divider {
  width: 1px;
  height: 55px;
  background: linear-gradient(180deg, transparent 0%, #d69418 50%, transparent 100%);
}

/* --- ABOUT US SECTION --- */
.about-section {
  background: radial-gradient(circle at 50% 0%, #171410 0%, #0a0b0d 100%);
  color: #e0e0e0;
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(214, 148, 24, 0.15);
}

.about-container {
  max-width: 1250px;
  margin: 0 auto;
}

.about-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  letter-spacing: 4px;
  transform: skewX(-5deg);
  background: linear-gradient(180deg, #ffffff 0%, #f2b21b 60%, #e59b00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0px 0px 8px rgba(242, 178, 27, 0.3));
}

.title-underline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 10px 0 20px;
}

.title-underline .line {
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-gold), transparent);
}

.gold-diamond {
  color: var(--primary-gold);
  font-size: 0.8rem;
  text-shadow: 0 0 6px rgba(242, 178, 27, 0.8);
}

.about-subtitle {
  font-family: 'Orbitron', sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  color: #fff;
  letter-spacing: 2px;
  font-weight: 800;
  opacity: 0.95;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  line-height: 1.75;
  font-size: 1.02rem;
  color: #ccc;
  margin-bottom: 70px;
}

.lead-text {
  font-size: 1.1rem;
  color: #fff;
}

.about-text-block strong {
  color: var(--gold-light);
  font-weight: 700;
}

.about-text-block p {
  margin-bottom: 20px;
}

.why-choose-wrapper {
  margin-top: 60px;
}

.why-title {
  font-family: 'Orbitron', sans-serif;
  text-align: center;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  letter-spacing: 3px;
  color: var(--primary-gold);
  margin-bottom: 40px;
  text-transform: uppercase;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 25px;
}

.feature-card {
  background: rgba(20, 22, 26, 0.7);
  border: 1px solid rgba(214, 148, 24, 0.2);
  border-radius: 12px;
  padding: 30px 25px;
  backdrop-filter: blur(10px);
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--primary-gold), transparent);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.feature-card:hover {
  transform: translateY(-5px);
  border-color: rgba(242, 178, 27, 0.6);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), 0 0 15px rgba(242, 178, 27, 0.15);
}

.feature-card:hover::before {
  opacity: 1;
}

.card-icon {
  font-size: 2.2rem;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 8px rgba(242, 178, 27, 0.4));
}

.feature-card h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.feature-card p {
  font-size: 0.92rem;
  color: #aaa;
  line-height: 1.5;
}

.about-footer-quote {
  margin-top: 70px;
  background: linear-gradient(135deg, rgba(214, 148, 24, 0.1) 0%, rgba(10, 11, 13, 0.8) 100%);
  border-left: 4px solid var(--primary-gold);
  padding: 30px 40px;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.about-footer-quote p {
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.6;
  color: #ddd;
}

.about-footer-quote strong {
  color: var(--primary-gold);
}

.about-footer-quote span {
  color: #fff;
  font-weight: 700;
  display: inline;
}

/* --- CTA BANNER --- */
.cta-banner {
  background: linear-gradient(180deg, rgba(214, 148, 24, 0.12) 0%, rgba(10, 11, 13, 0.95) 100%);
  border-top: 1px solid rgba(214, 148, 24, 0.25);
  border-bottom: 1px solid rgba(214, 148, 24, 0.15);
  padding: 60px 5%;
  text-align: center;
}

.cta-container {
  max-width: 950px;
  margin: 0 auto;
}

.cta-title {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 15px;
  transform: skewX(-4deg);
  text-shadow: 0 0 10px rgba(242, 178, 27, 0.3);
}

.cta-desc {
  font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  line-height: 1.65;
  color: #ccc;
}

.cta-desc strong {
  color: var(--gold-light);
}

/* --- CONTACTS SECTION --- */
.contact-section {
  padding: 90px 5%;
  background: #0a0b0d;
}

.contact-container {
  max-width: 1250px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 50px;
}

.contact-info-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-card {
  background: rgba(20, 22, 26, 0.8);
  border: 1px solid rgba(214, 148, 24, 0.25);
  border-radius: 12px;
  padding: 35px;
}

.card-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.5rem;
  color: var(--primary-gold);
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.card-subtext {
  font-size: 0.95rem;
  color: #aaa;
  margin-bottom: 25px;
  line-height: 1.5;
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

a.contact-item:hover {
  border-color: var(--primary-gold);
  background: rgba(214, 148, 24, 0.1);
  transform: translateX(5px);
}

.contact-item .icon {
  font-size: 1.4rem;
}

.contact-item .label {
  display: block;
  font-size: 0.75rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-item .val {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.mini-why-card {
  background: rgba(15, 16, 18, 0.6);
  border-left: 3px solid var(--primary-gold);
  padding: 25px;
  border-radius: 0 10px 10px 0;
}

.mini-why-card h4 {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 1.05rem;
  margin-bottom: 15px;
}

.mini-why-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mini-why-card li {
  font-size: 0.88rem;
  color: #bbb;
  position: relative;
  padding-left: 18px;
}

.mini-why-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary-gold);
  font-weight: bold;
}

.quote-form-wrapper {
  background: linear-gradient(145deg, rgba(22, 24, 29, 0.9) 0%, rgba(14, 15, 18, 0.95) 100%);
  border: 1px solid rgba(214, 148, 24, 0.3);
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6);
}

.form-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.form-desc {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 25px;
}

.quote-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.input-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.input-group label {
  font-size: 0.8rem;
  color: #ccc;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.input-group input,
.input-group select,
.input-group textarea {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(214, 148, 24, 0.25);
  border-radius: 6px;
  padding: 12px 14px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  outline: none;
  transition: all 0.25s ease;
}

.input-group input:focus,
.input-group select:focus,
.input-group textarea:focus {
  border-color: var(--primary-gold);
  box-shadow: 0 0 8px rgba(242, 178, 27, 0.3);
  background: rgba(0, 0, 0, 0.6);
}

.btn-submit {
  width: 100%;
  background: linear-gradient(180deg, #fbe396 0%, #d69418 50%, #9e6400 100%);
  color: #111;
  border: 1px solid #ffe89c;
  cursor: pointer;
  margin-top: 10px;
  padding: 16px;
  text-align: center;
}

.btn-submit:hover {
  filter: brightness(1.15);
  transform: translateY(-2px);
}

/* MAP CARD */
.map-card {
  background: rgba(20, 22, 26, 0.8);
  border: 1px solid rgba(214, 148, 24, 0.25);
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
}

.map-title {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.1rem;
  color: var(--primary-gold);
  letter-spacing: 1.5px;
  margin-bottom: 12px;
}

.map-wrapper {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  filter: grayscale(0.2) contrast(1.1) brightness(0.9);
  transition: filter 0.3s ease;
}

.map-wrapper:hover {
  filter: none;
}

/* --- FOOTER --- */
.footer {
  background: #050607;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 50px 5% 30px;
}

.footer-container {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}

.footer-quote {
  max-width: 650px;
  margin: 15px auto 0;
  font-size: 0.9rem;
  color: #777;
  line-height: 1.6;
}

.footer-bottom {
  width: 100%;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.8rem;
  color: #555;
}

/* --- INFINITE TICKER / MARQUEE --- */
.ticker-wrapper {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #12100e 0%, #1e1911 50%, #12100e 100%);
  border-top: 2px solid var(--primary-gold);
  border-bottom: 2px solid var(--primary-gold);
  padding: 16px 0;
  display: flex;
  position: relative;
  box-shadow: 0 0 25px rgba(214, 148, 24, 0.25);
  z-index: 10;
}

.ticker-wrapper::before,
.ticker-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.ticker-wrapper::before {
  left: 0;
  background: linear-gradient(90deg, #0a0b0d 0%, transparent 100%);
}

.ticker-wrapper::after {
  right: 0;
  background: linear-gradient(270deg, #0a0b0d 0%, transparent 100%);
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: scroll-ticker 35s linear infinite;
}

.ticker-wrapper:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-content {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.ticker-item {
  font-family: 'Orbitron', 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 0.95rem;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.2);
}

.ticker-item .icon {
  font-size: 1.1rem;
}

.ticker-divider {
  color: var(--primary-gold);
  font-size: 1.2rem;
  padding: 0 10px;
  text-shadow: 0 0 10px rgba(242, 178, 27, 0.8);
}

@keyframes scroll-ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* --- STATS SECTION --- */
.stats-section {
  background: #0d0e11;
  padding: 80px 5%;
  position: relative;
  border-top: 1px solid rgba(214, 148, 24, 0.15);
  border-bottom: 1px solid rgba(214, 148, 24, 0.15);
}

.stats-container {
  max-width: 1250px;
  margin: 0 auto;
}

.stats-header {
  text-align: center;
  margin-bottom: 50px;
}

.stats-badge {
  display: inline-block;
  background: linear-gradient(90deg, #d69418 0%, #f2b21b 100%);
  color: #000;
  font-family: 'Orbitron', sans-serif;
  font-weight: 900;
  font-size: 0.75rem;
  letter-spacing: 2px;
  padding: 6px 16px;
  border-radius: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  box-shadow: 0 0 12px rgba(242, 178, 27, 0.4);
}

.stats-title {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  letter-spacing: 2.5px;
  color: #ffffff;
  transform: skewX(-3deg);
  margin: 0;
  text-transform: uppercase;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.stat-card {
  background: rgba(22, 24, 29, 0.75);
  border: 1px solid rgba(214, 148, 24, 0.2);
  border-radius: 12px;
  padding: 40px 20px;
  text-align: center;
  backdrop-filter: blur(8px);
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stat-card:hover {
  transform: translateY(-5px);
  border-color: rgba(242, 178, 27, 0.6);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7), 0 0 15px rgba(242, 178, 27, 0.15);
}

.stat-value {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: clamp(3rem, 5vw, 4.2rem);
  line-height: 1;
  color: #f2b21b;
  letter-spacing: 1px;
  margin-bottom: 12px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  text-shadow: 0 0 10px rgba(242, 178, 27, 0.25);
}

.stat-value .prefix {
  font-size: 1.1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #bbb;
  margin-right: 8px;
  align-self: center;
}

.stat-value .unit {
  font-size: 1.4rem;
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  color: #ffffff;
  margin-left: 6px;
}

.stat-value .symbol {
  font-size: 2.8rem;
  color: #f2b21b;
}

.text-highlight {
  font-size: clamp(2.8rem, 4.5vw, 3.8rem);
  color: #f2b21b;
}

.stat-label {
  font-family: 'Orbitron', 'Montserrat', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #a0a5b0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

/* --- FLEET SECTION --- */
.fleet-section {
  background: #090a0c;
  padding: 100px 5%;
  border-top: 1px solid rgba(214, 148, 24, 0.15);
  border-bottom: 1px solid rgba(214, 148, 24, 0.15);
}

.fleet-container {
  max-width: 1280px;
  margin: 0 auto;
}

.fleet-subtitle {
  color: #aaa;
  max-width: 700px;
  margin: 15px auto 0;
  font-size: 1rem;
  line-height: 1.6;
}

.fleet-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.fleet-card {
  background: linear-gradient(145deg, rgba(20, 22, 26, 0.8) 0%, rgba(12, 13, 16, 0.9) 100%);
  border: 1px solid rgba(214, 148, 24, 0.2);
  border-radius: 16px;
  padding: 35px 25px 25px;
  position: relative;
  overflow: visible !important;
  z-index: 1;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              border-color 0.4s ease, 
              box-shadow 0.4s ease;
}

.fleet-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    135deg, 
    rgba(214, 148, 24, 0.30) 0%, 
    rgba(251, 227, 150, 0.12) 50%, 
    rgba(18, 20, 24, 0.98) 100%
  );
  z-index: -1;
  opacity: 0;
  transform: translateY(15px) scale(0.98);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), 
              opacity 0.4s ease;
}

.fleet-card:hover {
  transform: translateY(-8px);
  border-color: rgba(214, 148, 24, 0.85) !important;
  box-shadow: 0 16px 38px rgba(214, 148, 24, 0.25),
              0 0 20px rgba(214, 148, 24, 0.2);
}

.fleet-card:hover::before {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.fleet-card h3 {
  display: inline-block;
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 1.8rem;
  letter-spacing: 1px;
  margin-bottom: 4px;
  transform: skewX(-3deg);
  background: linear-gradient(
    90deg, 
    #ffffff 0%, 
    #ffffff 40%, 
    #fbe396 70%, 
    #d69418 100%
  );
  background-size: 200% auto;
  color: #ffffff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-position 0.5s ease, 
              transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              filter 0.4s ease;
}

.fleet-card:hover h3 {
  background-position: 100% center;
  transform: translateX(3px) scale(1.02);
  filter: drop-shadow(0 0 12px rgba(214, 148, 24, 0.65));
}

.brand-badge {
  position: absolute;
  top: -12px;
  left: 20px;
  font-family: 'Orbitron', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 1.5px;
  padding: 4px 12px;
  background: #181a20;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  color: #ccc;
  text-transform: uppercase;
}
/* При наведении на fleet-card меняем стили brand-badge */
.fleet-card:hover .brand-badge {
  /* Вставьте сюда стили вашего класса .highlight-badge */
  background-color: #e5c158;
  color: #000000;
  transform: scale(1.05);
  transition: all 0.3s ease;
}

.highlight-badge {
  background: var(--primary-gold);
  border-color: #ffe082;
  color: #000;
  box-shadow: 0 0 10px rgba(242, 178, 27, 0.4);
}

.gold-badge {
  background: linear-gradient(90deg, #d69418, #f2b21b);
  border: none;
  color: #000;
}

.fleet-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  filter: drop-shadow(0 0 8px rgba(242, 178, 27, 0.3));
}

.brand-sub {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.8rem;
  color: var(--primary-gold);
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.brand-desc {
  color: #aaa;
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.fleet-specs {
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 18px;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fleet-specs li {
  font-size: 0.85rem;
  color: #ddd;
}

.fleet-specs span {
  color: var(--gold-light);
  font-weight: 700;
}

/* --- APPLY SECTION --- */
.apply-section {
  background: #0d0a0b;
  padding: 90px 5%;
  border-top: 1px solid rgba(214, 148, 24, 0.2);
}

.apply-container {
  max-width: 850px;
  margin: 0 auto;
}

.apply-header {
  text-align: center;
  margin-bottom: 40px;
}

.apply-title {
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  letter-spacing: 2px;
  color: #ffffff;
  transform: skewX(-3deg);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.apply-subtitle {
  font-family: 'Montserrat', sans-serif;
  color: #bbb;
  font-size: 1rem;
}

.driver-apply-form {
  background: rgba(18, 14, 15, 0.95);
  border: 1px solid rgba(214, 148, 24, 0.2);
  border-radius: 12px;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.full-width {
  grid-column: span 2;
}

.form-group label {
  font-family: 'Orbitron', 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  color: #e0e0e0;
  letter-spacing: 1px;
}

.driver-apply-form input[type="text"],
.driver-apply-form input[type="tel"],
.driver-apply-form input[type="email"],
.driver-apply-form select,
.driver-apply-form textarea {
  background: rgba(30, 24, 26, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  padding: 14px 16px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.95rem;
  outline: none;
  transition: all 0.25s ease;
}

.driver-apply-form input:focus,
.driver-apply-form select:focus,
.driver-apply-form textarea:focus {
  border-color: var(--primary-gold);
  background: rgba(40, 32, 35, 1);
  box-shadow: 0 0 10px rgba(242, 178, 27, 0.25);
}

.driver-apply-form select option {
  background: #181415;
  color: #fff;
}

.file-upload-box {
  position: relative;
  background: rgba(30, 24, 26, 0.5);
  border: 1px dashed rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.file-upload-box:hover {
  border-color: var(--primary-gold);
  background: rgba(40, 32, 35, 0.7);
}

.file-upload-box input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.upload-content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.upload-icon {
  font-size: 2rem;
}

.upload-info {
  display: flex;
  flex-direction: column;
}

.upload-title {
  font-family: 'Orbitron', sans-serif;
  font-weight: 800;
  font-size: 0.9rem;
  color: #fff;
}

.upload-desc {
  font-size: 0.75rem;
  color: #888;
  margin-top: 2px;
}

.file-chosen-name {
  font-size: 0.8rem;
  color: var(--primary-gold);
  font-style: italic;
}

.checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 5px;
}

.checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--primary-gold);
  cursor: pointer;
  margin-top: 2px;
}

.checkbox-group label {
  font-size: 0.85rem;
  color: #bbb;
  line-height: 1.4;
  cursor: pointer;
}

.btn-submit-app {
  width: 100%;
  background: linear-gradient(180deg, #fbe396 0%, #d69418 50%, #9e6400 100%);
  color: #0d0a0b;
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 1.35rem;
  letter-spacing: 2.5px;
  padding: 16px;
  border: 1px solid #ffe89c;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-transform: uppercase;
  margin-top: 10px;
  box-shadow: 0 6px 20px rgba(214, 148, 24, 0.35);
  position: relative;
  overflow: hidden;
}

.btn-submit-app:hover {
  transform: translateY(-3px);
  filter: brightness(1.15);
  box-shadow: 0 10px 30px rgba(242, 178, 27, 0.5);
  color: #000;
}

.btn-submit-app:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(242, 178, 27, 0.4);
}

.form-success-alert {
  background: rgba(46, 125, 50, 0.2);
  border: 1px solid #4caf50;
  color: #81c784;
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  font-size: 0.95rem;
}

/* FLOATING APPLY BUTTON */
/* FLOATING APPLY BUTTON */
.floating-apply-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #fbe396 0%, #d69418 50%, #9e6400 100%);
  color: #0d0a0b;
  font-family: 'Anton', 'Impact', sans-serif;
  font-size: 1.1rem;
  letter-spacing: 1.5px;
  padding: 14px 24px;
  border-radius: 50px;
  border: 1px solid #ffe89c;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6), 0 0 18px rgba(242, 178, 27, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  
  /* Ограничиваем блик рамками кнопки и запускаем анимацию прыжка */
  overflow: hidden;
  animation: btn-jump-bounce 3.5s ease-in-out infinite;
}

.floating-apply-btn .btn-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

/* СЛОЙ БЛИКА (АНИМИРОВАННЫЙ МЕТАЛЛИЧЕСКИЙ ЛУЧ) */
.floating-apply-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -150%;
  width: 100%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 240, 180, 0.6) 45%,
    rgba(255, 255, 255, 0.95) 50%, /* Центральный белый spotlight-блик */
    rgba(255, 240, 180, 0.6) 55%,
    rgba(255, 255, 255, 0) 70%,
    transparent 100%
  );
  transform: rotate(20deg);
  animation: btn-shimmer-sweep 3.5s infinite linear;
  pointer-events: none;
}

/* HOVER (НАВЕДЕНИЕ) */
.floating-apply-btn:hover {
  animation-play-state: paused; /* Приостанавливаем прыжок при наведении, чтобы было удобно кликнуть */
  transform: translateY(-6px) scale(1.06);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7), 0 0 28px rgba(242, 178, 27, 0.8);
  color: #000;
}

.floating-apply-btn:hover .btn-icon {
  transform: rotate(15deg) scale(1.2);
}

/* -------------------------------------------------------------
   АНИМАЦИИ: ПОДПРЫГИВАНИЕ И ПРОЛЕТ БЛИКА
------------------------------------------------------------- */

/* Анимация подпрыгивания с эффектом Squash & Stretch (сжатие и вытягивание) */
@keyframes btn-jump-bounce {
  0%, 100% {
    transform: translateY(0) scale(1, 1);
  }
  8% {
    transform: translateY(0) scale(1.08, 0.92); /* Приседание перед прыжком */
  }
  18% {
    transform: translateY(-16px) scale(0.95, 1.05); /* Взлет */
  }
  26% {
    transform: translateY(0) scale(1.04, 0.96); /* Касание земли */
  }
  32% {
    transform: translateY(-5px) scale(0.99, 1.01); /* Микро-отскок */
  }
  38%, 88% {
    transform: translateY(0) scale(1, 1); /* Пауза в покое */
  }
}

/* Пролет светового луча */
@keyframes btn-shimmer-sweep {
  0% {
    left: -150%;
  }
  20%, 100% {
    left: 150%; /* Блик быстро пролетает во время прыжка и ждет следующего цикла */
  }
}
/* ==========================================
   АДАПТИВНОСТЬ ДЛЯ ПЛАНШЕТОВ (<= 992px)
   ========================================== */
@media (max-width: 992px) {
  /* Шапка */
  .logo-gold { font-size: 1.4rem; }
  .logo-sub { font-size: 0.75rem; letter-spacing: 2px; }
  .nav-desktop { display: none; }
  .burger-btn { display: flex; }
  
  .header-container > .header-phone-btn {
    display: none;
  }

  .nav-mobile {
    display: block;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: var(--header-bg);
    backdrop-filter: blur(15px);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .nav-mobile.active {
    max-height: 300px;
    border-bottom: 1px solid rgba(214, 148, 24, 0.3);
  }

  .nav-mobile ul {
    list-style: none;
    padding: 20px 0;
    text-align: center;
  }

  .nav-mobile li { margin: 12px 0; }
  .nav-mobile a { color: #fff; text-decoration: none; font-size: 1rem; text-transform: uppercase; }

  /* Hero Section на планшетах */
  .hero {
    background: url('img/heromob.png') center/cover no-repeat;
    height: auto;
    min-height: 100vh;
    padding: clamp(75px, 8.5vh, 95px) 4% clamp(15px, 2.5vh, 30px);
  }

  .desktop-tagline { display: none; }

  .mobile-tagline {
    display: block;
    font-size: clamp(0.85rem, 2vh, 1.1rem);
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.3;
    margin-bottom: 1.2vh;
    text-shadow: 
      -1px -1px 0 rgba(255, 255, 255, 0.95),  
       1px -1px 0 rgba(255, 255, 255, 0.95),
      -1px  1px 0 rgba(255, 255, 255, 0.95),
       1px  1px 0 rgba(255, 255, 255, 0.95),
       0px 2px 8px rgba(0, 0, 0, 0.8);
  }

  .about-section { padding: clamp(60px, 8vh, 80px) 4%; }
  .about-content { grid-template-columns: 1fr; gap: 0; font-size: 0.95rem; }
  .features-grid { grid-template-columns: 1fr; gap: 15px; }
  .feature-card { padding: 20px 20px; }
  .about-footer-quote { padding: 20px 20px; margin-top: 40px; }

  .contact-container { grid-template-columns: 1fr; gap: 40px; }
  .quote-form-wrapper { padding: 25px 20px; }
  .info-card { padding: 25px 20px; }

  .ticker-wrapper { padding: 12px 0; }
  .ticker-item { font-size: 0.82rem; letter-spacing: 1px; padding: 0 10px; }
  .ticker-item .icon { font-size: 0.95rem; }
  .ticker-divider { font-size: 1rem; padding: 0 5px; }
  .ticker-wrapper::before, .ticker-wrapper::after { width: 40px; }

  .stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
}

/* ==========================================
   ОПТИМИЗАЦИЯ HERO И ЗНАЧКОВ ДЛЯ МОБИЛЬНЫХ (<= 768px)
   ========================================== */
@media (max-width: 768px) {

  /* 1. КОНТЕЙНЕР HERO */
  .hero {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
  }

  .hero-container {
    min-height: 100vh;
    min-height: 100dvh;
    padding: 55px 12px 0 12px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: center !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  /* 2. ЛИСА И ЗАГОЛОВОК С MARGIN-TOP: -10% */
  .hero-brand {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .hero-logo-img {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-bottom: 6px !important;
  }

  .hero-logo-img img {
    width: 25% !important;
    max-width: 25% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
    margin-top: 10% !important;
  }

  .hero-title-group {
    width: 100% !important;
    text-align: center !important;
    margin-top: -12% !important;
    margin-left: 0 !important;
  }

  .gold-gradient-text {
    font-size: 12.5vw !important;
    line-height: 1.0 !important;
    margin: 0 0 6px 0 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .trans-row {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 0 auto 6px auto !important;
  }

  .sub-title {
    font-size: 5vw !important;
    letter-spacing: 5px !important;
    color: black !important;
    margin-right: 0 !important;
  }

  .trans-row .line {
    flex: 1 !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent, #d69418, transparent) !important;
  }

  .tagline.mobile-tagline {
    font-size: 11px !important;
    margin-top: 4px !important;
  }

  /* 3. НИЖНИЙ БЛОК */
  .hero-bottom-group {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 2px !important;
    margin-top: auto !important;
  }

  /* Кнопки */
  .hero-action-buttons {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    padding: 0 4px !important;
    box-sizing: border-box !important;
    margin-bottom: 8px !important;
  }

  .btn-call, .btn-apply {
    width: 100% !important;
    font-size: 12.5px !important;
    /* padding: 11px 8px !important; */
    white-space: nowrap !important;
    text-align: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
  }

  /* 4. ЗНАЧКИ ДОВЕРИЯ: ПОЛНОЕ ПРИЛИПАНИЕ К КРАЯМ И СЕТКА */
  .trust-badges-row {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    position: relative !important;
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    padding: 6px 0 8px 0 !important;
    background: rgba(12, 14, 18, 0.96) !important;
    border: none !important;
    border-radius: 0 !important;
    backdrop-filter: blur(12px) !important;
    box-sizing: border-box !important;
  }

  /* Скрытие разделителей из HTML */
  .badge-divider {
    display: none !important;
  }

  /* Верхняя анимированная золотая нить */
  .trust-badges-row::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 2px !important;
    background: linear-gradient(
      90deg, 
      rgba(143, 90, 0, 0.2), 
      #fbe396, 
      #d69418, 
      #fbe396, 
      rgba(143, 90, 0, 0.2)
    ) !important;
    background-size: 200% 100% !important;
    animation: goldBorderFlow 3s linear infinite !important;
  }

  /* Карточки первых 4-х значков */
  .trust-badge {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 3px 0 !important;
    border-right: 1px solid rgba(214, 148, 24, 0.22) !important;
    box-sizing: border-box !important;
  }

  .trust-badge:nth-child(4) {
    border-right: none !important;
  }

  /* 5-й значок — на всю ширину снизу */
  .trust-badge:nth-child(5) {
    grid-column: 1 / -1 !important;
    border-right: none !important;
    border-top: 1px solid rgba(214, 148, 24, 0.18) !important;
    padding-top: 5px !important;
    margin-top: 4px !important;
  }

  .badge-icon {
    width: 16px !important;
    height: 16px !important;
    margin-bottom: 2px !important;
  }

  .badge-icon svg {
    width: 100% !important;
    height: 100% !important;
  }

  .badge-text {
    font-size: 8px !important;
    letter-spacing: 0.2px !important;
    text-align: center !important;
    white-space: nowrap !important;
    line-height: 1 !important;
  }

  /* Формы и элементы блоков */
  .form-row { grid-template-columns: 1fr; }
  .driver-apply-form { padding: 25px 18px; }
  .fleet-grid { grid-template-columns: 1fr; gap: 25px; }
  .floating-apply-btn { bottom: 20px; right: 20px; padding: 12px 18px; font-size: 0.95rem; }
}

@media (max-width: 600px) {
  .stats-grid { grid-template-columns: 1fr; gap: 14px; }
  .stat-card { padding: 28px 15px; }
}

/* АНИМАЦИЯ ЗОЛОТОГО БОРДЕРА */
@keyframes goldBorderFlow {
  0% { background-position: 0% 0%; }
  100% { background-position: 200% 0%; }
}
/* Скрываем блок со значками доверия на мобильных устройствах */
@media (max-width: 768px) {
  .trust-badges-row {
    display: none !important;
  }
}
@media (max-width: 768px) {
    .tagline.mobile-tagline {
        font-size: 18px !important;
        margin-top: 4px !important;
        alignment-baseline: central;
        text-align: center;
    }
}
@media (max-width: 992px) {
    .mobile-tagline {
        display: block;
        font-size: clamp(0.85rem, 2vh, 1.1rem);
        font-weight: 800;
        letter-spacing: 1.5px;
        line-height: 1.3;
        margin-bottom: 2.5vh;
        text-shadow: -1px -1px 0 rgba(255, 255, 255, 0.95), 1px -1px 0 rgba(255, 255, 255, 0.95), -1px 1px 0 rgba(255, 255, 255, 0.95), 1px 1px 0 rgba(255, 255, 255, 0.95), 0px 2px 8px rgba(0, 0, 0, 0.8);
    }
}

@media (max-width: 768px) {
    .hero-action-buttons {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
        padding: 0 4px !important;
        box-sizing: border-box !important;
        margin-bottom: 10% !important;
    }
}


@media (max-width: 768px) {

  /* 1. Скрываем блок со значками доверия */
  .trust-badges-row {
    display: none !important;
  }

  /* 2. Бронзовый градиент С ТЁМНОЙ ОБВОДКОЙ для GOLD FOX */
  #hero .gold-gradient-text,
  .gold-gradient-text {
    background: linear-gradient(
      180deg, 
      #FFF0B3 0%,   /* Светлое золото сверху */
      #D4881A 45%,  /* Насыщенная бронза */
      #8C4A00 80%,  /* Тёмная бронза */
      #4A2200 100%  /* Глубокий базис */
    ) !important;

    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;

    /* ЧЁТКАЯ ОБВОДКА БУКВ */
    -webkit-text-stroke: 1.2px #180b00 !important;

    /* Полностью убираем тени */
    filter: none !important;
    text-shadow: none !important;
  }
}


/* 1. Делаем контейнер картинки относительным, чтобы позиционировать свет внутри него */
.hero-logo-img {
  position: relative;
  display: inline-block;
}

/* 2. Создаем анимированное световое пятно на морде */
.hero-logo-img::before {
  content: '';
  position: absolute;
  
  /* КООРДИНАТЫ СВЕТА (позиция на морде) */
  top: 0%;            /* Высота: регулируй, чтобы поднять/опустить свет */
  left: 0%;           /* Смещение: регулируй влево/вправо */
  width: 50%;          /* Ширина светового пятна */
  height: 35%;         /* Высота светового пятна */
  
  /* РАДИАЛЬНЫЙ ГРАДИЕНТ СВЕЧЕНИЯ */
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 1) 0%,     /* Яркое белое ядро в центре */
    rgba(255, 190, 11, 0.9) 25%,   /* Яркое золото */
    rgba(255, 110, 0, 0.6) 55%,    /* Огненный оранжевый halo */
    rgba(255, 80, 0, 0) 80%        /* Плавное угасание в прозрачность */
  );
  
  /* ЭФФЕКТЫ СВЕЧЕНИЯ И НАЛОЖЕНИЯ */
  filter: blur(10px);              /* Мягкое размытие лучей */
  mix-blend-mode: screen;          /* Режим наложения свечения (горит на тёмном) */
  pointer-events: none;            /* Не мешает кликам */
  z-index: 2;                      /* Поверх картинки */

  /* АНИМАЦИЯ ПЕРЕЛИВАНИЯ */
  animation: foxFaceGlow 3s ease-in-out infinite alternate;
}

/* 3. Кадры анимации пульсации и переливания света */
@keyframes foxFaceGlow {
  0% {
    opacity: 0.65;
    transform: scale(0.92);
    filter: blur(8px);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
    filter: blur(12px);
  }
  100% {
    opacity: 0.85;
    transform: scale(1.02);
    filter: blur(10px);
  }
}
.hero-action-buttons {
  position: relative !important;
  z-index: 100 !important; /* Гарантированно поверх всех текстов и свечений */
  pointer-events: auto !important;
}

.hero-action-buttons .btn {
  position: relative !important;
  z-index: 101 !important;
  pointer-events: auto !important; /* Принудительно разрешаем клики */
}

/* Фикс контрастности выпадающих списков (select > option) */
.quote-form select option {
  background-color: #121212; /* Тёмный фон выпадающего списка */
  color: #ffffff;            /* Белый четкий текст */
  padding: 10px;
}

/* Стиль для первого неактивного пункта (Placeholder) */
.quote-form select option:disabled {
  color: #888888;            /* Приглушенный серый цвет текста */
  background-color: #1a1a1a;
}

/* Перекрашиваем системный эмодзи в золотисто-жёлтый */
.yellow-emoji {
  display: inline-block;
  /* Фильтр переводит любой системный цвет в жёлтый/золотой */
  filter: invert(78%) sepia(85%) saturate(1200%) hue-rotate(350deg) brightness(105%);
}



.hero-logo-img img {
    width: 40vh;
    max-width: 40vh;
    height: auto;
    display: block;
    margin-left: 0;
    margin-top: 130px;
    margin-bottom: 10vh;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #070709; /* Ещё чуть более глубокий чёрный для максимального контраста */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  transition: opacity 0.8s ease, visibility 0.8s ease, transform 0.8s ease;
}

.preloader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* 1. УВЕЛИЧИЛИ РАЗМЕР ЛИСЫ НА 50% (было 220px, стало 330px) */
.fox-container {
  position: relative;
  width: 500px; 
  height: auto;
  margin-bottom: 35px;
}

.fox-gif {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  /* 2. ЧЁТКИЙ КОНТРАСТНЫЙ СВЕТ: 
     Первая тень дает четкую золотую окантовку контуров, 
     вторая — глубокую черную тень, выделяющую детальки */
  /* filter: 
    drop-shadow(0 0 4px rgba(255, 190, 40, 0.9)) 
    drop-shadow(0 0 15px rgba(0, 0, 0, 0.95)); */
}

/* 3. ТЁМНЫЙ СПОТЛАЙТ С ТОНКИМ ЗОЛОТЫМ ОРЕОЛОМ ВМЕСТО ЖЕЛТОГО ПЯТНА */
.pulse-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  height: 550px;
  /* Темный центр дает читаемость деталям лисы, а тонкое внешнее кольцо создаст стиль */
  background: radial-gradient(
    circle,
    rgba(7, 7, 9, 0.95) 20%,
    rgba(20, 18, 25, 0.8) 55%,
    rgba(212, 175, 55, 0.2) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 50%;
  z-index: 1;
  animation: pulse 2.5s infinite ease-in-out;
}

@keyframes pulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
    opacity: 1;
  }
}

/* Шкала прогресса */
.progress-box {
  width: 240px; /* Чуть увеличили ширину под размер лисы */
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}

.progress-bar {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #b8860b, #ffaa00, #fff2a3);
  box-shadow: 0 0 12px #ffaa00;
  border-radius: 10px;
  transition: width 0.1s linear;
}

/* Текст */
.loading-info {
  font-family: 'Segoe UI', Tahoma, sans-serif;
  color: #e5c158;
}

#percent {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.loading-text {
  font-size: 11px;
  color: #777;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

/* Финальный анимационный уход */
#preloader.done {
  opacity: 0;
  visibility: hidden;
  transform: scale(1.04);
}

@media (max-width: 768px) {
    .fox-gif {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 2;
  /* 2. ЧЁТКИЙ КОНТРАСТНЫЙ СВЕТ: 
     Первая тень дает четкую золотую окантовку контуров, 
     вторая — глубокую черную тень, выделяющую детальки */
  /* filter: 
    drop-shadow(0 0 4px rgba(255, 190, 40, 0.9)) 
    drop-shadow(0 0 15px rgba(0, 0, 0, 0.95)); */
}
.pulse-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 91vw;
  height: 91vw;
  /* Темный центр дает читаемость деталям лисы, а тонкое внешнее кольцо создаст стиль */
  background: radial-gradient(
    circle,
    rgba(7, 7, 9, 0.95) 20%,
    rgba(20, 18, 25, 0.8) 55%,
    rgba(212, 175, 55, 0.2) 75%,
    rgba(0, 0, 0, 0) 100%
  );
  border-radius: 50%;
  z-index: 1;
  animation: pulse 2.5s infinite ease-in-out;
}
}
