/* =====================================================
   Innovana AdBlock VPN — Main Styles
   ===================================================== */
:root {
    --navy: #2b2a6e; /* navbar / footer */
    --navy-deep: #23215c;
    --ink: #1d1b46; /* dark headings */
    --purple: #a855f7;
    --pink: #e152c9;
    --magenta: #c026d3;
    --body: #6b7280;
    --bg-lav: #f5f3ff; /* light lavender section */
    --bg-soft: #fafaff;
    --card-border: #eceaf6;
    --green: #16b981;
    --orange: #f5a623;
    /* --grad: linear-gradient(95deg,#a855f7 0%,#e152c9 100%);*/
    --grad: linear-gradient(95deg,#193BD2 0%,#4176D4 100%);
    /*--grad-btn: linear-gradient(95deg,#b15cf3 0%,#e35fc7 100%);*/
    --grad-btn: linear-gradient(95deg,#193BD2 0%,#4176D4 100%);
    --radius: 16px;
    --shadow: 0 18px 50px rgba(67,40,120,.08);
    /*  --shadow-sm: 0 8px 24px rgba(67,40,120,.06);*/
    --shadow-sm: 0 8px 24px rgb(0 0 0 / 6%);
}
p {
    color: var(--body);
}
/*========================== Header Start =========================*/
.header {
    /* background-color: #055bb5;
  background-color: rgba(5, 91, 151, 0.1);*/
    background-color: rgba(13, 31, 102, 0.9);
}

    .header.h-bg {
        background-color: rgba(13, 31, 102, 0.9);
    }

    .header .navbar {
        margin-bottom: 0px;
        border: none;
    }

.logo {
    display: block;
    padding: 5px 0;
}
/***** menu ****/
.navigation .navbar-nav {
    padding-top: 0;
}

    .navigation .navbar-nav > li {
        color: #ffffff;
        font-size: 18px;
        padding: 0 12px;
        position: relative;
    }

        .navigation .navbar-nav > li > a {
            color: #ffffff;
            margin: 0;
            padding: 8px 15px;
            display: block;
            position: relative;
        }

.navigation .nav > li > a:hover, .navigation .nav > li > a:focus {
    background: none;
    color: #ffffff;
}

@media only screen and (min-width:992px) and (max-width:1290px) {
    .navigation .dropdown > .dropdown-menu ul.row li.col-4 {
        min-width: 250px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .btn.btn-read {
        font-size: 18px;
        min-width: auto;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .navigation .navbar-nav > li {
        font-size: 15px;
        padding: 0;
    }

    .navigation .dropdown > .dropdown-menu ul.row li.col-4 {
        min-width: 230px;
    }
}

@media (min-width:768px) {
    .navigation .navbar-nav > li > a:before {
        height: 2px;
        background-color: #ffffff;
        content: "";
        display: block;
        margin: 0 auto;
        margin-top: -2px;
        transition: all ease 0.3s;
        opacity: 0;
        position: absolute;
        top: 90%;
        left: 50%;
        right: 50%;
    }

    .navigation .nav > li > a:hover:before, .navigation .nav > li > a:focus:before {
        left: 0px;
        right: 0px;
        opacity: 1;
    }

    .navigation .dropdown > .dropdown-menu ul.row li.col-md-4 {
        min-width: 330px;
    }

    /* hover karte hi megamenu dikhe */
    /* .navigation .navbar-nav > li.dropdown:hover > .dropdown-menu {
    display: block;
  } */
    .navigation .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .navigation .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0px;
        margin-left: 0px;
    }

    .navigation .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
    /* toggle aur menu ke beech gap na ho (warna hover toot jaata hai) */

}

@media (min-width: 767px) {
    .navigation .dropdown-menu {
        border-radius: 0px;
        padding: 0px;
        margin: 0;
        background-color: #ffffff;
        border-width: 0px;
        left: auto;
        right: 0;
        box-shadow: 0 0 5px #00000033;
    }

    .navigation .position-static .dropdown-menu {
        top: 55px;
    }

    .navigation .dropdown-menu li:first-child {
        border-top: none;
    }

    .navigation .dropdown-menu .dropdown-item {
        padding: 8px 15px;
        color: #ffffff;
        font-size: 18px;
    }

    .navigation .dropdown-menu li:hover > .dropdown-item {
        color: #ffffff;
        background-color: #495fc5;
    }

    .navigation .dropdown-menu p small {
        line-height: 21px;
    }

    .navigation .nav.navbar-nav li.dropdown:hover a.dropdown-toggle:after {
        transform: rotate(180deg);
    }
}



@media screen and (max-width:767px) {
    .navigation .dropdown-menu {
        border-radius: 0px;
        padding: 0px;
        margin: 0;
        border-width: 0px;
    }

        .navigation .dropdown-menu .dropdown-item {
            padding: 8px 15px;
            color: #ffffff;
        }

        .navigation .dropdown-menu > li {
            border-bottom: 1px solid #0c1f65;
        }

        .navigation .dropdown-menu li:hover > .dropdown-item {
            color: #495fc5;
            background-color: #ffffff;
        }

    .navigation {
        clear: both;
        float: none !important;
        width: inherit;
        position: relative;
        padding-bottom: 15px;
        overflow-y: scroll;
        max-height: 90vh;
    }

    button:focus, button:focus-visible {
        outline: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .lines-button {
        transition: .3s;
        cursor: pointer;
        border-radius: 0.57143rem;
        background: transparent;
        border: 0;
        color: #ffffff;
        width: 45px;
        height: 40px;
        margin: 0;
        padding: 5px;
        float: right;
        top: -3px;
        position: relative;
    }

        .lines-button:hover {
            opacity: 1;
        }

        .lines-button:active {
            transition: 0;
        }

    .lines {
        display: inline-block;
        width: 100%;
        height: 0.25rem;
        background: #ffffff;
        border-radius: 0.28571rem;
        transition: 0.3s;
        position: relative;
    }

        .lines:before, .lines:after {
            display: inline-block;
            width: 100%;
            height: 0.25rem;
            background: #ffffff;
            border-radius: 0.28571rem;
            transition: 0.3s;
            position: absolute;
            left: 0;
            content: '';
            -webkit-transform-origin: 0.28571rem center;
            transform-origin: 0.28571rem center;
        }

        .lines:before {
            top: 0.80rem;
        }

        .lines:after {
            top: -0.80rem;
        }

    .lines-button.close {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }

    .lines-button.x.close .lines {
        background: transparent;
    }

        .lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            top: 0;
            width: 3rem;
        }

        .lines-button.x.close .lines:before {
            -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
        }

        .lines-button.x.close .lines:after {
            -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
        }


    .navigation .navbar-nav > li > a {
        padding: 10px 10px;
        display: block;
        border-bottom: #fff solid 1px;
        border-bottom: rgba(255, 255, 255, 0.2) solid 1px;
        position: relative;
    }

    .navigation .navbar-nav > li .dropdown-toggle:after {
        float: right;
        margin-top: 10px;
    }

    .header {
        background-color: rgba(13, 31, 102, 0.9);
    }
}



ul {
    list-style: none;
}

* {
    box-sizing: border-box
}

body {
    font-family: 'Poppins',system-ui,sans-serif;
    color: var(--body);
    background: var(--bg-soft);
    line-height: 1.65;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    color: var(--ink);
    line-height: 1.2
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

/* gradient text helper */
.grad-text {
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.section {
    padding: 90px 0
}

.sec-title {
    font-size: clamp(1.8rem,3.4vw,2.6rem);
    font-weight: 800;
    margin-bottom: 14px
}

.sec-sub {
    max-width: 620px;
    margin: 0 auto;
    color: var(--body);
    font-size: 1rem
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 18px;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .12em;
    color: var(--purple);
    background: #f3e9ff;
    border: 1px solid #ecd9ff;
}

/* ---------- Buttons ---------- */
.btn-grad {
    background: var(--grad-btn);
    color: #fff;
    border: none;
    border-radius: 100px;
    padding: 13px 28px;
    font-weight: 600;
    /* box-shadow: 0 12px 26px rgba(193,38,211,.30);*/
    box-shadow: 0 12px 26px rgb(92 123 182 / 46%);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: .25s;
}

    .btn-grad:hover {
        color: #fff;
        transform: translateY(-2px);
        box-shadow: 0 16px 34px rgba(193,38,211,.42)
    }

    .btn-grad.btn-lg {
        padding: 15px 34px;
        font-size: 1rem
    }

.btn-store span {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    text-align: left;
    font-weight: 700
}

    .btn-store span small {
        font-size: .62rem;
        font-weight: 400;
        opacity: .9
    }

.btn-store i {
    font-size: 1.4rem
}

.btn-outline-grad {
    border: 1.5px solid #e6d3fb;
    color: var(--purple);
    background: #fff;
    border-radius: 100px;
    padding: 13px 26px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .25s;
}

    .btn-outline-grad:hover {
        color: var(--magenta);
        border-color: var(--purple);
        transform: translateY(-2px)
    }

/* ===================================================== NAVBAR */
.site-nav {
    background: var(--navy);
    padding: 14px 0;
    position: sticky;
    top: 0;
    z-index: 1030;
    transition: padding .25s, box-shadow .25s;
}

    .site-nav.scrolled {
        padding: 8px 0;
        box-shadow: 0 8px 24px rgba(0,0,0,.18)
    }

.navbar-brand {
    display: flex;
    flex-direction: column;
    line-height: 1
}

.brand-name {
    color: #fff;
    font-weight: 800;
    font-size: 1.45rem;
    letter-spacing: .5px
}

    .brand-name .brand-v {
        color: #c98bff
    }

    .brand-name sup {
        font-size: .55rem
    }

.brand-sub {
    color: #b9b7e0;
    font-size: .62rem;
    font-weight: 400;
    letter-spacing: .18em
}

.site-nav .nav-link {
    color: #e7e6f7 !important;
    font-weight: 500;
    font-size: .92rem;
    padding: .4rem .9rem !important
}

    .site-nav .nav-link:hover {
        color: #fff !important
    }

.site-nav .dropdown-menu {
    border: none;
    box-shadow: var(--shadow-sm);
    border-radius: 12px;
    padding: 8px;
    margin-top: 10px
}

.site-nav .dropdown-item {
    border-radius: 8px;
    font-size: .9rem;
    padding: 8px 14px
}

    .site-nav .dropdown-item:hover {
        background: #f3e9ff;
        color: var(--magenta)
    }

.navbar-toggler {
    border-color: rgba(255,255,255,.4)
}

.navbar-toggler-icon {
    filter: invert(1)
}

/* ===================================================== HERO */
.hero {
    padding: 165px 0 90px;
    background: radial-gradient(60% 60% at 85% 0%,rgba(225,82,201,.07),transparent 70%), radial-gradient(60% 60% at 10% 30%,rgba(168,85,247,.07),transparent 70%), linear-gradient(180deg,#fdf7ff 0%,#fafaff 100%);
}

.rating-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 16px;
    border-radius: 100px;
    margin-bottom: 22px;
    background: #fff;
    box-shadow: var(--shadow-sm);
    font-size: .78rem;
    font-weight: 600;
    color: var(--ink);
}

    .rating-pill .bi-star-fill {
        color: #f5b301;
        font-size: .72rem
    }

.hero-title {
    font-size: clamp(2.3rem,5vw,3.4rem);
    font-weight: 800;
    margin-bottom: 20px
}

.hero-sub {
    font-size: 1.02rem;
    max-width: 480px;
    margin-bottom: 28px
}

.hero-stats {
    display: flex;
    gap: 38px;
    margin-bottom: 30px
}

.hstat-num {
    display: block;
    font-size: 1.7rem;
    font-weight: 800
}

.hstat-label {
    font-size: .8rem;
    color: var(--body)
}

.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 22px
}

.trust-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: .78rem;
    color: var(--body)
}

.trust-label {
    color: #a9a7c4
}

.trust-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 8px
}

    .trust-dot.purple {
        background: var(--purple)
    }

    .trust-dot.pink {
        background: var(--pink)
    }

    .trust-dot.green {
        background: var(--green)
    }

/* ---------- Phone mockup (image + animated overlays) ---------- */
.phone-wrap {
    position: relative;
    display: inline-block;
    max-width: 430px;
    width: 100%
}

.phone-float {
    position: relative;
    display: block;
    animation: phoneFloat 5s ease-in-out infinite
}

.phone-img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 40px 80px rgba(46,26,90,.30))
}

/* VPN Active chip — floats with the phone, sits on top-right edge */
.vpn-active-badge {
    position: absolute;
    top: 12%;
    right: 0;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #fff;
    color: #16b981;
    padding: 8px 15px;
    border-radius: 100px;
    font-size: .76rem;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: 0 14px 34px rgba(46,26,90,.16);
    z-index: 3;
}

    .vpn-active-badge .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #22c55e;
        box-shadow: 0 0 0 3px rgba(34,197,94,.2)
    }

/* Ads Blocked card — floats independently on the left edge */
.ads-blocked-float {
    position: absolute;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 16px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 11px;
    box-shadow: 0 18px 45px rgba(46,26,90,.18);
    animation: cardFloat 4s ease-in-out infinite;
    z-index: 3;
}

.abf-ic {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f3e9ff;
    display: grid;
    place-items: center;
    color: var(--magenta);
    font-size: 1rem;
    flex-shrink: 0
}

.abf-label {
    font-size: .62rem;
    color: var(--body)
}

.abf-num {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--ink);
    line-height: 1.1
}

/* continuous floating motion */
@keyframes phoneFloat {
    0%,100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-16px)
    }
}

@keyframes cardFloat {
    0%,100% {
        transform: translateY(-50%)
    }

    50% {
        transform: translateY(calc(-50% + 12px))
    }
}

@media (prefers-reduced-motion:reduce) {
    .phone-float, .ads-blocked-float {
        animation: none
    }
}

/* ===================================================== STATS */
.stats-section {
    background: var(--bg-lav)
}

.stat-card {
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: var(--radius);
    padding: 30px 20px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    height: 100%;
    transition: .25s;
}

    .stat-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow)
    }

.stat-ic {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin: 0 auto 16px;
    font-size: 1.25rem
}

.stat-num {
    font-size: 1.9rem;
    font-weight: 800;
    margin-bottom: 4px
}

.stat-label {
    font-size: .82rem;
    color: var(--body)
}

/* ===================================================== FEATURES */
.features-section {
    background: var(--bg-soft)
}

.feature-card {
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: var(--radius);
    padding: 26px 24px;
    height: 100%;
    box-shadow: var(--shadow-sm);
    transition: .25s;
}

    .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: var(--shadow);
        border-color: #e6d3fb
    }

.feature-ic {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    margin-bottom: 16px
}

.feature-card h5 {
    font-size: 1.04rem;
    font-weight: 700;
    margin-bottom: 8px
}

.feature-card p {
    font-size: .86rem;
    color: var(--body);
    margin: 0
}

/* ===================================================== HOW IT WORKS */
.how-section {
    background: var(--bg-soft);
    position: relative;
    overflow: hidden
}

.steps {
    position: relative;
    margin-top: 50px
}

.steps-line {
    position: absolute;
    top: 38px;
    left: 12%;
    right: 12%;
    height: 2px;
    border-top: 2px dashed #e3d7f5;
    z-index: 0
}

.step {
    text-align: center;
    position: relative;
    z-index: 1
}

.step-circle {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    margin: 0 auto 18px;
    position: relative;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    color: var(--purple);
    background: #fff;
    border: 1.5px solid #ecd9ff;
    box-shadow: 0 10px 24px rgba(168,85,247,.14);
}

    .step-circle.green {
        color: var(--green);
        border-color: #c6f0e0;
        box-shadow: 0 10px 24px rgba(22,185,129,.16)
    }

.step-num {
    position: absolute;
    top: -6px;
    right: 6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--purple);
    color: #fff;
    font-size: .72rem;
    display: grid;
    place-items: center;
    font-weight: 700
}

    .step-num.green {
        background: var(--green)
    }

.step h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px
}

.step p {
    font-size: .82rem;
    color: var(--body)
}

/* ===================================================== COMPARISON */
.compare-section {
    background: var(--bg-lav)
}

.compare-card {
    max-width: 740px;
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
    margin-top: 36px
}

.compare-table {
    margin: 0
}

    .compare-table thead th {
        background: #faf8ff;
        border: none;
        padding: 16px 22px;
        font-size: .74rem;
        font-weight: 600;
        color: #9a98b8;
        letter-spacing: .04em;
        text-transform: uppercase
    }

    .compare-table tbody td {
        padding: 14px 22px;
        border-color: #f1eefa;
        font-size: .9rem;
        color: var(--ink);
        vertical-align: middle
    }

    .compare-table tbody tr:last-child td {
        border-bottom: none
    }

.pill-with {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0e7ff;
    color: var(--purple);
    padding: 4px 12px;
    border-radius: 100px;
    font-size: .72rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0
}

.pill-without {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ffeef0;
    color: #ef4d6a;
    padding: 4px 12px;
    border-radius: 100px;
    font-size: .72rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0
}

.ic-yes {
    color: var(--green);
    font-size: 1.2rem
}

.ic-no {
    color: #ef4d6a;
    font-size: 1.2rem;
    opacity: .85
}

/* ===================================================== REVIEWS */
.reviews-section {
    background: var(--bg-soft)
}

.rating-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #f0e7ff;
    border-radius: 14px;
    padding: 12px 22px;
    margin-top: 22px;
    box-shadow: var(--shadow-sm)
}

.rb-score {
    font-size: 1.7rem;
    font-weight: 800
}

.rb-stars {
    color: #f5b301
}

.rb-sub {
    font-size: .74rem;
    color: var(--body);
    text-align: left;
    line-height: 1.2
}

.review-card {
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: var(--radius);
    padding: 24px;
    height: 100%;
    box-shadow: var(--shadow-sm);
    transition: .25s
}

    .review-card:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow)
    }

.review-stars {
    color: #f5b301;
    margin-bottom: 12px;
    font-size: .86rem
}

.review-quote {
    font-size: .88rem;
    color: #4b4a63;
    margin-bottom: 20px
}

.review-author {
    display: flex;
    align-items: center;
    gap: 12px
}

.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #fff;
    font-weight: 700;
    font-size: .86rem;
    flex-shrink: 0
}

.review-name {
    font-size: .88rem;
    font-weight: 700;
    color: var(--ink)
}

.review-meta {
    font-size: .72rem;
    color: #9a98b8
}

/* ===================================================== FAQ */
/*.faq-section {
    background: var(--bg-lav)
}

.faq-accordion {
    max-width: 720px;
    margin-top: 36px
}

    .faq-accordion .accordion-item {
        border: 1px solid var(--card-border);
        border-radius: 12px !important;
        margin-bottom: 14px;
        overflow: hidden;
        box-shadow: var(--shadow-sm);
        background: #fff
    }

    .faq-accordion .accordion-button {
        font-weight: 600;
        font-size: .95rem;
        color: var(--ink);
        padding: 18px 22px;
        background: #fff
    }

        .faq-accordion .accordion-button:not(.collapsed) {
            color: var(--magenta);
            background: #fff;
            box-shadow: none
        }

        .faq-accordion .accordion-button:focus {
            box-shadow: none
        }

        .faq-accordion .accordion-button::after {
            background-size: 1rem;
            width: 1rem;
            height: 1rem
        }

    .faq-accordion .accordion-body {
        padding: 0 22px 20px;
        font-size: .88rem;
        color: var(--body)
    }*/

.faq-accordion {
    max-width: 720px;
    margin-top: 36px
}

    .faq-accordion .accordion-item {
        border: 1px solid var(--card-border);
        border-radius: 12px;
        margin-bottom: 14px;
        overflow: hidden;
        box-shadow: var(--shadow-sm);
        background: #fff
    }

    .faq-accordion .accordion-header {
        margin: 0
    }

    /* button — force full width + flex (BS4 ke btn styles override) */
    .faq-accordion .accordion-button {
        width: 100% !important;
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        border: none !important;
        border-radius: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
        text-align: left;
        cursor: pointer;
        font-weight: 600;
        font-size: .95rem;
        color: var(--ink);
        padding: 18px 22px;
        white-space: normal;
    }

        .faq-accordion .accordion-button:hover,
        .faq-accordion .accordion-button:focus {
            background: #fff !important;
            box-shadow: none !important;
            outline: none;
            text-decoration: none;
        }

        .faq-accordion .accordion-button:not(.collapsed) {
            color: var(--magenta)
        }

        /* chevron arrow */
        .faq-accordion .accordion-button::after {
            content: "";
            flex-shrink: 0;
            width: 1rem;
            height: 1rem;
            background-repeat: no-repeat;
            background-size: 1rem;
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231d1b46'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
            transition: transform .25s ease;
        }

        .faq-accordion .accordion-button:not(.collapsed)::after {
            transform: rotate(180deg)
        }

    .faq-accordion .accordion-body {
        padding: 0 22px 20px;
        font-size: .88rem;
        color: var(--body)
    }

/* ===================================================== FINAL CTA */
.final-cta-section {
    background: #fff;
    padding: 40px 0 90px
}

.final-cta {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    /*   background: linear-gradient(135deg,#a855f7 0%,#c637d8 60%,#d040cf 100%);*/
    background: linear-gradient(95deg,#193BD2 0%,#4176D4 100%);
    border-radius: 28px;
    padding: 54px 40px;
    /*box-shadow: 0 30px 70px rgba(168,85,247,.35);*/
    box-shadow: 0 30px 70px rgb(62 114 211 / 40%);
    position: relative;
    overflow: hidden;
}

.fc-icon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: rgba(255,255,255,.18);
    display: grid;
    place-items: center;
    margin: 0 auto 22px;
    font-size: 1.6rem;
    color: #fff
}

.final-cta h2 {
    color: #fff;
    font-size: clamp(1.6rem,3vw,2.1rem);
    font-weight: 800;
    margin-bottom: 14px
}

.final-cta p {
    color: rgba(255,255,255,.88);
    max-width: 520px;
    margin: 0 auto 24px;
    font-size: .95rem
}

.fc-pills {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px
}

    .fc-pills span {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        background: rgba(255,255,255,.16);
        border: 1px solid rgba(255,255,255,.25);
        color: #fff;
        padding: 7px 16px;
        border-radius: 100px;
        font-size: .78rem;
        font-weight: 500
    }

.fc-btn {
    background: #000;
    color: #fff !important;
    border-radius: 14px;
    padding: 13px 28px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    border:1px solid #fff;
}
    .fc-btn.app-btn {
        background: #fff;
        color: #000 !important;
        border:1px solid gray;
    }

.btn-light.fc-btn:hover {
    background-color: #000;
}
.btn-light.app-btn:hover {
    background-color: #fff;
}
.fc-btn i {
    font-size: 1.4rem;
    /*   color: var(--magenta)*/
    color: #fff;
}
    .fc-btn.app-btn i {
        font-size: 1.4rem;
        /*   color: var(--magenta)*/
        color: #000;
    }

    .fc-btn span {
        display: flex;
        flex-direction: column;
        line-height: 1.05;
        text-align: left
    }

        .fc-btn span small {
            font-size: .62rem;
            font-weight: 400;
            color: #fff;
        }

    .fc-btn.app-btn span small {
        color: #000;
    }

    .fc-btn:hover {
        color: var(--magenta);
        transform: translateY(-2px)
    }

.fc-note {
    color: rgba(255,255,255,.75);
    font-size: .74rem;
    margin-top: 18px
}

/* ===================================================== FOOTER */
.site-footer {
    background: var(--navy);
    color: #c7c5e6;
    padding: 60px 0 0
}

.footer-brand {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 16px
}

.footer-addr {
    font-size: .84rem;
    color: #a9a7cf;
    line-height: 1.7;
    max-width: 300px
}

.footer-help strong {
    color: #fff;
    font-size: .9rem
}

.site-footer a {
    color: #a9a7cf;
    font-size: .86rem;
    transition: .2s
}

    .site-footer a:hover {
        color: #fff
    }

.footer-head {
    color: #fff;
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: 18px
}

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

    .footer-links li {
        margin-bottom: 10px
    }

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 46px;
    padding: 20px 0;
    text-align: center;
    font-size: .82rem;
    color: #9a98c4
}

/* ---------- AOS no-JS fallback ----------
   AOS hides [data-aos] elements until AOS.init() runs.
   If JS/AOS is absent, this keeps ALL content visible. */
html:not(.aos-ready) [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}


.footer {
    background: #180d5b;
}

.foo-address p {
    color: #9999cc;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Exo', sans-serif;
}

    .foo-address p a {
        color: #9999cc;
    }

        .foo-address p a:hover {
            text-decoration: underline;
        }

.foo-address span {
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    font-family: 'Exo', sans-serif;
}

.foo-address .h5 {
    font-size: 16px;
}

.foo-address ul.list-unstyled li img {
    float: left;
    margin-right: 18px;
}

.foo-address ul.list-unstyled li {
    margin-bottom: 8px;
}

.foo-address ul.list-unstyled li {
    color: #bcbac2;
    font-size: 14px;
    display: block;
    font-family: 'Exo', sans-serif;
}

    .foo-address ul.list-unstyled li a {
        color: #bcbac2;
    }

        .foo-address ul.list-unstyled li a:hover {
            text-decoration: underline;
        }

.foo-sec-two {
    background-color: #110849;
}

    .foo-sec-two p {
        font-size: 14px;
        color: #bcbac2;
        margin: 0;
        font-family: 'Exo', sans-serif;
    }
