*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Inter',sans-serif;
    background:#020617;
    color:#fff;
    overflow-x:hidden;
}

/* =========================
BACKGROUND
========================= */

.bg-radial{
    position:fixed;
    inset:0;
    pointer-events:none;
    z-index:-1;

    background:
    radial-gradient(circle at top right, rgba(59,130,246,0.20), transparent 28%),
    radial-gradient(circle at top left, rgba(99,102,241,0.18), transparent 24%);
}

/* =========================
COMMON
========================= */

.custom-container{
    max-width:1280px;
}

/* =========================
HEADER
========================= */

.custom-header{
    position:sticky;
    top:0;
    z-index:999;
    background:rgba(2,6,23,0.80);
    backdrop-filter:blur(16px);
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.custom-header .container{
    padding-top:18px;
    padding-bottom:18px;
}

/* =========================
LOGO
========================= */

.logo-icon{
    width:52px;
    height:52px;
    border-radius:18px;
    background:rgba(59,130,246,0.18);
    border:1px solid rgba(96,165,250,0.25);

    display:flex;
    align-items:center;
    justify-content:center;
}

.logo-svg{
    width:24px;
    height:24px;
    color:#93c5fd;
}

.logo-title{
    font-size:18px;
    font-weight:600;
    margin-bottom:2px;
    color:#fff;
}

.logo-subtitle{
    font-size:12px;
    color:#94a3b8;
    margin:0;
}

/* =========================
NAVBAR
========================= */

.custom-toggler{
    border:1px solid rgba(255,255,255,0.10);
    padding:8px 10px;
    border-radius:14px;
}

.navbar-toggler:focus{
    box-shadow:none;
}

.active-nav{
    background:#fff;
    color:#020617 !important;
    padding:10px 18px !important;
    border-radius:14px;
    font-size:14px;
    font-weight:500;
}

.custom-nav-link{
    padding:10px 18px !important;
    border-radius:14px;
    color:#cbd5e1 !important;
    font-size:14px;
    transition:.3s;
}

.custom-nav-link:hover{
    background:rgba(255,255,255,0.06);
    color:#fff !important;
}

.demo-btn{
    background:#fff;
    color:#020617;
    padding:12px 22px;
    border-radius:18px;
    text-decoration:none;
    font-size:14px;
    font-weight:500;
    transition:.3s;
    display:inline-block;
}

.demo-btn:hover{
    background:#e2e8f0;
    color:#020617;
}

/* =========================
FOOTER
========================= */

.footer-section{
    border-top:1px solid rgba(255,255,255,0.08);
    background:#020617;
    padding:80px 0;
}

.footer-title{
    font-size:22px;
    font-weight:600;
    margin-bottom:18px;
}

.footer-description{
    color:#94a3b8;
    line-height:1.8;
    max-width:550px;
}

.footer-heading{
    font-size:15px;
    font-weight:600;
    margin-bottom:20px;
}

.footer-links,
.footer-contact{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li,
.footer-contact li{
    margin-bottom:12px;
}

.footer-links a{
    text-decoration:none;
    color:#94a3b8;
    transition:.3s;
}

.footer-links a:hover{
    color:#fff;
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

    .navbar-collapse{
        margin-top:18px;
        padding-top:18px;
        border-top:1px solid rgba(255,255,255,0.08);
    }

    .navbar-nav{
        align-items:flex-start !important;
    }

    .active-nav,
    .custom-nav-link{
        width:100%;
    }

}

/* =========================================
HERO SECTION
========================================= */

.hero-section{
    position:relative;
    z-index:10;
    padding:90px 0 110px;
}

.hero-row{
    min-height:calc(100vh - 110px);
}

.hero-badge{
    display:inline-flex;
    align-items:center;
    background:rgba(16,185,129,0.14);
    color:#d1fae5;
    padding:7px 18px;
    border-radius:999px;
    font-size:14px;
    font-weight:500;
    margin-bottom:24px;
}

.hero-title{
    max-width:700px;
    font-size:64px;
    line-height:1.04;
    letter-spacing:-2.5px;
    font-weight:700;
    color:#fff;
    margin-bottom:28px;
}

.hero-description{
    max-width:650px;
    font-size:18px;
    line-height:1.9;
    color:#94a3b8;
    margin-bottom:40px;
}

.hero-buttons{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-bottom:48px;
}

.hero-btn-primary{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#fff;
    color:#020617;
    text-decoration:none;
    padding:16px 28px;
    border-radius:20px;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.hero-btn-primary:hover{
    background:#e2e8f0;
    color:#020617;
}

.hero-btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(255,255,255,0.12);
    color:#fff;
    text-decoration:none;
    padding:16px 28px;
    border-radius:20px;
    font-size:15px;
    font-weight:500;
    transition:.3s;
}

.hero-btn-secondary:hover{
    background:rgba(255,255,255,0.06);
    color:#fff;
}

.hero-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:16px;
}

.hero-stat-card{
    border:1px solid rgba(255,255,255,0.08);
    background:rgba(255,255,255,0.04);
    padding:22px;
    border-radius:24px;
}

.hero-stat-card h3{
    font-size:31px;
    font-weight:600;
    color:#fff;
    margin-bottom:8px;
}

.hero-stat-card p{
    margin:0;
    font-size:14px;
    color:#94a3b8;
    line-height:1.5;
}

/* =========================================
RIGHT DASHBOARD
========================================= */

.hero-dashboard{
    overflow:hidden;
    border-radius:30px;
    border:1px solid rgba(255,255,255,0.08);
    background:rgba(255,255,255,0.04);
    box-shadow:0 30px 80px rgba(30,64,175,0.18);
}

.hero-dashboard-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:28px;
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.hero-dashboard-header h3{
    color:#fff;
    font-size:24px;
    font-weight:600;
    margin-bottom:6px;
}

.hero-dashboard-header p{
    margin:0;
    color:#94a3b8;
    font-size:14px;
}

.live-badge{
    white-space:nowrap;
    background:rgba(59,130,246,0.14);
    color:#bfdbfe;
    padding:8px 16px;
    border-radius:999px;
    font-size:14px;
    font-weight:500;
}

.hero-dashboard-body{
    padding:28px;
}

.dashboard-stat-box{
    border:1px solid rgba(255,255,255,0.08);
    background:rgba(15,23,42,0.80);
    border-radius:22px;
    padding:22px;
}

.dashboard-stat-box span{
    display:block;
    color:#94a3b8;
    font-size:14px;
    margin-bottom:10px;
}

.dashboard-stat-box h4{
    color:#fff;
    font-size:31px;
    font-weight:600;
    margin:0;
}

.queue-card{
    margin-top:24px;
    border-radius:28px;
    border:1px solid rgba(255,255,255,0.08);
    background:rgba(15,23,42,0.70);
    padding:24px;
}

.queue-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    margin-bottom:18px;
}

.queue-header small{
    display:block;
    color:#94a3b8;
    font-size:13px;
    margin-bottom:6px;
}

.queue-header h5{
    color:#fff;
    font-size:21px;
    font-weight:600;
    margin:0;
}

.queue-badge{
    background:rgba(245,158,11,0.15);
    color:#fde68a;
    padding:8px 16px;
    border-radius:999px;
    font-size:14px;
    font-weight:500;
}

.queue-item{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:18px 20px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,0.08);
    background:rgba(255,255,255,0.04);
    margin-bottom:14px;
}

.queue-item:last-child{
    margin-bottom:0;
}

.queue-item h6{
    color:#fff;
    font-size:16px;
    font-weight:500;
    margin-bottom:6px;
}

.queue-item p{
    margin:0;
    color:#94a3b8;
    font-size:13px;
}

.queue-item span{
    color:#bfdbfe;
    font-size:14px;
    white-space:nowrap;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:1200px){

    .hero-title{
        font-size:56px;
    }

}

@media(max-width:991px){

    .hero-section{
        padding:70px 0 90px;
    }

    .hero-row{
        min-height:auto;
    }

    .hero-title{
        font-size:48px;
    }

    .hero-description{
        font-size:17px;
    }

    .hero-stats{
        grid-template-columns:repeat(2,1fr);
    }

    .hero-dashboard{
        margin-top:10px;
    }

}

@media(max-width:767px){

    .hero-section{
        padding:50px 0 70px;
    }

    .hero-title{
        font-size:38px;
        line-height:1.12;
        letter-spacing:-1.5px;
    }

    .hero-description{
        font-size:16px;
        line-height:1.8;
    }

    .hero-buttons{
        flex-direction:column;
    }

    .hero-btn-primary,
    .hero-btn-secondary{
        width:100%;
        justify-content:center;
    }

    .hero-stats{
        grid-template-columns:1fr;
    }

    .hero-dashboard-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .queue-header{
        flex-direction:column;
        align-items:flex-start;
    }

    .queue-item{
        flex-direction:column;
        align-items:flex-start;
    }

}

/* =========================================
FEATURES SECTION
========================================= */

.features-section{
    position:relative;
    z-index:10;
    padding:110px 0;
}

.section-heading{
    max-width:760px;
    margin:0 auto 70px;
}

.section-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    background:rgba(59,130,246,0.14);
    color:#bfdbfe;
    padding:8px 18px;
    border-radius:999px;
    font-size:14px;
    font-weight:500;
    margin-bottom:24px;
}

.section-title{
    color:#fff;
    font-size:52px;
    line-height:1.1;
    letter-spacing:-2px;
    font-weight:700;
    margin-bottom:22px;
}

.section-description{
    color:#94a3b8;
    font-size:18px;
    line-height:1.9;
    margin:0;
}

.feature-card{
    height:100%;
    border-radius:30px;
    border:1px solid rgba(255,255,255,0.08);
    background:rgba(255,255,255,0.04);
    padding:36px;
    transition:.35s;
}

.feature-card:hover{
    transform:translateY(-6px);
    border-color:rgba(59,130,246,0.25);
    background:rgba(255,255,255,0.06);
}

.feature-icon{
    width:72px;
    height:72px;
    border-radius:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(59,130,246,0.14);
    font-size:28px;
    margin-bottom:28px;
}

.feature-card h3{
    color:#fff;
    font-size:24px;
    line-height:1.3;
    font-weight:600;
    margin-bottom:18px;
}

.feature-card p{
    color:#94a3b8;
    font-size:16px;
    line-height:1.9;
    margin:0;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:1200px){

    .section-title{
        font-size:46px;
    }

}

@media(max-width:991px){

    .features-section{
        padding:90px 0;
    }

    .section-heading{
        margin-bottom:50px;
    }

    .section-title{
        font-size:40px;
    }

    .section-description{
        font-size:17px;
    }

}

@media(max-width:767px){

    .features-section{
        padding:70px 0;
    }

    .section-title{
        font-size:34px;
        line-height:1.2;
        letter-spacing:-1.2px;
    }

    .section-description{
        font-size:16px;
        line-height:1.8;
    }

    .feature-card{
        padding:28px;
        border-radius:26px;
    }

    .feature-card h3{
        font-size:22px;
    }

}

/* =========================================
WORKFLOW SECTION
========================================= */

.workflow-section{
    position:relative;
    z-index:10;
    padding:110px 0;
}

.workflow-image-box{
    border-radius:34px;
    border:1px solid rgba(255,255,255,0.08);
    background:rgba(255,255,255,0.04);
    overflow:hidden;
    box-shadow:0 30px 80px rgba(15,23,42,0.45);
}

.workflow-top-bar{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:28px;
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.workflow-top-bar small{
    display:block;
    color:#94a3b8;
    font-size:13px;
    margin-bottom:6px;
}

.workflow-top-bar h3{
    color:#fff;
    font-size:24px;
    font-weight:600;
    margin:0;
}

.workflow-status{
    background:rgba(16,185,129,0.14);
    color:#d1fae5;
    padding:9px 18px;
    border-radius:999px;
    font-size:14px;
    font-weight:500;
}

.workflow-steps{
    padding:30px;
}

.workflow-step{
    display:flex;
    align-items:flex-start;
    gap:20px;
    padding:24px;
    border-radius:28px;
    border:1px solid rgba(255,255,255,0.08);
    background:rgba(15,23,42,0.60);
    margin-bottom:18px;
}

.workflow-step:last-child{
    margin-bottom:0;
}

.workflow-icon{
    min-width:58px;
    width:58px;
    height:58px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
    font-weight:700;
    color:#fff;
}

.workflow-icon.blue{
    background:rgba(59,130,246,0.18);
}

.workflow-icon.purple{
    background:rgba(139,92,246,0.18);
}

.workflow-icon.green{
    background:rgba(16,185,129,0.18);
}

.workflow-icon.orange{
    background:rgba(249,115,22,0.18);
}

.workflow-content h4{
    color:#fff;
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
}

.workflow-content p{
    color:#94a3b8;
    font-size:15px;
    line-height:1.8;
    margin:0;
}

.workflow-content-right{
    padding-left:30px;
}

.section-title.left{
    text-align:left;
}

.workflow-description{
    color:#94a3b8;
    font-size:18px;
    line-height:1.9;
    margin:28px 0 36px;
}

.workflow-list{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.workflow-list-item{
    display:flex;
    align-items:flex-start;
    gap:16px;
}

.check-icon{
    min-width:30px;
    width:30px;
    height:30px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(59,130,246,0.16);
    color:#bfdbfe;
    font-size:14px;
    font-weight:700;
}

.workflow-list-item span{
    color:#e2e8f0;
    font-size:16px;
    line-height:1.8;
}

.workflow-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin-top:40px;
    background:#fff;
    color:#020617;
    text-decoration:none;
    padding:16px 28px;
    border-radius:20px;
    font-size:15px;
    font-weight:600;
    transition:.3s;
}

.workflow-btn:hover{
    background:#e2e8f0;
    color:#020617;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .workflow-section{
        padding:90px 0;
    }

    .workflow-content-right{
        padding-left:0;
    }

}

@media(max-width:767px){

    .workflow-section{
        padding:70px 0;
    }

    .workflow-top-bar{
        flex-direction:column;
        align-items:flex-start;
    }

    .workflow-steps{
        padding:20px;
    }

    .workflow-step{
        flex-direction:column;
        padding:20px;
    }

    .workflow-content h4{
        font-size:18px;
    }

    .workflow-description{
        font-size:16px;
        line-height:1.8;
    }

}

/* =========================================
FEATURES PAGE
========================================= */

.features-page-section{
    position:relative;
    z-index:10;
    padding:90px 0 110px;
}

.features-page-heading{
    max-width:850px;
    margin:0 auto;
}

.features-search-wrapper{
    max-width:620px;
    margin:50px auto 0;
}

.features-search-input{
    width:100%;
    height:62px;
    border-radius:22px;
    border:1px solid rgba(255,255,255,0.08);
    background:rgba(255,255,255,0.04);
    padding:0 24px;
    color:#fff;
    font-size:15px;
    transition:.3s;
}

.features-search-input::placeholder{
    color:#64748b;
}

.features-search-input:focus{
    outline:none;
    border-color:rgba(59,130,246,0.4);
    background:rgba(255,255,255,0.05);
}

.features-grid{
    margin-top:60px;
}

.no-results-box{
    margin-top:40px;
    border-radius:28px;
    border:1px dashed rgba(255,255,255,0.12);
    background:rgba(255,255,255,0.04);
    padding:40px;
    text-align:center;
    color:#94a3b8;
    font-size:16px;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .features-page-section{
        padding:70px 0 90px;
    }

}

@media(max-width:767px){

    .features-page-section{
        padding:50px 0 70px;
    }

    .features-search-input{
        height:56px;
        border-radius:18px;
        font-size:14px;
    }

    .features-grid{
        margin-top:40px;
    }

}

/* =========================================
PRICING PAGE
========================================= */

.pricing-page-section{
    position:relative;
    z-index:10;
    padding:90px 0 110px;
}

.pricing-page-heading{
    max-width:850px;
    margin:0 auto;
}

.pricing-grid{
    margin-top:60px;
}

.pricing-card{
    position:relative;
    height:100%;
    padding:40px 35px;
    border-radius:30px;
    background:rgba(255,255,255,0.05);
    border:1px solid rgba(255,255,255,0.08);
    transition:.35s;
    overflow:hidden;
}

.pricing-card:hover{
    transform:translateY(-8px);
}

.featured-pricing-card{
    background:rgba(59,130,246,0.10);
    border:1px solid rgba(96,165,250,0.35);
}

.popular-badge{
    position:absolute;
    top:22px;
    right:22px;
    background:#2563eb;
    color:#fff;
    font-size:12px;
    font-weight:600;
    padding:7px 14px;
    border-radius:30px;
}

.pricing-plan-title{
    font-size:30px;
    font-weight:600;
    margin-bottom:25px;
}

.pricing-amount{
    font-size:58px;
    font-weight:700;
    line-height:1;
    color:#fff;
}

.pricing-amount span{
    font-size:16px;
    font-weight:400;
    color:#94a3b8;
}

.pricing-custom-text{
    font-size:52px;
}

.pricing-description{
    margin-top:25px;
    color:#94a3b8;
    line-height:1.8;
    font-size:15px;
}

.pricing-features{
    margin-top:35px;
}

.pricing-feature-item{
    display:flex;
    align-items:center;
    gap:10px;
    color:#e2e8f0;
    margin-bottom:18px;
    font-size:15px;
}

.pricing-btn{
    display:block;
    width:100%;
    margin-top:35px;
    height:56px;
    line-height:56px;
    text-align:center;
    border-radius:20px;
    background:#fff;
    color:#020617;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.pricing-btn:hover{
    background:#e2e8f0;
    color:#020617;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .pricing-page-section{
        padding:70px 0 90px;
    }

    .pricing-card{
        padding:35px 28px;
    }

}

@media(max-width:767px){

    .pricing-page-section{
        padding:50px 0 70px;
    }

    .pricing-grid{
        margin-top:40px;
    }

    .pricing-plan-title{
        font-size:26px;
    }

    .pricing-amount{
        font-size:46px;
    }

    .pricing-custom-text{
        font-size:42px;
    }

}

/* =========================================
CONTACT PAGE
========================================= */

.contact-section{
    position: relative;
    z-index: 10;
    padding: 80px 0 110px;
}

.contact-heading{
    max-width: 760px;
    margin: auto;
}

.contact-heading h1{
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 18px;
}

.contact-heading p{
    font-size: 16px;
    line-height: 1.8;
    color: #94a3b8;
    max-width: 720px;
    margin: auto;
}

.glass-card{
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    backdrop-filter: blur(12px);
    border-radius: 28px;
    padding: 34px;
}

.contact-icon{
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: rgba(59,130,246,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.glass-card h3{
    margin-top: 22px;
    font-size: 30px;
    font-weight: 600;
}

.glass-card p{
    margin-top: 14px;
    color: #94a3b8;
    line-height: 1.9;
    font-size: 16px;
}

.contact-value{
    margin-top: 18px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.contact-form-box{
    padding: 42px;
}

.contact-form-box h2{
    font-size: 32px;
    font-weight: 600;
}

.form-text{
    margin-top: 14px;
    color: #94a3b8;
    line-height: 1.8;
}

.form-label{
    color: #cbd5e1;
    font-size: 14px;
    margin-bottom: 10px;
}

.input-box{
    height: 50px;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    color: #fff;
    padding: 0 18px;
    transition: 0.3s;
}

.input-box:focus{
    background: rgba(255,255,255,0.06);
    border-color: rgba(59,130,246,0.5);
    box-shadow: none;
    color: #fff;
}

.input-box::placeholder{
    color: #64748b;
}

.textarea-box{
    min-height: 140px;
    padding-top: 16px;
    resize: none;
}

.submit-btn{
    width: 100%;
    height: 52px;
    border: none;
    border-radius: 18px;
    background: #fff;
    color: #020617;
    font-weight: 500;
    transition: 0.3s;
}

.submit-btn:hover{
    background: #e2e8f0;
}

/* =========================================
RESPONSIVE
========================================= */

@media(max-width:991px){

    .contact-section{
        padding: 70px 0 90px;
    }

    .contact-heading h1{
        font-size: 36px;
    }

    .glass-card h3{
        font-size: 26px;
    }

}

@media(max-width:767px){

    .contact-heading h1{
        font-size: 32px;
    }

    .contact-form-box{
        padding: 30px;
    }

    .glass-card{
        padding: 28px;
    }

}

/* =========================
   ABOUT PAGE
========================= */

.about-hero{
    padding-top: 110px;
    padding-bottom: 90px;
}

.hero-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(59,130,246,0.15);
    border: 1px solid rgba(96,165,250,0.25);
    color: #bfdbfe;
    font-size: 14px;
    font-weight: 500;
}

.hero-text{
    max-width: 720px;
    color: #94a3b8;
    font-size: 17px;
    line-height: 1.8;
}

/* Cards */
.about-card{
    position: relative;
    background: rgba(15,23,42,0.75);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 28px;
    padding: 40px;
    overflow: hidden;
    transition: all 0.35s ease;
    backdrop-filter: blur(14px);
}

.about-card:hover{
    transform: translateY(-8px);
    border-color: rgba(96,165,250,0.25);
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

.about-card::before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(255,255,255,0.05),
        rgba(255,255,255,0)
    );
    pointer-events: none;
}

.about-description{
    color: #94a3b8;
    line-height: 1.9;
    font-size: 15px;
}

/* Platform Section */
.platform-wrapper{
    background: rgba(15,23,42,0.65);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 32px;
    padding: 50px;
    overflow: hidden;
    position: relative;
}

.platform-wrapper::before{
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 260px;
    height: 260px;
    background: rgba(59,130,246,0.12);
    filter: blur(80px);
    border-radius: 50%;
}

.section-badge{
    display: inline-flex;
    padding: 8px 16px;
    border-radius: 999px;
    background: rgba(59,130,246,0.12);
    color: #bfdbfe;
    font-size: 13px;
    font-weight: 500;
}

/* Feature Box */
.feature-box{
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 20px;
    padding: 22px;
    color: #e2e8f0;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    height: 100%;
}

.feature-box:hover{
    background: rgba(30,41,59,0.9);
    transform: translateY(-4px);
    border-color: rgba(96,165,250,0.25);
}

/* Icons */
.icon-box{
    width: 74px;
    height: 74px;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(59,130,246,0.15);
    border: 1px solid rgba(96,165,250,0.20);
    font-size: 30px;
}

/* Responsive */
@media (max-width: 991px){

    .platform-wrapper{
        padding: 35px;
    }

    .about-card{
        padding: 30px;
    }

}

@media (max-width: 767px){

    .about-hero{
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .platform-wrapper{
        padding: 25px;
        border-radius: 24px;
    }

    .about-card{
        padding: 24px;
        border-radius: 24px;
    }

    .hero-text{
        font-size: 15px;
    }

}

.active-nav{
    color: #fff !important;
    background: rgba(255,255,255,0.08);
    border-radius: 14px;
}

.custom-nav-link{
    color: #94a3b8;
    transition: 0.3s;
}

.custom-nav-link:hover{
    color: #fff;
    background: rgba(255,255,255,0.05);
    border-radius: 14px;
}

/* =========================
   LOGO
========================= */

.main-logo{
    height: 58px;
    width: auto;
    object-fit: contain;
}

@media (max-width: 768px){

    .main-logo{
        height: 48px;
    }

}

/* Book Demo */
.demo-btn{
    background:#ffffff;
    color:#0f172a;
    padding:12px 22px;
    border-radius:16px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.demo-btn:hover{
    background:#e2e8f0;
    color:#0f172a;
}

/* Login */
.login-btn{
    background:transparent;
    color:#ffffff;
    border:1px solid rgba(255,255,255,0.15);
    padding:12px 22px;
    border-radius:16px;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

.login-btn:hover{
    background:rgba(255,255,255,0.08);
    color:#ffffff;
    border-color:rgba(255,255,255,0.30);
}