:root {
  --bg-dark: #070707;
  --accent-red: #e10600;
  --accent-red-soft: #ff2b2b;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: var(--bg-dark);
  color: #f5f5f5;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

.hero {
  min-height: 100vh;
  padding: 26px 8%;
  padding-top: 120px;
  background-color: #070707;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -36px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.78)),
    url("Images - Copy/watching.jpg");
  background-size: cover;
  background-position: calc(100% - 160px) 38%;
  transform: scaleX(-1.1);
  z-index: 0;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(150% 150% at -14% 50%, rgba(7, 7, 7, 0.82) 0%, rgba(7, 7, 7, 0.64) 24%, rgba(7, 7, 7, 0.42) 46%, rgba(7, 7, 7, 0.2) 62%, rgba(7, 7, 7, 0.06) 74%, rgba(7, 7, 7, 0) 88%),
    linear-gradient(108deg, rgba(7, 7, 7, 0.2) 0%, rgba(7, 7, 7, 0.1) 22%, rgba(7, 7, 7, 0) 52%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, auto, 48px 48px, 48px 48px;
  pointer-events: none;
}

.navbar,
.hero-inner {
  position: relative;
  z-index: 1;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 26px 8%;
  background-color: rgba(7, 7, 7, 0.95);
  backdrop-filter: blur(10px);
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
}

.logo,
.logo:hover,
.logo:focus {
  text-decoration: none;
}

.logo img {
  display: block;
  width: auto;
  height: 52px;
  max-width: 184px;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 2px rgba(255, 255, 255, 0.08));
}

.nav-links a {
  color: white;
  text-decoration: none;
  margin-left: 22px;
  font-size: 15px;
  transition: color 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
  color: #ff2b2b;
}

.hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: end;
  min-height: 82vh;
}

.eyebrow,
.section-label {
  color: #ff2b2b;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 13px;
}

h1 {
  font-size: 72px;
  line-height: 0.94;
  margin: 18px 0;
  text-transform: uppercase;
  max-width: 760px;
}

.hero-text {
  font-size: 19px;
  line-height: 1.55;
  color: #e8e8e8;
  max-width: 720px;
}

.hero-copy {
  max-width: 680px;
  padding: 30px 32px 28px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(6, 6, 6, 0.72), rgba(20, 0, 0, 0.5));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(8px);
}

.hero-actions {
  margin-top: 30px;
}

.btn {
  display: inline-block;
  border-radius: 999px;
  padding: 14px 22px;
  margin-right: 12px;
  text-decoration: none;
  font-weight: bold;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.btn:hover {
  transform: scale(1.1);
}

.btn-red {
  background-color: var(--accent-red);
  color: #ffffff;
  box-shadow: 0 8px 20px rgba(225, 6, 0, 0.3);
}

.btn-outline {
  color: #ffffff;
  border: 2px solid #ffffff;
}

.btn-red:hover {
  background-color: var(--accent-red-soft);
}

.btn-outline:hover {
  background-color: #ffffff;
  color: #080808;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.social-links a {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 10px 15px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.08);
  font-weight: bold;
}

.social-links a:hover {
  background-color: #e10600;
  border-color: #e10600;
}

.stats-band {
  padding: 70px 8%;
  background:
    linear-gradient(135deg, #0d0d0d, #220000);
  color: #ffffff;
  border-top: 4px solid #e10600;
}

.stats-intro {
  max-width: 820px;
  margin-bottom: 26px;
}

.stats-intro h2 {
  margin: 8px 0 0;
  font-size: 38px;
  line-height: 1.1;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.stat-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(225, 6, 0, 0.55);
}

.stats-band span {
  display: block;
  color: #e10600;
  font-size: 38px;
  font-weight: bold;
  min-height: 42px;
}

.stats-band p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.4;
  color: #efefef;
}

.story-section,
.driver-section,
.tracks-section,
.events-section,
.gallery-section,
.sponsor-section,
.contact-section {
  padding: 90px 8%;
}

.events-section {
  background:
    linear-gradient(135deg, #0f0f0f, #1e0202 60%, #101010);
  color: #ffffff;
}

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.event-card {
  border-radius: 20px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.event-card:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 6, 0, 0.55);
}

.event-meta {
  margin: 0 0 8px;
  color: #ff7b7b;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
}

.event-card h3 {
  margin: 0 0 8px;
  font-size: 24px;
}

.event-card p {
  margin: 0;
  color: #efefef;
  line-height: 1.5;
}

.events-note {
  margin: 14px 2px 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.4;
}

.tracks-section {
  background-color: #ffffff;
  color: #151515;
}

.track-feature {
  display: grid;
  grid-template-columns: 1fr 0.42fr;
  gap: 24px;
  margin-bottom: 24px;
}

.track-text,
.track-highlight,
.track-card {
  border-radius: 24px;
}

.track-text {
  background-color: #111111;
  color: #ffffff;
  padding: 30px;
  border-left: 6px solid #e10600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.track-text h3 {
  margin-top: 0;
  font-size: 28px;
}

.track-text p {
  color: #e6e6e6;
}

.track-highlight {
  background-color: #e10600;
  color: #ffffff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.track-text:hover,
.track-highlight:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.track-text:hover {
  border-left-color: #ff2b2b;
}

.track-highlight:hover {
  border-color: rgba(255, 255, 255, 0.35);
}

.track-highlight span {
  font-size: 48px;
  font-weight: bold;
}

.track-highlight p {
  margin-bottom: 0;
}

.track-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.track-card {
  background-color: #f5f5f5;
  border: 1px solid #ececec;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.track-card:hover {
  transform: translateY(-6px);
  border-color: rgba(225, 6, 0, 0.35);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

.track-card h3 {
  margin-top: 0;
}

.track-card p {
  font-size: 16px;
}

.story-section {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: 55px;
  align-items: center;
  background:
    radial-gradient(circle at 10% 12%, rgba(225, 6, 0, 0.14), transparent 36%),
    linear-gradient(115deg, rgba(225, 6, 0, 0.06), transparent 46%),
    #ffffff;
  color: #151515;
  position: relative;
  overflow: hidden;
}

.story-image {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.story-image img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.story-text h2 {
  margin-bottom: 20px;
}

.story-quote {
  margin: 2px 0 20px;
  padding: 14px 18px;
  border-left: 5px solid #e10600;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(225, 6, 0, 0.14), rgba(225, 6, 0, 0.04));
  color: #1f1f1f;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.story-text p {
  margin: 0 0 14px;
  max-width: 62ch;
  color: #2b2b2b;
}

.story-text .story-lead {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.story-points {
  margin: 14px 0 0;
  padding-left: 22px;
}

.story-points li {
  margin-bottom: 10px;
  color: #252525;
  font-size: 17px;
  line-height: 1.5;
}

h2 {
  font-size: 46px;
  line-height: 1.05;
  margin: 12px 0 24px;
}

p {
  font-size: 18px;
  line-height: 1.7;
}

.driver-section {
  position: relative;
  background:
    radial-gradient(circle at 18% 16%, rgba(225, 6, 0, 0.2), transparent 42%),
    radial-gradient(circle at 85% 75%, rgba(255, 255, 255, 0.06), transparent 45%),
    linear-gradient(165deg, #0b0b0b 8%, #1a0000 82%);
  overflow: hidden;
}

.driver-section > * {
  position: relative;
  z-index: 1;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 36px;
}

.section-heading h2 {
  position: relative;
  padding-bottom: 10px;
}

.section-heading h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 84px;
  height: 3px;
  background-color: var(--accent-red);
  border-radius: 999px;
}

.story-text .section-label {
  color: #cc0000;
}

.driver-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 28px;
  align-items: stretch;
}

.stats-scroll-hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 34px auto 0;
  text-decoration: none;
  color: #ffd0d0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.4px;
  border: 1px solid rgba(225, 6, 0, 0.55);
  border-radius: 999px;
  padding: 7px 14px;
  background-color: rgba(225, 6, 0, 0.1);
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.stats-scroll-hint:hover {
  color: #ffffff;
  background-color: rgba(225, 6, 0, 0.22);
  border-color: #e10600;
}

.hero-copy .stats-scroll-hint {
  margin: 16px 0 0;
}

.driver-main {
  background:
    linear-gradient(150deg, rgba(20, 20, 20, 0.96), rgba(43, 0, 0, 0.93));
  border: 1px solid rgba(225, 6, 0, 0.28);
  border-left: 6px solid #e10600;
  border-radius: 24px;
  padding: 34px 34px 30px;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.3);
}

.driver-main p {
  color: #f0f0f0;
  line-height: 1.78;
}

.coach-feedback {
  margin-top: 20px;
  padding: 18px 18px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(225, 6, 0, 0.08));
}

.coach-feedback h3 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #ffffff;
}

.coach-feedback ul {
  margin: 0;
  padding-left: 18px;
}

.coach-feedback li {
  margin: 0 0 8px;
  color: #f1f1f1;
  line-height: 1.5;
}

.driver-cards {
  display: grid;
  gap: 16px;
  align-content: start;
}

.driver-card {
  background:
    linear-gradient(135deg, rgba(24, 24, 24, 0.97), rgba(14, 14, 14, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 3px solid rgba(225, 6, 0, 0.7);
  border-radius: 20px;
  padding: 22px 24px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.driver-card:hover {
  transform: translateY(-4px);
  border-color: rgba(225, 6, 0, 0.65);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.32);
}

.driver-card h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.2px;
}

.driver-card p {
  color: #f1f1f1;
  font-size: 16px;
  line-height: 1.62;
  margin: 0;
}

.gallery-section {
  background:
    radial-gradient(circle at 82% 22%, rgba(225, 6, 0, 0.24), transparent 36%),
    #080808;
}

.gallery-shell {
  position: relative;
}

.gallery-layout {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
  scrollbar-width: none;
}

figure {
  margin: 0;
  background-color: #151515;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid #292929;
  flex: 0 0 min(420px, 85vw);
  scroll-snap-align: start;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.3);
  transition: border-color 0.25s ease;
}

figure:hover {
  border-color: rgba(225, 6, 0, 0.45);
}

figure img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 0.35s ease;
}

figure:hover img {
  transform: scale(1.04);
}

figcaption {
  padding: 14px 16px;
  font-size: 15px;
  color: #eeeeee;
}

.gallery-layout::-webkit-scrollbar {
  display: none;
}

.gallery-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(225, 6, 0, 0.92);
  color: #ffffff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.45);
}

.gallery-arrow:hover {
  background-color: #ff2b2b;
}

.gallery-arrow-left {
  left: -10px;
}

.gallery-arrow-right {
  right: -10px;
}

.lightbox {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.92);
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox[hidden] {
  display: none;
}

#lightbox-image {
  max-width: min(92vw, 1200px);
  max-height: 78vh;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.45);
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 26px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(225, 6, 0, 0.92);
  color: #ffffff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

.sponsor-section {
  background:
    linear-gradient(135deg, rgba(7, 7, 7, 0.96), rgba(55, 0, 0, 0.92)),
    url("Images - Copy/driving.jpg");
  background-size: cover;
  background-position: center;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.sponsor-text {
  max-width: 820px;
  background-color: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  padding: 30px;
}

.sponsor-text p {
  color: #eeeeee;
}

.sponsor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.sponsor-actions .btn {
  margin-right: 0;
}

.sponsor-benefits {
  background-color: rgba(255, 255, 255, 0.96);
  color: #111111;
  border-radius: 26px;
  padding: 32px;
  border-top: 7px solid #e10600;
}

.sponsor-benefits h3 {
  margin-top: 0;
  font-size: 30px;
}

.sponsor-benefits li {
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 12px;
}

.contact-section {
  background:
    radial-gradient(circle at 18% 18%, rgba(225, 6, 0, 0.18), transparent 45%),
    radial-gradient(circle at 82% 82%, rgba(255, 255, 255, 0.06), transparent 38%),
    #0d0d0d;
  padding: 90px 8%;
}

.contact-section .section-heading {
  margin-bottom: 26px;
}

.contact-section .section-heading h2 {
  margin-bottom: 0;
}

.contact-section .section-heading h2::after {
  width: 110px;
}

.contact-container {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-info {
  color: #f0f0f0;
  background: linear-gradient(165deg, rgba(21, 21, 21, 0.95), rgba(12, 12, 12, 0.95));
  border: 1px solid rgba(225, 6, 0, 0.26);
  border-top: 4px solid #e10600;
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}

.contact-info p {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 18px;
}

.email-link {
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  color: #e10600;
  text-decoration: none;
  margin-bottom: 12px;
  border-bottom: 2px solid #e10600;
  padding-bottom: 6px;
  transition: color 0.3s ease, border-color 0.3s ease;
}

.email-link:hover {
  color: #ff2b2b;
  border-color: #ff2b2b;
}

.contact-social {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.contact-social p {
  margin-bottom: 14px;
  font-size: 18px;
}

.contact-form {
  background:
    linear-gradient(165deg, rgba(27, 27, 27, 0.96), rgba(13, 13, 13, 0.96));
  border: 1px solid rgba(225, 6, 0, 0.32);
  border-top: 4px solid #e10600;
  border-radius: 18px;
  padding: 36px;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.42);
}

.form-group {
  margin-bottom: 22px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  background-color: rgba(7, 7, 7, 0.82);
  color: #ffffff;
  font-family: Arial, sans-serif;
  transition: border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #e10600;
  background-color: rgba(7, 7, 7, 0.98);
  box-shadow: 0 0 0 2px rgba(225, 6, 0, 0.2);
}

.form-group textarea {
  resize: vertical;
}

.contact-form .btn {
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.form-success {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  border: 1px solid rgba(73, 201, 127, 0.55);
  background-color: rgba(73, 201, 127, 0.12);
  color: #b7ffd0;
  font-size: 14px;
  line-height: 1.4;
}

@media (max-width: 1000px) {
  .contact-info,
  .contact-form {
    padding: 28px;
  }
}

@media (max-width: 600px) {
  .contact-info,
  .events-grid,
  .contact-form {
    padding: 22px;
  }
}

footer {
  text-align: center;
  padding: 26px;
  color: #aaaaaa;
  background-color: #040404;
}

@media (max-width: 1000px) {
  .navbar {
    gap: 12px;
  }

  .hero-inner,
  .story-section,
  .driver-layout,
  .track-feature,
  .sponsor-section,
  .contact-container {
    grid-template-columns: 1fr;
  }


  .sponsor-text {
    padding: 24px;
  }

  .stats-grid,
  .track-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-layout {
    gap: 14px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .gallery-arrow {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .gallery-arrow-left {
    left: -6px;
  }

  .gallery-arrow-right {
    right: -6px;
  }

  figure img,
  .story-image img {
    height: 380px;
  }

  h1 {
    font-size: 52px;
  }

  .nav-links {
    display: flex;
    gap: 12px;
    max-width: 68vw;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    padding-bottom: 2px;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .nav-links a {
    margin-left: 0;
    font-size: 14px;
  }

  .logo img {
    height: 44px;
    max-width: 150px;
  }

  .driver-main {
    padding: 28px;
  }

  .driver-layout {
    gap: 22px;
  }

  .driver-card h3 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  .stats-grid,
  .track-grid {
    grid-template-columns: 1fr;
  }


  .hero,
  .story-section,
  .driver-section,
  .events-section,
  .tracks-section,
  .gallery-section,
  .sponsor-section {
    padding-left: 6%;
    padding-right: 6%;
  }

  .hero-inner {
    gap: 22px;
  }

  .hero-copy {
    padding: 24px 22px 22px;
    border-radius: 24px;
  }

  .sponsor-text {
    padding: 20px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  .btn {
    margin-bottom: 10px;
  }

  .logo img {
    height: 40px;
    max-width: 132px;
  }

  .driver-main {
    padding: 24px;
  }

  .driver-card {
    padding: 18px 18px;
  }
}

.sponsor-section > * {
  position: relative;
  z-index: 1;
}