/* Reset and base styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

.hero-container {
    background: radial-gradient(189.37% 182.66% at 75.49% 212.83%, #2646EA 0%, #FFF 100%);
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    gap: 10px;
    height: 86px;
}
/* Layout */
.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.hero .container {
    max-width: 40rem;
    text-align: center;
    margin-bottom: 50px;
}


.logo-text {
    color: #080B1A; 
    font-size: 14px; 
    font-family: Manrope; 
    font-weight: 800; 
    letter-spacing: 1.40px; 
    word-wrap: break-word
}
/* .logo {
    height: 32px;
} */

/* .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
} */


.logo-container {
    display: flex;
    align-items: center;
    width: 3rem;
    height: 3rem;
}

.logo-container .logo {
    height: 100%;
    width: 100%;
    margin-right: 0.625rem;
}


.text-logo {
    color: #080B1A;
    font-size: 14px;
    font-family: Manrope;
    font-weight: 800;
    letter-spacing: 1.40px;
    word-wrap: break-word
}
.nav-button {
    font-family: 'Manrope', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.12em;
    text-align: center;
    color: #2646EA;
    background-color: transparent;
    border: 1px solid #2646EA;
    padding: 12px 20px;
    display: inline-block; /* ensure it sizes to content */
    text-decoration: none;
  }

.nav-button:hover {
    background-color: #3366ff;
    color: white;
}

.cta-button-text {
    color: #E8ECFD;
    text-align: center;
    /* tablet/buttons/large */
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.625rem; /* 162.5% */
    letter-spacing: 0.16rem;
    text-transform: uppercase;
}


/* Hero section */
.hero {
    text-align: center;
    padding: 100px 40px;
    /* background: linear-gradient(180deg, #f5f7ff 0%, #e0e6ff 100%); */
}
.hero .sub-container {
    margin-bottom: 3.75rem;
}


.cta-button {
    background-color: #0f172a;
    color: white;
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.cta-button div {
    white-space: nowrap;
}

.cta-button:hover {
    background-color: #1e293b;
}

.scroll-indicator {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.arrow-down {
    width: 56px;
    border: 2px solid #080B1A;
    height: 66px;
    padding: 20px 19px;
}

/* Why join section */
.why-join {
    background: radial-gradient(229.24% 94.96% at 69.97% 88.32%, #141932 0%, #080B1A 100%);
    color: white;
    padding: 60px 30px;
    text-align: center;
}

.section-title {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 32px;
    line-height: 53px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 40px;
}

.features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
}

.feature {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-icon {
    border: 1px solid #30407A;
    width: 80px;
    height: 80px;
    background-color: #1E41EB0D;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.feature-title {
    /* font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600; */
    font-family: Manrope;
    font-weight: 800;
    font-size: 19px;
    line-height: 31px;
    letter-spacing: -2%;
    text-align: center;
    color: #FFFFFF;
}

.feature-description {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    /* font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0%;
    text-align: center; */

}

/* How it works section */
.how-it-works {
    padding: 60px 40px;
    text-align: center;
    background: radial-gradient(229.24% 94.96% at 69.97% 88.32%, #141932 0%, #080B1A 100%);
    color: white;
}

.steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
}

.step {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-icon {
    display: flex;
    width: 4.5rem;
    height: 4.5rem;
    padding: 0.875rem 1.0625rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 2.25rem;
    border: 1px solid #30407A;
    background: rgba(30, 65, 235, 0.05);
    margin-bottom: 20px;
}

.step-title {
    font-family: Manrope;
    font-weight: 800;
    font-size: 19px;
    line-height: 31px;
    letter-spacing: -2%;
    text-align: center;
}

.step-description {
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
    max-width: 300px;
}

.connector {
    margin-bottom: 40px;
    /* height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; */
    width: 1360;
    height: 1060;
    gap: 40px;

}

/* Footer */

 /* Footer */
 footer {
    background-color: #080B1A;;
    color: #aab;
    padding: 3.75rem 2.5rem;
    font-size: 0.8rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.footer-logo {
    color: #FFFFFF99;
    display: flex;
    width: 12.47188rem;
    padding-right: 0rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}

.footer-logo .footer-img-logo {
    width: 3rem;
    height: 3rem;
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
}

.footer-logo .footer-logo-text {
    width: 8.84681rem;
    height: 1.81744rem;
    flex-shrink: 0;
}


.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-links a {
    font-family: Manrope;
    font-weight: 600;
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 12%;
    text-align: center;
    text-transform: uppercase;
    color: #393D54;
    /* color: #777;
    margin: 0 15px 10px 0; */
}


.footer-link:hover {
    color: white;
    text-decoration: underline;
} */
.text-logo {
    color: #080B1A; 
    font-size: 14px; 
    font-family: Manrope; 
    font-weight: 800; 
    letter-spacing: 1.40px; 
    word-wrap: break-word;
}
.footer-logo {
    color:#FFFFFF99;
} 


/* Mobile */
@media (max-width: 480px) {
    .how-it-works {
        padding: 20px 20px;
    }
    /* Header */
    .header {
        padding: 20px 20px;
    }
    .logo-text {
        display: none;
    }
    .hero {
        padding: 100px 20px;
    }
    .hero-title {
        font-family: Playfair Display;
        font-weight: 700;
        font-size: 32px;
        line-height: 53px;
        letter-spacing: 0%;
        text-align: center;
    }
    .hero-description {
        font-family: Manrope;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0%;
        text-align: center;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.25rem;
    }
    .why-join {
        padding: 20px 20px;
    }
    footer {
        padding: 3.75rem 1.25rem;
    }
}

@media (max-width: 1024px) {
    .footer-content {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

/* Tablet */
@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .how-it-works {
        padding: 30px 30px;
    }
    .header {
        padding: 20px 30px;
    }
    .hero {
        padding: 100px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hero .sub-container {
        display: flex;
        height: 11.0625rem;
        max-width: 37.5rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
    }

    .hero-title {
        font-family: Playfair Display;
        font-weight: 700;
        font-size: 32px;
        line-height: 53px;
        letter-spacing: 0%;
        text-align: center;
    }

    .hero-description {
        font-family: Manrope;
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0%;
        text-align: center;
    }

    .features {
        flex-direction: column;
        align-items: center;
    }

    .footer-links {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1.25rem;
    }
    .feature {
        max-width: 300px;
    }
    .why-join {
        padding: 30px 30px;
    }
    footer {
        padding: 3.75rem 1.875rem;
    }
    
}


/* Desktop */
@media (min-width: 1025px) {
    .header {
        padding: 20px 40px;
    }
    .hero {
        padding: 100px 40px;
    }
    .hero-title {
        font-family: Playfair Display;
        font-weight: 700;
        font-size: 49px;
        line-height: 89px;
        letter-spacing: 0%;
        text-align: center;
    }
    .hero-description {
        font-family: Manrope;
        font-weight: 400;
        font-size: 21px;
        line-height: 39px;
        letter-spacing: 0px;
        text-align: center;
    }
    .cta-button {
        font-size: 18px;
        padding: 16px 32px;
        margin-top: 24px;
    }
    .scroll-indicator {
        margin-top: 60px;
    }
    .why-join {
        padding: 60px 30px;
    }
    .features {
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }
    .feature {
        min-width: 200px;
        max-width: 300px;
        flex: 1 1 0;
        padding: 0 8px;
    }
    .how-it-works {
        padding: 60px 40px;
    }
    .steps {
        max-width: 500px;
        gap: 0;
    }
    .step {
        margin-bottom: 32px;
    }

}
