.elementor-368 .elementor-element.elementor-element-498d058{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-368:not(.elementor-motion-effects-element-type-background), body.elementor-page-368 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000154;}/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
body {
  font-family: 'Exo 2', sans-serif;
  background: #000154;
  color: #fff;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}
 
/* NAVBAR */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  height: 64px;
  background: rgba(0,1,84,0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(18,90,208,0.2);
  display: flex;
  align-items: center;
}
.navbar-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar img { width: 150px; display: block; }
.navbar-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(99,134,172,0.8);
}
.navbar-dot {
  width: 6px; height: 6px;
  background: #22D36E;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(34,211,110,0.18);
  animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  0%,100% { box-shadow: 0 0 0 3px rgba(34,211,110,0.18); }
  50%      { box-shadow: 0 0 0 6px rgba(34,211,110,0.05); }
}
 
/* PAGE */
.page {
  padding-top: 24px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
 
/* FORM SECTION */
.form-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 24px 48px;
}
 
.form-header {
  text-align: center;
  margin-bottom: 36px;
}
.form-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #125AD0;
  margin-bottom: 14px;
}
.form-eyebrow::before,
.form-eyebrow::after {
  content: '';
  width: 20px; height: 1px;
  background: #125AD0;
}
.form-header h1 {
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 10px;
}
.form-header h1 em {
  font-style: italic;
  color: #6386AC;
}
.form-header p {
  font-size: 15px;
  color: rgba(217,217,217,0.55);
  line-height: 1.6;
}
 
/* FORM CARD */
.form-card {
  width: 100%;
  max-width: 720px;
  border-radius: 12px;
  overflow: hidden;
 padding-top: 20px;
 padding-bottom: 0px;

}
 
/* FOOTER */
.footer {
  text-align: center;
  padding: 24px;
  font-size: 12px;
  color: rgba(99,134,172,0.4);
  border-top: 1px solid rgba(255,255,255,0.05);
}
 
@media (max-width: 480px) {
  .navbar-inner { padding: 0 18px; }
  .navbar-badge { display: none; }
  .form-section { padding: 40px 16px 32px; }
}/* End custom CSS */