.page-contact {
  --page-contact-navy: #0A1E3C;
  --page-contact-orange: #FF6B35;
  --page-contact-cyan: #00D4FF;
  --page-contact-purple: #8B5CF6;
  --page-contact-bg: #F4F4F0;
  --page-contact-surface: #FFFFFF;
  --page-contact-ink: #1A1D1F;
  --page-contact-muted: #6B7280;
  --page-contact-border: #D1D5DB;
  --page-contact-radius: 16px;

  background-color: var(--page-contact-bg);
  color: var(--page-contact-ink);
  font-family: var(--font-body);
  line-height: 1.7;
  overflow-x: hidden;
}

.page-contact__hero {
  background: linear-gradient(135deg, var(--page-contact-navy) 0%, #12305C 70%, #163A66 100%);
  color: #FFFFFF;
  padding: 56px 0 48px;
  position: relative;
  overflow: hidden;
}

.page-contact__hero::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(255, 107, 53, .25) 0%, rgba(255, 107, 53, 0) 70%);
  border-radius: 50%;
  pointer-events: none;
}

.page-contact__hero-inner {
  position: relative;
  z-index: 1;
}

.page-contact__hero .breadcrumbs {
  margin-bottom: 32px;
}

.page-contact__hero .breadcrumbs a {
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  font-size: 14px;
  transition: color .2s ease;
}

.page-contact__hero .breadcrumbs a:hover {
  color: var(--page-contact-cyan);
}

.page-contact__hero .breadcrumbs span {
  color: rgba(255, 255, 255, .4);
  margin: 0 8px;
}

.page-contact__hero .breadcrumbs a[aria-current="page"] {
  color: var(--page-contact-orange);
  font-weight: 600;
}

.page-contact__hero .section-eyebrow {
  color: var(--page-contact-cyan);
  font-size: 15px;
  letter-spacing: .08em;
  margin-bottom: 8px;
  opacity: .95;
}

.page-contact__title {
  font-family: var(--font-heading);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 12px;
  max-width: 680px;
  letter-spacing: -0.02em;
}

.page-contact__subtitle {
  max-width: 620px;
  font-size: 15px;
  color: rgba(255, 255, 255, .78);
  margin: 0;
}

.page-contact__channels {
  padding: 48px 0 56px;
}

.page-contact__card-grid {
  gap: 20px;
  align-items: stretch;
}

.page-contact__contact-card {
  position: relative;
  padding: 28px 22px 22px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  background: var(--page-contact-surface);
  border: 1px solid rgba(209, 213, 219, .9);
  border-radius: var(--page-contact-radius);
  box-shadow: 0 1px 2px rgba(10, 30, 60, .05), 0 10px 28px rgba(10, 30, 60, .06);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.page-contact__contact-card:hover {
  border-color: var(--page-contact-cyan);
  box-shadow: 0 2px 4px rgba(10, 30, 60, .07), 0 22px 44px rgba(10, 30, 60, .12);
  transform: translateY(-2px);
}

.page-contact__contact-card .tag {
  align-self: flex-start;
  margin-bottom: 12px;
}

.page-contact__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  position: relative;
  flex-shrink: 0;
}

.page-contact__icon--mail {
  background: rgba(0, 212, 255, .14);
}

.page-contact__icon--mail .page-contact__icon-flap {
  position: absolute;
  top: 13px;
  left: 11px;
  width: 22px;
  height: 14px;
  border: 2px solid var(--page-contact-navy);
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  transform: rotate(-32deg);
  transform-origin: left center;
}

.page-contact__icon--mail .page-contact__icon-body {
  position: absolute;
  top: 13px;
  left: 11px;
  width: 22px;
  height: 17px;
  border: 2px solid var(--page-contact-navy);
  border-radius: 3px;
  background: rgba(0, 212, 255, .25);
}

.page-contact__icon--phone {
  background: rgba(255, 107, 53, .14);
}

.page-contact__phone-handset {
  position: relative;
  width: 24px;
  height: 24px;
  border: 2.5px solid var(--page-contact-navy);
  border-radius: 50%;
}

.page-contact__phone-handset::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 8px;
  border: 2px solid var(--page-contact-navy);
  border-radius: 50%;
}

.page-contact__icon--pin {
  background: rgba(139, 92, 246, .14);
}

.page-contact__pin-point {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2.5px solid var(--page-contact-navy);
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.page-contact__pin-point::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  background: var(--page-contact-navy);
  border-radius: 50%;
}

.page-contact__card-title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  color: var(--page-contact-navy);
  letter-spacing: -0.01em;
}

.page-contact__card-desc {
  font-size: 14px;
  color: var(--page-contact-muted);
  margin: 0 0 16px;
  flex-grow: 1;
}

.page-contact__value {
  font-family: var(--font-mono);
  font-size: 16px;
  font-weight: 600;
  color: var(--page-contact-ink);
  margin-bottom: 12px;
  padding: 10px 12px;
  background: rgba(244, 244, 240, .7);
  border-radius: 6px;
  line-height: 1.4;
  word-break: break-all;
}

.page-contact__value--link {
  color: #007C99;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.page-contact__value--link:hover {
  color: var(--page-contact-orange-deep);
  background: rgba(255, 107, 53, .08);
}

.page-contact__card-note {
  font-size: 12.5px;
  color: var(--page-contact-muted);
  border-top: 1px dashed var(--page-contact-border);
  padding-top: 12px;
  margin-top: 4px;
  margin-bottom: 0;
}

.page-contact__contact-card--address .page-contact__map-wrap {
  position: relative;
  margin-top: 8px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--page-contact-border);
}

.page-contact__map-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  opacity: .68;
  transition: opacity .3s ease;
}

.page-contact__map-wrap:hover .page-contact__map-img {
  opacity: .9;
}

.page-contact__dashed-divider {
  height: 0;
  border-top: 2px dashed rgba(10, 30, 60, .14);
  margin: 44px 0 40px;
  position: relative;
}

.page-contact__dashed-divider::before {
  content: "▼";
  position: absolute;
  right: 10px;
  top: -14px;
  background: var(--page-contact-bg);
  padding: 0 8px;
  font-size: 12px;
  color: var(--page-contact-orange);
}

.page-contact__scenario-intro {
  margin: 8px 0 20px;
  color: var(--page-contact-muted);
  font-size: 14px;
  max-width: 640px;
}

.page-contact__scenario-grid {
  gap: 16px;
  margin-bottom: 40px;
}

.page-contact__scenario-item {
  display: flex;
  gap: 14px;
  padding: 18px;
  background: var(--page-contact-surface);
  border: 1px solid var(--page-contact-border);
  border-radius: 12px;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.page-contact__scenario-item:hover {
  border-color: var(--page-contact-purple);
  box-shadow: 0 2px 4px rgba(10, 30, 60, .05), 0 16px 36px rgba(10, 30, 60, .07);
}

.page-contact__scenario-num {
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 700;
  color: var(--page-contact-orange);
  line-height: 1.4;
  flex-shrink: 0;
  min-width: 36px;
}

.page-contact__scenario-item h3 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--page-contact-navy);
  margin: 0 0 4px;
}

.page-contact__scenario-item p {
  font-size: 14px;
  color: var(--page-contact-muted);
  margin: 0;
}

.page-contact__help-note {
  background: var(--page-contact-surface);
  border: 1px solid rgba(255, 107, 53, .4);
  border-left: 4px solid var(--page-contact-orange);
  padding: 18px 20px;
  border-radius: 12px;
  font-size: 14px;
  color: var(--page-contact-navy);
  margin-bottom: 40px;
}

.page-contact__help-note p {
  margin: 0;
}

.page-contact__help-note .editorial-serif {
  font-family: var(--font-editorial);
  font-size: 15px;
}

.page-contact__bottom-block {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  background: var(--page-contact-navy);
  border-radius: var(--page-contact-radius);
  overflow: hidden;
  padding: 28px 24px;
  position: relative;
}

.page-contact__bottom-text {
  color: rgba(255, 255, 255, .85);
}

.page-contact__bottom-text .tag--dark {
  background: var(--page-contact-orange);
  color: var(--page-contact-navy);
  border: none;
}

.page-contact__bottom-title {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 12px 0 10px;
  letter-spacing: -0.01em;
  line-height: 1.35;
}

.page-contact__bottom-text p:not(.tag) {
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  margin: 0 0 18px;
  max-width: 420px;
}

.page-contact__bottom-text .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, .7);
  color: #FFFFFF !important;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.page-contact__bottom-text .btn:hover {
  background: rgba(255, 255, 255, .12);
  border-color: var(--page-contact-orange);
  transform: translateY(-1px);
}

.page-contact__illustration {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-contact__illustration img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  opacity: .9;
}

@media (max-width: 767px) {
  .page-contact__hero {
    padding: 40px 0 36px;
  }

  .page-contact__title {
    font-size: 24px;
  }

  .page-contact__subtitle {
    font-size: 14px;
  }

  .page-contact__channels {
    padding: 32px 0 40px;
  }

  .page-contact__contact-card {
    padding: 22px 18px 18px;
    min-height: 0;
  }

  .page-contact__card-grid {
    gap: 16px;
  }

  .page-contact__container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .page-contact__scenario-item {
    padding: 14px;
    flex-direction: column;
    gap: 4px;
  }

  .page-contact__scenario-num {
    font-size: 22px;
  }

  .page-contact__bottom-block {
    padding: 22px 18px;
  }

  .page-contact__bottom-title {
    font-size: 18px;
  }

  .page-contact__bottom-text .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .page-contact__title {
    font-size: 32px;
  }

  .page-contact__card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .page-contact__bottom-block {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 36px 40px 36px 32px;
  }
}

@media (min-width: 1024px) {
  .page-contact__hero {
    padding: 64px 0 52px;
  }

  .page-contact__title {
    font-size: 38px;
  }

  .page-contact__subtitle {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-contact .page-contact__contact-card,
  .page-contact .page-contact__scenario-item,
  .page-contact .page-contact__bottom-text .btn {
    transition: none;
  }
}

.page-contact {
  --page-contact-orange-deep: var(--page-contact-border);
}
