/* ===== Contact Page ===== */
.contact-page .page {
  background: #0A0E17;
}

.contact-main {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 155px 80px;
}

/* Breadcrumb */
.contact-main .breadcrumb {
  text-align: center;
  padding: 72px 0 0;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 26.1686px;
  line-height: 32px;
  color: #A8A8A8;
}

.contact-main .breadcrumb a {
  color: #A8A8A8;
}

.contact-main .breadcrumb a:hover {
  color: #fff;
}

.contact-main .breadcrumb-current {
  color: #FFFFFF !important;
}

/* Hero */
.contact-hero {
  text-align: center;
  padding: 0 0 60px;
}

.contact-hero-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 89px;
  color: #FFFFFF;
  margin: 0 0 24px;
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
}

.contact-hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 53px;
  line-height: 59px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 24px;
  max-width: 974px;
  margin-left: auto;
  margin-right: auto;
}

.contact-hero-intro {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 64px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 1404px;
  margin: 0 auto;
  text-align: center;
}

/* Contact cards row */
.contact-cards {
  margin-bottom: 60px;
}

.contact-cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  max-width: 1583px;
  margin: 0 auto;
}

.contact-card {
  box-sizing: border-box;
  flex: 1 1 360px;
  max-width: 780px;
  padding: 56px 54px;
  background: rgba(86, 119, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 73px;
}

.contact-card-title {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 56px;
  color: #FFFFFF;
  margin: 0 0 24px;
}

.contact-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-card-list li {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 8px;
  padding-left: 1.2em;
  position: relative;
}

.contact-card-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.7);
}

/* .onion heading */
.contact-onion-heading {
  text-align: center;
  margin-bottom: 60px;
}

.contact-onion-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 53px;
  line-height: 67px;
  color: #FFFFFF;
  margin: 0 0 16px;
}

.contact-onion-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 53px;
  line-height: 59px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

/* CTA poster */
.contact-cta {
  margin-bottom: 80px;
}

.contact-cta-poster {
  box-sizing: border-box;
  max-width: 1583px;
  margin: 0 auto;
  padding: 80px 70px 100px;
  background: rgba(0, 0, 0, 0.13);
  border-radius: 72px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-cta-poster::before {
  content: '';
  position: absolute;
  width: 958px;
  height: 766px;
  left: 50%;
  top: -651px;
  transform: translateX(-50%);
  background: #304BB8;
  opacity: 0.51;
  filter: blur(144px);
  pointer-events: none;
}

.contact-cta-title {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 47px;
  line-height: 60px;
  color: #FFFFFF;
  margin: 0 0 16px;
  position: relative;
  z-index: 1;
}

.contact-cta-subtitle {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 27px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 40px;
  position: relative;
  z-index: 1;
}

.contact-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 28px 12px;
  min-width: 384px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;
  background: rgba(51, 65, 85, 0.05);
  box-shadow: -1px -1px 0 #334155, -2px -2px 2px #222C39, inset -1px -1px 0 #252E3C, inset -2px -2px 2px #2A3646;
  border-radius: 9999px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.contact-cta-btn:hover {
  background: rgba(51, 65, 85, 0.15);
  color: #fff;
}

/* Paragraphs */
.contact-paragraphs {
  max-width: 1424px;
  margin: 0 auto 80px;
  text-align: center;
}

.contact-text-block {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 40px;
}

.contact-paragraphs .contact-text-block:last-child {
  margin-bottom: 0;
}

/* Security reminders */
.contact-security {
  max-width: 849px;
  margin: 0 auto 80px;
  text-align: center;
}

.contact-security-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 53px;
  line-height: 67px;
  color: #FFFFFF;
  margin: 0 0 32px;
}

.contact-security-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-security-list li {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 8px;
  padding-left: 1.2em;
  position: relative;
}

.contact-security-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1200px) {
  .contact-main {
    padding: 0 40px 60px;
  }
  .contact-hero-title {
    font-size: 56px;
    line-height: 1.2;
  }
  .contact-hero-subtitle,
  .contact-onion-title,
  .contact-onion-subtitle {
    font-size: 36px;
    line-height: 1.2;
  }
  .contact-hero-intro {
    font-size: 22px;
    line-height: 1.5;
  }
  .contact-cards-row {
    flex-direction: column;
    align-items: center;
  }
  .contact-card {
    max-width: 100%;
    padding: 40px 32px;
  }
  .contact-card-title,
  .contact-card-list li {
    font-size: 24px;
    line-height: 1.5;
  }
  .contact-cta-poster {
    padding: 60px 40px 80px;
  }
  .contact-cta-title {
    font-size: 36px;
    line-height: 1.2;
  }
  .contact-security-title {
    font-size: 36px;
    line-height: 1.2;
  }
  .contact-text-block,
  .contact-security-list li {
    font-size: 22px;
    line-height: 1.6;
  }
}
