/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}

body {
  background: #E5E4E2; /* платиновый фон для всего сайта */
  color: #B22222; /* красный акцент для текста */
  line-height: 1.6;
}

a {
  text-decoration: none;
}
.site-header .navbar {
  padding: 0;
}

.site-header .navbar-brand h1 {
  font-size: 1.25rem;
  letter-spacing: 1px;
}

.navbar-nav .nav-link {
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #c21807;
}

.btn-danger {
  background-color: #c21807;
  border: none;
}

.btn-danger:hover {
  background-color: #a51206;
}
/* CONTAINER */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

/* HERO */
.hero {
      min-height: 80vh;
      position: relative;
      overflow: hidden;
      color: #fff;
    }
    .hero-bg {
      background-image: url('../img/hero-bg.jpg'); /* сюда добавь свой фон */
      background-size: cover;
      background-position: center;
      background-attachment: fixed; /* эффект параллакса */
      filter: brightness(0.4);
      z-index: 1;
      transition: transform 0.5s ease-out;
    }
    .hero:hover .hero-bg {
      transform: scale(1.05);
    }
    .hero .container {
      position: relative;
      z-index: 2;
    }
    .btn-danger {
      background-color: #c21807;
      border: none;
    }
    .btn-danger:hover {
      background-color: #a51206;
    }
/* OFFERS */
.offers {
  background: linear-gradient(180deg, #f9f9f9 0%, #e9eef3 100%);
  position: relative;
}

.offers h2 {
  color: #0b1a3a;
  letter-spacing: 1px;
}

.offer-block {
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.offer-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 0, 50, 0.15);
}

.offer-logo-wrap {
  background: linear-gradient(135deg, #0b1a3a 0%, #c21807 100%);
  height: 100%;
}

.offer-logo {
  max-height: 100px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.offer-logo:hover {
  transform: scale(1.05);
}

.offer-features li {
  margin-bottom: 10px;
  color: #333;
  font-size: 0.95rem;
}

.offer-content h5 {
  color: #0b1a3a;
}

.offer-warning-area {
  background: #f8f9fb;
}

.alert-secondary {
  background-color: #eef1f7;
  border: 1px solid #c6d0e0;
  color: #22304b;
}

.btn-dark {
  background-color: #0b1a3a;
  border: none;
}

.btn-dark:hover {
  background-color: #c21807;
}

/* RESPONSIBLE */
.responsible {
  background: linear-gradient(180deg, #f5f7fa 0%, #e9eef3 100%);
}

.responsible-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
}

.responsible-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 35px rgba(0, 0, 60, 0.1);
}

.responsible h2 {
  color: #0b1a3a;
  letter-spacing: 1px;
}

.responsible h3 {
  color: #0b1a3a;
  font-size: 1.25rem;
}

.responsible p {
  color: #333;
  line-height: 1.7;
}

.responsible ul li {
  margin-bottom: 8px;
  font-size: 0.95rem;
  color: #222;
}

.alert-secondary {
  background-color: #eef1f7;
  border: 1px solid #c6d0e0;
  color: #22304b;
}
/* FOOTER */
.sw-footer {
  background-color: #0b1a3a;
  color: #f8f9fa;
  font-size: 0.9rem;
  position: relative;
}

.sw-footer h5 {
  color: #c21807;
  letter-spacing: 1px;
}

.sw-logos-wrap .footer-logo {
  height: 40px;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: brightness(0) invert(1);
}

.sw-logos-wrap .footer-logo-link:hover .footer-logo {
  transform: scale(1.1);
  filter: brightness(1.2) invert(1);
}

.sw-footer-links .footer-link {
  transition: color 0.3s ease;
}

.sw-footer-links .footer-link:hover {
  color: #c21807;
  text-decoration: underline;
}

.sw-footer-copy {
  color: #a0a8b9;
}
.sw-privacy {
  background: #fff8f0;
  color: #3c1f1f;
  padding: 60px 20px;
  font-family: 'Arial', sans-serif;
}

.sw-privacy-intro {
  font-size: 1.1rem;
  margin-bottom: 40px;
  line-height: 1.7;
  color: #5a2a2a;
}

.sw-privacy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.sw-privacy-block {
  background: #fff3e6;
  padding: 25px 20px;
  border-left: 5px solid #b22222;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(184, 139, 63, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sw-privacy-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(184, 139, 63, 0.3);
}

.sw-step {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #b22222;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  margin-right: 12px;
}

.sw-privacy-block h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #3c1f1f;
}

.sw-privacy-block p {
  font-size: 1rem;
  line-height: 1.6;
}
ul.gslyu-checklist {
  margin-left: 20px;
}
.sw-final {
  background: #fdf0e5;
  border-left-color: #d4a460;
}
/* RESPONSIVE */
@media (max-width: 1024px) {
  .offer, .slot {
    width: 48%;
  }
  .review {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }
  .hero p {
    font-size: 1rem;
  }
  .offer, .slot {
    width: 100%;
    margin-bottom: 20px;
  }
}
