/* ==============================================
   CONTACT PAGE SPECIFIC STYLES
============================================== */

.contact-page-body {
  background-color: #ffffff;
  color: var(--text);
  overflow-x: hidden;
}

/* Blend hero and card sections */
.contact-page-body .hero-arcade {
  background-color: transparent;
  overflow: visible;
}

.contact-page-body .hero-arcade::before,
.contact-page-body .hero-arcade::after {
  display: none;
}

/* Contact Grid */
.contact-paths-section {
  padding: 40px 0 90px;
  position: relative;
  z-index: 10;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.contact-card {
  background: #ffffff;
  border: 1px solid rgba(23, 21, 58, 0.08);
  border-radius: 24px;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  box-shadow: 0 4px 24px rgba(23, 21, 58, 0.02);
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(23, 21, 58, 0.08);
  border-color: rgba(111, 92, 255, 0.25);
}

/* Featured Card Accent */
.contact-card.featured-card {
  border: 1.5px solid rgba(111, 92, 255, 0.3);
  box-shadow: 0 10px 30px rgba(111, 92, 255, 0.05);
}

.contact-card.featured-card:hover {
  border-color: #6f5cff;
  box-shadow: 0 24px 48px rgba(111, 92, 255, 0.12);
}

.popular-badge {
  position: absolute;
  top: 0;
  left: 19px;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #6f5cff, #d12984);
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 16px;
  border-radius: 99px;
  box-shadow: 0 4px 12px rgba(111, 92, 255, 0.2);
}

/* Contact Icon */
.contact-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}

.contact-icon.theme-purple {
  background: rgba(111, 92, 255, 0.08);
  color: #6f5cff;
}

.contact-icon.theme-pink {
  background: rgba(209, 41, 132, 0.08);
  color: #d12984;
}

.contact-icon.theme-peach {
  background: rgba(255, 187, 145, 0.15);
  color: #e07a3f;
}

.contact-card:hover .contact-icon {
  transform: scale(1.1) rotate(5deg);
}

/* Card Content */
.contact-card h3 {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 6px;
}

.card-subtitle {
  font-size: 0.85rem;
  color: #8c88ad;
  font-weight: 600;
  margin-bottom: 16px;
  display: block;
}

.contact-card p {
  font-size: 0.92rem;
  line-height: 1.6;
  color: #555273;
  margin-bottom: 30px;
  flex: 1;
}

.btn-full {
  width: 100%;
  justify-content: center;
  text-align: center;
}

/* Trust Section Split Layout */
.trust-section {
  padding: 90px 0;
  /* background-color: #f7f6fb; */
  position: relative;
}

.trust-wrapper {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

.trust-content h2 {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 16px;
}

.trust-content p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #555273;
  margin-bottom: 35px;
}

/* Trust Bullet Points */
.trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.bullet-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid rgba(23, 21, 58, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  color: #6f5cff;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(23, 21, 58, 0.02);
}

.bullet-text {
  font-size: 0.98rem;
  line-height: 1.55;
  color: #555273;
  padding-top: 6px;
}

.bullet-text strong {
  color: var(--primary);
  font-weight: 700;
}

/* Glass Info Metric Box */
.trust-visual {
  display: flex;
  justify-content: end;
  margin-right: 50px;
}

.info-box-stack-wrapper {
  position: relative;
  width: 100%;
  max-width: 420px;
  display: flex;
  z-index: 10;
}

.stacked-card-back {
  position: absolute;
  top: 16px;
  right: -40px;
  bottom: -40px;
  left: 16px;
  border-radius: 28px;
  border: 1.5px dashed rgba(86, 63, 255, 0.3);
  /* background: rgba(255, 255, 255, 0.4); */
  backdrop-filter: blur(5px);
  z-index: 1;
  pointer-events: none;
}

.glass-info-box {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 20px 50px rgba(23, 21, 58, 0.06);
  border-radius: 28px;
  padding: 40px;
  width: 100%;
  max-width: 420px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.glow-bg {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(111, 92, 255, 0.15) 0%, rgba(255,255,255,0) 70%);
  z-index: 1;
}

.info-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.info-header i {
  font-size: 1.5rem;
  color: #6f5cff;
}

.info-header h4 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.info-metric {
  padding: 16px 0;
  border-bottom: 1px solid rgba(23, 21, 58, 0.06);
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  z-index: 2;
}

.info-metric:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.metric-num {
  font-size: 1.8rem;
  font-weight: 800;
  color: #6f5cff;
}

.metric-label {
  font-size: 0.88rem;
  color: #8c88ad;
  font-weight: 600;
}

/* Responsiveness */
@media (max-width: 992px) {
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .trust-wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  
  .trust-visual {
    order: -1;
  }
  
  .glass-info-box {
    max-width: 100%;
  }
}
