.page-contact {
  --pc-hero-grad: linear-gradient(132deg, #0e5a8a 0%, #0f4c5c 58%, #0c2f3b 100%);
  --pc-body-grad: linear-gradient(148deg, #0e5990 0%, #126a9c 42%, #137aa6 100%);
  --pc-glass-bg: rgba(255, 255, 255, 0.8);
  --pc-glass-border: rgba(255, 255, 255, 0.55);
  --pc-shadow-lg: 0 28px 56px rgba(6, 44, 66, 0.24);
  --pc-shadow-sm: 0 8px 22px rgba(6, 44, 66, 0.1);
}

.page-contact__hero {
  background: var(--pc-hero-grad);
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 32px 0 52px;
}

.page-contact__hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 4px;
  background: linear-gradient(90deg, var(--c-accent) 0%, rgba(243, 156, 18, 0.25) 46%, transparent 78%);
  z-index: 2;
}

.page-contact__hero::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -160px;
  width: 420px;
  height: 300px;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.14) 30%, rgba(243, 156, 18, 0.16) 100%);
  transform: rotate(-15deg);
  border-radius: 56px;
  pointer-events: none;
}

.page-contact__hero .container {
  position: relative;
}

.page-contact__hero .breadcrumb {
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-heading);
  font-size: 13px;
  margin: 0 0 18px;
}

.page-contact__hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.page-contact__hero .breadcrumb a:hover {
  color: #fff;
}

.page-contact__hero .breadcrumb__sep {
  color: var(--c-accent);
  margin: 0 8px;
}

.page-contact__title {
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.18;
  margin: 0 0 12px;
}

.page-contact__title-sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 8px;
}

.page-contact__lead {
  max-width: 660px;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.page-contact__body {
  background: var(--pc-body-grad);
  position: relative;
  padding: 20px 0 64px;
}

.page-contact__body::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(115deg, transparent 0, transparent 32px, rgba(255, 255, 255, 0.05) 32px, rgba(255, 255, 255, 0.05) 33px);
  pointer-events: none;
}

.page-contact__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
  position: relative;
}

.page-contact__channels {
  background: var(--pc-glass-bg);
  border: 1px solid var(--pc-glass-border);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  padding: 24px 20px 12px;
  box-shadow: var(--pc-shadow-lg);
}

.page-contact__channels-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.page-contact .section-index {
  font-family: var(--font-num);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--c-accent);
  border: 1.5px solid rgba(243, 156, 18, 0.55);
  border-radius: var(--radius-pill);
  padding: 3px 12px;
  display: inline-block;
  line-height: 1.5;
  background: rgba(243, 156, 18, 0.08);
}

.page-contact__channels-title {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--c-text);
  margin: 0 0 4px;
}

.page-contact__channels-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-muted);
  margin: 0;
}

.page-contact__channels-img {
  display: block;
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: var(--radius-md);
  margin-top: 20px;
  box-shadow: var(--pc-shadow-sm);
}

.page-contact__channel-list {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.page-contact__channel-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 2px;
  border-bottom: 1px solid rgba(14, 90, 138, 0.12);
}

.page-contact__channel-card:last-child {
  border-bottom: 0;
}

.page-contact__channel-icon {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--c-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.page-contact__channel-icon svg {
  width: 20px;
  height: 20px;
}

.page-contact__channel-card--orange .page-contact__channel-icon {
  background: var(--c-accent);
}

.page-contact__channel-card--green .page-contact__channel-icon {
  background: var(--c-supplement);
}

.page-contact__channel-card--indigo .page-contact__channel-icon {
  background: var(--c-jewel-indigo);
}

.page-contact__channel-body {
  min-width: 0;
}

.page-contact__channel-label {
  display: block;
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--c-muted);
}

.page-contact__channel-value {
  display: inline-block;
  font-family: var(--font-num);
  font-size: 17px;
  font-weight: 500;
  color: var(--c-text);
  line-height: 1.4;
  margin-top: 3px;
  text-decoration: none;
  word-break: break-all;
}

a.page-contact__channel-value:hover {
  color: var(--c-primary);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-contact__channel-note {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: var(--c-muted);
  margin-top: 4px;
}

.page-contact__form-panel {
  background: var(--c-white);
  border-radius: var(--radius-lg);
  box-shadow: var(--pc-shadow-lg);
  padding: 30px 24px 26px;
}

.page-contact__form-head {
  margin-bottom: 22px;
}

.page-contact__form-head .section-index {
  margin-bottom: 10px;
}

.page-contact__form-title {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--c-text);
  margin: 6px 0 6px;
}

.page-contact__form-desc {
  font-size: 14px;
  line-height: 1.65;
  color: var(--c-muted);
  margin: 0;
}

.page-contact__field {
  margin-bottom: 18px;
}

.page-contact__label {
  display: block;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 600;
  color: var(--c-text);
  margin-bottom: 7px;
}

.page-contact__input {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid var(--c-surface);
  border-radius: var(--radius-md);
  padding: 12px 15px;
  font-family: var(--font-body);
  font-size: 15px;
  color: var(--c-text);
  background: var(--c-bg);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.page-contact__input::placeholder {
  color: rgba(127, 140, 141, 0.72);
}

.page-contact__input:focus {
  outline: none;
  border-color: var(--c-primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(14, 90, 138, 0.12);
}

.page-contact__select-wrap {
  position: relative;
}

.page-contact__select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 46px;
  cursor: pointer;
}

.page-contact__select-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--c-primary);
  pointer-events: none;
}

.page-contact__textarea {
  resize: vertical;
  min-height: 128px;
}

.page-contact .btn--primary {
  background: var(--c-accent);
  border-color: var(--c-accent);
  color: #12283a;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.page-contact .btn--primary:hover {
  background: #e08e0b;
  border-color: #e08e0b;
  color: #12283a;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(243, 156, 18, 0.3);
}

.page-contact__submit {
  width: 100%;
  justify-content: center;
  margin-top: 6px;
  font-family: var(--font-heading);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.page-contact__form-note {
  font-size: 13px;
  line-height: 1.6;
  color: var(--c-muted);
  margin: 14px 0 0;
  padding-left: 2px;
}

.page-contact__response {
  position: relative;
  padding: 46px 0 56px;
}

.page-contact__response::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(90deg, var(--c-accent) 0%, transparent 70%);
  z-index: 2;
}

.page-contact__response-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

.page-contact__response-text {
  color: #fff;
}

.page-contact__response-text .section-index {
  margin-bottom: 10px;
}

.page-contact__response-title {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin: 8px 0 12px;
}

.page-contact__response-lead {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 20px;
  max-width: 560px;
}

.page-contact__response-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 600px;
}

.page-contact__response-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.page-contact__response-list li:last-child {
  border-bottom: 0;
}

.page-contact__response-tag {
  flex: 0 0 auto;
  font-family: var(--font-num);
  font-size: 12px;
  white-space: nowrap;
}

.page-contact__response-extra {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.72);
  margin: 22px 0 0;
  max-width: 600px;
}

.page-contact__response-more {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  margin: 10px 0 0;
  max-width: 600px;
}

.page-contact__response-more a {
  color: var(--c-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-contact__response-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.page-contact .btn--outline {
  border-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.page-contact .btn--outline:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: #fff;
  color: #fff;
  transform: translateY(-2px);
}

.page-contact__response-figure {
  margin: 0;
  padding: 10px;
  border-radius: calc(var(--radius-lg) + 12px);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: var(--pc-shadow-lg);
}

.page-contact__response-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: var(--radius-md);
}

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

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

  .page-contact__title-sub {
    font-size: 16px;
  }

  .page-contact__body {
    padding: 44px 0 88px;
  }

  .page-contact__grid {
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: 40px;
  }

  .page-contact__channels {
    padding: 28px 26px 14px;
  }

  .page-contact__channels-img {
    height: 190px;
  }

  .page-contact__channel-value {
    font-size: 18px;
  }

  .page-contact__form-panel {
    padding: 36px 32px 30px;
  }

  .page-contact__response {
    padding: 62px 0 72px;
  }

  .page-contact__response-grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 56px;
  }

  .page-contact__response-title {
    font-size: 28px;
  }
}
