.page-contact {
  background: #ececef;
}

.contact-hero {
  position: relative;
  min-height: clamp(180px, 19vw, 290px);
  background: #0f1321 url("../assets/about/about-banner.jpg") center / cover
    no-repeat;
  overflow: hidden;
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 14, 24, 0.62);
}

.contact-hero-inner {
  width: min(1320px, 92vw);
  min-height: inherit;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  place-content: center;
  justify-items: center;
  text-align: center;
}

.contact-hero-inner h1 {
  margin: 0;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.6rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.contact-hero-breadcrumb {
  margin-top: 0.55rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-hero-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.contact-hero-breadcrumb span[aria-current="page"] {
  color: #ef3b23;
}

.contact-main {
  padding: clamp(2rem, 4.5vw, 4rem) 0 0;
}

.contact-main-inner {
  width: min(1120px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.3vw, 1.9rem);
  align-items: start;
}

.contact-info {
  background: #f3f3f5;
  padding: clamp(1.2rem, 2.2vw, 1.7rem);
  min-height: 100%;
  border: 1px solid #e3e6ee;
}

.contact-kicker {
  margin: 0;
  color: #d03d2c;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 0.52rem;
}

.contact-kicker span {
  width: 26px;
  height: 2px;
  background: #b86f64;
  position: relative;
}

.contact-kicker span::after {
  content: "";
  position: absolute;
  left: 7px;
  top: -6px;
  width: 17px;
  height: 2px;
  background: #b86f64;
}

.contact-info h2 {
  margin: 0.55rem 0 0;
  color: #13192d;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.7rem, 2.8vw, 2.8rem);
  line-height: 0.98;
  text-transform: uppercase;
  max-width: 560px;
}

.contact-lead {
  margin: 0.75rem 0 0;
  color: #646c7d;
  font-size: 0.95rem;
  line-height: 1.6;
  max-width: 630px;
}

.contact-cards {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.contact-card {
  background: #ececef;
  border: 1px solid #dfe2e9;
  padding: 0.95rem 0.85rem 0.82rem;
  min-height: 170px;
}

.contact-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #f7f7fa;
  color: #ef3b23;
  border: 1px solid #dce0e8;
  font-size: 1.12rem;
}

.contact-card h3 {
  margin: 0.72rem 0 0;
  color: #151c31;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
}

.contact-card a,
.contact-card p {
  margin: 0.42rem 0 0;
  display: block;
  color: #5f6777;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.5;
}

.contact-form-wrap {
  background: #efeff2;
  border: 1px solid #e2e5ec;
  padding: clamp(1.1rem, 2vw, 1.5rem);
}

.contact-form-wrap h3 {
  margin: 0;
  color: #171e34;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 0.95;
  text-transform: uppercase;
}

.contact-form {
  margin-top: 0.9rem;
  display: grid;
  gap: 0.62rem;
}

.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.55rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d8dde6;
  background: #fff;
  min-height: 48px;
  padding: 0.62rem 0.7rem;
  font: inherit;
  color: #1a2137;
}

.contact-form textarea {
  min-height: 122px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #838b9a;
}

.contact-submit {
  width: fit-content;
  border: 0;
  min-height: 46px;
  padding: 0.55rem 1.2rem;
  background: #ef3b23;
  color: #fff;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  cursor: pointer;
}

.contact-submit:hover {
  background: #ca2f1b;
}

.contact-status {
  margin: 0.25rem 0 0;
  color: #0f7a43;
  font-size: 0.9rem;
  min-height: 1.3em;
}

.contact-map {
  margin-top: clamp(1.4rem, 3.1vw, 2.4rem);
  width: 100%;
  border-top: 1px solid #dde1e8;
}

.contact-map iframe {
  width: 100%;
  height: clamp(250px, 33vw, 405px);
  border: 0;
  display: block;
  filter: grayscale(100%) contrast(0.9) brightness(1.04);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 980px) {
  .contact-main-inner {
    grid-template-columns: 1fr;
  }

  .contact-cards {
    grid-template-columns: 1fr 1fr;
  }

  .contact-form-wrap {
    order: -1;
  }
}

@media (max-width: 760px) {
  .contact-hero {
    min-height: 170px;
    background-position: 55% center;
  }

  .contact-hero-inner h1 {
    font-size: clamp(2rem, 9.8vw, 3rem);
  }

  .contact-hero-breadcrumb {
    font-size: 1rem;
  }

  .contact-info,
  .contact-form-wrap {
    padding: 1rem 0.9rem;
  }

  .contact-info h2 {
    font-size: 1.6rem;
  }

  .contact-cards {
    grid-template-columns: 1fr;
  }

  .contact-card {
    min-height: 0;
  }

  .contact-form-row {
    grid-template-columns: 1fr;
  }

  .contact-submit {
    width: 100%;
    justify-content: center;
  }
}
