body {
  background:
    radial-gradient(circle at top left, rgba(45, 147, 168, 0.14), transparent 32%),
    linear-gradient(180deg, #f3f6f7 0%, #eef3f5 100%);
}

/* ── HERO ── */
  .heroQsm {
    background: linear-gradient(108deg, #0f2d36 55%, #00526a 100%);
    height: 40px;
    display: flex;
    align-items: center;
    padding: 2.5rem 3rem;
    position: relative;
    overflow: hidden;
  }

  .heroQsm::before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    width: 42%;
    height: 100%;
    background: var(--primary);
    opacity: 0.12;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0% 100%);
  }

.contact-title-bar h3 {
  position: relative;
  z-index: 1;
  margin: 0;
}

.contact-page {
  max-width: 1150px;
  margin: -3.5rem auto 0;
  padding: 0 1.5rem 5rem;
  position: relative;
  z-index: 2;
}

.contact-overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.contact-overview__card,
.contact-panel {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(15, 42, 55, 0.08);
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(15, 42, 55, 0.08);
  backdrop-filter: blur(8px);
}

.contact-overview__card {
  padding: 1.5rem;
}

.contact-overview__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 1.1rem;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e6d7e, #2d93a8);
  color: var(--white);
  font-size: 1.25rem;
}

.contact-overview__card h2 {
  margin-bottom: 0.6rem;
  color: #0f2a37;
  font-family: "Playfair Display", serif;
  font-size: 1.35rem;
}

.contact-overview__card a,
.contact-overview__card span {
  display: block;
  color: #1f4250;
  text-decoration: none;
  font-weight: 700;
}

.contact-overview__card p {
  margin: 0.85rem 0 0;
  color: #5f7078;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.95fr);
  gap: 1.5rem;
}

.contact-panel {
  padding: 2rem;
}

.contact-panel__header {
  margin-bottom: 1.6rem;
}

.contact-panel__eyebrow {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.contact-panel__header h2 {
  margin-bottom: 0.6rem;
  color: #0f2a37;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.contact-panel__header p {
  margin: 0;
  color: #63757d;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

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

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.contact-field label {
  color: #17323d;
  font-size: 0.92rem;
  font-weight: 700;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid #d4e0e4;
  border-radius: 16px;
  background: #fbfcfc;
  padding: 0.95rem 1rem;
  color: #17323d;
  font-size: 0.96rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.contact-field input:focus,
.contact-field textarea:focus {
  outline: none;
  border-color: #2d93a8;
  box-shadow: 0 0 0 4px rgba(45, 147, 168, 0.16);
  background: var(--white);
}

.contact-field textarea {
  resize: vertical;
  min-height: 180px;
}

.contact-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 0.25rem;
}

.contact-form__footer p {
  margin: 0;
  max-width: 360px;
  color: #6d7f87;
  font-size: 0.92rem;
}

.btn-primary-custom {
    display: inline-block;
    background: var(--primary);
    color: var(--white);
    padding: 13px 30px;
    font-family: sans-serif;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    transition: background 0.2s;
    border: none;
    cursor: pointer;
  }

  .btn-primary-custom:hover { background: var(--primary-2); color: var(--white); }

  .btn-outline-custom {
    display: inline-block;
    font-family: sans-serif;
    border: 1px solid rgba(255,255,255,0.22);
    color: rgba(255,255,255,0.65);
    padding: 13px 30px;
    font-size: 10px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    transition: all 0.2s;
    cursor: pointer;
    margin-left: 12px;
  }

.contact-map {
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(135deg, #d9e8ec, #f4f7f8);
  min-height: 300px;
  border: 1px dashed rgba(30, 109, 126, 0.35);
}

.contact-map__placeholder {
  min-height: 300px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #375564;
}

.contact-map__placeholder i {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 0.8rem;
}

.contact-map__placeholder strong {
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}

@media (max-width: 991px) {
  .contact-overview,
  .contact-layout,
  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-page {
    margin-top: -2.5rem;
  }

  .contact-panel,
  .contact-overview__card {
    border-radius: 20px;
  }
}

@media (max-width: 640px) {
  .contact-page {
    padding: 0 1rem 4rem;
  }

  .contact-panel,
  .contact-overview__card {
    padding: 1.35rem;
  }

  .contact-form__footer {
    align-items: stretch;
    flex-direction: column;
  }

  .contact-submit {
    width: 100%;
  }
}
