.elementor-144 .elementor-element.elementor-element-19547e7{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2590abd *//* =========================
   HOMEPAGE HERO
========================= */

.eu-hero {
  background: linear-gradient(135deg, #0B3A66, #041c33);
  padding: 140px 50px;
  border-radius: 24px;
  color: #ffffff;
}

.eu-container {
  max-width: 1100px;
  margin: 0 auto;
}

.eu-eyebrow {
  font-size: 12px;
  letter-spacing: 3px;
  opacity: 0.7;
  margin-bottom: 25px;
}

.eu-hero h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}

.eu-hero-sub {
  font-size: 18px;
  line-height: 1.6;
  max-width: 720px;
  margin-bottom: 50px;
  opacity: 0.9;
}

.eu-hero-buttons {
  display: flex;
  gap: 22px;
  margin-bottom: 35px;
  flex-wrap: wrap;
}

.eu-btn-primary {
  background: #F47C20;
  padding: 16px 40px;
  border-radius: 10px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  transition: 0.3s ease;
}

.eu-btn-primary:hover {
  background: #d96513;
}

.eu-btn-secondary {
  border: 2px solid #1ECAD3;
  padding: 16px 40px;
  border-radius: 10px;
  text-decoration: none;
  color: #1ECAD3;
  font-weight: 600;
  transition: 0.3s ease;
}

.eu-btn-secondary:hover {
  background: rgba(30,202,211,0.12);
}

.eu-hero-trust {
  display: flex;
  gap: 28px;
  font-size: 14px;
  flex-wrap: wrap;
}

.eu-hero-trust span {
  opacity: 0.75;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-19547e7 */.eu-container {
  max-width: 1100px;
  margin: auto;
  padding: 60px 20px;
}

.eu-hero {
  background: #0B3A66;
  color: white;
  border-radius: 20px;
  margin: 40px auto;
  padding: 80px 20px;
}

.eu-eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.6;
}

.eu-hero h1 {
  font-size: 42px;
  margin: 20px 0;
}

.eu-sub {
  font-size: 18px;
  margin-bottom: 30px;
}

.eu-btn-primary {
  background: #F47C20;
  color: white;
  padding: 14px 26px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  margin-right: 15px;
  display: inline-block;
}

.eu-btn-secondary {
  border: 2px solid white;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.eu-trust {
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.85;
}

.eu-section h2,
.eu-alt h2,
.eu-final h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.eu-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.eu-card {
  background: #f4f6f9;
  padding: 30px;
  border-radius: 12px;
}

.eu-price {
  font-weight: 700;
  margin-top: 10px;
}

.eu-link {
  display: inline-block;
  margin-top: 15px;
  color: #0B3A66;
  font-weight: 600;
  text-decoration: none;
}

.eu-alt {
  background: #f0f2f5;
  padding: 60px 20px;
}

.eu-final {
  background: #0B3A66;
  color: white;
  text-align: center;
  padding: 70px 20px;
  border-radius: 20px;
  margin: 60px auto;
}

.eu-center {
  text-align: center;
  margin-top: 40px;
}/* End custom CSS */