.elementor-127 .elementor-element.elementor-element-3d2bb70{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-162px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-127 .elementor-element.elementor-element-4eb9c33{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-184px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for container, class: .elementor-element-3d2bb70 */.grr-race-page {
  background: radial-gradient(circle at top, #0b1324, #000000);
  color: #ffffff;
  padding-bottom: 80px;
  font-family: 'Inter', sans-serif;
}

/* HERO */
.grr-hero {
  text-align: center;
  padding: 120px 20px 80px;
}

.grr-hero h1 {
  font-size: 64px;
  color: #eca91d;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.grr-hero h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.grr-date {
  font-size: 18px;
  opacity: 0.8;
}

/* CONTAINER */
.grr-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.grr-intro {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.9;
  margin-bottom: 60px;
}

/* HIGHLIGHTS */
.grr-highlights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 70px;
}

.highlight-box {
  border: 1px solid rgba(236,169,29,0.4);
  border-radius: 14px;
  padding: 25px;
  text-align: center;
  background: rgba(255,255,255,0.03);
}

.highlight-box h3 {
  color: #eca91d;
  margin-bottom: 8px;
}

/* SECTIONS */
.grr-section {
  margin-bottom: 60px;
}

.grr-section h2 {
  font-size: 32px;
  color: #eca91d;
  margin-bottom: 20px;
}

.grr-list {
  list-style: none;
  padding: 0;
}

.grr-list li {
  font-size: 17px;
  padding-left: 28px;
  margin-bottom: 12px;
  position: relative;
}

.grr-list li::before {
  content: "✔";
  color: #eca91d;
  position: absolute;
  left: 0;
}

/* CTA */
.grr-cta {
  text-align: center;
  margin-top: 80px;
}

.grr-btn {
  display: inline-block;
  background: linear-gradient(135deg, #eca91d, #f5c55a);
  color: #000;
  padding: 16px 40px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.grr-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(236,169,29,0.4);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4eb9c33 */.grr-fee-section {
  padding: 80px 20px;
  background: radial-gradient(circle at top, #0b1220, #000000);
  display: flex;
  justify-content: center;
}

.grr-fee-box {
  width: 100%;
  max-width: 1000px;
  padding: 80px 40px;
  text-align: center;
  border: 2px solid #eca91d;
  border-radius: 24px;
  background: linear-gradient(135deg, #0c1424, #05080f);
  box-shadow: 0 0 40px rgba(236, 169, 29, 0.15);
}

.fee-label {
  font-size: 20px;
  color: #6f7a8a;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.fee-amount {
  font-size: 64px;
  font-weight: 800;
  color: #eca91d;
  margin-bottom: 25px;
}

.fee-note {
  font-size: 18px;
  color: #cfd6e3;
  margin-bottom: 50px;
}

.fee-btn {
  display: inline-block;
  padding: 18px 48px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background: linear-gradient(135deg, #f5c44f, #eca91d);
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fee-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(236, 169, 29, 0.5);
}/* End custom CSS */