.page-contact {
  position: relative;
}

.page-contact .contact-hero {
  padding-top: clamp(24px, 4vw, 56px);
}

.page-contact .contact-hero .breadcrumb {
  margin-bottom: 24px;
}

.page-contact .contact-hero-inner {
  position: relative;
  padding: 48px 0 56px;
  border-bottom: 1px solid var(--border-gold);
}

.page-contact .contact-hero-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 52px;
  width: 44px;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--cyan));
}

.page-contact .contact-kicker {
  display: block;
  color: var(--cyan);
  letter-spacing: 0.2em;
  font-size: 13px;
}

.page-contact .contact-title {
  font-family: var(--font-head);
  font-size: clamp(30px, 5vw, 44px);
  font-weight: 700;
  line-height: 1.2;
  margin: 16px 0 16px;
  color: var(--text-light);
}

.page-contact .contact-lead {
  max-width: 560px;
  margin: 0;
  color: var(--text-gray);
  font-size: 16px;
  line-height: 1.8;
}

.page-contact .channels-section {
  padding-top: clamp(48px, 8vw, 88px);
}

.page-contact .channels-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  margin-top: 40px;
}

.page-contact .channels-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-contact .channels-visual {
  border: 1px solid var(--border-gold);
  border-radius: 4px;
  overflow: hidden;
}

.page-contact .channels-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-contact .channels-hint {
  margin: 0;
  padding: 14px 18px 14px 24px;
  background: var(--bg-panel);
  border-left: 3px solid var(--cyan);
  color: var(--text-gray);
  font-size: 14px;
  line-height: 1.7;
}

.page-contact .channels-list {
  display: grid;
  gap: 16px;
}

.page-contact .channel-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 22px;
  background: linear-gradient(135deg, var(--bg-panel), rgba(22, 35, 61, 0.92));
  border: 1px solid rgba(201, 162, 39, 0.14);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.page-contact .channel-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 194, 255, 0.25);
}

.page-contact .channel-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  color: var(--cyan);
  background: rgba(0, 194, 255, 0.08);
  border: 1px solid var(--border-cyan);
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
}

.page-contact .channel-card--email .channel-icon {
  color: var(--gold);
  background: rgba(201, 162, 39, 0.08);
  border-color: var(--border-gold);
}

.page-contact .channel-card--phone .channel-icon {
  color: var(--green);
  background: rgba(0, 214, 143, 0.08);
  border-color: rgba(0, 214, 143, 0.25);
}

.page-contact .channel-card--address .channel-icon {
  color: var(--purple);
  background: rgba(122, 90, 248, 0.08);
  border-color: rgba(122, 90, 248, 0.25);
}

.page-contact .channel-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.page-contact .channel-label {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-gray);
}

.page-contact .channel-value {
  font-size: 17px;
  font-weight: 600;
  color: var(--text-light);
  word-break: break-word;
  overflow-wrap: break-word;
}

.page-contact .channel-card--address::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  background-image:
    linear-gradient(rgba(122, 90, 248, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 90, 248, 0.055) 1px, transparent 1px);
  background-size: 18px 18px;
}

.page-contact .channel-card--address:hover::after,
.page-contact .channel-card--address:focus-within::after {
  opacity: 1;
}

.page-contact .promise-section {
  margin-top: clamp(56px, 8vw, 96px);
  padding: clamp(48px, 8vw, 96px) 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 194, 255, 0.04) 20%, rgba(0, 194, 255, 0.04) 80%, transparent 100%);
  border-top: 1px solid var(--border-cyan);
  border-bottom: 1px solid var(--border-cyan);
}

.page-contact .promise-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-contact .promise-note {
  max-width: 580px;
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-gray);
}

.page-contact .promise-email {
  color: var(--gold);
  font-weight: 600;
}

.page-contact .promise-timeline {
  position: relative;
  list-style: none;
  margin: 40px 0 0;
  padding: 0 0 0 44px;
}

.page-contact .promise-timeline::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg, rgba(201, 162, 39, 0.55), rgba(0, 194, 255, 0.2));
}

.page-contact .promise-step {
  position: relative;
  padding-bottom: 28px;
}

.page-contact .promise-step:last-child {
  padding-bottom: 0;
}

.page-contact .step-num {
  position: absolute;
  left: -44px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: var(--bg-deep);
  border: 1px solid rgba(0, 194, 255, 0.4);
  color: var(--cyan);
  font-family: var(--font-mono);
  font-size: 13px;
  z-index: 1;
}

.page-contact .step-title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-light);
}

.page-contact .step-desc {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-gray);
}

.page-contact .promise-media {
  position: relative;
  align-self: center;
  width: 100%;
}

.page-contact .promise-clip {
  overflow: hidden;
  border: 1px solid var(--border-gold);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}

.page-contact .promise-clip img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-contact .promise-badge {
  position: absolute;
  right: -8px;
  bottom: -14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 16px;
  background: linear-gradient(135deg, var(--gold), var(--gold-bright));
  color: var(--bg-deep);
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.page-contact .promise-badge-num {
  font-family: var(--font-mono);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.page-contact .promise-badge-label {
  font-size: 12px;
  line-height: 1.4;
}

.page-contact .reasons-section {
  padding-top: clamp(56px, 8vw, 96px);
}

.page-contact .reason-grid {
  margin-top: 40px;
}

.page-contact .reason-card {
  position: relative;
  padding: 30px 26px;
  background: linear-gradient(160deg, var(--bg-panel), rgba(22, 35, 61, 0.8));
  border: 1px solid rgba(201, 162, 39, 0.12);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.page-contact .reason-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.16), rgba(201, 162, 39, 0.03));
  border: 1px solid var(--border-gold);
  color: var(--gold);
  font-family: var(--font-mono);
  font-size: 15px;
}

.page-contact .reason-title {
  margin: 0 0 10px;
  font-family: var(--font-head);
  font-size: 20px;
  font-weight: 600;
  color: var(--text-light);
}

.page-contact .reason-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: var(--text-gray);
}

.page-contact .more-section {
  padding-top: 64px;
  padding-bottom: 72px;
}

.page-contact .more-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

@media (min-width: 768px) {
  .page-contact .channels-layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 44px;
    align-items: start;
  }

  .page-contact .promise-inner {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 52px;
    align-items: center;
  }

  .page-contact .promise-badge {
    right: -14px;
    bottom: -18px;
  }
}
