.page-contact {
  --contact-neon: #39FF14;
  --contact-orange: #FF6B35;
  --contact-deep: #0A1F44;
  --contact-deep-alt: #07162E;
  --contact-ink-line: rgba(10, 31, 68, 0.12);
  --contact-glass-line: rgba(255, 255, 255, 0.22);
  background: var(--c-light);
  color: var(--c-text);
  overflow-x: hidden;
}

.page-contact .breadcrumbs {
  max-width: var(--container);
  margin: 0 auto;
  padding: 20px var(--container-pad) 0;
}
.page-contact .breadcrumbs__link {
  color: var(--c-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.page-contact .breadcrumbs__link:hover,
.page-contact .breadcrumbs__link:focus-visible {
  color: var(--c-deep);
}
.page-contact .breadcrumbs__sep {
  color: var(--c-muted);
  opacity: 0.6;
  margin: 0 6px;
}
.page-contact .breadcrumbs__current {
  color: var(--c-deep);
  font-weight: 600;
}

.contact-hero {
  position: relative;
  color: var(--c-text-inverse);
  padding: clamp(32px, 5vw, 64px) var(--container-pad) 0;
  background:
    radial-gradient(1100px 520px at 88% -8%, rgba(57, 255, 20, 0.14), transparent 62%),
    linear-gradient(135deg, var(--contact-deep) 0%, var(--contact-deep-alt) 100%);
  overflow: hidden;
}
.contact-hero__inner {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  gap: 40px;
  align-items: center;
}
.contact-hero__copy {
  position: relative;
  z-index: 1;
}
.page-contact .contact-hero .eyebrow {
  color: var(--contact-neon);
  margin-bottom: 16px;
}
.contact-hero h1 {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  line-height: 1.12;
  margin: 0 0 20px;
  letter-spacing: 0.01em;
}
.contact-hero__lead {
  font-family: var(--font-body);
  font-size: 1.06rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  max-width: 34em;
  margin: 0 0 28px;
}
.contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}
.contact-hero__cta,
.contact-hero__ghost {
  text-decoration: none;
  font-weight: 600;
}
.contact-hero__cta {
  background: var(--contact-orange);
  color: #ffffff;
  border-radius: var(--radius-sm);
}
.contact-hero__ghost {
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff;
  border-radius: var(--radius-sm);
}
.contact-hero__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.contact-hero__fact {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  padding: 10px 16px;
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.contact-hero__fact-num {
  color: var(--contact-neon);
  font-size: 1.15rem;
  font-weight: 700;
}
.contact-hero__fact-label {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}
.contact-hero__media {
  position: relative;
  z-index: 1;
}
.contact-hero__frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.14);
  transform: rotate(-1.2deg);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.contact-hero__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  max-width: 100%;
}
.contact-hero__flow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
.contact-hero__stamp {
  position: absolute;
  top: 14px;
  left: -14px;
  background: var(--contact-orange);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: var(--radius-sm);
  transform: rotate(-8deg);
  box-shadow: 0 8px 20px rgba(255, 107, 53, 0.35);
  z-index: 3;
}
.contact-hero__trust {
  position: relative;
  z-index: 2;
  margin-top: 44px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 22, 46, 0.55);
  padding: 14px 18px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.contact-hero__trust-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.85rem;
  line-height: 1.55;
  min-width: 0;
}

.contact-channels-section {
  padding: clamp(44px, 7vw, 80px) var(--container-pad);
  max-width: var(--container);
  margin: 0 auto;
}
.contact-channels-section__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 36px;
}
.contact-channels-section__intro {
  max-width: 26rem;
  color: var(--c-muted);
  line-height: 1.7;
}
.page-contact .contact-channels-section h2,
.page-contact .contact-reasons h2,
.page-contact .contact-location h2,
.page-contact .contact-fallback h2 {
  font-family: var(--font-head);
  font-size: clamp(1.6rem, 3.4vw, 2.4rem);
  margin: 8px 0 0;
  line-height: 1.2;
}
.contact-channels {
  display: grid;
  gap: 16px;
}
.contact-channel {
  position: relative;
  display: block;
  background: var(--c-white);
  border: 1px solid var(--contact-ink-line);
  border-radius: var(--radius);
  padding: 22px 20px 18px 30px;
  text-decoration: none;
  color: var(--c-text);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.contact-channel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--contact-neon) 0%, rgba(57, 255, 20, 0.25) 100%);
}
.contact-channel__rail {
  display: block;
  position: absolute;
  left: 12px;
  top: -8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--contact-neon);
  opacity: 0.75;
  box-shadow: 0 0 12px rgba(57, 255, 20, 0.55);
  transform: translateY(50%);
}
.contact-channel__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.contact-channel__id {
  color: var(--c-muted);
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}
.contact-channel__icon {
  width: 22px;
  height: 22px;
  color: var(--c-muted);
  transition: color 0.2s ease;
}
.contact-channel__label {
  display: block;
  font-family: var(--font-head);
  font-size: 0.92rem;
  color: var(--c-deep);
  margin-bottom: 6px;
  letter-spacing: 0.03em;
}
.contact-channel__value {
  display: block;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.45;
  color: var(--c-deep);
  overflow-wrap: break-word;
}
.contact-channel__value--tel {
  font-size: 1.35rem;
  letter-spacing: 0.02em;
  color: var(--contact-deep);
}
.contact-channel__value--address {
  font-weight: 700;
  font-size: 1.02rem;
}
.contact-channel__note {
  display: block;
  margin-top: 8px;
  font-size: 0.84rem;
  color: var(--c-muted);
  line-height: 1.55;
}
.page-contact a.contact-channel[href^="mailto"]:hover,
.page-contact a.contact-channel[href^="mailto"]:focus-visible,
.page-contact a.contact-channel[href^="tel"]:hover,
.page-contact a.contact-channel[href^="tel"]:focus-visible {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: rgba(57, 255, 20, 0.35);
}
.page-contact a.contact-channel[href^="mailto"]:hover .contact-channel__icon,
.page-contact a.contact-channel[href^="mailto"]:focus-visible .contact-channel__icon,
.page-contact a.contact-channel[href^="tel"]:hover .contact-channel__icon,
.page-contact a.contact-channel[href^="tel"]:focus-visible .contact-channel__icon {
  color: var(--contact-neon);
}
@media (hover: hover) {
  .page-contact a.contact-channel[href^="mailto"]:hover::after,
  .page-contact a.contact-channel[href^="mailto"]:focus-visible::after,
  .page-contact a.contact-channel[href^="tel"]:hover::after,
  .page-contact a.contact-channel[href^="tel"]:focus-visible::after {
    content: attr(data-tip);
    position: absolute;
    top: 10px;
    right: 12px;
    background: var(--contact-deep);
    color: var(--contact-neon);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    padding: 4px 8px;
    border-radius: 4px;
    z-index: 4;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(10, 31, 68, 0.2);
    pointer-events: none;
  }
}

.contact-reasons {
  background: var(--contact-deep);
  color: var(--c-text-inverse);
  padding: clamp(48px, 7vw, 84px) var(--container-pad);
  position: relative;
  overflow: hidden;
}
.contact-reasons::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(57, 255, 20, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(57, 255, 20, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}
.contact-reasons__inner {
  position: relative;
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  gap: 48px;
}
.contact-reasons__intro {
  color: rgba(255, 255, 255, 0.8);
}
.page-contact .contact-reasons .eyebrow {
  color: var(--contact-neon);
}
.contact-reasons__lead {
  margin-top: 12px;
  line-height: 1.7;
  max-width: 30em;
}
.contact-reasons__stats {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.contact-reasons__stat {
  background: rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--contact-neon);
  padding: 14px 18px;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
}
.contact-reasons__stat-num {
  color: var(--contact-neon);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.contact-reasons__stat-label {
  margin: 2px 0 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}
.reason-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.reason-item[open] {
  border-color: rgba(57, 255, 20, 0.4);
}
.reason-item__summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  font-weight: 600;
  color: #ffffff;
  font-size: 0.98rem;
}
.reason-item__summary::-webkit-details-marker {
  display: none;
}
.reason-item__index {
  color: var(--contact-neon);
  font-size: 0.85rem;
  min-width: 2.2em;
}
.reason-item__title {
  flex: 1;
}
.reason-item__indicator {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  position: relative;
}
.reason-item__indicator::before,
.reason-item__indicator::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 2px;
  height: 12px;
  background: var(--contact-neon);
  border-radius: 2px;
  transform: translateX(-50%);
}
.reason-item__indicator::after {
  transform: translateX(-50%) rotate(90deg);
}
.reason-item[open] .reason-item__indicator::after {
  opacity: 0;
}
.reason-item__body {
  padding: 0 20px 20px 64px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
  font-size: 0.95rem;
}
.reason-item__body p {
  margin: 0;
}

.contact-location {
  max-width: var(--container);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 88px) var(--container-pad);
  display: grid;
  gap: 40px;
  align-items: center;
}
.contact-location__visual {
  position: relative;
}
.contact-location__frame {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(10, 31, 68, 0.1);
  box-shadow: var(--shadow-md);
}
.contact-location__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 3 / 2;
  max-width: 100%;
}
.contact-location__badge {
  background: var(--contact-deep);
  color: var(--contact-neon);
  display: inline-block;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.76rem;
  margin-top: 14px;
  transform: rotate(-1deg);
}
.contact-location__address {
  font-family: var(--font-head);
  font-size: 1.5rem;
  line-height: 1.3;
  margin: 14px 0 18px;
  color: var(--contact-deep);
}
.contact-location__desc {
  color: var(--c-muted);
  line-height: 1.7;
  margin-bottom: 24px;
  max-width: 42em;
}
.contact-location__note {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  border-top: 1px solid var(--contact-ink-line);
  padding: 14px 0 4px;
}
.contact-location__note-label {
  color: var(--c-muted);
  font-size: 0.88rem;
  min-width: 5.5em;
}
.contact-location__note-value {
  color: var(--contact-deep);
  font-weight: 500;
  overflow-wrap: break-word;
  min-width: 0;
}

.contact-fallback {
  background: var(--contact-deep-alt);
  color: #ffffff;
  padding: clamp(48px, 7vw, 80px) var(--container-pad);
}
.contact-fallback__head {
  max-width: var(--container);
  margin: 0 auto 36px;
}
.page-contact .contact-fallback .eyebrow {
  color: var(--contact-neon);
}
.contact-fallback__lead {
  color: rgba(255, 255, 255, 0.7);
  margin-top: 12px;
  max-width: 30em;
  line-height: 1.7;
}
.contact-fallback__grid {
  max-width: var(--container);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}
.contact-fallback__card {
  --card-slant: 6px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(150deg, rgba(10, 31, 68, 0.7), rgba(7, 22, 46, 0.9));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  padding: 26px 24px 22px;
  text-decoration: none;
  color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
  transition: transform 0.2s ease, border-color 0.2s ease;
  min-height: 0;
}
.contact-fallback__card:hover,
.contact-fallback__card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(57, 255, 20, 0.4);
}
.contact-fallback__code {
  color: var(--contact-neon);
  font-size: 0.8rem;
  margin-bottom: 14px;
}
.contact-fallback__title {
  font-family: var(--font-head);
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.contact-fallback__text {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.6;
  font-size: 0.92rem;
  margin-bottom: 18px;
  flex-grow: 1;
}
.contact-fallback__link {
  color: var(--contact-orange);
  font-weight: 600;
  font-size: 0.92rem;
}

@media (min-width: 760px) {
  .contact-channels {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .contact-reasons__stats {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .contact-reasons__stat {
    flex: 1 1 140px;
  }
}

@media (min-width: 900px) {
  .contact-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 64px;
  }
  .contact-hero__frame {
    transform: rotate(-2deg) translateY(6px);
  }
  .contact-hero__frame::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 3px solid rgba(57, 255, 20, 0.08);
    border-radius: inherit;
    pointer-events: none;
  }
  .contact-reasons__inner {
    grid-template-columns: 0.82fr 1.18fr;
    gap: 56px;
  }
  .contact-location {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 64px;
  }
  .contact-fallback__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .contact-fallback__head {
    text-align: left;
  }
}

@media (max-width: 480px) {
  .contact-hero__facts {
    gap: 8px;
  }
  .contact-hero__fact {
    flex: 1 1 calc(50% - 8px);
    justify-content: center;
  }
  .contact-channel__value--tel {
    font-size: 1.15rem;
  }
  .reason-item__body {
    padding-left: 20px;
  }
}
