﻿:root {
    --basi-red: #e12826;
    --basi-red-dark: #b51d20;
    --basi-ink: #1d1714;
    --basi-text: #5f554f;
    --basi-cream: #f7efe7;
    --basi-soft: #fffaf5;
    --basi-line: rgba(29,23,20,.12);
    --basi-gold: #b88942
}

.basi-home-clean {
    overflow-x: hidden;
    background: var(--basi-cream);
    color: var(--basi-ink)
}

    .basi-home-clean * {
        box-sizing: border-box
    }

.clean-container {
    width: min(1320px,calc(100% - 40px));
    margin: auto
}

.clean-section {
    padding: 92px 0
}

.clean-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--basi-red);
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px
}

    .clean-kicker:before {
        content: "";
        width: 38px;
        height: 1px;
        background: var(--basi-red)
    }

.clean-title {
    margin: 0;
    color: var(--basi-ink);
    font-size: clamp(34px,4.2vw,62px);
    line-height: 1.03;
    letter-spacing: -1.8px;
    font-weight: 700
}

.clean-text, .clean-copy p {
    color: var(--basi-text);
    font-size: 16px;
    line-height: 1.78
}

.clean-copy {
    max-width: 650px
}

    .clean-copy p {
        margin: 18px 0 0
    }

.clean-btn {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border-radius: 999px;
    background: var(--basi-red);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 16px 34px rgb(225 40 38 / .22);
    transition: .25s ease
}

    .clean-btn:hover {
        background: var(--basi-red-dark);
        color: #fff;
        transform: translateY(-2px)
    }

.clean-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease,transform .7s ease
}

    .clean-reveal.is-visible {
        opacity: 1;
        transform: translateY(0)
    }

.basi-hero {
    width: 100%;
    background: #000;
    overflow: hidden
}

.hero-img {
    display: block;
    width: 100%
}

.desktop-img {
    display: block
}

.mobile-img {
    display: none
}

@media(min-width:992px) {
    .desktop-img {
        object-fit: cover;
        object-position: center
    }

    .mobile-img {
        display: none !important
    }
}

@media(max-width:991px) {
    .desktop-img {
        display: none !important
    }

    .mobile-img {
        display: block !important;
        width: 100%;
        height: auto
    }
}

.basi-intro-premium {
    margin-top: -42px;
    background: #fffaf5
}

.basi-intro-card {
    position: relative;
    overflow: hidden;
    max-width: 1440px;
    margin: auto;
    padding: 18px 70px 32px;
    border-radius: 34px;
    background: radial-gradient(circle at 8% 72%,rgb(225 40 38 / .045),transparent 26%),radial-gradient(circle at 92% 8%,rgb(225 40 38 / .045),transparent 24%),linear-gradient(180deg,#fffdfb 0%,#fff8f1 100%);
    border: 1px solid rgb(184 137 66 / .18);
    box-shadow: 0 30px 85px rgb(70 42 18 / .10);
    text-align: center
}

    .basi-intro-card:before, .basi-intro-card:after {
        content: "";
        position: absolute;
        width: 260px;
        height: 260px;
        border-radius: 50%;
        border: 1px solid rgb(225 40 38 / .10);
        pointer-events: none
    }

    .basi-intro-card:before {
        left: -120px;
        bottom: -95px;
        box-shadow: 18px 18px 0 rgb(225 40 38 / .035),36px 36px 0 rgb(225 40 38 / .025)
    }

    .basi-intro-card:after {
        right: -105px;
        top: -125px;
        box-shadow: -18px 18px 0 rgb(225 40 38 / .035),-36px 36px 0 rgb(225 40 38 / .025)
    }

.basi-intro-icon {
    position: relative;
    width: 54px;
    height: 54px;
    margin: 0 auto 14px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: 2px solid var(--basi-red);
    color: var(--basi-red)
}

    .basi-intro-icon:before, .basi-intro-icon:after {
        content: "";
        position: absolute;
        top: 50%;
        width: 150px;
        height: 2px;
        background: rgb(225 40 38 / .35)
    }

    .basi-intro-icon:before {
        right: 72px
    }

    .basi-intro-icon:after {
        left: 72px
    }

    .basi-intro-icon span {
        width: 28px;
        height: 28px;
        display: block;
        background: var(--basi-red);
        clip-path: polygon(50% 0%,72% 32%,100% 34%,80% 58%,88% 100%,50% 76%,12% 100%,20% 58%,0 34%,28% 32%)
    }

.basi-intro-card p {
    max-width: 980px;
    margin: 0 auto 42px;
    color: #2d2926;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 400;
    letter-spacing: -.4px
}

    .basi-intro-card p strong {
        color: var(--basi-red);
        font-weight: 700
    }

.basi-intro-card u {
    text-underline-offset: 5px
}

.basi-intro-line {
    width: 72px;
    height: 4px;
    margin: 4px auto 36px;
    border-radius: 999px;
    background: var(--basi-red)
}

.basi-intro-card h3 {
    margin: 0;
    color: #111;
    font-size: 25px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: -.5px;
    margin-bottom: 20px
}

    .basi-intro-card h3 strong {
        color: var(--basi-red);
        font-weight: 700
    }

.clean-split {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 58px;
    align-items: center
}

.basi-stats-col {
    background: #fff;
    min-height: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    overflow: visible !important;
    padding: 0 !important
}

.basi-global-stats {
    background: #fff;
    padding: 20px 0
}

.basi-stats-wrap {
    max-width: 520px;
    padding-left: 28px
}

.basi-stat-item {
    margin-bottom: 50px
}

    .basi-stat-item:last-child {
        margin-bottom: 0
    }

.basi-stat-number {
    color: #e03e43;
    font-size: 90px;
    line-height: 1;
    font-weight: 700
}

.basi-stat-label {
    margin-top: 10px;
    color: #777;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700
}

.count-premium {
    display: inline-block;
    transition: filter .35s ease,transform .35s ease,text-shadow .35s ease
}

    .count-premium.is-counting {
        filter: blur(.4px);
        transform: translateY(-2px)
    }

    .count-premium.is-done {
        filter: blur(0);
        transform: translateY(0) scale(1.03);
        text-shadow: 0 14px 34px rgb(225 40 38 / .22)
    }

.about-basi-section {
    padding: 90px 0;
    background: #f9f1ea
}

.about-basi-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center
}

.about-basi-content h2 {
    margin: 0 0 24px;
    color: var(--basi-ink);
    font-size: 58px;
    line-height: 1;
    letter-spacing: -2px;
    font-weight: 700
}

.about-basi-content p {
    margin: 0 0 18px;
    color: var(--basi-text);
    font-size: 16px;
    line-height: 1.8
}

.about-basi-video {
    position: relative;
    width: 100%;
    height: 420px;
    overflow: hidden;
    border-radius: 28px;
    cursor: pointer;
    background: #111;
    box-shadow: 0 24px 70px rgb(0 0 0 / .14)
}

    .about-basi-video video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 45%;
        display: block
    }

.video-overlay {
    position: absolute;
    inset: 0;
    z-index: 5;
    display: grid;
    place-items: center;
    background: rgb(0 0 0 / .48);
    transition: .3s ease
}

.play-btn {
    position: relative;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #fff;
    display: grid;
    place-items: center;
    box-shadow: 0 18px 45px rgb(0 0 0 / .28);
    animation: playPulse 1.8s infinite
}

    .play-btn:before {
        content: "";
        width: 0;
        height: 0;
        margin-left: 6px;
        border-top: 15px solid #fff0;
        border-bottom: 15px solid #fff0;
        border-left: 24px solid var(--basi-red)
    }

    .play-btn:after {
        content: "";
        position: absolute;
        inset: -12px;
        border-radius: 50%;
        border: 1px solid rgb(255 255 255 / .45)
    }

.about-basi-video:hover .video-overlay {
    background: rgb(0 0 0 / .58)
}

.about-basi-video:hover .play-btn {
    transform: scale(1.06)
}

@keyframes playPulse {
    0% {
        box-shadow: 0 0 0 0 rgb(225 40 38 / .38),0 18px 45px rgb(0 0 0 / .28)
    }

    70% {
        box-shadow: 0 0 0 24px #fff0,0 18px 45px rgb(0 0 0 / .28)
    }

    100% {
        box-shadow: 0 0 0 0 #fff0,0 18px 45px rgb(0 0 0 / .28)
    }
}

.why-basi-pixel {
    position: relative;
    overflow: hidden;
    min-height: 700px;
    padding: 78px 0 82px;
    background: linear-gradient(to top,rgb(255 250 245 / .02) 0%,rgb(255 250 245 / .08) 10%,rgb(255 250 245 / .18) 22%,rgb(255 250 245 / .38) 38%,rgb(255 250 245 / .68) 55%,rgb(255 250 245 / .92) 74%,#fffaf5 100%),linear-gradient(90deg,rgb(255 250 245 / .04) 0%,rgb(255 250 245 / .08) 18%,rgb(255 250 245 / .16) 36%,rgb(255 250 245 / .42) 52%,rgb(255 250 245 / .82) 72%,#fffaf5 100%),url(/images/why-basi.jpg);
    background-position: center top,left top,left bottom;
    background-size: cover,cover,58% auto;
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-color: #fffaf5
}

.why-basi-container {
    width: min(1440px,calc(100% - 80px));
    margin: auto;
    position: relative
}

.why-basi-left {
    width: 46%;
    min-height: 520px;
    position: relative;
    z-index: 2
}

.why-kicker {
    display: block;
    color: #d82424;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 24px
}

    .why-kicker:after {
        content: "";
        display: block;
        width: 42px;
        height: 1px;
        background: #d82424;
        margin-top: 24px
    }

.why-basi-left h2 {
    margin: 0;
    color: #222;
    font-size: 58px;
    line-height: 1.12;
    letter-spacing: -1.8px;
    font-weight: 700
}

    .why-basi-left h2 strong {
        color: #d82424;
        font-weight: 700
    }

.why-basi-left p {
    max-width: 520px;
    margin: 24px 0 0;
    color: #111;
    font-size: 21px;
    line-height: 1.58
}

.why-basi-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 52%;
    display: grid;
    gap: 22px;
    z-index: 3
}

.why-info-card {
    display: grid;
    grid-template-columns: 132px 1fr;
    align-items: center;
    gap: 26px;
    padding: 15px 36px 15px 34px;
    border-radius: 14px;
    background: rgb(255 255 255 / .94);
    border: 1px solid rgb(29 23 20 / .08);
    box-shadow: 0 12px 34px rgb(70 42 18 / .10)
}

.why-icon {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff0ed;
    position: relative
}

    .why-icon:after {
        content: "";
        position: absolute;
        right: -32px;
        top: 50%;
        width: 1px;
        height: 80px;
        transform: translateY(-50%);
        background: rgb(216 36 36 / .20)
    }

    .why-icon svg {
        width: 58px;
        height: 58px;
        stroke: #d82424;
        stroke-width: 2.3;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round
    }

.why-card-copy h3 {
    margin: 0 0 10px;
    color: #060606;
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: -.4px;
    font-weight: 700
}

.why-card-copy p {
    margin: 0;
    color: #1b1b1b;
    font-size: 20px;
    line-height: 1.42
}

    .why-card-copy p strong {
        color: #d82424;
        font-weight: 500
    }

.why-logo-mark {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #d82424;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 0
}

    .why-logo-mark:before {
        content: "";
        width: 28px;
        height: 34px;
        background: #fff;
        clip-path: polygon(50% 0,100% 18%,82% 82%,50% 100%,18% 82%,0 18%);
        opacity: .95
    }

.why-bottom-panel {
    left: 30%;
    transform: translateX(-50%);
    align-items: center;
    position: relative;
    z-index: 4;
    margin: 196px 0 0 auto;
    width: 72%;
    min-height: 132px;
    display: grid;
    grid-template-columns: 90px 1fr 370px;
    gap: 28px;
    padding: 28px 46px;
    border-radius: 18px;
    background: rgb(255 255 255 / .95);
    border: 1px solid rgb(29 23 20 / .08);
    box-shadow: 0 18px 46px rgb(70 42 18 / .12)
}

    .why-bottom-panel p {
        margin: 0;
        max-width: 100%;
        font-size: 15px;
        line-height: 1.55;
        color: #111
    }

.why-bottom-cta {
    position: relative;
    padding-left: 34px;
    border-left: 1px solid rgb(225 40 38 / .24);
    text-align: left;
    white-space: normal
}

    .why-bottom-cta span {
        display: block;
        color: #090909;
        font-size: 21px;
        line-height: 1.2;
        font-weight: 700
    }

    .why-bottom-cta strong {
        display: block;
        margin-top: 8px;
        color: var(--basi-red);
        font-size: 25px;
        line-height: 1.15;
        font-weight: 700
    }

.basi-india-pixel {
    padding: 95px 0;
    background: #fff;
    overflow: hidden
}

.basi-india-wrap {
    width: min(1320px, calc(100% - 70px));
    margin: auto;
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 58px;
    align-items: start
}

.basi-india-kicker {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: var(--basi-red);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 38px
}

    .basi-india-kicker:before {
        content: "";
        width: 46px;
        height: 2px;
        background: var(--basi-red)
    }

.basi-india-left h2 {
    margin: 0;
    color: #181818;
    font-size: 58px;
    line-height: 1.12;
    letter-spacing: -2.5px;
    font-weight: 700
}

    .basi-india-left h2 strong {
        color: var(--basi-red);
        font-weight: 700
    }

.basi-india-left p {
    max-width: 620px;
    margin: 36px 0 0;
    color: #5c5c5c;
    font-size: 20px;
    line-height: 1.75
}

.basi-india-right {
    padding-top: 105px;
    min-width: 0
}

.basi-india-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 0 0 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid rgb(0 0 0 / .14)
}

    .basi-india-row.last {
        grid-template-columns: 1fr 1fr;
        border-bottom: 0;
        margin-bottom: 0
    }

.basi-india-item {
    display: grid;
    grid-template-columns: 96px minmax(0,1fr);
    gap: 22px;
    align-items: start;
    position: relative;
    min-width: 0
}

.basi-india-row .basi-india-item:first-child:after {
    content: "";
    position: absolute;
    right: -16px;
    top: 0;
    width: 1px;
    height: 130px;
    background: rgb(0 0 0 / .16)
}

.basi-india-row.last .basi-india-item:after {
    display: none
}

.basi-india-icon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #fff0ed
}

    .basi-india-icon svg {
        width: 48px;
        height: 48px;
        stroke: var(--basi-red);
        stroke-width: 2.4;
        fill: none;
        stroke-linecap: round;
        stroke-linejoin: round
    }

.basi-india-item h3 {
    margin: 0 0 16px;
    color: #090909;
    font-size: 23px;
    line-height: 1.18;
    letter-spacing: -.5px;
    font-weight: 700;
    word-break: normal
}

.basi-india-item p {
    margin: 0;
    color: #5c5c5c;
    font-size: 17px;
    line-height: 1.55
}

.clean-faq {
    position: relative;
    padding: 105px 0;
    background: radial-gradient(circle at 10% 10%,rgb(225 40 38 / .055),transparent 28%),radial-gradient(circle at 92% 18%,rgb(184 137 66 / .075),transparent 30%),linear-gradient(180deg,#fff7ef 0%,#f3e7dc 100%);
    overflow: hidden
}

    .clean-faq .faq-head {
        max-width: 760px;
        margin: 0 auto 58px;
        text-align: center
    }

    .clean-faq .clean-kicker {
        justify-content: center
    }

    .clean-faq .clean-title {
        font-size: clamp(38px,5vw,58px);
        line-height: 1.02;
        letter-spacing: -2.4px
    }

.faq-category {
    max-width: 980px;
    margin: 0 auto 34px;
    padding: 34px;
    border-radius: 34px;
    background: rgb(255 250 245 / .72);
    border: 1px solid rgb(184 137 66 / .20);
    box-shadow: 0 28px 80px rgb(70 42 18 / .08)
}

    .faq-category h3 {
        margin: 0 0 22px;
        color: var(--basi-red);
        font-size: 23px;
        line-height: 1;
        letter-spacing: 2.6px;
        text-transform: uppercase;
        font-weight: 700
    }

.faq-item {
    margin-bottom: 14px;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg,#fbf2ea 0%,#f6eadf 100%);
    border: 1px solid rgb(29 23 20 / .08)
}

    .faq-item:last-child {
        margin-bottom: 0
    }

.faq-question {
    width: 100%;
    min-height: 72px;
    border: 0;
    background: #fff0;
    padding: 22px 58px 22px 24px;
    color: #171211;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    position: relative
}

    .faq-question:after {
        content: "+";
        position: absolute;
        right: 24px;
        top: 50%;
        width: 30px;
        height: 30px;
        display: grid;
        place-items: center;
        border-radius: 50%;
        background: #fff7ef;
        color: var(--basi-red);
        font-size: 22px;
        line-height: 1;
        transform: translateY(-50%);
        transition: .25s ease
    }

.faq-item.active .faq-question:after {
    content: "−";
    background: var(--basi-red);
    color: #fff
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease
}

    .faq-answer p {
        margin: 0;
        padding: 0 72px 24px 24px;
        color: var(--basi-text);
        font-size: 15px;
        line-height: 1.75
    }

.faq-item.active .faq-answer {
    max-height: 240px
}

.clean-sticky {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px
}

    .clean-sticky a {
        width: 46px;
        height: 46px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        color: #fff;
        text-decoration: none;
        box-shadow: 0 12px 30px rgb(0 0 0 / .18)
    }

    .clean-sticky svg {
        width: 22px;
        height: 22px;
        fill: currentColor
    }

.clean-whatsapp {
    background: #25D366
}

.clean-call {
    background: var(--basi-red)
}

.clean-mobile-cta {
    display: none
}

@media(max-width:1050px) {
    .clean-split, .about-basi-grid {
        grid-template-columns: 1fr
    }

    .why-basi-pixel {
        background: linear-gradient(180deg,rgb(255 250 245 / .95),rgb(255 250 245 / .86)),url(/images/why-basi.jpg) center bottom/cover no-repeat
    }

    .why-basi-left, .why-basi-right, .why-bottom-panel {
        width: 100%;
        position: relative
    }

    .why-basi-left {
        min-height: auto;
        margin-bottom: 34px
    }

    .why-basi-right {
        top: auto
    }

    .why-bottom-panel {
        left: auto;
        transform: none;
        margin: 28px 0 0;
        grid-template-columns: 70px 1fr
    }

    .why-bottom-cta {
        grid-column: 1 / -1;
        border-left: 0;
        border-top: 1px solid rgb(216 36 36 / .22);
        padding: 20px 0 0
    }

    .basi-india-wrap {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .basi-india-right {
        padding-top: 0
    }
}

@media(max-width:900px) {
    .about-basi-grid {
        gap: 30px
    }

    .about-basi-content h2 {
        font-size: 36px;
        letter-spacing: -1px
    }

    .about-basi-content p {
        font-size: 14px
    }

    .about-basi-video {
        height: 320px;
        border-radius: 22px
    }

    .play-btn {
        width: 68px;
        height: 68px
    }

        .play-btn:before {
            border-top-width: 12px;
            border-bottom-width: 12px;
            border-left-width: 20px
        }

    .basi-intro-premium {
        padding: 36px 0
    }

    .basi-intro-card {
        padding: 54px 24px;
        border-radius: 26px
    }

    .basi-intro-icon:before, .basi-intro-icon:after {
        width: 76px
    }

    .basi-intro-icon:before {
        right: 86px
    }

    .basi-intro-icon:after {
        left: 86px
    }

    .basi-intro-card p {
        font-size: 20px;
        line-height: 1.6;
        margin-bottom: 30px
    }

    .basi-intro-card h3 {
        font-size: 22px
    }
}

@media(max-width:768px) {
    .clean-container {
        width: min(100% - 28px,1180px)
    }

    .clean-section {
        padding: 62px 0
    }

    .clean-title {
        font-size: 30px;
        letter-spacing: -.8px;
        line-height: 1.12
    }

    .clean-copy p {
        font-size: 14px
    }

    .clean-btn {
        width: 100%
    }

    .basi-global-stats {
        padding: 0 !important
    }

    .basi-stats-wrap {
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 8px;
        padding: 0 14px !important
    }

    .basi-stat-item {
        margin-bottom: 0;
        text-align: center
    }

    .basi-stat-number {
        font-size: 34px;
        letter-spacing: -1px
    }

    .basi-stat-label {
        font-size: 13px;
        margin-top: 6px
    }

    .count-premium.is-done {
        transform: scale(1.02)
    }

    .clean-faq {
        padding: 70px 0
    }

        .clean-faq .faq-head {
            margin-bottom: 36px
        }

        .clean-faq .clean-title {
            font-size: 38px;
            letter-spacing: -1.3px
        }

    .faq-category {
        padding: 20px;
        border-radius: 24px;
        margin-bottom: 24px
    }

    .faq-question {
        min-height: auto;
        padding: 18px 52px 18px 18px;
        font-size: 15px
    }

    .faq-answer p {
        padding: 0 18px 20px;
        font-size: 14px
    }

    .clean-sticky {
        display: none
    }

    .clean-mobile-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        display: grid;
        grid-template-columns: 1fr 1fr;
        box-shadow: 0 -12px 34px rgb(0 0 0 / .12)
    }

        .clean-mobile-cta a {
            min-height: 56px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            font-size: 14px
        }

            .clean-mobile-cta a:first-child {
                background: #25D366
            }

            .clean-mobile-cta a:last-child {
                background: var(--basi-red)
            }
}

@media(max-width:700px) {
    .why-basi-pixel {
        padding: 40px 0;
        min-height: auto
    }

    .why-basi-container, .basi-india-wrap {
        width: min(100% - 28px,1180px)
    }

    .why-basi-left h2 {
        font-size: 38px;
        letter-spacing: -1px
    }

    .why-basi-left p {
        font-size: 16px
    }

    .why-info-card {
        grid-template-columns: 82px 1fr;
        gap: 18px;
        padding: 22px;
        min-height: auto;
        border-radius: 14px
    }

    .why-icon {
        width: 70px;
        height: 70px
    }

        .why-icon svg {
            width: 42px;
            height: 42px
        }

        .why-icon:after {
            right: -16px;
            height: 58px
        }

    .why-card-copy h3 {
        font-size: 19px
    }

    .why-card-copy p {
        font-size: 15px
    }

    .why-bottom-panel {
        grid-template-columns: 1fr;
        padding: 24px;
        text-align: center
    }

    .why-logo-mark {
        margin: auto
    }

    .basi-india-pixel {
        padding: 40px 0
    }

    .basi-india-left h2 {
        font-size: 40px;
        letter-spacing: -1.4px
    }

    .basi-india-left p {
        font-size: 15px;
        margin-top: 22px
    }

    .basi-india-row, .basi-india-row.last {
        grid-template-columns: 1fr;
        gap: 26px;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

        .basi-india-row .basi-india-item:first-child:after {
            display: none
        }

    .basi-india-item {
        grid-template-columns: 78px 1fr;
        gap: 18px
    }

    .basi-india-icon {
        width: 68px;
        height: 68px
    }

        .basi-india-icon svg {
            width: 40px;
            height: 40px
        }

    .basi-india-item h3 {
        font-size: 20px;
        margin-bottom: 8px
    }

    .basi-india-item p {
        font-size: 15px
    }
}

@media(max-width:600px) {
    .why-bottom-panel {
        padding: 22px;
        grid-template-columns: 1fr;
        text-align: left
    }

    .why-logo-mark {
        margin-bottom: 0
    }
}

@media(max-width:520px) {
    .about-basi-video {
        height: 260px
    }

    .basi-stat-number {
        font-size: 31px
    }

    .basi-stat-label {
        font-size: 12px
    }

    .basi-intro-card p br {
        display: none
    }

    .basi-intro-icon:before, .basi-intro-icon:after {
        width: 48px
    }
}

.premium-studio-story {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    background: radial-gradient(circle at 12% 20%,rgb(225 40 38 / .08),transparent 28%),linear-gradient(180deg,#fffaf5 0%,#fff 100%)
}

    .premium-studio-story:before {
        content: "";
        position: absolute;
        right: -120px;
        top: 70px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: rgb(225 40 38 / .06);
        pointer-events: none
    }

    .premium-studio-story .about-basi-grid {
        position: relative;
        display: grid;
        grid-template-columns: .95fr 1.05fr;
        gap: 70px;
        align-items: center
    }

.premium-kicker {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #e12826;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .18em;
    margin-bottom: 18px
}

    .premium-kicker:before {
        content: "";
        width: 42px;
        height: 1px;
        background: #e12826
    }

.premium-studio-story .about-basi-content h2 {
    margin: 0 0 24px;
    font-size: clamp(44px,5vw,60px);
    line-height: .98;
    letter-spacing: -3px;
    font-weight: 700;
    color: #111
}

.premium-studio-story .about-basi-content p {
    color: #4e4a45;
    font-size: 17px;
    line-height: 1.9;
    margin: 0 0 22px
}

.premium-studio-story .premium-lead {
    font-size: 14px !important;
    color: #302b27 !important
}

.studio-feature-list {
    display: grid;
    gap: 12px;
    margin: 28px 0
}

    .studio-feature-list div {
        display: flex;
        align-items: center;
        gap: 12px;
        color: #111;
        font-size: 15px;
        font-weight: 700
    }

    .studio-feature-list i {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #fff1eb;
        color: #e12826;
        font-size: 12px
    }

.premium-about-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 34px
}

.premium-about-btn {
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    background: #e12826;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 18px 36px rgb(225 40 38 / .22)
}

.premium-about-link {
    color: #e12826;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    text-decoration: none
}

.premium-video-card {
    position: relative;
    min-height: 520px;
    border-radius: 38px;
    overflow: hidden;
    background: #111;
    box-shadow: 0 34px 90px rgb(70 42 18 / .18)
}

    .premium-video-card:before {
        content: "";
        position: absolute;
        inset: 16px;
        border: 1px solid rgb(255 255 255 / .18);
        border-radius: 28px;
        z-index: 2;
        pointer-events: none
    }

    .premium-video-card video {
        width: 100%;
        height: 100%;
        min-height: 520px;
        object-fit: cover;
        display: block;
        filter: saturate(.95) contrast(1.05)
    }

    .premium-video-card .video-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,rgb(0 0 0 / .25),rgb(0 0 0 / .42));
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 16px;
        cursor: pointer;
        z-index: 3
    }

    .premium-video-card .play-btn {
        width: 96px;
        height: 96px;
        border-radius: 50%;
        background: #fff;
        display: grid;
        place-items: center;
        box-shadow: 0 0 0 18px rgb(255 255 255 / .16)
    }

        .premium-video-card .play-btn:before {
            content: "";
            width: 0;
            height: 0;
            border-top: 17px solid #fff0;
            border-bottom: 17px solid #fff0;
            border-left: 25px solid #e12826;
            margin-left: 7px
        }

    .premium-video-card .video-overlay span {
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .16em
    }

.video-badge {
    position: absolute;
    left: 28px;
    bottom: 28px;
    z-index: 4;
    padding: 18px 22px;
    border-radius: 22px;
    background: rgb(255 255 255 / .92);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 42px rgb(0 0 0 / .16)
}

    .video-badge strong {
        display: block;
        color: #e12826;
        font-size: 34px;
        line-height: 1
    }

    .video-badge span {
        display: block;
        margin-top: 4px;
        color: #111;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase
    }

@media(max-width:1000px) {
    .premium-studio-story .about-basi-grid {
        grid-template-columns: 1fr;
        gap: 42px
    }

    .premium-video-card, .premium-video-card video {
        min-height: 420px
    }
}

@media(max-width:700px) {
    .premium-studio-story {
        padding: 40px 0
    }

    .video-badge {
        position: absolute;
        left: 28px;
        bottom: 5px
    }

    .premium-studio-story .about-basi-content h2 {
        font-size: 30px;
        letter-spacing: -1.4px
    }

    .premium-studio-story .about-basi-content p {
        font-size: 15px
    }

    .premium-video-card, .premium-video-card video {
        min-height: 320px;
        border-radius: 26px
    }

        .premium-video-card .play-btn {
            width: 76px;
            height: 76px
        }
}

.why-basi-pixel {
    position: relative;
    overflow: hidden
}

    .why-basi-pixel:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg,#fff0 0%,#fff0 22%,rgb(255 250 245 / .74) 42%,rgb(255 250 245 / .18) 64%,rgb(255 250 245 / .02) 100%);
        z-index: 1;
        pointer-events: none
    }

.why-basi-container {
    position: relative;
    z-index: 2
}

.why-basi-left {
    position: relative;
    z-index: 3;
    padding: 34px;
    border-radius: 34px
}

    .why-basi-left h2 {
        position: relative;
        line-height: .96 !important;
        letter-spacing: -3px;
        text-shadow: 0 2px 14px rgb(255 255 255 / .22)
    }

    .why-basi-left p {
        position: relative;
        color: #1e1e1e !important;
        font-size: 20px !important;
        line-height: 1.8 !important;
        max-width: 560px;
        font-weight: 500;
        text-shadow: 0 1px 8px rgb(255 255 255 / .55)
    }

    .why-basi-left:after {
        content: "";
        position: absolute;
        left: 0;
        top: 34px;
        width: 4px;
        height: 120px;
        border-radius: 10px;
        background: linear-gradient(180deg,#e12826,#ff6b5e)
    }

@media(max-width:900px) {
    .why-basi-pixel:before {
        background: linear-gradient(180deg,rgb(255 250 245 / .94) 0%,rgb(255 250 245 / .86) 35%,rgb(255 250 245 / .55) 100%)
    }

    .why-basi-left {
        padding: 24px;
        background: rgb(255 255 255 / .48)
    }

        .why-basi-left h2 {
            letter-spacing: -1.5px
        }

        .why-basi-left p {
            font-size: 16px !important;
            line-height: 1.7 !important
        }
}

/* =========================================
   BASI ECOSYSTEM - EXACT PREMIUM FINAL
========================================= */

.basi-ecosystem-section {
    position: relative;
    min-height: 860px;
    background: #f6f0ea;
    overflow: hidden;
}

.basi-ecosystem-bg {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, #fff 0%, rgb(255 255 255 / 0%) 30%, rgba(255, 255, 255, .84) 43%, rgba(255, 255, 255, .20) 60%, rgba(255, 255, 255, 0) 74%), url(/images/basi-ecosystem-bg.jpg) center right / cover no-repeat;
}

.basi-ecosystem-inner {
    position: relative;
    z-index: 2;
    width: min(1500px,calc(100% - 96px));
    min-height: 860px;
    margin: auto;
    display: grid;
    grid-template-columns: 42% 58%;
}

.basi-ecosystem-left {
    padding: 128px 0 84px;
    display: flex;
    flex-direction: column;
}

.eco-logo {
    width: 185px;
    height: auto;
    margin-bottom: 44px;
}

.basi-ecosystem-left h2 {
    margin: 0;
    max-width: 600px;
    font-size: 60px;
    line-height: .96;
    letter-spacing: -2.2px;
    font-weight: 700;
    color: #111;
}

    .basi-ecosystem-left h2 span {
        color: #b10f18;
    }

.eco-red-line {
    width: 86px;
    height: 4px;
    background: #b10f18;
    margin: 34px 0 34px;
}

.basi-ecosystem-left p {
    margin: 0 0 28px;
    max-width: 500px;
    color: #111;
    font-size: 16px;
    line-height: 1.82;
    font-weight: 400;
}

.eco-tagline {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 26px;
    padding-top: 48px;
}

.eco-flower {
    width: 118px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(0,0,0,.22);
    color: #b10f18;
    font-size: 44px;
}

.eco-tagline strong,
.eco-tagline span {
    display: block;
    font-family: Georgia,'Times New Roman',serif;
    font-size: 33px;
    line-height: 1.12;
    font-weight: 700;
    color: #111;
}

.eco-tagline span {
    color: #b10f18;
}

/* RIGHT CARDS */
.basi-ecosystem-cards {
    align-self: end;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin: 0 0 54px -36px;
}

.eco-card {
    min-height: 390px;
    padding: 32px 22px 28px;
    border-radius: 26px;
    background: #fbf7f4;
    border: 1px solid rgba(0,0,0,.10);
    box-shadow: 0 20px 55px rgba(0,0,0,.08);
    text-align: center;
    backdrop-filter: blur(8px);
}

.eco-icon {
    width: 76px;
    height: 76px;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: linear-gradient(135deg,#d91f26,#a70d14);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
}

.eco-card h3 {
    margin: 0;
    color: #111;
    font-size: 18px;
    line-height: 1.38;
    font-weight: 700;
    letter-spacing: -.5px;
}

.eco-card-line {
    width: 42px;
    height: 2px;
    background: #b10f18;
    margin: 22px auto;
}

.eco-card p {
    margin: 0;
    color: #202020;
    font-size: 14px;
    line-height: 1.58;
    font-weight: 400;
}

/* TABLET */
@media(max-width:1100px) {

    .basi-ecosystem-section {
        min-height: auto;
    }

    .basi-ecosystem-bg {
        background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,.95) 42%, rgba(255,255,255,.55) 72%, rgba(255,255,255,.12) 100%), url('/images/basi-ecosystem-bg.jpg') center top/cover no-repeat;
    }

    .basi-ecosystem-inner {
        width: min(100% - 48px,1200px);
        min-height: auto;
        grid-template-columns: 1fr;
    }

    .basi-ecosystem-left {
        padding: 54px 0 34px;
    }

    .basi-ecosystem-cards {
        margin: 40px 0 64px;
        grid-template-columns: repeat(2,1fr);
    }
}

/* MOBILE */
@media(max-width:700px) {

    .basi-ecosystem-inner {
        width: min(100% - 28px,1200px);
    }

    .eco-logo {
        width: 122px;
        margin-bottom: 28px;
    }

    .basi-ecosystem-left h2 {
        font-size: 42px;
        line-height: 1;
        letter-spacing: -1.2px;
    }

    .eco-red-line {
        width: 58px;
        height: 3px;
        margin: 24px 0;
    }

    .basi-ecosystem-left p {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 20px;
    }

    .eco-tagline {
        padding-top: 20px;
        gap: 14px;
    }

    .eco-flower {
        width: 62px;
        height: 58px;
        font-size: 26px;
    }

    .eco-tagline strong,
    .eco-tagline span {
        font-size: 22px;
    }

    .basi-ecosystem-cards {
        grid-template-columns: repeat(2,1fr);
        gap: 12px;
        margin: 28px 0 48px;
    }

    .eco-card {
        min-height: 245px;
        padding: 20px 12px;
        border-radius: 20px;
    }

    .eco-icon {
        width: 62px;
        height: 62px;
        margin-bottom: 14px;
        font-size: 24px;
    }

    .eco-card h3 {
        font-size: 14px;
        line-height: 1.35;
    }

    .eco-card-line {
        width: 32px;
        margin: 14px auto;
    }

    .eco-card p {
        font-size: 11px;
        line-height: 1.6;
    }
}
/* WHY BASI ICON FINAL */

.why-icon {
    width: 78px;
    height: 78px;
    min-width: 78px;
    border-radius: 50%;
    background: #fff4f2;
    border: 1px solid rgba(224,62,67,.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .why-icon i {
        font-size: 40px;
        color: #e12826;
        line-height: 1;
    }

/* MOBILE */
@media(max-width:700px) {

    .why-icon {
        width: 58px;
        height: 58px;
        min-width: 58px;
    }

        .why-icon i {
            font-size: 22px;
        }
}
/* =========================================
   HOME PAGE MOBILE PREMIUM FINAL CSS
========================================= */
@media(max-width:700px) {

    .basi-home-clean {
        background: #fff8f2;
    }

    .clean-container {
        width: min(100% - 26px,1180px) !important;
    }

    .clean-section {
        padding: 52px 0 !important;
    }

    /* HERO */
    .basi-hero {
        background: #fff8f2 !important;
    }

    .hero-img.mobile-img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    /* INTRO CARD */
    .basi-intro-premium {
        margin-top: -18px !important;
        padding: 0 0 26px !important;
        background: #fff8f2 !important;
    }

    .basi-intro-card {
        padding: 28px 18px 26px !important;
        border-radius: 24px !important;
        box-shadow: 0 20px 55px rgba(70,42,18,.10) !important;
    }

    .basi-intro-icon {
        width: 44px !important;
        height: 44px !important;
        margin-bottom: 16px !important;
    }

        .basi-intro-icon:before,
        .basi-intro-icon:after {
            width: 72px !important;
        }

    .basi-intro-card p {
        font-size: 13px !important;
        line-height: 1.65 !important;
        margin-bottom: 20px !important;
        letter-spacing: 0 !important;
    }

        .basi-intro-card p br {
            display: none !important;
        }

    .basi-intro-line {
        width: 48px !important;
        height: 3px !important;
        margin: 6px auto 20px !important;
    }

    .basi-intro-card h3 {
        font-size: 15px !important;
        line-height: 1.55 !important;
    }

    /* STATS + ABOUT */
    .clean-split {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }

    .basi-stats-wrap {
        display: grid !important;
        grid-template-columns: repeat(3,1fr) !important;
        gap: 10px !important;
        padding: 0 !important;
    }

    .basi-stat-item {
        background: #fff !important;
        border-radius: 20px !important;
        padding: 18px 8px !important;
        box-shadow: 0 14px 36px rgba(70,42,18,.06) !important;
    }

    .basi-stat-number {
        font-size: 30px !important;
        line-height: 1 !important;
    }

    .basi-stat-label {
        font-size: 12px !important;
        margin-top: 8px !important;
    }

    .clean-kicker {
        font-size: 10px !important;
        letter-spacing: 2px !important;
        margin-bottom: 12px !important;
    }

    .clean-title {
        font-size: 30px !important;
        line-height: 1.08 !important;
        letter-spacing: -1px !important;
    }

    .clean-copy p {
        font-size: 14px !important;
        line-height: 1.75 !important;
    }

    .clean-btn {
        width: auto !important;
        min-height: 44px !important;
        padding: 0 20px !important;
        font-size: 12px !important;
    }

    /* ABOUT STUDIO */
    .premium-studio-story {
        padding: 48px 0 !important;
    }

        .premium-studio-story .about-basi-grid {
            grid-template-columns: 1fr !important;
            gap: 28px !important;
        }

        .premium-studio-story .about-basi-content h2 {
            font-size: 32px !important;
            line-height: 1.05 !important;
            letter-spacing: -1.2px !important;
        }

        .premium-studio-story .about-basi-content p {
            font-size: 13px !important;
            line-height: 1.75 !important;
        }

    .studio-feature-list {
        gap: 10px !important;
        margin: 20px 0 !important;
    }

        .studio-feature-list div {
            font-size: 13px !important;
            align-items: flex-start !important;
        }

    .premium-about-actions {
        gap: 12px !important;
        margin-top: 24px !important;
    }

    .premium-about-btn {
        min-height: 42px !important;
        padding: 0 18px !important;
        font-size: 11px !important;
    }

    .premium-video-card,
    .premium-video-card video {
        min-height: 245px !important;
        border-radius: 24px !important;
    }

        .premium-video-card .play-btn {
            width: 68px !important;
            height: 68px !important;
        }

    .video-badge {
        left: 16px !important;
        bottom: 14px !important;
        padding: 12px 14px !important;
        border-radius: 16px !important;
    }

        .video-badge strong {
            font-size: 24px !important;
        }

    /* WHY BASI */
    .why-basi-pixel {
        padding: 50px 0 !important;
        min-height: auto !important;
        background-size: cover !important;
    }

    .why-basi-container {
        width: min(100% - 26px,1180px) !important;
    }

    .why-basi-left {
        width: 100% !important;
        min-height: auto !important;
        padding: 22px 18px !important;
        border-radius: 24px !important;
        background: rgba(255,255,255,.72) !important;
        backdrop-filter: blur(8px) !important;
        margin-bottom: 18px !important;
    }

    .why-kicker {
        font-size: 10px !important;
        letter-spacing: 3px !important;
        margin-bottom: 16px !important;
    }

    .why-basi-left h2 {
        font-size: 34px !important;
        line-height: 1.02 !important;
        letter-spacing: -1.2px !important;
    }

    .why-basi-left p {
        font-size: 14px !important;
        line-height: 1.65 !important;
        margin-top: 16px !important;
    }

    .why-basi-right {
        position: relative !important;
        width: 100% !important;
        display: grid !important;
        gap: 12px !important;
    }

    .why-info-card {
        grid-template-columns: 58px 1fr !important;
        gap: 14px !important;
        padding: 16px !important;
        border-radius: 18px !important;
        box-shadow: 0 14px 36px rgba(70,42,18,.08) !important;
    }

    .why-icon {
        width: 54px !important;
        height: 54px !important;
        min-width: 54px !important;
    }

        .why-icon:after {
            display: none !important;
        }

        .why-icon i,
        .why-icon svg {
            font-size: 21px !important;
            width: 28px !important;
            height: 28px !important;
        }

    .why-card-copy h3 {
        font-size: 15px !important;
        line-height: 1.3 !important;
        margin-bottom: 5px !important;
    }

    .why-card-copy p {
        font-size: 12px !important;
        line-height: 1.45 !important;
    }

    /* ECOSYSTEM */
    .basi-ecosystem-section {
        min-height: auto !important;
    }

    .basi-ecosystem-bg {
        background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 42%, rgba(255,255,255,.66) 72%, rgba(255,255,255,.28) 100%), url('/images/basi-ecosystem-bg.jpg') center top/cover no-repeat !important;
    }

    .basi-ecosystem-inner {
        width: min(100% - 26px,1180px) !important;
        min-height: auto !important;
        grid-template-columns: 1fr !important;
    }

    .basi-ecosystem-left {
        padding: 48px 0 24px !important;
    }

        .basi-ecosystem-left h2 {
            font-size: 34px !important;
            line-height: 1.04 !important;
            letter-spacing: -1.1px !important;
        }

    .eco-red-line {
        width: 52px !important;
        height: 3px !important;
        margin: 22px 0 !important;
    }

    .basi-ecosystem-left p {
        font-size: 13px !important;
        line-height: 1.75 !important;
        margin-bottom: 18px !important;
    }

    .eco-tagline {
        margin-top: 20px !important;
        padding-top: 8px !important;
        gap: 14px !important;
    }

    .eco-flower {
        width: 54px !important;
        height: 54px !important;
        font-size: 22px !important;
    }

        .eco-flower i {
            font-size: 22px !important;
        }

    .eco-tagline strong,
    .eco-tagline span {
        font-size: 20px !important;
        line-height: 1.15 !important;
    }

    .basi-ecosystem-cards {
        grid-template-columns: repeat(2,1fr) !important;
        gap: 12px !important;
        margin: 24px 0 48px !important;
    }

    .eco-card {
        min-height: 225px !important;
        padding: 18px 10px !important;
        border-radius: 20px !important;
        box-shadow: 0 16px 38px rgba(70,42,18,.08) !important;
    }

    .eco-icon {
        width: 56px !important;
        height: 56px !important;
        margin-bottom: 12px !important;
        font-size: 22px !important;
    }

    .eco-card h3 {
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    .eco-card-line {
        width: 30px !important;
        margin: 12px auto !important;
    }

    .eco-card p {
        font-size: 10.5px !important;
        line-height: 1.55 !important;
    }

    /* FAQ */
    .clean-faq {
        padding: 62px 0 !important;
    }

        .clean-faq .faq-head {
            margin-bottom: 28px !important;
        }

        .clean-faq .clean-title {
            font-size: 30px !important;
            line-height: 1.08 !important;
            letter-spacing: -1px !important;
        }

    .faq-category {
        padding: 18px !important;
        border-radius: 24px !important;
        margin-bottom: 20px !important;
    }

        .faq-category h3 {
            font-size: 12px !important;
            letter-spacing: 2px !important;
            margin-bottom: 16px !important;
        }

    .faq-question {
        min-height: 54px !important;
        padding: 16px 46px 16px 16px !important;
        font-size: 13px !important;
        line-height: 1.4 !important;
    }

        .faq-question:after {
            right: 14px !important;
            width: 26px !important;
            height: 26px !important;
            font-size: 18px !important;
        }

    .faq-answer p {
        padding: 0 16px 18px !important;
        font-size: 13px !important;
        line-height: 1.65 !important;
    }
}

@media(max-width:390px) {

    .basi-stat-number {
        font-size: 27px !important;
    }

    .basi-stat-label {
        font-size: 11px !important;
    }

    .why-basi-left h2,
    .basi-ecosystem-left h2 {
        font-size: 31px !important;
    }

    .eco-card {
        min-height: 215px !important;
        padding: 16px 8px !important;
    }

        .eco-card p {
            font-size: 10px !important;
        }
}
/* =========================================
   HOME MOBILE FINAL FIXES ONLY
========================================= */
@media(max-width:700px) {

    /* 2) Stats premium mobile */
    .basi-stats-wrap {
        display: grid !important;
        grid-template-columns: repeat(3,1fr) !important;
        gap: 10px !important;
        padding: 0 !important;
        max-width: 100% !important;
    }

    .basi-stat-item {
        position: relative;
        overflow: hidden;
        min-height: 112px !important;
        margin: 0 !important;
        padding: 18px 8px 16px !important;
        border-radius: 22px !important;
        background: linear-gradient(180deg,#fff 0%,#fff7f1 100%) !important;
        border: 1px solid rgba(225,40,38,.10) !important;
        box-shadow: 0 16px 38px rgba(70,42,18,.08) !important;
        text-align: center !important;
    }

        .basi-stat-item:before {
            content: "";
            position: absolute;
            right: -24px;
            top: -24px;
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: rgba(225,40,38,.07);
        }

    .basi-stat-number {
        position: relative;
        z-index: 2;
        font-size: 31px !important;
        line-height: 1 !important;
        font-weight: 700 !important;
        color: #e12826 !important;
        letter-spacing: -1px !important;
    }

    .basi-stat-label {
        position: relative;
        z-index: 2;
        margin-top: 8px !important;
        color: #3d3d3c !important;
        font-size: 12px !important;
        line-height: 1.25 !important;
        font-weight: 700 !important;
    }

    /* 3) Global benchmark: hide middle 2 paragraphs */
    .clean-copy p:nth-of-type(2),
    .clean-copy p:nth-of-type(3) {
        display: none !important;
    }

    /* 4) About BASI Studio mobile hide last paragraph + video badge */
    .premium-studio-story .about-basi-content > p:last-of-type {
        display: none !important;
    }

    .premium-studio-story .video-badge {
        display: none !important;
    }

    /* 5) Built on Science cards 2x2 mobile */
    .why-basi-right {
        display: grid !important;
        grid-template-columns: repeat(2,1fr) !important;
        gap: 12px !important;
        position: relative !important;
        width: 100% !important;
        top: auto !important;
        right: auto !important;
    }

    .why-info-card {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: flex-start !important;
        min-height: 168px !important;
        padding: 18px 10px !important;
        border-radius: 20px !important;
        text-align: center !important;
        gap: 10px !important;
    }

    .why-icon {
        width: 54px !important;
        height: 54px !important;
        min-width: 54px !important;
        margin: 0 auto !important;
    }

        .why-icon:after {
            display: none !important;
        }

    .why-card-copy h3 {
        font-size: 13px !important;
        line-height: 1.25 !important;
        margin: 0 0 6px !important;
        letter-spacing: -.2px !important;
    }

    .why-card-copy p {
        font-size: 11px !important;
        line-height: 1.45 !important;
        margin: 0 !important;
    }
}

@media(max-width:390px) {

    .basi-stat-item {
        min-height: 104px !important;
        padding: 16px 6px 14px !important;
    }

    .basi-stat-number {
        font-size: 28px !important;
    }

    .basi-stat-label {
        font-size: 11px !important;
    }

    .why-info-card {
        min-height: 160px !important;
    }
}
/* FAQ DESKTOP 2 COLUMN PREMIUM */
@media(min-width:901px) {

    .clean-faq {
        padding: 110px 0;
        background: radial-gradient(circle at 10% 12%,rgba(225,40,38,.06),transparent 28%), radial-gradient(circle at 90% 18%,rgba(184,137,66,.08),transparent 30%), linear-gradient(180deg,#fff8f1 0%,#f4e8dd 100%);
    }

    .faq-wrap {
        max-width: 1160px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 18px 22px;
    }

        .faq-wrap .faq-item {
            margin: 0;
            border-radius: 22px;
            background: #fff;
            border: 1px solid rgba(184,137,66,.18);
            box-shadow: 0 18px 48px rgba(70,42,18,.08);
        }

        .faq-wrap .faq-question {
            min-height: 68px;
            padding: 22px 62px 22px 24px;
            font-size: 15px;
            font-weight: 700;
            color: #16110f;
        }

        .faq-wrap .faq-answer p {
            padding: 0 24px 24px;
            font-size: 14px;
            line-height: 1.75;
        }

        .faq-wrap .faq-item.active {
            grid-column: auto;
            background: linear-gradient(180deg,#fff 0%,#fff7f1 100%);
            border-color: rgba(225,40,38,.18);
        }
}
/* APP DOWNLOAD SECTION */

.basi-app-download {
    padding: 64px 0;
    background: #fffaf5;
}

.basi-app-wrap {
    width: min(1380px,calc(100% - 48px));
    margin: auto;
    padding: 46px;
    border-radius: 38px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 30px 90px rgba(70,42,18,.10);
}

.basi-app-grid {
    display: grid;
    grid-template-columns: 1fr .95fr;
    gap: 44px;
    align-items: center;
}

.basi-app-kicker {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    color: #e12826;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}

    .basi-app-kicker:before {
        content: "";
        width: 42px;
        height: 1.5px;
        background: #e12826;
    }

.basi-app-content h2 {
    margin: 0;
    font-size: clamp(42px,4vw,54px);
    line-height: 1.04;
    letter-spacing: -2px;
    font-weight: 700;
    color: #111;
}

    .basi-app-content h2 span {
        color: #e12826;
    }

.basi-app-content > p {
    margin: 24px 0 0;
    max-width: 600px;
    color: #5f5f5f;
    font-size: 16px;
    line-height: 1.9;
}

.basi-qr-box {
    margin-top: 34px;
    max-width: 520px;
    padding: 20px;
    border-radius: 24px;
    background: #fff8f4;
    border: 1px solid rgba(225,40,38,.16);
    display: grid;
    grid-template-columns: 132px 1px 1fr;
    gap: 22px;
    align-items: center;
}

.basi-qr-img {
    width: 132px;
    height: 132px;
    border-radius: 20px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 12px 30px rgba(70,42,18,.10);
}

    .basi-qr-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

.basi-qr-line {
    width: 1px;
    height: 86px;
    background: rgba(225,40,38,.25);
}

.basi-qr-text h3 {
    margin: 0 0 10px;
    color: #e12826;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}

.basi-qr-text p {
    margin: 0;
    color: #5f5f5f;
    font-size: 14px;
    line-height: 1.7;
}

.basi-app-visual img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 32px;
    box-shadow: 0 24px 70px rgba(0,0,0,.12);
}

/* FEATURES */

.basi-app-features {
    margin-top: 32px;
    padding: 22px;
    border-radius: 28px;
    background: #fffdfb;
    border: 1px solid rgba(0,0,0,.05);
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}

.basi-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-right: 1px solid rgba(225,40,38,.14);
}

    .basi-feature:last-child {
        border-right: 0;
    }

    .basi-feature i {
        flex-shrink: 0;
        width: 54px;
        height: 54px;
        border-radius: 50%;
        display: grid;
        place-items: center;
        background: #fff1eb;
        color: #e12826;
        font-size: 20px;
    }

    .basi-feature h4 {
        margin: 0 0 4px;
        color: #e12826;
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        white-space: nowrap;
    }

    .basi-feature p {
        margin: 0;
        color: #666;
        font-size: 13px;
        line-height: 1.5;
    }

/* BOTTOM STRIP */

.basi-app-bottom-strip {
    margin-top: 26px;
    padding: 26px 34px;
    border-radius: 26px;
    background: linear-gradient(135deg,#ef1f1f 0%,#d71919 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    box-shadow: 0 22px 60px rgba(225,40,38,.25);
}

.basi-strip-left {
    display: flex;
    align-items: center;
    gap: 18px;
}

.basi-strip-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    background: rgba(255,255,255,.14);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 30px;
}

.basi-strip-content h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 32px;
    line-height: 1.08;
    letter-spacing: -1px;
    font-weight: 700;
}

.basi-strip-content p {
    margin: 0;
    color: rgba(255,255,255,.88);
    font-size: 18px;
    line-height: 1.6;
}

.basi-store-buttons {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.store-btn {
    min-width: 210px;
    min-height: 72px;
    padding: 0 24px;
    border-radius: 18px;
    background: #111;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 18px;
    transition: .25s ease;
}

    .store-btn:hover {
        transform: translateY(-3px);
        color: #fff;
    }

    .store-btn i {
        font-size: 34px;
    }

    .store-btn span {
        display: flex;
        flex-direction: column;
        line-height: 1.1;
        font-size: 24px;
        font-weight: 700;
    }

    .store-btn small {
        font-size: 10px;
        font-weight: 600;
        letter-spacing: .14em;
        opacity: .7;
        margin-bottom: 6px;
    }

/* TABLET */

@media(max-width:1000px) {
    .basi-app-grid {
        grid-template-columns: 1fr;
    }

    .basi-app-visual img {
        height: auto;
    }

    .basi-app-features {
        grid-template-columns: repeat(2,1fr);
    }

    .basi-feature {
        border-right: 0;
        border: 1px solid rgba(0,0,0,.05);
        border-radius: 18px;
        background: #fff;
    }
}

/* MOBILE */

@media(max-width:700px) {
    .basi-app-download {
        padding: 42px 0;
    }

    .basi-app-wrap {
        width: min(100% - 28px,1180px);
        padding: 24px;
        border-radius: 28px;
    }

    .basi-app-content h2 {
        font-size: 34px;
        letter-spacing: -1px;
    }

    .basi-app-content > p {
        font-size: 14px;
        line-height: 1.75;
    }

    .basi-qr-box {
        grid-template-columns: 110px 1fr !important;
        gap: 16px !important;
        align-items: center !important;
        padding: 16px !important;
    }

    .basi-qr-line {
        display: none !important;
    }

    .basi-qr-img {
        width: 110px !important;
        height: 110px !important;
        margin: 0 !important;
    }

    .basi-qr-text h3 {
        font-size: 16px !important;
        line-height: 1.2 !important;
        margin-bottom: 6px !important;
    }

    .basi-qr-text p {
        font-size: 12px !important;
        line-height: 1.55 !important;
    }


    .basi-app-features {
        grid-template-columns: 1fr;
        padding: 14px;
        gap: 12px;
    }

    .basi-feature {
        padding: 12px;
    }

        .basi-feature i {
            width: 46px;
            height: 46px;
            font-size: 17px;
        }

        .basi-feature h4 {
            font-size: 14px;
            white-space: normal;
        }

        .basi-feature p {
            font-size: 12px;
        }

    .basi-app-bottom-strip {
        padding: 22px;
        align-items: flex-start;
    }

    .basi-strip-left {
        flex-direction: column;
        align-items: flex-start;
    }

    .basi-strip-content h3 {
        font-size: 26px;
    }

    .basi-strip-content p {
        font-size: 15px;
    }

    .basi-store-buttons {
        width: 100%;
        flex-direction: column;
    }

    .store-btn {
        width: 100%;
    }
}

.basi-app-features {
    display: grid !important;
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

.basi-feature {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    min-width: 0 !important;
}

@media(max-width:1000px) {
    .basi-app-features {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }
}

@media(max-width:600px) {
    .basi-app-features {
        grid-template-columns: 1fr !important;
    }
}

@media(max-width:700px) {

    .basi-app-features {
        display: grid !important;
        grid-template-columns: repeat(2,1fr) !important;
        gap: 12px !important;
        padding: 14px !important;
    }

    .basi-feature {
        display: block !important;
        text-align: center !important;
        padding: 14px 10px !important;
        border-radius: 18px !important;
    }

        .basi-feature i {
            margin: 0 auto 10px !important;
            width: 44px !important;
            height: 44px !important;
        }

        .basi-feature h4 {
            font-size: 12px !important;
            white-space: normal !important;
        }

        .basi-feature p {
            font-size: 10px !important;
            line-height: 1.35 !important;
        }
}
/* MOBILE APP CTA FIX */

@media(max-width:700px) {

    .basi-app-bottom-strip {
        padding: 18px !important;
        border-radius: 26px !important;
    }

    .basi-strip-left {
        flex-direction: row !important;
        align-items: center !important;
        gap: 14px !important;
    }

    .basi-strip-icon {
        width: 54px !important;
        height: 54px !important;
        border-radius: 16px !important;
        font-size: 22px !important;
        flex-shrink: 0 !important;
    }

    .basi-strip-content h3 {
        margin: 0 0 4px !important;
        font-size: 20px !important;
        line-height: 1.15 !important;
        letter-spacing: -.6px !important;
    }

    .basi-strip-content p {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    .basi-store-buttons {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
    }

    .store-btn {
        min-width: unset !important;
        width: 100% !important;
        min-height: 58px !important;
        padding: 0 14px !important;
        border-radius: 16px !important;
        gap: 10px !important;
        justify-content: center !important;
    }

        .store-btn i {
            font-size: 24px !important;
        }

        .store-btn span {
            font-size: 16px !important;
            line-height: 1 !important;
        }

        .store-btn small {
            font-size: 8px !important;
            margin-bottom: 4px !important;
        }
}

/* EXTRA SMALL MOBILE */

@media(max-width:420px) {

    .basi-strip-content h3 {
        font-size: 17px !important;
    }

    .basi-store-buttons {
        grid-template-columns: 1fr 1fr !important;
    }

    .store-btn {
        min-height: 54px !important;
        padding: 0 10px !important;
    }

        .store-btn span {
            font-size: 13px !important;
        }

        .store-btn i {
            font-size: 20px !important;
        }
}

.basi-global-strength {
    display: none;
}

@media(max-width:700px) {

    .basi-global-strength {
        display: flex;
        justify-content: center;
        margin-bottom: 18px;
    }

        .basi-global-strength span {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 18px;
            border-radius: 999px;
            background: #fff5f3;
            border: 1px solid rgba(225,40,38,.12);
            color: #111;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: .08em;
            text-transform: uppercase;
            box-shadow: 0 10px 24px rgba(225,40,38,.08);
        }

            .basi-global-strength span:before {
                content: "";
                width: 22px;
                height: 2px;
                border-radius: 20px;
                background: #e12826;
            }

    .basi-stat-number {
        font-size: 28px !important;
    }
}
/* MOBILE QR + CTA SWITCH */

@media(max-width:700px) {

    /* TOP QR SECTION HIDE */
    .basi-qr-box {
        display: none !important;
    }

    /* BOTTOM RED STRIP LAYOUT */
    .basi-app-bottom-strip {
        padding: 20px !important;
        border-radius: 28px !important;
        align-items: flex-start !important;
    }

    .basi-strip-left {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 72px 1fr !important;
        gap: 16px !important;
        align-items: center !important;
    }

    /* MOBILE ICON REPLACE WITH QR */
    .basi-strip-icon {
        width: 72px !important;
        height: 72px !important;
        border-radius: 0px !important;
        background: #fff !important;
        overflow: hidden !important;
        padding: 6px !important;
        box-shadow: 0 10px 24px rgba(0,0,0,.12) !important;
        position: relative !important;
    }

        .basi-strip-icon i {
            display: none !important;
        }

        .basi-strip-icon::before {
            content: "";
            position: absolute;
            inset: 0;
            background: url('/images/appqr.png') center/cover no-repeat;
        }

    .basi-strip-content h3 {
        margin: 0 0 6px !important;
        font-size: 24px !important;
        line-height: 1.12 !important;
        letter-spacing: -.8px !important;
    }

    .basi-strip-content p {
        font-size: 13px !important;
        line-height: 1.6 !important;
    }

    /* STORE BUTTONS */
    .basi-store-buttons {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 10px !important;
        margin-top: 18px !important;
    }

    .store-btn {
        min-width: unset !important;
        width: 100% !important;
        min-height: 56px !important;
        padding: 0 12px !important;
        border-radius: 16px !important;
        gap: 10px !important;
        justify-content: center !important;
    }

        .store-btn i {
            font-size: 20px !important;
        }

        .store-btn span {
            font-size: 13px !important;
        }

        .store-btn small {
            font-size: 8px !important;
            margin-bottom: 3px !important;
        }
}
