  html { scroll-behavior: smooth; scroll-padding-top: 7.5rem; }
  body {
    background-color: #ffffff;
    color: #0b1326;
    overflow-x: hidden;
  }
  .glass-card {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 107, 0, 0.1);
  }
  .text-gradient {
    background: linear-gradient(135deg, #ff6b00 0%, #006874 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .primary-gradient {
    background: linear-gradient(135deg, #ff6b00 0%, #006874 100%);
  }
  .floating {
    animation: floating 3s ease-in-out infinite;
  }
  @keyframes floating {
    0% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
    100% { transform: translateY(0); }
  }
  .fq-icon,
  .material-symbols-outlined {
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: -0.125em;
    flex-shrink: 0;
    fill: currentColor;
  }
  .home-partners {
    background: #fff;
    border-top: 1px solid rgba(11,19,38,0.06);
    border-bottom: 1px solid rgba(11,19,38,0.06);
  }
  .partners-viewport {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  }
  .partners-track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 1.25rem;
    will-change: transform;
  }
  @media (min-width: 768px) {
    .partners-track { gap: 1.75rem; }
  }
  .partner-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    height: 60px;
    min-width: 132px;
    padding: 0.5rem 1rem;
    border-radius: 0.9rem;
    background: #fff;
    border: 1px solid rgba(11,19,38,0.06);
    box-shadow: 0 6px 18px rgba(11,19,38,0.04);
  }
  .partner-logo img {
    height: 36px;
    width: auto;
    max-width: 130px;
    object-fit: contain;
    display: block;
    filter: none;
  }
  .faq-shell {
    background:
      radial-gradient(ellipse 50% 40% at 0% 0%, rgba(255, 107, 0, 0.08), transparent 55%),
      radial-gradient(ellipse 45% 35% at 100% 100%, rgba(0, 104, 116, 0.1), transparent 50%),
      #ffffff;
  }
  .faq-list { display: flex; flex-direction: column; gap: 0.75rem; }
  .faq-item {
    border: 1px solid rgba(11, 19, 38, 0.08);
    border-radius: 1.15rem;
    background: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    transition: border-color 0.2s, box-shadow 0.2s;
  }
  .faq-item.active {
    border-color: transparent;
    box-shadow: 0 14px 36px rgba(11, 19, 38, 0.08);
    background: linear-gradient(#fff, #fff) padding-box,
      linear-gradient(135deg, #ff6b00, #006874) border-box;
    border: 1.5px solid transparent;
  }
  .faq-q {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    padding: 1.25rem 1.35rem;
    background: none;
    border: 0;
    cursor: pointer;
  }
  .faq-q h3 {
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: clamp(1.05rem, 1.8vw, 1.25rem);
    letter-spacing: -0.02em;
    color: #0b1326;
    line-height: 1.3;
  }
  .faq-item.active .faq-q h3 { color: #ff6b00; }
  .faq-icon-wrap {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(0, 104, 116, 0.08);
    color: #006874;
    transition: transform 0.25s, background 0.2s, color 0.2s;
  }
  .faq-item.active .faq-icon-wrap {
    transform: rotate(180deg);
    background: linear-gradient(135deg, #ff6b00, #006874);
    color: #fff;
  }
  .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-out;
  }
  .faq-item.active .faq-content { max-height: 320px; }
  .faq-a {
    padding: 0 1.35rem 1.35rem;
    color: #5a6578;
    font-size: 0.98rem;
    line-height: 1.6;
    font-weight: 500;
  }
  .nav-link-active {
    border-bottom: 2px solid #ff6b00;
    color: #ff6b00;
    font-weight: 700;
  }
  #globe-canvas { width: 100%; height: 100%; display: block; }
  .home-hero .globe-stage a.globe-chip-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
  }
  .home-hero .globe-stage a.globe-chip-link:focus-visible {
    outline: 2px solid #ff6b00;
    outline-offset: 4px;
    border-radius: 999px;
  }

  /* Header fixe */
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    overflow: visible;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(225, 228, 243, 0.7);
    box-shadow: 0 1px 0 rgba(11, 19, 38, 0.04);
  }
  .site-topbar {
    background: #006874;
    color: #fff;
    font-size: 0.72rem;
  }
  @media (min-width: 768px) {
    .site-topbar { font-size: 0.8rem; }
  }
  .site-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0.4rem 1.25rem;
  }
  @media (min-width: 768px) {
    .site-topbar__inner { padding: 0.5rem 2rem; }
  }
  .site-topbar__left {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
    flex-wrap: wrap;
  }
  .site-topbar__link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: rgba(255,255,255,0.88);
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 58vw;
  }
  @media (min-width: 768px) {
    .site-topbar__link { max-width: none; }
  }
  .site-topbar__link:hover { color: #fff; opacity: 0.9; }
  .site-topbar__link .material-symbols-outlined {
    font-size: 0.95rem;
    flex-shrink: 0;
  }
  .site-topbar__phone { display: inline-flex; }
  .site-topbar__socials {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
  }
  .site-topbar__socials a {
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.2s, border-color 0.2s;
  }
  .site-topbar__socials a:hover {
    background: #ff6b00;
    border-color: #ff6b00;
  }
  .site-header .nav-inner {
    padding-top: 0.85rem;
    padding-bottom: 0.85rem;
  }
  @media (min-width: 768px) {
    .site-header .nav-inner {
      padding-top: 1.05rem;
      padding-bottom: 1.05rem;
    }
  }
  .site-header .nav-link {
    font-family: Sora, sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #444933;
    text-decoration: none;
    padding: 0.35rem 0;
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    white-space: nowrap;
  }
  .site-header .nav-link:hover,
  .site-header .nav-link.is-active {
    color: #ff6b00;
    border-bottom-color: #ff6b00;
  }
  .nav-item { position: relative; z-index: 1; }
  .nav-item.is-open,
  .nav-item:hover { z-index: 80; }
  .nav-item > .nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.15rem;
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    cursor: pointer;
  }
  .nav-item > .nav-link .material-symbols-outlined {
    font-size: 18px;
    transition: transform 0.2s;
  }
  .mega-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(6px);
    min-width: 520px;
    padding: 0.85rem 0 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
    z-index: 90;
  }
  .mega-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.85rem;
  }
  .mega-panel .mega-grid {
    padding: 1rem;
    background: #fff;
    border: 1px solid rgba(225, 228, 243, 0.9);
    border-radius: 1rem;
    box-shadow: 0 22px 50px rgba(11, 19, 38, 0.14);
  }
  .mega-panel.mega-panel--sm { min-width: 340px; }
  .mega-panel.mega-panel--offers { min-width: 480px; }
  .mega-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .nav-item.is-open > .mega-panel,
  .nav-item:hover > .mega-panel,
  .nav-item:focus-within > .mega-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
  }
  .nav-item.is-open > .nav-link .material-symbols-outlined,
  .nav-item:hover > .nav-link .material-symbols-outlined,
  .nav-item:focus-within > .nav-link .material-symbols-outlined {
    transform: rotate(180deg);
  }
  .mega-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.65rem;
  }
  .mega-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mega-card {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    padding: 0.45rem;
    border-radius: 0.75rem;
    text-decoration: none;
    color: #0b1326;
    transition: background 0.2s, transform 0.2s;
    pointer-events: auto;
    position: relative;
    z-index: 1;
  }
  .mega-card:hover {
    background: #f7fbfc;
    transform: translateY(-1px);
  }
  .mega-card img {
    width: 100%;
    height: 72px;
    object-fit: cover;
    border-radius: 0.55rem;
    display: block;
    pointer-events: none;
  }
  .mega-card span {
    font-family: Sora, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0 0.15rem 0.2rem;
  }
  .mobile-acc-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: 0;
    padding: 0.65rem 0;
    font: inherit;
    color: #444933;
    cursor: pointer;
  }
  .mobile-acc-panel {
    display: none;
    padding: 0 0 0.5rem 0.5rem;
    gap: 0.5rem;
  }
  .mobile-acc.open .mobile-acc-panel { display: grid; }
  .mobile-acc.open .mobile-acc-btn .material-symbols-outlined { transform: rotate(180deg); }
  .mobile-mega-card {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.4rem;
    border-radius: 0.65rem;
    text-decoration: none;
    color: #0b1326;
    background: #f8f9ff;
  }
  .mobile-mega-card img {
    width: 52px;
    height: 40px;
    object-fit: cover;
    border-radius: 0.4rem;
    flex-shrink: 0;
  }
  .mobile-mega-card span {
    font-family: Sora, sans-serif;
    font-size: 13px;
    font-weight: 600;
  }

  .home-viewport {
    position: relative;
    padding-top: 7.25rem;
  }
  @media (min-width: 768px) {
    .home-viewport { padding-top: 6.25rem; }
  }
  .home-hero {
    display: block;
    padding-top: 1rem !important;
    padding-bottom: 1.5rem !important;
    overflow: visible;
  }
  .home-hero .hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
    align-items: center;
    width: 100%;
  }
  .home-hero .hero-copy { order: 2; min-width: 0; }
  .home-hero .globe-stage { order: 1; }
  .home-hero .hero-actions { order: 3; }
  @media (min-width: 960px) {
    .home-hero {
      padding-top: 2rem !important;
      padding-bottom: 2.5rem !important;
    }
    .home-hero .hero-grid {
      grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
      grid-template-rows: auto auto;
      gap: 1rem 2.75rem;
      align-items: center;
    }
    .home-hero .hero-copy {
      order: unset;
      grid-column: 1;
      grid-row: 1;
    }
    .home-hero .hero-actions {
      order: unset;
      grid-column: 1;
      grid-row: 2;
      align-self: start;
    }
    .home-hero .globe-stage {
      order: unset;
      grid-column: 2;
      grid-row: 1 / span 2;
    }
  }
  @media (min-width: 1280px) {
    .home-hero .hero-grid {
      grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.22fr);
      gap: 1.25rem 3.25rem;
    }
  }
  .home-hero .globe-stage {
    position: relative;
    height: clamp(280px, 42vh, 420px);
    width: min(100%, 480px);
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }
  .hero-products-mobile {
    display: none;
  }
  .hero-cta-row {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 420px;
    margin: 0.25rem auto 0;
  }
  .hero-cta-row > button {
    width: 100%;
    justify-content: center;
  }
  @media (min-width: 960px) {
    .hero-cta-row {
      flex-direction: row;
      flex-wrap: wrap;
      max-width: none;
      margin: 0;
    }
    .hero-cta-row > button {
      width: auto;
    }
  }
  /* Mobile floating chips — alignées à l’image de référence */
  @media (max-width: 959px) {
    .home-hero .globe-stage .chip-mkt {
      display: none !important;
    }
    .home-hero .globe-stage .chip-apps {
      top: 20% !important;
      left: 2% !important;
      right: auto !important;
    }
    .home-hero .globe-stage .chip-ia {
      top: 33% !important;
      right: 2% !important;
      left: auto !important;
    }
    .home-hero .globe-stage .chip-seo {
      display: flex !important;
      top: 46% !important;
      left: 2% !important;
      right: auto !important;
    }
    .home-hero .globe-stage .chip-media {
      top: auto !important;
      bottom: 4% !important;
      right: 2% !important;
      left: auto !important;
    }
    .home-hero .globe-stage .chip-bot {
      bottom: 14% !important;
      left: 2% !important;
      right: auto !important;
    }
    .home-hero .globe-stage .chip-logo {
      bottom: 38% !important;
      right: 42% !important;
    }
    .home-hero .globe-stage .chip-logo img {
      width: 3.5rem;
      height: 3.5rem;
    }
    .home-hero .globe-stage .chip-web {
      display: flex !important;
      top: 24px !important;
      left: 1% !important;
      right: 14% !important;
      justify-content: center;
      margin-left: 0 !important;
      max-width: none;
    }
    .home-hero .globe-stage .chip-stat-clients,
    .home-hero .globe-stage .chip-stat-experience {
      display: none !important;
    }
  }

  /* Création de site web — desktop / tablette (globe à droite) */
  @media (min-width: 960px) {
    .home-hero .globe-stage .chip-web {
      top: 4% !important;
      left: 38% !important;
      right: auto !important;
      justify-content: flex-start;
      z-index: 12;
    }
  }

  /* Stats hero — desktop uniquement */
  @media (min-width: 960px) {
    .home-hero .globe-stage .chip-stat-clients {
      left: 20% !important;
      right: auto !important;
      bottom: -2% !important;
    }
    .home-hero .globe-stage .chip-stat-experience {
      left: 58% !important;
      right: auto !important;
      bottom: -2% !important;
    }
  }
  @media (min-width: 960px) and (max-width: 1279px) {
    .home-hero .globe-stage .chip-stat-clients {
      left: 10% !important;
    }
    .home-hero .globe-stage .chip-stat-experience {
      left: 54% !important;
    }
  }

  /* Hero tablette / petit desktop — éviter le chevauchement texte ↔ chips */
  @media (min-width: 960px) and (max-width: 1279px) {
    .home-hero {
      padding-left: clamp(1.25rem, 3vw, 2.5rem) !important;
      padding-right: clamp(1.25rem, 3vw, 2.5rem) !important;
    }
    .home-hero .hero-grid {
      gap: 1.5rem clamp(2rem, 4vw, 3rem);
      grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    }
    .home-hero .hero-copy {
      padding-right: clamp(0.75rem, 2vw, 1.5rem);
    }
    .home-hero .globe-stage {
      padding-left: 0.75rem;
    }
    .home-hero .globe-stage .chip-seo {
      left: 14% !important;
    }
    .home-hero .globe-stage .chip-apps {
      left: 16% !important;
    }
    .home-hero .globe-stage .chip-bot {
      left: 12% !important;
    }
  }

  @media (min-width: 960px) {
    .home-hero .globe-stage .chip-seo {
      left: 8% !important;
    }
  }

  .product-split {
    display: grid;
    gap: 2rem;
    align-items: center;
  }
  .product-split__media { order: -1; }
  .product-split__copy { order: 1; }
  @media (min-width: 1024px) {
    .product-split {
      grid-template-columns: 1fr 1fr;
      gap: 3rem;
    }
    .product-split__media { order: 2; }
    .product-split__copy { order: 1; }
  }
  .product-split--bridge .product-split__media { order: -1; }
  @media (min-width: 1024px) {
    .product-split--bridge .product-split__copy { order: 2; }
    .product-split--bridge .product-split__media { order: 1; }
  }
  .home-hero .globe-stage::before {
    content: "";
    position: absolute;
    inset: 12% 10%;
    border-radius: 50%;
    background:
      radial-gradient(circle at 40% 40%, rgba(255, 107, 0, 0.12), transparent 55%),
      radial-gradient(circle at 65% 60%, rgba(0, 104, 116, 0.14), transparent 60%);
    filter: blur(8px);
    pointer-events: none;
    z-index: 0;
  }
  @media (min-width: 960px) {
    .home-hero .globe-stage {
      width: 100%;
      height: clamp(480px, 56vh, 620px);
      max-width: none;
      margin-right: 0;
    }
  }
  .home-hero #globe-container {
    inset: clamp(30px, 8%, 54px);
    z-index: 1;
  }
  .home-hero .hero-title {
    font-family: Sora, sans-serif;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #0b1326;
    -webkit-font-smoothing: antialiased;
  }
  .home-partners {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .partners-caption {
    text-align: center;
    font-family: Sora, sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #94a3b8;
    margin: 0 0 1rem;
    padding: 0 1rem;
  }
  .scroll-hint {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.05rem;
    margin: 0.5rem auto 1.25rem;
    color: #006874;
    text-decoration: none;
    font-family: Sora, sans-serif;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.8;
    transition: opacity 0.2s, color 0.2s;
  }
  .scroll-hint:hover { opacity: 1; color: #ff6b00; }
  .scroll-hint .chevron {
    animation: chevron-bounce 1.6s ease-in-out infinite;
    font-size: 1.65rem;
    line-height: 1;
  }
  @keyframes chevron-bounce {
    0%, 100% { transform: translateY(0); opacity: 0.65; }
    50% { transform: translateY(5px); opacity: 1; }
  }

  /* Expertise — méthodologie + services */
  .section-title {
    font-family: Sora, sans-serif;
    font-weight: 800;
    letter-spacing: -0.035em;
    color: #0b1326;
    line-height: 1.05;
    -webkit-font-smoothing: antialiased;
  }
  .expertise-stage {
    position: relative;
    overflow: hidden;
    background:
      radial-gradient(ellipse 55% 45% at 0% 0%, rgba(255, 107, 0, 0.08), transparent 55%),
      radial-gradient(ellipse 50% 40% at 100% 100%, rgba(0, 104, 116, 0.1), transparent 50%),
      #ffffff;
  }
  .method-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }
  @media (max-width: 699px) {
    .method-grid {
      display: flex;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      gap: 0.9rem;
      margin-left: 0;
      margin-right: 0;
      padding: 0.25rem 1rem 0.75rem 0;
      scroll-padding-left: 5px;
      scrollbar-width: none;
    }
    .method-grid::before {
      content: "";
      flex: 0 0 5px;
      scroll-snap-align: none;
    }
    .method-grid::-webkit-scrollbar { display: none; }
    .method-grid > .method-card {
      flex: 0 0 min(82vw, 280px);
      scroll-snap-align: start;
    }
  }
  @media (min-width: 700px) {
    .method-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }
  @media (min-width: 1100px) {
    .method-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.25rem; }
  }
  .method-card {
    position: relative;
    padding: 1.75rem 1.5rem 1.6rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(11, 19, 38, 0.06);
    background: #f4f7f8;
    transition: transform 0.4s ease, box-shadow 0.4s ease, background 0.4s ease;
    overflow: hidden;
  }
  .method-card::after {
    content: "";
    position: absolute;
    inset: auto -20% -40% auto;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,107,0,0.12), transparent 70%);
    pointer-events: none;
  }
  .method-card:hover {
    background: #fff;
    transform: translateY(-6px);
    box-shadow: 0 22px 48px rgba(11, 19, 38, 0.1);
  }
  .method-card .m-ico {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.35rem;
    transition: background 0.3s, color 0.3s;
  }
  .method-card.teal .m-ico { background: rgba(0,104,116,0.12); color: #006874; }
  .method-card.orange .m-ico { background: rgba(255,107,0,0.12); color: #ff6b00; }
  .method-card.teal:hover .m-ico { background: #006874; color: #fff; }
  .method-card.orange:hover .m-ico { background: #ff6b00; color: #fff; }
  .method-card .m-head {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
  }
  .method-card .m-num {
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1;
    opacity: 0.18;
  }
  .method-card.teal .m-num { color: #006874; }
  .method-card.orange .m-num { color: #ff6b00; }
  .method-card h3 {
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
    color: #0b1326;
  }
  .method-card p {
    color: #5a6578;
    font-size: 0.92rem;
    line-height: 1.55;
    font-weight: 500;
    margin-bottom: 1.25rem;
  }
  .method-card .m-tag {
    font-family: Sora, sans-serif;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  .method-card.teal .m-tag { color: #006874; }
  .method-card.orange .m-tag { color: #ff6b00; }
  .svc-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  @media (max-width: 639px) {
    .svc-grid {
      display: flex;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      gap: 0.85rem;
      margin-left: 0;
      margin-right: 0;
      padding: 0.15rem 1rem 0.65rem 0;
      scroll-padding-left: 5px;
      scrollbar-width: none;
    }
    .svc-grid::before {
      content: "";
      flex: 0 0 5px;
      scroll-snap-align: none;
    }
    .svc-grid::-webkit-scrollbar { display: none; }
    .svc-grid > .svc-card {
      flex: 0 0 min(78vw, 260px);
      scroll-snap-align: start;
    }
  }
  @media (min-width: 640px) {
    .svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }
  @media (min-width: 1024px) {
    .svc-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.15rem; }
  }
  .svc-card {
    position: relative;
    border-radius: 1.35rem;
    overflow: hidden;
    min-height: 220px;
    isolation: isolate;
    text-decoration: none;
    color: #fff;
    display: block;
    transform: translateY(0);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
  }
  .svc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 50px rgba(11,19,38,0.18);
  }
  .svc-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
  }
  .svc-card:hover img { transform: scale(1.06); }
  .svc-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(11,19,38,0.1) 10%, rgba(11,19,38,0.82) 100%),
      linear-gradient(135deg, rgba(255,107,0,0.25), rgba(0,104,116,0.35));
    z-index: 1;
  }
  .svc-card .svc-body {
    position: relative;
    z-index: 2;
    height: 100%;
    min-height: 220px;
    padding: 1.35rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .svc-card .svc-ico {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background: rgba(255,255,255,0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: auto;
    backdrop-filter: blur(6px);
  }
  .svc-card h3 {
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.02em;
    margin-bottom: 0.35rem;
  }
  .svc-card p {
    font-size: 0.82rem;
    line-height: 1.45;
    color: rgba(255,255,255,0.85);
    font-weight: 500;
  }

  /* Portfolio */
  /* —— Visibilité SEO / GEO (bande asymétrique) —— */
  .geo-band {
    position: relative;
    padding: 4.5rem 0;
    color: #fff;
    overflow: hidden;
    background: linear-gradient(125deg, #0b1326 0%, #006874 48%, #ff6b00 120%);
  }
  .geo-band__photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url("../img/home/geo.webp");
    background-size: cover;
    background-position: center;
    opacity: 0.28;
    pointer-events: none;
  }
  .geo-band::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
      linear-gradient(125deg, rgba(11, 19, 38, 0.82) 0%, rgba(0, 104, 116, 0.68) 48%, rgba(255, 107, 0, 0.52) 120%),
      radial-gradient(ellipse 55% 70% at 0% 50%, rgba(255, 107, 0, 0.22), transparent 60%),
      radial-gradient(ellipse 45% 60% at 100% 20%, rgba(0, 104, 116, 0.28), transparent 55%);
    pointer-events: none;
  }
  .geo-band__inner { position: relative; z-index: 2; }
  .geo-band__grid {
    display: grid;
    gap: 2.5rem;
    align-items: center;
  }
  @media (min-width: 960px) {
    .geo-band__grid {
      grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
      gap: 3rem;
    }
  }
  .geo-band__eyebrow {
    font-family: Sora, sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #ff6b00;
    margin-bottom: 1rem;
  }
  .geo-band__title {
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: clamp(1.75rem, 4vw, 3rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    margin: 0 0 1.25rem;
    color: #fff;
  }
  .geo-band__title em {
    font-style: normal;
    color: #ff6b00;
  }
  .geo-band__lead {
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
    max-width: 34rem;
    margin: 0 0 1.5rem;
  }
  .geo-band__lead strong { color: #fff; font-weight: 700; }
  .geo-band__points {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    display: grid;
    gap: 0.65rem;
  }
  .geo-band__points li {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.92rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
  }
  .geo-band__points .material-symbols-outlined {
    color: #ff6b00;
    font-size: 1.15rem;
  }
  .geo-band__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .geo-band__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: 0.9rem;
    padding: 0.9rem 1.25rem;
    border-radius: 0.9rem;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease;
  }
  .geo-band__btn:hover { transform: translateY(-2px); }
  .geo-band__btn--primary {
    background: linear-gradient(135deg, #ff6b00, #006874);
    color: #fff;
  }
  .geo-band__btn--ghost {
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    color: #fff;
  }
  .geo-band__btn--ghost:hover { background: rgba(255, 255, 255, 0.08); }
  .geo-band__channels {
    display: grid;
    gap: 0.65rem;
  }
  .geo-chip {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.9rem;
    padding: 0.95rem 1.1rem;
    border-radius: 1rem;
    text-decoration: none;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  }
  .geo-chip--a { background: rgba(255, 255, 255, 0.06); }
  .geo-chip--b { background: rgba(0, 104, 116, 0.28); }
  .geo-chip:hover {
    transform: translateX(4px);
    border-color: rgba(255, 107, 0, 0.55);
    background: rgba(255, 107, 0, 0.16);
  }
  .geo-chip__lead {
    display: flex;
    align-items: center;
    gap: 0.55rem;
  }
  .geo-chip__idx {
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
    min-width: 1.35rem;
  }
  .geo-chip__brand {
    display: grid;
    place-items: center;
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 0.55rem;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    flex-shrink: 0;
  }
  .geo-chip__brand svg { display: block; }
  .geo-chip__text { display: flex; flex-direction: column; gap: 0.15rem; min-width: 0; }
  .geo-chip__text strong {
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: 1rem;
  }
  .geo-chip__text small {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.65);
  }
  .geo-chip__arrow { font-size: 1.1rem; color: #ff6b00; opacity: 0.85; }

  .stats-strip {
    padding: 3rem 0 3.5rem;
  }
  .stats-strip__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  @media (min-width: 768px) {
    .stats-strip__list { grid-template-columns: repeat(4, 1fr); gap: 2.5rem 1.5rem; }
  }
  .stats-strip__item { text-align: center; }
  .stats-strip__num {
    display: block;
    font-family: Sora, sans-serif;
    font-size: clamp(2rem, 4.5vw, 2.85rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #006874;
    font-variant-numeric: tabular-nums;
  }
  .stats-strip__label {
    display: block;
    margin-top: 0.45rem;
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
  }

  .folio-shell {
    position: relative;
    overflow: hidden;
    background: #ffffff;
  }
  .folio-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(125deg, rgba(0, 104, 116, 0.12) 0%, rgba(255, 107, 0, 0.14) 45%, rgba(0, 104, 116, 0.08) 100%);
    pointer-events: none;
  }
  .folio-shell > * { position: relative; z-index: 1; }
  .folio-head {
    margin-bottom: 2.5rem;
  }
  @media (min-width: 768px) {
    .folio-head { margin-bottom: 3rem; }
  }
  .folio-filters {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.5rem;
    margin-top: 1.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    padding: 0.15rem 0.25rem 0.5rem;
  }
  .folio-filters::-webkit-scrollbar { display: none; }
  .folio-filters .filter-btn {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  @media (min-width: 768px) {
    .folio-filters {
      flex-wrap: wrap;
      overflow: visible;
      margin-left: 0;
      margin-right: 0;
      padding: 0;
    }
  }
  .folio-shell .filter-btn {
    font-family: Sora, sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.7rem 1.15rem;
    border-radius: 999px;
    border: 1px solid rgba(11, 19, 38, 0.1);
    background: rgba(255, 255, 255, 0.75);
    color: #5a6578;
    transition: all 0.2s ease;
  }
  .folio-shell .filter-btn.is-active,
  .folio-shell .filter-btn.bg-on-background {
    background: linear-gradient(135deg, #ff6b00 0%, #006874 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 10px 24px rgba(255, 107, 0, 0.22);
  }
  .folio-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.35rem;
    margin-top: 0.25rem;
  }
  @media (min-width: 700px) {
    .folio-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1.5rem;
    }
  }
  @media (min-width: 1000px) {
    .folio-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      grid-auto-flow: dense;
      gap: 1.65rem;
    }
  }
  /* Moins d’items visibles → grille plus aérée */
  .folio-grid.is-filtered {
    gap: 1.75rem;
  }
  @media (min-width: 1000px) {
    .folio-grid.is-filtered {
      gap: 2rem;
      max-width: 100%;
    }
  }
  .folio-card {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 1.25rem;
    overflow: hidden;
    background: #0b1326;
    isolation: isolate;
  }
  .folio-card--hero,
  .folio-card--side,
  .folio-card--tile {
    aspect-ratio: 4 / 3;
  }
  .folio-card--hero-split {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 280px;
    background: #0b1326;
    border-radius: 1.25rem;
    overflow: hidden;
  }
  @media (min-width: 700px) {
    .folio-card--hero-split {
      grid-template-columns: 1fr 1fr;
      min-height: 360px;
    }
  }
  @media (min-width: 1000px) {
    .folio-card--hero-split {
      grid-column: 1 / -1;
      min-height: 440px;
    }
    .folio-card--side,
    .folio-card--tile {
      aspect-ratio: 4 / 3;
    }
  }
  .folio-split-pane {
    position: relative;
    min-height: 220px;
    overflow: hidden;
  }
  @media (min-width: 700px) {
    .folio-split-pane { min-height: 100%; }
  }
  .folio-split-pane img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s ease;
  }
  .folio-card--hero-split:hover .folio-split-pane img { transform: scale(1.04); }
  .folio-grid.is-filtered .folio-card--hero-split {
    grid-column: auto;
    display: block;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
  .folio-grid.is-filtered .folio-card--hero-split .folio-split-pane {
    position: absolute;
    inset: 0;
    min-height: 0;
  }
  .folio-grid.is-filtered .folio-card--hero-split .folio-split-pane:nth-child(2) {
    display: none;
  }
  .folio-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.75s ease;
  }
  .folio-card:hover img { transform: scale(1.04); }
  .folio-card .folio-shade {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, transparent 28%, rgba(11, 19, 38, 0.78) 100%),
      linear-gradient(135deg, rgba(0, 104, 116, 0.18) 0%, rgba(255, 107, 0, 0.12) 100%);
    z-index: 1;
    pointer-events: none;
  }
  .folio-card .folio-meta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 1.25rem 1.35rem 1.4rem;
    color: #fff;
  }
  .folio-card--hero .folio-meta,
  .folio-meta--split {
    padding: 1.6rem 1.75rem 1.85rem;
  }
  .folio-meta--split {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
  }
  .folio-meta--split h3 {
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: clamp(1.35rem, 2.4vw, 1.85rem);
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
  .folio-card .folio-meta span,
  .folio-meta--split span {
    display: inline-block;
    font-family: Sora, sans-serif;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff6b00, #006874);
    margin-bottom: 0.65rem;
  }
  .folio-card .folio-meta h3 {
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
  .folio-card--hero .folio-meta h3 {
    font-size: clamp(1.45rem, 2.6vw, 2rem);
  }
  .folio-card--stat {
    aspect-ratio: 4 / 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.6rem 1.5rem;
    background: linear-gradient(140deg, #ff6b00 0%, #e05500 28%, #006874 100%);
    color: #fff;
  }
  .folio-card--stat strong {
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: clamp(2.4rem, 5vw, 3.25rem);
    letter-spacing: -0.045em;
    line-height: 1;
  }
  .folio-card--stat p {
    margin-top: 0.65rem;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.4;
    max-width: 16rem;
    opacity: 0.95;
  }
  .folio-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2.25rem;
    padding: 1rem 1.75rem;
    border-radius: 1rem;
    font-family: Sora, sans-serif;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #ff6b00 0%, #006874 100%);
    box-shadow: 0 14px 30px rgba(255, 107, 0, 0.25);
    border: 0;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .folio-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(0, 104, 116, 0.28);
  }

  /* Product tabs */
  .product-tabs {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 0.35rem;
    background: #fff;
    border: 1px solid rgba(11,19,38,0.08);
    border-radius: 999px;
    gap: 0.35rem;
    box-shadow: 0 10px 30px rgba(11,19,38,0.06);
  }
  .product-tabs::-webkit-scrollbar { display: none; }
  .product-tab {
    flex: 0 0 auto;
    appearance: none;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-family: Sora, sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.85rem 1.4rem;
    border-radius: 999px;
    color: #5a6578;
    transition: all 0.25s ease;
    white-space: nowrap;
  }
  .product-tab:hover { color: #0b1326; background: rgba(11,19,38,0.04); }
  .product-tab.active {
    background: linear-gradient(135deg, #ff6b00, #006874);
    color: #fff;
    box-shadow: 0 8px 18px rgba(255, 107, 0, 0.28);
  }
  .product-panel-tab { display: none; }
  .product-panel-tab.active { display: block; }
  .demo-stage {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    aspect-ratio: 16 / 11;
    min-height: clamp(240px, 32vh, 360px);
/*    background: #FEC804;
*/  }
  @media (min-width: 1024px) {
    .demo-stage {
      aspect-ratio: 16 / 11;
      min-height: 340px;
      max-height: 400px;
    }
  }

  /* How it works */
  .how-shell {
    background: linear-gradient(180deg, #f7fbfc 0%, #ffffff 55%, #ffffff 100%);
  }
  .how-track {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
  @media (max-width: 899px) {
    .how-track {
      display: flex;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      gap: 1rem;
      margin-left: 0;
      margin-right: 0;
      padding: 0.25rem 1rem 0.75rem 0;
      scroll-padding-left: 5px;
      scrollbar-width: none;
    }
    .how-track::before {
      content: "";
      flex: 0 0 5px;
      scroll-snap-align: none;
    }
    .how-track::-webkit-scrollbar { display: none; }
    .how-track > .how-step {
      flex: 0 0 min(78vw, 260px);
      scroll-snap-align: start;
    }
  }
  @media (min-width: 900px) {
    .how-track {
      grid-template-columns: repeat(4, 1fr);
      gap: 1.5rem;
    }
    .how-track::before {
      content: "";
      position: absolute;
      top: 2.1rem;
      left: 8%;
      right: 8%;
      height: 2px;
      background: linear-gradient(90deg, #ff6b00, #006874);
      opacity: 0.35;
      z-index: 0;
    }
  }
  .how-step {
    position: relative;
    z-index: 1;
  }
  .how-step .how-num {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: 1.35rem;
    color: #fff;
    margin-bottom: 1.15rem;
    box-shadow: 0 14px 30px rgba(11, 19, 38, 0.12);
  }
  .how-step:nth-child(odd) .how-num { background: #ff6b00; }
  .how-step:nth-child(even) .how-num { background: #006874; }
  .how-step h3 {
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: -0.02em;
    color: #0b1326;
    margin-bottom: 0.55rem;
  }
  .how-step p {
    color: #5a6578;
    font-size: 0.95rem;
    line-height: 1.55;
    font-weight: 500;
    max-width: 18rem;
  }

  /* Floating dock: chat au-dessus, back-to-top en dessous */
  .float-dock {
    position: fixed;
    right: max(0.75rem, env(safe-area-inset-right));
    bottom: max(0.85rem, env(safe-area-inset-bottom));
    z-index: 80;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.55rem;
  }
  @media (min-width: 768px) {
    .float-dock {
      right: 1.25rem;
      bottom: 1.25rem;
      gap: 0.7rem;
    }
  }
  .float-chat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.75rem;
  }
  .back-top {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    border: 1px solid rgba(11, 19, 38, 0.1);
    background: #fff;
    color: #006874;
    box-shadow: 0 10px 24px rgba(11, 19, 38, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.25s, transform 0.25s, visibility 0.25s, background 0.2s, color 0.2s;
  }
  @media (min-width: 768px) {
    .back-top { width: 3rem; height: 3rem; }
  }
  .back-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .back-top:hover {
    background: linear-gradient(135deg, #ff6b00, #006874);
    color: #fff;
    border-color: transparent;
  }
  .back-top .material-symbols-outlined { font-size: 1.45rem; }
  .float-chat-panel {
    display: none;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 220px;
    padding: 0.65rem;
    background: #fff;
    border: 1px solid rgba(225, 228, 243, 0.95);
    border-radius: 1rem;
    box-shadow: 0 18px 40px rgba(11, 19, 38, 0.16);
  }
  .float-chat.open .float-chat-panel { display: flex; }
  .float-chat-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.7rem 0.85rem;
    border-radius: 0.75rem;
    text-decoration: none;
    color: #0b1326;
    font-family: Sora, sans-serif;
    font-weight: 700;
    font-size: 0.88rem;
    transition: background 0.2s;
  }
  .float-chat-link:hover { background: #f7fbfc; }
  .float-chat-link .ico {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
  }
  .float-chat-link.wa .ico { background: #25d366; }
  .float-chat-link.mail .ico { background: #006874; }
  .float-chat-btn {
    width: 3.15rem;
    height: 3.15rem;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    background: linear-gradient(135deg, #ff6b00, #006874);
    color: #fff;
    box-shadow: 0 14px 32px rgba(255, 107, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
  }
  @media (min-width: 768px) {
    .float-chat-btn { width: 3.6rem; height: 3.6rem; }
  }
  .float-chat-btn:hover { transform: scale(1.05); }
  .float-chat-btn .material-symbols-outlined { font-size: 1.7rem; }
  .float-chat.open .float-chat-btn .icon-chat { display: none; }
  .float-chat:not(.open) .float-chat-btn .icon-close { display: none; }

  /* Modals */
  .modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(11, 19, 38, 0.6);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  .modal-overlay.open { opacity: 1; visibility: visible; }
  .modal-panel {
    background: #fff;
    border-radius: 1.5rem;
    width: 100%;
    max-width: 540px;
    max-height: min(92vh, 760px);
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(11, 19, 38, 0.28);
    transform: translateY(16px) scale(0.98);
    transition: transform 0.25s ease;
  }
  .modal-overlay.open .modal-panel { transform: translateY(0) scale(1); }
  .modal-panel.modal-video { max-width: 900px; }
  .modal-panel.modal-booking {
    max-width: 920px;
    padding: 0;
  }
  .booking-split {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 0;
    max-height: min(92vh, 760px);
  }
  @media (min-width: 860px) {
    .booking-split {
      grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.15fr);
    }
  }
  .booking-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    background: linear-gradient(155deg, #ff6b00 0%, #006874 100%);
    min-height: 140px;
  }
  @media (min-width: 860px) {
    .booking-visual { min-height: 100%; }
  }
  .booking-visual img.booking-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.28;
    mix-blend-mode: luminosity;
  }
  .booking-visual-inner {
    position: relative;
    z-index: 1;
    padding: 1.15rem 1.25rem 1.25rem;
    color: #fff;
  }
  @media (min-width: 860px) {
    .booking-visual-inner { padding: 2rem 1.75rem 2.25rem; }
  }
  .booking-visual .brand-mark {
    width: 52px;
    height: 52px;
    border-radius: 1rem;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
    backdrop-filter: blur(8px);
  }
  @media (min-width: 860px) {
    .booking-visual .brand-mark {
      width: 72px;
      height: 72px;
      border-radius: 1.15rem;
      margin-bottom: 1.5rem;
    }
  }
  .booking-visual .brand-mark img {
    width: 48px;
    height: 48px;
    object-fit: contain;
  }
  .booking-visual h3 {
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 0.35rem;
  }
  @media (min-width: 860px) {
    .booking-visual h3 { font-size: 1.65rem; margin-bottom: 0.65rem; }
  }
  .booking-visual p {
    color: rgba(255,255,255,0.88);
    font-size: 0.85rem;
    line-height: 1.45;
    font-weight: 500;
    max-width: 22rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  @media (min-width: 860px) {
    .booking-visual p {
      font-size: 0.95rem;
      line-height: 1.55;
      max-width: 18rem;
      display: block;
      -webkit-line-clamp: unset;
      overflow: visible;
    }
  }
  .booking-form-side .btn-book-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    background: linear-gradient(135deg, #ff6b00, #006874);
    color: #fff;
    padding: 0.85rem 1.5rem;
    border-radius: 0.9rem;
    font-family: Sora, sans-serif;
    font-weight: 800;
    border: 0;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(255, 107, 0, 0.22);
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .booking-form-side .btn-book-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(0, 104, 116, 0.28);
  }
  .booking-form-side .btn-book-ghost {
    padding: 0.85rem 1.25rem;
    border-radius: 0.9rem;
    font-weight: 700;
    border: 1px solid rgba(11,19,38,0.12);
    background: #fff;
    color: #5a6578;
    cursor: pointer;
  }
  .booking-form-side label.bk-opt {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(11,19,38,0.08);
    background: #f8f9ff;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
  }
  .booking-form-side label.bk-opt:hover {
    border-color: rgba(255,107,0,0.45);
    transform: translateY(-1px);
  }
  .booking-form-side label.bk-opt:has(:checked) {
    border-color: #ff6b00;
    background: linear-gradient(135deg, rgba(255,107,0,0.08), rgba(0,104,116,0.06));
    box-shadow: 0 8px 20px rgba(255,107,0,0.1);
  }
  .need-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
  @media (min-width: 480px) {
    .need-grid { grid-template-columns: 1fr 1fr; }
  }
  .need-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1rem 0.95rem 1.05rem;
    border-radius: 1.1rem;
    border: 1.5px solid rgba(11,19,38,0.08);
    background: linear-gradient(165deg, #fff 0%, #f8f9ff 100%);
    cursor: pointer;
    transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s, background 0.2s;
    min-height: 118px;
  }
  .need-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
  }
  .need-card .need-ico {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255,107,0,0.14), rgba(0,104,116,0.12));
    color: #ff6b00;
    margin-bottom: 0.25rem;
  }
  .need-card strong {
    font-family: Sora, sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    color: #0b1326;
    letter-spacing: -0.01em;
  }
  .need-card span {
    font-size: 0.75rem;
    line-height: 1.35;
    color: #5a6578;
    font-weight: 500;
  }
  .need-card:hover {
    border-color: rgba(255,107,0,0.4);
    transform: translateY(-2px);
  }
  .need-card:has(:checked) {
    border-color: #ff6b00;
    background: linear-gradient(145deg, rgba(255,107,0,0.1), rgba(0,104,116,0.08));
    box-shadow: 0 12px 28px rgba(255,107,0,0.14);
  }
  .need-card:has(:checked) .need-ico {
    background: linear-gradient(135deg, #ff6b00, #006874);
    color: #fff;
  }
  .need-card.need-card--wide {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: 0.9rem;
    min-height: 0;
  }
  .booking-form-side {
    display: flex;
    flex-direction: column;
    max-height: min(92vh, 760px);
    overflow: hidden;
    background: #fff;
  }
  .booking-form-side .booking-scroll {
    overflow-y: auto;
    flex: 1;
    padding: 0 1.5rem 1.5rem;
  }
  .booking-form-side .booking-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.35rem 1.5rem 0.85rem;
  }
  .booking-form-side .booking-top h2 {
    font-family: Sora, sans-serif;
    font-weight: 800;
    font-size: 1.35rem;
    letter-spacing: -0.025em;
    color: #0b1326;
  }
  .booking-form-side input,
  .booking-form-side select,
  .booking-form-side textarea {
    width: 100%;
    border-radius: 0.85rem;
    border: 1px solid rgba(11,19,38,0.1);
    background: #f8f9ff;
    padding: 0.85rem 1rem;
    font-size: 0.95rem;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
  }
  .booking-form-side input:focus,
  .booking-form-side select:focus,
  .booking-form-side textarea:focus {
    outline: none;
    border-color: #ff6b00;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255,107,0,0.12);
  }
  .step-dot {
    width: 8px; height: 8px; border-radius: 999px;
    background: #e1e4f3;
    transition: all 0.2s;
  }
  .step-dot.active { width: 22px; background: #ff6b00; }
  .step-dot.done { background: #006874; }
  .booking-step { display: none; }
  .booking-step.active { display: block; animation: bookingIn 0.35s ease; }
  @keyframes bookingIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
  }
  body.modal-open { overflow: hidden; }

  /* Très petits téléphones : modal scrollable en hauteur */
  @media (max-height: 720px), (max-width: 420px) {
    .modal-overlay {
      align-items: flex-start;
      justify-content: center;
      padding: 0.5rem;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior: contain;
      touch-action: pan-y;
    }
    .modal-panel.modal-booking {
      max-height: calc(100dvh - 1rem);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
      margin: 0 auto;
    }
    .booking-split {
      max-height: none;
    }
    .booking-visual {
      min-height: 0;
    }
    .booking-visual-inner {
      padding: 0.75rem 1rem 0.85rem;
    }
    .booking-visual .brand-mark {
      width: 40px;
      height: 40px;
      margin-bottom: 0.45rem;
      border-radius: 0.75rem;
    }
    .booking-visual .brand-mark img {
      width: 32px;
      height: 32px;
    }
    .booking-visual h3 {
      font-size: 1rem;
      margin-bottom: 0.2rem;
    }
    .booking-visual p {
      font-size: 0.78rem;
      line-height: 1.35;
      -webkit-line-clamp: 1;
    }
    .booking-form-side {
      max-height: none;
      overflow: visible;
    }
    .booking-form-side .booking-top {
      padding: 1rem 1.15rem 0.65rem;
    }
    .booking-form-side .booking-top h2 {
      font-size: 1.15rem;
    }
    .booking-form-side .booking-scroll {
      overflow: visible;
      flex: none;
      padding: 0 1.15rem 1.15rem;
    }
    .need-card {
      min-height: 0;
      padding: 0.85rem 0.8rem;
    }
  }

  /* Product showcase */
  .product-panel {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 0;
    border-radius: 1.75rem;
    overflow: hidden;
    border: 1px solid rgba(225, 228, 243, 0.9);
    background: #fff;
  }
  .product-panel.reverse { direction: rtl; }
  .product-panel.reverse > * { direction: ltr; }
  @media (max-width: 900px) {
    .product-panel, .product-panel.reverse {
      grid-template-columns: 1fr;
      direction: ltr;
    }
  }
  .pack-card {
    position: relative;
    background: #fff;
    border: 1px solid #e1e4f3;
    border-radius: 1.75rem;
    padding: 2.25rem;
    transition: all 0.3s ease;
    overflow: hidden;
  }
  .pack-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #ff6b00, #006874);
    opacity: 0;
    transition: opacity 0.3s;
  }
  .pack-card:hover {
    border-color: rgba(255, 107, 0, 0.4);
    box-shadow: 0 20px 40px rgba(0, 104, 116, 0.08);
    transform: translateY(-4px);
  }
  .pack-card:hover::before { opacity: 1; }
  .pack-card.featured {
    background: linear-gradient(165deg, #fff 0%, #fafbff 40%, #e6f6f8 100%);
    border-color: #006874;
  }
  .pack-card.featured::before { opacity: 1; }
  .offer-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: Sora, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
  }
  .blog-card {
    background: #fff;
    border-radius: 1.75rem;
    overflow: hidden;
    border: 1px solid rgba(225, 228, 243, 0.8);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
  }
  .blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 56px rgba(11, 19, 38, 0.12);
  }
  .footer-teal {
    background: linear-gradient(165deg, #004e5a 0%, #006874 45%, #0a3d48 100%);
  }
  .social-btn {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.22);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
  }
  .social-btn:hover {
    background: #ff6b00;
    border-color: #ff6b00;
    transform: translateY(-2px);
  }
  .packs-slide {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  @media (max-width: 767px) {
    .packs-slide {
      display: flex;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      gap: 1rem;
      margin-left: 0;
      margin-right: 0;
      padding: 0.25rem 1rem 0.75rem 0;
      scroll-padding-left: 5px;
      scrollbar-width: none;
    }
    .packs-slide::before {
      content: "";
      flex: 0 0 5px;
      scroll-snap-align: none;
    }
    .packs-slide::-webkit-scrollbar { display: none; }
    .packs-slide > .pack-card {
      flex: 0 0 min(86vw, 320px);
      scroll-snap-align: start;
    }
  }
  @media (min-width: 768px) {
    .packs-slide { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
  }
  .testimonials-slide {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  @media (max-width: 767px) {
    .testimonials-slide {
      display: flex;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      gap: 1rem;
      margin-left: 0;
      margin-right: 0;
      padding: 0.35rem 1rem 1rem 0;
      scroll-padding-left: 5px;
      scrollbar-width: none;
    }
    .testimonials-slide::before {
      content: "";
      flex: 0 0 5px;
      scroll-snap-align: none;
    }
    .testimonials-slide::-webkit-scrollbar { display: none; }
    .testimonials-slide > * {
      flex: 0 0 min(86vw, 320px);
      scroll-snap-align: start;
    }
  }
  @media (min-width: 768px) {
    .testimonials-slide { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem; }
  }
  @media (min-width: 1024px) {
    .testimonials-slide { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  }

  /* Google reviews CTA — section témoignages */
  .google-reviews-cta {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 0.75rem;
    max-width: 100%;
    padding: 0.875rem 1.25rem;
    border-radius: 9999px;
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.08);
    color: var(--color-on-surface, #1e293b);
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.35;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
  }
  .google-reviews-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.12);
    border-color: rgba(66, 133, 244, 0.35);
  }
  .google-reviews-cta__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .google-reviews-cta__label {
    text-align: center;
  }
  .google-reviews-cta__rating {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.3rem 0.75rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
    border: 1px solid rgba(245, 158, 11, 0.25);
    color: #92400e;
    font-weight: 800;
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .google-reviews-cta__star {
    width: 1rem;
    height: 1rem;
    color: #f59e0b;
    flex-shrink: 0;
  }
  .google-reviews-cta__count {
    font-weight: 700;
    opacity: 0.9;
  }
  .google-reviews-cta__external {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
  }
  @media (max-width: 479px) {
    .google-reviews-cta {
      flex-direction: column;
      border-radius: 1.25rem;
      padding: 1rem 1.125rem;
      gap: 0.625rem;
    }
    .google-reviews-cta__external {
      display: none;
    }
  }

  .blog-slide {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  @media (max-width: 767px) {
    .blog-slide {
      display: flex;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      scroll-snap-type: x mandatory;
      gap: 1rem;
      margin-left: 0;
      margin-right: 0;
      padding: 0.25rem 1rem 0.75rem 0;
      scroll-padding-left: 5px;
      scrollbar-width: none;
    }
    .blog-slide::before {
      content: "";
      flex: 0 0 5px;
      scroll-snap-align: none;
    }
    .blog-slide::-webkit-scrollbar { display: none; }
    .blog-slide > .blog-card {
      flex: 0 0 min(86vw, 300px);
      scroll-snap-align: start;
    }
  }
  @media (min-width: 768px) {
    .blog-slide { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; }
  }

  .about-cta {
    position: relative;
    padding-top: 3.5rem;
    overflow: visible;
  }
  .about-cta .cta-banner {
    min-height: 17rem;
  }
  .about-cta__content {
    position: relative;
    z-index: 4;
  }
  .about-cta__member {
    position: absolute;
    z-index: 3;
    right: -12.5rem;
    bottom: 0;
    max-height: 28rem;
    height: auto;
    width: auto;
    object-fit: contain;
    object-position: right bottom;
    pointer-events: none;
    filter: drop-shadow(0 18px 28px rgba(11, 19, 38, 0.22));
  }
  @media (min-width: 768px) {
    .about-cta .cta-banner {
      padding-right: 34%;
    }
  }
  @media (max-width: 767px) {
    .about-cta {
      padding-top: 2rem;
    }
    .about-cta .cta-banner {
      min-height: 24rem;
      padding-bottom: 10rem;
    }
    .about-cta__member {
      display: none;
    }
  }
