/* Coming Soon Page Styles */

/* Hero Section */
.hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 30px 20px;
  min-height: 830px;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-title {
  margin-bottom: 36px;
}

.hero-subtitle {
  font-size: 14px;
  color: rgba(244, 244, 244, 0.70);
  margin-bottom: 5px;
}

.hero-main-title {
  width: 100%;
  font-size: 64px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  color: white;
}

.subscribe-form {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-bottom: 36px;
}

.subscribe-input {
  flex: 1;
  width: 70%;
  padding: 14px;
  color: rgba(19, 19, 19, 0.30);
  outline: none;
  transition: all 0.3s ease;
}

.subscribe-input:focus {
  box-shadow: 0 0 0 2px #eab308;
}

.subscribe-button {
  width: 30%;
  padding: 14px 30px;
  background-color: #eab308;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  transition: background-color 0.3s ease;
}

.subscribe-button:hover {
  background-color: #ca8a04;
}

.countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 138px;
  overflow-x: auto;
  white-space: nowrap;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-time {
  width: 66px;
  height: 66px;
  background-color: rgba(19, 19, 19, 0.50);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown-number {
  font-size: 34px;
  font-weight: normal;
  color: white;
}

.countdown-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.70);
  margin-top: 3px;
}

.countdown-separator {
  display: flex;
  align-items: flex-end;
  padding-bottom: 6px;
}

.countdown-separator span {
  font-size: 36px;
  font-weight: normal;
  color: white;
}

.notify-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: white;
  font-size: 14px;
}

.notify-text span {
  font-weight: 500;
  text-decoration: underline;
}

/* Bike Features Section */
.bike-features {
  background-color: #131313;
  padding: 40px 20px;
}

.bike-title {
  font-size: 46px;
  text-align: center;
  font-weight: bold;
  color: white;
  font-style: italic;
}

.bike-image {
  display: flex;
  justify-content: center;
}

.bike-image div {
  position: relative;
  width: 100%;
}

.bike-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tech-specs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.tech-spec-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tech-spec-value {
  font-size: 46px;
  font-weight: bold;
  color: white;
}

.tech-spec-label {
  font-size: 14px;
  font-weight: normal;
  color: rgba(244, 244, 244, 0.70);
  text-transform: uppercase;
}

/* Tagline Section */
.tagline-section {
  background-color: #131313;
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}

.tagline-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tagline-text {
  font-size: 24px;
  font-weight: normal;
  color: #BE930B;
}

/* Rider Section */
.rider-section {
  position: relative;
  height: 830px;
  padding: 20px;
}

.rider-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.rider-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rider-content {
  position: relative;
  z-index: 1;
  height: 100%;
}

.rider-title {
  position: absolute;
  top: 0;
  left: 0;
}

.rider-title h2 {
  font-size: 46px;
  font-weight: 800;
  font-style: italic;
  color: white;
}

.rider-testimonial {
  position: absolute;
  bottom: 0px;
  left: 0;
}

.rider-testimonial div {
  width: 100%;
  max-width: 738px;
}

.testimonial-text {
  font-size: 26px;
  font-weight: normal;
  color: white;
  font-style: italic;
  margin-bottom: 10px;
}

.testimonial-author {
  font-size: 14px;
  color: #eab308;
  font-weight: 600;
}

.stats-content {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(19, 19, 19, 0.70);
  border-left: 6px solid #eab308;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 14px;
}

.stat-item {
  display: flex;
  align-items: center;
}

.stat-label {
  color: rgba(244, 244, 244, 0.70);
  width: 120px;
  text-align: left;
}

.stat-value {
  color: white;
  font-weight: 600;
  text-align: left;
}

/* Numbers Section */
.numbers-section {
  background-color: #131313;
}

.numbers-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 20px;
}

.numbers-title {
  font-size: 46px;
  font-weight: 800;
  color: white;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.numbers-grid {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.number-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.number-card-content {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 20px;
}

.number-card-value {
  font-size: 46px;
  font-weight: bold;
  color: #BE930B;
}

.number-card-title {
  font-size: 26px;
  font-weight: normal;
  color: #F4F4F4;
  margin-bottom: 14px;
  font-style: italic;
}

.number-card-description {
  font-size: 16px;
  color: rgba(244, 244, 244, 0.70);
}

.number-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Heritage Section */
.heritage-section {
  background-color: #1C1C1C;
}

.heritage-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.heritage-content {
  width: 100%;
}

.heritage-title {
  font-size: 36px;
  font-weight: 800;
  font-style: italic;
  color: #F4F4F4;
}

.heritage-subtitle {
  font-size: 26px;
  font-weight: normal;
  color: #BE930B;
  margin: 14px 0;
}

.heritage-description {
  font-size: 14px;
  color: rgba(244, 244, 244, 0.70);
  line-height: 1.6;
}

.heritage-stats {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 50px;
  margin-top: 50px;
  font-size: 14px;
}

.heritage-stat-item {
  border-top: 1px solid rgba(244, 244, 244, 0.70);
  padding-top: 20px;
  width: 100%;
}

.heritage-stat-value {
  font-size: 26px;
  font-weight: bold;
  color: #F4F4F4;
}

.heritage-stat-label {
  color: rgba(244, 244, 244, 0.70);
}

.heritage-image {
  width: 100%;
}

.heritage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Built to Last Section */
.built-section {
  background-color: #131313;
}

.built-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.built-image {
  width: 100%;
}

.built-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.built-content {
  width: 100%;
}

.built-title {
  font-size: 46px;
  font-weight: 800;
  font-style: italic;
  color: white;
}

.built-subtitle {
  font-size: 26px;
  font-weight: normal;
  color: #BE930B;
  margin: 14px 0;
}

.built-description {
  font-size: 14px;
  color: rgba(244, 244, 244, 0.70);
}

.certifications {
  display: flex;
  gap: 30px;
  margin-top: 50px;
}

.certification-item img {
  width: 50px;
  height: 60px;
  object-fit: contain;
}

/* Team Section */
.team-section {
  background-color: #1C1C1C;
}

.team-container {
  padding: 30px 20px;
  text-align: center;
}

.team-title {
  font-size: 36px;
  font-weight: 800;
  font-style: italic;
  color: #F4F4F4;
  margin-bottom: 14px;
}

.team-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  color: rgba(244, 244, 244, 0.70);
  gap: 10px;
}

.team-image {
  margin-top: 50px;
}

.team-image img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
  object-fit: contain;
}

/* First to Know Section */
.first-know-section {
  display: flex;
  flex-direction: column;
}

.first-know-image {
  width: 100%;
}

.first-know-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first-know-content {
  width: 100%;
  background-color: #00263E;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.first-know-title {
  font-size: 46px;
  font-weight: 800;
  font-style: italic;
  color: white;
}

.first-know-description {
  font-size: 14px;
  color: rgba(244, 244, 244, 0.70);
  margin: 14px 0;
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 30px;
}

.benefits-list p {
  color: rgba(244, 244, 244, 0.70);
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.benefit-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-text {
  color: white;
  font-weight: 600;
}

.subscribe-form-2 {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.subscribe-form-2 div {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.subscribe-input-2 {
  background-color: #F4F4F4;
  padding: 14px;
  color: rgba(19, 19, 19, 0.30);
  border: none;
}

.subscribe-button-2 {
  background-color: #BE930B;
  color: #131313;
  font-weight: 600;
  padding: 14px 30px;
  border: none;
  transition: color 0.3s ease;
}

.subscribe-button-2:hover {
  color: white;
}

.subscribe-note {
  color: rgba(244, 244, 244, 0.70);
}

.social-links {
  display: flex;
  gap: 28px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(244, 244, 244, 0.20);
  align-items: center;
  justify-content: center;
  width: 100%;
}

.social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
}

.countdown-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

/* Responsive Adjustments */
@media (min-width: 768px) {
  .hero-section {
    min-height: 830px;
    padding: 30px 60px;
  }
  
  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  
  .hero-main-title {
    font-size: 78px;
    max-width: 947px;
  }
  
  .subscribe-form {
    font-size: 16px;
  }
  
  .countdown-label {
    font-size: 16px;
  }
  
  .bike-features {
    padding: 80px 60px;
  }
  
  .bike-title {
    font-size: 60px;
  }
  
  .tech-specs {
    padding: 0 180px;
  }
  
  .tech-spec-value {
    font-size: 54px;
  }
  
  .tech-spec-label {
    font-size: 16px;
  }
  
  .tagline-section {
    padding-left: 60px;
    padding-right: 60px;
  }
  
  .tagline-text {
    font-size: 36px;
  }
  
  .rider-section {
    min-height: 830px;
    padding: 40px 60px;
  }
  
  .rider-title h2 {
    font-size: 60px;
  }
  
  .testimonial-text {
    font-size: 36px;
  }
  
  .testimonial-author {
    font-size: 16px;
  }
  
  .stats-content {
    font-size: 16px;
  }
  
  .numbers-container {
    padding: 80px 0;
  }
  
  .numbers-title {
    font-size: 60px;
    margin-bottom: 50px;
  }
  
  .number-card {
    flex-direction: row;
    align-items: center;
  }
  
  .number-card-content {
    margin-bottom: 0;
  }
  
  .number-card-value {
    font-size: 54px;
  }
  
  .number-card-title {
    font-size: 36px;
  }
  
  .number-card-description {
    font-size: 18px;
  }
  
  .heritage-container {
    flex-direction: row;
    padding: 80px 0;
  }
  
  .heritage-content {
    width: 50%;
  }
  
  .heritage-title {
    font-size: 50px;
  }
  
  .heritage-subtitle {
    font-size: 36px;
  }
  
  .heritage-description {
    font-size: 16px;
  }
  
  .heritage-stats {
    font-size: 16px;
  }
  
  .heritage-stat-value {
    font-size: 36px;
  }
  
  .heritage-image {
    width: 50%;
  }
  
  .built-container {
    flex-direction: row;
    padding: 80px 0;
  }
  
  .built-image {
    width: 50%;
  }
  
  .built-content {
    width: 50%;
  }
  
  .built-title {
    font-size: 50px;
  }
  
  .built-subtitle {
    font-size: 36px;
  }
  
  .built-description {
    font-size: 16px;
  }
  
  .team-container {
    padding: 80px 180px;
  }
  
  .team-title {
    font-size: 50px;
  }
  
  .team-description {
    font-size: 18px;
  }
  
  .first-know-section {
    flex-direction: row;
  }
  
  .first-know-image {
    width: 50%;
  }
  
  .first-know-content {
    width: 50%;
    padding: 100px 90px;
  }
  
  .first-know-title {
    font-size: 50px;
  }
  
  .first-know-description {
    font-size: 16px;
  }
  
  .benefits-list {
    font-size: 16px;
  }
  
  .subscribe-form-2 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .hero-main-title {
    font-size: 48px;
  }
  
  .bike-title {
    font-size: 36px;
  }
  
  .rider-title h2 {
    font-size: 36px;
  }
  
  .testimonial-text {
    font-size: 20px;
  }
  
  .numbers-title {
    font-size: 36px;
  }
  
  .number-card-value {
    font-size: 36px;
  }
  
  .number-card-title {
    font-size: 20px;
  }
  
  .heritage-title {
    font-size: 28px;
  }
  
  .heritage-subtitle {
    font-size: 20px;
  }
  
  .built-title {
    font-size: 36px;
  }
  
  .built-subtitle {
    font-size: 20px;
  }
  
  .team-title {
    font-size: 28px;
  }
  
  .first-know-title {
    font-size: 36px;
  }
  
  /* 按钮样式调整 */
  .subscribe-button {
    font-size: 12px;
    white-space: nowrap;
    padding: 14px 15px;
  }
  
  .subscribe-input {
    font-size: 12px;
    padding: 14px 10px;
  }
  
  /* 倒计时样式调整 */
  .countdown,
  .countdown-bottom {
    gap: 8px;
    overflow-x: hidden;
  }
  
  .countdown-time {
    width: 50px;
    height: 50px;
  }
  
  .countdown-number {
    font-size: 24px;
  }
  
  .countdown-label {
    font-size: 12px;
  }
  
  .countdown-separator span {
    font-size: 24px;
  }
}
