.elementor-376 .elementor-element.elementor-element-9ec2d89{--display:flex;}.elementor-376 .elementor-element.elementor-element-057cafe{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4421e78 *//* WRAPPER */
.eu-l4-wrapper {
  font-family: system-ui, -apple-system, Arial, sans-serif;
  color: #0A2148;
  max-width: 1100px;
  margin: 0 auto;
}

/* HERO */
.eu-l4-hero {
  background: #003B88;
  color: #ffffff;
  padding: 50px 35px;
  border-radius: 14px;
  margin-bottom: 40px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}

.eu-l4-hero h1 {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 15px 0;
}

.eu-l4-hero .tagline {
  font-size: 18px;
  line-height: 1.5;
  max-width: 800px;
  opacity: 0.92;
}

.eu-l4-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 20px;
  font-size: 15px;
  opacity: 0.95;
}

.eu-l4-btn-orange {
  margin-top: 25px;
  background: #FF7A00;
  color: #ffffff;
  padding: 12px 26px;
  border-radius: 8px;
  font-size: 16px;
  text-decoration: none !important;
  font-weight: 600;
  display: inline-block;
}

/* SECTIONS */
.eu-l4-section {
  margin: 40px 0;
}

.eu-l4-section h2 {
  font-size: 28px;
  margin-bottom: 14px;
  font-weight: 700;
}

.eu-l4-section p {
  font-size: 16px;
  line-height: 1.65;
}

/* BULLETS */
.eu-l4-bullets li {
  margin-bottom: 6px;
}

/* MODULE GRID */
.eu-l4-mod-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
  gap: 20px;
  margin-top: 20px;
}

.mod-card {
  background: #E9F0FF;
  padding: 20px;
  border-radius: 10px;
  border-left: 6px solid #003B88;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.mod-card h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
}

.mod-card .credits {
  font-size: 14px;
  font-weight: 600;
  color: #003B88;
  margin-bottom: 10px;
}

/* FEES */
.eu-l4-fees {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.eu-l4-fee-box {
  background: #F5F7FF;
  padding: 20px;
  border-radius: 10px;
  flex: 1 1 260px;
  border-left: 6px solid #FF7A00;
}

.eu-l4-fee-box .fee {
  font-size: 22px;
  font-weight: 700;
  color: #003B88;
}

/* FAQ */
.eu-l4-faq p {
  margin-bottom: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .eu-l4-hero {
    padding: 35px 20px;
  }
  .eu-l4-hero h1 {
    font-size: 26px;
  }
}/* End custom CSS */