/* =========================
RESET
========================= */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Inter',sans-serif;
background:#f5f7fb;
color:#111827;
overflow-x:hidden;
}

/* =========================
CONTAINER
========================= */

.container{
width:100%;
max-width:1280px;
margin:auto;
padding-left:20px;
padding-right:20px;
}

/* =========================
HEADER
========================= */

.main-header{
position:fixed;
top:0;
left:0;
width:100%;
z-index:9999;
background:rgba(255,255,255,0.95);
backdrop-filter:blur(14px);
border-bottom:1px solid rgba(0,0,0,0.05);
}

.header-wrapper{
display:flex;
justify-content:space-between;
align-items:center;
padding:18px 0;
gap:20px;
}

/* LOGO */

.logo{
display:flex;
align-items:center;
gap:14px;
text-decoration:none;
}

.logo-icon{
width:52px;
height:52px;
border-radius:16px;
background:linear-gradient(135deg,#2563eb,#1d4ed8);
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:22px;
font-weight:700;
box-shadow:0 10px 25px rgba(37,99,235,0.25);
}

.logo h2{
margin:0;
font-size:28px;
line-height:1;
font-weight:700;
color:#111827;
}

.logo span{
font-size:13px;
color:#6b7280;
}

/* NAVIGATION */

.desktop-menu{
display:flex;
align-items:center;
gap:32px;
margin-left:auto;
}

.desktop-menu a{
text-decoration:none;
color:#374151;
font-weight:500;
transition:0.3s;
}

.desktop-menu a:hover{
color:#2563eb;
}

/* BUTTON */

.header-btn{
background:linear-gradient(135deg,#2563eb,#1d4ed8);
color:#fff !important;
padding:14px 28px;
border-radius:50px;
font-weight:600;
text-decoration:none;
display:inline-flex;
align-items:center;
justify-content:center;
box-shadow:0 10px 20px rgba(37,99,235,0.2);
transition:0.3s;
}

.header-btn:hover{
transform:translateY(-2px);
}

/* =========================
HERO
========================= */

.hero{
padding-top:170px;
padding-bottom:100px;
background:linear-gradient(to right,#f5f7fb,#edf4ff);
}

.hero-badge{
display:inline-block;
padding:12px 24px;
background:#dbeafe;
color:#0369a1;
border-radius:50px;
font-size:14px;
font-weight:600;
margin-bottom:30px;
}

.hero h1{
font-size:82px;
font-weight:800;
line-height:1.05;
margin-bottom:30px;
color:#0f172a;
}

.hero p{
font-size:21px;
line-height:1.9;
color:#667085;
margin-bottom:35px;
max-width:680px;
}

/* HERO BUTTONS */

.hero-action{
display:flex;
gap:18px;
flex-wrap:wrap;
margin-bottom:40px;
}

.hero-btn{
padding:18px 34px;
border-radius:50px;
font-weight:600;
text-decoration:none;
transition:0.3s;
display:inline-flex;
align-items:center;
justify-content:center;
}

.btn-dark{
background:#0f172a;
color:#fff;
}

.btn-light{
background:#fff;
border:1px solid #ddd;
color:#111827;
}

.hero-btn:hover{
transform:translateY(-2px);
}

/* STATS */

.hero-stats{
display:flex;
gap:20px;
flex-wrap:wrap;
}

.stat-box{
background:#fff;
padding:24px 28px;
border-radius:24px;
min-width:180px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.stat-box h3{
font-size:34px;
font-weight:800;
margin-bottom:8px;
color:#2563eb;
}

.stat-box p{
margin:0;
font-size:15px;
color:#667085;
line-height:1.6;
}

/* FORM CARD */

.form-card{
background:#fff;
padding:42px;
border-radius:34px;
box-shadow:0 20px 60px rgba(0,0,0,0.08);
}

.form-card h3{
font-size:48px;
font-weight:800;
line-height:1.15;
margin-bottom:30px;
color:#0f172a;
}

.form-control,
.form-select{
height:64px;
border-radius:18px;
border:1px solid #dbe1ea;
padding-left:18px;
margin-bottom:20px;
font-size:16px;
}

.form-control:focus,
.form-select:focus{
box-shadow:none;
border-color:#2563eb;
}

.submit-btn{
width:100%;
height:64px;
border:none;
border-radius:18px;
background:linear-gradient(135deg,#2563eb,#1d4ed8);
color:#fff;
font-size:18px;
font-weight:700;
transition:0.3s;
}

.submit-btn:hover{
transform:translateY(-2px);
}

/* =========================
SECTION
========================= */

.section{
padding:100px 0;
}

.section-title{
text-align:center;
margin-bottom:70px;
}

.section-title h2{
font-size:54px;
font-weight:800;
margin-bottom:18px;
}

.section-title p{
font-size:20px;
color:#667085;
max-width:720px;
margin:auto;
line-height:1.8;
}

/* FEATURES */

.feature-card{
background:#fff;
padding:40px;
border-radius:30px;
height:100%;
transition:0.3s;
box-shadow:0 10px 35px rgba(0,0,0,0.05);
}

.feature-card:hover{
transform:translateY(-8px);
}

.feature-icon{
font-size:46px;
margin-bottom:20px;
}

.feature-card h4{
font-size:28px;
font-weight:700;
margin-bottom:15px;
}

.feature-card p{
color:#667085;
line-height:1.8;
}

/* FOOTER */

.footer{
background:#fff;
padding:35px 0;
text-align:center;
border-top:1px solid #eee;
}

.footer p{
margin:0;
color:#667085;
font-size:15px;
}

/* WHATSAPP */

.floating-whatsapp{
position:fixed;
right:25px;
bottom:25px;
width:65px;
height:65px;
border-radius:50%;
background:#22c55e;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
color:#fff;
text-decoration:none;
z-index:999;
box-shadow:0 15px 35px rgba(34,197,94,0.35);
}

/* =========================
TABLET
========================= */

@media(max-width:991px){

.header-wrapper{
flex-direction:column;
text-align:center;
}

.desktop-menu{
margin-left:0;
justify-content:center;
flex-wrap:wrap;
gap:18px;
margin-top:15px;
}

.hero{
padding-top:240px;
}

.hero h1{
font-size:58px;
}

.hero p{
font-size:18px;
}

.form-card{
margin-top:50px;
}

.section-title h2{
font-size:42px;
}

}

/* =========================
MOBILE
========================= */

@media(max-width:576px){

.logo{
flex-direction:column;
text-align:center;
}

.logo h2{
font-size:22px;
}

.logo span{
font-size:11px;
}

.desktop-menu{
gap:14px;
}

.desktop-menu a{
font-size:14px;
}

.header-btn{
padding:12px 20px;
font-size:14px;
}

.hero{
padding-top:290px;
padding-bottom:70px;
}

.hero h1{
font-size:42px;
line-height:1.12;
}

.hero p{
font-size:16px;
line-height:1.8;
}

.hero-action{
flex-direction:column;
gap:14px;
}

.hero-btn{
width:100%;
text-align:center;
}

.hero-stats{
flex-direction:column;
}

.stat-box{
width:100%;
}

.form-card{
padding:28px;
border-radius:26px;
}

.form-card h3{
font-size:36px;
}

.section{
padding:70px 0;
}

.section-title h2{
font-size:34px;
}

.section-title p{
font-size:16px;
}

.feature-card{
padding:28px;
}

.feature-card h4{
font-size:24px;
}

.footer{
padding-bottom:90px;
}

}