:root {
  --mgp3-white: #fff;
  --mgp3-surface: #f5f8fa;
  --mgp3-ink: #172b3a;
  --mgp3-muted: #536878;
  --mgp3-navy: #0c2d43;
  --mgp3-gold: #b9864b;
  --mgp3-border: #dbe4e9;
  --mgp3-radius: 10px;
  --mgp3-width: 1180px;
}

.mgp3-section {
  margin-inline: auto;
  max-width: var(--mgp3-width);
  padding: clamp(54px, 7vw, 92px) clamp(22px, 4vw, 52px);
  color: var(--mgp3-ink);
}

.mgp3-content-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 760px;
  object-fit: contain;
  border-radius: 18px;
}

.mgp3-visual-note {
  margin-top: 12px;
  color: #596879;
  font-size: 14px;
}

.mgp3-section--tint {
  background: var(--mgp3-surface);
  border: 1px solid var(--mgp3-border);
  border-radius: var(--mgp3-radius);
}

.mgp3-hero {
  min-height: min(680px, 78vh);
  justify-content: center;
  background: linear-gradient(120deg, #fff 0%, #f4f8fa 68%, #edf3f6 100%);
}

.mgp3-eyebrow {
  color: var(--mgp3-gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .14em;
}

.mgp3-h1 .elementor-heading-title {
  max-width: 900px;
  color: var(--mgp3-navy);
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.mgp3-intro {
  max-width: 780px;
  color: var(--mgp3-muted);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.7;
}

.mgp3-section h2 {
  color: var(--mgp3-navy);
  font-size: clamp(28px, 3.4vw, 44px);
  font-weight: 600;
  line-height: 1.18;
}

.mgp3-section h3 {
  color: var(--mgp3-navy);
  font-size: clamp(20px, 2.3vw, 28px);
  font-weight: 600;
}

.mgp3-section p,
.mgp3-section li {
  color: var(--mgp3-muted);
  font-size: 17px;
  line-height: 1.75;
}

.mgp3-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.mgp3-button .elementor-button {
  border-radius: 5px;
  background: var(--mgp3-gold);
  color: #fff;
  font-weight: 600;
  padding: 15px 24px;
}

.mgp3-button--outline .elementor-button {
  border: 1px solid var(--mgp3-navy);
  background: transparent;
  color: var(--mgp3-navy);
}

.mgp3-related-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 28px;
  padding-left: 20px;
}

.mgp3-related-links a {
  color: var(--mgp3-navy);
  text-decoration-color: var(--mgp3-gold);
  text-underline-offset: 4px;
}

.mgp3-faq-question {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--mgp3-border);
}

.mgp3-cta {
  margin-bottom: clamp(40px, 6vw, 80px);
  border-radius: var(--mgp3-radius);
  background: var(--mgp3-navy);
}

.mgp3-cta h2,
.mgp3-cta p {
  color: #fff;
}

.mgp3-cta .elementor-heading-title {
  color: #fff !important;
}

.mgp3-cta .mgp3-button--outline .elementor-button {
  border-color: #fff;
  color: #fff;
}

@media (max-width: 767px) {
  .mgp3-section {
    padding: 48px 20px;
  }

  .mgp3-hero {
    min-height: auto;
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .mgp3-actions {
    flex-direction: column;
  }

  .mgp3-actions .elementor-widget-button,
  .mgp3-actions .elementor-button {
    width: 100%;
  }

  .mgp3-related-links {
    grid-template-columns: 1fr;
  }
}
