/* =========================
   GLOBAL
========================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter',sans-serif;
    background:#f8fbff;
    color:#222;
    line-height:1.7;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

img{
    max-width:100%;
    display:block;
}

h1,h2,h3{
    font-family:'Poppins',sans-serif;
}

/* =========================
   HEADER
========================= */

header{

    position:sticky;

    top:0;

    background:white;

    z-index:999;

    box-shadow:0 5px 20px rgba(0,0,0,.06);

}

.nav{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:20px 0;

}

.logo{

    font-size:32px;

    font-weight:800;

    color:#14344d;

}

.logo span{

    color:#2f8d3c;

}

nav{

    display:flex;

    gap:30px;

    align-items:center;

}

nav a{

    text-decoration:none;

    color:#14344d;

    font-weight:600;

}

.nav-btn{

    background:#2f8d3c;

    color:white;

    padding:14px 24px;

    border-radius:50px;

    transition:.3s;

}

.nav-btn:hover{

    transform:translateY(-3px);

    box-shadow:0 12px 25px rgba(47,141,60,.35);

}

/* =========================
 HERO
========================= */

.hero{

    padding:90px 0;

    background:linear-gradient(135deg,#eef7ff,#ffffff);

}

.hero-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:60px;

    align-items:center;

}

.badge{

    display:inline-block;

    background:#dff6e6;

    color:#2f8d3c;

    padding:10px 20px;

    border-radius:40px;

    font-weight:700;

    margin-bottom:25px;

}

.hero h1{

    font-size:58px;

    line-height:1.1;

    margin-bottom:25px;

    color:#14344d;

}

.hero p{

    font-size:20px;

    color:#555;

    margin-bottom:40px;

}

.primary-btn{

    display:inline-block;

    background:#2f8d3c;

    color:white;

    text-decoration:none;

    padding:18px 40px;

    border-radius:60px;

    font-size:18px;

    font-weight:700;

    transition:.3s;

}

.primary-btn:hover{

    transform:translateY(-5px);

    box-shadow:0 18px 35px rgba(47,141,60,.35);

}

.hero-image img{

    width:100%;

    max-width:450px;

    margin:auto;

    filter:drop-shadow(0 25px 35px rgba(0,0,0,.18));

}

/* =========================
CUSTOMERS
========================= */

.customers{

    padding:90px 0;

    text-align:center;

}

.customers h2{

    font-size:40px;

    color:#14344d;

    margin-bottom:40px;

}

.customers img{

    max-width:700px;

    margin:auto;

    border-radius:20px;

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

/* =========================
SECTION DEFAULTS
========================= */

section{

    padding:90px 0;

}

h2{

    font-size:42px;

    color:#14344d;

    margin-bottom:25px;

}

/* =========================
BUTTON ANIMATION
========================= */

.primary-btn,

.nav-btn{

transition:.35s;

}

.primary-btn:hover,

.nav-btn:hover{

transform:translateY(-4px) scale(1.03);

}

/* =========================
MOBILE
========================= */

@media(max-width:900px){

.hero-grid{

grid-template-columns:1fr;

text-align:center;

}

nav{

display:none;

}

.hero h1{

font-size:42px;

}

.hero p{

font-size:18px;

}

}/* =========================
BENEFITS
========================= */

.benefits{

background:white;

}

.section-intro{

max-width:760px;

margin:0 auto 60px;

text-align:center;

color:#666;

font-size:19px;

}

.benefits h2{

text-align:center;

margin-bottom:20px;

}

.benefits-grid{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:35px;

}

.benefit-card{

background:#ffffff;

border-radius:20px;

padding:30px;

box-shadow:0 20px 45px rgba(0,0,0,.08);

transition:.35s;

}

.benefit-card:hover{

transform:translateY(-10px);

}

.benefit-card img{

width:100%;

border-radius:15px;

margin-bottom:25px;

}

.benefit-card h3{

margin-bottom:15px;

font-size:24px;

color:#14344d;

}

.benefit-card p{

color:#666;

}

@media(max-width:900px){

.benefits-grid{

grid-template-columns:1fr;

}

}/* TRUST STRIP */

.trust-strip{

background:#14344d;

padding:25px 0;

color:white;

}

.trust-icons{

display:grid;

grid-template-columns:repeat(4,1fr);

text-align:center;

gap:20px;

}

.trust-icons div{

font-size:28px;

}

.trust-icons p{

margin-top:10px;

font-size:15px;

}

@media(max-width:900px){

.trust-icons{

grid-template-columns:repeat(2,1fr);

}

}/* HOW */

.how{

background:#eef7ff;

}

.steps{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:40px;

}

.steps div{

background:white;

padding:35px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 30px rgba(0,0,0,.08);

}

.steps span{

display:inline-flex;

width:65px;

height:65px;

border-radius:50%;

background:#2f8d3c;

color:white;

align-items:center;

justify-content:center;

font-size:28px;

font-weight:bold;

margin-bottom:20px;

}

@media(max-width:900px){

.steps{

grid-template-columns:1fr;

}

}/* HOW */

.how{

background:#eef7ff;

}

.steps{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:40px;

}

.steps div{

background:white;

padding:35px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 30px rgba(0,0,0,.08);

}

.steps span{

display:inline-flex;

width:65px;

height:65px;

border-radius:50%;

background:#2f8d3c;

color:white;

align-items:center;

justify-content:center;

font-size:28px;

font-weight:bold;

margin-bottom:20px;

}

@media(max-width:900px){

.steps{

grid-template-columns:1fr;

}

}/* HOW */

.how{

background:#eef7ff;

}

.steps{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

margin-top:40px;

}

.steps div{

background:white;

padding:35px;

border-radius:20px;

text-align:center;

box-shadow:0 15px 30px rgba(0,0,0,.08);

}

.steps span{

display:inline-flex;

width:65px;

height:65px;

border-radius:50%;

background:#2f8d3c;

color:white;

align-items:center;

justify-content:center;

font-size:28px;

font-weight:bold;

margin-bottom:20px;

}

@media(max-width:900px){

.steps{

grid-template-columns:1fr;

}

}/* CTA */

.cta-final{

background:#14344d;

padding:100px 20px;

text-align:center;

color:white;

}

.cta-final p{

max-width:700px;

margin:30px auto;

font-size:20px;

}footer{

background:#0d2233;

color:white;

text-align:center;

padding:50px 20px;

}

footer a{

color:#79d27d;

text-decoration:none;

margin:0 10px;

}

footer p{

margin:15px 0;

}/* FAQ */

.faq{

padding:90px 20px;

background:white;

}

.faq h2{

text-align:center;

margin-bottom:50px;

}

.faq-item{

background:#f5f8fb;

padding:30px;

margin-bottom:20px;

border-radius:15px;

box-shadow:0 10px 25px rgba(0,0,0,.06);

}

.faq-item h3{

margin-bottom:10px;

color:#14344d;

}/* Back To Top Button */

#topBtn{
    display:none;
    position:fixed;
    bottom:25px;
    right:25px;
    z-index:999;
    border:none;
    outline:none;
    background:#2e7d32;
    color:#fff;
    cursor:pointer;
    padding:14px 18px;
    border-radius:50%;
    font-size:22px;
    box-shadow:0 8px 25px rgba(0,0,0,.25);
    transition:.3s;
}

#topBtn:hover{
    background:#1b5e20;
    transform:translateY(-4px);
}