/* ==========================================================================
   Why Work With Us (About page) — isolated Atlantic Trade panel
   ========================================================================== */

.at-why-about-section {
  position: relative;
  background:
    radial-gradient(ellipse 55% 40% at 100% 0%, rgba(11, 31, 58, 0.04), transparent 55%),
    #ffffff !important;
  overflow: hidden;
}

.at-why-about-intro {
  margin-bottom: 40px;
}

.at-why-about-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-why-about-eyebrow::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #E8B008;
  flex-shrink: 0;
}

.at-why-about-title {
  font-family: "DM Sans", sans-serif !important;
  font-size: clamp(28px, 3.2vw, 38px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #0B1F3A !important;
  margin: 0 0 18px !important;
  letter-spacing: -0.025em !important;
  max-width: 16ch;
}

.at-why-about-lead {
  margin: 0 !important;
  color: #5B6B7C !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 15.5px !important;
  line-height: 1.75 !important;
  max-width: 40rem;
}

.at-why-about-media {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 56px rgba(11, 31, 58, 0.12);
}

.at-why-about-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* Feature grid */
.at-why-about-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.at-why-about-card {
  background: #f5f7fa;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 28px 24px;
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.at-why-about-card:hover {
  background: #ffffff;
  border-color: #cbd5e1;
  transform: translateY(-3px);
}

.at-why-about-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.at-why-about-card__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0B1F3A;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
}

.at-why-about-card__num {
  font-family: "DM Sans", sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em;
  color: #d9dee5 !important;
  line-height: 1;
}

.at-why-about-card__title {
  font-family: "DM Sans", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #0B1F3A !important;
  margin: 0 0 10px !important;
  letter-spacing: -0.015em;
  line-height: 1.3 !important;
}

.at-why-about-card__text {
  margin: 0 !important;
  color: #5B6B7C !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 14.5px !important;
  line-height: 1.65 !important;
}

@media (max-width: 1199px) {
  .at-why-about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .at-why-about-title {
    max-width: none;
  }

  .at-why-about-intro {
    margin-bottom: 28px;
  }
}

@media (max-width: 575px) {
  .at-why-about-grid {
    grid-template-columns: 1fr;
  }
}
