body{
    background:#f8fafc;
    font-family:Inter, Arial, sans-serif;
    color:#1f2937;
}

.main-navbar{
    background:#fff;
    border-bottom:1px solid #e5e7eb;
    padding-top:10px;
    padding-bottom:10px;
}

.hero-section{
    padding:90px 0;
    background:linear-gradient(135deg,#eff6ff,#ffffff);
}

.hero-title{
    font-size:52px;
    font-weight:700;
    line-height:1.2;
}

.hero-subtitle{
    font-size:20px;
    color:#6b7280;
}

.trust-strip{
    background:#ffffff;
    border-top:1px solid #e5e7eb;
    border-bottom:1px solid #e5e7eb;
}

.trust-item{
    padding:20px;
    text-align:center;
    font-weight:600;
}

.section-title{
    font-size:38px;
    font-weight:700;
}

.product-card{
    border:none;
    border-radius:20px;
    overflow:hidden;
    transition:.3s;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.product-card:hover{
    transform:translateY(-6px);
}

.product-card img{
    height:220px;
    width:100%;
    object-fit:contain;
    background:#fff;
    padding:15px;
}

.rating{
    color:#f59e0b;
    font-size:18px;
}

.feature-card{
    background:#fff;
    border-radius:20px;
    padding:30px;
    text-align:center;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.review-card{
    background:#fff;
    border-radius:20px;
    padding:25px;
    height:100%;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.cta-section{
    background:#0f172a;
    color:#fff;
    border-radius:25px;
    padding:60px;
}

.faq-box{
    background:#fff;
    border-radius:16px;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
}

.stat-box{
    background:#fff;
    padding:20px;
    border-radius:18px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
}