
    body {
      font-family: 'DM Sans', sans-serif;
      background: #f8faff;
    }

      .error
      {
       
        border:1px solid red!important;
        animation: errore 0.6s;
      }

 

      @keyframes errore {
 0% {
   transform: translateX(0px);
   timing-function: ease-in;
 }
 37% {
   transform: translateX(5px);
   timing-function: ease-out;
 }
 55% {
   transform: translateX(-5px);
   timing-function: ease-in;
 }
 73% {
   transform: translateX(4px);
   timing-function: ease-out;
 }
 82% {
   transform: translateX(-4px);
   timing-function: ease-in;
 }
 91% {
   transform: translateX(2px);
   timing-function: ease-out;
 }
 96% {
   transform: translateX(-2px);
   timing-function: ease-in;
 }
 100% {
   transform: translateX(0px);
   timing-function: ease-in;
 }
}
   

	@media (min-width: 1200px) {
		.pop-title
 {
  font-size: 1.3rem;
 }
  
}


    /* ── PAGE HERO ── */
    .nl-hero {
      background: linear-gradient(160deg, #0a1e46 0%, #0d2455 55%, #0f172a 100%);
      padding: 140px 0 80px;
      position: relative;
      overflow: hidden;
    }
    .nl-hero::before {
      content: '';
      position: absolute;
      width: 700px; height: 700px;
      background: radial-gradient(circle, rgba(255,106,0,0.09) 0%, transparent 65%);
      top: -250px; right: -150px;
      border-radius: 50%;
      animation: pulse-bg 7s ease-in-out infinite;
    }
    .nl-hero::after {
      content: '';
      position: absolute;
      width: 400px; height: 400px;
      background: radial-gradient(circle, rgba(79,70,229,0.08) 0%, transparent 65%);
      bottom: -120px; left: -80px;
      border-radius: 50%;
      animation: pulse-bg 10s ease-in-out infinite reverse;
    }
    .nl-hero-inner {
      position: relative; z-index: 2;
    }
    .nl-badge {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      background: rgba(255,106,0,0.12);
      border: 1px solid rgba(255,106,0,0.3);
      color: #FF6A00;
      font-size: 0.75rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-transform: uppercase;
      padding: 6px 16px;
      border-radius: 30px;
      margin-bottom: 24px;
    }
    .nl-headline {
      font-family: 'Syne', sans-serif;
      font-size: clamp(2.4rem, 5vw, 3.6rem);
      font-weight: 800;
      color: white;
      line-height: 1.1;
      margin-bottom: 20px;
    }
    .nl-headline span {
      color: #FF6A00;
    }
    .nl-subline {
      color: rgba(255,255,255,0.55);
      font-size: 1.05rem;
      max-width: 520px;
      line-height: 1.7;
    }

    /* ── STATS ROW ── */
    .nl-stats {
      display: flex;
      gap: 36px;
      margin-top: 40px;
      flex-wrap: wrap;
    }
    .nl-stat {
      display: flex;
      flex-direction: column;
    }
    .nl-stat-num {
      font-family: 'Syne', sans-serif;
      font-size: 1.8rem;
      font-weight: 800;
      color: white;
      line-height: 1;
    }
    .nl-stat-label {
      font-size: 0.78rem;
      color: rgba(255,255,255,0.4);
      margin-top: 3px;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .nl-stat-divider {
      width: 1px;
      background: rgba(255,255,255,0.1);
      align-self: stretch;
    }

    /* ── FORM CARD ── */
    .nl-card {
      background: white;
      border-radius: 24px;
      padding: 48px 40px;
      box-shadow: 0 24px 80px rgba(10,30,70,0.18);
      position: relative;
      z-index: 2;
      margin-top: -40px;
    }
    .nl-card-eyebrow {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: #FF6A00;
      margin-bottom: 8px;
      display: block;
    }
    .nl-card-title {
      font-family: 'Syne', sans-serif;
      font-size: 1.5rem;
      font-weight: 800;
      color: #0B1F3A;
      margin-bottom: 28px;
    }

    /* ── FORM INPUTS ── */
    .nl-input-group {
      margin-bottom: 18px;
    }
    .nl-label {
      font-size: 0.82rem;
      font-weight: 600;
      color: #374151;
      margin-bottom: 6px;
      display: block;
    }
    .nl-input {
      width: 100%;
      border: 1.5px solid #e5e7eb;
      border-radius: 12px;
      padding: 12px 16px;
      font-size: 0.92rem;
      font-family: 'DM Sans', sans-serif;
      color: #0B1F3A;
      background: #fafafa;
      outline: none;
      transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
    }
    .nl-input:focus {
      border-color: #FF6A00;
      box-shadow: 0 0 0 3px rgba(255,106,0,0.1);
      background: white;
    }
    .nl-input::placeholder {
      color: #9ca3af;
    }

    
    

    /* ── SUBMIT ── */
    .nl-submit {
      width: 100%;
      padding: 15px;
      background: linear-gradient(135deg, #FF6A00, #e55c00);
      border: none;
      border-radius: 14px;
      color: white;
      font-family: 'Syne', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      cursor: pointer;
      transition: filter 0.3s, box-shadow 0.3s, transform 0.2s;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      position: relative;
      overflow: hidden;
    }
    .nl-submit:hover {
      filter: brightness(1.08);
      box-shadow: 0 8px 28px rgba(255,106,0,0.4);
      transform: translateY(-2px);
    }
    .nl-submit:active {
      transform: translateY(0);
    }
    .nl-submit-note {
      text-align: center;
      font-size: 0.75rem;
      color: #9ca3af;
      margin-top: 12px;
    }
    .nl-submit-note i { color: #4ade80; }

    /* ── PERKS SECTION ── */
    .nl-perks {
      padding: 80px 0 60px;
      background: #f8faff;
    }
    .nl-perks-eyebrow {
      font-size: 0.72rem;
      font-weight: 700;
      letter-spacing: 2.5px;
      text-transform: uppercase;
      color: #FF6A00;
      text-align: center;
      display: block;
      margin-bottom: 10px;
    }
    .nl-perks-title {
      font-family: 'Syne', sans-serif;
      font-size: 1.9rem;
      font-weight: 800;
      color: #0B1F3A;
      text-align: center;
      margin-bottom: 48px;
    }
    .perk-card {
      background: white;
      border: 1.5px solid rgba(10,30,70,0.07);
      border-radius: 20px;
      padding: 32px 28px;
      height: 100%;
      transition: all 0.3s;
    }
    .perk-card:hover {
      border-color: #FF6A00;
      box-shadow: 0 8px 32px rgba(255,106,0,0.1);
      transform: translateY(-4px);
    }
    .perk-icon {
      width: 52px; height: 52px;
      border-radius: 14px;
      display: flex; align-items: center; justify-content: center;
      font-size: 1.5rem;
      margin-bottom: 18px;
    }
    .perk-title {
      font-family: 'Syne', sans-serif;
      font-size: 1rem;
      font-weight: 800;
      color: #0B1F3A;
      margin-bottom: 8px;
    }
    .perk-desc {
      font-size: 0.87rem;
      color: #6b7280;
      line-height: 1.6;
      margin: 0;
    }

    

    

    @keyframes popIn {
      from { transform: scale(0); opacity: 0; }
      to   { transform: scale(1); opacity: 1; }
    }
    @keyframes pulse-bg {
      0%,100% { transform: scale(1); opacity: 1; }
      50%      { transform: scale(1.15); opacity: 0.7; }
    }

        @keyframes floatA {
      0%,100% { transform: translateY(0px); }
      50%      { transform: translateY(-12px); }
    }
    @keyframes floatB {
      0%,100% { transform: translateY(0px); }
      50%      { transform: translateY(-18px); }
    }
    @keyframes floatC {
      0%,100% { transform: translateY(0px); }
      50%      { transform: translateY(-8px); }
    }