body{
    font-family: 'Segoe UI', sans-serif;
    background:#ffffff;
    color:#111;
}
/* NAVBAR PREMIUM */
.main-navbar{
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 30px rgba(0,0,0,.06);
    padding: 14px 0;
    transition: .3s;
}
.main-navbar .navbar-brand img{
    height: 46px;
}
.main-navbar .nav-link{
    color:#222;
    font-weight:600;
    padding:10px 16px !important;
    border-radius:12px;
    transition:.3s;
    position:relative;
}
.main-navbar .nav-link:hover{
    color:#6f42c1;
    background:#f7f3ff;
}
.main-navbar .nav-link.active{
    color:#6f42c1;
    background:#f3edff;
}
.main-navbar .nav-link.active::after{
    content:'';
    border-radius:10px;
    background:#6f42c1;
}
.text-purple{
    color:#6f42c1;
}
.bg-purple{
    background:#6f42c1;
}
.btn-purple{
    background:#6f42c1;
    color:white;
    border:none;
    padding:10px 28px;
    border-radius:12px;
    font-weight:600;
    transition:0.3s;
}
.btn-purple:hover{
    background:#5b34a6;
    transform:translateY(-2px);
    color:white;
}
.btn-outline-purple{
    border:2px solid #6f42c1;
    color:#6f42c1;
    padding:10px 28px;
    border-radius:12px;
    font-weight:600;
    transition:0.3s;
}
.btn-outline-purple:hover{
    background:#6f42c1;
    color:white;
}
.hero-title{
    font-size:58px;
    font-weight:800;
    line-height:1.1;
}
.hero-text{
    font-size:20px;
    color:#666;
    line-height:1.8;
}
.cta-split{
    background:linear-gradient(135deg,#6f42c1 0%, #8e44ad 50%, #5b2cbf 100%);
    border-radius:30px;
    margin:40px 20px;
}
.stat-box{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.18);
    padding:30px 20px;
    border-radius:22px;
    text-align:center;
    backdrop-filter:blur(8px);
    transition:.3s;
    height:100%;
}
.stat-box:hover{
    transform:translateY(-6px);
    background:rgba(255,255,255,.18);
}
.stat-box h2{
    font-size:38px;
    font-weight:800;
    margin-bottom:8px;
    color:#fff;
}
.stat-box p{
    margin:0;
    color:rgba(255,255,255,.75);
    font-weight:500;
}
.section-title{
    font-size:42px;
    font-weight:800;
}
.card-hover{
    border-radius:18px;
    transition:0.3s;
    background:#fff;
}
.card-hover:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}
.card h4{
    font-weight:700;
}
.section-title{
    font-size:42px;
    font-weight:800;
}
.feature-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top:12px;
    padding:12px 20px;
    background:linear-gradient(135deg,#6f42c1,#8e44ad);
    color:#fff;
    text-decoration:none;
    font-weight:700;
    font-size:15px;
    border-radius:14px;
    box-shadow:0 10px 25px rgba(111,66,193,.25);
    transition:.3s ease;
}
.feature-btn:hover{
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 16px 35px rgba(111,66,193,.35);
}
.feature-btn:active{
    transform:translateY(0);
}
.navbar-toggler{
    border:none !important;
    box-shadow:none !important;
}
.feature-hero{
    background:linear-gradient(135deg,#6f42c1 0%, #8e44ad 50%, #5b2cbf 100%);
    padding-top:100px;
    padding-bottom:100px;
}
.simple-banner{
    background:linear-gradient(135deg,#6f42c1,#8e44ad);
    padding:70px 0;
    color:#fff;
}
.banner-title{
    font-size:52px;
    font-weight:800;
    margin-bottom:12px;
}
.banner-subtitle{
    font-size:18px;
    color:rgba(255,255,255,.85);
    max-width:650px;
    margin:auto;
}
.zigzag-title{
    font-size:38px;
    font-weight:800;
    line-height:1.2;
    color:#111;
}
.zigzag-text{
    font-size:18px;
    color:#666;
    line-height:1.9;
    margin:20px 0;
}
.mini-badge{
    background:#f3edff;
    color:#6f42c1;
    padding:8px 14px;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
}
.video-btn{
    display:inline-block;
    padding:13px 24px;
    background:linear-gradient(135deg,#6f42c1,#8e44ad);
    color:#fff;
    text-decoration:none;
    font-weight:700;
    border-radius:14px;
    transition:.3s;
}
.video-btn:hover{
    color:#fff;
    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(111,66,193,.25);
}
@media(max-width:991px){
    .main-navbar .navbar-collapse{
        background:#fff;
        padding:20px;
        margin-top:15px;
        border-radius:18px;
        box-shadow:0 15px 40px rgba(0,0,0,.08);
    }
    .main-navbar .nav-link{
        margin-bottom:8px;
    }
    .cta-split{
        margin:20px 10px;
        border-radius:20px;
    }
    .stat-box h2{
        font-size:28px;
    }
    .simple-banner{
        padding:55px 0;
    }
    .banner-title{
        font-size:36px;
    }
    .banner-subtitle{
        font-size:16px;
    }
    .zigzag-title{
        font-size:28px;
    }
    .zigzag-text{
        font-size:16px;
    }
}