@import url('https://fonts.googleapis.com/css2?family=Bahiana&family=Bebas+Neue&family=Climate+Crisis:YEAR@1979&family=Figtree:ital,wght@0,300..900;1,300..900&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Lilita+One&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Protest+Riot&family=Ranchers&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --purple: #3D2E8E;
    --purple-dark: #2A1F6B;
    --purple-light: #5B4DBE;
    --yellow: #F5C800;
    --yellow-light: #FFD93D;
    --orange: #E8560A;
    --deep: #12103A;
    --mist: #F8F6FF;
    --white: #FFFFFF;
    --text: #1E1B3A;
    --text-muted: #6B6B8A;
    --border: #E0DBF5;
    --input-bg: #FDFCFF;
    --success: #16A34A;
}

html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--mist); color: var(--text); overflow-x: hidden; min-height: 100vh; }

#navbar {
    position:fixed;
    top:0;
    width:100%;
    z-index:999;
    transition:.35s;
    background:rgba(255,255,255,.95);
}

#navbar.scrolled {
    backdrop-filter:blur(18px);
    background:rgba(255,255,255,.90);
    border-bottom:1px solid #ececec;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.nav-container {
    height:72px;
    display:flex;
    align-items:center;
    font-family: "poppins", sans-serif;
    font-weight: bolder;
    justify-content:space-between;
    padding: 1em 8%;
    padding: 0.9rem 5%;
}

.logo {
    display:flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
}

.logo img {
    width:35px;
    transition:.3s;
}

.logo:hover img {
    transform:scale(1.05);
}

.logo-text {
    display:flex;
    flex-direction:column;
    line-height:1.2;
}

.title {
    font-size:15px;
    font-weight:700;
    color:#0E2A52;
}

.subtitle {
    font-size:10px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#777;
}

.desktop-nav {
    display:flex;
    gap:5px;
}

.desktop-nav a {
    text-decoration:none;
    color:#555;
    font-size:15px;
    padding:10px 16px;
    transition:.3s;
    font-weight:500;
}

.desktop-nav a:hover,
.desktop-nav a.active {
    color:#0E2A52;
}

.nav-actions {
    display:flex;
    align-items:center;
    gap:12px;
}

.apply-btn {
    padding:12px 24px;
    border-radius:50px;
    text-decoration:none;
    background:#0E2A52;
    color:white;
    font-weight:600;
    transition:.3s;
}

.apply-btn:hover {
    background:#173b70;
}

.menu-btn {
    display:none;
    border:none;
    background:none;
    font-size:28px;
    cursor:pointer;
}

.mobile-menu {
    display:none;
    flex-direction:column;
    background:white;
    border-top:1px solid #eee;
    padding:25px;
}

.mobile-menu a {
    text-decoration:none;
    color:#444;
    padding:15px 0;
}

.mobile-apply {
    margin-top:15px;
    text-align:center;
    padding:14px;
    border-radius:50px;
    background:#0E2A52;
    color:white !important;
}

.mobile-menu p {
    margin-top:18px;
    font-size:13px;
    color:#888;
}

/* NAVBAR END*/

  .page-hero {
    background: var(--deep); padding: 7rem 5% 4rem;
    position: relative; overflow: hidden;
  }
  .page-hero::before {
    content: ''; position: absolute; inset: 0;
    background:
      radial-gradient(ellipse 60% 70% at 65% 50%, rgba(61,46,142,0.5) 0%, transparent 65%),
      radial-gradient(ellipse 30% 30% at 10% 80%, rgba(232,86,10,0.12) 0%, transparent 50%);
  }
  .page-hero-grid {
    position: absolute; inset: 0; opacity: 0.03;
    background-image: linear-gradient(rgba(245,200,0,1) 1px, transparent 1px),
      linear-gradient(90deg, rgba(245,200,0,1) 1px, transparent 1px);
    background-size: 55px 55px;
  }
  .page-hero-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 2; }
  .page-hero-row { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
  .page-hero-tag { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--yellow); font-weight: 700; margin-bottom: 0.8rem; }
  .page-hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(2.2rem, 4vw, 3.5rem); font-weight: 300; line-height: 1.15; color: #fff; margin-bottom: 1rem; }
  .page-hero h1 em { font-style: italic; color: var(--yellow); }
  .page-hero p { color: rgba(255,255,255,0.5); font-size: 0.92rem; line-height: 1.75; }
  .page-hero-stats { display: flex; gap: 2rem; flex-wrap: wrap; margin-top: 2rem; }
  .stat { border-left: 2px solid rgba(245,200,0,0.3); padding-left: 1rem; }
  .stat-val { font-family: 'Bebas Neue', sans-serif; font-size: 1.6rem; color: var(--yellow); }
  .stat-label { color: rgba(255,255,255,0.3); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; }
  .progress-box { background: rgba(255,255,255,0.04); border: 1px solid rgba(245,200,0,0.12); padding: 2rem; border-radius: 6px; }
  .progress-steps { display: flex; flex-direction: column; gap: 1rem; }
  .step-row { display: flex; align-items: center; gap: 1rem; }
  .step-circle { width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 0.78rem; font-weight: 700; }
  .step-circle.active { background: var(--yellow); color: var(--deep); }
  .step-circle.inactive { background: rgba(255,255,255,0.05); color: rgba(255,255,255,0.25); border: 1px solid rgba(255,255,255,0.08); }
  .step-info h4 { font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,0.75); margin-bottom: 0.1rem; }
  .step-info p { font-size: 0.75rem; color: rgba(255,255,255,0.3); }
  .step-connector { width: 1px; height: 14px; background: rgba(255,255,255,0.08); margin-left: 17px; }

  .main-wrap { max-width: 1200px; margin: 0 auto; padding: 4rem 5%; display: grid; grid-template-columns: 1fr 360px; gap: 3rem; align-items: start; }

  .form-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; box-shadow: 0 4px 30px rgba(61,46,142,0.06); }
  .form-section-header { padding: 2rem 2.5rem; border-bottom: 1px solid var(--border); background: var(--white); }
  .form-section-header h3 { font-family: 'Cormorant Garamond', serif; font-size: 1.4rem; font-weight: 600; color: var(--deep); margin-bottom: 0.3rem; }
  .form-section-header p { color: var(--text-muted); font-size: 0.82rem; }
  .form-body { padding: 2.5rem; }
  .form-section-divider { margin: 2.5rem 0 1.5rem; padding-top: 2rem; border-top: 1px solid var(--border); }
  .form-section-divider:first-child { margin-top: 0; padding-top: 0; border-top: none; }
  .form-section-divider h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; color: var(--deep); margin-bottom: 0.2rem; }
  .form-section-divider p { color: var(--text-muted); font-size: 0.78rem; }

  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
  .form-group { margin-bottom: 1.3rem;}
  .form-group:last-child { margin-bottom: 0; }
  label { display: block; font-size: 0.82rem; font-weight: 600; color: var(--deep); margin-bottom: 0.5rem; }
  label .req { color: var(--orange); margin-left: 2px; }
  label .hint { font-weight: 400; color: var(--text-muted); font-size: 0.75rem; }

  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%; padding: 0.75rem 1rem;
    background: var(--input-bg); border: 1.5px solid var(--border);
    border-radius: 4px; font-size: 0.9rem; color: var(--text);
    font-family: 'DM Sans', sans-serif; transition: border-color 0.2s, box-shadow 0.2s;
    outline: none; appearance: none;
  }
  input:focus, textarea:focus, select:focus {
    border-color: var(--purple);
    box-shadow: 0 0 0 3px rgba(61,46,142,0.1);
  }
  input::placeholder, textarea::placeholder { color: #B5B0CC; }
  textarea { resize: vertical; min-height: 110px; line-height: 1.6; }
  select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%233D2E8E' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 1rem center; padding-right: 2.5rem; cursor: pointer;
  }
  input.error { border-color: #DC2626; }
  input.error:focus { box-shadow: 0 0 0 3px rgba(220,38,38,0.1); }

  .options-group { display: flex; flex-direction: column; gap: 0.55rem; }
  .options-group.inline { flex-direction: row; flex-wrap: wrap; gap: 0.55rem; }
  .options-group.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0.55rem; }
  .radio-item, .check-item {
    display: flex; align-items: center; gap: 0.7rem;
    background: var(--mist); border: 1.5px solid var(--border);
    padding: 0.65rem 1rem; border-radius: 4px; cursor: pointer; transition: all 0.15s; position: relative;
  }
  .radio-item:hover, .check-item:hover { border-color: var(--purple-light); background: rgba(61,46,142,0.04); }
  .radio-item input, .check-item input { position: absolute; opacity: 0; pointer-events: none; }
  .radio-item.selected, .check-item.selected { outline: none; background: rgb(97, 97, 160) }
  .custom-radio, .custom-check {
    width: 18px; height: 18px; border: 2px solid var(--border);
    border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all 0.15s;
  }
  .custom-check { border-radius: 3px; }
  .radio-item.selected .custom-radio { border-color: var(--purple); background: var(--purple); }
  .check-item.selected .custom-check { border-color: var(--purple); background: var(--purple); }
  .radio-item.selected .custom-radio::after { display: block !important; }
  .check-item.selected .custom-check::after { display: block !important; }
  .custom-radio::after { content: ''; display: none; width: 6px; height: 6px; background: #fff; border-radius: 50%; }
  .custom-check::after { content: ''; display: none; width: 9px; height: 7px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; transform: rotate(-45deg) translateY(-1px); }
  .radio-item span, .check-item span { font-size: 0.84rem; color: var(--text); line-height: 1.3; }

  .conditional-field { margin-top: 1rem; display: none; }
  .conditional-field.show { display: block; }

  .form-submit { padding: 2rem 2.5rem; border-top: 1px solid var(--border); background: rgba(61,46,142,0.02); }
  .submit-disclaimer { color: var(--text-muted); font-size: 0.78rem; line-height: 1.65; margin-bottom: 1.5rem; }
  .btn-submit {
    width: 100%; padding: 1rem; background: var(--purple);
    color: var(--white); font-size: 0.88rem; font-weight: 700;
    letter-spacing: 0.06em; text-transform: uppercase;
    border: none; border-radius: 4px; cursor: pointer;
    transition: all 0.2s; font-family: 'DM Sans', sans-serif;
    display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  }
  .btn-submit:hover { background: var(--purple-light); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(61,46,142,0.3); }
  .btn-submit:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
  .btn-submit .spinner { width: 16px; height: 16px; border: 2px solid rgba(255,255,255,0.3); border-top-color: #fff; border-radius: 50%; animation: spin 0.7s linear infinite; }
  @keyframes spin { to { transform: rotate(360deg); } }

  /* SUCCESS OVERLAY */
  .success-overlay {
    display: none; position: fixed; inset: 0;
    background: rgba(18,16,58,0.88); z-index: 10001;
    align-items: center; justify-content: center; padding: 1.5rem;
    backdrop-filter: blur(6px);
  }
  .success-overlay.show { display: flex; animation: fadeIn 0.4s ease; }
  @keyframes fadeIn { from{opacity:0;} to{opacity:1;} }
  .success-box {
    background: var(--white); border-radius: 10px; padding: 3.5rem;
    max-width: 520px; width: 100%; text-align: center;
    border: 1px solid rgba(61,46,142,0.15);
    box-shadow: 0 30px 80px rgba(18,16,58,0.4);
    animation: slideUp 0.4s ease;
    max-height: calc(100vh - 3rem);
    overflow-y: auto;
  }
  @keyframes slideUp { from{transform:translateY(20px);opacity:0;} to{transform:translateY(0);opacity:1;} }
  .success-icon-wrap {
    width: 80px; height: 80px; margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, var(--purple), var(--purple-light));
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-size: 2.2rem;
  }
  .success-box h3 { font-family: 'Cormorant Garamond', serif; font-size: 2rem; font-weight: 400; color: var(--deep); margin-bottom: 0.8rem; }
  .success-box h3 em { font-style: italic; color: var(--purple); }
  .success-box .success-msg {
    background: rgba(61,46,142,0.04); border: 1px solid rgba(61,46,142,0.12);
    border-radius: 6px; padding: 1.5rem; margin-bottom: 2rem;
  }
  .success-box .success-msg p { color: var(--text-muted); font-size: 0.92rem; line-height: 1.8; }
  .success-box .success-msg strong { color: var(--deep); }
  .success-highlights { display: flex; gap: 1rem; justify-content: center; margin-bottom: 2rem; flex-wrap: wrap; }
  .success-highlight { display: flex; align-items: center; gap: 0.4rem; font-size: 0.78rem; color: var(--text-muted); }
  .success-highlight::before { content: '✓'; color: var(--success); font-weight: 700; }
  .success-box .btn-home {
    display: inline-block; background: var(--deep); color: var(--white);
    padding: 0.85rem 2rem; border-radius: 4px; text-decoration: none;
    font-size: 0.85rem; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase;
    transition: background 0.2s;
  }
  .success-box .btn-home:hover { background: var(--purple-dark); }

  /* SIDEBAR */
  .sidebar { display: flex; flex-direction: column; gap: 1.5rem; }
  .sidebar-card { background: var(--white); border: 1px solid var(--border); border-radius: 8px; padding: 1.8rem; box-shadow: 0 2px 12px rgba(61,46,142,0.05); }
  .sidebar-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.15rem; font-weight: 600; color: var(--deep); margin-bottom: 1.2rem; }
  .info-row { display: flex; gap: 0.75rem; margin-bottom: 1rem; align-items: flex-start; }
  .info-row:last-child { margin-bottom: 0; }
  .info-icon { width: 32px; height: 32px; background: rgba(61,46,142,0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .info-icon svg { width: 14px; height: 14px; }
  .info-row h5 { font-size: 0.78rem; font-weight: 700; color: var(--deep); margin-bottom: 0.1rem; letter-spacing: 0.01em; }
  .info-row p { color: var(--text-muted); font-size: 0.8rem; line-height: 1.5; }
  .value-box { background: var(--purple-dark); padding: 1.5rem; border-radius: 6px; margin-bottom: 1rem; text-align: center; border: 1px solid rgba(245,200,0,0.15); }
  .value-box .del-price { color: rgba(255,255,255,0.3); font-size: 0.8rem; text-decoration: line-through; margin-bottom: 0.3rem; }
  .value-box .sponsored { font-family: 'Bebas Neue', sans-serif; font-size: 1.9rem; color: var(--yellow); }
  .value-box p { color: rgba(255,255,255,0.35); font-size: 0.75rem; margin-top: 0.3rem; }
  .sidebar-divider { height: 1px; background: var(--border); margin: 1rem 0; }
  .tip-list { list-style: none; }
  .tip-list li { display: flex; gap: 0.6rem; align-items: flex-start; font-size: 0.8rem; color: var(--text-muted); line-height: 1.5; padding: 0.4rem 0; border-bottom: 1px solid rgba(61,46,142,0.05); }
  .tip-list li:last-child { border-bottom: none; }
  .tip-list li::before { content: '→'; color: var(--orange); flex-shrink: 0; margin-top: 1px; }
  .dark-card { background: var(--purple-dark); border: 1px solid rgba(245,200,0,0.12); border-radius: 8px; padding: 2rem; }
  .dark-card h4 { font-family: 'Cormorant Garamond', serif; font-size: 1.2rem; color: #fff; margin-bottom: 0.8rem; }
  .dark-card p { color: rgba(255,255,255,0.45); font-size: 0.82rem; line-height: 1.7; margin-bottom: 1.5rem; }
  .dark-card a {
    display: block; text-align: center; background: var(--yellow); color: var(--deep);
    padding: 0.75rem; border-radius: 4px; text-decoration: none;
    font-size: 0.82rem; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase; transition: background 0.2s;
  }
  .dark-card a:hover { background: var(--yellow-light); }
/* FOOTER START */

.footer_logo img {
    width: 35px;
}

  .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 9999px;
    border: 1px solid rgba(255,255,255,0.2);
    transition: all 0.3s ease;
  }

  .social-icon svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    color: rgba(255,255,255,0.7);
    transition: all 0.3s ease;
  }

  .social-icon:hover {
    background: rgba(255,255,255,0.1);
    transform: translateY(-4px);
  }

  .social-icon:hover svg {
    color: #ffffff;
  }

/* FOOTER END */

/* Responsive */

/* NAVBAR START*/
@media(max-width:992px) {
    .desktop-nav {
        display:none;
    }
    
    .apply-btn {
        display:none;
    }
    
    .menu-btn {
        display:block;
    }
    
    .mobile-menu.show {
        display:flex;
    }

}

@media(max-width:576px) {
    .logo-text {
        display:none;
    }
}

@media(max-width:768px){
    /* .nav-container {
        padding: 1em 4%;
    } */

}
/* NAVBAR END*/

  @media (max-width: 900px) {
    .main-wrap { grid-template-columns: 1fr; }
    .sidebar { order: -1; display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
    .dark-card { grid-column: 1 / -1; }
    .page-hero-row { grid-template-columns: 1fr; gap: 2.5rem; }
    .progress-box { display: none; }
  }
  @media (max-width: 620px) {
    .form-row { grid-template-columns: 1fr; }
    .another-form {
      margin-bottom: 10px;
      /* border: 1px solid red; */
    }
    .another-form-row { 
      gap:0; 
      margin-bottom: 10px;
    }
    .sidebar { grid-template-columns: 1fr; }
    .form-body { padding: 1.5rem; }
    .form-section-header { padding: 1.5rem; }
    .form-submit { padding: 1.5rem; }
    .main-wrap { padding: 2rem 5%; }
    .success-box { padding: 2rem 1.5rem; }
    .options-group.grid-2 { grid-template-columns: 1fr; }
  }