@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  width: 100%;
}

body {
  font-family: Noto Sans TC, PingFangTC, "sans-serif", 微軟正黑體, Microsoft JhengHei, verdana;
  color: #070418;
  background: #dedede;
  overflow-x: hidden;
  width: 100%;
  position: relative;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

.text-red {
  color: #e60012;
}

.link-red {
  color: #e60012;
  text-decoration: underline;
}

.accent-line {
  width: 60px;
  height: 3px;
  background: #ff3b30;
  border-radius: 2px;
}

.accent-line-small {
  width: 24px;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.section-header-light .section-label {
  color: #dedede;
}

.section-header-left {
  align-items: flex-start;
  text-align: left;
  flex-direction: column;
}

.section {
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-header-center {
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.section-label {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #8a8a8a;
}

.section-label-dark {
  color: #212226;
}

.section-label-light {
  color: #8a8a8a;
}

.section-label-muted {
  color: #828282;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #070418;
  text-align: center;
}

.section-title-large {
  font-size: 36px;
}

.section-title-white {
  color: #ffffff;
}

.section-desc {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 1.7;
  text-align: center;
}

.section-header-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.swiper-nav {
  display: flex;
  gap: 13px;
  align-items: center;
}

.swiper-nav-full-width {
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
  margin: 30px auto 0;
  padding: 0 80px;
  position: relative;
}
.swiper-nav-full-width .swiper-nav_btn-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-nav-full-width .swiper-nav_btn-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.swiper-nav-center {
  justify-content: center;
  width: 100%;
  max-width: 1500px;
  margin: 30px auto 0;
  padding: 0 80px;
  gap: 20px;
}

.swiper-nav_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background: #e60012;
  color: #212226;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.swiper-nav_btn svg {
  display: block;
}

.swiper-nav_btn-round {
  border-radius: 50%;
}

.swiper-nav_btn-disabled {
  background: #bdbdbd;
  color: #dedede;
  cursor: default;
  pointer-events: none;
}

.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero .bg {
  position: absolute;
  inset: 0;
  background: url("../images/generated-1769764769075.png") center/cover no-repeat;
}
.hero .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(12, 12, 12, 0.8) 0%, rgba(12, 12, 12, 0.3) 40%, rgb(12, 12, 12) 100%);
}
.hero .content {
  position: absolute;
  bottom: 30px;
  left: 246px;
  z-index: 2;
}
.hero .logo {
  position: absolute;
  top: 36px;
  left: -166px;
  width: 160px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero .title-row {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero .title {
  font-size: 50px;
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}
.hero .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  max-width: 1128px;
}
.hero .cta {
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero .cta-box {
  background: #ffffff;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  flex: 1;
  max-width: 600px;
}
.hero .cta-text {
  font-size: 18px;
  font-weight: 500;
  color: #e60012;
  line-height: 1.8;
}
.hero .cta-text .mobile-br {
  display: none;
}
.hero .cta-bar {
  width: 8px;
  height: 40px;
  background: #e60012;
}
.hero .cta-bar-thin {
  width: 3px;
}

.course-intro {
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.course-cards {
  width: 100%;
  max-width: 1300px;
  padding: 0;
  overflow: visible;
}
.course-cards .swiper-wrapper {
  display: flex;
  gap: 24px;
  align-items: stretch !important;
}
.course-cards .swiper-slide {
  flex: 1;
  width: auto !important;
  height: auto !important;
  display: flex;
}
.course-cards .swiper-slide .course-card {
  width: 100%;
  height: 100%;
}

.pagination {
  display: none;
}

.course-card {
  flex: 1;
  background: url("../images/feature-1-shape-1.png") center/cover, rgba(155, 155, 155, 0.2);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 256px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.course-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #e60012;
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 0;
}
.course-card:hover::before {
  transform: translateY(0);
}
.course-card .icon {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
  transition: filter 0.4s ease;
}
.course-card .title {
  font-size: 20px;
  font-weight: 700;
  color: #212226;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}
.course-card .desc {
  font-size: 16px;
  color: #828282;
  line-height: 1.5;
  flex: 1;
  position: relative;
  z-index: 1;
  transition: color 0.4s ease;
}
.course-card .arrow {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
  transition: filter 0.4s ease;
}
.course-card:hover .icon, .course-card:hover .arrow {
  filter: brightness(0) invert(1);
}
.course-card:hover .title, .course-card:hover .desc {
  color: #ffffff;
}

.area {
  padding: 20px 0 40px;
}

.testimonial {
  position: relative;
  width: 100%;
  text-align: center;
  background: url("../images/testimonial-shape.png") no-repeat center center;
  height: 75px;
  padding: 40px 0px 40px;
}
.testimonial .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 500;
  color: #212226;
  line-height: 1.44;
  max-width: 800px;
  text-align: center;
}

.area .cta-text {
  font-size: 20px;
  font-weight: 700;
  color: #212226;
  text-align: center;
  margin: 2rem 0;
}
.area .cta-text:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 3px;
  height: 24px;
  transform: rotate(-21deg);
  background: #e60012;
  vertical-align: middle;
}
.area .cta-text:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 3px;
  height: 24px;
  transform: rotate(21deg);
  background: #e60012;
  vertical-align: middle;
}

.menu-bar {
  position: relative;
  width: 100%;
  z-index: 100;
  overflow: hidden;
}
.menu-bar.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.menu-bar.is-sticky .inner {
  display: none;
}
.menu-bar.is-sticky .sticky-bar {
  display: flex;
}
.menu-bar .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212226;
  gap: 70px;
  padding-top: 50px;
}
.menu-bar .item {
  border-radius: 10px;
  display: block;
  padding: 30px 15px;
  height: 100%;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.menu-bar .item .icon-circle {
  margin-bottom: 10px;
  transition: all 0.8s ease 0s;
  height: 120px;
  width: 120px;
  background: #e60012;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
}
.menu-bar .item .label {
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  padding-top: 11px;
  color: #fff;
}
.menu-bar .item:hover .icon-circle {
  transform: rotateY(1turn);
}
.menu-bar .sticky-bar {
  display: none;
  align-items: center;
  background: rgb(230, 0, 18);
  height: 60px;
  padding: 0 32px;
  border-bottom: 3px solid #212226;
}
.menu-bar .logo {
  width: 140px;
  height: 43px;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.menu-bar .sticky-links {
  display: flex;
  align-items: center;
  gap: 60px;
  flex: 1;
  justify-content: flex-end;
}
.menu-bar .sticky-links .link {
  position: relative;
}
.menu-bar .sticky-links .link::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #dedede;
}
.menu-bar .sticky-links .link:last-child::after {
  display: none;
}
.menu-bar .link {
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  white-space: nowrap;
  transition: color 0.3s, opacity 0.3s;
  text-decoration: none;
}
.menu-bar .link:hover {
  color: #212226;
  opacity: 1;
}
.menu-bar .hamburger {
  display: none;
  width: 24px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
  z-index: 110;
  margin-left: 20px;
}
.menu-bar .hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.menu-bar .hamburger.is-open span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.menu-bar .hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.menu-bar .hamburger.is-open span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}
.menu-bar .mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #212226;
  flex-direction: column;
  padding: 0;
  z-index: 100;
  border-bottom: 2px solid #333;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
.menu-bar .mobile-menu.is-open {
  max-height: 500px;
}
.menu-bar .mobile-menu a {
  font-size: 16px;
  font-weight: 500;
  color: #dedede;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
}
.menu-bar .mobile-menu a:last-child {
  border-bottom: none;
}

.menu-bar-placeholder {
  display: none;
  background: #212226;
}
.menu-bar-placeholder.is-active {
  display: block;
}

.youtube-section {
  position: relative;
  height: 600px;
}
.youtube-section .yt-bg {
  position: absolute;
  background: #212226;
  height: 310px;
  z-index: 1;
  width: 100%;
  bottom: 0;
}
.youtube-section .video {
  position: absolute;
  width: 100%;
  max-width: 984px;
  top: 0rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}
.youtube-section .placeholder {
  position: absolute;
  width: 100%;
  padding-top: 50.46%;
  background: #111;
  overflow: hidden;
}
.youtube-section .placeholder iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.youtube-section .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

.course-details {
  background: #212226;
  padding: 80px 0 0;
  overflow: hidden;
}
.course-details .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.course-tabs {
  display: flex;
  gap: 32px;
  justify-content: center;
  max-width: 1500px;
  width: 100%;
  flex-wrap: wrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 30px 0;
}
.course-tabs::-webkit-scrollbar {
  display: none;
}

.course-tab {
  font-size: 16px;
  font-weight: 600;
  color: #cccccc;
  background: #1a1a1a;
  border-radius: 6px;
  padding: 0;
  width: 140px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.course-tab:hover {
  background: rgb(51.5, 51.5, 51.5);
}

.course-tab-active {
  background: #e60012;
  color: #dedede;
}

.tab-content {
  display: none;
  width: 100%;
  max-width: 1500px;
  padding: 0 20px;
}

.tab-content-active {
  display: block;
}

.course-overview {
  display: flex;
  gap: 44px;
  margin-bottom: 40px;
}
.course-overview .cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  flex-shrink: 0;
  width: 674px;
}
.course-overview .cards-swiper {
  display: none;
}
.course-overview .card {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.course-overview .card-title {
  font-size: 22px;
  font-weight: 700;
  color: #e60012;
}
.course-overview .card-desc {
  font-size: 15px;
  color: #e0e0e0;
  line-height: 1.5;
}
.course-overview .card-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
}
.course-overview .card-row {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.course-overview .card-label {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}
.course-overview .card-value {
  font-size: 15px;
  color: #e0e0e0;
}
.course-overview .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.course-overview .heading {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -1px;
}
.course-overview .desc {
  font-size: 16px;
  color: #dedede;
  line-height: 1.7;
}
.course-overview .check {
  display: flex;
  align-items: center;
  gap: 5px;
}
.course-overview .check span {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.course-overview .overview-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  margin-top: auto;
}
.course-overview .overview-cta .cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #e60012;
  color: #ffffff;
  font-size: 16px;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.course-overview .overview-cta .cta-btn:hover {
  opacity: 0.85;
}
.course-overview .overview-cta .cta-btn svg {
  width: 24px;
  height: 24px;
}
.course-overview .overview-cta .cta-price {
  font-size: 16px;
  color: #ffffff;
}
.course-overview .overview-cta .cta-price .price {
  font-style: italic;
  font-size: 30px;
}

.course-detail {
  display: flex;
  gap: 30px;
  padding: 20px 0;
}
.course-detail .left {
  flex-shrink: 0;
  width: 660px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.course-detail .detail-image {
  width: 100%;
  height: 451px;
  overflow: hidden;
  background: #ffffff;
}
.course-detail .detail-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-detail .steps-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.course-detail .steps-label {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}
.course-detail .steps-note {
  font-size: 14px;
  font-weight: 500;
  color: #e60012;
}
.course-detail .steps {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.course-detail .steps-row {
  display: flex;
  align-items: center;
}
.course-detail .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 150px;
  height: 100%;
}
.course-detail .step-num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #e60012;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 700;
  color: #e60012;
}
.course-detail .step-text {
  font-size: 16px;
  color: #828282;
  line-height: 1.5;
  text-align: center;
}
.course-detail .step-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.course-detail .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.course-detail .detail-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -1px;
}
.course-detail .detail-desc {
  font-size: 16px;
  color: #dedede;
  line-height: 1.7;
}
.course-detail .detail-check {
  display: flex;
  align-items: center;
  gap: 5px;
}
.course-detail .detail-check span {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}
.course-detail .detail-cta {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: auto;
}
.course-detail .cta-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #ffffff;
  padding: 12px 30px;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.3s;
}
.course-detail .cta-btn:hover {
  opacity: 0.85;
}
.course-detail .cta-btn svg {
  width: 24px;
  height: 24px;
}
.course-detail .cta-btn-filled {
  background: #e60012;
}
.course-detail .cta-btn-outline {
  border: 1px solid #dedede;
}

@media (max-width: 768px) {
  #tabFinal .course-detail {
    flex-direction: column;
  }
  #tabFinal .course-detail .detail-image {
    order: 1;
  }
  #tabFinal .course-detail .detail-title {
    order: 2;
  }
  #tabFinal .course-detail .detail-desc,
  #tabFinal .course-detail .detail-check {
    order: 3;
  }
  #tabFinal .course-detail .steps-wrap {
    order: 4;
  }
  #tabFinal .course-detail .detail-cta {
    order: 5;
  }
}
.course-table-wrap {
  overflow-x: auto;
  width: 100%;
  max-width: 1500px;
  padding: 0 16px;
  margin-bottom: 40px;
}

.course-table-mobile {
  display: none;
}

.course-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  min-width: 700px;
  table-layout: fixed;
}
.course-table th,
.course-table td {
  padding: 12px 16px;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
}
.course-table thead th {
  background: #e60012;
  color: #ffffff;
  font-weight: 700;
  height: 52px;
}
.course-table thead th:first-child {
  text-align: left;
}
.course-table tbody tr:nth-child(odd) {
  background: #d4d4d4;
}
.course-table tbody tr:nth-child(even) {
  background: #e0e0e0;
}
.course-table tbody tr td {
  color: #070418;
  border-bottom: 1px solid #e0e0e0;
}
.course-table tbody tr td:first-child {
  text-align: left;
  font-weight: 400;
  width: 280px;
}

.course-table-single {
  margin-top: 20px;
}

.btn-register {
  display: inline-block;
  background: #e60012;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 16px;
  border-radius: 4px;
  transition: opacity 0.3s;
}
.btn-register:hover {
  opacity: 0.85;
}

.course-single {
  display: flex;
  gap: 40px;
  padding: 20px 0;
}
.course-single .image {
  flex-shrink: 0;
  width: 500px;
  border-radius: 8px;
  overflow: hidden;
}
.course-single .image img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.course-single .info {
  flex: 1;
}
.course-single .info h3 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}
.course-single .desc {
  font-size: 15px;
  color: #e0e0e0;
  line-height: 1.6;
  margin-bottom: 20px;
}
.course-single .meta {
  margin-bottom: 20px;
}
.course-single .meta p {
  font-size: 15px;
  color: #e0e0e0;
  margin-bottom: 8px;
}
.course-single .meta p strong {
  color: #ffffff;
  font-weight: 700;
}

.wave-divider {
  width: 100%;
  line-height: 0;
}
.wave-divider svg {
  width: 100%;
  height: auto;
  display: block;
}

.diagonal-divider {
  width: 100%;
  line-height: 0;
  margin-top: 80px;
}
.diagonal-divider svg {
  width: 100%;
  height: auto;
  display: block;
}

.instructor-section {
  background: #dedede;
  padding: 0 0 80px;
  position: relative;
}
.instructor-section .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 1500px;
  padding: 0 1rem;
}
.instructor-section .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.instructor-swiper {
  margin-top: 40px;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
.instructor-swiper .swiper-wrapper {
  display: flex;
}
.instructor-swiper .swiper-slide {
  flex: none;
}

.instructor-card {
  background: #1a1a1a;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.instructor-card .photo {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.instructor-card .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instructor-card .info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.instructor-card .name {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}
.instructor-card .role {
  font-size: 14px;
  color: #ff3b30;
}
.instructor-card .achievements {
  font-size: 13px;
  color: #8a8a8a;
  line-height: 1.6;
}

.racing-lineup {
  position: relative;
  background: url("../images/generated-1770013066671.png") center/cover no-repeat, #dedede;
  padding: 80px 0 0;
  overflow: hidden;
  margin: 0 auto;
}
.racing-lineup .inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.racing-lineup .content {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  align-items: flex-start;
}
.racing-lineup .car {
  position: relative;
  flex: 1;
  max-width: 970px;
}
.racing-lineup .car-img {
  width: 100%;
  height: auto;
}
.racing-lineup .info {
  width: 400px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.racing-lineup .info-title {
  font-size: 20px;
  font-weight: 700;
  color: #212226;
}
.racing-lineup .info-img {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.racing-lineup .info-img img {
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
}
.racing-lineup .info-img .info-img-swiper {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.racing-lineup .info-img .info-img-swiper .swiper-slide img {
  width: 100%;
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
}
.racing-lineup .info-img .info-img-pagination {
  position: relative;
  margin-top: 8px;
  text-align: center;
}
.racing-lineup .info-img .info-img-pagination .swiper-pagination-bullet {
  background: #bdbdbd;
  opacity: 1;
}
.racing-lineup .info-img .info-img-pagination .swiper-pagination-bullet-active {
  background: #e60012;
}
.racing-lineup .info-desc {
  font-size: 16px;
  color: #212226;
  line-height: 1.625;
}

.hotspot {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  background: rgba(130, 130, 130, 0.6);
  border: 1px solid #ffffff;
  transition: all 0.3s;
  padding: 0;
}
.hotspot .num {
  font-size: 15px;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.hotspot .dot {
  display: none;
}
.hotspot:hover, .hotspot.hotspot-active {
  background: rgba(130, 130, 130, 0.6);
  border-color: #e60012;
  animation: breathe 2s ease-in-out infinite;
}

@keyframes breathe {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(230, 0, 18, 0.7);
    border-color: #e60012;
  }
  50% {
    box-shadow: 0 0 10px 5px rgba(230, 0, 18, 0.3);
    border-color: rgb(255, 77, 90.9304347826);
  }
}
.vehicle-series {
  background: url("../images/5fd0e0a64dddc500218b65b1.png") 100% 100%/cover no-repeat, rgba(0, 0, 0, 0.1);
  padding-bottom: 80px;
  position: relative;
}
.vehicle-series .header {
  padding: 0 46px 0 220px;
}
.vehicle-series .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.vehicle-series .slider {
  margin-top: 40px;
  padding-left: 220px;
  overflow: hidden;
}
.vehicle-series .slider .vehicle-swiper {
  overflow: visible;
}

.vehicle-card {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.vehicle-card .img {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f5f5f5;
}
.vehicle-card .img img {
  max-width: 90%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.vehicle-card .info {
  padding: 20px;
  background: #212226;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.vehicle-card .name {
  font-size: 20px;
  font-weight: 700;
  color: #dedede;
}
.vehicle-card .desc {
  font-size: 17px;
  color: #dedede;
  line-height: 1.6;
}
.vehicle-card .link {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #e60012;
  justify-content: flex-end;
  margin-top: auto;
}
.vehicle-card .link:hover {
  color: #ffffff;
}

.activities {
  background: #212226 url("../images/pic_super_gt_series.jpg") center/cover no-repeat;
  background-blend-mode: overlay;
  padding: 80px 0;
  position: relative;
}
.activities .inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
}
.activities .activity-swiper-wrapper {
  position: relative;
  padding: 0 80px;
  margin-top: 40px;
}
.activities .swiper-nav-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  justify-content: space-between;
  margin: 0;
  padding: 0;
  pointer-events: none;
  z-index: 10;
}
.activities .swiper-nav-center .swiper-nav_btn {
  pointer-events: auto;
}
.activities .swiper-nav-center .swiper-nav_btn:hover {
  background: #e60012;
}

.activity-card {
  background: #1a1a1a;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.activity-card .img {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.activity-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.activity-card .info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  justify-content: flex-end;
}
.activity-card .title {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.44;
}
.activity-card .link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #e60012;
  justify-content: flex-end;
}
.activity-card .link:hover {
  color: #ffffff;
}

.faq-section {
  background: url("../images/faq-bg-1-home-three.png") center/cover no-repeat, rgba(255, 255, 255, 0.6);
  background-blend-mode: overlay;
  padding: 80px;
}
.faq-section .inner {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.faq-section .fqa-text {
  color: #e60012;
  text-align: center;
  margin: 2rem 0 0;
  font-size: 14px;
}

.faq-columns {
  display: flex;
  gap: 26px;
}

.faq-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-item .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #dedede;
  padding: 10px 20px;
  min-height: 60px;
  cursor: pointer;
  transition: background 0.3s;
  gap: 10px;
  text-align: left;
  border-bottom: 1px solid #8a8a8a;
}
.faq-item .question span {
  font-size: 16px;
  font-weight: 500;
  color: #212226;
  flex: 1;
}
.faq-item .question-active span {
  color: #e60012;
}
.faq-item .icon {
  flex-shrink: 0;
  color: #212226;
  transition: transform 0.3s ease, color 0.3s ease;
}
.faq-item .icon-rotated {
  transform: rotate(-90deg);
  color: #e60012;
}
.faq-item .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  background: #dedede;
  padding: 0 20px;
}
.faq-item .answer p {
  font-size: 16px;
  color: #4f4f4f;
  line-height: 1.5;
}
.faq-item .answer-visible {
  max-height: 500px;
  padding: 10px 20px 20px;
}
.faq-item .divider {
  height: 1px;
  background: #bdbdbd;
  margin-bottom: 10px;
}

.sponsors {
  padding: 80px 0 0;
}
.sponsors .title-sponsor {
  display: flex;
  justify-content: center;
  padding: 20px 0 50px;
}
.sponsors .title-sponsor img {
  max-height: 80px;
}
.sponsors .sponsor-title {
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.sponsors .sponsor-title:first-child {
  margin-top: 0;
}
.sponsors .main {
  padding-top: 20px;
  margin-bottom: 50px;
  position: relative;
}
.sponsors .main-list {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: nowrap;
}
.sponsors .main-list .swiper-wrapper {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
.sponsors .main-list .swiper-slide {
  width: auto;
}
.sponsors .sponsor-logo {
  flex-shrink: 0;
  width: auto;
  height: 40px;
}
.sponsors .sponsor-logo img {
  height: 100%;
  width: auto;
}
.sponsors .divider {
  width: calc(100% - 160px);
  max-width: 1500px;
  height: 1px;
  background: #bdbdbd;
  margin: 30px auto 0;
}
.sponsors .sub {
  padding: 20px 80px 80px;
}
.sponsors .sub-list {
  display: flex;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
}

.marquee {
  overflow: hidden;
  width: 100%;
}
.marquee .track {
  display: flex;
  gap: 20px;
  animation: marquee 20s linear infinite;
  width: -moz-max-content;
  width: max-content;
}
.marquee .item {
  flex-shrink: 0;
  width: 200px;
  height: 124px;
}
.marquee .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.sponsor-badge {
  display: flex;
  align-items: center;
  height: 44px;
}
.sponsor-badge img {
  height: 80%;
  width: auto;
}

.footer {
  background: #0a0a0a;
  padding: 40px 80px;
}
.footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .brand {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 3px;
}
.footer .copy {
  font-size: 12px;
  color: #525252;
}
.footer .links {
  display: flex;
  gap: 32px;
}
.footer .link {
  font-size: 14px;
  color: #8a8a8a;
  transition: color 0.3s;
}
.footer .link:hover {
  color: #ffffff;
}

@media (max-width: 1500px) {
  .sponsors .main-list {
    overflow: hidden;
  }
  .sponsors .main-list .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .sponsors .main-list .swiper-slide {
    width: auto;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .hero {
    height: 368px;
  }
  .hero .content {
    left: 12px;
    right: 12px;
    bottom: 25px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    row-gap: 10px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .hero .logo {
    display: inline-block;
    position: static;
    height: 30px;
    grid-row: 1;
    grid-column: 1;
  }
  .hero .title-row {
    display: contents;
  }
  .hero .title {
    font-size: 24px;
    white-space: nowrap;
    grid-row: 1;
    grid-column: 2;
    margin-left: -30px;
  }
  .hero .subtitle {
    font-size: 14px;
    max-width: 350px;
    text-align: center;
    line-height: 1.43;
    grid-row: 2;
    grid-column: 1/-1;
    justify-self: center;
  }
  .hero .cta {
    grid-row: 3;
    grid-column: 1/-1;
    justify-self: center;
    display: flex;
    flex-direction: row;
    gap: 0;
    align-items: center;
    justify-content: center;
  }
  .hero .cta-box {
    background: transparent;
    max-width: 100%;
    height: auto;
    padding: 0;
  }
  .hero .cta-text {
    font-size: 12px;
    font-weight: 700;
    color: #e60012;
    text-align: center;
    line-height: 1.42;
  }
  .hero .cta-text .mobile-br {
    display: inline;
  }
  .hero .cta-bar {
    display: none;
  }
  .course-intro {
    padding: 40px 20px 30px;
    gap: 20px;
    align-items: center;
  }
  .section-header {
    align-items: center;
    text-align: center;
  }
  .section-header-center {
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
    gap: 15px;
  }
  .section-header-left {
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  .section-title {
    font-size: 20px;
    text-align: center;
  }
  .section-title-large {
    font-size: 24px;
  }
  .course-cards {
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .course-cards .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .course-cards .swiper-slide {
    flex: none;
    width: 100% !important;
  }
  .course-intro .pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    position: static;
    transform: none;
    margin-top: -10px;
  }
  .course-intro .pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: transparent !important;
    border: 1px solid #e60012;
    opacity: 1 !important;
    border-radius: 50%;
  }
  .course-intro .pagination .swiper-pagination-bullet-active {
    background: #e60012 !important;
  }
  .course-card {
    padding: 24px 20px;
    min-height: 100%;
  }
  .area {
    padding: 0;
  }
  .area .cta {
    margin: 2rem 0 4rem;
  }
  .testimonial {
    padding: 0;
    height: auto;
  }
  .testimonial .text {
    font-size: 14px;
    max-width: 90%;
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    margin: 10px auto;
  }
  .area .cta-text {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 20px;
  }
  .menu-bar {
    overflow: visible;
  }
  .menu-bar.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .menu-bar .inner {
    display: none;
  }
  .menu-bar .sticky-bar {
    display: flex;
    height: 60px;
    padding: 0 20px;
    background: #e60012;
    border-bottom: 3px solid #212226;
  }
  .menu-bar .sticky-links {
    display: none;
  }
  .menu-bar .hamburger {
    display: flex;
    margin-left: auto;
  }
  .menu-bar .hamburger span {
    background: #fff;
  }
  .menu-bar .mobile-menu {
    display: flex;
  }
  .menu-bar .logo {
    width: 150px;
  }
  .menu-bar-placeholder.is-active {
    display: block;
  }
  .youtube-section {
    height: 257px;
  }
  .youtube-section .yt-bg {
    height: 143px;
  }
  .youtube-section .video {
    max-width: 90%;
    padding: 0 13px;
    left: 47%;
  }
  .course-details {
    padding: 40px 0 0;
  }
  .course-tabs {
    gap: 10px;
    padding: 0 20px;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0;
  }
  .course-tabs::-webkit-scrollbar {
    display: none;
  }
  .course-tabs.is-sticky {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 99;
    background: rgba(17, 17, 17, 0.95);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 10px 13px;
    margin: 0;
    max-width: none;
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .course-tabs.is-hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
  }
  .course-tabs-placeholder {
    display: none;
  }
  .course-single {
    flex-direction: column;
    gap: 20px;
  }
  .course-single .image {
    width: 100%;
  }
  .course-detail {
    flex-direction: column;
    gap: 20px;
  }
  .course-detail .left,
  .course-detail .right {
    display: contents;
  }
  .course-detail .detail-image {
    height: 250px;
    order: 1;
  }
  .course-detail .detail-title,
  .course-detail .detail-desc,
  .course-detail .detail-check {
    order: 2;
  }
  .course-detail .steps-wrap {
    order: 3;
  }
  .course-detail .steps-row {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .course-detail .step {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
    gap: 12px;
  }
  .course-detail .step-num {
    width: 50px;
    height: 50px;
    font-size: 24px;
    flex-shrink: 0;
  }
  .course-detail .step-text {
    text-align: left;
    flex: 1;
  }
  .course-detail .step-arrow {
    display: none;
  }
  .course-detail .detail-title {
    font-size: 24px;
  }
  .course-detail .detail-cta {
    flex-direction: column;
    align-items: stretch;
    order: 4;
  }
  .course-detail .cta-btn {
    justify-content: center;
  }
  .course-tab {
    min-width: 120px;
    font-size: 14px;
    height: 48px;
    flex-shrink: 0;
  }
  .course-tab.course-tab-active {
    background: #e60012;
    color: #dedede;
  }
  .tab-content {
    padding: 0 20px;
  }
  .course-overview {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 0;
  }
  .course-overview .cards-desktop {
    display: none;
  }
  .course-overview .cards-swiper {
    display: block;
    width: 100%;
    overflow: hidden;
  }
  .course-overview .cards-swiper .swiper-slide {
    width: 100% !important;
  }
  .course-overview .cards-swiper .card {
    min-height: 228px;
  }
  .course-overview .cards {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .course-overview .heading {
    font-size: 24px;
  }
  .course-overview .overview-cta {
    align-items: stretch;
    width: 100%;
    margin-top: 30px;
  }
  .course-overview .overview-cta .cta-btn {
    width: 100%;
    justify-content: center;
  }
  .course-overview .overview-cta .cta-price {
    text-align: center;
  }
  .course-overview .pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 15px;
  }
  .course-overview .pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: transparent;
    border: 1px solid #e60012;
    opacity: 1;
    border-radius: 50%;
  }
  .course-overview .pagination .swiper-pagination-bullet-active {
    background: #e60012;
  }
  .course-table-wrap {
    margin-top: 20px;
    padding: 0 20px;
    overflow-x: visible;
  }
  .course-table {
    display: none;
  }
  .course-table-mobile {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin-bottom: 30px;
  }
  .course-table-mobile-item {
    background: #212226;
    border: 1px solid #dedede;
  }
  .course-table-mobile-item .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #212226;
    border-bottom: 1px solid #dedede;
  }
  .course-table-mobile-item .header-title {
    font-size: 18px;
    font-weight: 500;
    color: #dedede;
  }
  .course-table-mobile-item .content {
    display: flex;
    align-items: center;
    gap: 2px;
  }
  .course-table-mobile-item .time-label {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e60012;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    min-width: 64px;
    height: 42px;
  }
  .course-table-mobile-item .time-values {
    display: flex;
    align-items: center;
    flex: 1;
    background: #dedede;
    padding: 10px;
    height: 42px;
  }
  .course-table-mobile-item .time-values span {
    font-size: 16px;
    color: #070418;
  }
  .instructor-section {
    padding: 40px 0;
  }
  .instructor-section .inner {
    padding: 0 20px;
    gap: 20px;
  }
  .instructor-section .header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }
  .instructor-section .header .section-header {
    align-items: center;
    text-align: center;
  }
  .instructor-section .header .swiper-nav {
    justify-content: center;
  }
  .instructor-swiper {
    padding: 0;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
  }
  .instructor-swiper .swiper-wrapper {
    gap: 0;
  }
  .instructor-swiper .swiper-slide {
    flex: none;
    width: 100% !important;
  }
  .swiper-nav-full-width {
    position: static;
    width: auto;
    margin: 0;
    padding: 0;
    gap: 13px;
  }
  .swiper-nav-full-width .swiper-nav_btn-prev,
  .swiper-nav-full-width .swiper-nav_btn-next {
    position: static;
    transform: none;
  }
  .section-header-row {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .section-header-row .section-header {
    align-items: center;
    text-align: center;
  }
  .section-header-row .section-title {
    text-align: center;
  }
  .racing-lineup {
    padding: 40px 0 0;
  }
  .racing-lineup .inner {
    padding: 0 20px 40px;
  }
  .racing-lineup .content {
    flex-direction: column;
    gap: 30px;
  }
  .racing-lineup .car {
    max-width: 100%;
  }
  .racing-lineup .info {
    width: 100%;
  }
  .wave-divider,
  .diagonal-divider {
    display: none;
  }
  .vehicle-series {
    padding: 40px 0;
  }
  .vehicle-series .header {
    padding: 0 25px;
  }
  .vehicle-series .header-inner {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .vehicle-series .slider {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    overflow: hidden;
  }
  .vehicle-series .slider .vehicle-swiper {
    overflow: hidden;
  }
  .vehicle-series .slider .swiper-slide {
    width: 100% !important;
  }
  .vehicle-swiper {
    margin-top: 0;
  }
  .vehicle-card .img {
    height: 200px;
  }
  .activities {
    padding: 40px 0;
  }
  .activities .inner {
    padding: 0 25px;
  }
  .activities .activity-swiper-wrapper {
    padding: 0;
  }
  .activities .swiper-nav-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 16px;
    margin: 0;
    justify-content: space-between;
    gap: 0;
  }
  .activities .swiper-nav-center .swiper-nav_btn-prev {
    transform: translateX(-50%);
  }
  .activities .swiper-nav-center .swiper-nav_btn-next {
    transform: translateX(50%);
  }
  .activity-swiper {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .activity-swiper::-webkit-scrollbar {
    display: none;
  }
  .activity-swiper .swiper-slide {
    width: 100%;
  }
  .faq-section {
    padding: 20px 20px;
  }
  .faq-columns {
    flex-direction: column;
    gap: 10px;
  }
  .sponsors {
    padding: 30px 0 0;
  }
  .sponsors .title-sponsor {
    padding: 12px 50px 0;
  }
  .sponsors .title-sponsor img {
    max-height: 60px;
  }
  .sponsors .sponsor-title {
    font-size: 26px;
    margin: 30px 0;
  }
  .sponsors .main {
    padding: 0 20px;
  }
  .sponsors .divider {
    width: 100%;
  }
  .sponsors .sub {
    padding: 12px 20px 40px;
  }
  .sponsors .sub-list {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    gap: 20px;
    padding-bottom: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .sponsors .sub-list::-webkit-scrollbar {
    display: none;
  }
  .sponsors .main-list {
    overflow: hidden;
  }
  .sponsors .main-list .swiper-slide {
    width: auto;
  }
  .sponsors .main-list .swiper-wrapper {
    justify-content: normal;
  }
  .sponsor-badge {
    flex-shrink: 0;
  }
  .marquee .item {
    width: 150px;
    height: 90px;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer .inner {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
  }
  .footer .links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
  }
}
.gr-race-info {
  background: #212226;
  padding: 0 20px;
}
.gr-race-info .section-header {
  max-width: 1500px;
  margin: 0 auto 30px;
  padding: 0 16px;
}
.gr-race-info .section-label {
  color: #e60012;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2.55px;
}
.gr-race-info .section-title {
  color: #dedede;
  font-size: 32px;
  text-align: left;
}
.gr-race-info .race-info-content {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 16px;
}
.gr-race-info .info-row {
  display: flex;
  gap: 30px;
}
.gr-race-info .info-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.gr-race-info .info-title {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.7;
}
.gr-race-info .info-text {
  font-size: 16px;
  font-weight: normal;
  color: #dedede;
  line-height: 1.7;
}
.gr-race-info .info-note {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.7;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .gr-race-info {
    padding: 0 16px 50px;
  }
  .gr-race-info .section-header {
    margin-bottom: 40px;
    align-items: center;
    text-align: center;
  }
  .gr-race-info .section-title {
    font-size: 24px;
    text-align: center;
  }
  .gr-race-info .section-label {
    font-size: 14px;
    text-align: center;
  }
  .gr-race-info .info-row {
    flex-direction: column;
  }
  .gr-race-info .race-info-content {
    gap: 20px;
    padding: 0;
  }
  .gr-race-info .info-note {
    margin-top: 10px;
  }
}
.disclaimer-page {
  background: #fff;
  color: #1a1a1a;
  line-height: 1.8;
}

.disclaimer-header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  border-bottom: 1px solid #eee;
}
.disclaimer-header .logo {
  height: 50px;
  width: 160px;
}

.disclaimer-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px 40px 80px;
}

.title-block {
  text-align: center;
  margin-bottom: 48px;
}

.title-main {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.title-sub {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.title-desc {
  font-size: 16px;
  color: #333;
}

.disclaimer-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 24px;
}

.disclaimer-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.disclaimer-footer {
  border-top: 1px solid #eee;
  padding: 24px 40px;
  text-align: center;
  font-size: 12px;
  color: #999;
}

@media (max-width: 768px) {
  .disclaimer-header {
    padding: 16px 20px;
  }
  .disclaimer-header .logo {
    height: 36px;
  }
  .disclaimer-container {
    padding: 40px 20px 60px;
  }
  .title-main {
    font-size: 22px;
  }
  .title-sub {
    font-size: 20px;
  }
  .title-desc {
    font-size: 14px;
  }
  .disclaimer-content p {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .disclaimer-footer {
    padding: 20px;
  }
}/*# sourceMappingURL=style.css.map */