.footer{
    background:#050b18;
    border-top:1px solid rgba(255,255,255,.08);
    padding:60px 8% 20px;
    color:#fff;
}

.footer-container{
    display:grid;
    grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;
    gap:40px;
}

.footer-brand h2{
    color:#2f81ff;
    margin-bottom:15px;
}

.footer-brand p{
    color:#b5c0d0;
    line-height:1.8;
}

.footer-links h4,
.footer-social h4{
    margin-bottom:15px;
    color:#fff;
}

.footer-links a{
    display:block;
    color:#b5c0d0;
    text-decoration:none;
    margin-bottom:10px;
    transition:.3s;
}

.footer-links a:hover{
    color:#2f81ff;
    transform:translateX(5px);
}

.social-icons{
    display:flex;
    gap:12px;
    margin-bottom:20px;
}

.social-icons a{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0d1730;
    border-radius:50%;
    color:#fff;
    text-decoration:none;
    transition:.3s;
}

.social-icons a:hover{
    background:#2f81ff;
    transform:translateY(-4px);
}

.footer-contact{
    color:#b5c0d0;
    line-height:1.8;
}

.footer-bottom{
    text-align:center;
    margin-top:50px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.08);
    color:#8c97a8;
}

@media(max-width:900px){
    .footer-container{
        grid-template-columns:1fr;
        text-align:center;
    }

    .social-icons{
        justify-content:center;
    }
}

.footer{
    position:relative;
    overflow:hidden;
}

.footer::before{
    content:'';
    position:absolute;
    top:-150px;
    right:-150px;
    width:400px;
    height:400px;
    background:#2f81ff;
    filter:blur(180px);
    opacity:.15;
}

body{
    background:#020617;
}

.hero-glow{
    position:absolute;
    top:0;
    right:0;
    width:500px;
    height:500px;
    background:#2563eb;
    filter:blur(200px);
    opacity:.15;
}

.hero-glow{
    position:fixed;
    top:-200px;
    right:-200px;
    width:600px;
    height:600px;
    background:#2563eb;
    border-radius:50%;
    filter:blur(180px);
    opacity:.15;
    z-index:-1;
}

.hamburger{
    display:none;
    background:none;
    border:none;
    color:white;
    font-size:2rem;
    cursor:pointer;
}

.nav-links{
    display:flex;
    gap:20px;
}

.nav-links a{
    text-decoration:none;
    color:white;
}

@media (max-width:768px){

    .hamburger{
        display:block;
    }

    .nav-links{
        display:none;
        flex-direction:column;
        position:absolute;
        top:70px;
        right:20px;
        background:#0f172a;
        width:220px;
        padding:20px;
        border-radius:12px;
        border:1px solid rgba(59,130,246,.2);
        box-shadow:0 10px 30px rgba(0,0,0,.4);
    }

    .nav-links.active{
        display:flex;
    }
}

.logo{
    height:50px;
    width:auto;
    display:block;
}

.logo-container{
    display:flex;
    align-items:center;
}

.logo-container{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
}

.logo{
    height:50px;
    width:auto;
}

.logo-text{
    color:white;
    font-size:1.5rem;
    font-weight:700;
    letter-spacing:1px;
}

.feature-pill{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.1);
    padding:12px 20px;
    border-radius:999px;
    font-weight:600;
}

.who-we-help{
    text-align:center;
}

.social-icons a{
    position: relative;
    z-index: 10;
}

.social-icons{
    display:flex;
    gap:15px;
}

.faq-hero{
    text-align:center;
    padding:120px 20px 60px;
}

.faq-hero h1{
    font-size:3rem;
    margin-bottom:15px;
}

.faq-hero p{
    color:#94a3b8;
}

.faq-container{
    max-width:900px;
    margin:auto;
    padding:40px 20px 80px;
}

.faq-item{
    background:#0f172a;
    border:1px solid rgba(59,130,246,.15);
    border-radius:16px;
    padding:25px;
    margin-bottom:20px;
}

.faq-item h3{
    color:white;
    margin-bottom:12px;
}

.faq-item p{
    color:#cbd5e1;
    line-height:1.7;
}

.faq-cta{
    text-align:center;
    padding:80px 20px;
    margin-top:60px;
    border-top:1px solid rgba(59,130,246,.15);
}

.faq-cta h2{
    font-size:2.5rem;
    margin-bottom:15px;
    color:white;
}

.faq-cta p{
    max-width:600px;
    margin:0 auto 30px;
    color:#94a3b8;
    line-height:1.7;
}

.btn-primary{
    display:inline-block;
    background:#2563eb;
    color:white;
    padding:14px 32px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    transition:0.3s ease;
}

.btn-primary:hover{
    transform:translateY(-3px);
    background:#1d4ed8;
}

.legal-page{
    max-width:900px;
    margin:120px auto 80px;
    padding:0 20px;
}

.legal-page h1{
    font-size:3rem;
    margin-bottom:20px;
    text-align:center;
}

.legal-page h2{
    margin-top:40px;
    margin-bottom:15px;
    color:#60a5fa;
}

.legal-page p,
.legal-page li{
    color:#cbd5e1;
    line-height:1.8;
}

.legal-page ul{
    margin-left:25px;
}

.help-hero{
    text-align:center;
    padding:120px 20px 60px;
}

.help-hero h1{
    font-size:3rem;
    margin-bottom:15px;
}

.help-hero p{
    max-width:700px;
    margin:auto;
    color:#94a3b8;
}

.help-grid{
    max-width:1200px;
    margin:auto;
    padding:40px 20px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.help-card{
    background:#0f172a;
    border:1px solid rgba(59,130,246,.15);
    border-radius:16px;
    padding:25px;
    transition:.3s;
}

.help-card:hover{
    transform:translateY(-5px);
}

.help-card h3{
    margin-bottom:15px;
}

.help-card p{
    color:#cbd5e1;
    margin-bottom:15px;
}

.help-card a{
    color:#60a5fa;
    text-decoration:none;
    font-weight:600;
}

.support-banner{
    text-align:center;
    padding:80px 20px;
    margin-top:60px;
}

.support-banner h2{
    margin-bottom:15px;
}

.about-hero{
    padding:140px 20px 80px;
    text-align:center;
}

.about-container{
    max-width:900px;
    margin:auto;
}

.about-tag{
    color:#3b82f6;
    font-weight:700;
    letter-spacing:2px;
}

.about-hero h1{
    font-size:3.5rem;
    margin:20px 0;
    color:#fff;
}

.about-intro{
    max-width:750px;
    margin:auto;
    font-size:1.1rem;
    color:#94a3b8;
    line-height:1.8;
}

.about-content{
    max-width:1200px;
    margin:auto;
    padding:40px 20px 80px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:25px;
}

.about-card{
    background:#0f172a;
    border:1px solid rgba(59,130,246,.15);
    border-radius:20px;
    padding:30px;
}

.about-card h2{
    margin-bottom:15px;
    color:#60a5fa;
}

.about-card p{
    color:#cbd5e1;
    line-height:1.8;
}

.about-card ul{
    list-style:none;
    padding:0;
}

.about-card li{
    margin-bottom:12px;
    color:#cbd5e1;
}

.founder-section{
    padding:20px 20px 100px;
}

.founder-card{
    max-width:900px;
    margin:auto;
    background:#0f172a;
    border:1px solid rgba(59,130,246,.15);
    border-radius:20px;
    padding:40px;
}

.founder-card h2{
    text-align:center;
    margin-bottom:25px;
    color:#60a5fa;
}

.founder-card p{
    color:#cbd5e1;
    line-height:1.9;
    margin-bottom:15px;
}

@media(max-width:768px){

    .about-hero h1{
        font-size:2.3rem;
    }

    .founder-card{
        padding:25px;
    }

}

.contact-hero{
    text-align:center;
    padding:140px 20px 80px;
    max-width:900px;
    margin:auto;
}

.contact-tag{
    color:#3b82f6;
    font-weight:700;
    letter-spacing:2px;
}

.contact-hero h1{
    font-size:3.5rem;
    margin:20px 0;
}

.contact-hero p{
    color:#94a3b8;
    max-width:700px;
    margin:auto;
    line-height:1.8;
}

.contact-wrapper{
    max-width:1200px;
    margin:auto;
    padding:0 20px 100px;
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:40px;
}

.contact-info{
    background:#0f172a;
    padding:40px;
    border-radius:20px;
    border:1px solid rgba(59,130,246,.15);
}

.contact-info h2{
    margin-bottom:20px;
}

.contact-info p{
    color:#cbd5e1;
    margin-bottom:25px;
}

.contact-item{
    margin-bottom:20px;
    color:#cbd5e1;
}

.whatsapp-btn{
    display:inline-block;
    margin-top:20px;
    padding:14px 30px;
    background:#22c55e;
    color:white;
    text-decoration:none;
    border-radius:12px;
    font-weight:600;
}

.contact-form-card{
    background:#0f172a;
    padding:40px;
    border-radius:20px;
    border:1px solid rgba(59,130,246,.15);
}

.form-group{
    margin-bottom:20px;
}

.form-group label{
    display:block;
    margin-bottom:8px;
    color:#fff;
}

.form-group input,
.form-group textarea{
    width:100%;
    padding:15px;
    border-radius:12px;
    border:1px solid #334155;
    background:#020617;
    color:white;
}

.form-group textarea{
    min-height:180px;
    resize:vertical;
}

.contact-btn{
    width:100%;
    padding:16px;
    background:#2563eb;
    color:white;
    border:none;
    border-radius:12px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.contact-btn:hover{
    background:#1d4ed8;
}

@media(max-width:768px){

    .contact-wrapper{
        grid-template-columns:1fr;
    }

    .contact-hero h1{
        font-size:2.4rem;
    }

}

.contact-cta{
    max-width:900px;
    margin:80px auto;
    padding:60px 40px;
    text-align:center;
    background:#0f172a;
    border:1px solid rgba(59,130,246,.15);
    border-radius:24px;
}

.contact-cta h2{
    font-size:2.5rem;
    margin-bottom:20px;
    color:#ffffff;
}

.contact-cta p{
    max-width:650px;
    margin:0 auto 30px;
    color:#94a3b8;
    line-height:1.8;
}

.contact-cta .btn-primary{
    display:inline-block;
    padding:16px 36px;
    background:#2563eb;
    color:#ffffff;
    text-decoration:none;
    font-weight:600;
    border-radius:12px;
    transition:all .3s ease;
}

.contact-cta .btn-primary:hover{
    background:#1d4ed8;
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(37,99,235,.35);
}

@media(max-width:768px){

    .contact-cta{
        margin:60px 20px;
        padding:40px 25px;
    }

    .contact-cta h2{
        font-size:2rem;
    }

}

.portfolio-hero{
    text-align:center;
    padding:140px 20px 80px;
    max-width:900px;
    margin:auto;
}

.portfolio-tag{
    color:#3b82f6;
    font-weight:700;
    letter-spacing:2px;
}

.portfolio-hero h1{
    font-size:4rem;
    margin:20px 0;
}

.portfolio-hero p{
    max-width:650px;
    margin:auto;
    color:#94a3b8;
}

.portfolio-grid{
    max-width:1200px;
    margin:auto;
    padding:0 20px 100px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
    gap:30px;
}

.portfolio-card{
    background:#0f172a;
    border-radius:20px;
    overflow:hidden;
    border:1px solid rgba(59,130,246,.15);
    transition:.3s ease;
}

.portfolio-card:hover{
    transform:translateY(-8px);
}

.portfolio-card img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.portfolio-content{
    padding:25px;
}

.project-category{
    color:#60a5fa;
    font-size:.85rem;
    text-transform:uppercase;
    letter-spacing:1px;
}

.portfolio-content h3{
    margin:12px 0;
}

.portfolio-content p{
    color:#94a3b8;
    line-height:1.7;
}

.project-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:20px 0;
}

.project-tags span{
    padding:8px 14px;
    background:rgba(37,99,235,.15);
    color:#60a5fa;
    border-radius:999px;
    font-size:.8rem;
}

.portfolio-content a{
    color:#60a5fa;
    text-decoration:none;
    font-weight:600;
}

.portfolio-stats{
    max-width:1200px;
    margin:80px auto;
    padding:0 20px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:25px;
}

.portfolio-stats .stat{
    background:#0f172a;
    border:1px solid rgba(59,130,246,.15);
    border-radius:20px;
    padding:40px 25px;
    text-align:center;
    transition:.3s ease;
}

.portfolio-stats .stat:hover{
    transform:translateY(-6px);
    border-color:rgba(59,130,246,.35);
}

.portfolio-stats .stat h2{
    font-size:3rem;
    font-weight:700;
    color:#60a5fa;
    margin-bottom:10px;
}

.portfolio-stats .stat p{
    color:#94a3b8;
    font-size:1rem;
}

.blog-hero{
    max-width:900px;
    margin:140px auto 80px;
    text-align:center;
    padding:0 20px;
}

.blog-tag{
    color:#60a5fa;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.blog-hero h1{
    font-size:4rem;
    margin:20px 0;
    color:#fff;
}

.blog-hero p{
    max-width:700px;
    margin:auto;
    color:#94a3b8;
    line-height:1.8;
}

.blog-grid{
    max-width:1200px;
    margin:auto;
    padding:0 20px 100px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:25px;
}

.blog-card{
    background:#0f172a;
    border:1px solid rgba(59,130,246,.15);
    border-radius:20px;
    padding:30px;
    transition:.3s ease;
}

.blog-card:hover{
    transform:translateY(-6px);
}

.blog-category{
    color:#60a5fa;
    font-size:.85rem;
    text-transform:uppercase;
    letter-spacing:1px;
}

.blog-card h3{
    margin:15px 0;
    color:#fff;
}

.blog-card p{
    color:#94a3b8;
    line-height:1.8;
    margin-bottom:20px;
}

.blog-card a{
    color:#60a5fa;
    text-decoration:none;
    font-weight:600;
}

.process-hero{
    max-width:900px;
    margin:140px auto 80px;
    text-align:center;
    padding:0 20px;
}

.process-tag{
    color:#60a5fa;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.process-hero h1{
    font-size:4rem;
    margin:20px 0;
}

.process-hero p{
    max-width:700px;
    margin:auto;
    color:#94a3b8;
    line-height:1.8;
}

.process-timeline{
    max-width:1000px;
    margin:auto;
    padding:0 20px 100px;
}

.process-step{
    display:flex;
    gap:30px;
    margin-bottom:40px;
    background:#0f172a;
    border:1px solid rgba(59,130,246,.15);
    border-radius:20px;
    padding:30px;
}

.step-number{
    min-width:80px;
    height:80px;
    border-radius:50%;
    background:#2563eb;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.5rem;
    font-weight:700;
}

.step-content h2{
    margin-bottom:10px;
    color:#fff;
}

.step-content p{
    color:#94a3b8;
    line-height:1.8;
}

.process-cta{
    text-align:center;
    max-width:900px;
    margin:0 auto 100px;
    padding:60px 30px;
    background:#0f172a;
    border:1px solid rgba(59,130,246,.15);
    border-radius:24px;
}

.process-cta h2{
    margin-bottom:15px;
}

.process-cta p{
    color:#94a3b8;
    margin-bottom:25px;
}

@media(max-width:768px){

    .process-hero h1{
        font-size:2.5rem;
    }

    .process-step{
        flex-direction:column;
        text-align:center;
    }

    .step-number{
        margin:auto;
    }
}

.support-hero{
    max-width:900px;
    margin:140px auto 80px;
    text-align:center;
    padding:0 20px;
}

.support-tag{
    color:#60a5fa;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
}

.support-hero h1{
    font-size:4rem;
    margin:20px 0;
    color:#fff;
}

.support-hero p{
    max-width:700px;
    margin:auto;
    color:#94a3b8;
    line-height:1.8;
}

.support-options{
    max-width:1200px;
    margin:auto;
    padding:0 20px 80px;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.support-card{
    background:#0f172a;
    border:1px solid rgba(59,130,246,.15);
    border-radius:20px;
    padding:30px;
    transition:.3s ease;
}

.support-card:hover{
    transform:translateY(-6px);
}

.support-card h3{
    margin-bottom:15px;
    color:#fff;
}

.support-card p{
    color:#94a3b8;
    line-height:1.7;
}

.support-contact{
    max-width:900px;
    margin:0 auto 80px;
    padding:60px 30px;
    text-align:center;
    background:#0f172a;
    border:1px solid rgba(59,130,246,.15);
    border-radius:24px;
}

.support-contact h2{
    margin-bottom:15px;
}

.support-contact p{
    color:#94a3b8;
    margin-bottom:30px;
}

.support-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.support-btn{
    padding:14px 28px;
    text-decoration:none;
    background:#2563eb;
    color:white;
    border-radius:12px;
    font-weight:600;
    transition:.3s;
}

.support-btn:hover{
    transform:translateY(-3px);
}

.whatsapp{
    background:#22c55e;
}

.support-hours{
    max-width:800px;
    margin:0 auto 100px;
    text-align:center;
    padding:0 20px;
}

.hours-card{
    background:#0f172a;
    border:1px solid rgba(59,130,246,.15);
    border-radius:20px;
    padding:30px;
    margin-top:25px;
}

.hours-card p{
    color:#cbd5e1;
    margin-bottom:12px;
}

@media(max-width:768px){

    .support-hero h1{
        font-size:2.5rem;
    }

}

.founder-section{
    max-width:1200px;
    margin:auto;
    padding:80px 20px;
    display:flex;
    align-items:center;
    gap:70px;
}

.founder-images{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.founder-main{
    width:320px;
    height:420px;
    object-fit:cover;
    border-radius:20px;
}

.founder-secondary{
    width:320px;
    height:180px;
    object-fit:cover;
    border-radius:20px;
}

.founder-content{
    flex:1;
}

.founder-tag{
    color:#60a5fa;
    font-weight:600;
}

.founder-content h2{
    font-size:2rem;
    margin:10px 0;
}

.founder-content h4{
    margin-bottom:25px;
    opacity:.8;
}

@media (max-width: 768px){

    .founder-section{
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding: 50px 20px;
    }

    .founder-images{
        width: 100%;
        align-items: center;
    }

    .founder-main{
        width: 100%;
        max-width: 320px;
        height: auto;
    }

    .founder-secondary{
        width: 100%;
        max-width: 320px;
        height: auto;
    }

    .founder-content{
        width: 100%;
    }

    .founder-content h2{
        font-size: 1.8rem;
    }

}