.page-contact {
  --pc-purple: #9B30FF;
  --pc-blue: #00D9FF;
  --pc-gold: #FFD700;
  --pc-deep: #1A0B2E;
  --pc-cream: #F8F0FF;
  --pc-ink: #0D0518;
  --pc-purple-light: #C57BFF;
  --pc-border-purple: rgba(155, 48, 255, 0.34);
  --pc-border-blue: rgba(0, 217, 255, 0.32);
  --pc-text-70: rgba(255, 255, 255, 0.72);
  --pc-text-50: rgba(255, 255, 255, 0.5);
  position: relative;
  background-color: var(--pc-deep);
  color: rgba(255, 255, 255, 0.86);
  overflow-x: hidden;
}

.page-contact .breadcrumb {
  margin-bottom: 44px;
}
.page-contact .breadcrumb a {
  color: rgba(255, 255, 255, 0.56);
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-contact .breadcrumb a:hover {
  color: var(--pc-blue);
}
.page-contact .breadcrumb .sep {
  color: rgba(255, 255, 255, 0.28);
}
.page-contact .breadcrumb .current {
  color: var(--pc-cream);
}

.page-contact .section-kicker {
  border-color: var(--pc-border-purple);
  color: var(--pc-blue);
  background: rgba(155, 48, 255, 0.1);
}

.page-contact .tag {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.88);
}
.page-contact .tag-green {
  border-color: rgba(0, 255, 136, 0.5);
  color: #00FF88;
}
.page-contact .tag-cyan {
  border-color: rgba(0, 217, 255, 0.5);
  color: var(--pc-blue);
}
.page-contact .tag-purple {
  border-color: rgba(155, 48, 255, 0.6);
  color: var(--pc-purple-light);
}

.page-contact .section-header--center .section-subtitle {
  color: var(--pc-text-70);
}

.contact-hero {
  position: relative;
  padding: 48px 0 72px;
  border-bottom: 1px solid rgba(155, 48, 255, 0.14);
  background:
    linear-gradient(rgba(155, 48, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(155, 48, 255, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 16% 36%, rgba(155, 48, 255, 0.2) 0%, transparent 46%),
    radial-gradient(circle at 84% 18%, rgba(0, 217, 255, 0.14) 0%, transparent 38%);
  background-size: 44px 44px, 44px 44px, auto, auto;
  overflow: hidden;
}

.contact-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
}

.contact-hero__copy h1 {
  margin: 16px 0 22px;
  font-size: clamp(2.1rem, 5vw, 3.5rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.contact-hero__copy h1::after {
  content: "";
  display: block;
  width: 92px;
  height: 6px;
  margin-top: 20px;
  background: linear-gradient(90deg, var(--pc-purple), var(--pc-blue));
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}

.contact-hero__lead {
  margin: 0 0 28px;
  font-size: clamp(1rem, 1.6vw, 1.125rem);
  line-height: 1.8;
  color: var(--pc-text-70);
  max-width: 34em;
}

.contact-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.contact-hero__figure {
  position: relative;
  margin: 0;
  z-index: 1;
}
.contact-hero__figure::before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, rgba(155, 48, 255, 0.5), transparent 38%, rgba(0, 217, 255, 0.5));
  filter: blur(20px);
  opacity: 0.45;
  z-index: -1;
}
.contact-hero__figure img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid var(--pc-border-blue);
  border-radius: 6px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.5), -18px 22px 70px rgba(155, 48, 255, 0.16);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.contact-hero__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(0, 217, 255, 0.12), transparent 60%);
}
.contact-hero__orb--one {
  width: 360px;
  height: 360px;
  top: -60px;
  right: -40px;
}
.contact-hero__orb--two {
  width: 220px;
  height: 220px;
  bottom: -50px;
  left: 5%;
  background: radial-gradient(circle, rgba(155, 48, 255, 0.22), transparent 60%);
}

.contact-channels {
  position: relative;
  padding: 88px 0 72px;
  background:
    radial-gradient(ellipse at 82% 0%, rgba(155, 48, 255, 0.16) 0%, transparent 46%),
    radial-gradient(ellipse at 12% 100%, rgba(0, 217, 255, 0.1) 0%, transparent 42%),
    var(--pc-deep);
  border-bottom: 1px solid rgba(155, 48, 255, 0.14);
}

.channels-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 46px;
}

.channel-card {
  position: relative;
  padding: 34px 28px 28px;
  background: linear-gradient(165deg, rgba(248, 240, 255, 0.07), rgba(248, 240, 255, 0.02));
  border: 1px solid var(--pc-border-purple);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.35s var(--ease-out), border-color 0.35s ease, box-shadow 0.35s ease;
}
.channel-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
  background: radial-gradient(circle at 0 0, rgba(0, 217, 255, 0.16), transparent 64%);
  pointer-events: none;
}

.channel-card--email {
  border-color: rgba(155, 48, 255, 0.5);
  box-shadow: 0 0 44px rgba(155, 48, 255, 0.07);
}
.channel-card--phone {
  border-color: rgba(0, 217, 255, 0.38);
  box-shadow: 0 0 44px rgba(0, 217, 255, 0.06);
}
.channel-card--address {
  border-color: rgba(255, 215, 0, 0.3);
  box-shadow: 0 0 44px rgba(255, 215, 0, 0.05);
}

.channel-card__index {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
  margin-bottom: 18px;
}

.channel-card__icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 22px;
  background: linear-gradient(135deg, rgba(155, 48, 255, 0.2), rgba(0, 217, 255, 0.12));
  border: 1px solid rgba(155, 48, 255, 0.38);
  color: var(--pc-blue);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.channel-card__icon svg {
  width: 26px;
  height: 26px;
  display: block;
}
.channel-card--email .channel-card__icon {
  color: var(--pc-purple-light);
  border-color: rgba(155, 48, 255, 0.45);
}
.channel-card--address .channel-card__icon {
  color: var(--pc-gold);
  border-color: rgba(255, 215, 0, 0.4);
}

.channel-card h3 {
  margin: 0 0 6px;
  font-size: 1.25rem;
  color: #ffffff;
  letter-spacing: 0.01em;
}

.channel-card__label {
  margin: 0 0 18px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.46);
  letter-spacing: 0.04em;
}

.channel-card__value {
  display: inline-block;
  margin-top: auto;
  align-self: flex-start;
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--pc-cream);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 217, 255, 0.35);
  padding-bottom: 4px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.channel-card--email .channel-card__value {
  border-bottom-color: rgba(155, 48, 255, 0.5);
  color: var(--pc-purple-light);
}
.channel-card--address .channel-card__value {
  border-bottom-color: rgba(255, 215, 0, 0.45);
  color: var(--pc-gold);
}
.channel-card__value--text {
  cursor: default;
}

.channel-card__note {
  margin: 14px 0 0;
  font-size: 0.82rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.4);
}

.channel-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 217, 255, 0.48);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3), 0 0 48px rgba(155, 48, 255, 0.12);
}
.channel-card:hover .channel-card__icon {
  border-color: rgba(0, 217, 255, 0.6);
  box-shadow: 0 0 26px rgba(0, 217, 255, 0.22);
}
.channel-card--email:hover {
  border-color: rgba(155, 48, 255, 0.65);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3), 0 0 52px rgba(155, 48, 255, 0.16);
}
.channel-card--address:hover {
  border-color: rgba(255, 215, 0, 0.5);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.3), 0 0 52px rgba(255, 215, 0, 0.1);
}

.contact-promise {
  padding: 88px 0;
  background-color: var(--pc-cream);
  background-image:
    radial-gradient(ellipse at 18% 36%, rgba(155, 48, 255, 0.09), transparent 50%),
    radial-gradient(ellipse at 84% 64%, rgba(0, 217, 255, 0.08), transparent 46%);
}

.promise-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 28px;
  padding: clamp(28px, 5vw, 48px);
  background: var(--pc-deep);
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(155, 48, 255, 0.42);
  border-radius: 6px;
  box-shadow: 0 30px 80px rgba(26, 11, 46, 0.28);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%);
  overflow: hidden;
}
.promise-card::after {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(0, 217, 255, 0.17), transparent 60%);
  pointer-events: none;
}

.promise-card__shield {
  flex-shrink: 0;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.2), rgba(155, 48, 255, 0.24));
  border: 1px solid rgba(0, 217, 255, 0.4);
  color: var(--pc-gold);
}
.promise-card__shield svg {
  width: 32px;
  height: 32px;
}

.promise-card__copy .section-kicker {
  border-color: rgba(255, 215, 0, 0.45);
  color: var(--pc-gold);
  background: rgba(255, 215, 0, 0.08);
}
.promise-card__copy h2 {
  margin: 14px 0 16px;
  font-size: clamp(1.5rem, 2.6vw, 2.1rem);
  line-height: 1.25;
  color: #ffffff;
}
.promise-card__copy p {
  margin: 0 0 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.68);
}

.promise-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
  align-content: start;
}
.promise-card__list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 6px;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.8);
}
.promise-card__list span {
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--pc-blue);
}

.contact-city {
  padding: 88px 0;
  border-top: 1px solid rgba(155, 48, 255, 0.14);
  background:
    radial-gradient(ellipse at 10% 20%, rgba(155, 48, 255, 0.12), transparent 42%),
    radial-gradient(ellipse at 92% 78%, rgba(0, 217, 255, 0.09), transparent 44%),
    var(--pc-deep);
}

.contact-city__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  align-items: center;
}

.contact-city__figure {
  position: relative;
  margin: 0;
}
.contact-city__figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  border: 1px solid rgba(0, 217, 255, 0.28);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}
.contact-city__figure::after {
  content: "";
  position: absolute;
  inset: 8px -8px -8px 8px;
  border: 1px dashed rgba(255, 215, 0, 0.22);
  border-radius: 6px;
  pointer-events: none;
}

.contact-city__copy .section-kicker {
  border-color: rgba(255, 215, 0, 0.45);
  color: var(--pc-gold);
  background: rgba(255, 215, 0, 0.07);
}
.contact-city__copy h2 {
  margin: 14px 0 16px;
  font-size: clamp(1.6rem, 2.8vw, 2.25rem);
  line-height: 1.25;
  color: #ffffff;
}
.contact-city__copy p {
  margin: 0 0 18px;
  line-height: 1.8;
  color: var(--pc-text-70);
}

.page-contact .btn-outline {
  border-color: rgba(0, 217, 255, 0.5);
  color: var(--pc-blue);
}
.page-contact .btn-outline:hover {
  background: rgba(0, 217, 255, 0.1);
  color: #ffffff;
}

.contact-info-links {
  padding: 80px 0;
  background-color: var(--pc-cream);
  background-image: radial-gradient(ellipse at 82% 100%, rgba(0, 217, 255, 0.08), transparent 50%);
}

.contact-info-links__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.info-link-card {
  position: relative;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(26, 11, 46, 0.08);
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s var(--ease-out), box-shadow 0.3s ease;
}
.info-link-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 48px rgba(26, 11, 46, 0.12);
}

.info-link-card__index {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--pc-purple);
  margin-bottom: 14px;
}
.info-link-card h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  color: var(--pc-ink);
}
.info-link-card p {
  margin: 0 0 20px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(26, 11, 46, 0.65);
  flex: 1;
}
.info-link-card a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--pc-purple);
  text-decoration: none;
}
.info-link-card a span {
  transition: transform 0.2s ease;
}
.info-link-card a:hover span {
  transform: translateX(4px);
}

@media (min-width: 768px) {
  .channels-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    align-items: start;
  }
  .channel-card--phone {
    margin-top: 42px;
  }
  .channel-card--address {
    margin-top: 16px;
  }

  .contact-info-links__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
}

@media (min-width: 1024px) {
  .contact-hero__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 72px;
  }

  .promise-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: start;
    gap: 36px;
  }
  .promise-card__copy {
    max-width: 52ch;
  }

  .contact-city__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 72px;
  }
}
