.elementor-50 .elementor-element.elementor-element-330cf5e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4e53cca */:root {
  --bg: #F8FAFC;
  --card: #FFFFFF;
  --border: #e5e9f2;
  --text: #1a1a1a;
  --muted: #5b6578;
  --accent: #4666FF;
}

/* ===== Header ===== */
.site-header {
  position: sticky;
  top: 0; left: 0; right: 0;
  background: var(--card);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  z-index: 1000;
}
.nav-container {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: .75rem 1.25rem;
}
.logo img { height: 42px; }

.main-nav ul {
  display: flex; gap: 1.5rem;
  list-style: none; margin: 0; padding: 0;
}
.main-nav a {
  color: var(--text);
  text-decoration: none;
  font-weight: 500;
  transition: color .2s ease;
}
.main-nav a:hover { color: var(--accent); }

.btn-primary.nav-cta {
  background: var(--accent);
  color: #fff; border-radius: 8px;
  padding: .55rem 1rem;
  font-weight: 600; text-decoration: none;
  transition: background .2s ease, box-shadow .2s ease;
}
.btn-primary.nav-cta:hover {
  background: #5C78FF;
  box-shadow: 0 6px 16px rgba(70,102,255,.25);
}

.nav-toggle {
  display: none;
  background: none; border: none;
  font-size: 1.5rem; cursor: pointer;
}
@media (max-width: 860px) {
  .main-nav { display: none; }
  .nav-toggle { display: block; }
}

/* ===== Footer ===== */
.site-footer {
  background: #0A122A;
  color: #ffffff;
  padding-top: 2.5rem;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
}
.footer-top {
  max-width: 1180px; margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2rem;
  padding: 0 1.25rem 2rem;
}
.footer-col h4 {
  margin-bottom: .75rem;
  font-size: 1rem;
  font-weight: 700;
}
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col li { margin-bottom: .5rem; }
.footer-col a { color: #ffffff; text-decoration: none; }
.footer-col a:hover { color: var(--accent); }
.footer-logo img { height: 46px; margin-bottom: .5rem; }
.footer-col p { color: #cfd6e4; font-size: .95rem; }

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  text-align: center;
  padding: 1rem;
  font-size: .9rem;
  color: #cfd6e4;
}
.footer-bottom a { color: #ffffff; text-decoration: underline; }/* End custom CSS */