*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Sora',sans-serif;
line-height:1.8;
color:#0f172a;
overflow-x:hidden;
}

.container{
width:90%;
max-width:1400px;
margin:auto;
}

.hero{
padding:120px 0;
background:linear-gradient(135deg,#0f172a,#1e40af);
color:#fff;
}

.hero-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:80px;
align-items:center;
}

.hero-image img,
.image img{
width:100%;
border-radius:30px;
box-shadow:0 20px 60px rgba(0,0,0,.2);
}

.badge{
display:inline-block;
padding:10px 20px;
background:rgba(255,255,255,.15);
border-radius:40px;
margin-bottom:25px;
}

.hero h1{
font-size:68px;
line-height:1.1;
margin-bottom:25px;
}

.hero h1 span{
color:#60a5fa;
}

.hero-btns{
display:flex;
gap:15px;
margin-top:30px;
}

.btn-primary,
.btn-secondary{
padding:16px 30px;
border-radius:14px;
text-decoration:none;
font-weight:600;
}

.btn-primary{
background:#2563eb;
color:#fff;
}

.btn-secondary{
background:#fff;
color:#0f172a;
}

.trust{
padding:50px 0;
background:#f8fafc;
}

.trust-grid{
display:grid;
grid-template-columns:repeat(5,1fr);
text-align:center;
gap:20px;
}

.trust-grid h3{
font-size:38px;
color:#2563eb;
}

.section{
padding:40px 0;
}

.two-col{
display:grid;
grid-template-columns:60% 40%;
gap:70px;
align-items:center;
}

.content h2{
font-size:48px;
margin-bottom:25px;
}

.features{
padding:120px 0;
background:#f8fafc;
}

.section-title{
text-align:center;
margin-bottom:70px;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.feature-card{
background:#fff;
padding:40px;
border-radius:30px;
box-shadow:0 15px 40px rgba(0,0,0,.06);
transition:.3s; text-align: center;
}

.feature-card:hover{
transform:translateY(-10px);
}

.feature-card i{
font-size:40px;
color:#2563eb;
margin-bottom:20px;
}

.benefits{
padding:120px 0;
}

.benefit-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:25px;
margin-top:50px;
}

.benefit-card{
padding:35px;
background:#0f172a;
color:#fff;
border-radius:25px;
text-align:center;
}

.faq{
padding:120px 0;
background:#f8fafc;
}

.faq-item{
background:#fff;
padding:30px;
border-radius:20px;
margin-bottom:20px;
}

.lead{
padding:120px 0;
}

form{
display:grid;
gap:15px;
max-width:700px;
margin:auto;
}

input,
textarea{
padding:16px;
border:1px solid #ddd;
border-radius:15px;
}

button{
padding:18px;
background:#2563eb;
border:none;
color:#fff;
border-radius:15px;
font-size:16px;
font-weight:600;
cursor:pointer;
}

@media(max-width:991px){

.hero-grid,
.two-col{
grid-template-columns:1fr;
}

.feature-grid,
.benefit-grid,
.trust-grid{
grid-template-columns:1fr 1fr;
}

.hero h1{
font-size:42px;
}

}

@media(max-width:768px){

.feature-grid,
.benefit-grid,
.trust-grid{
grid-template-columns:1fr;
}

}
/* BUSINESS BENEFITS */

.business-benefits{
padding:40px 0;
background:#fff;
}

.benefits-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
margin-top:60px;
}

.benefit-card{
background:#fff;
padding:40px;
border-radius:30px;
box-shadow:0 15px 50px rgba(0,0,0,.08);
transition:.4s;
}

.benefit-card:hover{
transform:translateY(-10px);
}

.benefit-icon{
width:70px;
height:70px;
background:#eff6ff;
color:#2563eb;
border-radius:20px;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
margin-bottom:25px;
}

/* FAQ */

.faq-section{
padding:120px 0;
background:#f8fafc;
}

.faq-wrapper{
max-width:900px;
margin:auto;
}

.faq-item{
background:#fff;
border-radius:20px;
margin-bottom:20px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.05);
}

.faq-question{
width:100%;
padding:25px 30px;
background:none;
border:none;
display:flex;
justify-content:space-between;
align-items:center;
font-size:18px;
font-weight:600;
cursor:pointer;
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:.4s;
}

.faq-answer p{
padding:0 30px 25px;
color:#64748b;
}

.faq-item.active .faq-answer{
max-height:250px;
}

@media(max-width:768px){

.benefits-grid{
grid-template-columns:1fr;
}

}
/* SECTION HEADING CENTER */

.section-heading{
    text-align:center;
    max-width:800px;
    margin:0 auto 60px;
}

.section-heading span{
    display:inline-block;
    padding:10px 20px;
    background:#eff6ff;
    color:#2563eb;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:15px;
}

.section-heading h2{
    font-size:48px;
    font-weight:800;
    color:#0f172a;
    margin-bottom:20px;
}

.section-heading p{
    font-size:18px;
    color:#64748b;
}

/* BENEFIT CARD */

.benefit-card{
    background:#fff;
    padding:40px;
    border-radius:30px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    transition:.4s;
    text-align:center; color:#000000;
}

.benefit-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    background:#eff6ff;
    color:#2563eb;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
}

/* AI DASHBOARD INTRO */

.ai-dashboard-intro{
padding:40px 0;
background:#fff;
}

.ai-row{
display:flex;
align-items:center;
gap:70px;
}

.ai-content{
flex:0 0 60%;
}

.ai-image{
flex:0 0 40%;
}

.ai-image img{
width:100%;
height:550px;
object-fit:cover;
border-radius:30px;
box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.section-tag{
display:inline-block;
padding:10px 18px;
background:#eff6ff;
color:#2563eb;
font-size:14px;
font-weight:700;
border-radius:50px;
margin-bottom:20px;
}

.ai-content h2{
font-size:52px;
line-height:1.2;
font-weight:800;
color:#0f172a;
margin-bottom:25px;
}

.ai-content p{
font-size:17px;
line-height:1.9;
color:#64748b;
margin-bottom:20px;
}

.btn-primary{
display:inline-block;
padding:18px 35px;
background:linear-gradient(135deg,#2563eb,#1e40af);
color:#fff;
text-decoration:none;
border-radius:15px;
font-weight:700;
margin-top:15px;
}

/* FEATURES */

.dashboard-features{
padding:40px 0;
background: #ffffff;
    border-top: 1px solid #e3e3e3;
}

.section-heading{
text-align:center;
margin-bottom:70px;
}

.section-heading span{
display:inline-block;
padding:10px 20px;
background:#dbeafe;
color:#2563eb;
border-radius:50px;
font-weight:700;
margin-bottom:15px;
}

.section-heading h2{
font-size:48px;
font-weight:800;
color:#0f172a;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.feature-card{
background:#fff;
padding:40px;
border-radius:25px;
box-shadow:0 15px 50px rgba(0,0,0,.08);
transition:.4s;
}

.feature-card:hover{
transform:translateY(-10px);
}

.feature-card h3{
font-size:24px;
margin-bottom:15px;
color:#0f172a;
}

.feature-card p{
font-size:16px;
line-height:1.8;
color:#64748b;
}

/* RESPONSIVE */

@media(max-width:991px){

.ai-row{
flex-direction:column;
}

.ai-content,
.ai-image{
flex:0 0 100%;
max-width:100%;
}

.feature-grid{
grid-template-columns:1fr;
}

.ai-content h2{
font-size:38px;
}

.ai-image img{
height:400px;
}

}
.benefits-section{
    padding:80px 20px;
        background: #ffffff;
    border-top: 1px solid #e9e9e9;
}

.container{
    max-width:1200px;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:50px;
}

.section-title h2{
    font-size:38px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:15px;
}

.section-title p{
    color:#64748b;
    max-width:700px;
    margin:auto;
}

.benefits-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:25px;
}

.benefit-card{
    background:#fff;
    padding:30px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
    transition:.3s;
}

.benefit-card:hover{
    transform:translateY(-8px);
}

.benefit-card span{
    font-size:28px;
    color:#16a34a;
    display:block;
    margin-bottom:15px;
}

.benefit-card h3{
    font-size:20px;
    color:#0f172a;
    margin-bottom:10px;
}

.benefit-card p{
    color:#64748b;
    line-height:1.7;
}

.backup-section{
    padding:90px 20px;
    background:#f8fafc;
}

.container{
    max-width:1200px;
    margin:auto;
}

.section-header{
    text-align:center;
    max-width:800px;
    margin:0 auto 60px;
}

.badge{
    display:inline-block;
    background:#e0f2fe;
    color:#0369a1;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:15px;
}

.section-header h2{
    font-size:42px;
    color:#0f172a;
    margin-bottom:15px;
    font-weight:700;
}

.section-header p{
    color:#64748b;
    line-height:1.8;
}

.backup-content{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:35px;
}

.backup-left,
.backup-right{
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.backup-left h3,
.backup-right h3{
    font-size:28px;
    color:#0f172a;
    margin-bottom:20px;
}

.backup-left p{
    color:#475569;
    line-height:1.9;
    margin-bottom:18px;
}

.benefits-list{
    list-style:none;
    padding:0;
    margin:0;
}

.benefits-list li{
    position:relative;
    padding:14px 0 14px 35px;
    color:#334155;
    border-bottom:1px solid #e2e8f0;
    line-height:1.6;
}

.benefits-list li:last-child{
    border-bottom:none;
}

.benefits-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:14px;
    width:24px;
    height:24px;
    background:#22c55e;
    color:#fff;
    text-align:center;
    line-height:24px;
    border-radius:50%;
    font-size:13px;
    font-weight:700;
}

@media(max-width:991px){
    .backup-content{
        grid-template-columns:1fr;
    }

    .section-header h2{
        font-size:34px;
    }
}

@media(max-width:576px){
    .backup-left,
    .backup-right{
        padding:25px;
    }

    .section-header h2{
        font-size:28px;
    }
}