.page-contact {
  background:
    radial-gradient(ellipse 80% 50% at 88% -5%, rgba(30, 58, 138, 0.5), transparent 60%),
    radial-gradient(ellipse 60% 40% at 5% 105%, rgba(255, 46, 99, 0.14), transparent 55%),
    linear-gradient(163deg, #0A0E27 0%, #0D1530 48%, #0A0E27 100%);
  color: var(--text-light);
  font-family: var(--font-body);
  position: relative;
}

.contact-hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 0 80px;
  overflow: hidden;
}

.contact-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.contact-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}

.contact-hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(38% 60% at 22% 25%, rgba(255, 94, 58, 0.45), transparent 70%),
    radial-gradient(32% 55% at 80% 70%, rgba(255, 46, 99, 0.32), transparent 70%),
    radial-gradient(28% 45% at 50% 105%, rgba(99, 102, 241, 0.35), transparent 65%),
    linear-gradient(to bottom, rgba(10, 14, 39, 0.7), rgba(10, 14, 39, 0.3) 45%, #0A0E27 100%);
  animation: contact-glow 14s ease-in-out infinite alternate;
}

@keyframes contact-glow {
  0% {
    opacity: 0.7;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}

.contact-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 820px;
}

.contact-breadcrumb {
  justify-content: center;
  margin-bottom: 40px;
}

.contact-kicker {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--fluorescent-green);
  margin-bottom: 20px;
}

.contact-title {
  font-family: var(--font-heading);
  font-size: clamp(40px, 9vw, 72px);
  font-weight: 800;
  line-height: 1.12;
  color: var(--white);
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}

.contact-lead {
  font-size: clamp(15px, 2.4vw, 18px);
  line-height: 1.8;
  color: rgba(229, 231, 235, 0.82);
  margin: 0 0 36px;
}

.contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.contact-channel-section,
.contact-feedback-section {
  padding: 80px 0 48px;
  position: relative;
  z-index: 1;
}

.contact-partner-section {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.contact-address-section {
  padding: 80px 0 100px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-contact .section-head {
  text-align: left;
}

.page-contact .section-eyebrow {
  color: var(--fluorescent-green);
}

.page-contact .section-eyebrow--orange {
  color: var(--vibrant-orange);
}

.page-contact .section-eyebrow--green {
  color: var(--fluorescent-green);
}

.page-contact .section-eyebrow--indigo {
  color: var(--indigo);
}

.page-contact .section-title {
  color: var(--white);
  margin-bottom: 12px;
}

.section-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(229, 231, 235, 0.68);
  max-width: 660px;
  margin: 0;
}

.contact-channel-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}

.contact-card {
  display: block;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius);
  padding: 32px 26px;
  color: var(--text-light);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}

.contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--vibrant-orange), var(--fluorescent-pink));
}

.contact-card--phone::before {
  background: linear-gradient(90deg, var(--fluorescent-green), var(--electric-blue));
}

.contact-card--time::before {
  background: linear-gradient(90deg, var(--indigo), var(--electric-blue));
}

.contact-card:hover,
.contact-card:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.contact-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.09);
  color: var(--vibrant-orange);
  margin-bottom: 24px;
}

.contact-card--phone .contact-card-icon {
  color: var(--fluorescent-green);
}

.contact-card--time .contact-card-icon {
  color: var(--indigo);
}

.contact-card-icon svg {
  width: 26px;
  height: 26px;
}

.contact-card-label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(229, 231, 235, 0.55);
  margin-bottom: 10px;
}

.contact-card-value {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(17px, 2.6vw, 20px);
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
  word-break: break-word;
  margin-bottom: 10px;
}

.contact-card-hint {
  font-size: 13px;
  color: rgba(229, 231, 235, 0.5);
}

.channel-support {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.06);
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: var(--radius-sm);
  padding: 18px 22px;
  margin-top: 32px;
}

.channel-support-mark {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--fluorescent-green);
  box-shadow: 0 0 0 5px rgba(57, 255, 20, 0.14);
  flex-shrink: 0;
}

.channel-support p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(229, 231, 235, 0.72);
}

.channel-support-mail {
  color: var(--fluorescent-green);
  font-family: var(--font-mono);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(57, 255, 20, 0.35);
}

.partner-panel {
  display: grid;
  gap: 36px;
  background:
    linear-gradient(135deg, rgba(30, 58, 138, 0.4), rgba(10, 14, 39, 0.72)),
    var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: calc(var(--radius) + 8px);
  padding: 40px 28px;
  overflow: hidden;
  position: relative;
}

.partner-panel::after {
  content: 'PARTNERS // DATA';
  position: absolute;
  right: 8px;
  top: 20px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.32em;
  color: rgba(255, 255, 255, 0.14);
  writing-mode: vertical-rl;
  pointer-events: none;
}

.partner-main .section-head {
  margin-bottom: 20px;
}

.partner-desc {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(229, 231, 235, 0.78);
  margin: 0 0 14px;
}

.partner-contact {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.partner-contact-label {
  display: block;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: rgba(229, 231, 235, 0.55);
  margin-bottom: 8px;
}

.partner-mail {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 700;
  color: var(--white);
  text-decoration: none;
  background: linear-gradient(90deg, var(--vibrant-orange), var(--fluorescent-pink));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 2px solid rgba(255, 94, 58, 0.35);
  padding-bottom: 2px;
  transition: border-color 0.3s var(--ease);
}

.partner-mail:hover {
  border-bottom-color: var(--vibrant-orange);
}

.partner-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.partner-stat {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 22px 14px 20px;
  text-align: center;
}

.partner-stat-num {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(28px, 4.5vw, 38px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--vibrant-orange);
}

.partner-stat:nth-child(2) .partner-stat-num {
  color: var(--fluorescent-green);
}

.partner-stat:nth-child(4) .partner-stat-num {
  color: var(--indigo);
}

.partner-stat-label {
  display: block;
  font-size: 13px;
  color: rgba(229, 231, 235, 0.65);
  margin-top: 10px;
  letter-spacing: 0.04em;
}

.feedback-layout {
  display: grid;
  gap: 44px;
  margin-top: 40px;
}

.feedback-steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feedback-step {
  display: flex;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.feedback-step:first-child {
  padding-top: 0;
}

.feedback-step:last-child {
  border-bottom: none;
}

.feedback-step-num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--fluorescent-green);
  background: rgba(57, 255, 20, 0.08);
  border: 1px solid rgba(57, 255, 20, 0.25);
}

.feedback-step-body h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 700;
  color: var(--white);
  margin: 0 0 8px;
}

.feedback-step-body p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(229, 231, 235, 0.72);
  margin: 0;
}

.feedback-figure {
  margin: 0;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  background: rgba(255, 255, 255, 0.04);
}

.feedback-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.feedback-footer {
  margin-top: 28px;
  font-size: 14px;
  color: rgba(229, 231, 235, 0.65);
}

.feedback-footer a {
  color: var(--fluorescent-green);
  text-decoration: none;
  border-bottom: 1px solid rgba(57, 255, 20, 0.3);
}

.address-line {
  font-family: var(--font-heading);
  font-size: clamp(24px, 4.6vw, 40px);
  font-weight: 800;
  line-height: 1.4;
  color: var(--white);
  margin: 14px 0 0;
}

.address-note {
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.8;
  color: rgba(229, 231, 235, 0.5);
  max-width: 680px;
  margin: 24px auto 0;
}

@media (min-width: 720px) {
  .contact-channel-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .partner-panel {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    padding: 52px 44px;
  }

  .partner-panel::after {
    display: none;
  }

  .feedback-layout {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    gap: 52px;
  }

  .contact-hero {
    min-height: 78vh;
    padding: 140px 0 100px;
  }

  .contact-title {
    font-size: clamp(48px, 7vw, 72px);
  }
}

@media (min-width: 1080px) {
  .contact-channel-section,
  .contact-feedback-section {
    padding: 100px 0 64px;
  }

  .contact-partner-section {
    padding: 48px 0;
  }

  .contact-address-section {
    padding: 100px 0 120px;
  }

  .partner-panel {
    padding: 56px;
  }

  .feedback-layout {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .contact-hero-media::after {
    animation: none;
  }

  .contact-card {
    transition: none;
  }
}
