﻿*{

    box-sizing:border-box;

}


html{

    scroll-behavior:smooth;

}


body{

    margin:0;

    font-family:

    Inter,
    "Segoe UI",
    Arial,
    sans-serif;


    linear-gradient(

        180deg,

        #f8fafc,

        #eef6ff

    );


    color:#0f172a;

}

/* HEADER  */
#header{

    position:fixed;

    top:0;

    left:0;

    width:100%;

    z-index:1000;


    background:

    rgba(2,6,23,.75);


    backdrop-filter:blur(15px);


    border-bottom:

    1px solid rgba(255,255,255,.1);

}


.nav-container{

    max-width:1200px;

    margin:auto;

    height:80px;

    padding:0 20px;


    display:flex;

    align-items:center;

    justify-content:space-between;

}



.nav-button{


    padding:10px 22px;

    border-radius:30px;


    background:#22c55e;


    color:#020617 !important;


    font-weight:700 !important;

}


.logo{

    font-size:24px;

    font-weight:800;

    color:white;

    text-decoration:none;

}


.logo span{

    color:#22c55e;

}

.nav-menu{

    display:flex;

    align-items:center;

    gap:35px;

}


.nav-menu a{

    color:#cbd5e1;
    text-decoration:none;
    font-weight:500;
    transition:.2s;
}

.nav-menu a:hover{
    color:#22c55e;

}
/* HERO */
#hero{
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:40px 20px;
    background:
    radial-gradient(circle at top,#1e293b 0%,#020617 65%);
}


.hero-content{

    width:100%;

    max-width:900px;

    text-align:center;

    padding:70px 50px;

    border-radius:24px;

    background:rgba(255,255,255,.06);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.12);
color:white;
}




.hero-badge{

display:inline-block;

padding:10px 20px;

border-radius:40px;

background:#16324f;

color:#7dd3fc;

font-weight:600;

margin-bottom:30px;

}


.hero-badge  h2 , .herob h2{
color:#7dd3fc;
}


.hero h1,
.hero-content h1{

font-size:64px;

font-weight:800;

line-height:1.1;

margin-bottom:25px;

background:linear-gradient(90deg,#22c55e,#38bdf8);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}


.hero-content p{

max-width:650px;

margin:0 auto;

font-size:22px;

line-height:1.7;

color:#cbd5e1;

}

.hero-buttons{

display:flex;

justify-content:center;

gap:20px;

margin-top:40px;

flex-wrap:wrap;

}
.btn-primary{

background:#22c55e;

padding:16px 34px;

border-radius:999px;

color:#021617;

font-weight:700;

text-decoration:none;

transition:.25s;

}

.btn-primary:hover{

transform:translateY(-4px);

}

.btn-secondary{

padding:16px 34px;

border-radius:999px;

border:1px solid rgba(255,255,255,.15);

color:white;

text-decoration:none;

transition:.25s;

}

.btn-secondary:hover{

background:rgba(255,255,255,.08);

}

#solutions{

    max-width:1200px;

    margin:100px auto;

    padding:0 20px;

}

.section-title{

    text-align:center;

    margin-bottom:60px;

}

.section-title span{

    color:#22c55e;

    font-weight:700;

    letter-spacing:2px;

}

.section-title h2{

    font-size:42px;

    margin:15px 0;

}

.section-title p{

    max-width:700px;

    margin:auto;

    color:#64748b;

    line-height:1.8;

    font-size:18px;

}

.solutions-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

    gap:30px;

}

.solution-card{

    padding:35px;

    background:white;

    border-radius:20px;

    border:1px solid #e5e7eb;

    transition:.3s;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.solution-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 50px rgba(0,0,0,.12);

}

.icon{

    font-size:46px;

    margin-bottom:20px;

}



#tools{

    max-width:1200px;

    margin:120px auto;

    padding:0 20px;

}


.tools-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(260px,1fr));

    gap:30px;

}

.tool-card{

    padding:35px;

    background:white;

    border-radius:22px;

    border:1px solid #e5e7eb;

    transition:.3s;

}



.tool-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 25px 60px rgba(0,0,0,.12);

}

.tool-icon{

    width:65px;

    height:65px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:18px;

    background:
    linear-gradient(
        135deg,
        #06b6d4,
        #22c55e
    );

    margin-bottom:25px;

}


.tool-icon svg{

    width:32px;

    height:32px;

    fill:none;

    stroke:white;

    stroke-width:2;

    stroke-linecap:round;

    stroke-linejoin:round;

}

.tool-card h3{

    font-size:24px;

    margin-bottom:15px;

}


.tool-card p{

    color:#64748b;

    line-height:1.7;

    min-height:80px;

}


.tool-card a{

    display:inline-block;

    margin-top:20px;

    color:#16a34a;

    font-weight:700;

    text-decoration:none;

}

#articles{

    max-width:1200px;

    margin:120px auto;

    padding:0 20px;

}

.articles-grid{


display:grid;


grid-template-columns:
repeat(auto-fit,minmax(320px,1fr));


gap:30px;


}

.article-card{


background:white;


padding:30px;


border-radius:22px;


border:1px solid #e5e7eb;


transition:.3s;


}

.article-card:hover{


transform:translateY(-8px);


box-shadow:
0 25px 60px rgba(0,0,0,.12);


}


.article-top{


display:flex;


justify-content:space-between;


font-size:14px;


margin-bottom:20px;


color:#64748b;


}

.article-card h3{


font-size:24px;


margin-bottom:15px;


}

.article-card p{


color:#64748b;


line-height:1.7;


}

.article-footer{


display:flex;


justify-content:space-between;


align-items:center;


margin-top:25px;


}

.article-footer a{


color:#16a34a;


font-weight:700;


text-decoration:none;


}

.new-badge{


background:#22c55e;


color:white;


padding:5px 12px;


border-radius:30px;


font-size:12px;


font-weight:700;


}


/* STATS */
#stats{

    max-width:1200px;

    margin:120px auto;

    padding:0 20px;

}


.stats-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(240px,1fr));

    gap:25px;

}

.stat-card{

    text-align:center;

    padding:40px 25px;

    border-radius:22px;

    background:

    linear-gradient(
        145deg,
        #ffffff,
        #f8fafc
    );


    border:1px solid #e5e7eb;

    transition:.3s;

}

.stat-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 25px 50px rgba(0,0,0,.10);

}


.stat-number{

    font-size:52px;

    font-weight:900;

    margin-bottom:15px;


    background:

    linear-gradient(
        90deg,
        #22c55e,
        #06b6d4
    );


    -webkit-background-clip:text;

    -webkit-text-fill-color:transparent;

}

.stat-card h3{

    font-size:22px;

    margin-bottom:12px;

}

.stat-card p{

    color:#64748b;

    line-height:1.6;

}

#cta{

    max-width:1200px;

    margin:120px auto;

    padding:0 20px;

}

.cta-box{

    text-align:center;

    padding:80px 40px;

    border-radius:30px;


    background:

    linear-gradient(
        135deg,
        #0f172a,
        #164e63
    );


    color:white;


    border:1px solid rgba(255,255,255,.12);


    box-shadow:

    0 30px 80px rgba(0,0,0,.25);

}

.cta-badge{

    display:inline-block;

    padding:8px 18px;

    border-radius:30px;

    background:
    rgba(34,197,94,.15);


    color:#86efac;

    font-weight:700;

    margin-bottom:25px;

}

.cta-box h2{

    font-size:48px;

    max-width:800px;

    margin:0 auto 20px;

    line-height:1.2;

}

.cta-box p{

    max-width:650px;

    margin:auto;

    color:#cbd5e1;

    font-size:20px;

    line-height:1.7;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:40px;

    flex-wrap:wrap;

}

@media(max-width:768px){

    .cta-box{

        padding:50px 20px;

    }


    .cta-box h2{

        font-size:34px;

    }


    .cta-box p{

        font-size:17px;

    }

}

#footer{

    margin-top:120px;

    background:#020617;

    color:white;

    padding:70px 20px 30px;

}

.footer-container{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:
    2fr 1fr 1fr 1fr;

    gap:40px;

}

.footer-brand h3{

    font-size:28px;

    margin-bottom:15px;

}


.footer-brand p{

    color:#94a3b8;

    line-height:1.7;

    max-width:300px;

}

.footer-links{

    display:flex;

    flex-direction:column;

    gap:12px;

}


.footer-links h4{

    margin-bottom:15px;

    font-size:18px;

}


.footer-links a{

    color:#94a3b8;

    text-decoration:none;

    transition:.2s;

}


.footer-links a:hover{

    color:#22c55e;

}

.footer-bottom{

    max-width:1200px;

    margin:50px auto 0;

    padding-top:25px;

    border-top:

    1px solid rgba(255,255,255,.1);


    text-align:center;

    color:#64748b;

}

@media(max-width:768px){


.footer-container{

    grid-template-columns:1fr;

    text-align:center;

}


.footer-brand p{

    margin:auto;

}


}

section:not(#hero){

    position:relative;

}

#solutions,
#tools,
#stats,
#articles{

    background:#ffffff;

}

.mobile-toggle{

    display:none;


    background:none;

    border:0;

    color:white;

    font-size:30px;

    cursor:pointer;

}

@media(max-width:768px){


.nav-menu{


    position:absolute;


    top:80px;

    left:0;


    width:100%;


    background:#020617;


    display:none;


    flex-direction:column;


    padding:30px;


}



.nav-menu.active{

    display:flex;

}



.mobile-toggle{

    display:block;

}


}


/* Scroll animation */

.reveal{

    opacity:0;

    transform:translateY(50px);

    transition:
        opacity .8s ease,
        transform .8s ease;

}

.reveal.show{

    opacity:1;

    transform:translateY(0);

}

.solution-card,
.tool-card,
.article-card,
.stat-card{

    position:relative;

    overflow:hidden;

}

.solution-card::before,
.tool-card::before,
.article-card::before,
.stat-card::before{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:4px;

    background:

    linear-gradient(

        90deg,

        #22c55e,

        #06b6d4

    );

}

.hero-projects span{

    display:flex;

    align-items:center;

    gap:8px;

    padding:12px 18px;

    background:white;

    color:#0f172a;

    border-radius:40px;

    font-weight:600;

}

#active-projects {

display:flex;
    gap:20px;
    flex-wrap:wrap;
    font-size:16px;
    margin:30px 30px;
    paddiing:30px 20px;
   color:#f7faf8;
}

#active-projects {
span::before { content: "✓ "; 
  color: #47ed60;
    font-size: 1.5em;
    font-weight: bold;
]