:root {
    --botala-ink: #07110e;
    --botala-green: #00b779;
    --botala-green-deep: #087a57;
    --botala-mint: #eaf8f2;
    --botala-line: #d7e7e0;
    --botala-paper: #fbfdfc;
}

.botala-launch-visual {
    opacity: 1 !important;
    transform: none !important;
}

.botala-launch-illustration {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
    align-items: stretch;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid var(--botala-line);
    border-radius: 8px;
    background: var(--botala-paper);
}

.botala-launch-illustration[data-layout="reverse"] {
    grid-template-columns: minmax(260px, 0.55fr) minmax(0, 1.45fr);
}

.botala-launch-illustration[data-layout="reverse"] .botala-launch-art {
    order: 2;
}

.botala-launch-art {
    min-width: 0;
    background: #f6fbf8;
}

.botala-launch-art img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
}

.botala-launch-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding: 44px 36px;
    color: var(--botala-ink);
    border-left: 1px solid var(--botala-line);
}

.botala-launch-illustration[data-layout="reverse"] .botala-launch-copy {
    border-right: 1px solid var(--botala-line);
    border-left: 0;
}

.botala-launch-kicker {
    margin: 0;
    color: var(--botala-green-deep);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.botala-launch-copy strong {
    display: block;
    max-width: 330px;
    font-size: 30px;
    line-height: 1.12;
    letter-spacing: 0;
}

.botala-launch-points {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.botala-launch-points li {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    color: #50605a;
    font-size: 16px;
    line-height: 1.45;
}

.botala-launch-points i {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: var(--botala-mint);
    color: var(--botala-green-deep);
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
}

.AiQueryDemo-module__XAZjUa__flowStrip[data-botala-burger="true"] {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

.AiQueryDemo-module__XAZjUa__flowShot.botala-ai-burger-shot {
    border-color: #e4e9e5;
    border-radius: 7px;
}

.AiQueryDemo-module__XAZjUa__flowShot.botala-ai-burger-shot img {
    object-fit: cover;
    object-position: center;
}

.botala-availability-badge {
    gap: 11px;
}

.botala-trust-mark {
    position: relative;
    display: inline-grid;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    place-items: center;
    border: 1px solid rgba(97, 237, 180, 0.34);
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(0, 188, 124, 0.23), rgba(0, 87, 59, 0.2));
    color: #8ce9c4;
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.12), 0 0 20px rgba(0, 188, 124, 0.12);
}

.botala-trust-mark svg {
    width: 24px;
    height: 24px;
}

.botala-trust-check {
    stroke: #d9fff0;
    stroke-width: 2.4;
}

#pricing .PricingSection-module__xdQhgW__card {
    position: relative;
}

#pricing .botala-pricing-essential {
    border-color: rgba(255, 255, 255, 0.14);
}

#pricing .botala-pricing-business {
    border-color: rgba(0, 188, 124, 0.68);
    background: linear-gradient(165deg, rgba(0, 188, 124, 0.085), #040908 38%);
}

.botala-plan-badge {
    position: absolute;
    top: 28px;
    right: 28px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 11px;
    border: 1px solid rgba(69, 225, 166, 0.28);
    border-radius: 999px;
    background: rgba(0, 188, 124, 0.14);
    color: #72e5b7;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.botala-plan-badge::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2fe0a0;
    box-shadow: 0 0 9px rgba(47, 224, 160, 0.7);
    content: "";
}

#pricing .botala-pricing-business [class*="__features"] b {
    color: #72e5b7;
}

#pricing [class*="__price"][data-botala-custom-price="true"] {
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -0.055em;
}

#pricing .botala-pricing-essential .botala-plan-badge {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.07);
    color: #c8d3ce;
}

#pricing .botala-feature-unavailable {
    opacity: 0.58;
}

#pricing .botala-feature-unavailable i {
    background: rgba(255, 255, 255, 0.06);
    color: #77837e;
}

#pricing .botala-feature-unavailable b {
    color: #d58d8d;
}

#pricing .botala-feature-included {
    color: #effff8;
}

#pricing .botala-feature-included b {
    color: #72e5b7;
    font-weight: 700;
}

#proof .botala-single-client-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 176px) !important;
    justify-content: center;
    opacity: 1 !important;
    transform: none !important;
}

.botala-rdc-card {
    opacity: 1 !important;
    transform: none !important;
}

.botala-rdc-flag {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    overflow: hidden;
    border-radius: 16px;
    background: #0d1b17;
    font-size: 45px;
    line-height: 1;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

@media (min-width: 640px) {
    .botala-rdc-flag {
        width: 96px;
        height: 96px;
        border-radius: 24px;
        font-size: 68px;
    }
}

.botala-assistant-demo {
    display: grid;
    max-width: 1040px;
    gap: 18px;
    margin: 0 auto;
}

.botala-assistant-products {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.botala-burger-card {
    display: grid;
    grid-template-rows: auto 1fr;
    min-width: 0;
    overflow: hidden;
    border: 1px solid #dce6e1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(7, 17, 14, 0.09);
}

.botala-burger-card > img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 8.5;
    object-fit: cover;
}

.botala-burger-info {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 9px;
    min-width: 0;
    padding: 20px 22px 22px;
}

.botala-burger-meta,
.botala-burger-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.botala-burger-meta span:first-child {
    color: var(--botala-green-deep);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.botala-burger-available {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #62716a;
    font-size: 12px;
    font-weight: 700;
}

.botala-burger-available::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--botala-green);
    content: "";
}

.botala-burger-info h3 {
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--botala-ink);
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0;
}

.botala-burger-info p {
    margin: 0;
    color: #6c7973;
    font-size: 14px;
    line-height: 1.5;
}

.botala-burger-footer {
    align-self: end;
    padding-top: 10px;
}

.botala-burger-price {
    color: var(--botala-ink);
    font-size: 22px;
    font-weight: 850;
}

.botala-burger-add {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--botala-green);
    color: #052f22;
}

.botala-burger-add svg {
    width: 18px;
    height: 18px;
}

.botala-assistant-composer {
    display: grid;
    min-height: 164px;
    padding: 22px 22px 18px;
    border: 1px solid #dce6e1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(7, 17, 14, 0.09);
}

.botala-assistant-composer textarea {
    width: 100%;
    min-height: 68px;
    resize: none;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--botala-ink);
    font: inherit;
    font-size: 18px;
    line-height: 1.45;
}

.botala-assistant-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    align-self: end;
}

.botala-assistant-chip {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 7px 12px 7px 8px;
    border-radius: 999px;
    background: var(--botala-mint);
    color: var(--botala-green-deep);
    font-size: 14px;
    font-weight: 800;
}

.botala-assistant-chip img {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.AiQueryDemo-module__XAZjUa__source i {
    display: grid;
    width: 20px;
    height: 20px;
    overflow: visible;
    place-items: center;
    background: transparent;
}

.AiQueryDemo-module__XAZjUa__source i img {
    position: static;
    display: block;
    width: 20px;
    height: 20px;
    max-width: 20px;
    object-fit: contain;
    translate: none;
}

.botala-assistant-send {
    display: inline-grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: var(--botala-green);
    color: #063326;
    box-shadow: 0 8px 20px rgba(0, 183, 121, 0.28);
}

.botala-assistant-send svg {
    width: 20px;
    height: 20px;
}

.botala-chat-demo {
    position: relative;
    max-width: 1180px;
    min-height: 620px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid #202522;
    border-radius: 8px;
    background: #080a09;
    color: #f7faf8;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.botala-chat-topbar {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 58px;
    padding: 0 22px;
    border-bottom: 1px solid #222825;
    background: #101311;
    color: #dce4df;
    font-size: 15px;
    font-weight: 700;
}

.botala-chat-topbar img {
    width: 24px;
    height: 24px;
    filter: invert(1);
}

.botala-chat-body {
    width: min(940px, calc(100% - 64px));
    margin: 0 auto;
    padding: 48px 0 54px;
}

.botala-chat-user {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 48px;
}

.botala-chat-user p {
    max-width: 520px;
    margin: 0;
    padding: 15px 20px;
    border-radius: 8px;
    background: #176b4d;
    color: #fff;
    font-size: 18px;
    line-height: 1.45;
}

.botala-chat-answer {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
}

.botala-chat-avatar {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    overflow: hidden;
    border: 1px solid #39413d;
    border-radius: 50%;
    background: #f4faf7;
}

.botala-chat-avatar img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.botala-chat-name {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #f7faf8;
    font-size: 16px;
    font-weight: 800;
}

.botala-chat-name span {
    color: #93a099;
    font-size: 13px;
    font-weight: 500;
}

.botala-chat-response {
    max-width: 760px;
    margin: 0 0 28px;
    color: #d9e0dc;
    font-size: 17px;
    line-height: 1.6;
}

.botala-chat-store {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.botala-chat-store strong {
    color: #fff;
    font-size: 19px;
    letter-spacing: 0;
}

.botala-chat-store span {
    color: #8d9992;
    font-size: 13px;
}

.botala-chat-products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.botala-chat-product {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #2a302d;
    border-radius: 8px;
    background: #111412;
}

.botala-chat-product img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.botala-chat-product[data-crop="left"] img {
    object-position: 18% 55%;
}

.botala-chat-product[data-crop="center"] img {
    object-position: 52% 58%;
}

.botala-chat-product[data-crop="right"] img {
    object-position: 84% 58%;
}

.botala-chat-product div {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 14px;
}

.botala-chat-product strong {
    overflow-wrap: anywhere;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: 0;
}

.botala-chat-product span {
    color: #68d6ab;
    font-size: 13px;
    font-weight: 700;
}

.botala-chat-confirmation {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: #b9c3bd;
    font-size: 14px;
}

.botala-chat-confirmation i {
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    background: #173d2e;
    color: #76e0b8;
    font-style: normal;
    font-weight: 900;
}

@media (max-width: 900px) {
    .botala-launch-illustration,
    .botala-launch-illustration[data-layout="reverse"] {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .botala-launch-illustration[data-layout="reverse"] .botala-launch-art {
        order: 0;
    }

    .botala-launch-art img {
        min-height: 0;
        aspect-ratio: 4 / 3;
    }

    .botala-launch-copy,
    .botala-launch-illustration[data-layout="reverse"] .botala-launch-copy {
        padding: 32px 28px;
        border-top: 1px solid var(--botala-line);
        border-right: 0;
        border-left: 0;
    }

    .botala-assistant-demo {
        max-width: 720px;
    }

    .botala-chat-body {
        width: min(100% - 40px, 760px);
        padding: 36px 0 42px;
    }

    .botala-chat-products {
        grid-template-columns: 1fr 1fr;
    }

    .botala-chat-product:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .botala-plan-badge {
        top: 24px;
        right: 22px;
    }

    .botala-availability-badge {
        justify-content: flex-start !important;
        text-align: left;
    }

    .botala-launch-copy {
        gap: 20px;
        padding: 28px 22px;
    }

    .botala-launch-copy strong {
        font-size: 25px;
    }

    .botala-assistant-products {
        grid-template-columns: 1fr;
    }

    .botala-burger-card > img {
        aspect-ratio: 16 / 9;
    }

    .botala-burger-info {
        padding: 17px 18px 19px;
    }

    .botala-burger-info h3 {
        font-size: 20px;
    }

    .botala-assistant-composer {
        min-height: 150px;
        padding: 18px 16px 14px;
    }

    .botala-assistant-composer textarea {
        font-size: 16px;
    }

    .botala-chat-demo {
        min-height: 0;
    }

    .botala-chat-topbar {
        height: 52px;
        padding: 0 16px;
    }

    .botala-chat-body {
        width: calc(100% - 28px);
        padding: 28px 0 32px;
    }

    .botala-chat-user {
        margin-bottom: 32px;
    }

    .botala-chat-user p {
        max-width: 88%;
        padding: 12px 14px;
        font-size: 15px;
    }

    .botala-chat-answer {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 10px;
    }

    .botala-chat-avatar {
        width: 32px;
        height: 32px;
    }

    .botala-chat-avatar img {
        width: 24px;
        height: 24px;
    }

    .botala-chat-response {
        font-size: 15px;
    }

    .botala-chat-store {
        align-items: start;
        flex-direction: column;
        gap: 4px;
    }

    .botala-chat-products {
        grid-template-columns: 1fr;
    }

    .botala-chat-product:last-child {
        grid-column: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .botala-launch-visual,
    .botala-chat-demo {
        scroll-behavior: auto;
    }
}


/* Ajustement landing : réduit uniquement le grand vide sous le hero sur desktop. */
@media (min-width: 801px) {
    .landing-module__9QReDG__hero {
        min-height: 720px !important;
        padding-bottom: 48px !important;
    }
}

/* Cartes produits dans la démo ChatGPT */
.AiQueryDemo-module__XAZjUa__flowHead > img {
    display: none !important;
}
.AiQueryDemo-module__XAZjUa__flowFoot.botala-product-foot {
    justify-content: space-between;
    gap: 10px;
    color: #101815;
    font-size: 10.5px;
    padding-top: 9px;
}
.AiQueryDemo-module__XAZjUa__flowFoot.botala-product-foot span {
    min-width: 0;
    overflow: hidden;
    color: #101815;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.AiQueryDemo-module__XAZjUa__flowFoot.botala-product-foot strong {
    flex: none;
    color: #068a5d;
    font-size: 11px;
    font-weight: 800;
}


/* Menu sticky : reste lisible sur les sections blanches */
header.botala-nav-on-light {
    background: rgba(255, 255, 255, 0.92) !important;
    border-bottom-color: rgba(7, 17, 14, 0.08) !important;
    color: #07110e !important;
    box-shadow: 0 8px 30px rgba(7, 17, 14, 0.06) !important;
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    backdrop-filter: blur(16px) saturate(160%);
}

header.botala-nav-on-light::before {
    opacity: 0 !important;
}

header.botala-nav-on-light nav button,
header.botala-nav-on-light nav a,
header.botala-nav-on-light a.nav-link-module__gd1r2W__link,
header.botala-nav-on-light .nav-link-module__gd1r2W__link {
    color: #07110e !important;
}

header.botala-nav-on-light a[href="/#home"] > span {
    color: #07110e !important;
}

header.botala-nav-on-light button[data-slot="sheet-trigger"] {
    color: #07110e !important;
}

/* Le CTA vert reste inchangé */
header.botala-nav-on-light .pill-cta-module__YFMVYG__pill {
    color: #052f22 !important;
}

/* Correctif définitif visibilité du menu sur fond clair */
body header.botala-nav-on-light nav button,
body header.botala-nav-on-light nav a,
body header.botala-nav-on-light a.nav-link-module__gd1r2W__link,
body header.botala-nav-on-light a[href="/#home"] > span {
    color: #07110e !important;
    opacity: 0.78 !important;
}

body header.botala-nav-on-light nav button:hover,
body header.botala-nav-on-light nav a:hover,
body header.botala-nav-on-light a.nav-link-module__gd1r2W__link:hover {
    color: #07110e !important;
    opacity: 1 !important;
}

body header.botala-nav-on-light .pill-cta-module__YFMVYG__pill {
    color: #052f22 !important;
    opacity: 1 !important;
}
