.page-contact {
  background: var(--phx-cream);
  overflow-x: hidden;
}

.page-contact .phx-breadcrumb {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.page-contact .phx-breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-contact .phx-breadcrumb a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.page-contact .phx-breadcrumb__sep {
  margin: 0 8px;
  color: var(--phx-flame-soft);
}

.page-contact .c-contact-hero {
  position: relative;
  overflow: hidden;
  padding: 28px 0 64px;
  background: linear-gradient(128deg, var(--phx-night) 0%, var(--phx-night-blue) 62%, #183154 100%);
}

.page-contact .c-contact-hero::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 90, 31, 0.34) 0%, rgba(255, 90, 31, 0) 70%);
  pointer-events: none;
}

.page-contact .c-contact-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(16, 35, 63, 0.64);
  box-shadow: 0 22px 50px rgba(4, 10, 24, 0.42);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.page-contact .c-contact-card__bgimg {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  transform: scale(1.02);
  pointer-events: none;
}

.page-contact .c-contact-card__body {
  position: relative;
  z-index: 2;
  padding: 28px 24px 24px;
}

.page-contact .c-contact-card__body h1 {
  margin: 14px 0 0;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.12;
  letter-spacing: 0.01em;
}

.page-contact .c-contact-subtitle {
  margin-top: 8px;
  color: var(--phx-flame-soft);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.page-contact .c-contact-lead {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  max-width: 560px;
}

.page-contact .c-contact-channels {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.page-contact .c-contact-channel {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  text-decoration: none;
  transition: border-color 0.24s ease, background 0.24s ease, box-shadow 0.24s ease;
}

.page-contact .c-contact-channel:hover {
  border-color: var(--phx-flame-soft);
  background: rgba(255, 122, 80, 0.12);
  box-shadow: 0 0 0 3px rgba(255, 90, 31, 0.18);
}

.page-contact .c-contact-channel__icon {
  display: flex;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 90, 31, 0.2);
  color: var(--phx-flame-soft);
  transition: background 0.24s ease, color 0.24s ease;
}

.page-contact .c-contact-channel__icon svg {
  width: 22px;
  height: 22px;
}

.page-contact .c-contact-channel:hover .c-contact-channel__icon {
  background: var(--phx-flame);
  color: #ffffff;
}

.page-contact .c-contact-channel__text {
  flex: 1;
  min-width: 0;
}

.page-contact .c-contact-channel__label {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.page-contact .c-contact-channel__value {
  display: block;
  margin-top: 2px;
  font-family: var(--phx-font-headline);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.01em;
  overflow-wrap: anywhere;
}

.page-contact .c-contact-card__aside {
  position: relative;
  z-index: 2;
  padding: 32px 28px 32px 36px;
  background: linear-gradient(132deg, var(--phx-flame) 0%, var(--phx-flame-soft) 100%);
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

.page-contact .c-contact-aside__icon {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  margin-bottom: 14px;
}

.page-contact .c-contact-aside__icon svg {
  width: 20px;
  height: 20px;
}

.page-contact .c-contact-aside__label {
  display: block;
  font-family: var(--phx-font-headline);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.86);
}

.page-contact .c-contact-aside__address {
  display: block;
  margin-top: 12px;
  font-family: var(--phx-font-headline);
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  line-height: 1.55;
  color: #ffffff;
}

.page-contact .c-contact-aside__note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.page-contact .c-contact-promise {
  padding: 56px 0 64px;
  background: var(--phx-cream);
}

.page-contact .c-promise-head h2 {
  margin-top: 10px;
  font-size: 32px;
  line-height: 1.2;
  color: var(--phx-text);
}

.page-contact .c-promise-head__lead {
  margin-top: 14px;
  max-width: 640px;
  color: var(--phx-text-2);
}

.page-contact .c-promise-grid {
  margin-top: 34px;
}

.page-contact .c-promise-card {
  height: 100%;
  padding: 26px 24px 28px;
}

.page-contact .c-promise-card__icon {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 90, 31, 0.12);
  color: var(--phx-flame);
}

.page-contact .c-promise-card__icon svg {
  width: 22px;
  height: 22px;
}

.page-contact .c-promise-card h3 {
  margin: 18px 0 10px;
  font-size: 20px;
  line-height: 1.3;
}

.page-contact .c-promise-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--phx-text-2);
}

.page-contact .c-promise-card p a {
  color: var(--phx-flame);
  text-decoration: underline;
}

.page-contact .c-promise-card p a:hover {
  text-decoration: none;
}

.page-contact .c-promise-note {
  margin-top: 26px;
  padding-left: 14px;
  border-left: 3px solid var(--phx-flame);
}

.page-contact .c-contact-location {
  position: relative;
  overflow: hidden;
  padding: 56px 0 64px;
  background: linear-gradient(132deg, var(--phx-night), var(--phx-night-blue) 55%, var(--phx-night));
}

.page-contact .c-location-grid {
  display: grid;
  gap: 34px;
  align-items: center;
}

.page-contact .c-location-info h2 {
  margin-top: 10px;
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
}

.page-contact .c-location-address {
  margin-top: 20px;
  font-family: var(--phx-font-headline);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
  color: #ffffff;
}

.page-contact .c-contact-location .phx-muted {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.64);
}

.page-contact .c-location-list {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.page-contact .c-location-list li {
  display: flex;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.page-contact .c-location-list li span {
  flex: 0 0 48px;
  color: var(--phx-flame-soft);
  font-weight: 700;
}

.page-contact .c-location-btn {
  margin-top: 26px;
}

.page-contact .c-location-map {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  background: rgba(10, 20, 40, 0.72);
  box-shadow: 0 18px 34px rgba(4, 8, 20, 0.3);
}

.page-contact .c-location-map img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  background: var(--phx-night-blue);
}

.page-contact .c-location-map figcaption {
  padding: 12px 6px 4px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.page-contact .c-contact-faq {
  padding: 56px 0 64px;
  background: #ffffff;
}

.page-contact .c-faq-head h2 {
  margin-top: 10px;
  font-size: 32px;
  line-height: 1.2;
  color: var(--phx-text);
}

.page-contact .c-faq-head .phx-lead {
  margin-top: 12px;
  color: var(--phx-text-2);
}

.page-contact .c-faq-grid {
  margin-top: 32px;
}

.page-contact .c-faq-item {
  display: block;
  height: 100%;
  padding: 22px 20px;
  border: 1px solid #ece5de;
  background: var(--phx-cream);
  color: inherit;
  text-decoration: none;
}

.page-contact .c-faq-item__tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 30px;
  background: rgba(255, 90, 31, 0.12);
  color: var(--phx-flame);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.page-contact .c-faq-item h3 {
  margin: 12px 0 8px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--phx-text);
}

.page-contact .c-faq-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--phx-text-2);
}

.page-contact .c-faq-item:hover {
  border-color: var(--phx-flame);
}

.page-contact .c-faq-action {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

@media (min-width: 768px) {
  .page-contact .c-contact-hero {
    padding: 40px 0 72px;
  }

  .page-contact .c-contact-card__body {
    padding: 40px 40px 34px;
  }

  .page-contact .c-contact-card__aside {
    padding: 36px 36px 36px 48px;
  }

  .page-contact .c-contact-card__body h1 {
    font-size: 52px;
  }

  .page-contact .c-contact-subtitle {
    font-size: 20px;
  }

  .page-contact .c-contact-channel__value {
    font-size: 26px;
  }

  .page-contact .c-promise-head h2,
  .page-contact .c-location-info h2,
  .page-contact .c-faq-head h2 {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .page-contact .c-contact-hero {
    padding: 56px 0 96px;
  }

  .page-contact .c-contact-card {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
    min-height: 500px;
  }

  .page-contact .c-contact-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 52px 48px 48px;
  }

  .page-contact .c-contact-card__aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px 40px 52px 80px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }

  .page-contact .c-contact-aside__address {
    font-size: 25px;
  }

  .page-contact .c-contact-promise {
    padding: 72px 0 80px;
  }

  .page-contact .c-location-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .page-contact .c-location-map {
    justify-self: center;
    width: 100%;
    max-width: 600px;
  }

  .page-contact .c-contact-location {
    padding: 72px 0 80px;
  }

  .page-contact .c-contact-faq {
    padding: 72px 0 80px;
  }
}
