/* ──────────────────────────────────────────────────────────────────────────────
   Page accueil KreaBoard - Responsive
   Rôle : adaptations tablette et mobile propres à la page d’accueil.
   Important : ne pas mettre ici le responsive global du site.
   Le responsive global reste dans css/global/public-responsive.css.
   ────────────────────────────────────────────────────────────────────────────── */

/* ──────────────────────────────────────────────────────────────────────────────
   Responsive mobile - Hero final validé
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 860px) {
  .kb-hero {
    padding-top: 54px;
    padding-bottom: 92px;
    overflow: hidden;
  }

  .kb-hero__grid {
    gap: 30px;
  }

  .kb-hero__visual {
    min-height: 445px;
    margin-top: 18px;
    padding-bottom: 0;
  }

  .kb-hero .kb-orbit {
    --kb-orbit-radius: 172px;
    width: 390px;
    height: 390px;
    min-height: 390px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: auto;
    transform: none !important;
  }

  .kb-hero .kb-orbit__center {
    width: 150px;
    height: 150px;
  }

  .kb-hero .kb-orbit__center strong {
    font-size: 54px;
  }

  .kb-hero .kb-orbit__center span {
    font-size: 17px;
  }

  .kb-hero .kb-orbit__node {
    width: 82px;
    height: 82px;
  }

  .kb-hero .kb-orbit__node span {
    width: 82px;
    height: 82px;
    font-size: 30px;
  }

  .kb-hero .kb-orbit__node strong {
    margin-top: 8px;
    font-size: 13px;
  }
}

@media (max-width: 560px) {
  .kb-hero {
    padding-top: 50px;
    padding-bottom: 104px;
  }

  .kb-hero__visual {
    min-height: 455px;
    margin-top: 18px;
    padding-bottom: 0;
  }

  .kb-hero .kb-orbit {
    --kb-orbit-radius: 150px;
    width: 340px;
    height: 340px;
    min-height: 340px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    top: auto;
    transform: none !important;
  }

  .kb-hero .kb-orbit__center {
    width: 132px;
    height: 132px;
  }

  .kb-hero .kb-orbit__center strong {
    font-size: 48px;
  }

  .kb-hero .kb-orbit__center span {
    font-size: 15px;
  }

  .kb-hero .kb-orbit__node {
    width: 70px;
    height: 70px;
  }

  .kb-hero .kb-orbit__node span {
    width: 70px;
    height: 70px;
    font-size: 25px;
  }

  .kb-hero .kb-orbit__node strong {
    margin-top: 7px;
    font-size: 12px;
  }
}


/* ──────────────────────────────────────────────────────────────────────────────
   Responsive mobile - Réglage final orbite et réassurance hero
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 760px) {
  /*
    Réassurance sur une seule ligne, avec pictos mieux alignés.
  */
  .kb-hero__trust {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 100%;
    margin-top: 24px;
  }

  .kb-hero__trust > * {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1;
  }

  .kb-hero__trust svg,
  .kb-hero__trust img,
  .kb-hero__trust i {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-1px);
  }

  /*
    On descend l'orbite sans la grossir.
    Le padding-top pousse le visuel vers le bas, sans transformer l'orbite.
  */
  .kb-hero__visual {
    min-height: 490px;
    margin-top: 0;
    padding-top: 38px;
    padding-bottom: 0;
    box-sizing: border-box;
  }

  .kb-hero .kb-orbit {
    transform: none !important;
    top: auto !important;
    margin: 0 auto;
  }

  /*
    On ajoute du bleu sous l'orbite, légèrement mais visiblement.
  */
  .kb-hero {
    padding-bottom: 118px;
  }
}

@media (max-width: 430px) {
  .kb-hero__trust {
    gap: 9px;
    margin-top: 22px;
  }

  .kb-hero__trust > * {
    gap: 4px;
    font-size: 11.8px;
    letter-spacing: -0.03em;
  }

  .kb-hero__trust svg,
  .kb-hero__trust img,
  .kb-hero__trust i {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
    transform: translateY(-1px);
  }

  .kb-hero__visual {
    min-height: 500px;
    padding-top: 44px;
  }

  .kb-hero {
    padding-bottom: 128px;
  }
}


/* ──────────────────────────────────────────────────────────────────────────────
   Responsive mobile - Correction directe hero validée
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 760px) {
  .kb-hero .kb-hero__trust {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    margin-top: 24px !important;
    margin-bottom: 28px !important;
  }

  .kb-hero .kb-hero__trust > * {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    white-space: nowrap !important;
    font-size: 12.8px !important;
    line-height: 1 !important;
  }

  .kb-hero .kb-hero__trust svg,
  .kb-hero .kb-hero__trust img,
  .kb-hero .kb-hero__trust i {
    width: 15px !important;
    height: 15px !important;
    flex: 0 0 15px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    transform: translateY(-1px) !important;
  }

  .kb-hero .kb-hero__visual {
    min-height: 500px !important;
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    margin-top: 0 !important;
    padding-top: 44px !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
  }

  .kb-hero .kb-orbit {
    margin-top: 0 !important;
    top: auto !important;
    transform: none !important;
  }

  .kb-hero {
    padding-bottom: 118px !important;
  }
}

@media (max-width: 430px) {
  .kb-hero .kb-hero__trust {
    gap: 8px !important;
    margin-bottom: 32px !important;
  }

  .kb-hero .kb-hero__trust > * {
    gap: 4px !important;
    font-size: 11.4px !important;
    letter-spacing: -0.03em !important;
  }

  .kb-hero .kb-hero__trust svg,
  .kb-hero .kb-hero__trust img,
  .kb-hero .kb-hero__trust i {
    width: 13px !important;
    height: 13px !important;
    flex-basis: 13px !important;
  }

  .kb-hero .kb-hero__visual {
    min-height: 515px !important;
    padding-top: 52px !important;
  }

  .kb-hero {
    padding-bottom: 132px !important;
  }
}


/* ──────────────────────────────────────────────────────────────────────────────
   Responsive mobile - Réassurance hero normalisée
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 760px) {
  .kb-hero .kb-hero__trust {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    width: 100% !important;
    margin-top: 24px !important;
    margin-bottom: 34px !important;
  }

  .kb-hero .kb-trust-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    line-height: 1 !important;
  }

  .kb-hero .kb-trust-icon {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 18px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0.96) !important;
    font-style: normal !important;
    font-size: 18px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    transform: none !important;
  }

  .kb-hero .kb-trust-icon--hosting {
    border-radius: 50% !important;
  }

  .kb-hero .kb-trust-icon--saas {
    font-size: 20px !important;
    transform: translateY(1px) !important;
  }

  .kb-hero .kb-trust-text {
    display: inline-block !important;
    color: rgba(255, 255, 255, 0.96) !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    letter-spacing: -0.02em !important;
  }
}

@media (max-width: 430px) {
  .kb-hero .kb-hero__trust {
    gap: 11px !important;
    margin-bottom: 36px !important;
  }

  .kb-hero .kb-trust-item {
    gap: 5px !important;
  }

  .kb-hero .kb-trust-icon {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    max-width: 15px !important;
    flex-basis: 15px !important;
    font-size: 15px !important;
  }

  .kb-hero .kb-trust-icon--saas {
    font-size: 17px !important;
    transform: translateY(1px) !important;
  }

  .kb-hero .kb-trust-text {
    font-size: 11.4px !important;
    letter-spacing: -0.04em !important;
  }
}

/* ──────────────────────────────────────────────────────────────────────────────
   Responsive mobile - Alignement final pictogramme SaaS
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 760px) {
  .kb-hero .kb-trust-icon--saas {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    max-width: 18px !important;
    line-height: 1 !important;
    font-size: 0 !important;
    transform: none !important;
  }

  .kb-hero .kb-trust-icon--saas::before {
    content: "" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    width: 16px !important;
    height: 7px !important;
    border: 2px solid rgba(255, 255, 255, 0.96) !important;
    border-radius: 2px !important;
    transform: translate(-50%, -50%) skewX(-12deg) !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 430px) {
  .kb-hero .kb-trust-icon--saas {
    width: 15px !important;
    height: 15px !important;
    min-width: 15px !important;
    max-width: 15px !important;
  }

  .kb-hero .kb-trust-icon--saas::before {
    width: 14px !important;
    height: 6px !important;
    border-width: 1.8px !important;
  }
}

/* ──────────────────────────────────────────────────────────────────────────────
   Responsive hero - H1 structuré avec KreaBoard sur la ligne de avec
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 860px) {
  .kb-hero h1.kb-title-balanced--hero {
    font-size: clamp(42px, 10vw, 60px) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.052em !important;
  }

  .kb-hero h1.kb-title-balanced--hero .kb-title-line {
    display: block !important;
  }

  .kb-hero h1.kb-title-balanced--hero .kb-title-nowrap {
    display: inline-block !important;
    white-space: nowrap !important;
  }
}

@media (max-width: 430px) {
  .kb-hero h1.kb-title-balanced--hero {
    font-size: clamp(40px, 10.4vw, 54px) !important;
    line-height: 1.04 !important;
  }
}


/* ──────────────────────────────────────────────────────────────────────────────
   Responsive hero - Garder "avec KreaBoard" ensemble sans modifier le titre
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 860px) {
  .kb-hero h1 .kb-hero-brand-line {
    display: inline-block !important;
    white-space: nowrap !important;
  }

  .kb-hero h1 .kb-hero-brand-line span {
    display: inline !important;
  }
}


/* ──────────────────────────────────────────────────────────────────────────────
   Responsive hero - "avec KreaBoard" ensemble
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 860px) {
  .kb-hero h1 .kb-hero-with-desktop {
    display: none !important;
  }

  .kb-hero h1 .kb-hero-with-mobile {
    display: inline !important;
    color: #ffffff !important;
  }

  .kb-hero h1 .kb-hero-brand-line {
    display: inline-block !important;
    white-space: nowrap !important;
    color: #ffffff !important;
  }

  .kb-hero h1 .kb-hero-brand-line span:last-child {
    color: #6f9cff !important;
  }
}

/* ──────────────────────────────────────────────────────────────────────────────
   Responsive - visuel premium Organisation digitale
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 1180px) {
  .kb-platform-showcase {
    transform: scale(0.94);
    transform-origin: center;
  }
}

@media (max-width: 900px) {
  .kb-switch--premium {
    min-height: auto;
  }

  .kb-platform-showcase {
    width: 100%;
    height: auto;
    transform: none;
    display: grid;
    gap: 18px;
  }

  .kb-platform-showcase__glow,
  .kb-platform-showcase__ring {
    display: none;
  }

  .kb-platform-showcase__window {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    height: 240px;
  }

  .kb-platform-showcase__mobile {
    display: none;
  }

  .kb-platform-showcase__floating-grid {
    position: relative;
    inset: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  .kb-platform-showcase__card {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    min-height: 96px;
  }
}

@media (max-width: 640px) {
  .kb-platform-showcase__window-body {
    grid-template-columns: 70px 1fr;
  }

  .kb-platform-showcase__content {
    padding: 14px;
    gap: 12px;
  }

  .kb-platform-showcase__top-cards {
    gap: 10px;
  }

  .kb-platform-showcase__chart {
    padding: 14px 12px;
    gap: 8px;
  }

  .kb-platform-showcase__chart i {
    width: 22px;
  }

  .kb-platform-showcase__floating-grid {
    grid-template-columns: 1fr;
  }
}

/* ──────────────────────────────────────────────────────────────────────────────
   Responsive mobile - Placement constellation sans déformation
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 860px) {
  .kb-evolution__grid {
    display: flex;
    flex-direction: column;
  }

  .kb-evolution__content {
    order: 1;
  }

  .kb-evolution__visual,
  .kb-switch--constellation {
    order: 2;
    width: 100%;
    margin-top: 42px;
    margin-bottom: 18px;
    overflow: hidden;
  }

  .kb-constellation {
    width: 560px;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%) scale(0.78);
    transform-origin: top center;
  }
}

@media (max-width: 560px) {
  .kb-evolution__visual,
  .kb-switch--constellation {
    margin-top: 36px;
    margin-bottom: 8px;
  }

  .kb-constellation {
    width: 560px;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%) scale(0.66);
    transform-origin: top center;
  }
}


/* ──────────────────────────────────────────────────────────────────────────────
   Responsive mobile - Hauteur réelle constellation après réduction
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 860px) {
  .kb-evolution__visual,
  .kb-switch--constellation {
    height: 520px;
    margin-bottom: 0;
  }
}

@media (max-width: 560px) {
  .kb-evolution__visual,
  .kb-switch--constellation {
    height: 430px;
    margin-bottom: 0;
  }
}

/* ──────────────────────────────────────────────────────────────────────────────
   Responsive mobile - Hero plus haut + visuel organisation replacé
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 860px) {
  /*
    Le hero mobile doit être plus haut pour éviter que l'orbite bleue soit coupée
    en haut ou en bas dans les navigateurs mobiles.
  */
  .kb-hero {
    min-height: auto;
    padding-top: 78px;
    padding-bottom: 118px;
    overflow: hidden;
  }

  .kb-hero__grid {
    gap: 52px;
  }

  .kb-hero__visual {
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .kb-orbit {
    min-height: 500px;
    margin-top: 18px;
    margin-bottom: 26px;
  }

  /*
    Sur mobile, le contenu explicatif de la section Organisation doit passer avant
    le visuel constellation. Le visuel vient ensuite, juste avant Fonctionnalités.
  */
  .kb-evolution__grid {
    display: flex;
    flex-direction: column;
  }

  .kb-evolution__content {
    order: 1;
  }

  .kb-evolution {
    padding-bottom: 72px;
  }

  .kb-connected {
    padding-top: 74px;
  }
}

@media (max-width: 560px) {
  .kb-hero {
    padding-top: 70px;
    padding-bottom: 132px;
  }

  .kb-hero__visual {
    min-height: 590px;
  }

  .kb-orbit {
    min-height: 540px;
    margin-top: 24px;
    margin-bottom: 34px;
  }

  .kb-connected {
    padding-top: 68px;
  }
}


/* ──────────────────────────────────────────────────────────────────────────────
   Responsive mobile - Ajustement doux hero + placement constellation
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 860px) {
  /*
    Hero mobile : on donne un peu plus d'air, sans transformer le bloc bleu
    en section trop longue.
  */
  .kb-hero {
    padding-top: 62px;
    padding-bottom: 62px;
    overflow: hidden;
  }

  .kb-hero__grid {
    gap: 34px;
  }

  .kb-hero__visual {
    min-height: 430px;
  }

  .kb-orbit {
    min-height: 430px;
    margin-top: 0;
    margin-bottom: 0;
  }

  /*
    Organisation digitale : on déplace seulement l'ordre des blocs.
    On ne force pas la hauteur ni la structure interne de la constellation.
  */
  .kb-evolution__grid {
    display: flex;
    flex-direction: column;
  }

  .kb-evolution__content {
    order: 1;
  }

  .kb-connected {
    padding-top: 72px;
  }
}

@media (max-width: 560px) {
  .kb-hero {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .kb-hero__visual {
    min-height: 410px;
  }

  .kb-orbit {
    min-height: 410px;
  }

  .kb-connected {
    padding-top: 64px;
  }
}

/* ──────────────────────────────────────────────────────────────────────────────
   Responsive mobile - Hauteur compacte constellation après réduction
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 860px) {
  .kb-evolution__visual,
  .kb-switch--constellation {
    height: 390px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .kb-evolution {
    padding-bottom: 34px;
  }

  .kb-connected {
    padding-top: 42px;
  }
}

@media (max-width: 560px) {
  .kb-evolution__visual,
  .kb-switch--constellation {
    height: 320px;
    margin-bottom: 0;
    overflow: hidden;
  }

  .kb-evolution {
    padding-bottom: 26px;
  }

  .kb-connected {
    padding-top: 34px;
  }
}

/* ──────────────────────────────────────────────────────────────────────────────
   Responsive mobile - Masquer le bouton du bloc fonctionnalités
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 760px) {
  .kb-connected .kb-tools-cta,
  .kb-connected .kb-button {
    display: none !important;
  }
}

/* ──────────────────────────────────────────────────────────────────────────────
   Responsive titres : éviter les retours à la ligne non naturels
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 860px) {
  .kb-hero h1.kb-title-balanced--hero {
    font-size: clamp(44px, 10.2vw, 64px);
    line-height: 1.03;
    letter-spacing: -0.05em;
  }

  .kb-connected__title h2,
  .kb-profiles__title h2 {
    font-size: clamp(48px, 9vw, 66px);
    line-height: 1.02;
    letter-spacing: -0.05em;
    text-wrap: balance;
  }

  .kb-connected__title .kb-title-line,
  .kb-profiles__title .kb-title-line {
    display: block;
  }
}

@media (max-width: 640px) {
  .kb-hero h1.kb-title-balanced--hero {
    font-size: clamp(42px, 10.5vw, 58px);
    line-height: 1.02;
    letter-spacing: -0.05em;
  }

  .kb-connected__title h2,
  .kb-profiles__title h2 {
    font-size: clamp(34px, 8.8vw, 50px);
    line-height: 1.04;
    letter-spacing: -0.045em;
  }
}

/* ──────────────────────────────────────────────────────────────────────────────
   Responsive finitions Home KreaBoard
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 1180px) {
  .kb-evolution,
  .kb-connected,
  .kb-profiles,
  .kb-seo-platform,
  .kb-cta-zone {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .kb-seo-platform__content {
    padding-left: 0;
  }
}

@media (max-width: 760px) {
  .kb-evolution,
  .kb-connected,
  .kb-profiles,
  .kb-seo-platform,
  .kb-cta-zone {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .kb-evolution__content p,
  .kb-connected__title p:not(.kb-eyebrow),
  .kb-seo-platform__content p,
  .kb-cta-zone__content p {
    font-size: 16px;
    line-height: 1.72;
  }

  .kb-cta-zone__actions .kb-button--outline-dark {
    font-size: 13px;
  }
}

/* ──────────────────────────────────────────────────────────────────────────────
   Responsive - Carrousel bloc Free
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 900px) {
  .kb-free-carousel {
    min-height: auto;
  }

  .kb-free-carousel__track {
    min-height: 370px;
  }

  .kb-free-slide__browser {
    height: 245px;
  }
}

@media (max-width: 620px) {
  .kb-free-slide__browser {
    height: 230px;
  }

  .kb-free-slide__body {
    grid-template-columns: 68px 1fr;
  }

  .kb-free-slide__content {
    padding: 18px;
    gap: 12px;
  }

  .kb-free-slide__content > span {
    height: 42px;
  }

  .kb-free-slide__chart {
    height: 88px;
    gap: 10px;
    padding: 14px;
  }

  .kb-free-slide__sales-row {
    gap: 10px;
  }

  .kb-free-slide__sales-row i {
    height: 76px;
  }

  .kb-free-slide__calendar {
    padding: 16px;
    gap: 10px;
  }

  .kb-free-slide__calendar i {
    height: 36px;
  }
}


/* ──────────────────────────────────────────────────────────────────────────────
   Responsive - Défilement naturel bloc Free
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 900px) {
  .kb-free-marquee {
    min-height: 360px;
  }

  .kb-free-preview {
    flex-basis: 460px;
    height: 280px;
  }

  .kb-free-preview__body {
    grid-template-columns: 72px 1fr;
  }

  .kb-free-preview main {
    padding: 22px;
  }
}

@media (max-width: 620px) {
  .kb-free-marquee {
    min-height: 310px;
  }

  .kb-free-marquee__track {
    gap: 20px;
    animation-duration: 28s;
  }

  .kb-free-preview {
    flex-basis: 340px;
    height: 245px;
    border-radius: 24px;
  }

  .kb-free-preview__body {
    grid-template-columns: 54px 1fr;
  }

  .kb-free-preview main {
    padding: 16px;
    gap: 12px;
  }

  .kb-free-preview header {
    gap: 10px;
  }

  .kb-free-preview header span {
    height: 40px;
  }

  .kb-free-preview__chart {
    height: 86px;
    gap: 8px;
    padding: 12px;
  }

  .kb-free-preview__cards {
    gap: 10px;
  }

  .kb-free-preview__cards i {
    height: 82px;
  }

  .kb-free-preview__calendar {
    gap: 8px;
  }

  .kb-free-preview__calendar i {
    height: 34px;
  }

  .kb-free-preview strong {
    left: 20px;
    bottom: 16px;
    font-size: 15px;
  }
}



/* ──────────────────────────────────────────────────────────────────────────────
   Responsive public : adaptations tablette et mobile
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 1180px) {












  .kb-hero__grid,
  .kb-evolution__grid,
  .kb-cta-zone__grid {
    grid-template-columns: 1fr;
  }

  .kb-orbit {
    min-height: 560px;
  }

  .kb-connected__grid,
  .kb-profiles__grid {
    grid-template-columns: 1fr;
  }

  .kb-tool-line {
    grid-template-columns: repeat(3, 1fr);
  }

  .kb-profile-line {
    grid-template-columns: repeat(3, 1fr);
  }

  .kb-cta-zone__content {
    padding-left: 0;
  }

  .kb-device {
    min-height: 360px;
  }

  .kb-laptop {
    right: 120px;
  }
}

@media (max-width: 760px) {


  .kb-hero {
    padding: 52px 0 34px;
  }

  .kb-hero h1 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .kb-hero__lead {
    font-size: 16px;
  }

  .kb-hero__actions,
  .kb-cta-zone__actions {
    display: grid;
  }

  .kb-button {
    width: 100%;
  }

  .kb-hero__trust {
    gap: 16px;
  }

  .kb-orbit {
    min-height: 430px;
    transform: scale(0.78);
    transform-origin: center top;
    margin: 0 -48px -80px;
  }

  .kb-evolution {
    padding: 60px 0 48px;
  }

  .kb-switch {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .kb-switch__arrow {
    transform: rotate(90deg);
  }

  .kb-switch__rings {
    left: 50%;
    transform: translateX(-50%);
  }

  .kb-mini-steps {
    grid-template-columns: 1fr;
  }

  .kb-tool-line,
  .kb-profile-line,
  .kb-stats__grid {
    grid-template-columns: 1fr;
  }

  .kb-tool,
  .kb-profile {
    min-height: auto;
    padding: 24px 10px;
  }

  .kb-tool:not(:last-child)::after,
  .kb-profile:not(:last-child)::after {
    right: 18%;
    left: 18%;
    top: auto;
    bottom: 0;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, #a8c3ff, transparent);
  }

  .kb-stat {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.16);
  }

  .kb-stat:last-child {
    border-bottom: 0;
  }

  .kb-device {
    min-height: 280px;
    transform: scale(0.78);
    transform-origin: center top;
    margin: 0 -40px -70px;
  }

  .kb-laptop {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }

  .kb-phone {
    right: 8%;
  }
}

@media (max-width: 440px) {




  .kb-hero h1 {
    font-size: 40px;
  }

  .kb-orbit {
    transform: scale(0.62);
    margin: 0 -92px -170px;
  }

  .kb-device {
    transform: scale(0.62);
    margin: 0 -90px -115px;
  }
}

@media (max-width: 1180px) {
  .kb-connected__layout {
    grid-template-columns: 1fr;
  }

  .kb-connected__title p:not(.kb-eyebrow) {
    max-width: 720px;
  }
}

@media (max-width: 760px) {
  .kb-real-tools {
    grid-template-columns: repeat(2, 1fr);
  }

  .kb-real-tool:not(:nth-child(5n))::after {
    display: none;
  }

  .kb-real-tool:nth-child(n+3) {
    border-top: 1px solid rgba(168, 195, 255, 0.45);
  }

  .kb-real-tool:nth-child(odd)::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 24px;
    bottom: 24px;
    width: 1px;
    background: linear-gradient(180deg, transparent, #a8c3ff, transparent);
  }
}

@media (max-width: 430px) {
  .kb-real-tools {
    grid-template-columns: 1fr;
  }

  .kb-real-tool:nth-child(odd)::after {
    display: none;
  }

  .kb-real-tool:nth-child(n+2) {
    border-top: 1px solid rgba(168, 195, 255, 0.45);
  }
}

@media (max-width: 1180px) {
  .kb-seo-platform__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .kb-seo-platform__content {
    padding-left: 0;
    padding-top: 28px;
    border-left: 0;
    border-top: 2px solid rgba(45, 109, 255, 0.45);
  }
}

@media (max-width: 760px) {
  .kb-seo-platform {
    padding: 56px 0;
  }

  .kb-seo-platform__points {
    grid-template-columns: 1fr;
  }
}

/* ──────────────────────────────────────────────────────────────────────────────
   Responsive mobile - Boutons CTA ajoutés entre sections
   ────────────────────────────────────────────────────────────────────────────── */

.kb-mobile-cta {
  display: none;
}

@media (max-width: 760px) {
  .kb-mobile-cta {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 28px;
    padding-right: 28px;
  }

  .kb-mobile-cta .kb-button {
    width: 100%;
    max-width: 360px;
    min-height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 950;
    text-align: center;
  }

  .kb-mobile-cta--after-evolution {
    margin-top: 14px;
    margin-bottom: 54px;
  }

  .kb-mobile-cta--after-tools {
    margin-top: 34px;
    margin-bottom: 54px;
  }

  .kb-mobile-cta--after-profiles {
    margin-top: 6px;
    margin-bottom: 46px;
  }
}

@media (max-width: 430px) {
  .kb-mobile-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .kb-mobile-cta .kb-button {
    min-height: 56px;
    border-radius: 15px;
    font-size: 15px;
  }

  .kb-mobile-cta--after-evolution {
    margin-top: 10px;
    margin-bottom: 48px;
  }

  .kb-mobile-cta--after-tools {
    margin-top: 30px;
    margin-bottom: 48px;
  }

  .kb-mobile-cta--after-profiles {
    margin-top: 6px;
    margin-bottom: 40px;
  }
}


/* ──────────────────────────────────────────────────────────────────────────────
   Responsive mobile - Masquer le CTA desktop du bloc Pour qui
   Le CTA mobile dédié reste géré par .kb-mobile-cta--after-profiles
   ────────────────────────────────────────────────────────────────────────────── */

@media (max-width: 760px) {
  .kb-profiles__title > .kb-tools-cta {
    display: none !important;
  }
}
