    :root {
      --dark: #020617;
      --primary: #0f172a;
      --accent: #2563eb;
      --light: #e5e7eb;
      --muted: #94a3b8;

      --dark: #020617;
      --primaryx: #0f172a;
      --accentx: #2563eb;
      --accent-light: #3b82f6;
      --mutedx: #94a3b8;
      --lightx: #e5e7eb;
      --border: rgba(148,163,184,0.18);
    }* {
      box-sizing: border-box;
      font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }body {
      margin: 0;
      background: #f8fafc;
    }header {
      background: linear-gradient(135deg, var(--dark), var(--primary));
      color: #ffffff;
      z-index: 100;
    }.nav-container {
      max-width: 99%;
      margin: auto;
      padding: 1.5rem 1.5rem 1rem;
    }.nav {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }.logo {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 0.4px;
    }.cardlogo{
      width: 60%;
      margin-left: 20%; 
      aspect-ratio: 4/3;
      background: url(./img/logo.png) no-repeat center / 100% 100%;
    }.logo > button{
      width: 70px;
      aspect-ratio: 4/4;
      background: url(./img/logo.png) no-repeat center / 100% 100%;
    }.nav-links a {
      color: var(--light);
      text-decoration: none;
      margin-left: 1.8rem;
      font-size: 0.9rem;
      font-weight: 500;
    }.nav-links a:hover {
      color: #ffffff;
    }.hero {
      display: flex;
      padding: 3.5rem 0 4rem;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
    }.hero > div:nth-child(1){
      width: 50%;
    }.hero > div:nth-child(2){
      width: 49%;
      height: 300px;
    }.hero > div:nth-child(2) > img{
      width: 100%;
    }.hero h1 {
      font-size: 2.6rem;
      margin-bottom: 1rem;
    }.hero p {
      color: var(--muted);
      max-width: 520px;
      font-size: 1rem;
    }.hero-actions {
      margin-top: 1.8rem;
      display: flex;
      gap: 1rem;
      flex-wrap: wrap;
    }.btn-primary {
      background: linear-gradient(135deg, #2563eb, #3b82f6);
      color: #ffffff;
      padding: 0.8rem 1.6rem;
      border-radius: 999px;
      font-size: 0.9rem;
      font-weight: 600;
      text-decoration: none;
    }.btn-secondary {
      border: 1px solid rgba(255,255,255,0.25);
      color: #ffffff;
      padding: 0.8rem 1.6rem;
      border-radius: 999px;
      font-size: 0.9rem;
      text-decoration: none;
    }.trust-badges {
      margin-top: 1.8rem;
      display: flex;
      gap: 0.8rem;
      flex-wrap: wrap;
      font-size: 0.75rem;
    }.badge {
      background: rgba(255,255,255,0.08);
      padding: 0.35rem 0.75rem;
      border-radius: 999px;
    }::-webkit-scrollbar{
        display: none
    }.wrappformk{
      display: none !important;
    }.errorcont{
      width: 90%;
      background: white;  
      margin-left: 5%;
      border-left: 4px solid #d04707;
      background: #ffe8cc;
      text-align: justify;
      overflow: hidden;
      height: 0px;
    }
    
    @media only screen and (max-width: 740px){
        header{
            height: 460px;
        }.hero{
            display: block;
            flex-direction: column;
        }.hero > div:nth-child(1){
            width: 100%;
        }.hero > div:nth-child(2){
            width: 100%;
            margin-top: 50px;
        }.sep0{
            width: 100%;
            height: 350px;
        }.wrappform{
          margin-top: 100px;
        }.form-container{
          width: 360px !important;
        }.section-title{
          width: 200px !important;
        }
    }@media only screen and (max-width: 560px){
      header{
        max-height: 400px !important;
      }.nav-links{
        display: none;
      }.hero{
        width: 100%;
        padding-top: 10px;
      }.hero h1 {
        font-size: 30px;
        font-weight: 600;
      }.nav-container{
        padding: 0px;
        padding-top: 1.5rem;
      }.trust-badges{
        justify-content: space-between;
        gap: 0;
        width: 100%;
        flex-wrap: nowrap;
      }.badge {
        background: rgba(255,255,255,0.08);
        padding: 0px;
        width: 32%;
        padding: 5px 0px;
        text-align: center; 
      }.hero-actions, .hero p, .hero h1, .logo{
        padding-left: 15px;
        width: 90%;
      }
    }@media only screen and (max-width: 400px){
      header{
        max-height: 430px !important;
      }.hero-actions{
        width: 100%;
      }.badge{
        display: flex;
        align-items: center;
        justify-content: center;
      }.sep0{
        height: 250px;
      }.form-container{
        display: block;
        margin: auto;
        width: 95% !important;
        margin-top: 330px !important;
      }
    }

    footer {
      background: linear-gradient(180deg, #020617, #020617);
      color: var(--lightx);
      padding: 4.5rem 1.5rem 2.5rem;
    }.footer-container {
      max-width: 1200px;
      margin: auto;
    }.footer-top {
      display: grid;
      grid-template-columns: 2.2fr 1fr 1fr 1.6fr;
      gap: 3rem;
      margin-bottom: 3.5rem;
    }.footer-brand h2 {
      margin: 0 0 0.8rem;
      font-size: 1.35rem;
      letter-spacing: 0.3px;
    }.footer-brand p {
      color: var(--mutedx);
      font-size: 0.9rem;
      max-width: 380px;
    }.footer-column h4 {
      margin-bottom: 1rem;
      font-size: 0.95rem;
      font-weight: 600;
    }.footer-column a {
      display: block;
      color: var(--mutedx);
      text-decoration: none;
      margin-bottom: 0.65rem;
      font-size: 0.85rem;
    }.footer-column a:hover {
      color: #ffffff;
    }.newsletter p {
      color: var(--mutedx);
      font-size: 0.85rem;
      margin-bottom: 1rem;
    }.newsletter-form {
      display: flex;
      gap: 0.6rem;
      width: 100%;
    }.newsletter-form input {
      flex: 1;
      padding: 0.7rem 0.8rem;
      width: 180px;
      border-radius: 8px;
      border: 1px solid var(--border);
      background: transparent;
      color: #ffffff;
      font-size: 0.85rem;
    }.newsletter-form input::placeholder {
      color: var(--mutedx);
    }.newsletter-form button {
      padding: 0.7rem 1rem;
      border-radius: 8px;
      border: none;
      background: linear-gradient(135deg, var(--accentx), var(--accent-light));
      color: #ffffff;
      font-size: 0.85rem;
      cursor: pointer;
    }.newsletter small {
      display: block;
      margin-top: 0.6rem;
      font-size: 0.7rem;
      color: var(--mutedx);
    }.socials {
      margin-top: 1.4rem;
      display: flex;
      gap: 0.6rem;
    }.social {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: rgba(255,255,255,0.08);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.85rem;
      color: #ffffff;
      text-decoration: none;
    }.social:hover {
      background: rgba(255,255,255,0.15);
    }.footer-divider {
      height: 1px;
      background: var(--border);
      margin-bottom: 2rem;
    }.footer-bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 1rem;
      font-size: 0.8rem;
      color: var(--mutedx);
    }.footer-links a {
      color: var(--mutedx);
      text-decoration: none;
      margin-left: 1.2rem;
    }.footer-links a:hover {
      color: #ffffff;
    }

    @media (max-width: 1000px) {
      .footer-top {
        grid-template-columns: 1fr 1fr;
      }
    }@media (max-width: 600px) {
      .footer-top {
        grid-template-columns: 1fr;
      }

      .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
      }

      .footer-links a {
        margin-left: 0;
        margin-right: 1rem;
      }
    }

    .main{
        width: 98%;
        margin: 0 auto;
        min-height: 400px;
        background: aliceblue;
        padding: 20px;
        overflow: auto;
    }.features {
        display: flex;
        width: 100%;
        gap: 10px;
    }.feature {
        background: white;
        padding: 2.5rem 2rem;
        border-radius: 18px;
        box-shadow: 0 20px 45px rgba(1, 4, 14, 0.06);
    }.feature h3 {
        margin-bottom: 0.6rem;
    }.feature p {
        color: #475569;
        font-size: 0.95rem;
    }@media only screen and (max-width: 1000px){
        .features {
            flex-wrap: wrap;
            justify-content: space-between;
        }.feature {
            width: 49%;
            padding: 10px 2rem;
        }
    }@media only screen and (max-width: 550px){
        .features{
            display: block;
            white-space: nowrap;
            overflow-x: auto;
            width: 100%;
        }.feature{
            display: inline-block;
            width: 80%;
            white-space: wrap;
            margin-left: 10%;
            padding: 2.5rem 2rem;
        }.ftsec0{
            background: black;
            padding-bottom: 40px;
        }.main{
            padding: 0px;
            width: 100%;
            min-height: 0px;
        }.ftsec0 h2 {
            color: aliceblue;
            padding: 10px 20px;
        }.slider-wrapper{
          width: 100%;           /* visible width */
          overflow:hidden;
          border-radius:12px;
        }.slider{
          display:flex;          /* horizontal layout */
        }.slide{
          min-width: 100%;       /* IMPORTANT: width-based sliding */
          display:flex;
          align-items:center;
          justify-content:start;
          font-size:1rem;
          color:#e5e7eb;
          border-right:1px solid #1e293b;
        }.wrappformx{
          display: none !important;
        }.feature h3{
          color: black;
        }.wrappformk{
          display: block !important;
        }.slider .feature{
          margin-left: 10
        }
    }

    .form-container{
      width: 100%;
      max-width: 460px;
      background: rgba(2,6,23,.95);
      border:1px solid #1e293b;
      border-radius: 16px;
      padding: 28px;
      box-shadow: 0 25px 60px rgba(0,0,0,.6);
    }.header0{
      text-align: center;
      margin-bottom: 22px;
    }.header0 h2{
      margin: 0;
      font-size: 1.6rem;
      color: aliceblue
    }.header0 p{
      margin-top:6px;
      font-size:.9rem;
      color: #94a3b8;
    }.group{
      margin-bottom:18px;
    }label{
      display: block;
      margin-bottom: 6px;
      font-size: .85rem;
      color: #cbd5f5;
    }input,select{
      width: 100%;
      padding: 13px 14px;
      background: #020617;
      border: 1px solid #1e293b;
      border-radius:10px;
      color: #e5e7eb;
      outline:none;
    }input::placeholder{
      color:#64748b;
    }input:focus,select:focus{
      border-color: #2563eb;
      box-shadow: 0 0 0 2px rgba(37,99,235,.2);
    }.row{
      display: flex;
      gap: 12px;
    }button{
      width: 100%;
      padding: 14px;
      border: none;
      border-radius: 12px;
      background: linear-gradient(135deg,#2563eb,#3b82f6);
      color: white;
      font-size: .95rem;
      font-weight: 600;
      cursor: pointer;
    }button:disabled{
      opacity:.6;
      cursor: not-allowed;
    }.result strong{
      color: #22c55e;
      font-size: 1.2rem;
    }.note, .ftm{
      margin-top: 16px;
      text-align: center;
      font-size: .75rem;
      color: #94a3b8;
    }.ftm{
      padding-bottom: 15px;
      text-align: start;
      font-size: 15px;
      margin-top: 4px;
    }
    
    .wrappform{
      display: flex;
      justify-content: space-between;
    } .card {
      background: white;
      border-radius: 12px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.08);
      padding: 2rem;
      margin-bottom: 2rem;
      width: calc(100% - 500px);
      height: 100px;
    }.section-title {
      margin-bottom: 1rem;
      font-size: 1.2rem;
      font-weight: 600;
    }.how-it-works {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 1rem;
    }.step {
      background: #f9fafb;
      border-radius: 10px;
      padding: 1rem;
      text-align: center;
      font-size: 0.9rem;
    }

    @media only screen and (max-width: 620px){
      .wrappform{
        flex-direction: column;
      }.card{
        width: 100%;
      }.form-container{
        display: block;
        margin: auto;
        margin-top: 270px;
      }
    }

    @media only screen and (max-width: 650px){
      header{
        height: 500px !important;
      }
    }