html, body {
    font-size: 16px;
    width: 100%;
    overflow-x: hidden;
}

body {
/*    background-color: #f9F5F4;*/
    background-color: rgb(249 245 244);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Montserrat", sans-serif; */
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    /* letter-spacing: -3px; */
    color: #183153;
}

h1 {
    margin-bottom: -20px;
    font-size: 60px;
}

h2 {
    font-weight: 400;
}

p,
li {
    color: #183153;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    line-height: 150%;
    max-width: 600px;
}

a {
    /*    
    background-color: #001025;
    color: white;
    padding: 10px 15px;
    border-radius: 15px;
    text-decoration: none;
    border: 4px solid #F1C700;
    border: 2px solid white;
    margin-right: 10px;
    */

    color: #183153;
    text-decoration: none;
}

    a.link-butten {
        background-color: #001025;
        color: white;
        padding: 10px 15px;
        border-radius: 15px;
        text-decoration: none;
        border: 4px solid #F1C700;
        border: 2px solid white;
        margin-right: 10px;
        display: inline-block;
    }

.container,
.container-fluid {
    padding-top: 1px;
    padding-bottom: 1px;
}

.row {
    position: relative;
    z-index: 2;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.py-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.my-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.my-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.divider-background {
    background-color: white;
}

.gradient-title {
    font-weight: 700;
    /* background: linear-gradient(90deg, #fe6257 0%, #614efa 87.17%); */
    background: linear-gradient(90deg, #FF8C00 0%, #C2477E 47.12%, #8400FF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    line-height: 1;
    display: inline-block;
    padding-bottom: 10px;
    padding-right: 5px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: -3px;
}



/* ═══════════════════════════════════════════════
   HERO (Home page)
═══════════════════════════════════════════════ */
.hero {
    position: relative;
    overflow: hidden;
    background-color: #022350;
    color: #fff;
    padding: 160px 0 180px;
    text-align: center;
}
.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10,10,20,0.7) 0%, rgba(10,10,20,0.55) 40%, rgba(10,10,20,0.75) 80%, rgba(10,10,20,0.95) 100%);
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(132,0,255,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(132,0,255,0.06) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black 20%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}
.hero-video-bg { position: absolute; inset: 0; overflow: hidden; z-index: 0; }
.hero-video-bg video {
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%; min-height: 100%; width: auto; height: auto;
    object-fit: cover;
}
.hero h1 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 800; line-height: 1.08; color: #fff;
    margin-bottom: 20px; letter-spacing: -2px;
    animation: fadeUp .6s ease .1s both;
    -webkit-text-fill-color: initial;
    background: none; -webkit-background-clip: initial; background-clip: initial;
}
.hero h1 em {
    font-style: normal;
    background: linear-gradient(90deg, #FF8C00 0%, #C2477E 47.12%, #8400FF 100%);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.hero-sub {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px; color: rgba(255,255,255,0.6);
    max-width: 560px; margin: 0 auto 36px; line-height: 1.7;
    animation: fadeUp .6s ease .2s both;
}
.hero-actions {
    display: flex; align-items: center; justify-content: center; gap: 12px;
    margin-bottom: 60px; animation: fadeUp .6s ease .3s both; flex-wrap: wrap;
}
.btn-cta-lg {
    font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 600; color: #fff;
    background: linear-gradient(135deg, #C2477E 0%, #8400FF 100%); border: none;
    padding: 14px 30px; border-radius: 100px; cursor: pointer;
    box-shadow: 0 4px 15px rgba(132,0,255,0.3); transition: all .2s ease;
    display: inline-flex; align-items: center; gap: 8px;
}
.btn-cta-lg:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(132,0,255,0.4); }
.btn-ghost-lg {
    font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 600; color: #fff;
    background: rgb(255 255 255 / 8%); border: 1px solid rgba(255,255,255,0.15);
    padding: 12px 26px; border-radius: 100px; cursor: pointer;
    backdrop-filter: blur(10px); box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: all .2s ease; display: inline-flex; align-items: center; gap: 8px;
}
.btn-ghost-lg:hover { background: rgb(255 255 255 / 15%); transform: translateY(-1px); }
@keyframes fadeUp { from{opacity:0;transform:translateY(20px);} to{opacity:1;transform:translateY(0);} }
.hero-demo { position: relative; z-index: 10; margin-top: -140px; animation: fadeUp .6s ease .4s both; }

/* Hero orbs (shared) */
.hero-orb { position: absolute; border-radius: 50%; filter: blur(80px); pointer-events: none; opacity: 0.4; z-index: 1; }
.hero-orb-1 { width: 400px; height: 400px; background: rgba(132,0,255,0.25); top: -100px; right: -80px; animation: orb-drift-1 8s ease-in-out infinite; }
.hero-orb-2 { width: 350px; height: 350px; background: rgba(194,71,126,0.15); bottom: 100px; left: -100px; animation: orb-drift-2 10s ease-in-out infinite; }
.hero-orb-3 { width: 200px; height: 200px; background: rgba(245,200,66,0.12); top: 30%; left: 15%; animation: orb-drift-3 12s ease-in-out infinite; }
@keyframes orb-drift-1 { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(-30px,20px) scale(1.1);} }
@keyframes orb-drift-2 { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(25px,-15px) scale(1.05);} }
@keyframes orb-drift-3 { 0%,100%{transform:translate(0,0);} 50%{transform:translate(15px,-20px);} }

/* Hero particles */
.hero-particles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 1; }
.hero-particle { position: absolute; width: 4px; height: 4px; border-radius: 50%; background: #8400FF; opacity: 0; animation: particle-float 6s ease-in-out infinite; }
.hero-particle:nth-child(1) { left: 15%; top: 25%; animation-delay: 0s; }
.hero-particle:nth-child(2) { left: 80%; top: 18%; animation-delay: 1.5s; width: 3px; height: 3px; background: #C2477E; }
.hero-particle:nth-child(3) { left: 65%; top: 70%; animation-delay: 3s; width: 5px; height: 5px; background: #f5c842; }
.hero-particle:nth-child(4) { left: 25%; top: 60%; animation-delay: 4.2s; width: 3px; height: 3px; }
.hero-particle:nth-child(5) { left: 90%; top: 45%; animation-delay: 2s; background: #C2477E; }
.hero-particle:nth-child(6) { left: 8%; top: 40%; animation-delay: 5s; width: 3px; height: 3px; background: #f5c842; }
@keyframes particle-float {
    0%{opacity:0;transform:translateY(10px) scale(0);}
    20%{opacity:0.6;transform:translateY(0) scale(1);}
    80%{opacity:0.4;transform:translateY(-20px) scale(0.8);}
    100%{opacity:0;transform:translateY(-30px) scale(0);}
}

/* Legacy hero text classes */
.hero__logo { max-height: 40px; height: 40px; display: block; }
.hero__title { font-weight: 700; margin-bottom: -10px; line-height: 1.05; font-size: 5rem; }
.hero__subtitle { font-size: 2rem; font-weight: 400; }
.hero__lead { font-size: 1.25rem; max-width: 600px; font-weight: 200; }



.banana__box {
    background: #F1C700;
    border-radius: 20px;
    position: relative;
}

.banana__box img {
    /* max-height: 120%; */
    max-width: 50%;
    position: absolute;
    bottom: 0px;
    left: -60px;

}

.tailored-box {
    border-radius: 20px;
    border: 0 solid #FFF;
    background: rgba(255, 255, 255, 0.30);
    height: 100%;
    text-align: left;
    position: relative;
    /* display: flex;
    align-items: center; */
    /* padding: 20px; */
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.tailored-box p {
    color: white;
    margin: 0px;
    /* padding: 20px; */
    /* font-size: 20px; */

}

.tailored-img-box {
    /* position: relative; */
    /* width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 100px; */
}

.tailored-box img {
    /* position: absolute; */
    bottom: 0px;
    width: 100%;
    display: block;
    width: 100px;
    margin-left: 10px;
}

.tailored-box-1 {
    background: rgba(254, 139, 3, 0.30);
}

.tailored-box-2 {
    background: rgba(254, 3, 105, 0.30);
}

.tailored-box-3 {
    background: rgba(134, 3, 254, 0.30);
}

/* Data Source Cards */
.data-source-card {
    background: white;
    border-radius: 20px;
    padding: 30px 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

    .data-source-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        border-color: #F1C700;
    }

.data-source-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

    .data-source-icon i {
        font-size: 28px;
        color: white;
    }

/* CTA Insights Box */
.cta-box-wrapper{
    margin-top: -80px;
}
.cta-insights-box {
    background: #F1C700;
    border-radius: 25px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    min-height: 150px;
    overflow: visible;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}

.banana-cta-img {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: flex-end;
}

    .banana-cta-img img {
        max-width: 180px;
        height: auto;
    }

.cta-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}


/* Quality feature boxes */
.quality-box {
    position: relative;
    background: rgba(19, 45, 81, 0.6);
    backdrop-filter: blur(40px) saturate(180%);
    -webkit-backdrop-filter: blur(40px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 32px 28px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.quality-box:hover {
    transform: translateY(-6px);
    background: rgba(19, 45, 81, 0.8);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 8px 20px rgba(0, 0, 0, 0.15);
}

.quality-box-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 20px 20px 0 0;
}

.quality-box-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    transition: transform 0.3s ease;
}

.quality-box:hover .quality-box-icon {
    transform: scale(1.1);
}

@media (max-width: 992px){
    .cta-box-wrapper {
        margin-top: 1.5rem;
    }
}

@media (max-width: 768px) {
    html, body{
        width: 100svw;
        overflow-x: hidden;
    }

    .banana__box {
        flex-direction: column-reverse;
    }

    .banana-img-space img {
        position: absolute;
        left: 0;
        right: 0;
        margin-inline: auto;
    }

    .banana-img-space {
        min-height: 150px;
    }

    .py-8 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .my-8 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .hero {
        padding: 120px 0 160px;
    }

    .hero__title{
        font-size: 3rem;
    }

    .hero__subtitle {
        font-size: 1.5rem;
    }
    .hero__lead  {
        font-size: 1rem;
    }

    .ba-panel { display: none !important; }
    .ba-chat-wrapper { padding-left: 0 !important; }
    .ba-avatar { display: none !important; }
    .ba-app { height: 420px; }

    .gradient-title{
        font-size: 40px;
    }

    .tailored-box p {
        font-size: 16px;
    }
}


/* ═══════════════════════════════════════════════
   CSS VARIABLES
═══════════════════════════════════════════════ */
:root {
    --accent: #8400FF;
    --accent-pink: #C2477E;
    --text-base: #2c3e50;
    --text-muted: #64748b;
    --bg: #f8f4f1;
    --glass: rgb(255 255 255 / 60%);
    --glass-border: rgba(255, 255, 255, 0.8);
    --border: #e2e8f0;
    --gradient-cta: linear-gradient(135deg, #C2477E 0%, #8400FF 100%);
    --shadow-cta: 0 4px 15px rgba(132, 0, 255, 0.3);
}


/* ═══════════════════════════════════════════════
   NAVIGATION
═══════════════════════════════════════════════ */
.ba-nav {
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    padding: 10px 24px;
    background: linear-gradient(180deg, rgba(10,10,20,0.3) 0%, rgba(10,10,20,0) 100%);
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}
.ba-nav-inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255 255 255 / 10%);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 100px;
    padding: 8px 8px 8px 24px;
    backdrop-filter: blur(12px);
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    transition: box-shadow .3s ease;
}
.ba-nav-inner:hover { box-shadow: 0 4px 20px rgba(0,0,0,0.2); }

.ba-nav a { color: inherit; text-decoration: none; }

.ba-nav-logo {
    display: flex; align-items: center; gap: 10px;
    text-decoration: none; flex-shrink: 0;
}
.ba-nav-logo-icon {
    width: 32px; height: 32px;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
}
.ba-nav-logo-text {
    font-size: 17px; font-weight: 700; color: #fff; letter-spacing: -0.3px;
}
.ba-nav-logo-text span { color: #fff; }

.ba-nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.ba-nav-links a {
    font-size: 14px; font-weight: 500; color: rgba(255,255,255,0.65);
    padding: 8px 16px; border-radius: 100px; transition: all .2s ease; white-space: nowrap;
}
.ba-nav-links a:hover { color: #fff; background: rgb(255 255 255 / 10%); }
.ba-nav-links a.active { color: #fff; background: rgb(255 255 255 / 15%); font-weight: 600; }

.ba-nav-dropdown { position: relative; }
.ba-nav-dropdown-toggle { display: flex; align-items: center; gap: 5px; cursor: pointer; }
.ba-nav-dropdown-toggle i { font-size: 10px; transition: transform .2s ease; }
.ba-nav-dropdown:hover .ba-nav-dropdown-toggle i { transform: rotate(180deg); }
.ba-nav-dropdown-menu {
    position: absolute; top: calc(100% + 8px); left: 50%;
    transform: translateX(-50%) translateY(4px);
    background: rgb(255 255 255 / 98%); border: 1px solid rgba(255,255,255,0.9);
    border-radius: 16px; padding: 8px; min-width: 200px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    opacity: 0; visibility: hidden; transition: all .25s cubic-bezier(.4,0,.2,1); z-index: 100;
}
.ba-nav-dropdown:hover .ba-nav-dropdown-menu {
    opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.ba-nav-dropdown-menu a {
    display: flex; align-items: center; gap: 10px;
    padding: 10px 14px; border-radius: 10px; font-size: 13.5px;
    color: var(--text-base);
}
.ba-nav-dropdown-menu a:hover { background: rgb(0 0 0 / 4%); }
.ba-nav-dropdown-menu a i { width: 18px; text-align: center; color: var(--accent); font-size: 13px; }
.ba-nav-dd-desc { font-size: 11.5px; color: var(--text-muted); font-weight: 400; margin-top: 1px; }

.ba-nav-right { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.ba-nav .ba-nav-btn-ghost {
    font-family: inherit; font-size: 14px; font-weight: 500; color: #fff;
    background: transparent; border: none; padding: 8px 18px; border-radius: 100px;
    cursor: pointer; transition: all .2s ease;
}
.ba-nav .ba-nav-btn-ghost:hover { background: rgb(255 255 255 / 10%); }

.btn-cta, .ba-nav .btn-cta {
    font-family: inherit; font-size: 14px; font-weight: 600; color: #fff !important;
    background: var(--gradient-cta); border: none;
    padding: 10px 22px; border-radius: 100px; cursor: pointer;
    box-shadow: var(--shadow-cta); transition: all .2s ease;
    white-space: nowrap; display: inline-flex; align-items: center; gap: 6px;
}
.btn-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 20px rgba(132,0,255,0.4); color: #fff; }
.btn-cta i { font-size: 12px; }

.ba-nav-mobile-cta {
    display: none; width: 40px; height: 40px;
    align-items: center; justify-content: center;
    border-radius: 100px;
    background: linear-gradient(135deg, #C2477E 0%, #8400FF 100%);
    color: #fff; font-size: 16px; text-decoration: none;
    box-shadow: 0 4px 15px rgba(132, 0, 255, 0.3);
    transition: all 0.2s ease;
}
.ba-nav-mobile-cta i { color: #fff !important; }
.ba-nav-mobile-cta:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(132, 0, 255, 0.4); color: #fff; }

.ba-nav-hamburger {
    display: none; width: 40px; height: 40px;
    border: none; background: transparent;
    border-radius: 100px; align-items: center; justify-content: center;
    cursor: pointer; font-size: 16px; color: #fff;
    backdrop-filter: blur(10px); box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.ba-nav-mobile {
    display: none; position: absolute; top: calc(100% + 8px); left: 16px; right: 16px;
    background: rgba(10, 20, 40, 0.85); border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(32px); border-radius: 20px; padding: 16px;
    box-shadow: 0 16px 48px rgba(0,0,0,0.35); flex-direction: column; gap: 4px; z-index: 200;
    background: rgb(255 255 255 / 10%);
}
.ba-nav-mobile.open { display: flex; animation: nav-mob-in .25s ease forwards; }
@keyframes nav-mob-in { from { opacity:0; transform:translateY(-8px); } to { opacity:1; transform:translateY(0); } }
.ba-nav-mobile a {
    font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.75); padding: 12px 16px;
    border-radius: 12px; transition: all .2s ease; display: flex; align-items: center; gap: 10px;
}
.ba-nav-mobile a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.ba-nav-mobile a i { width: 20px; text-align: center; color: rgba(255,255,255,0.5); font-size: 14px; }
.ba-nav-mobile a:hover i { color: #fff; }
.ba-nav-mobile-divider { height: 1px; background: rgba(255,255,255,0.08); margin: 4px 0; }
.ba-nav-mobile .btn-cta i { color: #fff; }

@media (max-width: 820px) {
    .ba-nav-links, .ba-nav-btn-ghost { display: none; }
    .ba-nav-mobile-cta { display: flex; }
    .ba-nav-hamburger { display: flex; }
    .ba-nav-right .btn-cta { display: none; }
}


/* ═══════════════════════════════════════════════
   CTA SECTION
═══════════════════════════════════════════════ */
.ba-cta-section {
    padding: 80px 0 100px;
    text-align: center;
}
.ba-cta-box {
    background: var(--glass);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(12px);
    border-radius: 28px;
    padding: 60px 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.ba-cta-box::before {
    content: '';
    position: absolute; top: -100px; right: -100px;
    width: 300px; height: 300px;
    background: radial-gradient(circle, rgba(132,0,255,0.06) 0%, transparent 70%);
    pointer-events: none;
}
.ba-cta-box h2 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(28px, 4vw, 40px);
    font-weight: 700; color: var(--text-base); margin-bottom: 14px;
    letter-spacing: -1px;
}
.ba-cta-box p {
    font-size: 17px; color: var(--text-muted); max-width: 480px;
    margin: 0 auto 30px; line-height: 1.7;
}


/* ═══════════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════════ */
.ba-footer {
    padding: 50px 0 30px;
    border-top: 1px solid rgba(0,0,0,0.06);
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}
.ba-footer-inner {
    display: flex; justify-content: space-between; align-items: center;
    flex-wrap: wrap; gap: 16px;
}
.ba-footer-left { display: flex; align-items: center; gap: 10px; }
.ba-footer-logo-icon {
    width: 28px; height: 28px;
    display: flex; align-items: center; justify-content: center;
    font-size: 19px;
}
.ba-footer-brand { font-size: 15px; font-weight: 700; color: var(--text-base); }
.ba-footer-brand span { color: var(--text-base); }
.ba-footer-copy { font-size: 13px; color: var(--text-muted); }
.ba-footer-links { display: flex; gap: 24px; }
.ba-footer-links a { font-size: 13px; color: var(--text-muted); text-decoration: none; transition: color .2s; }
.ba-footer-links a:hover { color: var(--text-base); }


/* ═══════════════════════════════════════════════
   HOME — CHAT DEMO
═══════════════════════════════════════════════ */
.ba-demo *, .ba-demo *::before, .ba-demo *::after { box-sizing: border-box; margin: 0; padding: 0; }
.ba-demo {
    --ba-surface: #f8f4f1; --ba-text: #2c3e50; --ba-text-muted: #8492a6;
    --ba-accent-bright: #a855f7; --ba-border: #e2e8f0;
    --ba-nova-gradient: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    --ba-panel-width: 300px;
    font-family: 'DM Sans', sans-serif;
    width: 100%; max-width: 960px; margin: 0 auto; perspective: 1200px;
}
.ba-demo-banana {
    position: absolute;
    top: -200px;
    right: 0px;
    width: 250px;
    z-index: -1;
    pointer-events: none;
}
@media (max-width: 992px) {
    .ba-demo-banana {
        width: 100px;
        top: -80px;
        right: 20px;
    }
}
.ba-browser {
    border-radius: 16px; overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,.2), 0 8px 20px rgba(0,0,0,.1), 0 0 0 1px rgba(255,255,255,.06);
    background: var(--ba-surface); animation: ba-float 6s ease-in-out infinite;
    -webkit-backface-visibility: hidden; backface-visibility: hidden;
}
@keyframes ba-float { 0%,100%{transform:translateY(0) rotateX(0deg);} 50%{transform:translateY(-6px) rotateX(.4deg);} }
.ba-toolbar {
    background: linear-gradient(180deg, #2a3548 0%, #1e293b 100%);
    padding: 12px 16px; display: flex; align-items: center; gap: 12px;
    border-bottom: 1px solid rgba(255,255,255,.06);
}
.ba-dots { display: flex; gap: 7px; }
.ba-dots span { width: 12px; height: 12px; border-radius: 50%; display: block; }
.ba-dots span:nth-child(1) { background: #ff5f57; }
.ba-dots span:nth-child(2) { background: #ffbd2e; }
.ba-dots span:nth-child(3) { background: #28c840; }
.ba-url {
    flex: 1; background: rgba(255,255,255,.08); border-radius: 8px;
    padding: 6px 14px; font-size: 12.5px; color: #94a3b8;
    display: flex; align-items: center; gap: 6px;
}
.ba-url svg { flex-shrink: 0; opacity: .5; }
.ba-app { display: flex; height: 520px; overflow: hidden; position: relative; }
.ba-content { flex:1; display:flex; position:relative; overflow:hidden; }
.ba-chat-wrapper {
    flex:1; display:flex; justify-content:flex-start; overflow:hidden; position:relative;
    padding-left: calc(var(--ba-panel-width)/2);
    transition: padding-left .5s cubic-bezier(.4,0,.2,1);
}
.ba-chat-wrapper.panel-open { padding-left: 0; }
.ba-sidebar {
    width: 62px; flex-shrink:0; background: var(--ba-surface);
    display: flex; flex-direction: column; align-items: center;
    padding: 14px 0; gap: 14px; border-right: 1px solid var(--ba-border);
    position: relative; z-index: 20;
}
.ba-sidebar-icon {
    width: 36px; height: 36px;
    background: rgb(255 255 255/60%); border: 1px solid rgba(255,255,255,0.8);
    display: flex; justify-content: center; align-items: center;
    border-radius: 100px; cursor: pointer; transition: all .2s ease;
    backdrop-filter: blur(10px); box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    color: #475569; font-size: 14px;
}
.ba-sidebar-icon:hover { background: rgb(255 255 255/85%); box-shadow: 0 4px 14px rgba(0,0,0,0.1); transform: scale(1.08); color: #1e293b; }
.ba-sidebar-icon.active { background: rgb(255 255 255/90%); box-shadow: 0 4px 14px rgba(0,0,0,0.12); color: var(--ba-accent-bright); }
.ba-sidebar-spacer { flex: 1; }
.ba-chat {
    width: calc(960px - 62px - var(--ba-panel-width)); max-width: 100%;
    flex-shrink: 0; display: flex; flex-direction: column;
    background: var(--ba-surface); position: relative; overflow: hidden;
}
.ba-chat-scroll { flex:1; overflow-y:auto; padding: 28px 28px 120px; display: flex; flex-direction: column; gap: 24px; }
.ba-msg { opacity:0; transform:translateY(18px); animation: ba-msg-in .5s ease forwards; }
@keyframes ba-msg-in { to{opacity:1;transform:translateY(0);} }
.ba-msg-ai { display:flex; gap:12px; }
.ba-msg-user { display:flex; justify-content:flex-end; }
.ba-avatar {
    width:38px; height:38px; border-radius:50%;
    background: var(--ba-nova-gradient); flex-shrink:0;
    display:flex; align-items:center; justify-content:center;
    box-shadow: 0 3px 10px rgba(231,76,60,.3); position:relative; overflow:hidden;
}
.ba-avatar::after { content:''; position:absolute; inset:3px; border-radius:50%; background:var(--ba-nova-gradient); }
.ba-avatar-letter { font-weight:700; font-size:15px; color:#fff; position:relative; z-index:1; }
.ba-bubble-wrap { max-width: 85%; }
.ba-name { font-size:13.5px; font-weight:700; color:var(--ba-text); margin-bottom:4px; }
.ba-bubble { font-size:13.5px; line-height:1.6; color:var(--ba-text); }
.ba-bubble p { margin-bottom:6px; max-width: none; }
.ba-bubble p:last-child { margin-bottom:0; }
.ba-bubble .ba-emoji { font-size:15px; }
.ba-action-btn {
    display:flex; align-items:center; justify-content:center; gap:8px;
    margin-top:10px; padding:10px 0;
    border:1px solid var(--ba-border); border-radius:10px;
    background:#fff; font-size:13px; font-weight:600; color:var(--ba-text);
    cursor:pointer; transition:background .2s,box-shadow .2s; font-family:inherit; width:100%;
}
.ba-action-btn:hover { background:#f1f5f9; box-shadow:0 2px 8px rgba(0,0,0,.06); }
.ba-user-bubble {
    background:#fff; border:1px solid var(--ba-border);
    border-radius:18px 18px 4px 18px; padding:10px 18px;
    font-size:13.5px; color:var(--ba-text); max-width:70%;
    box-shadow:0 1px 4px rgba(0,0,0,.04);
}
.ba-typing { display:flex; gap:12px; align-items:flex-start; opacity:0; animation:ba-msg-in .4s ease forwards; }
.ba-typing-dots { display:flex; gap:4px; padding:12px 18px; background:#f0f2f5; border-radius:16px; }
.ba-typing-dots span {
    width:7px; height:7px; border-radius:50%; background:#94a3b8;
    animation: ba-dot-bounce 1.4s ease-in-out infinite;
}
.ba-typing-dots span:nth-child(2) { animation-delay:.2s; }
.ba-typing-dots span:nth-child(3) { animation-delay:.4s; }
@keyframes ba-dot-bounce { 0%,60%,100%{transform:translateY(0);opacity:.4;} 30%{transform:translateY(-5px);opacity:1;} }
.ba-input-bar {
    position:absolute; bottom:0; left:0; right:0;
    padding:24px 20px 16px;
    background: linear-gradient(0deg, rgb(248 244 241) 0%, rgb(248 244 241 / 0%) 100%);
    z-index:10; pointer-events:none;
}
.ba-input-wrap {
    pointer-events:auto;
    background:rgb(255 255 255/50%); border:1px solid #ddd;
    border-radius:1rem; padding:.5rem;
    box-shadow:0 2px 8px rgba(0,0,0,0.05); backdrop-filter:blur(10px);
    transition:box-shadow .2s;
}
.ba-input-wrap.focused { box-shadow:0 4px 16px rgba(0,0,0,0.08); }
.ba-input-inner { display:flex; align-items:center; gap:10px; background-color:#f7f7f8; border-radius:.75rem; padding:8px 8px 8px 20px; }
.ba-input-text { flex:1; font-size:14px; color:var(--ba-text); white-space:nowrap; overflow:hidden; }
.ba-input-placeholder { color:#b0b0b0; font-size:14px; }
.ba-input-cursor { display:inline-block; width:1.5px; height:16px; background:var(--ba-accent-bright); margin-left:1px; animation:ba-blink 1s step-end infinite; vertical-align:middle; }
@keyframes ba-blink { 0%,100%{opacity:1;} 50%{opacity:0;} }
.ba-send-btn {
    width:42px; height:42px; border-radius:50%;
    background:linear-gradient(135deg,#C2477E 0%,#8400FF 100%);
    border:none; display:flex; align-items:center; justify-content:center;
    cursor:pointer; flex-shrink:0;
    box-shadow:0 4px 15px rgba(132,0,255,0.4);
    transition:transform .15s,box-shadow .15s;
}
.ba-send-btn:hover { transform:scale(1.06); box-shadow:0 6px 20px rgba(132,0,255,0.5); }
.ba-send-btn svg { color:#fff; }
.ba-panel {
    width:0; min-width:0; overflow:hidden; background:#fff;
    border-left:0px solid var(--ba-border); display:flex; flex-direction:column;
    transition:width .5s cubic-bezier(.4,0,.2,1),min-width .5s cubic-bezier(.4,0,.2,1),border-left-width .3s ease;
}
.ba-panel.open { width:var(--ba-panel-width); min-width:var(--ba-panel-width); border-left-width:1px; }
.ba-panel-inner { width:var(--ba-panel-width); min-width:var(--ba-panel-width); height:100%; display:flex; flex-direction:column; }
.ba-panel-header { display:flex; align-items:center; justify-content:space-between; padding:12px 16px; border-bottom:1px solid var(--ba-border); font-size:13.5px; font-weight:600; color:var(--ba-text); }
.ba-panel-header-left { display:flex; align-items:center; gap:8px; }
.ba-panel-close { width:24px; height:24px; display:flex; align-items:center; justify-content:center; color:var(--ba-text-muted); cursor:pointer; border-radius:6px; }
.ba-panel-body { flex:1; display:flex; flex-direction:column; padding:20px; position:relative; }
.ba-rapport-view { flex:1; display:flex; flex-direction:column; gap:14px; transition:opacity .35s ease; }
.ba-rapport-view.hidden { opacity:0; pointer-events:none; position:absolute; inset:20px; }
.ba-rapport-preview { background:#f8f9fb; border:1px solid var(--ba-border); border-radius:10px; padding:18px; flex:1; display:flex; flex-direction:column; gap:12px; }
.ba-rapport-title { font-size:13px; font-weight:700; color:var(--ba-text); display:flex; align-items:center; gap:8px; }
.ba-rapport-title i { color:var(--ba-accent-bright); }
.ba-rapport-bar-group { display:flex; flex-direction:column; gap:4px; }
.ba-rapport-bar-label { font-size:11px; color:var(--ba-text-muted); font-weight:500; }
.ba-rapport-bar { height:8px; background:#e9ecf1; border-radius:4px; overflow:hidden; }
.ba-rapport-bar-fill { height:100%; border-radius:4px; width:0; transition:width 1s cubic-bezier(.4,0,.2,1); }
.ba-rapport-bar-fill.fill-1 { background:linear-gradient(90deg,#a855f7,#7c3aed); }
.ba-rapport-bar-fill.fill-2 { background:linear-gradient(90deg,#f59e0b,#f97316); }
.ba-rapport-bar-fill.fill-3 { background:linear-gradient(90deg,#10b981,#059669); }
.ba-rapport-bar-fill.fill-4 { background:linear-gradient(90deg,#3b82f6,#2563eb); }
.ba-rapport-stat-row { display:flex; gap:8px; margin-top:auto; }
.ba-rapport-stat { flex:1; background:#fff; border:1px solid var(--ba-border); border-radius:8px; padding:10px; text-align:center; }
.ba-rapport-stat-num { font-size:18px; font-weight:700; color:var(--ba-accent-bright); }
.ba-rapport-stat-label { font-size:10px; color:var(--ba-text-muted); margin-top:2px; }
.ba-video-view { flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; opacity:0; pointer-events:none; position:absolute; inset:20px; transition:opacity .35s ease; }
.ba-video-view.active { opacity:1; pointer-events:auto; position:relative; inset:auto; }
.ba-video-placeholder { width:100%; aspect-ratio:16/9; background:#0a0a0a; border-radius:8px; position:relative; overflow:hidden; display:flex; align-items:flex-end; }
.ba-video-controls { width:100%; display:flex; align-items:center; gap:8px; padding:8px 12px; background:linear-gradient(transparent,rgba(0,0,0,.7)); color:#fff; font-size:11px; }
.ba-video-bar { flex:1; height:3px; background:rgba(255,255,255,.25); border-radius:2px; position:relative; overflow:hidden; }
.ba-video-progress { position:absolute; left:0; top:0; height:100%; width:0; background:var(--ba-accent-bright); border-radius:2px; }
.ba-video-progress.animating { animation:ba-vid-progress 42s linear forwards; }
@keyframes ba-vid-progress { to{width:100%;} }
.ba-video-time { font-variant-numeric:tabular-nums; }


/* ═══════════════════════════════════════════════
   PAGE HERO (shared: Contact, DataSources, HowItWorks)
═══════════════════════════════════════════════ */
.page-hero {
    background: #022350;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.page-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10,10,20,0.7) 0%, rgba(10,10,20,0.55) 40%, rgba(10,10,20,0.75) 80%, rgba(10,10,20,0.95) 100%);
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.page-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(132,0,255,0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(132,0,255,0.06) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black 20%, transparent 70%);
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black 20%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}
.page-hero-content {
    position: relative;
    z-index: 10;

    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page-hero h1 {
    font-family: 'Sora', sans-serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 16px;
    letter-spacing: -1px;
}
.page-hero h1 em {
    font-style: normal;
    background: linear-gradient(90deg, #FF8C00 0%, #C2477E 47.12%, #8400FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.page-hero p {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    color: rgba(255,255,255,0.7);
    max-width: 600px;
    margin: 0 auto;
}


/* ═══════════════════════════════════════════════
   CONTACT PAGE
═══════════════════════════════════════════════ */
.contact-section {
    padding: 60px 0 100px;
    background: #f8f9fa;
}
.contact-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
.contact-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}
.contact-form-card h3 {
    font-family: 'Sora', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 24px;
}
.contact-form-card .form-floating { margin-bottom: 16px; }
.contact-form-card .form-floating .form-control {
    border-radius: 8px;
    border: 2px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(90deg, #FF8C00 0%, #C2477E 47.12%, #8400FF 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #333;
    outline: none;
}
.contact-form-card .form-floating .form-select {
    border-radius: 8px;
    border: 2px solid transparent;
    background-image: var(--bs-form-select-bg-img), linear-gradient(white, white), linear-gradient(90deg, #FF8C00 0%, #C2477E 47.12%, #8400FF 100%);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: 16px 12px, 100% 100%, 100% 100%;
    background-position: right 0.75rem center, center center, center center;
    background-origin: border-box, padding-box, border-box;
    background-clip: border-box, padding-box, border-box;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #333;
    outline: none;
}
.contact-form-card .form-floating .form-control:focus,
.contact-form-card .form-floating .form-select:focus {
    outline: none;
    border: 2px solid transparent;
    box-shadow: none;
}
.contact-form-card .form-floating textarea.form-control { min-height: 150px; }
.contact-form-card .form-floating span[data-valmsg-for] {
    font-size: 13px; margin-top: 4px; display: block; color: #dc3545;
}
.contact-form-card .form-floating label .text-danger { display: inline; margin: 0; }
.btn-submit {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px; font-weight: 600; color: #fff;
    background: #001025; border: none;
    padding: 16px 32px; border-radius: 8px; cursor: pointer;
    display: inline-flex; align-items: center; gap: 8px;
    width: 100%; justify-content: center;
}
.btn-submit:hover { background: #001025; }
.contact-info { padding: 20px 0; }
.contact-info h3 {
    font-family: 'Sora', sans-serif;
    font-size: 24px; font-weight: 700;
    color: #1a1a2e; margin-bottom: 24px;
}
.contact-info-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 24px; }
.contact-info-icon {
    width: 50px; height: 50px;
    background: linear-gradient(135deg, #C2477E 0%, #8400FF 100%);
    border-radius: 14px; display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-info-icon i { font-size: 20px; color: #fff; }
.contact-info-content h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px; font-weight: 700; color: #1a1a2e; margin-bottom: 4px;
}
.contact-info-content p {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px; color: #666; margin: 0; line-height: 1.5;
}
.contact-info-content a { color: #8400FF; text-decoration: none; }
.contact-info-content a:hover { text-decoration: underline; }
.success-message {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(40, 167, 69, 0.05) 100%);
    border: 1px solid rgba(40, 167, 69, 0.3);
    border-radius: 16px; padding: 24px; text-align: center; margin-bottom: 24px;
}
.success-message i { font-size: 48px; color: #28a745; margin-bottom: 16px; }
.success-message h4 {
    font-family: 'Sora', sans-serif;
    font-size: 20px; font-weight: 700; color: #1a1a2e; margin-bottom: 8px;
}
.success-message p { font-family: 'DM Sans', sans-serif; font-size: 15px; color: #666; margin: 0; }


/* ═══════════════════════════════════════════════
   HOW IT WORKS PAGE
═══════════════════════════════════════════════ */
.chat-message {
    margin-bottom: 10px; margin-top: 10px;
    background: #F1C700; border-radius: 20px;
    margin-left: -40px; padding: 15px; padding-left: 50px; padding-right: 20px;
}
.img-bg {
    background-image: url(/img/banana_suit.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* ═══════════════════════════════════════════════
   IDENTITY PAGES — hide nav & footer
═══════════════════════════════════════════════ */
.identity-page .ba-nav,
.identity-page .ba-footer { display: none; }