/* Neexya — charte graphique & UX */

:root {
  --brand: #87e64b;
  --neexya-brand: #87e64b;
  --neexya-brand-text: #005C2A;
  --neexya-green-dark: #005C2A;
  --neexya-shadow-glow: 0px 8px 24px 0px rgba(135, 230, 75, 0.45);
  --neexya-btn-project-bg: radial-gradient(
      62.56% 62.56% at 28.14% -10.42%,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, #272727, #272727);
  --neexya-btn-project-bg-hover: radial-gradient(
      62.56% 62.56% at 50% -13%,
      rgba(255, 255, 255, 0.7) 0%,
      rgba(255, 255, 255, 0) 100%
    ),
    linear-gradient(0deg, #272727, #272727);
  --neexya-btn-project-shadow: 0px -3px 0px 0px #080808 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.3) inset,
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.12),
    0px 6.65px 5.32px 0px rgba(0, 0, 0, 0.13),
    0px 12.52px 10.02px 0px rgba(0, 0, 0, 0.13),
    0px 22.34px 17.87px 0px rgba(0, 0, 0, 0.14),
    0px 41.78px 33.42px 0px rgba(0, 0, 0, 0.15),
    0px 100px 80px 0px rgba(0, 0, 0, 0.15),
    0px 3px 3px 0px rgba(0, 0, 0, 0.14),
    0px 2.77px 2.21px 0px rgba(0, 0, 0, 0.12);
}

[data-color-primary="color-primary-1"] {
  --brand: #87e64b !important;
}

/* Couleur unie #87e64b (pas de dégradé) */
.section-hero .content-wrap .title-icon .box,
.features-center,
.tf-switch-check:checked,
.process-card .icon,
.benefits-item .icon {
  background: #87e64b !important;
  background-image: none !important;
  box-shadow: var(--neexya-shadow-glow) !important;
}

/* Texte sur fond #87e64b */
.section-hero .content-wrap .title-icon .box,
.process-card .icon,
.tf-header.header-neexya .tf-btn:not(.mobile-menu):not(.tf-btn-project),
.section-hero .tf-btn:not(.tf-btn-2):not(.tf-btn-project) {
  color: var(--neexya-brand-text) !important;
}

.tf-header.header-neexya .tf-btn:not(.mobile-menu):not(.tf-btn-project),
.section-hero .tf-btn:not(.tf-btn-2):not(.tf-btn-project) {
  background: #87e64b !important;
  background-image: none !important;
  font-weight: 700;
}

.section-hero .tf-btn:not(.tf-btn-2):not(.tf-btn-project):hover,
.tf-header.header-neexya .tf-btn:not(.mobile-menu):not(.tf-btn-project):hover {
  background: #75d439 !important;
  color: #003d1c !important;
}

/* Accueil : pas d’image placeholder hero-1.png avant le chargement de la vidéo */
.section-hero .hero-image--video {
  background-image: none !important;
  background-color: transparent;
}

.section-hero .hero-image--video video {
  display: block;
  min-height: 100%;
  background-color: transparent;
}

/* Logos partenaires — carrousel infiniteslide (comme le thème d’origine) */
.partner-wrap .infiniteSlide_partner {
  display: flex;
  flex-flow: row nowrap;
  flex-wrap: nowrap;
  align-items: center;
  gap: 64px;
}

.partner-wrap .infiniteSlide_partner img {
  flex: 0 0 auto;
  display: block;
  height: 56px;
  max-height: 56px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  object-position: center;
  filter: grayscale(100%);
  opacity: 0.65;
}

@media (max-width: 767px) {
  .partner-wrap .infiniteSlide_partner {
    gap: 40px;
  }

  .partner-wrap .infiniteSlide_partner img {
    height: 44px;
    max-height: 44px;
    max-width: 160px;
  }
}

/* Accueil — services (6 cartes, sans scroll interne) */
.section-services {
  position: relative;
}

.section-services .col-left {
  margin-bottom: 0 !important;
}

.section-services__intro .services-image {
  position: static;
  max-width: 100%;
  width: 100%;
  height: auto;
  min-height: 200px;
  max-height: 280px;
  margin-top: 40px;
}

.section-services__intro .services-image img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 280px;
  object-fit: cover;
}

.section-services__accordion {
  align-self: stretch;
}

.section-services .accordion-services-scroll {
  display: block;
  width: 100%;
  overflow: visible;
  margin-bottom: 0;
}

.section-services .accordion-services-scroll .accordion-faq_list {
  margin: 0;
}

@media (max-width: 991px) {
  .section-services__intro .services-image {
    margin-top: 32px;
    max-height: 240px;
  }

  .section-services__intro .services-image img {
    max-height: 240px;
    min-height: 160px;
  }
}

/* CTA « Démarrer un projet » */
.tf-btn.tf-btn-project {
  color: #fff !important;
  background: var(--neexya-btn-project-bg) !important;
  background-image: var(--neexya-btn-project-bg) !important;
  box-shadow: var(--neexya-btn-project-shadow) !important;
  font-weight: 600;
}

.tf-btn.tf-btn-project:hover {
  color: #fff !important;
  background: var(--neexya-btn-project-bg-hover) !important;
  background-image: var(--neexya-btn-project-bg-hover) !important;
}

/* Liens : vert foncé sur fond clair pour lisibilité */
.text-brand {
  color: var(--neexya-brand-text) !important;
}

.item-link:hover,
.item-link.active {
  color: var(--neexya-brand-text) !important;
}

.tf-header.header-neexya .item-link.active::before,
.tf-header.header-neexya .item-link:hover::before {
  background-color: #87e64b !important;
}

.dot,
.sub .dot {
  background-color: #87e64b !important;
}

#goTop .border-progress {
  border-color: #87e64b !important;
}

/* Neexya — ajustements UX */

.tf-left-bar,
#settingColorMenu {
  display: none !important;
}

/* Header : ne pas écraser sticky / mobile du thème (styles.css) */
.tf-header.header-neexya {
  z-index: 100;
}

/* Logo PNG — header & menu mobile */
.tf-header.header-neexya .logo-site img,
.offcanvas-menu .canvas_head .logo-site img {
  display: block;
  height: 42px;
  width: auto;
  max-width: 168px;
  object-fit: contain;
}

/* Menu mobile — 7e item (CTA projet) */
.offcanvas-menu.show .nav-ul-mb li:nth-child(7) .item {
  transition-delay: 1.3s;
}

/*
 * Menu mobile : le footer (email / réseaux) était coupé en bas.
 * Causes : 100vh > zone visible (chrome navigateur) + flex sans min-height:0
 * (canvas_center ne rétrécit pas → overflow hors viewport).
 */
.offcanvas-menu {
  /* svh = hauteur visible avec barre navigateur (évite le bas coupé) */
  height: 100vh !important;
  height: 100dvh !important;
  max-height: 100svh;
}

.offcanvas-menu .offcanvas-content {
  box-sizing: border-box;
  min-height: 0;
  overflow: hidden;
  padding-bottom: max(24px, env(safe-area-inset-bottom, 0px));
}

.offcanvas-menu .offcanvas-content_wrapin {
  min-height: 0;
  overflow: hidden;
}

.offcanvas-menu .canvas_head,
.offcanvas-menu .canvas_foot {
  flex-shrink: 0;
}

.offcanvas-menu .canvas_center {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  justify-content: flex-start;
  padding-block: 8px;
}

@media (max-width: 767px) {
  .offcanvas-menu .offcanvas-content {
    padding-top: 20px;
    padding-bottom: max(20px, env(safe-area-inset-bottom, 0px));
  }

  .offcanvas-menu .mb-menu-link {
    font-size: 34px;
    line-height: 44px;
  }
}

/* Hero badge — ne pas dépasser le viewport (width: max-content du thème) */
@media (max-width: 767px) {
  .section-hero .content-wrap .sub {
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 6px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.35;
  }

  .section-hero .content-wrap .sub svg {
    flex-shrink: 0;
  }
}

/* Accueil — titre hero un peu plus compact */
.section-hero:not(.v1):not(.v2) .content-wrap .title.text-display-2 {
  font-size: 84px;
  line-height: 88px;
}

@media (max-width: 991px) {
  .section-hero:not(.v1):not(.v2) .content-wrap .title.text-display-2 {
    font-size: 52px;
    line-height: 58px;
  }
}

@media (max-width: 767px) {
  .section-hero:not(.v1):not(.v2) .content-wrap .title.text-display-2 {
    font-size: 28px;
    line-height: 36px;
  }

  /* Même taille d'intro hero sur toutes les pages (accueil + v1/v2) */
  .section-hero .content-wrap > .text,
  .section-hero .content-wrap .overflow-hidden > .text {
    font-size: 12.5px;
    line-height: 1.4;
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 4px;
  }
}

/* Desktop — élargir la barre (le thème header2 fixe max-width: 807px) */
@media (min-width: 992px) {
  .tf-header.header2.header-neexya .header-inner {
    max-width: min(100% - 48px, 1280px) !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: nowrap;
    padding: 8px 12px 8px 24px;
    overflow: visible;
  }

  .tf-header.header-neexya .logo-site {
    flex: 0 0 auto;
    line-height: 0;
  }

  .tf-header.header-neexya .box-navigation {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    justify-content: center;
    overflow: visible;
  }

  .tf-header.header-neexya .nav-menu-main {
    flex-wrap: nowrap;
    gap: clamp(10px, 1.2vw, 20px);
    justify-content: center;
  }

  .tf-header.header-neexya .nav-menu-main .item-link {
    font-size: clamp(13px, 1.05vw, 15px);
    white-space: nowrap;
  }

  .tf-header.header-neexya > .header-inner > .tf-btn.d-lg-flex {
    flex: 0 0 auto;
    white-space: nowrap;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
  }
}

/* Mobile / tablette : même comportement que template (nav masquée, bouton ☰) */
@media (max-width: 991px) {
  .tf-header.header-neexya .box-navigation {
    display: none !important;
  }
}

/* Espacement titre → intro (section solutions) */
#solutions .heading-section .heading-title {
  margin-bottom: 0;
}

#solutions .solutions-section__intro {
  margin-top: 40px;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

/* Accueil #solutions — g-32 n’existe pas en Bootstrap */
#solutions .row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
  row-gap: 2rem;
}

@media (max-width: 767px) {
  #solutions .row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
    row-gap: 1.25rem;
  }

  #solutions .row > [class*="col-"] {
    margin-bottom: 1.25rem;
  }

  #solutions .row > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}

/* Cartes solutions / produits */
.neexya-product-card {
  padding: 32px;
  border-radius: 24px;
  background: var(--neutral-100);
  border: 1px solid var(--neutral-200);
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.neexya-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  color: inherit;
}

.neexya-product-card__cta {
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid var(--neutral-200, #e4e4e7);
}

/* /solutions/ — espace entre les 3 cartes (g-32 n’existe pas en Bootstrap) */
.page-solutions-detail .solutions-products-row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
  row-gap: 2rem;
}

@media (max-width: 767px) {
  .page-solutions-detail .solutions-products-row {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
    row-gap: 1.25rem;
  }

  .page-solutions-detail .solutions-products-row > [class*="col-"] {
    margin-bottom: 1.25rem;
  }

  .page-solutions-detail .solutions-products-row > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .page-solutions-detail .solutions-products-row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
    row-gap: 2.5rem;
  }
}

.neexya-product-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #87e64b;
  color: var(--neexya-brand-text);
  font-size: 24px;
  margin-bottom: 20px;
}

/* Solutions externes : flèche lien externe (Goleads, Prosites) */
.sub-menu a.sub-menu-link--solution {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.sub-menu-link__external {
  font-size: 11px;
  width: 14px;
  text-align: center;
  opacity: 0.5;
  flex-shrink: 0;
}

.sub-menu a:hover .sub-menu-link__external,
.sub-menu a.active .sub-menu-link__external {
  opacity: 1;
}

.sub-nav-link--solution {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.neexya-product-card__icon--logo {
  background: var(--white) !important;
  border: 1px solid var(--neutral-200);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  padding: 10px !important;
}

.neexya-product-card__icon--logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Hero accueil + services + solutions : logos flottants (img-1 / img-2 / img-3) */
.section-hero:not(.v1):not(.v2) .title-icon-wrap img.img-1,
.page-service-detail .section-hero .title-icon-wrap img.img-1,
.page-solutions-detail .section-hero .title-icon-wrap img.img-1 {
  width: 133px;
  height: 80px;
}

.section-hero:not(.v1):not(.v2) .title-icon-wrap img.img-2,
.page-service-detail .section-hero .title-icon-wrap img.img-2,
.page-solutions-detail .section-hero .title-icon-wrap img.img-2 {
  width: 115px;
  height: 115px;
}

.section-hero:not(.v1):not(.v2) .title-icon-wrap img.img-3,
.page-service-detail .section-hero .title-icon-wrap img.img-3,
.page-solutions-detail .section-hero .title-icon-wrap img.img-3 {
  width: 105px;
  height: 105px;
}

.section-hero:not(.v1):not(.v2) .title-icon-wrap img.img-transform-3,
.page-service-detail .section-hero .title-icon-wrap img.img-transform-3,
.page-solutions-detail .section-hero .title-icon-wrap img.img-transform-3 {
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

.page-service-detail .section-hero .title-icon,
.page-solutions-detail .section-hero .title-icon {
  width: 255px !important;
  flex-shrink: 0 !important;
}

.page-solutions-detail .section-hero .title-icon {
  height: 80px !important;
  margin-top: 18px;
}

/* Liste /solutions/ — décoller l’intro du H1 */
.page-solutions-detail .section-hero.v1 .content-wrap .title {
  margin-bottom: 28px;
}

.page-solutions-detail .section-hero.v1 .content-wrap .text {
  margin-top: 8px;
}

/* Style solutions card checkmarks with #8dca37 brand color */
.neexya-product-card .list-text.type-check li .icon {
  background-color: #8dca37 !important;
  color: var(--neexya-brand-text) !important;
  font-weight: 700;
}

.features-center img {
  max-width: 152px;
  max-height: 112px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* Logos flottants section-tools — 6 slots template (img-1…6) */
.section-tools > img {
  width: 96px !important;
  height: 56px !important;
  object-fit: contain;
  object-position: center;
  padding: 6px 10px;
  background: var(--white);
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .section-tools > img {
    display: none !important;
  }
}

.section-tools .section-tools__integrations {
  margin-top: 36px;
}

.section-tools .tf-btn-project {
  margin-bottom: 4px;
}

/* About — hero v1 + orbit tools v2 */
.page-about .section-hero.v1 .title-icon-wrap img.img-1 {
  width: 133px;
  height: 80px;
}

.page-about .section-hero.v1 .title-icon-wrap img.img-2 {
  width: 115px;
  height: 115px;
}

.page-about .section-hero.v1 .title-icon-wrap img.img-3 {
  width: 105px;
  height: 105px;
}

.page-about .section-hero.v1 .title-icon-wrap img.img-transform-3 {
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: center;
}

/* Contact — hero compact, formulaire lisible, bureaux décollés */
.page-contact .section-hero,
.page-contact .section-hero--contact {
  min-height: auto;
  margin-bottom: 24px;
  padding-bottom: 8px;
}

.page-contact .section-hero .hero-image {
  inset: 16px;
}

.page-contact .section-hero .content-wrap {
  padding: 140px 0 72px;
}

.page-contact .section-hero .content-wrap .title .title2 {
  margin-top: 0;
}

.page-contact .section-hero .content-wrap .text {
  max-width: 36ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}

.page-contact .contact-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.page-contact #contact {
  scroll-margin-top: 96px;
}

.page-contact #contact.flat-spacing.pt-0 {
  padding-top: 32px;
}

.page-contact .section-contact .contact-lead {
  margin-top: 12px;
  margin-bottom: 0;
  max-width: 32ch;
  color: var(--neutral-400, #a1a1aa);
  line-height: 1.5;
}

.page-contact .section-contact .contact-item {
  text-decoration: none;
  color: inherit;
  padding: 12px 14px 12px 12px;
  border-radius: 18px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.page-contact .section-contact .contact-item:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.page-contact .section-contact .contact-item .text {
  word-break: break-word;
}

.page-contact .form-contact .heading,
.form-contact--cta .heading {
  margin-bottom: 8px;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
}

.section-contact .row > .col-lg-6:last-child {
  display: flex;
  align-items: center;
}

.section-contact .form-contact--cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-block: auto;
}

@media (max-width: 767px) {
  .section-contact .row > .col-lg-6:last-child {
    display: block;
  }

  .section-contact .form-contact--cta {
    margin-block: 0;
  }
}

.page-contact .section-maps {
  padding-top: 72px;
  padding-bottom: 100px;
}

.page-contact .office-card {
  height: 100%;
  padding: 24px;
  border-radius: 24px;
  background: var(--neutral-100, #f4f4f5);
  box-shadow:
    0 3px 3px rgba(0, 0, 0, 0.08),
    0 -4px 0 rgba(0, 0, 0, 0.04) inset;
}

.page-contact .office-card__link {
  display: inline-block;
  margin-top: 14px;
  font-weight: 600;
  color: var(--brand, #87e64b);
  text-decoration: none;
}

.page-contact .office-card__link:hover {
  text-decoration: underline;
}

.page-contact .office-map-frame {
  overflow: hidden;
  border-radius: 16px;
  background: #e4e4e7;
}

@media (max-width: 767px) {
  .page-contact .section-hero {
    margin-bottom: 16px;
  }

  .page-contact .section-hero .content-wrap {
    padding: 120px 0 56px;
  }

  .page-contact #contact.flat-spacing.pt-0 {
    padding-top: 20px;
  }

  .page-contact .contact-hero-actions {
    flex-direction: column;
  }

  .page-contact .contact-hero-actions .tf-btn,
  .page-contact .contact-hero-actions .tf-btn-2 {
    width: 100%;
  }

  .page-contact .section-maps {
    padding-top: 48px;
    padding-bottom: 72px;
  }

  .page-contact .office-card {
    padding: 18px;
    border-radius: 20px;
  }
}

/* Visibilité — prochaines étapes SEO/IA */
.visibility-next-steps__card {
  height: 100%;
  padding: 24px;
  border-radius: 16px;
  background: rgba(141, 202, 55, 0.06);
  border: 1px solid rgba(141, 202, 55, 0.2);
}

.visibility-next-steps__card-title {
  font-size: 1.05rem;
  margin-bottom: 12px;
  color: #87e64b;
}

.visibility-next-steps__cta {
  margin-top: 40px;
  line-height: 1.7;
}

/* Services hub — maillage interne SEO */
.page-services .services-related__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  padding: 22px 20px;
  border-radius: 18px;
  text-decoration: none;
  color: inherit;
  background: var(--neutral-100, #f4f4f5);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.page-services .services-related__card:hover {
  transform: translateY(-2px);
  border-color: rgba(135, 230, 75, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.page-services .services-related__label {
  color: inherit;
}

.page-services .services-related__text {
  font-size: 0.925rem;
  line-height: 1.45;
}

.page-services .accordion-faq_item .accordion-title h3 {
  display: inline;
  font: inherit;
  color: inherit;
}

/* Blog listing — cartes espacées + titres lisibles */
.page-blog .section-hero.v1 .content-wrap .title {
  margin-bottom: 24px;
}

.page-blog .section-hero.v1 .content-wrap .text {
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

.page-blog .section-blog.flat-spacing {
  padding-top: 48px;
}

.page-blog .blog-posts-row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 2rem;
  row-gap: 2rem;
}

@media (min-width: 1200px) {
  .page-blog .blog-posts-row {
    --bs-gutter-x: 2.5rem;
    --bs-gutter-y: 2.5rem;
    row-gap: 2.5rem;
  }
}

.page-blog .article-blog {
  background: var(--neutral-100, #f4f4f5);
  border: 1px solid var(--neutral-200, #e4e4e7);
  border-radius: 24px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}

.page-blog .article-blog .blog-content {
  padding: 24px 24px 28px;
  gap: 0;
}

.page-blog .article-blog .infor_name {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  white-space: normal;
}

.page-blog .article-blog.blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.page-blog .blog-card__media {
  display: block;
  width: 100%;
  overflow: hidden;
  background: #e4e4e7;
  border-radius: 24px 24px 0 0;
}

.page-blog .blog-card__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.45s ease;
}

.page-blog .article-blog.blog-card:hover .blog-card__media img {
  transform: scale(1.03);
}

.page-blog .blog-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.55;
}

.page-blog .blog-card__tags .tags-item {
  font-size: 0.75rem;
  padding: 4px 10px;
}

.page-blog .blog-card__sep {
  margin: 0 0.35em;
  opacity: 0.55;
}

.page-blog .blog-card__cta.tf-btn-2 {
  margin-top: 28px;
  padding: 8px 14px;
  font-size: 0.8125rem;
  line-height: 1.3;
  gap: 6px;
}

.page-blog .blog-card__cta.tf-btn-2 .icon {
  font-size: 0.75rem;
}

.page-blog .blog-hub-body {
  margin-top: 72px;
  margin-bottom: 48px;
  width: 100%;
  max-width: none;
}

.page-blog .blog-hub-body p {
  max-width: none;
}

.page-blog .blog-related-nav {
  margin-top: 64px;
  padding-top: 8px;
}

.page-blog .blog-related-nav__card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  padding: 22px 20px;
  border-radius: 18px;
  text-decoration: none;
  color: inherit;
  background: var(--neutral-100, #f4f4f5);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-blog .blog-related-nav__card:hover {
  transform: translateY(-2px);
  border-color: rgba(135, 230, 75, 0.35);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

@media (max-width: 767px) {
  .page-blog .section-blog.flat-spacing {
    padding-top: 32px;
  }

  .page-blog .blog-hub-body {
    margin-top: 56px;
    margin-bottom: 36px;
  }

  .page-blog .blog-related-nav {
    margin-top: 48px;
  }
}

.page-blog-detail .blog-detail-hero {
  margin-top: 40px;
  margin-bottom: 32px;
}

.page-blog-detail .blog-related {
  margin-top: 72px;
  padding-top: 8px;
}

.page-blog-detail .blog-detail-back {
  margin-top: 56px;
}

.blog-related__card {
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: border-color 0.25s ease;
}

.blog-related__card:hover {
  border-color: rgba(141, 202, 55, 0.35);
}

.blog-post-meta {
  margin-top: 12px;
  font-size: 0.95rem;
}

.blog-post-body h2:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .page-blog-detail .blog-detail-hero {
    margin-top: 28px;
  }

  .page-blog-detail .blog-related {
    margin-top: 56px;
  }

  .page-blog-detail .blog-detail-back {
    margin-top: 40px;
  }
}

.section-tools.v2 .tool-wrap .img-item {
  width: 72px;
  height: 72px;
  object-fit: contain;
  padding: 10px;
  background: var(--white);
  box-sizing: border-box;
}

.section-tools.v2 .tool-wrap .image-center img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  padding: 12px;
  background: var(--white);
  box-sizing: border-box;
}

/* About — stack tech en layout features (SEO + UX) */
.section-tools-stack .heading-section .heading-title {
  margin-bottom: 16px;
}

.section-tools-stack__intro {
  max-width: 42rem;
  margin: 0 auto 8px;
  line-height: 1.65;
}

.section-tools-stack .features-item h3.title {
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 8px;
}

.section-tools-stack .features-item__logo.icon {
  background-color: var(--white);
  box-shadow:
    0px -2px 0px 0px #e9e9e9 inset,
    0px 1px 0px 0px rgba(255, 255, 255, 0.7) inset,
    0px 3px 10px rgba(9, 9, 11, 0.08);
  border: 1px solid var(--neutral-200);
  color: inherit;
  font-size: 0;
}

.section-tools-stack .features-item__logo img {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
}

/* Lignes vers le logo Neexya — même fond que les cartes features-item */
.section-tools-stack .side-line-main .link-break-line::after {
  background: var(--neutral-100) !important;
}

.section-tools-stack .side-line-main .link-break-line {
  border-color: var(--neutral-200);
}

.section-tools-stack .side-line-main .link-break-center {
  border-color: var(--neutral-200);
}

.section-tools-stack .side-line-main .link-break-center::before,
.section-tools-stack .side-line-main .link-break-center::after {
  background: #87e64b;
}

.section-tools-stack .tf-btn-project {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .section-tools-stack__intro {
    font-size: 0.95rem;
    margin-bottom: 0;
  }

  .section-tools-stack .tf-btn-project {
    margin-top: 28px;
  }
}

/* Grille intégrations (page connecteurs) */
.integration-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
}

.integration-grid--compact {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
}

.integration-grid--featured {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}

.integration-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px 16px;
  border-radius: 16px;
  background: var(--neutral-100);
  border: 1px solid var(--neutral-200);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.integration-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.integration-card__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 52px;
  min-width: 88px;
  min-height: 52px;
  border-radius: 12px;
  background: var(--white);
}

.integration-card__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 80px;
  max-height: 44px;
  object-fit: contain;
  object-position: center;
}

.integration-card__img.is-missing {
  display: none;
}

.integration-card__fallback {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #87e64b;
  color: var(--neexya-brand-text);
  font-size: 18px;
  font-weight: 700;
}

.integration-card__fallback.is-visible {
  display: flex;
}

.integration-card__name {
  font-size: 13px;
  line-height: 1.3;
  color: var(--neutral-800);
}

.integration-category h3 {
  font-size: 1.25rem;
}

/* Page Neexya Glass — UX unifiée */
.page-neexya-glass .page-glass-hero .content-wrap {
  padding-bottom: 140px;
}

.page-neexya-glass .page-glass-hero--short .content-wrap {
  padding-bottom: 100px;
}

.page-neexya-glass .page-glass-main {
  margin-top: -72px;
  position: relative;
  z-index: 5;
  padding-top: 8px;
  padding-bottom: 48px;
}

.page-neexya-glass .glass-section + .glass-section {
  border-top: 1px solid var(--neutral-200);
}

/* Pages légales & plan du site */
.page-legal .section-hero.v1 .content-wrap .text {
  margin-top: 28px;
}

@media (max-width: 767px) {
  .page-legal .section-hero.v1 .content-wrap .text {
    margin-top: 20px;
  }

  .page-legal .section-hero.v1 .content-wrap {
    padding-bottom: 48px;
  }

  .page-legal .box-white {
    margin-top: 48px;
  }
}

.container-legal {
  width: 100%;
  max-width: 800px;
}

.legal-prose__section + .legal-prose__section {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid var(--neutral-200);
}

.legal-prose__list {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.legal-prose__list li + li {
  margin-top: 8px;
}

.sitemap-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap-links li + li {
  margin-top: 12px;
}

.sitemap-links__external {
  font-size: 0.85em;
}

/* Plan du site — largeur + empilement mobile clair */
.page-sitemap .container-legal {
  max-width: 1100px;
}

.page-sitemap .section-hero.v1 .content-wrap .title {
  margin-bottom: 20px;
}

.page-sitemap .sitemap-groups-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  row-gap: 1.5rem;
}

.page-sitemap .sitemap-group {
  height: 100%;
  padding: 22px 20px;
  border-radius: 20px;
  background: var(--neutral-100, #f4f4f5);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.page-sitemap .sitemap-group__title {
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--neutral-200, #e4e4e7);
  line-height: 1.3;
}

.page-sitemap .sitemap-links a {
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .page-sitemap .sitemap-groups-row {
    --bs-gutter-y: 1rem;
    row-gap: 1rem;
  }

  .page-sitemap .sitemap-group {
    padding: 18px 16px;
    border-radius: 16px;
  }

  .page-sitemap .sitemap-group__title {
    margin-bottom: 14px;
    font-size: 1.05rem;
  }

  .page-sitemap .sitemap-links li + li {
    margin-top: 14px;
  }
}

/* Section À propos — espace titre / colonnes */
.section-about-us .heading-section {
  margin-bottom: 20px;
}

.section-about-us .col-left .title.text-white {
  color: #fff !important;
}

.section-about-us .col-left .title .text-neexya-accent {
  color: #87e64b !important;
}

.section-about-us .heading-section .heading-title {
  line-height: 1.12;
}

@media (min-width: 768px) {
  .section-about-us .heading-section .heading-title {
    line-height: 1.1;
  }
}

/* Footer Neexya */
.footer-neexya .footer-content {
  padding-bottom: 80px;
}

.footer-neexya .footer-tagline {
  margin-top: 20px;
  margin-bottom: 8px;
}

.footer-neexya .footer-lead {
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 1.5;
}

.footer-neexya .footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 32px;
  margin: 28px auto 32px;
  max-width: 720px;
}

.footer-neexya .footer-contact__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}

.footer-neexya .footer-contact__item .icon {
  flex-shrink: 0;
  font-size: 18px;
  color: var(--neexya-brand-text);
}

.footer-neexya .footer-social {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.footer-neexya .footer-social a {
  flex: 0 0 auto;
  padding: 14px 18px;
  gap: 0;
  font-size: 0;
  line-height: 0;
}

.footer-neexya .footer-bottom {
  flex-direction: column;
  align-items: center;
  gap: 0;
  padding: 32px 0 40px;
}

.footer-neexya .footer-bottom > * {
  width: 100%;
}

.footer-neexya .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-neexya .footer-links a {
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-neexya .footer-links--nav a {
  font-weight: 600;
  font-size: 15px;
  color: inherit;
}

.footer-neexya .footer-links--nav a:hover {
  color: var(--neexya-brand-text);
}

.footer-neexya .footer-bottom__nav {
  width: 100%;
  padding-bottom: 24px;
}

.footer-neexya .footer-bottom__legal {
  width: 100%;
  padding: 20px 0 24px;
  border-top: 1px solid var(--neutral-200);
  border-bottom: 1px solid var(--neutral-200);
}

.footer-neexya .footer-links--legal {
  gap: 6px 14px;
}

.footer-neexya .footer-links--legal a {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: var(--neutral-500);
}

.footer-neexya .footer-links--legal a:hover {
  color: var(--neexya-brand-text);
}

.footer-neexya .footer-bottom__copy {
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  width: auto !important;
}

.footer-neexya .footer-bottom__legal-id {
  text-align: center;
  font-size: 12px;
  width: 100%;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .footer-neexya .footer-content {
    padding-bottom: 56px;
  }

  .footer-neexya .footer-bottom__legal-id {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-neexya .footer-contact {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
  }

  .footer-neexya .footer-contact__item {
    justify-content: center;
    text-align: center;
    max-width: 280px;
  }

  .footer-neexya .footer-social {
    gap: 8px;
  }

  .footer-neexya .footer-social a {
    padding: 12px 14px;
  }

  .footer-neexya .footer-links--nav {
    gap: 10px 16px;
  }

  .footer-neexya .footer-links--nav a {
    font-size: 14px;
  }

  .footer-neexya .footer-links--legal a {
    font-size: 10px;
  }

  .footer-neexya .footer-links--legal {
    gap: 6px 12px;
  }

  .footer-neexya .footer-bottom {
    padding-bottom: 32px;
  }
}

/* Expertise & secteurs (jeune structure) */
.section-expertise .row {
  --bs-gutter-y: 1.5rem;
  row-gap: 1.5rem;
}

.section-expertise .row > [class*="col-"] {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .section-expertise .row {
    --bs-gutter-y: 1.25rem;
    row-gap: 1.25rem;
  }

  .section-expertise .row > [class*="col-"] {
    margin-bottom: 1.25rem;
  }

  .section-expertise .row > [class*="col-"]:last-child {
    margin-bottom: 0;
  }
}

.expertise-card {
  padding: 24px 20px;
  border-radius: 20px;
  background: var(--neutral-100);
  border: 1px solid var(--neutral-200);
}

.expertise-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #87e64b;
  color: var(--neexya-brand-text);
  font-size: 18px;
  margin-bottom: 16px;
  box-shadow: var(--neexya-shadow-glow);
}

.section-sectors {
  background: var(--neutral-900, #18181b);
  padding-top: 40px;
}

.section-awards + .section-sectors {
  padding-top: 64px;
}

/* FAQ — respirer par rapport à la section précédente */
.section-faqs.flat-spacing {
  padding-top: 64px;
}

/* FAQ accordion — même échelle texte que /services/ (écrase Bootstrap accordion-button) */
.accordion-asked .accordion-button.text-body-1 {
  font-size: 18px;
  line-height: 28px;
}

.accordion-asked .accordion-body {
  font-size: 16px;
  line-height: 26px;
}

.sectors-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sectors-list__item {
  display: flex;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.sectors-list__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #87e64b;
  color: var(--neexya-brand-text);
  font-size: 18px;
}

.commitment-icon {
  font-size: 28px;
  color: var(--neexya-brand-text);
}

.section-awards .awards-item .image {
  min-height: 48px;
}

/* Page service IA — piliers SEO / GEO / AEO / AIO */
.service-seo-pillars {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 20px;
  align-items: stretch;
}

@media (max-width: 767px) {
  .service-seo-pillars {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
}

.service-seo-pillar {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  padding: 24px 20px;
  border-radius: 16px;
  background: var(--neutral-100);
  border: 1px solid var(--neutral-200);
}

.service-seo-pillar__code {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.25;
  min-height: 1.25em;
  color: var(--neexya-brand-text);
  margin-bottom: 4px;
}

.service-seo-pillar__subtitle {
  font-size: 14px;
  line-height: 1.35;
  min-height: 1.35em;
  margin-bottom: 12px;
  color: var(--neutral-700, #3f3f46);
}

.service-seo-pillar > p {
  flex: 1 1 auto;
  margin-bottom: 0;
}

/* Visibilité — SEO / GEO / AEO / AIO */
.visibility-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.section-visibility__cta {
  margin-top: 48px;
}

.visibility-grid--page {
  gap: 28px;
}

.visibility-pillar {
  padding: 28px 24px;
  border-radius: 20px;
  background: var(--neutral-100);
  border: 1px solid var(--neutral-200);
  height: 100%;
}

.visibility-pillar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.visibility-pillar__code {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--neexya-brand-text);
}

.visibility-pillar__badge {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 4px 10px;
  border-radius: 99px;
  background: rgba(135, 230, 75, 0.2);
  color: var(--neexya-brand-text);
  white-space: nowrap;
}

.visibility-pillar__icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #87e64b;
  color: var(--neexya-brand-text);
  font-size: 20px;
  margin-bottom: 16px;
  box-shadow: var(--neexya-shadow-glow);
}

.visibility-pillar__title {
  font-size: 1.125rem;
  margin-bottom: 4px;
}

.visibility-pillar__summary {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.visibility-pillar__topics {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 13px;
  color: var(--neutral-600);
}

.visibility-pillar__topics li + li {
  margin-top: 6px;
}

.visibility-roadmap {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.55;
}

.visibility-roadmap-box {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 28px;
  border-radius: 16px;
  background: var(--neutral-100);
  border: 1px dashed var(--neutral-300);
  text-align: center;
}

.visibility-roadmap-box__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--neexya-brand-text);
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .visibility-grid {
    grid-template-columns: 1fr;
  }
}

.page-neexya-glass .glass-card,
.page-neexya-glass .glass-panel {
  padding: 28px 32px;
  border-radius: 24px;
  background: var(--white);
  border: 1px solid var(--neutral-200);
}

.page-neexya-glass .glass-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #87e64b;
  color: var(--neexya-brand-text);
  font-size: 22px;
  margin-bottom: 16px;
}

.page-neexya-glass .glass-panel {
  background: var(--neutral-100);
}

.page-neexya-glass .section-pricing .pricing-item.style-black {
  background: var(--neutral-950);
}

.page-neexya-glass .section-pricing .pricing-item.style-black .price-number,
.page-neexya-glass .section-pricing .pricing-item.style-black .fw-semibold.text {
  color: var(--white);
}

@media (max-width: 991px) {
  .page-neexya-glass .page-glass-main {
    margin-top: -40px;
  }

  .page-neexya-glass .page-glass-hero .content-wrap {
    padding-bottom: 100px;
  }
}

/* Service Single Details: Image Aspect Ratios to enforce default template layout */
.section-services-single .top-image img {
  aspect-ratio: 832 / 480 !important;
  object-fit: cover !important;
}

.section-services-single .col-md-8 .image img {
  aspect-ratio: 1284 / 807 !important;
  object-fit: cover !important;
}

.section-services-single .col-md-4 .image img {
  aspect-ratio: 624 / 807 !important;
  object-fit: cover !important;
}

.section-services-single .bot-image img {
  aspect-ratio: 804 / 903 !important;
  object-fit: cover !important;
}

/* Accordion-services list-tags style for dark background visibility */
#accordion-services .list-tags .tags-item {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 99px;
  color: #8dca37 !important;
  background: rgba(141, 202, 55, 0.08);
  border: 1px solid #8dca37 !important;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 4px;
  margin-bottom: 4px;
  transition: all 0.2s ease;
}

#accordion-services .list-tags .tags-item:hover {
  background: rgba(141, 202, 55, 0.16);
  border-color: #8dca37 !important;
}

#accordion-services .text-body-1.num {
  color: #8dca37 !important;
}

#accordion-services .accordion-content .item-link {
  color: #87e64b !important;
  margin-top: 24px !important;
  display: inline-block;
}

#accordion-services .accordion-content .item-link::before {
  background-color: #87e64b;
}

#accordion-services .accordion-content .item-link:hover {
  color: #fff !important;
}

#accordion-services .accordion-content .item-link:hover::before {
  background-color: #fff;
}

/* Section Avantages — charte Neexya + visuels Higgsfield */
.section-benefits .benefits-progress-item .progress-line {
  width: 0;
  min-width: 0;
  background: linear-gradient(90deg, #005c2a 0%, #87e64b 100%);
}

.section-benefits .benefits-progress-item .progress-text .icon {
  color: #005c2a;
}

.section-benefits .benefits-step-inner .step-item .icon {
  color: #005c2a !important;
}

.section-benefits .benefits-step-inner .line-step {
  background: linear-gradient(90deg, rgba(135, 230, 75, 0.2) 0%, #87e64b 50%, rgba(135, 230, 75, 0.2) 100%);
}

.section-benefits .container > .row + .row {
  align-items: stretch;
}

.section-benefits .benefits-secure,
.section-benefits .benefits-design {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.section-benefits .benefits-secure-inner {
  margin-top: 0;
  margin-bottom: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 260px;
}

.section-benefits .benefits-secure .content,
.section-benefits .benefits-design .content {
  width: 100%;
  margin-top: auto;
  padding-top: 20px;
  flex-shrink: 0;
}

.section-benefits .benefits-design .benefits-design-inner {
  margin-top: 0;
  margin-bottom: 0;
  flex: 1 1 auto;
  min-height: 260px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  padding-right: 8px;
  overflow: visible;
}

.section-benefits .benefits-design .item-img-1 {
  position: relative;
  z-index: 1;
  flex: 0 1 auto;
  max-width: min(480px, 100%);
  width: auto;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.section-benefits .benefits-design .item-img-2 {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  flex: 0 0 auto;
  width: 148px;
  z-index: 2;
  align-self: flex-start;
  margin-top: 0;
  margin-right: -36px;
  transform: translate(28px, -24px);
}

.section-benefits .benefits-design .item-img-3 {
  position: absolute;
  top: auto;
  bottom: -12px;
  right: -8px;
  left: auto;
  width: 148px;
  z-index: 3;
}

.section-benefits .benefits-design .item-img-2,
.section-benefits .benefits-design .item-img-3 {
  height: auto;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  object-fit: cover;
}

.section-benefits .benefits-secure img {
  max-width: 220px;
  width: 100%;
  height: auto;
  max-height: 240px;
  object-fit: cover;
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  transform: none;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.section-benefits .benefits-secure:hover img {
  transform: scale(1.04);
  box-shadow: 0 16px 40px rgba(135, 230, 75, 0.2);
}

.section-benefits .benefits-box .content .text {
  line-height: 1.55;
}

@media (max-width: 991px) {
  .section-benefits .benefits-secure-inner,
  .section-benefits .benefits-design .benefits-design-inner {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .section-benefits .benefits-progress-item .progress-text {
    font-size: 14px;
    line-height: 1.3;
    gap: 8px;
  }

  .section-benefits .benefits-progress-item .progress-text .icon {
    font-size: 16px;
  }

  .section-benefits .container > .row {
    --bs-gutter-y: 1.25rem;
    row-gap: 1.25rem;
  }

  .section-benefits .container > .row.mb-24 {
    margin-bottom: 1.25rem !important;
  }

  .section-benefits .container > .row > [class*="col-"] {
    margin-bottom: 1.25rem;
  }

  .section-benefits .container > .row > [class*="col-"]:last-child {
    margin-bottom: 0;
  }

  .section-benefits .benefits-box {
    margin-bottom: 0;
  }

  .section-benefits .benefits-secure-inner,
  .section-benefits .benefits-design .benefits-design-inner {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-right: 0;
    width: 100%;
  }

  .section-benefits .benefits-design .benefits-design-inner {
    flex-direction: column;
    gap: 12px;
  }

  .section-benefits .benefits-design .item-img-1 {
    max-width: min(320px, 100%);
    margin-left: auto;
    margin-right: auto;
  }

  .section-benefits .benefits-design .item-img-2 {
    display: none;
  }

  .section-benefits .benefits-design .item-img-3 {
    position: relative;
    bottom: auto;
    right: auto;
    left: auto;
    margin: 0 auto;
  }

  .section-benefits .benefits-secure img {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
  }

  .section-benefits .benefits-design .content,
  .section-benefits .benefits-secure .content {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }

  .section-benefits .benefits-design .item-img-2,
  .section-benefits .benefits-design .item-img-3 {
    width: 140px;
  }
}

/* Solution detail (Goleads, Prosites) */
.solution-detail {
  padding-top: 48px;
}

.solution-detail__hero-image {
  margin-bottom: 48px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.solution-detail__hero-image img {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  display: block;
}

.solution-detail__hero-image--screenshot img {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  display: block;
  background: rgba(0, 0, 0, 0.25);
}

.solution-detail__gallery .col-md-6 {
  display: flex;
}

.solution-detail__screenshot {
  flex: 1;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  aspect-ratio: 2520 / 1487;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #0f1419;
}

.solution-detail__screenshot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.solution-detail__secondary-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.solution-detail__secondary-image img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.solution-detail__aside {
  padding: 28px;
  border-radius: 20px;
  background: rgba(141, 202, 55, 0.06);
  border: 1px solid rgba(141, 202, 55, 0.2);
}

.solution-detail__aside-text {
  line-height: 1.75;
  margin-bottom: 24px;
}

.solution-detail__aside-line {
  margin: 0 0 10px;
  color: var(--secondary);
  font-size: 0.95rem;
  line-height: 1.5;
}

.solution-detail__aside-line:last-child {
  margin-bottom: 0;
}

.solution-detail__aside-line--place {
  color: var(--primary);
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 12px;
}

.solution-detail__aside-line--contact {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(141, 202, 55, 0.35);
  color: var(--neutral-700);
}

.solution-detail__logo {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.solution-detail__logo img {
  max-height: 32px;
  width: auto;
}

.solution-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.solution-detail__tags .tags-item {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 99px;
  color: #8dca37;
  background: rgba(141, 202, 55, 0.08);
  border: 1px solid rgba(141, 202, 55, 0.35);
  font-size: 13px;
  line-height: 1.2;
}

.solution-detail__body p {
  margin-bottom: 1rem;
}

.solution-detail__highlights {
  margin-bottom: 60px;
}

.solution-detail__highlights-grid {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
  align-items: stretch;
}

.solution-detail__highlights-grid > [class*="col-"] {
  display: flex;
}

/* Si GSAP encapsule encore la carte, garder la hauteur égale */
.solution-detail__highlights-grid > [class*="col-"] > .overflow-hidden {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
}

.solution-detail__highlights > .heading {
  margin-bottom: 40px;
}

.solution-detail__deliverables {
  margin-top: 8px;
}

.solution-detail__deliverables > .col-lg-7 > .heading {
  margin-bottom: 40px;
}

.solution-detail__card {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  min-height: 100%;
  height: 100%;
  padding: 28px 24px 24px;
  border-radius: 18px;
  background: var(--neutral-50);
  border: 1px solid var(--neutral-200);
  border-top: 2px solid rgba(141, 202, 55, 0.65);
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.solution-detail__card:hover {
  border-color: rgba(141, 202, 55, 0.45);
  border-top-color: #8dca37;
  background: rgba(141, 202, 55, 0.06);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(9, 9, 11, 0.06);
}

.solution-detail__card-index {
  display: block;
  margin-bottom: 14px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: rgba(141, 202, 55, 0.85);
  line-height: 1;
}

.solution-detail__card-title {
  font-size: 1.08rem;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #87e64b;
}

.solution-detail__card-text {
  font-size: 0.95rem;
  line-height: 1.55;
  flex: 1 1 auto;
}

.solution-detail__features li {
  margin-bottom: 12px;
}

.solution-detail__cta {
  padding: 28px;
  border-radius: 20px;
  background: var(--neutral-50);
  border: 1px solid var(--neutral-200);
  box-shadow: 0 8px 28px rgba(9, 9, 11, 0.05);
}

.solution-detail__cta .tf-btn.tf-btn-project {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 52px;
  padding: 14px 22px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .solution-detail__hero-image img {
    aspect-ratio: 16 / 10;
  }

  .solution-detail__aside {
    margin-top: 8px;
  }

  .solution-detail__deliverables .col-lg-5 {
    align-items: stretch !important;
    margin-top: 20px;
  }
}

/* Screenshots solution (Goleads, etc.) — moins massifs sur smartphone */
@media (max-width: 767px) {
  .solution-detail__hero-image {
    margin-bottom: 28px;
    border-radius: 16px;
  }

  .solution-detail__hero-image--screenshot {
    max-width: 86%;
    margin-left: auto;
    margin-right: auto;
  }

  .solution-detail__hero-image--screenshot img {
    width: 100%;
    height: auto;
    max-height: 220px;
    object-fit: contain;
    object-position: center top;
  }
}

/* Bureaux locaux — Paris & Clermont */
.section-offices .heading-section .heading-title {
  margin-bottom: 0;
}

.section-offices__intro {
  margin-top: 40px;
  line-height: 1.7;
}

.section-offices .office-card {
  padding: 28px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  height: 100%;
}

.section-offices .office-card__title {
  font-size: 1.35rem;
  margin: 0;
}

.section-offices .office-card__region {
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.section-maps .office-map-frame {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--neutral-200);
  background: var(--neutral-100);
}

.section-maps .office-map-frame iframe {
  display: block;
  width: 100%;
  border: 0;
  border-radius: inherit;
}

/* Carte pages agences — bornes courbes modernes */
.agency-map__card {
  overflow: hidden;
  border-radius: 36px;
  border: 1px solid var(--neutral-200);
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(141, 202, 55, 0.1) 0%, transparent 55%),
    var(--neutral-50);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 18px 48px rgba(9, 9, 11, 0.07);
}

.agency-map__row {
  min-height: 400px;
}

.agency-map__info {
  height: 100%;
  padding: 40px 36px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.agency-map__eyebrow {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 16px;
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
  color: #5a9a20;
  background: rgba(141, 202, 55, 0.12);
  border: 1px solid rgba(141, 202, 55, 0.35);
}

.agency-map__title {
  font-size: clamp(1.35rem, 2.2vw, 1.75rem);
  line-height: 1.25;
  margin: 0 0 8px;
  color: var(--primary);
}

.agency-map__region {
  font-size: 0.92rem;
}

.agency-map__address {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: var(--neutral-700);
}

.agency-map__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.agency-map__link {
  font-size: 0.95rem;
}

.agency-map__frame-well {
  height: 100%;
  padding: 18px 18px 18px 8px;
}

.agency-map__frame.office-map-frame {
  position: relative;
  height: 100%;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(141, 202, 55, 0.28);
  border-radius: 28px;
  background: var(--neutral-100);
  box-shadow:
    0 0 0 6px rgba(255, 255, 255, 0.65),
    0 14px 36px rgba(9, 9, 11, 0.08);
}

.agency-map__frame.office-map-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.35);
}

.agency-map__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  border: 0;
  border-radius: inherit;
}

@media (max-width: 991px) {
  .agency-map__card {
    border-radius: 28px;
  }

  .agency-map__row {
    min-height: 0;
  }

  .agency-map__info {
    padding: 28px 24px 8px;
  }

  .agency-map__frame-well {
    padding: 12px 16px 16px;
  }

  .agency-map__frame.office-map-frame {
    min-height: 280px;
    border-radius: 22px;
  }

  .agency-map__frame iframe {
    min-height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .section-hero .hero-image--video video {
    display: none;
  }
}

/* Pages agences locales — même mécanique Prosites (hero v2 + image en screenshot) */
.page-agency-location .agency-hero__title {
  font-size: clamp(1.65rem, 3.8vw, 2.85rem);
  line-height: 1.25;
  margin-bottom: 16px;
  white-space: nowrap;
}

.page-agency-location .agency-hero__title .title1,
.page-agency-location .agency-hero__place {
  display: inline;
}

.page-agency-location .agency-hero__place {
  font-weight: 600;
  opacity: 0.92;
}

.page-agency-location .agency-related__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 24px;
}

.page-agency-location .agency-related__link {
  display: inline-flex;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--neutral-200);
  background: var(--neutral-50);
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.page-agency-location .agency-related__link:hover {
  border-color: rgba(141, 202, 55, 0.55);
  background: rgba(141, 202, 55, 0.1);
  color: var(--primary);
}

.page-agency-location .agency-related__sister {
  color: var(--secondary);
}

.agency-location__image {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.agency-location__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

@media (max-width: 767px) {
  .page-agency-location .agency-hero__title {
    font-size: 1.35rem;
    white-space: normal;
  }

  .section-services-single .solution-detail__highlights > .heading,
  .section-services-single .solution-detail__deliverables .heading {
    margin-bottom: 24px;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .solution-detail__highlights-grid {
    --bs-gutter-x: 0.75rem;
    --bs-gutter-y: 0.75rem;
  }

  .solution-detail__card {
    padding: 18px 14px 16px;
    border-radius: 14px;
    min-height: 148px;
  }

  .solution-detail__card-index {
    margin-bottom: 10px;
    font-size: 0.72rem;
  }

  .solution-detail__card-title {
    font-size: 0.95rem;
    margin-bottom: 8px;
  }

  .solution-detail__card-text {
    font-size: 0.85rem;
    line-height: 1.45;
  }

  .page-agency-location .section-hero.v2 .content-wrap .title {
    margin-bottom: 12px;
  }

  .solution-detail__cta {
    padding: 20px 16px;
    border-radius: 16px;
  }

  .solution-detail__cta .text-secondary {
    font-size: 0.92rem;
    line-height: 1.5;
    margin-bottom: 14px !important;
  }

  .solution-detail__cta .tf-btn.tf-btn-project {
    display: flex;
    width: 100%;
    min-height: 50px;
    padding: 13px 16px;
    font-size: 15px;
    line-height: 1.25;
    white-space: normal;
    border-radius: 999px;
    box-shadow:
      0px -2px 0px 0px #080808 inset,
      0px 1px 0px 0px rgba(255, 255, 255, 0.28) inset,
      0px 6px 16px rgba(9, 9, 11, 0.18) !important;
  }

  .solution-detail__cta .tf-btn.tf-btn-project:hover,
  .solution-detail__cta .tf-btn.tf-btn-project:active {
    box-shadow:
      0px -2px 0px 0px #080808 inset,
      0px 1px 0px 0px rgba(255, 255, 255, 0.35) inset,
      0px 4px 12px rgba(9, 9, 11, 0.16) !important;
  }
}

