/* ── Accueil — storytelling sous le Hero ── */
.home-section {
    padding: 5.5rem 0;
    position: relative;
}
@media (min-width: 1024px) {
    .home-section { padding: 7rem 0; }
}

.home-section--why {
    background: linear-gradient(180deg, #ffffff 0%, #fbfafe 55%, #f7f5fb 100%);
}

.reveal-section .why-intro,
.reveal-section .why-feature,
.reveal-section .why-stats,
.reveal-section .sol-showcase__intro,
.reveal-section .sol-list__item,
.reveal-section .sol-showcase__stage,
.reveal-section .eco-orbit-intro,
.reveal-section .eco-orbit__core,
.reveal-section .eco-sat,
.reveal-section .eco-orbit__footnote,
.reveal-section .bs-product__intro,
.reveal-section .bs-feature,
.reveal-section .bs-stats,
.reveal-section .bs-product__actions,
.reveal-section .bs-product__visual,
.reveal-section .br-product__intro,
.reveal-section .br-feature,
.reveal-section .br-stats,
.reveal-section .br-product__actions,
.reveal-section .br-product__visual,
.reveal-section .process-step,
.reveal-section .work-show__intro,
.reveal-section .work-carousel,
.reveal-section .tech-badge,
.reveal-section .home-cta,
.reveal-section .section-header {
    opacity: 1;
    transform: none;
}
@media (prefers-reduced-motion: no-preference) {
    .reveal-section:not(.is-visible) .why-intro,
    .reveal-section:not(.is-visible) .why-feature,
    .reveal-section:not(.is-visible) .why-stats,
    .reveal-section:not(.is-visible) .section-header,
    .reveal-section:not(.is-visible) .sol-showcase__intro,
    .reveal-section:not(.is-visible) .sol-list__item,
    .reveal-section:not(.is-visible) .sol-showcase__stage,
    .reveal-section:not(.is-visible) .eco-orbit-intro,
    .reveal-section:not(.is-visible) .eco-orbit__core,
    .reveal-section:not(.is-visible) .eco-sat,
    .reveal-section:not(.is-visible) .eco-orbit__footnote,
    .reveal-section:not(.is-visible) .bs-product__intro,
    .reveal-section:not(.is-visible) .bs-feature,
    .reveal-section:not(.is-visible) .bs-stats,
    .reveal-section:not(.is-visible) .bs-product__actions,
    .reveal-section:not(.is-visible) .bs-product__visual,
    .reveal-section:not(.is-visible) .br-product__intro,
    .reveal-section:not(.is-visible) .br-feature,
    .reveal-section:not(.is-visible) .br-stats,
    .reveal-section:not(.is-visible) .br-product__actions,
    .reveal-section:not(.is-visible) .br-product__visual,
    .reveal-section:not(.is-visible) .process-step,
    .reveal-section:not(.is-visible) .work-show__intro,
    .reveal-section:not(.is-visible) .work-carousel,
    .reveal-section:not(.is-visible) .tech-badge,
    .reveal-section:not(.is-visible) .home-cta {
        opacity: 0;
        transform: translate3d(0, 22px, 0);
    }
    .reveal-section.is-visible .why-intro,
    .reveal-section.is-visible .why-feature,
    .reveal-section.is-visible .why-stats,
    .reveal-section.is-visible .section-header,
    .reveal-section.is-visible .sol-showcase__intro,
    .reveal-section.is-visible .sol-list__item,
    .reveal-section.is-visible .sol-showcase__stage,
    .reveal-section.is-visible .eco-orbit-intro,
    .reveal-section.is-visible .eco-orbit__core,
    .reveal-section.is-visible .eco-sat,
    .reveal-section.is-visible .eco-orbit__footnote,
    .reveal-section.is-visible .bs-product__intro,
    .reveal-section.is-visible .bs-feature,
    .reveal-section.is-visible .bs-stats,
    .reveal-section.is-visible .bs-product__actions,
    .reveal-section.is-visible .bs-product__visual,
    .reveal-section.is-visible .br-product__intro,
    .reveal-section.is-visible .br-feature,
    .reveal-section.is-visible .br-stats,
    .reveal-section.is-visible .br-product__actions,
    .reveal-section.is-visible .br-product__visual,
    .reveal-section.is-visible .process-step,
    .reveal-section.is-visible .work-show__intro,
    .reveal-section.is-visible .work-carousel,
    .reveal-section.is-visible .tech-badge,
    .reveal-section.is-visible .home-cta {
        animation: homeRise 0.75s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    }
    .reveal-section.is-visible .why-feature--lead { animation-delay: 0.08s; }
    .reveal-section.is-visible .why-stack .why-feature:nth-child(1) { animation-delay: 0.14s; }
    .reveal-section.is-visible .why-stack .why-feature:nth-child(2) { animation-delay: 0.22s; }
    .reveal-section.is-visible .why-stats { animation-delay: 0.28s; }
    .reveal-section.is-visible .sol-list li:nth-child(2) .sol-list__item { animation-delay: 0.08s; }
    .reveal-section.is-visible .sol-list li:nth-child(3) .sol-list__item { animation-delay: 0.14s; }
    .reveal-section.is-visible .sol-list li:nth-child(4) .sol-list__item { animation-delay: 0.2s; }
    .reveal-section.is-visible .sol-list li:nth-child(5) .sol-list__item { animation-delay: 0.26s; }
    .reveal-section.is-visible .sol-list li:nth-child(6) .sol-list__item { animation-delay: 0.32s; }
    .reveal-section.is-visible .sol-showcase__stage { animation-delay: 0.16s; }
    .reveal-section.is-visible .eco-orbit__core { animation-delay: 0.1s; }
    .reveal-section.is-visible .eco-sat--assist { animation-delay: 0.2s; }
    .reveal-section.is-visible .eco-sat--resto { animation-delay: 0.28s; }
    .reveal-section.is-visible .eco-sat--custom { animation-delay: 0.36s; }
    .reveal-section.is-visible .eco-sat--school { animation-delay: 0.44s; }
    .reveal-section.is-visible .eco-orbit__footnote { animation-delay: 0.55s; }
    .reveal-section.is-visible .bs-feature:nth-child(2) { animation-delay: 0.08s; }
    .reveal-section.is-visible .bs-feature:nth-child(3) { animation-delay: 0.12s; }
    .reveal-section.is-visible .bs-feature:nth-child(4) { animation-delay: 0.16s; }
    .reveal-section.is-visible .bs-feature:nth-child(5) { animation-delay: 0.2s; }
    .reveal-section.is-visible .bs-feature:nth-child(6) { animation-delay: 0.24s; }
    .reveal-section.is-visible .bs-stats { animation-delay: 0.28s; }
    .reveal-section.is-visible .bs-product__actions { animation-delay: 0.34s; }
    .reveal-section.is-visible .bs-product__visual { animation-delay: 0.12s; }
    .reveal-section.is-visible .br-feature:nth-child(2) { animation-delay: 0.08s; }
    .reveal-section.is-visible .br-feature:nth-child(3) { animation-delay: 0.12s; }
    .reveal-section.is-visible .br-feature:nth-child(4) { animation-delay: 0.16s; }
    .reveal-section.is-visible .br-feature:nth-child(5) { animation-delay: 0.2s; }
    .reveal-section.is-visible .br-feature:nth-child(6) { animation-delay: 0.24s; }
    .reveal-section.is-visible .br-stats { animation-delay: 0.28s; }
    .reveal-section.is-visible .br-product__actions { animation-delay: 0.34s; }
    .reveal-section.is-visible .br-product__visual { animation-delay: 0.14s; }
    .reveal-section.is-visible .work-carousel { animation-delay: 0.12s; }
    .reveal-section.is-visible .process-step:nth-child(2) { animation-delay: 0.06s; }
    .reveal-section.is-visible .process-step:nth-child(3) { animation-delay: 0.12s; }
    .reveal-section.is-visible .process-step:nth-child(4) { animation-delay: 0.18s; }
    .reveal-section.is-visible .process-step:nth-child(5) { animation-delay: 0.24s; }
    .reveal-section.is-visible .process-step:nth-child(6) { animation-delay: 0.3s; }
    .reveal-section.is-visible .tech-badge:nth-child(odd) { animation-delay: 0.04s; }
    .reveal-section.is-visible .tech-badge:nth-child(even) { animation-delay: 0.1s; }
}
@keyframes homeRise {
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

/* Why — asymmetric storytelling */
.why-intro {
    max-width: 40rem;
    margin: 0 auto 3.5rem;
    text-align: center;
}
@media (min-width: 1024px) {
    .why-intro {
        margin: 0 0 4.25rem;
        text-align: left;
        max-width: 38rem;
    }
}
.why-intro__label {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bloomar-violet);
}
.why-intro__title {
    margin: 0 0 1.15rem;
    font-size: clamp(1.9rem, 4.2vw, 3rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.08;
    color: var(--bloomar-navy);
    text-wrap: balance;
}
.why-intro__text {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #64748b;
    max-width: 34rem;
}
@media (min-width: 1024px) {
    .why-intro__text { max-width: 32rem; }
}

.why-asymmetric {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
    margin-bottom: 1.5rem;
}
@media (min-width: 900px) {
    .why-asymmetric {
        grid-template-columns: 1.15fr 0.85fr;
        gap: 1.25rem;
        align-items: stretch;
        margin-bottom: 1.75rem;
    }
}

.why-stack {
    display: grid;
    gap: 1.15rem;
}
@media (min-width: 900px) {
    .why-stack { gap: 1.25rem; }
}

.why-feature {
    position: relative;
    overflow: hidden;
    border-radius: 1.4rem;
    border: 1px solid #ebe6f4;
    background: #fff;
    box-shadow: 0 10px 30px -24px rgb(11 18 50 / 0.28);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.why-feature:hover {
    transform: translateY(-4px);
    border-color: rgb(123 47 247 / 0.18);
    box-shadow: 0 22px 44px -28px rgb(91 33 182 / 0.35);
}

.why-feature--lead {
    display: grid;
    grid-template-rows: auto 1fr;
    min-height: 22rem;
    padding: 1.75rem;
    background:
        linear-gradient(165deg, #ffffff 0%, #fbfafe 48%, #f4f0fb 100%);
}
@media (min-width: 900px) {
    .why-feature--lead {
        min-height: 100%;
        padding: 2rem 2rem 1.5rem;
    }
}

.why-feature--glass {
    padding: 1.5rem 1.45rem;
    background: rgb(255 255 255 / 0.72);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.why-feature__icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.9rem;
    display: grid;
    place-items: center;
    margin-bottom: 1.1rem;
    color: #fff;
    background: linear-gradient(135deg, #8b45ff, var(--bloomar-violet));
    box-shadow: 0 10px 20px -10px rgb(123 47 247 / 0.55);
}
.why-feature__icon--soft {
    color: var(--bloomar-violet);
    background: rgb(123 47 247 / 0.09);
    box-shadow: none;
}

.why-feature h3 {
    margin: 0 0 0.65rem;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--bloomar-navy);
}
.why-feature--lead h3 {
    font-size: clamp(1.35rem, 2vw, 1.65rem);
}
.why-feature p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #64748b;
}

.why-feature__art {
    position: relative;
    margin-top: 1.75rem;
    min-height: 10rem;
    border-radius: 1.15rem;
    background:
        radial-gradient(ellipse at 30% 40%, rgb(123 47 247 / 0.12), transparent 55%),
        radial-gradient(ellipse at 80% 70%, rgb(11 18 50 / 0.06), transparent 50%),
        linear-gradient(180deg, #f8f6fc, #efeaf8);
    overflow: hidden;
    color: var(--bloomar-violet);
}
.why-orb {
    position: absolute;
    border-radius: 9999px;
    filter: blur(0.5px);
}
.why-orb--a {
    width: 7rem;
    height: 7rem;
    left: 12%;
    top: 18%;
    background: rgb(123 47 247 / 0.16);
}
.why-orb--b {
    width: 4.5rem;
    height: 4.5rem;
    right: 16%;
    bottom: 16%;
    background: rgb(11 18 50 / 0.1);
}
.why-orb--c {
    width: 2.2rem;
    height: 2.2rem;
    right: 28%;
    top: 22%;
    background: rgb(123 47 247 / 0.28);
}
.why-art-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.why-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
    padding: 1.15rem;
    border-radius: 1.5rem;
    border: 1px solid #ebe6f4;
    background:
        linear-gradient(180deg, rgb(255 255 255 / 0.9), rgb(250 249 253 / 0.95));
    box-shadow: 0 14px 36px -28px rgb(11 18 50 / 0.3);
}
@media (min-width: 768px) {
    .why-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0;
        padding: 1.35rem 0.5rem;
    }
}
.why-stat {
    text-align: center;
    padding: 0.85rem 0.5rem;
}
@media (min-width: 768px) {
    .why-stat {
        border-right: 1px solid #efeaf6;
    }
    .why-stat:last-child { border-right: none; }
}
.why-stat__value {
    display: block;
    margin-bottom: 0.35rem;
    font-size: clamp(1.65rem, 3vw, 2.15rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1;
    color: var(--bloomar-navy);
    background: linear-gradient(120deg, var(--bloomar-navy) 20%, var(--bloomar-violet) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.why-stat span {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
    line-height: 1.4;
}

/* Solutions */
.home-section--solutions {
    background: linear-gradient(180deg, #f8f7fc 0%, #f3f1f9 100%);
    border-top: 1px solid #ebe6f4;
    border-bottom: 1px solid #ebe6f4;
}
.home-section--eco {
    background:
        radial-gradient(ellipse 70% 55% at 50% 42%, rgb(123 47 247 / 0.08), transparent 58%),
        linear-gradient(180deg, #f4f2fa 0%, #f8f7fc 45%, #eef1f7 100%);
    border-top: 1px solid #ebe6f4;
    border-bottom: 1px solid #e5e7ef;
}
.home-section--process {
    background: #fff;
}
.home-section--blooschool {
    background:
        radial-gradient(ellipse 70% 55% at 18% 30%, rgb(123 47 247 / 0.09), transparent 55%),
        linear-gradient(180deg, #f7f4fc 0%, #f3f0fa 48%, #f8f7fc 100%);
    border-top: 1px solid #ebe6f4;
    border-bottom: 1px solid #ebe6f4;
}
.home-section--bloorestaurant {
    background:
        radial-gradient(ellipse 65% 50% at 85% 25%, rgb(251 113 133 / 0.1), transparent 55%),
        radial-gradient(ellipse 50% 40% at 10% 80%, rgb(251 191 36 / 0.08), transparent 50%),
        linear-gradient(180deg, #fffaf8 0%, #faf6f3 45%, #f8f5f2 100%);
    border-top: 1px solid #f0e8e4;
    border-bottom: 1px solid #efe8e3;
}
.home-section--work {
    background:
        radial-gradient(ellipse 60% 45% at 80% 20%, rgb(123 47 247 / 0.06), transparent 55%),
        linear-gradient(180deg, #faf9fc 0%, #ffffff 55%, #f7f5fb 100%);
    border-top: 1px solid #efeaf6;
}
.home-section--tech {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}
.home-section--cta {
    background: linear-gradient(145deg, #0B1232 0%, #1a1440 45%, #3b1d7a 100%);
    padding-bottom: 6.5rem;
}

.sol-showcase {
    display: grid;
    gap: 2.5rem;
    align-items: start;
}
@media (min-width: 1024px) {
    .sol-showcase {
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        gap: 3.5rem;
        align-items: stretch;
    }
}

.sol-showcase__intro {
    margin-bottom: 1.75rem;
}
.sol-showcase__label {
    display: inline-block;
    margin-bottom: 0.95rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bloomar-violet);
}
.sol-showcase__title {
    margin: 0 0 1rem;
    font-size: clamp(1.7rem, 3.4vw, 2.55rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.1;
    color: var(--bloomar-navy);
    text-wrap: balance;
}
.sol-showcase__text {
    margin: 0;
    max-width: 32rem;
    font-size: 1.02rem;
    line-height: 1.75;
    color: #64748b;
}

.sol-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}
.sol-list__item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 0.95rem 1rem;
    text-align: left;
    border-radius: 1.15rem;
    border: 1px solid transparent;
    background: transparent;
    cursor: pointer;
    color: inherit;
    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.sol-list__item:hover {
    background: rgb(255 255 255 / 0.7);
    border-color: rgb(255 255 255 / 0.9);
}
.sol-list__item.is-active {
    background: rgb(255 255 255 / 0.88);
    border-color: rgb(123 47 247 / 0.16);
    box-shadow:
        0 1px 0 rgb(255 255 255 / 0.9) inset,
        0 16px 32px -24px rgb(91 33 182 / 0.4);
    transform: translateX(4px);
}
.sol-list__icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.85rem;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: var(--bloomar-violet);
    background: linear-gradient(145deg, #f5f3ff, #ede9fe);
    box-shadow: 0 8px 16px -12px rgb(123 47 247 / 0.45);
    transition: background 0.3s ease, color 0.3s ease;
}
.sol-list__item.is-active .sol-list__icon {
    color: #fff;
    background: linear-gradient(135deg, #8b45ff, var(--bloomar-violet));
}
.sol-list__body {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
    padding-top: 0.1rem;
}
.sol-list__body strong {
    font-size: 0.98rem;
    font-weight: 800;
    color: var(--bloomar-navy);
    letter-spacing: -0.01em;
}
.sol-list__body span {
    font-size: 0.84rem;
    line-height: 1.45;
    color: #64748b;
}

.sol-showcase__stage {
    position: sticky;
    top: 6.5rem;
}
.sol-stage {
    position: relative;
    min-height: 28rem;
    border-radius: 1.85rem;
    background:
        radial-gradient(ellipse 80% 70% at 70% 20%, rgb(123 47 247 / 0.12), transparent 55%),
        linear-gradient(160deg, #ffffff 0%, #f7f5fb 55%, #eef2ff 100%);
    border: 1px solid rgb(255 255 255 / 0.95);
    box-shadow:
        0 1px 0 rgb(255 255 255 / 0.9) inset,
        0 28px 60px -36px rgb(11 18 50 / 0.45);
    overflow: hidden;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
@media (min-width: 1024px) {
    .sol-stage { min-height: 34rem; }
}

.sol-panel {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(18px, 0, 0) scale(0.985);
    transition:
        opacity 0.45s cubic-bezier(0.16, 1, 0.3, 1),
        transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
        visibility 0.45s;
    pointer-events: none;
}
.sol-panel.is-active {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0) scale(1);
    pointer-events: auto;
}
.sol-panel[hidden] {
    display: flex !important;
}
.sol-panel__chrome {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 1rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.85rem;
    background: rgb(255 255 255 / 0.72);
    border: 1px solid rgb(226 232 240 / 0.9);
}
.sol-panel__chrome span {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 9999px;
    background: #cbd5e1;
}
.sol-panel__chrome span:nth-child(1) { background: #f87171; }
.sol-panel__chrome span:nth-child(2) { background: #fbbf24; }
.sol-panel__chrome span:nth-child(3) { background: #34d399; }
.sol-panel__chrome em {
    margin-left: 0.55rem;
    font-style: normal;
    font-size: 0.72rem;
    font-weight: 600;
    color: #94a3b8;
}
.sol-panel__canvas {
    flex: 1;
    border-radius: 1.25rem;
    padding: 1.15rem;
    position: relative;
    overflow: hidden;
}

.sol-illu-web__tags,
.sol-illu-mobile__side {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.sol-illu-web__tags span,
.sol-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 9999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--bloomar-navy);
    background: rgb(255 255 255 / 0.78);
    border: 1px solid rgb(226 232 240 / 0.9);
    box-shadow: 0 8px 16px -14px rgb(11 18 50 / 0.35);
}

/* Web illustration */
.sol-illu--web {
    display: grid;
    grid-template-columns: 3.2rem 1fr;
    gap: 0.85rem;
    background: linear-gradient(145deg, #f8fafc, #eef2ff);
}
.sol-illu-web__nav {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.65rem 0.45rem;
    border-radius: 0.95rem;
    background: #0B1232;
}
.sol-illu-web__nav i {
    display: block;
    height: 0.45rem;
    border-radius: 9999px;
    background: rgb(255 255 255 / 0.18);
}
.sol-illu-web__nav i:first-child {
    background: rgb(167 139 250 / 0.85);
}
.sol-illu-web__main {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-width: 0;
}
.sol-illu-web__kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}
.sol-illu-web__kpis span {
    padding: 0.7rem 0.55rem;
    border-radius: 0.9rem;
    background: rgb(255 255 255 / 0.9);
    border: 1px solid rgb(226 232 240 / 0.85);
    font-size: 0.65rem;
    color: #64748b;
    line-height: 1.35;
}
.sol-illu-web__kpis b {
    display: block;
    font-size: 0.95rem;
    font-weight: 900;
    color: var(--bloomar-navy);
    margin-bottom: 0.15rem;
}
.sol-illu-web__chart {
    flex: 1;
    min-height: 8.5rem;
    display: flex;
    align-items: flex-end;
    gap: 0.45rem;
    padding: 1rem 0.85rem 0.85rem;
    border-radius: 1rem;
    background: rgb(255 255 255 / 0.88);
    border: 1px solid rgb(226 232 240 / 0.85);
}
.sol-illu-web__chart i {
    flex: 1;
    height: var(--h);
    border-radius: 0.45rem 0.45rem 0.2rem 0.2rem;
    background: linear-gradient(180deg, #a78bfa, var(--bloomar-violet));
    opacity: 0.85;
}

/* Mobile illustration */
.sol-illu--mobile {
    display: grid;
    place-items: center;
    grid-template-columns: 1fr;
    gap: 1.1rem;
    background: linear-gradient(160deg, #0B1232 0%, #1e1b4b 55%, #312e81 100%);
}
@media (min-width: 640px) {
    .sol-illu--mobile {
        grid-template-columns: 1fr 0.85fr;
        place-items: center;
        padding: 1.5rem;
    }
}
.sol-phone {
    width: 10.5rem;
    border-radius: 1.6rem;
    padding: 0.55rem;
    background: linear-gradient(160deg, #1e293b, #0f172a);
    box-shadow: 0 24px 40px -20px rgb(0 0 0 / 0.55);
    border: 1px solid rgb(255 255 255 / 0.12);
}
.sol-phone__notch {
    width: 3.2rem;
    height: 0.35rem;
    margin: 0.15rem auto 0.55rem;
    border-radius: 9999px;
    background: rgb(255 255 255 / 0.18);
}
.sol-phone__screen {
    border-radius: 1.15rem;
    padding: 0.75rem;
    min-height: 14rem;
    background: linear-gradient(180deg, #f8fafc, #e2e8f0);
    position: relative;
}
.sol-phone__header {
    height: 0.55rem;
    width: 45%;
    border-radius: 9999px;
    background: #cbd5e1;
    margin-bottom: 0.75rem;
}
.sol-phone__card {
    height: 3.4rem;
    border-radius: 0.85rem;
    margin-bottom: 0.55rem;
    background: linear-gradient(135deg, #ede9fe, #ddd6fe);
}
.sol-phone__card--soft {
    height: 2.4rem;
    background: #fff;
    border: 1px solid #e2e8f0;
}
.sol-phone__toast {
    position: absolute;
    left: 0.55rem;
    right: 0.55rem;
    bottom: 0.7rem;
    padding: 0.45rem 0.55rem;
    border-radius: 0.7rem;
    font-size: 0.62rem;
    font-weight: 700;
    color: #fff;
    background: rgb(91 33 182 / 0.92);
    box-shadow: 0 10px 20px -12px rgb(91 33 182 / 0.7);
}
.sol-illu-mobile__side {
    justify-content: center;
}
.sol-illu--mobile .sol-pill {
    color: #e2e8f0;
    background: rgb(255 255 255 / 0.08);
    border-color: rgb(255 255 255 / 0.14);
}

/* ERP illustration */
.sol-illu--erp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    background: linear-gradient(145deg, #f8fafc, #e2e8f0);
}
.sol-erp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    flex: 1;
}
.sol-erp-tile {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 0.25rem;
    min-height: 6.5rem;
    padding: 1rem;
    border-radius: 1.15rem;
    background: rgb(255 255 255 / 0.9);
    border: 1px solid rgb(226 232 240 / 0.95);
    box-shadow: 0 12px 24px -20px rgb(11 18 50 / 0.35);
}
.sol-erp-tile--accent {
    background: linear-gradient(145deg, #f5f3ff, #ede9fe);
    border-color: rgb(123 47 247 / 0.18);
}
.sol-erp-tile strong {
    font-size: 1rem;
    font-weight: 900;
    color: var(--bloomar-navy);
}
.sol-erp-tile span {
    font-size: 0.75rem;
    color: #64748b;
}

/* AI illustration */
.sol-illu--ai {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.1rem;
    background:
        radial-gradient(circle at 80% 20%, rgb(167 139 250 / 0.35), transparent 40%),
        linear-gradient(160deg, #1e1b4b, #0B1232 70%);
}
.sol-chat {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    padding-top: 0.5rem;
}
.sol-chat__bubble {
    max-width: 88%;
    padding: 0.85rem 1rem;
    border-radius: 1.1rem;
    font-size: 0.82rem;
    line-height: 1.5;
    color: #e2e8f0;
}
.sol-chat__bubble--bot {
    align-self: flex-start;
    background: rgb(255 255 255 / 0.1);
    border: 1px solid rgb(255 255 255 / 0.12);
    border-bottom-left-radius: 0.35rem;
}
.sol-chat__bubble--user {
    align-self: flex-end;
    background: linear-gradient(135deg, #8b45ff, var(--bloomar-violet));
    border-bottom-right-radius: 0.35rem;
}
.sol-chat__bubble--typing {
    display: inline-flex;
    gap: 0.3rem;
    width: fit-content;
    padding: 0.75rem 0.95rem;
}
.sol-chat__bubble--typing i {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 9999px;
    background: rgb(255 255 255 / 0.55);
}
@media (prefers-reduced-motion: no-preference) {
    .sol-panel.is-active .sol-chat__bubble--typing i {
        animation: solTyping 1.1s ease-in-out infinite;
    }
    .sol-panel.is-active .sol-chat__bubble--typing i:nth-child(2) { animation-delay: 0.15s; }
    .sol-panel.is-active .sol-chat__bubble--typing i:nth-child(3) { animation-delay: 0.3s; }
}
@keyframes solTyping {
    0%, 100% { opacity: 0.35; transform: translateY(0); }
    50% { opacity: 1; transform: translateY(-2px); }
}
.sol-illu--ai .sol-illu-web__tags span {
    color: #e2e8f0;
    background: rgb(255 255 255 / 0.08);
    border-color: rgb(255 255 255 / 0.14);
}

/* Cloud illustration */
.sol-illu--cloud {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    background: linear-gradient(145deg, #eff6ff, #e0e7ff 55%, #f8fafc);
}
.sol-cloud-map {
    position: relative;
    flex: 1;
    min-height: 14rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    align-content: center;
}
.sol-cloud-node {
    padding: 1rem;
    border-radius: 1.1rem;
    background: rgb(255 255 255 / 0.88);
    border: 1px solid rgb(199 210 254 / 0.9);
    box-shadow: 0 14px 28px -22px rgb(37 99 235 / 0.4);
    text-align: center;
}
.sol-cloud-node--main {
    background: linear-gradient(145deg, #dbeafe, #c7d2fe);
    border-color: rgb(99 102 241 / 0.28);
}
.sol-cloud-node strong {
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--bloomar-navy);
}
.sol-cloud-monitor {
    grid-column: 1 / -1;
    display: flex;
    align-items: flex-end;
    gap: 0.4rem;
    min-height: 4.2rem;
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: #0B1232;
}
.sol-cloud-monitor span {
    flex: 1;
    height: 35%;
    border-radius: 0.3rem;
    background: linear-gradient(180deg, #93c5fd, #6366f1);
}
.sol-cloud-monitor span:nth-child(2) { height: 62%; }
.sol-cloud-monitor span:nth-child(3) { height: 48%; }
.sol-cloud-monitor span:nth-child(4) { height: 78%; }
.sol-cloud-monitor em {
    margin-left: 0.55rem;
    font-style: normal;
    font-size: 0.7rem;
    font-weight: 700;
    color: #94a3b8;
    align-self: center;
}

/* Security illustration */
.sol-illu--sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    background:
        radial-gradient(circle at 50% 40%, rgb(148 163 184 / 0.2), transparent 55%),
        linear-gradient(160deg, #f8fafc, #e2e8f0);
}
.sol-sec-shield {
    position: relative;
    width: min(14rem, 70%);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    margin-top: 1rem;
}
.sol-sec-ring {
    position: absolute;
    inset: 8%;
    border-radius: 9999px;
    border: 1.5px solid rgb(100 116 139 / 0.28);
    box-shadow:
        0 0 0 12px rgb(100 116 139 / 0.05),
        0 0 40px rgb(123 47 247 / 0.12);
}
.sol-sec-core {
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 9999px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(145deg, #334155, #0B1232);
    box-shadow: 0 18px 36px -18px rgb(15 23 42 / 0.55);
}
@media (prefers-reduced-motion: no-preference) {
    .sol-panel.is-active .sol-sec-ring {
        animation: solSecPulse 3.5s ease-in-out infinite;
    }
}
@keyframes solSecPulse {
    0%, 100% { transform: scale(1); opacity: 0.85; }
    50% { transform: scale(1.04); opacity: 1; }
}

@media (max-width: 1023px) {
    .sol-showcase__stage {
        position: relative;
        top: auto;
    }
    .sol-stage {
        min-height: 24rem;
    }
    .sol-list__item.is-active {
        transform: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sol-panel {
        transition: opacity 0.2s ease;
        transform: none;
    }
}

/* Ecosystem orbit — signature visuelle */
.eco-orbit-intro {
    max-width: 40rem;
    margin: 0 auto 3.75rem;
    text-align: center;
}
.eco-orbit-intro__label {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bloomar-violet);
}
.eco-orbit-intro__title {
    margin: 0 0 1.1rem;
    font-size: clamp(1.85rem, 4vw, 2.85rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.08;
    color: var(--bloomar-navy);
    text-wrap: balance;
}
.eco-orbit-intro__text {
    margin: 0 auto;
    max-width: 36rem;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #64748b;
}

.eco-orbit {
    position: relative;
    width: min(100%, 52rem);
    margin: 0 auto;
    min-height: 36rem;
}
.eco-orbit__halo {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(28rem, 88%);
    height: min(28rem, 88%);
    transform: translate(-50%, -50%);
    border-radius: 9999px;
    background:
        radial-gradient(circle, rgb(123 47 247 / 0.16) 0%, rgb(91 33 182 / 0.06) 38%, transparent 68%);
    filter: blur(2px);
    pointer-events: none;
    z-index: 0;
}
.eco-orbit__aura {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(20rem, 64%);
    height: min(20rem, 64%);
    transform: translate(-50%, -50%);
    border-radius: 9999px;
    background: radial-gradient(circle, rgb(255 255 255 / 0.55) 0%, rgb(123 47 247 / 0.1) 46%, transparent 72%);
    pointer-events: none;
    z-index: 0;
}
.eco-orbit__ring {
    position: absolute;
    left: 50%;
    top: 50%;
    width: min(16.5rem, 52%);
    height: min(16.5rem, 52%);
    transform: translate(-50%, -50%);
    border-radius: 9999px;
    border: 1px solid rgb(123 47 247 / 0.16);
    box-shadow:
        0 0 0 10px rgb(123 47 247 / 0.035),
        0 0 36px rgb(123 47 247 / 0.1),
        inset 0 0 28px rgb(123 47 247 / 0.05);
    pointer-events: none;
    z-index: 0;
}

.eco-orbit__lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
.eco-orbit__path {
    fill: none;
    stroke: rgb(123 47 247 / 0.3);
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-dasharray: 200;
    stroke-dashoffset: 200;
}
.reveal-section.is-visible .eco-orbit__path {
    animation:
        ecoDrawLine 1.05s cubic-bezier(0.16, 1, 0.3, 1) forwards,
        ecoLinePulse 2.8s ease-in-out 1.05s infinite;
}
.reveal-section.is-visible .eco-orbit__path:nth-child(1) { animation-delay: 0s, 1.05s; }
.reveal-section.is-visible .eco-orbit__path:nth-child(2) { animation-delay: 0.1s, 1.2s; }
.reveal-section.is-visible .eco-orbit__path:nth-child(3) { animation-delay: 0.2s, 1.35s; }
.reveal-section.is-visible .eco-orbit__path:nth-child(4) { animation-delay: 0.3s, 1.5s; }
@keyframes ecoDrawLine {
    to { stroke-dashoffset: 0; }
}
@keyframes ecoLinePulse {
    0%, 100% { stroke: rgb(123 47 247 / 0.22); }
    50% { stroke: rgb(123 47 247 / 0.48); }
}

.eco-orbit__core {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    width: min(12.75rem, 42%);
    min-height: 12.75rem;
    padding: 1.35rem 1.1rem;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 9999px;
    background: rgb(255 255 255 / 0.82);
    border: 1px solid rgb(255 255 255 / 0.95);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        0 1px 0 rgb(255 255 255 / 0.95) inset,
        0 0 0 1px rgb(123 47 247 / 0.06),
        0 28px 56px -30px rgb(91 33 182 / 0.48);
}
.eco-orbit__core-glow {
    position: absolute;
    inset: -28%;
    border-radius: 9999px;
    background: radial-gradient(circle, rgb(123 47 247 / 0.28) 0%, rgb(123 47 247 / 0.08) 42%, transparent 70%);
    z-index: -1;
    pointer-events: none;
}
.eco-orbit__hub-ring {
    position: absolute;
    inset: -0.55rem;
    border-radius: 9999px;
    border: 1.5px solid rgb(123 47 247 / 0.22);
    box-shadow:
        0 0 18px rgb(123 47 247 / 0.18),
        inset 0 0 12px rgb(123 47 247 / 0.06);
    pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
    .reveal-section.is-visible .eco-orbit__hub-ring {
        animation: ecoHubGlow 4.5s ease-in-out infinite;
    }
}
@keyframes ecoHubGlow {
    0%, 100% {
        border-color: rgb(123 47 247 / 0.18);
        box-shadow: 0 0 14px rgb(123 47 247 / 0.12), inset 0 0 10px rgb(123 47 247 / 0.04);
    }
    50% {
        border-color: rgb(123 47 247 / 0.32);
        box-shadow: 0 0 26px rgb(123 47 247 / 0.22), inset 0 0 14px rgb(123 47 247 / 0.08);
    }
}
.eco-orbit__logo {
    width: clamp(88px, 16vw, 118px);
    height: auto;
    margin-bottom: 0.55rem;
    object-fit: contain;
}
.eco-orbit__core strong {
    font-size: 0.95rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: var(--bloomar-navy);
}
.eco-orbit__core span {
    margin-top: 0.2rem;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bloomar-violet);
}

.eco-sat {
    position: absolute;
    z-index: 4;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    width: min(15.5rem, 42%);
    padding: 1rem 1.05rem;
    border-radius: 1.25rem;
    background: rgb(255 255 255 / 0.78);
    border: 1px solid rgb(255 255 255 / 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow:
        0 1px 0 rgb(255 255 255 / 0.85) inset,
        0 16px 32px -22px rgb(11 18 50 / 0.35);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}
.eco-sat:hover {
    animation-play-state: paused;
    transform: translateY(-4px) rotate(-1.1deg) scale(1.02);
    box-shadow:
        0 0 0 6px rgb(123 47 247 / 0.07),
        0 22px 40px -20px rgb(91 33 182 / 0.38);
}
.eco-sat--resto:hover,
.eco-sat--custom:hover {
    transform: translateY(-4px) rotate(1.1deg) scale(1.02);
}
.eco-sat__icon {
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.85rem;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #fff;
    box-shadow: 0 10px 18px -10px rgb(11 18 50 / 0.35);
}
.eco-sat__meta {
    margin: 0 0 0.2rem;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #94a3b8;
    line-height: 1.2;
}
.eco-sat h3 {
    margin: 0;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: -0.01em;
    color: var(--bloomar-navy);
    line-height: 1.25;
}
.eco-sat p:not(.eco-sat__meta) {
    margin: 0.35rem 0 0;
    font-size: 0.72rem;
    color: #64748b;
    line-height: 1.45;
}

/* Accents uniques par produit — centrage via margin (pas de transform) */
.eco-sat--school {
    left: 0;
    top: 0;
    bottom: 0;
    margin-block: auto;
    height: fit-content;
    border-color: rgb(59 130 246 / 0.18);
}
.eco-sat--school .eco-sat__icon {
    background: linear-gradient(135deg, #60a5fa, #3b82f6);
}
.eco-sat--school:hover { border-color: rgb(59 130 246 / 0.35); }

.eco-sat--resto {
    right: 0;
    top: 0;
    bottom: 0;
    margin-block: auto;
    height: fit-content;
    border-color: rgb(244 114 182 / 0.18);
}
.eco-sat--resto .eco-sat__icon {
    background: linear-gradient(135deg, #fb7185, #e11d48);
}
.eco-sat--resto:hover { border-color: rgb(225 29 72 / 0.32); }

.eco-sat--assist {
    top: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    border-color: rgb(123 47 247 / 0.18);
}
.eco-sat--assist .eco-sat__icon {
    background: linear-gradient(135deg, #a78bfa, var(--bloomar-violet));
}
.eco-sat--assist:hover { border-color: rgb(123 47 247 / 0.35); }

.eco-sat--custom {
    bottom: 0;
    left: 0;
    right: 0;
    margin-inline: auto;
    border-color: rgb(30 41 59 / 0.14);
}
.eco-sat--custom .eco-sat__icon {
    background: linear-gradient(135deg, #475569, #0B1232);
}
.eco-sat--custom:hover { border-color: rgb(30 41 59 / 0.28); }

@media (prefers-reduced-motion: no-preference) {
    .reveal-section.is-visible .eco-sat {
        animation:
            homeRise 0.75s cubic-bezier(0.16, 1, 0.3, 1) forwards,
            ecoFloat 7.5s ease-in-out infinite;
    }
    .reveal-section.is-visible .eco-sat--assist {
        animation-delay: 0.2s, 0s;
    }
    .reveal-section.is-visible .eco-sat--resto {
        animation-delay: 0.28s, -1.8s;
    }
    .reveal-section.is-visible .eco-sat--custom {
        animation-delay: 0.36s, -3.2s;
    }
    .reveal-section.is-visible .eco-sat--school {
        animation-delay: 0.44s, -4.6s;
    }
}
@keyframes ecoFloat {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -6px; }
}

.eco-orbit__footnote {
    max-width: 36rem;
    margin: 3rem auto 0;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.75;
    color: #64748b;
}

@media (min-width: 860px) and (max-width: 1100px) {
    .eco-orbit {
        min-height: 40rem;
        width: min(100%, 48rem);
    }
    .eco-sat {
        width: min(13.75rem, 36%);
        padding: 0.9rem;
    }
    .eco-sat p:not(.eco-sat__meta) {
        font-size: 0.68rem;
    }
}

@media (max-width: 859px) {
    .eco-orbit-intro {
        margin-bottom: 2.5rem;
    }
    .eco-orbit {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.95rem;
        min-height: 0;
        padding: 0.25rem 0 0.5rem;
        width: 100%;
    }
    .eco-orbit__halo,
    .eco-orbit__aura,
    .eco-orbit__ring,
    .eco-orbit__lines {
        display: none;
    }
    .eco-orbit__core,
    .eco-sat {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        width: 100%;
        max-width: 22.5rem;
    }
    .eco-sat--assist { order: 1; }
    .eco-sat--school { order: 2; }
    .eco-orbit__core {
        order: 3;
        width: min(100%, 13.5rem);
        min-height: 13.5rem;
        margin: 0.45rem 0;
    }
    .eco-sat--resto { order: 4; }
    .eco-sat--custom { order: 5; }
    .eco-sat:hover {
        transform: translateY(-3px) rotate(0) scale(1);
    }
    @media (prefers-reduced-motion: no-preference) {
        .reveal-section.is-visible .eco-sat {
            animation: homeRise 0.75s cubic-bezier(0.16, 1, 0.3, 1) forwards;
        }
    }
}

@media (prefers-reduced-motion: reduce) {
    .eco-orbit__path {
        stroke-dashoffset: 0;
        animation: none !important;
    }
    .eco-orbit__hub-ring {
        animation: none !important;
    }
}

/* BLOOSCHOOL — page produit SaaS */
.bs-product {
    display: grid;
    gap: 2.75rem;
    align-items: center;
}
@media (min-width: 1100px) {
    .bs-product {
        grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
        gap: 3.75rem;
        align-items: start;
    }
    .bs-product__visual {
        order: -1;
        position: sticky;
        top: 6.5rem;
    }
}

.bs-product__label {
    display: inline-block;
    margin-bottom: 0.9rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bloomar-violet);
}
.bs-product__title {
    margin: 0 0 0.75rem;
    font-size: clamp(2.1rem, 4.5vw, 3.25rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1;
    color: var(--bloomar-navy);
}
.bs-product__subtitle {
    margin: 0 0 0.9rem;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.02em;
    color: var(--bloomar-navy);
    text-wrap: balance;
}
.bs-product__text {
    margin: 0;
    max-width: 34rem;
    font-size: 0.98rem;
    line-height: 1.75;
    color: #64748b;
}

.bs-features {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}
@media (min-width: 640px) {
    .bs-features {
        grid-template-columns: 1fr 1fr;
        gap: 0.85rem;
    }
}
.bs-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border-radius: 1.15rem;
    background: rgb(255 255 255 / 0.72);
    border: 1px solid rgb(255 255 255 / 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 12px 28px -24px rgb(11 18 50 / 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.bs-feature:hover {
    transform: translateY(-3px);
    border-color: rgb(123 47 247 / 0.18);
    box-shadow: 0 18px 34px -22px rgb(91 33 182 / 0.35);
}
.bs-feature__icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.75rem;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #fff;
    background: linear-gradient(135deg, #8b45ff, var(--bloomar-violet));
    box-shadow: 0 10px 16px -10px rgb(123 47 247 / 0.55);
}
.bs-feature strong {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.86rem;
    font-weight: 800;
    color: var(--bloomar-navy);
    letter-spacing: -0.01em;
}
.bs-feature span {
    display: block;
    font-size: 0.74rem;
    line-height: 1.45;
    color: #64748b;
}

.bs-stats {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    padding: 0.85rem;
    border-radius: 1.35rem;
    background: rgb(255 255 255 / 0.55);
    border: 1px solid rgb(255 255 255 / 0.9);
    box-shadow: 0 14px 30px -26px rgb(11 18 50 / 0.4);
}
@media (min-width: 640px) {
    .bs-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.bs-stat {
    text-align: center;
    padding: 0.65rem 0.35rem;
}
.bs-stat strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: var(--bloomar-navy);
}
.bs-stat span {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.68rem;
    font-weight: 600;
    color: #64748b;
    line-height: 1.3;
}

.bs-product__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.65rem;
}
.bs-btn {
    border-radius: 1rem;
    padding: 0.9rem 1.25rem;
}
@media (max-width: 639px) {
    .bs-product__actions {
        flex-direction: column;
    }
    .bs-btn {
        width: 100%;
    }
}

/* Mockup BLOOSCHOOL */
.bs-mock {
    position: relative;
    padding: 0.35rem;
}
.bs-mock__glow {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 85%;
    height: 70%;
    transform: translate(-50%, -50%);
    border-radius: 9999px;
    background: radial-gradient(circle, rgb(123 47 247 / 0.22), transparent 68%);
    filter: blur(8px);
    pointer-events: none;
    z-index: 0;
}
.bs-mock__frame {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 3.4rem 1fr;
    min-height: 28rem;
    border-radius: 1.65rem;
    overflow: hidden;
    background: rgb(255 255 255 / 0.82);
    border: 1px solid rgb(255 255 255 / 0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow:
        0 1px 0 rgb(255 255 255 / 0.95) inset,
        0 28px 60px -30px rgb(91 33 182 / 0.45);
}
.bs-mock__sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0.55rem;
    background: linear-gradient(180deg, #0B1232, #1a1440);
}
.bs-mock__brand {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 0.55rem;
    background: linear-gradient(135deg, #a78bfa, var(--bloomar-violet));
}
.bs-mock__nav {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    flex: 1;
    width: 100%;
    align-items: center;
}
.bs-mock__nav i {
    display: block;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 0.55rem;
    background: rgb(255 255 255 / 0.08);
}
.bs-mock__nav i.is-active {
    background: rgb(167 139 250 / 0.35);
    box-shadow: 0 0 0 1px rgb(167 139 250 / 0.45);
}
.bs-mock__avatar {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, #94a3b8, #64748b);
}
.bs-mock__main {
    padding: 0.95rem;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-width: 0;
    background:
        linear-gradient(160deg, #faf9ff 0%, #f4f1fb 55%, #eef2ff 100%);
}
.bs-mock__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}
.bs-mock__search {
    flex: 1;
    height: 1.85rem;
    border-radius: 0.7rem;
    background: rgb(255 255 255 / 0.85);
    border: 1px solid rgb(226 232 240 / 0.9);
}
.bs-mock__bell {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 0.7rem;
    background: #fff;
    border: 1px solid #e2e8f0;
    position: relative;
}
.bs-mock__bell span {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 9999px;
    background: #f43f5e;
}

.bs-mock__kpis {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}
@media (min-width: 520px) {
    .bs-mock__kpis {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.bs-kpi {
    padding: 0.7rem 0.65rem;
    border-radius: 0.95rem;
    background: rgb(255 255 255 / 0.88);
    border: 1px solid rgb(255 255 255 / 0.95);
    box-shadow: 0 10px 20px -18px rgb(11 18 50 / 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bs-kpi:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 28px -16px rgb(91 33 182 / 0.35);
}
.bs-kpi__label {
    display: block;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 0.25rem;
}
.bs-kpi strong {
    display: block;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: var(--bloomar-navy);
}
.bs-kpi em {
    display: block;
    margin-top: 0.2rem;
    font-style: normal;
    font-size: 0.62rem;
    font-weight: 600;
    color: #64748b;
}
.bs-kpi--pupils { border-top: 2px solid #8b5cf6; }
.bs-kpi--teachers { border-top: 2px solid #3b82f6; }
.bs-kpi--attendance { border-top: 2px solid #10b981; }
.bs-kpi--payments { border-top: 2px solid #f59e0b; }

.bs-mock__grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 0.55rem;
    flex: 1;
}
.bs-mock__chart,
.bs-mock__cal,
.bs-mock__notes {
    padding: 0.75rem;
    border-radius: 1rem;
    background: rgb(255 255 255 / 0.9);
    border: 1px solid rgb(226 232 240 / 0.85);
    box-shadow: 0 10px 20px -18px rgb(11 18 50 / 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bs-mock__chart:hover,
.bs-mock__cal:hover,
.bs-mock__notes:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px -16px rgb(91 33 182 / 0.28);
}
.bs-mock__chart {
    grid-row: span 2;
    display: flex;
    flex-direction: column;
}
.bs-mock__panel-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.65rem;
}
.bs-mock__panel-head strong {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--bloomar-navy);
}
.bs-mock__panel-head span {
    font-size: 0.62rem;
    font-weight: 600;
    color: #94a3b8;
}
.bs-chart {
    flex: 1;
    min-height: 7.5rem;
    display: flex;
    align-items: flex-end;
    gap: 0.35rem;
}
.bs-chart i {
    flex: 1;
    height: var(--h);
    border-radius: 0.35rem 0.35rem 0.15rem 0.15rem;
    background: linear-gradient(180deg, #c4b5fd, var(--bloomar-violet));
    transform-origin: bottom;
}
@media (prefers-reduced-motion: no-preference) {
    .reveal-section.is-visible .bs-chart i {
        animation: bsBarIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) both;
    }
    .reveal-section.is-visible .bs-chart i:nth-child(2) { animation-delay: 0.05s; }
    .reveal-section.is-visible .bs-chart i:nth-child(3) { animation-delay: 0.1s; }
    .reveal-section.is-visible .bs-chart i:nth-child(4) { animation-delay: 0.15s; }
    .reveal-section.is-visible .bs-chart i:nth-child(5) { animation-delay: 0.2s; }
    .reveal-section.is-visible .bs-chart i:nth-child(6) { animation-delay: 0.25s; }
    .reveal-section.is-visible .bs-chart i:nth-child(7) { animation-delay: 0.3s; }
}
@keyframes bsBarIn {
    from { transform: scaleY(0.2); opacity: 0.4; }
    to { transform: scaleY(1); opacity: 1; }
}

.bs-cal {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.35rem;
}
.bs-cal span {
    aspect-ratio: 1;
    border-radius: 0.4rem;
    background: #f1f5f9;
}
.bs-cal span.is-today {
    background: linear-gradient(135deg, #8b45ff, var(--bloomar-violet));
}
.bs-cal span.is-event {
    background: #ddd6fe;
    box-shadow: inset 0 0 0 1px rgb(123 47 247 / 0.25);
}

.bs-notes {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}
.bs-notes li {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.45rem 0.5rem;
    border-radius: 0.65rem;
    background: #f8fafc;
}
.bs-notes b {
    display: block;
    height: 0.4rem;
    width: 72%;
    border-radius: 9999px;
    background: #cbd5e1;
}
.bs-notes i {
    display: block;
    height: 0.3rem;
    width: 48%;
    border-radius: 9999px;
    background: #e2e8f0;
}
.bs-notes li:first-child b {
    background: rgb(123 47 247 / 0.35);
}

@media (max-width: 520px) {
    .bs-mock__frame {
        grid-template-columns: 2.8rem 1fr;
        min-height: 0;
    }
    .bs-mock__grid {
        grid-template-columns: 1fr;
    }
    .bs-mock__chart {
        grid-row: auto;
        min-height: 9rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bs-feature,
    .bs-kpi,
    .bs-mock__chart,
    .bs-mock__cal,
    .bs-mock__notes {
        transition: none;
    }
    .bs-chart i {
        animation: none !important;
    }
}

/* BLOORESTAURANT — page produit SaaS */
.br-product {
    display: grid;
    gap: 2.75rem;
    align-items: center;
}
@media (min-width: 1100px) {
    .br-product {
        grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
        gap: 3.5rem;
        align-items: start;
    }
    .br-product__visual {
        position: sticky;
        top: 6.25rem;
    }
}

.br-product__label {
    display: inline-block;
    margin-bottom: 0.9rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #e11d48;
}
.br-product__title {
    margin: 0 0 0.75rem;
    font-size: clamp(2rem, 4.2vw, 3.1rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1;
    color: var(--bloomar-navy);
}
.br-product__subtitle {
    margin: 0 0 0.9rem;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.02em;
    color: var(--bloomar-navy);
    text-wrap: balance;
}
.br-product__text {
    margin: 0;
    max-width: 34rem;
    font-size: 0.98rem;
    line-height: 1.75;
    color: #64748b;
}

.br-features {
    list-style: none;
    margin: 2rem 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.75rem;
}
@media (min-width: 640px) {
    .br-features {
        grid-template-columns: 1fr 1fr;
        gap: 0.85rem;
    }
}
.br-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border-radius: 1.15rem;
    background: rgb(255 255 255 / 0.78);
    border: 1px solid rgb(255 255 255 / 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 12px 28px -24px rgb(11 18 50 / 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.br-feature:hover {
    transform: translateY(-3px);
    border-color: rgb(244 63 94 / 0.22);
    box-shadow: 0 18px 34px -22px rgb(225 29 72 / 0.28);
}
.br-feature__icon {
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 0.75rem;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: #fff;
    background: linear-gradient(135deg, #fb7185, #e11d48);
    box-shadow: 0 10px 16px -10px rgb(225 29 72 / 0.5);
}
.br-feature strong {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.86rem;
    font-weight: 800;
    color: var(--bloomar-navy);
    letter-spacing: -0.01em;
}
.br-feature span {
    display: block;
    font-size: 0.74rem;
    line-height: 1.45;
    color: #64748b;
}

.br-stats {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    padding: 0.85rem;
    border-radius: 1.35rem;
    background: rgb(255 255 255 / 0.6);
    border: 1px solid rgb(255 255 255 / 0.95);
    box-shadow: 0 14px 30px -26px rgb(11 18 50 / 0.35);
}
@media (min-width: 640px) {
    .br-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.br-stat {
    text-align: center;
    padding: 0.65rem 0.35rem;
}
.br-stat strong {
    display: block;
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    color: var(--bloomar-navy);
}
.br-stat span {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.68rem;
    font-weight: 600;
    color: #64748b;
    line-height: 1.3;
}

.br-product__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.65rem;
}
.br-btn {
    border-radius: 1rem;
    padding: 0.9rem 1.25rem;
}
@media (max-width: 639px) {
    .br-product__actions {
        flex-direction: column;
    }
    .br-btn {
        width: 100%;
    }
}

/* Stage mockup restaurant */
.br-stage {
    position: relative;
    min-height: 32rem;
    padding: 1.25rem 0.5rem 2.5rem;
}
.br-stage__glow {
    position: absolute;
    right: 8%;
    top: 35%;
    width: 70%;
    height: 55%;
    transform: translateY(-50%);
    border-radius: 9999px;
    background: radial-gradient(circle, rgb(251 113 133 / 0.22), rgb(251 191 36 / 0.08), transparent 70%);
    filter: blur(10px);
    pointer-events: none;
    z-index: 0;
}

.br-dash {
    position: relative;
    z-index: 1;
    width: min(100%, 34rem);
    margin-left: auto;
    margin-right: 2.5rem;
    padding: 1rem;
    border-radius: 1.65rem;
    background: rgb(255 255 255 / 0.84);
    border: 1px solid rgb(255 255 255 / 0.95);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow:
        0 1px 0 rgb(255 255 255 / 0.95) inset,
        0 28px 60px -30px rgb(127 29 29 / 0.28);
}
.br-dash__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.9rem;
}
.br-dash__brand {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--bloomar-navy);
}
.br-dash__brand i {
    width: 1.45rem;
    height: 1.45rem;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, #fb7185, #e11d48);
}
.br-dash__meta {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.68rem;
    font-weight: 600;
    color: #94a3b8;
}
.br-dash__meta b {
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 9999px;
    background: #22c55e;
    box-shadow: 0 0 0 3px rgb(34 197 94 / 0.18);
}

.br-dash__kpis {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}
@media (min-width: 520px) {
    .br-dash__kpis {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.br-kpi {
    padding: 0.7rem 0.6rem;
    border-radius: 0.95rem;
    background: linear-gradient(160deg, #fff, #fff7ed);
    border: 1px solid #ffe4e6;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.br-kpi:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 24px -16px rgb(225 29 72 / 0.3);
}
.br-kpi span {
    display: block;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 0.25rem;
}
.br-kpi strong {
    font-size: 0.95rem;
    font-weight: 900;
    color: var(--bloomar-navy);
    letter-spacing: -0.02em;
}
.br-kpi--hot {
    background: linear-gradient(160deg, #fff1f2, #ffe4e6);
    border-color: rgb(244 63 94 / 0.25);
}

.br-dash__body {
    display: grid;
    grid-template-columns: 1.25fr 0.85fr;
    gap: 0.55rem;
}
.br-dash__chart,
.br-dash__menu,
.br-dash__notes {
    padding: 0.75rem;
    border-radius: 1rem;
    background: #fff;
    border: 1px solid #f1e7e4;
}
.br-dash__chart {
    display: flex;
    flex-direction: column;
    min-height: 9.5rem;
}
.br-dash__side {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.br-dash__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.4rem;
    margin-bottom: 0.55rem;
}
.br-dash__head strong {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--bloomar-navy);
}
.br-dash__head span {
    font-size: 0.62rem;
    font-weight: 600;
    color: #94a3b8;
}
.br-bars {
    flex: 1;
    display: flex;
    align-items: flex-end;
    gap: 0.32rem;
    min-height: 6rem;
}
.br-bars i {
    flex: 1;
    height: var(--h);
    border-radius: 0.35rem 0.35rem 0.15rem 0.15rem;
    background: linear-gradient(180deg, #fda4af, #e11d48);
    transform-origin: bottom;
}
.br-dash__menu ul,
.br-dash__notes ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}
.br-dash__menu li,
.br-dash__notes li {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
    padding: 0.4rem 0.45rem;
    border-radius: 0.6rem;
    background: #fff7ed;
}
.br-dash__menu b,
.br-dash__notes b {
    display: block;
    height: 0.38rem;
    width: 70%;
    border-radius: 9999px;
    background: #fdba74;
}
.br-dash__menu i,
.br-dash__notes i {
    display: block;
    height: 0.28rem;
    width: 45%;
    border-radius: 9999px;
    background: #fed7aa;
}
.br-dash__notes li {
    background: #fff1f2;
}
.br-dash__notes b { background: #fda4af; }
.br-dash__notes i { background: #fecdd3; }

/* Floating alert cards */
.br-float {
    position: absolute;
    z-index: 3;
    min-width: 9.5rem;
    padding: 0.7rem 0.85rem;
    border-radius: 1rem;
    background: rgb(255 255 255 / 0.92);
    border: 1px solid rgb(255 255 255 / 0.95);
    box-shadow: 0 18px 36px -22px rgb(127 29 29 / 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.br-float__dot {
    display: inline-block;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 9999px;
    margin-bottom: 0.35rem;
}
.br-float strong {
    display: block;
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--bloomar-navy);
}
.br-float em {
    display: block;
    margin-top: 0.15rem;
    font-style: normal;
    font-size: 0.64rem;
    color: #64748b;
}
.br-float--order {
    top: 4%;
    left: 0;
}
.br-float--order .br-float__dot { background: #3b82f6; }
.br-float--stock {
    top: 28%;
    left: 2%;
}
.br-float--stock .br-float__dot { background: #f59e0b; }
.br-float--ready {
    bottom: 22%;
    left: 4%;
}
.br-float--ready .br-float__dot { background: #22c55e; }
.br-float--pay {
    top: 12%;
    right: 0;
}
.br-float--pay .br-float__dot { background: #e11d48; }

@media (prefers-reduced-motion: no-preference) {
    .reveal-section.is-visible .br-float--order {
        animation: brFloat 6.5s ease-in-out infinite;
    }
    .reveal-section.is-visible .br-float--stock {
        animation: brFloat 7.2s ease-in-out -1.4s infinite;
    }
    .reveal-section.is-visible .br-float--ready {
        animation: brFloat 6.8s ease-in-out -2.6s infinite;
    }
    .reveal-section.is-visible .br-float--pay {
        animation: brFloat 7.5s ease-in-out -0.8s infinite;
    }
    .reveal-section.is-visible .br-bars i {
        animation: brBarIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) both;
    }
    .reveal-section.is-visible .br-bars i:nth-child(2) { animation-delay: 0.05s; }
    .reveal-section.is-visible .br-bars i:nth-child(3) { animation-delay: 0.1s; }
    .reveal-section.is-visible .br-bars i:nth-child(4) { animation-delay: 0.15s; }
    .reveal-section.is-visible .br-bars i:nth-child(5) { animation-delay: 0.2s; }
    .reveal-section.is-visible .br-bars i:nth-child(6) { animation-delay: 0.25s; }
    .reveal-section.is-visible .br-bars i:nth-child(7) { animation-delay: 0.3s; }
}
@keyframes brFloat {
    0%, 100% { translate: 0 0; }
    50% { translate: 0 -7px; }
}
@keyframes brBarIn {
    from { transform: scaleY(0.2); opacity: 0.4; }
    to { transform: scaleY(1); opacity: 1; }
}

/* Phone QR menu */
.br-phone {
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    width: 8.6rem;
    padding: 0.45rem;
    border-radius: 1.45rem;
    background: linear-gradient(160deg, #1f2937, #0f172a);
    border: 1px solid rgb(255 255 255 / 0.12);
    box-shadow: 0 24px 40px -18px rgb(0 0 0 / 0.45);
}
.br-phone__notch {
    width: 2.6rem;
    height: 0.3rem;
    margin: 0.2rem auto 0.45rem;
    border-radius: 9999px;
    background: rgb(255 255 255 / 0.18);
}
.br-phone__screen {
    border-radius: 1.05rem;
    padding: 0.85rem 0.7rem 0.95rem;
    background: linear-gradient(180deg, #fff7ed, #ffe4e6);
    text-align: center;
}
.br-phone__qr {
    width: 3.6rem;
    height: 3.6rem;
    margin: 0 auto 0.55rem;
    border-radius: 0.55rem;
    background:
        linear-gradient(90deg, #0f172a 25%, transparent 25%),
        linear-gradient(#0f172a 25%, transparent 25%),
        #fff;
    background-size: 0.55rem 0.55rem;
    box-shadow: inset 0 0 0 2px #0f172a;
}
.br-phone__screen strong {
    display: block;
    font-size: 0.72rem;
    font-weight: 900;
    color: var(--bloomar-navy);
}
.br-phone__screen > span {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.62rem;
    font-weight: 600;
    color: #64748b;
}
.br-phone__status {
    margin-top: 0.65rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.55rem;
    border-radius: 9999px;
    background: rgb(255 255 255 / 0.85);
    border: 1px solid #fecdd3;
}
.br-phone__status i {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 9999px;
    background: #f59e0b;
}
.br-phone__status em {
    font-style: normal;
    font-size: 0.58rem;
    font-weight: 700;
    color: var(--bloomar-navy);
}

@media (max-width: 1099px) {
    .br-stage {
        min-height: 0;
        padding: 0.5rem 0 1.5rem;
    }
    .br-dash {
        width: 100%;
        margin-right: 0;
    }
    .br-float--order { top: -0.5rem; left: 0.25rem; }
    .br-float--stock { top: auto; bottom: 8.5rem; left: 0.25rem; }
    .br-float--ready { display: none; }
    .br-float--pay { top: -0.5rem; right: 0.25rem; }
    .br-phone {
        right: 0.5rem;
        bottom: -0.5rem;
    }
}
@media (max-width: 519px) {
    .br-dash__body {
        grid-template-columns: 1fr;
    }
    .br-float--stock { display: none; }
    .br-phone {
        width: 7.6rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .br-feature,
    .br-kpi {
        transition: none;
    }
    .br-float,
    .br-bars i {
        animation: none !important;
    }
}

/* Process */
.process-rail {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}
@media (min-width: 900px) {
    .process-rail {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 0.75rem;
        position: relative;
    }
    .process-rail::before {
        content: '';
        position: absolute;
        top: 1.55rem;
        left: 4%;
        right: 4%;
        height: 1px;
        background: linear-gradient(90deg, transparent, #ddd6fe, transparent);
        z-index: 0;
    }
}
.process-step {
    position: relative;
    z-index: 1;
    padding: 1.25rem 1rem;
    background: #fff;
    border: 1px solid #efeaf6;
    border-radius: 1.15rem;
    text-align: center;
    box-shadow: 0 8px 24px -20px rgb(11 18 50 / 0.35);
}
.process-step__num {
    display: inline-grid;
    place-items: center;
    width: 2.1rem;
    height: 2.1rem;
    margin-bottom: 0.75rem;
    border-radius: 9999px;
    font-size: 0.8rem;
    font-weight: 900;
    color: #fff;
    background: var(--bloomar-violet);
    box-shadow: 0 8px 18px -8px rgb(123 47 247 / 0.55);
}
.process-step h3 {
    margin: 0 0 0.4rem;
    font-size: 0.95rem;
    font-weight: 800;
    color: var(--bloomar-navy);
}
.process-step p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.55;
    color: #64748b;
}

/* Work / réalisations — carrousel premium */
.work-show__intro {
    max-width: 40rem;
    margin: 0 auto 3rem;
    text-align: center;
}
.work-show__label {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--bloomar-violet);
}
.work-show__title {
    margin: 0 0 1rem;
    font-size: clamp(1.75rem, 3.8vw, 2.7rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 1.1;
    color: var(--bloomar-navy);
    text-wrap: balance;
}
.work-show__text {
    margin: 0 auto;
    max-width: 36rem;
    font-size: 1.02rem;
    line-height: 1.75;
    color: #64748b;
}

.work-carousel {
    position: relative;
}
.work-carousel__viewport {
    overflow: hidden;
    border-radius: 1.85rem;
    touch-action: pan-y;
}
.work-carousel__track {
    display: flex;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform;
}
.work-slide {
    flex: 0 0 100%;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
    background:
        radial-gradient(ellipse 70% 60% at 100% 0%, rgb(123 47 247 / 0.08), transparent 50%),
        linear-gradient(145deg, rgb(255 255 255 / 0.95), rgb(248 247 252 / 0.92));
    border: 1px solid rgb(255 255 255 / 0.95);
    box-shadow:
        0 1px 0 rgb(255 255 255 / 0.9) inset,
        0 28px 60px -34px rgb(11 18 50 / 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    overflow: hidden;
}
@media (min-width: 960px) {
    .work-slide {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
        min-height: 28rem;
    }
}

.work-slide__copy {
    padding: 1.75rem 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media (min-width: 960px) {
    .work-slide__copy {
        padding: 2.5rem 2.25rem 2.5rem 2.5rem;
    }
}
.work-slide__cat {
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 0.85rem;
    padding: 0.35rem 0.7rem;
    border-radius: 9999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--bloomar-violet);
    background: rgb(123 47 247 / 0.08);
    border: 1px solid rgb(123 47 247 / 0.12);
}
.work-slide__cat--resto {
    color: #e11d48;
    background: rgb(244 63 94 / 0.08);
    border-color: rgb(244 63 94 / 0.14);
}
.work-slide__cat--custom {
    color: #334155;
    background: rgb(51 65 85 / 0.06);
    border-color: rgb(51 65 85 / 0.12);
}
.work-slide__copy h3 {
    margin: 0 0 0.85rem;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--bloomar-navy);
}
.work-slide__copy > p {
    margin: 0 0 1.25rem;
    font-size: 0.98rem;
    line-height: 1.75;
    color: #64748b;
    max-width: 32rem;
}
.work-slide__tech {
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.work-slide__tech li {
    padding: 0.4rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--bloomar-navy);
    background: rgb(255 255 255 / 0.85);
    border: 1px solid #e8e4f2;
    box-shadow: 0 8px 16px -14px rgb(11 18 50 / 0.3);
}
.work-slide__cta {
    align-self: flex-start;
    border-radius: 1rem;
    padding: 0.85rem 1.2rem;
}
@media (max-width: 639px) {
    .work-slide__cta {
        width: 100%;
        justify-content: center;
    }
}

.work-slide__visual {
    padding: 1.25rem;
    display: grid;
    place-items: center;
    min-height: 16rem;
}
@media (min-width: 960px) {
    .work-slide__visual {
        padding: 1.75rem 2rem 1.75rem 1rem;
        min-height: 100%;
    }
}

.work-illu {
    width: min(100%, 26rem);
    min-height: 16rem;
    padding: 1rem;
    border-radius: 1.35rem;
    position: relative;
    overflow: hidden;
}
.work-illu--school {
    display: grid;
    grid-template-columns: 2.8rem 1fr;
    gap: 0.7rem;
    background: linear-gradient(145deg, #f5f3ff, #ede9fe);
    box-shadow: 0 20px 40px -28px rgb(91 33 182 / 0.4);
}
.work-illu__side {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 0.55rem 0.4rem;
    border-radius: 0.9rem;
    background: #0B1232;
}
.work-illu__side i {
    display: block;
    height: 1.35rem;
    border-radius: 0.45rem;
    background: rgb(255 255 255 / 0.1);
}
.work-illu__side i.is-on {
    background: rgb(167 139 250 / 0.55);
}
.work-illu__main {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    min-width: 0;
}
.work-illu__kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.4rem;
}
.work-illu__kpis span {
    padding: 0.55rem 0.45rem;
    border-radius: 0.75rem;
    background: rgb(255 255 255 / 0.9);
    border: 1px solid rgb(226 232 240 / 0.85);
    font-size: 0.58rem;
    font-weight: 600;
    color: #64748b;
    line-height: 1.3;
}
.work-illu__kpis b {
    display: block;
    font-size: 0.88rem;
    font-weight: 900;
    color: var(--bloomar-navy);
    margin-bottom: 0.1rem;
}
.work-illu__chart {
    flex: 1;
    min-height: 6.5rem;
    display: flex;
    align-items: flex-end;
    gap: 0.35rem;
    padding: 0.75rem 0.65rem 0.65rem;
    border-radius: 0.9rem;
    background: rgb(255 255 255 / 0.88);
    border: 1px solid rgb(226 232 240 / 0.85);
}
.work-illu__chart i {
    flex: 1;
    height: var(--h);
    border-radius: 0.3rem 0.3rem 0.12rem 0.12rem;
    background: linear-gradient(180deg, #c4b5fd, var(--bloomar-violet));
}
.work-illu__rows {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.work-illu__rows b {
    display: block;
    height: 0.45rem;
    border-radius: 9999px;
    background: rgb(255 255 255 / 0.85);
}
.work-illu__rows b:nth-child(1) { width: 88%; }
.work-illu__rows b:nth-child(2) { width: 72%; }
.work-illu__rows b:nth-child(3) { width: 60%; }

.work-illu--resto {
    background: linear-gradient(160deg, #fff7ed, #ffe4e6 55%, #fff1f2);
    box-shadow: 0 20px 40px -28px rgb(225 29 72 / 0.35);
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}
.work-illu__kpis--resto span {
    background: rgb(255 255 255 / 0.92);
    border-color: #fecdd3;
}
.work-illu__chart--resto {
    background: rgb(255 255 255 / 0.92);
    border-color: #fecdd3;
}
.work-illu__chart--resto i {
    background: linear-gradient(180deg, #fda4af, #e11d48);
}
.work-illu__toast {
    align-self: flex-start;
    padding: 0.45rem 0.7rem;
    border-radius: 0.75rem;
    font-size: 0.68rem;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #fb7185, #e11d48);
    box-shadow: 0 12px 22px -14px rgb(225 29 72 / 0.55);
}

.work-illu--custom {
    background: linear-gradient(145deg, #f8fafc, #eef2ff);
    box-shadow: 0 20px 40px -28px rgb(15 23 42 / 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
}
.work-illu__tiles {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.work-illu__tiles span {
    padding: 0.5rem 0.8rem;
    border-radius: 9999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--bloomar-navy);
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 16px -14px rgb(11 18 50 / 0.3);
}
.work-illu__stack {
    display: grid;
    gap: 0.55rem;
}
.work-illu__stack div {
    height: 2.6rem;
    border-radius: 0.85rem;
    background: rgb(255 255 255 / 0.9);
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 20px -16px rgb(11 18 50 / 0.3);
}
.work-illu__stack div:nth-child(1) {
    background: linear-gradient(90deg, #ede9fe, #fff);
}
.work-illu__stack div:nth-child(2) {
    width: 88%;
}
.work-illu__stack div:nth-child(3) {
    width: 72%;
}

.work-carousel__controls {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 1.35rem;
}
.work-carousel__btn {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 9999px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    color: var(--bloomar-navy);
    background: rgb(255 255 255 / 0.9);
    border: 1px solid #e8e4f2;
    box-shadow: 0 10px 22px -16px rgb(11 18 50 / 0.35);
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
}
.work-carousel__btn:hover:not(:disabled) {
    transform: translateY(-2px);
    border-color: rgb(123 47 247 / 0.28);
    background: #fff;
}
.work-carousel__btn:disabled {
    opacity: 0.4;
    cursor: default;
}
.work-carousel__progress {
    flex: 1;
    height: 0.28rem;
    border-radius: 9999px;
    background: #ebe6f4;
    overflow: hidden;
}
.work-carousel__bar {
    height: 100%;
    width: 33.333%;
    border-radius: inherit;
    background: linear-gradient(90deg, #a78bfa, var(--bloomar-violet));
    transition: width 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}
.work-carousel__count {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #64748b;
    min-width: 3.5rem;
    text-align: right;
}

@media (prefers-reduced-motion: reduce) {
    .work-carousel__track,
    .work-carousel__bar,
    .work-carousel__btn {
        transition: none;
    }
}

/* Tech badges */
.tech-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
    max-width: 52rem;
    margin: 0 auto;
}
.tech-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.7rem 1.05rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--bloomar-navy);
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 9999px;
    box-shadow: 0 8px 20px -16px rgb(11 18 50 / 0.35);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.tech-badge:hover {
    transform: translateY(-2px);
    border-color: rgb(123 47 247 / 0.25);
    box-shadow: 0 14px 28px -16px rgb(123 47 247 / 0.3);
}
.tech-badge--accent {
    color: #fff;
    background: linear-gradient(135deg, #8b45ff, var(--bloomar-violet));
    border-color: transparent;
}

/* Final CTA */
.home-cta {
    text-align: center;
    padding: 3rem 1.5rem;
    border-radius: 1.75rem;
    background: rgb(255 255 255 / 0.05);
    border: 1px solid rgb(255 255 255 / 0.12);
    box-shadow: 0 30px 60px -36px rgb(0 0 0 / 0.55);
}
@media (min-width: 768px) {
    .home-cta { padding: 4rem 3rem; }
}
.home-cta__title {
    margin: 0 auto 1rem;
    max-width: 34rem;
    font-size: clamp(1.7rem, 4vw, 2.55rem);
    font-weight: 900;
    letter-spacing: -0.035em;
    line-height: 1.12;
    color: #fff;
}
.home-cta__text {
    margin: 0 auto 1.75rem;
    max-width: 32rem;
    font-size: 1rem;
    line-height: 1.7;
    color: #c7c9d9;
}
.home-cta__actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
}
@media (min-width: 480px) {
    .home-cta__actions {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
.home-section--cta .btn-secondary {
    background: transparent;
    color: #e2e8f0;
    border-color: rgb(255 255 255 / 0.22);
}
.home-section--cta .btn-secondary:hover {
    background: rgb(255 255 255 / 0.08);
    color: #fff;
    border-color: rgb(255 255 255 / 0.35);
}
