*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{

font-family:'Inter',sans-serif;

background:#fff;

color:#0f172a;
}

.container{

width:90%;

max-width:1200px;

margin:auto;
}

/* ================= HEADER ================= */

.header{
    position:absolute;
    top:20px;
    left:0;
    width:100%;
    z-index:100;
}

.nav-container{
    background:#ffffff;
    border-radius:22px;
    padding:18px 28px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    box-shadow:
    0 2px 12px rgba(0,0,0,0.04);
}

.logo{
    display:flex;
    align-items:center;
    gap:10px;

    font-weight:700;
    font-size:18px;
}

.logo-icon{
    width:36px;
    height:36px;

    border-radius:50%;
    background:linear-gradient(
    135deg,
    #1678ff,
    #00d4ff
    );

    color:#fff;

    display:flex;
    align-items:center;
    justify-content:center;
}

.blue{
    color:#247BFF;
}

.nav{
    display:flex;
    gap:28px;
}

.nav a{
    text-decoration:none;
    color:#4b5563;
    font-size:14px;
    font-weight:500;
}

.nav a:hover{
    color:#000;
}

.project-btn{
    text-decoration:none;

    background:#07132b;
    color:#fff;

    padding:14px 28px;

    border-radius:50px;

    font-size:14px;
    font-weight:600;
}

/* ================= HERO ================= */

.hero{

padding:110px 0;

text-align:center;

background:
linear-gradient(
90deg,
#dff9f3 0%,
#ffffff 50%,
#dff5ff 100%
);
}

.hero-badge{

display:inline-block;

padding:10px 18px;

border-radius:999px;

background:white;

border:1px solid #e2e8f0;

font-size:13px;

margin-bottom:30px;
}

.hero h1{

font-size:76px;

font-weight:800;

line-height:1.1;

max-width:900px;

margin:auto;
}

.hero h1 span{

color:#2563eb;
}

.hero p{

margin-top:25px;

font-size:20px;

line-height:1.8;

color:#64748b;

max-width:700px;

margin-left:auto;

margin-right:auto;
}

/* ================= RESPONSIVE ================= */

@media(max-width:992px){

.menu{
display:none;
}

.hero h1{
font-size:56px;
}

}

@media(max-width:768px){

.hero h1{
font-size:42px;
}

.hero p{
font-size:17px;
}

}
/* ================= PRODUCTS ================= */

.products-section{

padding:100px 0;
}

.products-grid{

display:grid;

grid-template-columns:
repeat(3,1fr);

gap:30px;
}

.product-card{

background:#ffffff;

border:1px solid #e5edf6;

border-radius:28px;

padding:35px;

transition:.35s ease;
}

.product-card:hover{

transform:translateY(-10px);

box-shadow:
0 20px 40px rgba(0,0,0,.08);
}

.icon-box{

width:56px;
height:56px;

border-radius:18px;

display:flex;

align-items:center;
justify-content:center;

font-size:24px;

color:white;

margin-bottom:25px;

background:
linear-gradient(
135deg,
#2563eb,
#06b6d4
);
}

.product-category{

display:block;

font-size:12px;

font-weight:700;

letter-spacing:1px;

color:#2563eb;

margin-bottom:12px;
}

.product-card h3{

font-size:30px;

font-weight:700;

margin-bottom:12px;

color:#0f172a;
}

.product-card p{

font-size:16px;

line-height:1.8;

color:#64748b;

margin-bottom:24px;
}

.product-card a{

text-decoration:none;

font-weight:600;

color:#2563eb;
}

/* ================= RESPONSIVE ================= */

@media(max-width:992px){

.products-grid{

grid-template-columns:
1fr 1fr;
}

}

@media(max-width:768px){

.products-grid{

grid-template-columns:
1fr;
}

.product-card h3{

font-size:24px;
}

}
/* ================= CTA ================= */

.cta-section{

padding:100px 0;
}

.cta-box{

background:
linear-gradient(
90deg,
#3b82f6,
#0ea5e9,
#14b8a6
);

border-radius:30px;

padding:70px;

display:flex;

justify-content:space-between;

align-items:center;

gap:40px;

color:white;
}

.cta-content h2{

font-size:56px;

line-height:1.1;

margin-bottom:20px;
}

.cta-content p{

font-size:18px;

max-width:550px;

line-height:1.8;
}

.cta-buttons{

display:flex;

gap:15px;
}

.cta-primary{

padding:16px 28px;

background:white;

border-radius:999px;

text-decoration:none;

font-weight:700;

color:#111827;
}

.cta-secondary{

padding:16px 28px;

border-radius:999px;

border:1px solid rgba(255,255,255,.4);

text-decoration:none;

color:white;
}

/* ================= FOOTER ================= */

.footer{

    background:#F7F9FC;

    border-top:1px solid #E6EDF5;

    padding-top:90px;
}

.footer-grid{

    display:grid;

    grid-template-columns:
    2fr 1fr 1fr 1fr;

    gap:60px;
}

.footer-logo{

    display:flex;
    align-items:center;

    gap:10px;

    margin-bottom:25px;
}

.footer-logo-icon{

    width:34px;
    height:34px;

    border-radius:50%;

    background:
    linear-gradient(
    135deg,
    #0A84FF,
    #18D2D7
    );

    color:white;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:13px;
    font-weight:700;
}

.footer-logo span{

    font-size:22px;
    font-weight:700;
}

.footer-about p{

    color:#667085;

    line-height:1.8;

    margin-bottom:30px;
}

.newsletter{

    display:flex;

    background:white;

    border:1px solid #E7EDF5;

    border-radius:999px;

    overflow:hidden;

    max-width:340px;
}

.newsletter input{

    flex:1;

    border:none;

    outline:none;

    padding:14px 18px;
}

.newsletter button{

    border:none;

    background:#0A84FF;

    color:white;

    padding:0 20px;

    cursor:pointer;
}

.socials{

    display:flex;
    gap:12px;

    margin-top:25px;
}

.socials a{

    width:36px;
    height:36px;

    border-radius:50%;

    background:white;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#08142B;

    font-size:13px;

    border:1px solid #E7EDF5;
}

.footer-column{

    display:flex;
    flex-direction:column;
}

.footer-column h4{

    margin-bottom:24px;

    font-size:18px;
}

.footer-column a{

    margin-bottom:14px;

    color:#667085;

    line-height:1.6;
}

.footer-bottom{

    border-top:1px solid #E6EDF5;

    margin-top:70px;

    padding:30px 0;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.footer-bottom p{
    color:#667085;
}

.footer-links-bottom{

    display:flex;
    gap:18px;
}

.footer-links-bottom a{
    color:#667085;
}

/* ================= RESPONSIVE ================= */

@media(max-width:1100px){

    .footer-grid{
        grid-template-columns:
        repeat(2,1fr);
    }

    .cta-banner{
        flex-direction:column;
        text-align:center;
    }

}

@media(max-width:768px){

    .footer-grid{
        grid-template-columns:1fr;
    }

    .footer-bottom{
        flex-direction:column;
        gap:15px;
        text-align:center;
    }

    .cta-content h2{
        font-size:42px;
    }

    .cta-banner{
        padding:40px 25px;
    }

}

/* ================= RESPONSIVE ================= */

@media(max-width:992px){

.footer-grid{

grid-template-columns:
1fr 1fr;
}

.cta-box{

flex-direction:column;

text-align:center;
}

}

@media(max-width:768px){

.footer-grid{

grid-template-columns:
1fr;
}

.footer-bottom{

flex-direction:column;

gap:15px;
}

.cta-content h2{

font-size:38px;
}

.cta-buttons{

flex-direction:column;
}

}
.footer-column a{
    text-decoration: none;
}