.page-contact {
  --ph-ct-gold-soft: rgba(212, 175, 55, 0.32);
  --ph-ct-gold-line: rgba(212, 175, 55, 0.14);
  --ph-ct-red-soft: rgba(139, 0, 0, 0.14);
  overflow-x: hidden;
  background: var(--ph-bg);
  color: var(--ph-text);
  font-family: var(--ph-font-body);
  line-height: 1.6;
}

/* ===== Hero ===== */
.page-contact .ph-ct-hero {
  position: relative;
  padding-top: calc(var(--ph-header-h) + 48px);
  padding-bottom: 56px;
  background: var(--ph-bg);
  overflow: hidden;
}
.page-contact .ph-ct-hero::before {
  content: "";
  position: absolute;
  top: 68px;
  right: -140px;
  width: 460px;
  height: 360px;
  background: radial-gradient(circle at 70% 30%, rgba(139, 0, 0, 0.5), transparent 68%);
  transform: skewX(-18deg);
  pointer-events: none;
}
.page-contact .ph-ct-hero::after {
  content: "";
  position: absolute;
  left: 12%;
  bottom: 0;
  width: 220px;
  height: 1px;
  background: linear-gradient(90deg, var(--ph-gold), transparent);
  pointer-events: none;
}
.page-contact .ph-ct-hero-inner {
  position: relative;
  z-index: 1;
}
.page-contact .ph-ct-hero-grid {
  display: grid;
  gap: 28px;
  align-items: end;
  margin-top: 32px;
}
.page-contact .ph-ct-hero h1 {
  font-family: var(--ph-font-heading);
  font-weight: 900;
  font-size: clamp(32px, 5.4vw, 54px);
  line-height: 1.16;
  letter-spacing: -0.02em;
  margin: 14px 0 18px;
  color: var(--ph-text);
}
.page-contact .ph-ct-hero-desc {
  max-width: 660px;
  font-size: 16px;
  line-height: 1.75;
  color: var(--ph-text-gray);
  margin: 0;
}
.page-contact .ph-ct-hero-aside {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ph-ct-gold-soft);
  background: rgba(212, 175, 55, 0.07);
  padding: 24px 34px;
  min-width: 176px;
  position: relative;
}
.page-contact .ph-ct-hero-aside::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  border-top: 2px solid var(--ph-gold);
  border-left: 2px solid var(--ph-gold);
}
.page-contact .ph-ct-aside-num {
  font-family: var(--ph-font-heading);
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  color: var(--ph-gold);
  letter-spacing: -0.04em;
}
.page-contact .ph-ct-aside-label {
  font-family: var(--ph-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: var(--ph-text-gray);
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

/* ===== Channels ===== */
.page-contact .ph-ct-channel-stage {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}
.page-contact .ph-ct-channel-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.page-contact .ph-ct-channel-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.6) contrast(1.1) brightness(0.7);
}
.page-contact .ph-ct-channel-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.6) 0%, rgba(18, 18, 18, 0.72) 55%, rgba(18, 18, 18, 0.94) 100%), linear-gradient(90deg, rgba(139, 0, 0, 0.3) 0%, transparent 70%);
}
.page-contact .ph-ct-bg-city-label {
  position: absolute;
  right: 24px;
  bottom: 18px;
  z-index: 1;
  font-family: var(--ph-font-heading);
  font-size: 13px;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.62);
  text-transform: uppercase;
}
.page-contact .ph-ct-channel-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  padding-block: 56px 64px;
}

/* ===== Channel cards ===== */
.page-contact .ph-ct-channel-card {
  position: relative;
  min-width: 0;
  padding: 28px 24px 24px;
  background: rgba(30, 30, 30, 0.94);
  border: 1px solid var(--ph-border);
  transition: transform 0.35s var(--ph-ease), border-color 0.35s;
}
.page-contact .ph-ct-channel-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 3px;
  background: var(--ph-gold);
}
.page-contact .ph-ct-channel-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.5);
}
.page-contact .ph-ct-channel-card-primary {
  background: linear-gradient(145deg, rgba(139, 0, 0, 0.92), rgba(92, 0, 0, 0.95));
  border-color: rgba(212, 175, 55, 0.36);
}
.page-contact .ph-ct-channel-card-primary::before {
  width: 64px;
  background: var(--ph-gold-light);
}
.page-contact .ph-ct-channel-index {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: var(--ph-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(212, 175, 55, 0.72);
}
.page-contact .ph-ct-channel-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--ph-gold);
  background: rgba(212, 175, 55, 0.06);
  margin-bottom: 18px;
}
.page-contact .ph-ct-channel-label {
  display: block;
  font-family: var(--ph-font-heading);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ph-text-gray);
  margin-bottom: 8px;
}
.page-contact .ph-ct-channel-card-primary .ph-ct-channel-label {
  color: rgba(255, 255, 255, 0.74);
}
.page-contact .ph-ct-channel-value {
  display: block;
  font-family: var(--ph-font-heading);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ph-text);
  margin-bottom: 12px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.page-contact .ph-ct-channel-value a {
  color: inherit;
  text-decoration: none;
}
.page-contact .ph-ct-channel-value a:hover {
  color: var(--ph-gold-light);
}
.page-contact .ph-ct-channel-note {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ph-text-gray);
  margin: 0;
}
.page-contact .ph-ct-channel-card-primary .ph-ct-channel-note {
  color: rgba(255, 255, 255, 0.78);
}

/* ===== Form section ===== */
.page-contact .ph-ct-form-wrap {
  display: grid;
  gap: 36px;
  align-items: start;
}
.page-contact .ph-ct-form-aside h2,
.page-contact .ph-ct-map-info h2 {
  font-family: var(--ph-font-heading);
  font-weight: 900;
  font-size: 28px;
  line-height: 1.22;
  margin: 12px 0 14px;
  letter-spacing: -0.01em;
}
.page-contact .ph-ct-form-aside > p,
.page-contact .ph-ct-map-desc {
  color: var(--ph-text-gray);
  line-height: 1.7;
  font-size: 15px;
}
.page-contact .ph-ct-form-visual {
  position: relative;
  margin-top: 26px;
  overflow: hidden;
  border: 1px solid var(--ph-border);
}
.page-contact .ph-ct-form-visual img {
  width: 100%;
  height: auto;
  display: block;
}
.page-contact .ph-ct-form-visual-tag {
  position: absolute;
  left: 14px;
  bottom: 14px;
  background: rgba(18, 18, 18, 0.82);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--ph-gold);
  padding: 6px 10px;
  font-family: var(--ph-font-heading);
  font-size: 12px;
  letter-spacing: 0.1em;
}
.page-contact .ph-ct-form-commercial {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 3px solid var(--ph-red);
  background: var(--ph-ct-red-soft);
}
.page-contact .ph-ct-form-commercial-title {
  font-family: var(--ph-font-heading);
  font-weight: 700;
  font-size: 14px;
  color: var(--ph-gold);
  display: block;
  margin-bottom: 6px;
}
.page-contact .ph-ct-form-commercial p {
  font-size: 14px;
  color: var(--ph-text-gray);
  line-height: 1.7;
  margin: 0;
}

/* ===== Form panel ===== */
.page-contact .ph-ct-form-panel {
  position: relative;
  min-width: 0;
  background: linear-gradient(145deg, rgba(30, 30, 30, 0.92), rgba(18, 18, 18, 0.96));
  border: 1px solid var(--ph-border);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  padding: 30px 24px 26px;
}
.page-contact .ph-ct-form-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--ph-red), var(--ph-gold));
}
.page-contact .ph-ct-field {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
}
.page-contact .ph-ct-field label {
  font-family: var(--ph-font-heading);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--ph-text-gray);
  text-transform: uppercase;
}
.page-contact .ph-ct-field input,
.page-contact .ph-ct-field select,
.page-contact .ph-ct-field textarea {
  width: 100%;
  background: #111317;
  border: 1px solid var(--ph-border);
  color: var(--ph-text);
  padding: 12px 14px;
  font-family: var(--ph-font-body);
  font-size: 16px;
  border-radius: 0;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.page-contact .ph-ct-field input::placeholder,
.page-contact .ph-ct-field textarea::placeholder {
  color: #606060;
}
.page-contact .ph-ct-field textarea {
  resize: vertical;
  min-height: 120px;
}
.page-contact .ph-ct-field input:focus,
.page-contact .ph-ct-field select:focus,
.page-contact .ph-ct-field textarea:focus,
.page-contact .ph-ct-field :focus-visible {
  outline: none;
  border-color: var(--ph-gold);
  box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.18);
}
.page-contact .ph-ct-select-wrap {
  position: relative;
}
.page-contact .ph-ct-select-wrap select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  cursor: pointer;
}
.page-contact .ph-ct-select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ph-gold);
  font-size: 14px;
  pointer-events: none;
}
.page-contact .ph-ct-submit {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}
.page-contact .ph-ct-form-tip {
  font-size: 13px;
  color: var(--ph-text-gray);
  line-height: 1.6;
  margin: 14px 0 0;
}

/* ===== FAQ ===== */
.page-contact .ph-ct-faq-head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 32px;
}
.page-contact .ph-ct-faq-card {
  position: relative;
  min-width: 0;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  padding: 28px 24px 24px;
  transition: transform 0.3s var(--ph-ease), border-color 0.3s;
}
.page-contact .ph-ct-faq-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.55);
}
.page-contact .ph-ct-faq-card .section-kicker {
  color: var(--ph-gold);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-family: var(--ph-font-heading);
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.page-contact .ph-ct-faq-card .card-title {
  font-family: var(--ph-font-heading);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 10px;
}
.page-contact .ph-ct-faq-card .card-desc {
  font-size: 14px;
  color: var(--ph-text-gray);
  line-height: 1.6;
  margin-top: auto;
}
.page-contact .ph-ct-faq-card::after {
  content: "→";
  position: absolute;
  right: 18px;
  bottom: 16px;
  color: var(--ph-gold);
  font-family: var(--ph-font-heading);
  font-size: 16px;
  opacity: 0.8;
  transition: transform 0.3s var(--ph-ease);
}
.page-contact .ph-ct-faq-card:hover::after {
  transform: translateX(4px);
}

/* ===== Map ===== */
.page-contact .ph-ct-map-wrap {
  display: grid;
  gap: 36px;
  align-items: center;
}
.page-contact .ph-ct-map-visual {
  position: relative;
  min-width: 0;
  border: 1px solid var(--ph-border);
  background: #151515;
  padding: 14px;
}
.page-contact .ph-ct-map-visual svg {
  width: 100%;
  height: auto;
  display: block;
}
.page-contact .ph-ct-map-label {
  position: absolute;
  top: 26px;
  right: 26px;
  font-family: var(--ph-font-heading);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  border: 1px solid var(--ph-border);
  background: rgba(18, 18, 18, 0.78);
  padding: 6px 10px;
}
.page-contact .ph-ct-map-info {
  min-width: 0;
}
.page-contact .ph-ct-map-address {
  font-family: var(--ph-font-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--ph-text);
  margin: 8px 0 14px;
  border-left: 3px solid var(--ph-gold);
  padding-left: 14px;
}
.page-contact .ph-ct-map-desc {
  margin-bottom: 20px;
}

/* ===== Trust ===== */
.page-contact .ph-ct-trust {
  border-top: 1px solid var(--ph-border);
  padding-block: 28px;
  font-size: 13px;
  color: var(--ph-text-gray);
  text-align: center;
  background: rgba(30, 30, 30, 0.35);
}
.page-contact .ph-ct-trust p {
  margin: 0;
}

/* ===== Tablet / Desktop ===== */
@media (min-width: 768px) {
  .page-contact .ph-ct-hero-grid {
    grid-template-columns: 1fr auto;
    gap: 40px;
    align-items: end;
  }
  .page-contact .ph-ct-channel-grid {
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 20px;
  }
  .page-contact .ph-ct-form-wrap {
    grid-template-columns: 1fr 1.05fr;
    gap: 48px;
  }
  .page-contact .ph-ct-faq-head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .page-contact .ph-ct-map-wrap {
    grid-template-columns: 1.2fr 1fr;
    gap: 48px;
  }
  .page-contact .ph-ct-form-panel {
    padding: 38px 36px 32px;
  }
  .page-contact .ph-ct-field input,
  .page-contact .ph-ct-field select,
  .page-contact .ph-ct-field textarea {
    padding: 13px 15px;
  }
  .page-contact .ph-ct-form-aside h2,
  .page-contact .ph-ct-map-info h2 {
    font-size: 32px;
  }
  .page-contact .ph-ct-channels .section-head {
    margin-bottom: 8px;
  }
}

@media (min-width: 1200px) {
  .page-contact .ph-ct-form-panel {
    margin-top: -18px;
  }
  .page-contact .ph-ct-map-visual {
    padding: 18px;
  }
}
