.page-contact {
  --ticket-line: rgba(245, 245, 240, 0.14);
  --panel-gold: rgba(255, 179, 0, 0.08);
  --panel-green: rgba(0, 230, 118, 0.08);
  background: var(--carbon-black);
  color: var(--paper-white);
  overflow-x: hidden;
}

.page-contact .contact-hero {
  position: relative;
  padding: 56px 0 52px;
  background:
    linear-gradient(160deg, rgba(27, 122, 61, 0.32) 0%, transparent 36%),
    radial-gradient(620px 260px at 82% 14%, rgba(255, 179, 0, 0.12), transparent 72%),
    var(--carbon-black);
  border-bottom: 1px solid rgba(245, 245, 240, 0.08);
}

.page-contact .contact-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 100%;
  background: linear-gradient(
    205deg,
    transparent 26%,
    rgba(27, 122, 61, 0.16) 27%,
    rgba(27, 122, 61, 0.16) 30%,
    transparent 31%,
    transparent 56%,
    rgba(211, 47, 47, 0.14) 57%,
    rgba(211, 47, 47, 0.14) 60%,
    transparent 61%
  );
  pointer-events: none;
}

.page-contact .contact-hero .container {
  position: relative;
  z-index: 1;
}

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

.page-contact .contact-hero__inner {
  max-width: 880px;
}

.page-contact .contact-hero__lead {
  margin: 20px 0 0;
  max-width: 760px;
  font-family: var(--font-editorial);
  font-size: 17px;
  line-height: 1.9;
  color: rgba(245, 245, 240, 0.76);
}

.page-contact .contact-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.page-contact .contact-channel {
  padding: 72px 0 40px;
  background: var(--carbon-black);
}

.page-contact .section-header {
  margin-bottom: 28px;
}

.page-contact .ticket {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  background:
    linear-gradient(135deg, rgba(27, 122, 61, 0.22) 0%, transparent 55%),
    linear-gradient(315deg, rgba(11, 30, 54, 0.55) 0%, transparent 45%),
    #181818;
  border: 1px solid var(--ticket-line);
  border-radius: 18px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

.page-contact .ticket__band {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 18px 18px 0 0;
  background: linear-gradient(90deg, var(--field-green), var(--signal-yellow) 50%, var(--blood-red));
  z-index: 2;
}

.page-contact .ticket::before,
.page-contact .ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--carbon-black);
  transform: translateY(-50%);
  z-index: 3;
}

.page-contact .ticket::before {
  left: -16px;
}

.page-contact .ticket::after {
  right: -16px;
}

.page-contact .ticket__main {
  position: relative;
  padding: 24px;
  border-bottom: 1px dashed rgba(245, 245, 240, 0.18);
}

.page-contact .ticket__side {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 28px 24px;
  text-align: center;
}

.page-contact .ticket__row {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px 0;
  border-bottom: 1px dashed rgba(245, 245, 240, 0.1);
}

.page-contact .ticket__row:first-child {
  padding-top: 0;
}

.page-contact .ticket__row--address {
  border-bottom: 0;
}

.page-contact .ticket__label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(245, 245, 240, 0.55);
}

.page-contact .ticket__value {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 15px;
  line-height: 1.7;
  color: var(--paper-white);
  overflow-wrap: anywhere;
}

.page-contact .ticket__value--email {
  font-size: 18px;
  font-weight: 700;
  color: var(--champion-gold);
  text-decoration: none;
}

.page-contact .ticket__value--link {
  text-decoration: none;
  border-bottom: 1px dotted rgba(255, 179, 0, 0.45);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.page-contact .ticket__value--link:hover,
.page-contact .ticket__value--link:focus-visible {
  color: var(--signal-yellow);
  border-color: var(--signal-yellow);
  outline: none;
}

.page-contact .ticket__note {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px;
  padding: 12px 14px;
  background: var(--panel-gold);
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(245, 245, 240, 0.78);
}

.page-contact .ticket__note svg {
  flex: 0 0 auto;
  margin-top: 3px;
}

.page-contact .ticket__side-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.4em;
  color: rgba(245, 245, 240, 0.5);
}

.page-contact .ticket__barcode-svg {
  width: min(180px, 100%);
  height: auto;
}

.page-contact .ticket__side-note {
  font-family: var(--font-editorial);
  font-size: 13px;
  line-height: 1.7;
  color: rgba(245, 245, 240, 0.68);
}

.page-contact .contact-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.page-contact .contact-stats__item {
  padding: 16px 18px;
  background: rgba(245, 245, 240, 0.03);
  border: 1px solid rgba(245, 245, 240, 0.08);
  border-left: 3px solid var(--champion-gold);
  border-radius: 12px;
}

.page-contact .contact-stats__num {
  display: block;
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--paper-white);
}

.page-contact .contact-stats__label {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.6;
  color: rgba(245, 245, 240, 0.55);
}

.page-contact .contact-response {
  padding: 72px 0;
  background:
    linear-gradient(180deg, rgba(11, 30, 54, 0) 0%, rgba(11, 30, 54, 0.45) 100%),
    var(--carbon-black);
}

.page-contact .response-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.page-contact .response-card {
  position: relative;
  padding: 24px;
  background: rgba(245, 245, 240, 0.04);
  border: 1px solid rgba(245, 245, 240, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.page-contact .response-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, var(--champion-gold) 0%, var(--data-green) 100%);
}

.page-contact .response-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.3;
}

.page-contact .response-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.page-contact .response-list__item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(245, 245, 240, 0.08);
}

.page-contact .response-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.page-contact .response-list__mark {
  flex: 0 0 auto;
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.6;
  color: var(--data-green);
}

.page-contact .response-list__item strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.5;
  color: var(--paper-white);
}

.page-contact .response-list__item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(245, 245, 240, 0.62);
}

.page-contact .response-card__note {
  margin: 18px 0 0;
  padding: 12px 14px;
  background: var(--panel-gold);
  border-left: 2px solid var(--champion-gold);
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(245, 245, 240, 0.72);
}

.page-contact .response-media {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}

.page-contact .response-media__frame {
  overflow: hidden;
  border: 1px solid rgba(245, 245, 240, 0.14);
  border-radius: 16px;
  background: rgba(245, 245, 240, 0.02);
}

.page-contact .response-media__caption {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgba(245, 245, 240, 0.5);
}

.page-contact .response-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 20px;
  padding: 14px 16px;
  background: var(--panel-green);
  border-left: 2px solid var(--data-green);
  border-radius: 10px;
}

.page-contact .response-alert__icon {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1.4;
}

.page-contact .response-alert p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(245, 245, 240, 0.72);
}

.page-contact .response-alert strong {
  color: var(--data-green);
  font-weight: 600;
}

.page-contact .contact-address {
  padding: 72px 0;
  background:
    linear-gradient(340deg, rgba(27, 122, 61, 0.16) 0%, transparent 42%),
    var(--carbon-black);
}

.page-contact .address-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
  background: rgba(11, 30, 54, 0.5);
  border: 1px solid rgba(245, 245, 240, 0.12);
  border-radius: 18px;
}

.page-contact .address-card__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.page-contact .address-card__kicker {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--champion-gold);
}

.page-contact .address-card__line {
  margin: 0;
  font-family: var(--font-editorial);
  font-size: 17px;
  line-height: 1.9;
}

.page-contact .address-card__tel {
  width: fit-content;
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--data-green);
  text-decoration: none;
  border-bottom: 1px dotted rgba(0, 230, 118, 0.5);
}

.page-contact .address-card__map {
  min-height: 240px;
  border: 1px solid rgba(245, 245, 240, 0.08);
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.page-contact .address-card__map svg {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 240px;
}

.page-contact .address-card__map text {
  font-family: var(--font-mono);
}

.page-contact .address-photo {
  margin: 24px 0 0;
}

.page-contact .address-photo__frame {
  overflow: hidden;
  border: 1px solid rgba(245, 245, 240, 0.12);
  border-radius: 18px;
  background: rgba(245, 245, 240, 0.02);
}

.page-contact .address-photo__caption {
  margin-top: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgba(245, 245, 240, 0.48);
}

.page-contact .address-note {
  margin: 18px 0 0;
  padding: 14px 16px;
  background: rgba(245, 245, 240, 0.04);
  border-left: 2px solid var(--champion-gold);
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(245, 245, 240, 0.68);
}

.page-contact .contact-feedback {
  padding: 72px 0 96px;
  background:
    radial-gradient(720px 300px at 72% 100%, rgba(211, 47, 47, 0.14) 0%, transparent 70%),
    var(--carbon-black);
}

.page-contact .feedback-lead {
  max-width: 820px;
  margin: 0 0 28px;
  font-size: 15px;
  line-height: 1.9;
  color: rgba(245, 245, 240, 0.76);
}

.page-contact .feedback-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-contact .feedback-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 22px;
  background: rgba(245, 245, 240, 0.03);
  border: 1px solid rgba(245, 245, 240, 0.1);
  border-radius: 16px;
  color: var(--paper-white);
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.page-contact .feedback-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(245, 245, 240, 0.08) 50%, transparent 60%);
  transform: translateX(-120%);
  transition: transform 0.6s ease;
}

.page-contact .feedback-card:hover,
.page-contact .feedback-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(255, 179, 0, 0.45);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.35);
}

.page-contact .feedback-card:hover::after,
.page-contact .feedback-card:focus-visible::after {
  transform: translateX(120%);
}

.page-contact .feedback-card:focus-visible {
  outline: 2px solid var(--signal-yellow);
}

.page-contact .feedback-card__num {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--champion-gold);
}

.page-contact .feedback-card h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.4;
}

.page-contact .feedback-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(245, 245, 240, 0.68);
}

.page-contact .feedback-card__more {
  margin-top: auto;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--signal-yellow);
}

.page-contact .contact-operation {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  margin-top: 28px;
  padding: 16px 18px;
  background: rgba(11, 30, 54, 0.5);
  border: 1px solid rgba(245, 245, 240, 0.1);
  border-radius: 14px;
}

.page-contact .contact-operation__note {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: rgba(245, 245, 240, 0.7);
}

.page-contact .contact-operation a {
  flex: 0 0 auto;
}

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

@media (min-width: 900px) {
  .page-contact .contact-stats {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-contact .contact-stats__num {
    font-size: 32px;
  }

  .page-contact .address-card {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: stretch;
    padding: 24px;
  }

  .page-contact .feedback-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-contact .contact-operation {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .page-contact .ticket {
    flex-direction: row;
    align-items: stretch;
  }

  .page-contact .ticket__main {
    flex: 0 0 64%;
    border-right: 1px dashed rgba(245, 245, 240, 0.18);
    border-bottom: 0;
  }

  .page-contact .ticket__side {
    flex: 1;
  }

  .page-contact .response-layout {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: stretch;
  }
}
