/* ==========================================================================
   Contact info strip — isolated Atlantic Trade panel
   ========================================================================== */

.at-contact-info-section {
  position: relative;
  background:
    radial-gradient(ellipse 45% 40% at 0% 0%, rgba(11, 31, 58, 0.035), transparent 55%),
    #ffffff !important;
}

.at-contact-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #E8B008 !important;
  margin-bottom: 14px;
  border: none !important;
  padding: 0 !important;
  background: none !important;
}

.at-contact-eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #E8B008;
  flex-shrink: 0;
}

.at-contact-title {
  font-family: "DM Sans", sans-serif !important;
  font-size: clamp(26px, 3vw, 34px) !important;
  font-weight: 700 !important;
  line-height: 1.22 !important;
  color: #0B1F3A !important;
  margin: 0 0 14px !important;
  letter-spacing: -0.025em !important;
  max-width: 14ch;
}

.at-contact-lead {
  margin: 0 !important;
  color: #5B6B7C !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 15.5px !important;
  line-height: 1.7 !important;
  max-width: 30rem;
}

.at-contact-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 16px 40px rgba(11, 31, 58, 0.06);
}

.at-contact-card__title {
  font-family: "DM Sans", sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0B1F3A !important;
  margin: 0 0 16px !important;
  padding-bottom: 14px;
  border-bottom: 1px solid #e8edf3;
  letter-spacing: -0.015em;
}

.at-contact-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.at-contact-card__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.at-contact-card__label {
  font-family: "DM Sans", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #94a3b8 !important;
}

.at-contact-card__body p {
  margin: 0 !important;
  color: #5B6B7C !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

.at-contact-card__body a {
  color: #E8B008 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  word-break: break-word;
}

.at-contact-card__body a:hover {
  color: #0B1F3A !important;
}

.at-contact-card__closed {
  color: #E8B008 !important;
  font-weight: 600 !important;
}

@media (max-width: 991px) {
  .at-contact-title {
    max-width: none;
  }
}

/* ---- Map + enquiry form ---- */
.at-contact-map-section {
  position: relative;
  min-height: 720px;
  padding: 80px 0;
  background: #eef2f6;
  overflow: hidden;
}

.at-contact-map {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.at-contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(0.15) contrast(1.02);
}

.at-contact-map-container {
  position: relative;
  z-index: 1;
}

.at-contact-form-card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(155deg, #0B1F3A 0%, #132b4a 55%, #0B1F3A 100%);
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 28px 60px rgba(7, 20, 38, 0.28);
}

.at-contact-form-card::before {
  content: "";
  position: absolute;
  top: -35%;
  right: -18%;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232, 176, 8, 0.22), transparent 68%);
  pointer-events: none;
}

.at-contact-form-eyebrow,
.at-contact-form-title,
.at-contact-form-card form,
.at-contact-form-message {
  position: relative;
  z-index: 1;
}

.at-contact-form-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  font-family: "DM Sans", sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: rgba(255, 255, 255, 0.55) !important;
  margin-bottom: 12px;
}

.at-contact-form-eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #E8B008;
  flex-shrink: 0;
}

.at-contact-form-title {
  font-family: "DM Sans", sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 0 24px !important;
  letter-spacing: -0.02em;
  line-height: 1.25 !important;
}

.at-contact-field {
  margin: 0 0 14px;
}

.at-contact-field input,
.at-contact-field select,
.at-contact-field textarea {
  width: 100% !important;
  border-radius: 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  background: rgba(255, 255, 255, 0.07) !important;
  color: #ffffff !important;
  padding: 0 16px !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 14px !important;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.at-contact-field input,
.at-contact-field select {
  height: 52px !important;
}

.at-contact-field textarea {
  min-height: 110px;
  padding: 14px 16px !important;
  resize: vertical;
}

.at-contact-field input:focus,
.at-contact-field select:focus,
.at-contact-field textarea:focus {
  border-color: rgba(232, 176, 8, 0.55) !important;
  background: rgba(255, 255, 255, 0.1) !important;
}

.at-contact-field input::placeholder,
.at-contact-field textarea::placeholder {
  color: rgba(217, 222, 229, 0.5) !important;
}

.at-contact-field select option {
  color: #0B1F3A;
  background: #fff;
}

.at-contact-submit {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100% !important;
  height: 54px !important;
  margin-top: 6px;
  border: 0 !important;
  border-radius: 12px !important;
  background: #E8B008 !important;
  color: #0B1F3A !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: background 0.25s ease, color 0.25s ease;
}

.at-contact-submit:hover {
  background: #ffffff !important;
  color: #0B1F3A !important;
}

.at-contact-form-message {
  margin: 14px 0 0 !important;
  min-height: 1.2em;
  font-family: "DM Sans", sans-serif !important;
  font-size: 14px;
}

@media (max-width: 991px) {
  .at-contact-map-section {
    min-height: 0;
    padding: 0 0 40px;
  }

  .at-contact-map {
    position: relative;
    height: 320px;
  }

  .at-contact-map-container {
    margin-top: -48px;
  }

  .at-contact-form-card {
    padding: 28px 22px;
  }
}
