/* ================================================================
   SUANOVA New Design - Chip Secondary Distributor Page Styles
   ================================================================ */

/* Hero Section */
.secondary-hero {
  position: relative;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  overflow: hidden;
}

.secondary-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/assets/images/index/zh-new/secondary/hero-bg.jpg') center/cover no-repeat;
  z-index: 0;
}

.secondary-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0,26,61,0.35) 0%, rgba(0,40,85,0.35) 50%, rgba(0,51,102,0.4) 100%);
  z-index: 1;
}

.secondary-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  padding: 0 160px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.secondary-hero-tag {
  display: inline-block;
  width: fit-content;
  padding: 4px 16px;
  background: rgba(100,204,201,0.4);
  border: 1px solid var(--teal);
  border-radius: 82px;
  font-size: 18px;
  font-weight: 700;
  color: var(--teal);
  line-height: 26px;
  letter-spacing: 1px;
}

.secondary-hero-content h1 {
  font-size: 84px;
  font-weight: 900;
  line-height: 98px;
  color: var(--white);
  letter-spacing: 1.68px;
}

.secondary-hero-sub p {
  font-size: 24px;
  color: var(--white);
  line-height: 32px;
  font-weight: 400;
}

/* Trust Section */
.secondary-trust {
  background: var(--teal);
  padding: 64px 160px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

.trust-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  max-width: 960px;
}

.trust-tag {
  display: inline-block;
  width: fit-content;
  padding: 4px 16px;
  background: rgba(198,239,238,0.4);
  border: 1px solid var(--white);
  border-radius: 82px;
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  line-height: 26px;
  letter-spacing: 1px;
}

.trust-header h2 {
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  color: var(--navy);
}

.trust-header p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--navy);
  max-width: 800px;
}

/* Advantage Section */
.advantage-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  width: 100%;
}

.advantage-section h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: var(--navy);
}

.advantage-cards {
  display: flex;
  gap: 32px;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.advantage-card {
  background: var(--white);
  border: 1px solid #f6f6f6;
  border-radius: 20px;
  padding: 40px 24px;
  flex: 1;
  min-width: 200px;
  max-width: 306px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
  box-shadow: 0px 21.5px 2.9px rgba(44,43,79,0), 0px 13.7px 2.7px rgba(44,43,79,0.01), 0px 7.8px 2.2px rgba(44,43,79,0.03), 0px 3.4px 1.7px rgba(44,43,79,0.04), 0px 1px 1px rgba(44,43,79,0.05);
}

.advantage-card .accent {
  width: 42px;
  height: 4px;
  background: var(--teal);
  border-radius: 2px;
}

.advantage-card h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--navy);
}

.advantage-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--cadet-blue);
}

/* Partner Section */
.secondary-partner {
  background: var(--navy);
  padding: 82px 160px 72px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.secondary-partner h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: var(--white);
}

.partner-cards {
  display: flex;
  gap: 24px;
}

.partner-card {
  flex: 1;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
  padding: 26px 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.partner-card h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--white);
}

.partner-card p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--white);
}

.partner-card .card-arrow {
  width: 42px;
  height: 42px;
  margin-top: 8px;
}

.partner-card .card-arrow svg {
  width: 42px;
  height: 42px;
}

.partner-cta {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--white);
  margin-top: 8px;
}

.partner-contact {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-top: 8px;
}

.contact-btn {
  display: inline-block;
  padding: 12px 26px;
  background: var(--teal);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  color: var(--navy);
  line-height: 24px;
  text-decoration: none;
  transition: opacity 0.2s;
}

.contact-btn:hover {
  opacity: 0.9;
}

.partner-contact .email {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}

/* Responsive - 1440px */
@media (max-width: 1440px) {
  .secondary-hero-content {
    padding: 0 80px;
  }

  .secondary-hero-content h1 {
    font-size: 64px;
    line-height: 72px;
  }

  .secondary-trust {
    padding: 64px 80px;
  }

  .trust-header h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .advantage-card {
    max-width: 280px;
  }

  .secondary-partner {
    padding: 64px 80px;
  }
}

/* Responsive - 1024px */
@media (max-width: 1024px) {
  .secondary-hero {
    height: 400px;
  }

  .secondary-hero-content {
    padding: 0 20px;
  }

  .secondary-hero-content h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .secondary-hero-sub p {
    font-size: 18px;
    line-height: 26px;
  }

  .secondary-trust {
    padding: 48px 20px;
  }

  .trust-header h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .advantage-cards {
    flex-direction: column;
    align-items: center;
  }

  .advantage-card {
    max-width: 100%;
  }

  .secondary-partner {
    padding: 48px 20px;
  }

  .partner-cards {
    flex-direction: column;
  }

  .partner-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
