@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", sans-serif;
  background: #FFFFFF;
  color: #0A1A2F;
  line-height: 1.6;
}

/* ================================
   CONTAINER
================================ */
.container {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

/* ================================
   HEADER
================================ */
.site-header {
  background: #0A1A2F;
  padding: 25px 0;
}
.site-header .header-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .logo {
  color: #D7263D;
  font-size: 32px;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
.site-header .logo:hover {
  color: rgb(224.0592885375, 79.9407114625, 98.6679841897);
}

/* ================================
   HERO
================================ */
.hero {
  background: linear-gradient(rgba(10, 26, 47, 0.6), rgba(10, 26, 47, 0.85)), url("/assets/img/hero.webp") center/cover no-repeat;
  padding: 100px 0;
  text-align: center;
  color: white;
}
.hero .hero-content {
  max-width: 820px;
  margin: 0 auto;
}
.hero h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.hero p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 28px;
  color: #e9edf3;
}
.hero .btn-primary {
  display: inline-block;
  padding: 14px 32px;
  background: #D7263D;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s;
}
.hero .btn-primary:hover {
  background: rgb(171.6600790514, 30.3399209486, 48.7035573123);
}

.nascar-articles {
  padding: 80px 0;
}
.nascar-articles .article-row {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 70px;
}
.nascar-articles .article-row.reverse {
  flex-direction: row-reverse;
}
.nascar-articles .article-row .article-img {
  flex: 0 0 45%;
}
.nascar-articles .article-row .article-img img {
  width: 100%;
  border-radius: 12px;
}
.nascar-articles .article-row .article-text {
  flex: 1;
}
.nascar-articles .article-row .article-text h3 {
  font-size: 28px;
  margin-bottom: 18px;
  color: #D7263D;
  font-weight: 700;
}
.nascar-articles .article-row .article-text p {
  margin-bottom: 16px;
  font-size: 17px;
  color: #0A1A2F;
  line-height: 1.7;
}
.nascar-articles .article-row .article-text .btn-article {
  display: inline-block;
  padding: 12px 26px;
  background: #D7263D;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: 0.3s;
  font-weight: 600;
}
.nascar-articles .article-row .article-text .btn-article:hover {
  background: rgb(171.6600790514, 30.3399209486, 48.7035573123);
}

/* ================================
   FOOTER
================================ */
.site-footer {
  background: #f5f5f5;
  padding: 60px 0;
  text-align: center;
}
.site-footer .footer-text {
  max-width: 900px;
  margin: 0 auto 40px;
  font-size: 17px;
  line-height: 1.7;
  color: #0A1A2F;
}
.site-footer .footer-age {
  display: inline-block;
  margin-bottom: 35px;
}
.site-footer .footer-age img {
  border-radius: 50%;
  width: 75px;
  height: auto;
}
.site-footer .footer-links {
  margin-bottom: 25px;
}
.site-footer .footer-links a {
  margin: 0 14px;
  color: #0A1A2F;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: 0.2s;
}
.site-footer .footer-links a:hover {
  text-decoration: underline;
  color: #D7263D;
}
.site-footer .footer-copy {
  font-size: 14px;
  color: #666;
}

.driver-hero {
  padding: 80px 0;
  background: linear-gradient(to bottom, rgba(10, 26, 47, 0.7), rgba(10, 26, 47, 0.95));
  text-align: center;
  color: #fff;
}
.driver-hero h1 {
  font-size: 42px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #FFFFFF;
}
.driver-hero p {
  max-width: 830px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 18px;
  color: #C5CED6;
}

.driver-content {
  padding: 70px 0;
  background: #FFFFFF;
}
.driver-content .driver-image {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 35px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}
.driver-content h2 {
  font-size: 28px;
  color: #D7263D;
  margin: 30px 0 15px;
  font-weight: 700;
}
.driver-content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #0A1A2F;
}

.team-hero {
  padding: 80px 0;
  background: linear-gradient(to bottom, rgba(10, 26, 47, 0.7), rgba(10, 26, 47, 0.95));
  text-align: center;
  color: #fff;
}
.team-hero h1 {
  font-size: 42px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #FFFFFF;
}
.team-hero p {
  max-width: 830px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 18px;
  color: #C5CED6;
}

.team-content {
  padding: 70px 0;
}
.team-content .team-image {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 35px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}
.team-content h2 {
  font-size: 28px;
  color: #D7263D;
  margin: 30px 0 15px;
  font-weight: 700;
}
.team-content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #0A1A2F;
}

.tracks-hero {
  padding: 80px 0;
  background: linear-gradient(to bottom, rgba(10, 26, 47, 0.7), rgba(10, 26, 47, 0.95));
  text-align: center;
  color: #fff;
}
.tracks-hero h1 {
  font-size: 42px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #FFFFFF;
}
.tracks-hero p {
  max-width: 830px;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 18px;
  color: #C5CED6;
}

.tracks-content {
  padding: 70px 0;
}
.tracks-content .tracks-image {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 35px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}
.tracks-content h2 {
  font-size: 28px;
  color: #D7263D;
  margin: 30px 0 15px;
  font-weight: 700;
}
.tracks-content p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #0A1A2F;
}

.legal-page {
  padding: 80px 0;
  background: #FFFFFF;
}
.legal-page .legal-page__title {
  font-size: 42px;
  margin-bottom: 35px;
  color: #0A1A2F;
  font-weight: 700;
  text-align: center;
  text-shadow: 0 0 12px rgba(197, 206, 214, 0.4);
}

.legal-panel {
  background: #ffffff;
  border-radius: 18px;
  padding: 40px 45px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.08);
  line-height: 1.75;
  border: 1px solid rgba(47, 47, 47, 0.15);
}
.legal-panel h2 {
  margin-top: 32px;
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 700;
  color: #D7263D;
  text-shadow: 0 0 6px rgba(215, 38, 61, 0.35);
}
.legal-panel h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  color: #0A1A2F;
}
.legal-panel p {
  color: #0A1A2F;
  margin-bottom: 18px;
  font-size: 17px;
}
.legal-panel ul {
  padding-left: 22px;
  margin-bottom: 25px;
}
.legal-panel ul li {
  color: #0A1A2F;
  margin-bottom: 10px;
  list-style: disc;
}

/* адаптив */
@media (max-width: 768px) {
  .legal-page {
    padding: 60px 0;
  }
  .legal-panel {
    padding: 28px;
  }
  .legal-panel h2 {
    font-size: 24px;
  }
  .legal-panel h3 {
    font-size: 20px;
  }
  .legal-panel .legal-page__title {
    font-size: 34px;
  }
}
.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 9999;
  display: none;
  pointer-events: none;
}
.cookie-banner__inner {
  max-width: 900px;
  margin: 0 auto;
  background: #0A1A2F;
  color: #FFFFFF;
  border-radius: 14px;
  padding: 18px 22px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  pointer-events: auto;
}
.cookie-banner__text h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}
.cookie-banner__text p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #C5CED6;
}
.cookie-banner__link {
  font-size: 14px;
  color: #D7263D;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie-banner__link:hover {
  color: rgb(180.3280632411, 31.8719367589, 51.1628458498);
}
.cookie-banner__btn {
  white-space: nowrap;
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  background: #D7263D;
  color: #fff;
  transition: 0.2s ease-in-out;
  flex-shrink: 0;
}
.cookie-banner__btn:hover {
  background: rgb(171.6600790514, 30.3399209486, 48.7035573123);
  transform: translateY(-1px);
}

@media (max-width: 640px) {
  .cookie-banner {
    bottom: 10px;
  }
  .cookie-banner__inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .cookie-banner__btn {
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */