*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
background:#f5f7fb;
overflow-x:hidden;
}

section{
padding:80px 5%;
}

.container{
max-width:1300px;
margin:auto;
}.hero{
background:
linear-gradient(
135deg,
#08172d,
#0d2245
);

min-height:90vh;

display:flex;
align-items:center;
color:#fff;
}

.hero-content{
display:flex;
justify-content:space-between;
align-items:center;
gap:50px;
width:100%;
}

.hero-left{
flex:1;
}

.hero-left h1{
font-size:55px;
line-height:1.2;
margin-bottom:20px;
}

.hero-left p{
font-size:18px;
margin-bottom:30px;
}

.hero-right{
flex:1;
text-align:center;
}

.hero-right img{
width:100%;
max-width:550px;
}.btn-primary{

background:#d4af37;
color:#fff;

padding:15px 35px;

border-radius:50px;

text-decoration:none;

font-weight:600;

margin-right:15px;
}

.btn-secondary{

border:2px solid #fff;

padding:15px 35px;

border-radius:50px;

text-decoration:none;

color:#fff;
}@media(max-width:768px){

.hero-content{
flex-direction:column;
text-align:center;
}

.hero-left h1{
font-size:34px;
}

.hero-left p{
font-size:16px;
}

.hero-right img{
max-width:320px;
}
}.stats{

display:grid;

grid-template-columns:
repeat(4,1fr);

gap:25px;
}

.stat-box{

background:#fff;

padding:30px;

text-align:center;

border-radius:15px;

box-shadow:
0 5px 20px rgba(0,0,0,.08);
}

.stat-box h2{
color:#08172d;
margin-bottom:10px;
}.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title h2{
font-size:42px;
color:#08172d;
margin-bottom:15px;
}

.section-title p{
color:#666;
font-size:18px;
}

.join-grid{

display:grid;

grid-template-columns:
repeat(3,1fr);

gap:30px;
}

.join-card{

background:#fff;

padding:35px;

border-radius:20px;

text-align:center;

transition:.4s;

box-shadow:
0 5px 20px rgba(0,0,0,.08);
}

.join-card:hover{

transform:
translateY(-10px);

box-shadow:
0 15px 40px rgba(0,0,0,.15);
}

.icon{

font-size:50px;

margin-bottom:20px;
}

.join-card h3{

margin-bottom:15px;

color:#08172d;
}@media(max-width:768px){

.join-grid{

grid-template-columns:
1fr;
}

.section-title h2{

font-size:30px;
}

}.process{

background:#08172d;

color:#fff;
}

.process .section-title h2,
.process .section-title p{
color:#fff;
}

.process-grid{

display:grid;

grid-template-columns:
repeat(4,1fr);

gap:30px;
}

.step{

text-align:center;
}

.number{

width:80px;
height:80px;

background:#d4af37;

border-radius:50%;

display:flex;

align-items:center;
justify-content:center;

font-size:30px;
font-weight:700;

margin:auto;
margin-bottom:20px;
}@media(max-width:768px){

.process-grid{

grid-template-columns:
1fr;
}

}.products{
background:#f8fafc;
}

.product-grid{

display:grid;

grid-template-columns:
repeat(3,1fr);

gap:30px;
}

.product-card{

background:#fff;

padding:35px;

border-radius:20px;

text-align:center;

transition:.4s;

border:1px solid #eee;
}

.product-card:hover{

transform:translateY(-10px);

box-shadow:
0 15px 40px rgba(0,0,0,.1);
}

.product-icon{

font-size:55px;

margin-bottom:20px;
}

.product-card h3{

margin-bottom:15px;

color:#08172d;
}@media(max-width:768px){

.product-grid{
grid-template-columns:1fr;
}

}.partner-form{

background:
linear-gradient(
135deg,
#08172d,
#10284d
);

color:#fff;
}

.partner-form form{

max-width:900px;

margin:auto;
}

.form-grid{

display:grid;

grid-template-columns:
repeat(2,1fr);

gap:20px;
}

.form-grid input,
.form-grid select{

height:60px;

padding:15px;

border:none;

border-radius:12px;

font-size:16px;
}

.partner-form button{

width:100%;

height:60px;

margin-top:25px;

background:#d4af37;

border:none;

border-radius:12px;

font-size:18px;

font-weight:700;

cursor:pointer;
}@media(max-width:768px){

.form-grid{
grid-template-columns:1fr;
}

}.cta{

text-align:center;

background:#08172d;

color:#fff;
}

.cta h2{

font-size:42px;

margin-bottom:20px;
}

.cta p{

margin-bottom:30px;
}

.cta a{

background:#d4af37;

padding:15px 35px;

border-radius:50px;

text-decoration:none;

color:#fff;

font-weight:700;
}.whatsapp{

position:fixed;

bottom:25px;
right:25px;

width:65px;
height:65px;

background:#25D366;

border-radius:50%;

display:flex;
align-items:center;
justify-content:center;

font-size:30px;

text-decoration:none;

z-index:9999;

box-shadow:
0 10px 25px rgba(0,0,0,.2);
}.testimonials{
background:#f8fafc;
}

.testimonial-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.testimonial-card{

background:#fff;
padding:30px;

border-radius:20px;

box-shadow:
0 10px 25px rgba(0,0,0,.08);

transition:.4s;
}

.testimonial-card:hover{

transform:translateY(-10px);
}

.testimonial-card p{

font-style:italic;
line-height:1.8;
margin-bottom:20px;
}

.testimonial-card h4{

color:#08172d;
margin-bottom:5px;
}

.testimonial-card span{

font-size:14px;
color:#777;
}@media(max-width:768px){

.testimonial-grid{
grid-template-columns:1fr;
}

}.faq{

max-width:900px;
margin:auto;
}

.faq-item{

margin-bottom:15px;

background:#fff;

border-radius:15px;

overflow:hidden;

box-shadow:
0 5px 20px rgba(0,0,0,.08);
}

.faq-btn{

width:100%;

padding:20px;

background:#fff;

border:none;

font-size:18px;

font-weight:600;

text-align:left;

cursor:pointer;
}

.faq-content{

display:none;

padding:20px;

border-top:1px solid #eee;

line-height:1.7;
}.mobile-apply{

display:none;
}

@media(max-width:768px){

.mobile-apply{

display:block;

position:fixed;

bottom:0;
left:0;

width:100%;

background:#08172d;

padding:10px;

z-index:9999;
}

.mobile-apply a{

display:block;

text-align:center;

background:#d4af37;

padding:15px;

border-radius:10px;

font-weight:700;

text-decoration:none;

color:#fff;
}

}.join-card,
.product-card,
.testimonial-card{

backdrop-filter:blur(15px);

background:
rgba(255,255,255,.85);
}
.calculator{

background:#fff;
text-align:center;
}

.calc-box{

max-width:700px;
margin:auto;

background:#f8fafc;

padding:40px;

border-radius:20px;

box-shadow:
0 10px 30px rgba(0,0,0,.08);
}

.calc-box input{

width:100%;
margin:25px 0;
}.lead-popup{

display:none;

position:fixed;

top:0;
left:0;

width:100%;
height:100%;

background:
rgba(0,0,0,.6);

z-index:99999;
}

.popup-box{

position:absolute;

top:50%;
left:50%;

transform:
translate(-50%,-50%);

background:#fff;

padding:40px;

border-radius:20px;

text-align:center;

width:90%;
max-width:450px;
}

.popup-box a{

display:inline-block;

margin-top:20px;

background:#d4af37;

padding:12px 30px;

border-radius:50px;

text-decoration:none;

color:#fff;
}

#closePopup{

cursor:pointer;

float:right;
}.lead-popup{

display:none;

position:fixed;

top:0;
left:0;

width:100%;
height:100%;

background:
rgba(0,0,0,.6);

z-index:99999;
}

.popup-box{

position:absolute;

top:50%;
left:50%;

transform:
translate(-50%,-50%);

background:#fff;

padding:40px;

border-radius:20px;

text-align:center;

width:90%;
max-width:450px;
}

.popup-box a{

display:inline-block;

margin-top:20px;

background:#d4af37;

padding:12px 30px;

border-radius:50px;

text-decoration:none;

color:#fff;
}

#closePopup{

cursor:pointer;

float:right;
}.calculator{
    padding:80px 5%;
    background:#f8fafc;
}

.calc-box{
    max-width:700px;
    margin:auto;
    background:#fff;
    padding:40px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.calc-box label{
    display:block;
    margin-bottom:20px;
    font-size:18px;
    font-weight:600;
}

.calc-box input[type="range"]{
    width:100%;
    margin:20px 0;
    cursor:pointer;
}

.calc-box h3{
    color:#08172d;
    margin:20px 0;
    font-size:32px;
}

.calc-box h2{
    color:#08172d;
    font-size:28px;
}

#commission{
    color:#d4af37;
}@media(max-width:768px){

.navbar{

position:absolute;

top:100%;

left:-100%;

width:100%;

background:#08172d;

flex-direction:column;

padding:25px;

transition:.4s;

gap:20px;
}

.navbar.active{
left:0;
}

.menu-toggle{
display:block;
}

.company h2{
font-size:24px;
}

.company span{
font-size:10px;
}

.logo{
width:55px;
height:55px;
}

}/* ================= HEADER ================= */

.site-header{

position:fixed;

top:0;
left:0;

width:100%;

z-index:9999;

background:rgba(8,23,45,.95);

backdrop-filter:blur(12px);

border-bottom:
1px solid rgba(255,255,255,.08);
}

.container{

width:92%;

max-width:1400px;

margin:auto;
}

.navbar-wrapper{

display:flex;

justify-content:space-between;

align-items:center;

height:90px;
}

/* LOGO */

.brand{

display:flex;

align-items:center;

gap:12px;

text-decoration:none;
}

.logo{

width:60px;

height:60px;

object-fit:contain;
}

.company h2{

color:#fff;

font-size:30px;

font-weight:800;

margin:0;
}

.company span{

color:#d4af37;

font-size:11px;

letter-spacing:3px;

text-transform:uppercase;
}

/* NAVIGATION */

.navbar{

display:flex;

align-items:center;

gap:28px;
}

.navbar a{

color:#fff;

text-decoration:none;

font-weight:600;

font-size:15px;

position:relative;

transition:.3s;
}

.navbar a::after{

content:"";

position:absolute;

bottom:-6px;
left:0;

width:0;

height:2px;

background:#d4af37;

transition:.3s;
}

.navbar a:hover{

color:#d4af37;
}

.navbar a:hover::after{

width:100%;
}

/* BUTTONS */

.header-action{

display:flex;

align-items:center;

gap:12px;
}

.call-btn{

background:#10284d;

padding:12px 20px;

border-radius:50px;

color:#fff;

text-decoration:none;

font-weight:600;
}

.apply-btn{

background:
linear-gradient(
135deg,
#d4af37,
#f4c542
);

padding:12px 24px;

border-radius:50px;

text-decoration:none;

color:#08172d;

font-weight:700;
}

/* MOBILE */

.menu-toggle{

display:none;

font-size:30px;

color:#fff;

cursor:pointer;
}@media(max-width:991px){

.navbar{

position:absolute;

top:90px;
left:-100%;

width:100%;

background:#08172d;

flex-direction:column;

padding:30px 20px;

gap:20px;

transition:.4s;
}

.navbar.active{

left:0;
}

.header-action{

display:none;
}

.menu-toggle{

display:block;
}

.company h2{

font-size:24px;
}

.logo{

width:50px;
height:50px;
}

}