/* GENERAL
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    color: #333;
} */

/* HEADER 
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-area img {
    width: 50px;
}

header nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.signup-btn {
    background: #e24949;
    padding: 8px 16px;
    border-radius: 8px;
    color: white !important;
}

/* HERO 
.hero {
    text-align: center;
    padding: 100px 30px;
    background: #fff;
}

.hero h2 {
    font-size: 40px;
    font-weight: bold;
}

.hero p {
    font-size: 18px;
    margin-top: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    margin-top: 30px;
}

.btn-start, .btn-login {
    padding: 14px 25px;
    margin: 0 10px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
}

.btn-start {
    background: #e24949;
    color: white;
}

.btn-login {
    border: 2px solid #e24949;
    color: #e24949;
}

/* FEATURES 
.features {
    padding: 60px 40px;
    background: #f7f7f7;
}

.features h2 {
    text-align: center;
    margin-bottom: 40px;
}

.feature-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-box {
    background: white;
    padding: 25px;
    width: 300px;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

/* HOW IT WORKS 
.how-it-works {
    padding: 60px 40px;
    text-align: center;
}

.steps {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.step {
    background: white;
    padding: 20px;
    width: 260px;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}

/* BENEFITS 
.benefits {
    padding: 60px 40px;
    background: #f7f7f7;
    text-align: center;
}

.benefit-list p {
    font-size: 18px;
    margin: 12px 0;
}

/* CTA 
.cta {
    text-align: center;
    padding: 80px 20px;
    background: white;
}

.cta-btn {
    padding: 14px 25px;
    background: #e24949;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
}

/* FOOTER 
footer {
    text-align: center;
    padding: 20px;
    background: #333;
    color: white;
}


/* GENERAL */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f9f9f9;
    color: #333;
}

/* HEADER */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: white;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-area img {
    width: 50px;
}

header nav a {
    margin-left: 20px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.signup-btn {
    background: #e24949;
    padding: 8px 16px;
    border-radius: 8px;
    color: white !important;
}

/* HERO */
.hero {
    text-align: center;
    padding: 100px 30px;
    background: #fff;
}

.hero h2 {
    font-size: 40px;
    font-weight: bold;
}

.hero p {
    font-size: 18px;
    margin-top: 10px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-buttons {
    margin-top: 30px;
}

.btn-start, .btn-login {
    padding: 14px 25px;
    margin: 0 10px;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    display: inline-block;
}

.btn-start {
    background: #e24949;
    color: white;
}

.btn-login {
    border: 2px solid #e24949;
    color: #e24949;
}

/* FEATURES */
.features {
    padding: 60px 40px;
    background: #f7f7f7;
}

.features h2 {
    text-align: center;
    margin-bottom: 40px;
}

.feature-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-box {
    background: white;
    padding: 25px;
    width: 300px;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

/* HOW IT WORKS */
.how-it-works {
    padding: 60px 40px;
    text-align: center;
}

.steps {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}

.step {
    background: white;
    padding: 20px;
    width: 260px;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

/* BENEFITS */
.benefits {
    padding: 60px 40px;
    background: #f7f7f7;
    text-align: center;
}

.benefit-list p {
    font-size: 18px;
    margin: 12px 0;
}

/* CTA */
.cta {
    text-align: center;
    padding: 80px 20px;
    background: white;
}

.cta-btn {
    padding: 14px 25px;
    background: #e24949;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    display: inline-block;
}

/* FOOTER */
footer {
    text-align: center;
    padding: 20px;
    background: #333;
    color: white;
}

/* RESPONSIVE DESIGN */
@media screen and (max-width: 768px) {
    .header {
        flex-direction: column;
        padding: 15px 20px;
        gap: 15px;
    }

    .logo-area {
        justify-content: center;
    }

    header nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    header nav a {
        margin-left: 0;
    }

    .hero {
        padding: 60px 20px;
    }

    .hero h2 {
        font-size: 32px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .btn-start, .btn-login {
        margin: 0;
        width: 80%;
        max-width: 300px;
        text-align: center;
    }

    .features, .how-it-works, .benefits {
        padding: 40px 20px;
    }

    .feature-box, .step {
        width: 100%;
        max-width: 400px;
    }

    .benefit-list p {
        font-size: 16px;
    }

    .cta {
        padding: 50px 20px;
    }
}

@media screen and (max-width: 480px) {
    .logo-area img {
        width: 35px;
    }

    .logo-area h1 {
        font-size: 18px;
    }

    header nav a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .signup-btn {
        padding: 6px 12px;
    }

    .hero h2 {
        font-size: 26px;
    }

    .hero p {
        font-size: 14px;
    }

    .btn-start, .btn-login {
        padding: 12px 20px;
        font-size: 14px;
        width: 90%;
    }

    .features h2, .how-it-works h2, .benefits h2, .cta h2 {
        font-size: 24px;
    }

    .feature-box, .step {
        padding: 20px;
    }

    .cta-btn {
        padding: 12px 20px;
        font-size: 16px;
        width: 90%;
        max-width: 300px;
    }
}