/* PIX|WEB — Styles spécifiques index.html. */

.page-shell::before {
      content: "";
      position: fixed;
      inset: 0;
      background:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
      background-size: 36px 36px;
      mask-image: radial-gradient(circle at center, black 48%, transparent 100%);
      opacity: .22;
      pointer-events: none;
    }

.brand__logo {
      display: block;
      width: clamp(146px, 14vw, 200px);
      height: auto;
      object-fit: contain;
      filter: grayscale(1) drop-shadow(0 6px 18px rgba(0, 0, 0, .3));
      transform-origin: left center;
      transition: none;
    }

.mega__col {}

@media (max-width: 860px) {
      .site-nav {
        display: none;
      }

      .mega-wrap {
        display: none;
      }

      .burger {
        display: inline-flex;
      }
    }

@media (max-width: 1080px) {
      .hero__cards {
        position: relative;
        left: auto;
        bottom: auto;
        width: min(100%, 760px);
        height: 380px;
        transform: none;
        margin: 48px auto 0;
        overflow: hidden;
      }

      .hero-card {
        width: 100% !important;
        height: 380px !important;
        left: 0;
      }

      .hero-card[data-state="center"] {
        transform: none !important;
      }

      .hero-card[data-state="left"],
      .hero-card[data-state="right"],
      .hero-card[data-state="far-left"],
      .hero-card[data-state="far-right"] {
        display: none !important;
      }
    }

.hero-card--center .hero-card__body {}

.hero-card__center-media::before {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, .10), rgba(0, 0, 0, .04)),
        url('../../images/pixweb-pages-locales-plus.webp') center/cover no-repeat;
      filter: grayscale(.2);
    }

@media (max-width: 1080px) {
      .hero {
        padding-bottom: 140px;
      }

      .hero__cards {
        position: relative;
        left: auto;
        bottom: auto;
        width: min(100%, 740px);
        height: auto;
        transform: none;
        margin: 48px auto 0;
        display: grid;
        gap: 18px;
      }

      .hero-card,
      .hero-card--left,
      .hero-card--center,
      .hero-card--right {
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        transform: none;
      }

      .hero-card--left,
      .hero-card--right {
        height: 280px;
      }

      .hero-card--center {
        height: 360px;
      }

      .hero-card__center-title {
        width: 68%;
        font-size: clamp(2.6rem, 8vw, 4.6rem);
      }

      .content-spacer {
        padding-top: 80px;
      }
    }

@media (max-width: 760px) {
      .hero__cards {
        width: 100%;
      }

      .hero-card__frame {
        padding: 14px;
      }

      .hero-card__center-grid {
        padding: 24px;
      }

      .hero-card__center-media--left,
      .hero-card__center-media--right {
        width: 30%;
      }

      .hero-card__center-title {
        width: 74%;
      }
    }

.stats-section {
      background: #050505;
      padding: clamp(60px, 8vw, 120px) 28px clamp(80px, 10vw, 140px);
      text-align: center;
    }

.stats-section__tagline {
      margin: 0 0 clamp(48px, 6vw, 80px);
      font-size: clamp(.9rem, 1.1vw, 1.05rem);
      color: rgba(255, 255, 255, .52);
      letter-spacing: .01em;
      line-height: 1.6;
    }

.stats-section__number {
      font-size: clamp(2.4rem, 4.2vw, 4.8rem);
      font-weight: 300;
      letter-spacing: -.03em;
      color: #fff;
      line-height: 1.08;
    }

@media (max-width: 760px) {
      .sw-card__overlay {
        padding: 26px;
      }

      .sw-card__label {
        min-height: 30px;
        margin-bottom: 18px;
        padding: 7px 12px;
        font-size: .62rem;
        letter-spacing: .18em;
      }

      .sw-card__overlay h3 {
        max-width: 13ch;
        font-size: clamp(2.1rem, 10vw, 3.2rem);
        line-height: 1.08;
      }

      .sw-card__overlay p {
        margin-top: 16px;
        max-width: 34ch;
        font-size: .92rem;
        line-height: 1.6;
      }

      .sw-card__details {
        padding-top: 24px;
      }

      .sw-card__btn {
        min-height: 40px;
        padding: 0 16px;
        font-size: .88rem;
      }
    }

.forfaits-section {
      background: linear-gradient(to bottom, #ffffff 0%, #ffffff 38%, #050505 100%);
      padding: clamp(80px, 10vw, 140px) 0;
      overflow: hidden;
    }

.forfaits-section__title {
      font-size: clamp(2.4rem, 4.2vw, 4.8rem);
      font-weight: 300;
      letter-spacing: -.04em;
      color: #050505;
      margin: 0 0 16px;
      line-height: 1.08;
    }

.forfaits-section__sub {
      font-size: clamp(.98rem, 1.25vw, 1.14rem);
      color: rgba(0, 0, 0, .58);
      margin: 0 auto;
      max-width: 760px;
      line-height: 1.7;
    }

.forfaits-track {
      --forfait-gap: 22px;
      display: flex;
      gap: var(--forfait-gap);
      padding: 0 clamp(24px, 5vw, 80px);
      transition: transform .75s cubic-bezier(.22, .61, .36, 1);
      will-change: transform;
    }

.forfait-card {
      position: relative;
      flex: 0 0 clamp(320px, 31vw, 430px);
      min-height: clamp(440px, 36vw, 540px);
      border-radius: 18px;
      overflow: hidden;
      background: #050505;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      cursor: pointer;
      transform: translateZ(0);
      transition: transform .4s cubic-bezier(.22, .61, .36, 1), box-shadow .4s;
    }

.forfait-card__overlay {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse 62% 48% at 30% 34%, rgba(0, 0, 0, .06) 0%, rgba(0, 0, 0, .024) 42%, transparent 76%),
        linear-gradient(180deg, rgba(0, 0, 0, .42) 0%, rgba(0, 0, 0, .22) 42%, rgba(0, 0, 0, .88) 100%);
      pointer-events: none;
    }

.forfait-card__body {
      position: relative;
      z-index: 2;
      min-height: 100%;
      padding: clamp(34px, 4.2vw, 58px) clamp(26px, 3vw, 40px);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

.forfaits-section .forfait-card__badge {
      display: inline-flex;
      align-items: center;
      width: max-content;
      max-width: 100%;
      min-height: 34px;
      margin: 0 0 clamp(18px, 2.4vw, 28px);
      padding: 8px 16px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .12);
      border: 1px solid rgba(255, 255, 255, .16);
      color: rgba(255, 255, 255, .92);
      font-size: clamp(.68rem, .78vw, .78rem);
      font-weight: 700;
      letter-spacing: .22em;
      text-transform: uppercase;
      backdrop-filter: blur(12px);
    }

.forfait-card__name {
      margin: 0;
      max-width: 12ch;
      font-size: clamp(2.15rem, 3.05vw, 3.55rem);
      font-weight: 300;
      letter-spacing: -.04em;
      line-height: 1.06;
      color: #fff;
      text-shadow: 0 10px 28px rgba(0, 0, 0, .22);
    }

.forfait-card__desc {
      margin: clamp(15px, 1.6vw, 22px) 0 0;
      max-width: 42ch;
      font-size: clamp(.95rem, 1.05vw, 1.06rem);
      color: rgba(255, 255, 255, .80);
      line-height: 1.68;
      text-shadow: 0 10px 28px rgba(0, 0, 0, .20);
    }

.forfait-card__details {
      margin-top: clamp(46px, 6.2vw, 88px);
      padding-top: 0;
      transform: translateY(clamp(10px, 1.4vw, 20px));
    }

.forfait-card__price {
      margin: 0 0 18px;
      font-size: clamp(.82rem, .95vw, .92rem);
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .58);
    }

.forfait-card__actions {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
    }

.forfait-card__actions .sw-card__btn {
      min-height: 44px;
      padding: 0 20px;
      font-size: clamp(.88rem, .95vw, .96rem);
    }

.forfaits-section .forfait-card__body {
      min-height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      padding-top: clamp(34px, 4.2vw, 58px);
      padding-bottom: clamp(34px, 4.2vw, 58px);
    }

.forfaits-section .forfait-card__badge {
      flex: 0 0 auto;
      margin-bottom: 0;
    }

.forfait-card__main {
      flex: 0 1 auto;
      margin-top: auto;
      margin-bottom: auto;
      transform: translateY(clamp(10px, 1.2vw, 18px));
    }

.forfait-card__details {
      flex: 0 0 auto;
      margin-top: 0;
      transform: none;
    }

.forfait-card__price {
      margin-bottom: 18px;
    }

.forfaits-section__footer {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 16px;
      margin-top: 18px;
      padding: 0 clamp(24px, 5vw, 80px);
    }

@media (max-width: 760px) {
      .forfaits-track {
        --forfait-gap: 16px;
        padding-inline: 18px;
      }

      .forfait-card {
        flex-basis: min(86vw, 420px);
        min-height: 450px;
      }

      .forfait-card__body {
        padding: 32px 26px;
        justify-content: center;
      }

      .forfaits-section .forfait-card__badge {
        min-height: 30px;
        margin-bottom: 18px;
        padding: 7px 12px;
        font-size: .62rem;
        letter-spacing: .18em;
      }

      .forfait-card__name {
        max-width: 13ch;
        font-size: clamp(2.1rem, 10vw, 3.2rem);
        line-height: 1.08;
      }

      .forfait-card__desc {
        margin-top: 16px;
        max-width: 34ch;
        font-size: .92rem;
        line-height: 1.6;
      }

      .forfait-card__details {
        margin-top: 42px;
        transform: translateY(10px);
      }

      .forfaits-section__footer {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .forfait-dots,
      .forfait-navs {
        grid-column: 1;
        justify-content: center;
      }
    }

.france-zone {
      background: #ffffff;
      color: #050505;
      padding: clamp(48px, 6vw, 72px) clamp(24px, 5vw, 80px) clamp(36px, 4vw, 56px);
    }

.france-zone__inner {
      max-width: 1400px;
      margin: 0 auto;
    }

.france-zone__head {
      display: block;
      max-width: 880px;
      margin-bottom: clamp(24px, 3vw, 38px);
    }

.france-zone__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      margin: 0 0 18px;
      color: rgba(0, 0, 0, .38);
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .18em;
      text-transform: uppercase;
    }

.france-zone__eyebrow::before {
      content: "";
      width: 34px;
      height: 1px;
      background: rgba(0, 0, 0, .16);
      flex: 0 0 34px;
    }

.france-zone__title {
      margin: 0;
      font-size: clamp(2.1rem, 3.7vw, 4.25rem);
      font-weight: 300;
      letter-spacing: -.04em;
      color: #050505;
      line-height: 1.08;
    }

.france-zone__intro {
      margin: clamp(18px, 2vw, 26px) 0 0;
      max-width: 820px;
      color: rgba(0, 0, 0, .58);
      font-size: clamp(.98rem, 1.25vw, 1.14rem);
      line-height: 1.7;
      padding-top: 0;
    }

.france-zone__map-shell {
      position: relative;
      overflow: hidden;
      border-radius: 22px;
      border: 1px solid rgba(0, 0, 0, .14);
      background: #f2f2f2;
      box-shadow: 0 24px 70px rgba(0, 0, 0, .10);
    }

.france-zone__map {
      display: block;
      width: 100%;
      height: min(19vw, 250px);
      min-height: 160px;
      border: 0;
    }

.france-zone__map-chip {
      position: absolute;
      left: 20px;
      bottom: 20px;
      display: inline-flex;
      align-items: center;
      min-height: 48px;
      padding: 0 22px;
      border-radius: 999px;
      background: rgba(15, 15, 15, .94);
      color: #fff;
      font-size: clamp(.95rem, 1.08vw, 1.08rem);
      font-weight: 600;
      letter-spacing: -.02em;
      box-shadow: 0 14px 30px rgba(0, 0, 0, .16);
      backdrop-filter: blur(10px);
    }

.france-zone__tags {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 14px 16px;
      margin-top: 26px;
    }

.france-zone__tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      padding: 0 22px;
      border-radius: 999px;
      background: #111111;
      color: #ffffff;
      font-size: clamp(.9rem, 1vw, 1rem);
      font-weight: 600;
      letter-spacing: -.02em;
      line-height: 1.2;
      text-align: center;
      box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .06);
    }

@media (max-width: 980px) {
      .france-zone__intro {
        max-width: 100%;
      }

      .france-zone__map {
        height: 27vw;
        min-height: 150px;
      }

      .france-zone__tags {
        justify-content: flex-start;
      }
    }

@media (max-width: 640px) {
      .france-zone {
        padding: 42px 18px 36px;
      }

      .france-zone__eyebrow {
        font-size: .72rem;
        letter-spacing: .16em;
      }

      .france-zone__title {
        font-size: clamp(2rem, 9.5vw, 2.9rem);
      }

      .france-zone__intro {
        font-size: .95rem;
      }

      .france-zone__map-shell {
        border-radius: 18px;
      }

      .france-zone__map {
        height: 34vw;
        min-height: 140px;
      }

      .france-zone__map-chip {
        left: 14px;
        right: 14px;
        bottom: 14px;
        justify-content: center;
        min-height: 46px;
        padding: 0 18px;
        font-size: .92rem;
      }

      .france-zone__tags {
        gap: 10px;
      }

      .france-zone__tag {
        min-height: 44px;
        padding: 0 16px;
        font-size: .88rem;
      }
    }

.reviews-section {
      background: #050505;
      color: #ffffff;
      padding: clamp(56px, 7vw, 92px) clamp(24px, 5vw, 80px) clamp(44px, 5vw, 64px);
      overflow: hidden;
    }

.reviews-section__inner {
      max-width: 1400px;
      margin: 0 auto;
    }

.reviews-section__head {
      display: grid;
      grid-template-columns: minmax(320px, 760px) 188px;
      gap: clamp(26px, 4vw, 48px);
      align-items: end;
      justify-content: space-between;
      margin-bottom: clamp(34px, 4vw, 44px);
    }

.reviews-section__eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 14px;
      margin: 0 0 18px;
      color: rgba(255, 255, 255, .52);
      font-size: .78rem;
      font-weight: 700;
      letter-spacing: .18em;
      text-transform: uppercase;
    }

.reviews-section__eyebrow::before {
      content: "";
      width: 34px;
      height: 1px;
      background: rgba(255, 255, 255, .18);
      flex: 0 0 34px;
    }

.reviews-section__title {
      margin: 0;
      font-size: clamp(1.9rem, 3.15vw, 3.55rem);
      line-height: 1.06;
      letter-spacing: -.04em;
      font-weight: 300;
      text-transform: uppercase;
    }

.reviews-section__summary {
      display: flex;
      align-items: flex-start;
      justify-content: flex-end;
      padding-top: clamp(28px, 2.4vw, 42px);
    }

.reviews-rating {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 8px;
      width: min(100%, 188px);
      min-height: 164px;
      padding: 18px;
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, .10);
      background: linear-gradient(180deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .02));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
      text-align: center;
    }

.reviews-rating__score {
      font-size: clamp(2.35rem, 3.15vw, 3.55rem);
      line-height: 1;
      letter-spacing: -.06em;
      font-weight: 300;
    }

.reviews-rating__stars {
      font-size: 1.22rem;
      letter-spacing: .08em;
      line-height: 1;
      color: #fbbc04;
    }

.reviews-rating__count {
      color: rgba(255, 255, 255, .72);
      font-size: .92rem;
      line-height: 1.35;
    }

.reviews-section__desc {
      max-width: 760px;
      margin: clamp(18px, 2vw, 26px) 0 0;
      color: rgba(255, 255, 255, .56);
      font-size: clamp(.98rem, 1.25vw, 1.14rem);
      line-height: 1.7;
    }

.reviews-carousel {
      overflow: hidden;
    }

.reviews-track {
      --reviews-gap: 28px;
      display: flex;
      gap: var(--reviews-gap);
      width: 100%;
      transition: transform .78s cubic-bezier(.22, .61, .36, 1);
      will-change: transform;
    }

.review-card {
      flex: 0 0 calc((100% - (2 * var(--reviews-gap))) / 3);
      min-width: 0;
      height: 332px;
      min-height: 332px;
      padding: 30px 30px 24px;
      border-radius: 24px;
      border: 1px solid rgba(255, 255, 255, .12);
      background:
        radial-gradient(circle at top left, rgba(255, 255, 255, .10), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(145, 145, 145, .04));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
      display: flex;
      flex-direction: column;
      backdrop-filter: blur(12px);
    }

.review-card__top {
      display: block;
      margin-bottom: 14px;
    }

.review-card__identity {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      min-width: 0;
    }

.review-card__avatar {
      width: 52px;
      height: 52px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      border: 1px solid rgba(255, 255, 255, .14);
      background: linear-gradient(180deg, rgba(190, 190, 190, .18), rgba(95, 95, 95, .10));
      color: #ffffff;
      font-size: 1.7rem;
      font-weight: 300;
      letter-spacing: -.04em;
      flex: 0 0 auto;
    }

.review-card__meta {
      min-width: 0;
    }

.review-card__name {
      display: block;
      margin-bottom: 4px;
      font-size: 1.12rem;
      font-weight: 700;
      letter-spacing: -.02em;
      color: #ffffff;
    }

.review-card__tags {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px;
      color: rgba(255, 255, 255, .62);
      font-size: 1rem;
      line-height: 1.3;
    }

.review-card__pill {
      display: inline-flex;
      align-items: center;
      min-height: 32px;
      padding: 0 14px;
      border-radius: 999px;
      border: 1px solid rgba(210, 210, 210, .18);
      background: rgba(160, 160, 160, .10);
      color: rgba(255, 255, 255, .88);
      font-size: .88rem;
      font-weight: 600;
      letter-spacing: -.01em;
      white-space: nowrap;
    }

.review-card__ratingline {
      display: flex;
      align-items: center;
      gap: 16px;
      margin-bottom: 16px;
      color: rgba(255, 255, 255, .68);
      flex: 0 0 auto;
    }

.review-card__stars {
      white-space: nowrap;
      color: #fbbc04;
      font-size: 1.18rem;
      letter-spacing: .05em;
      line-height: 1;
      flex: 0 0 auto;
    }

.review-card__time {
      color: rgba(255, 255, 255, .62);
      font-size: .98rem;
      line-height: 1.2;
    }

.review-card__text {
      margin: 0;
      color: rgba(255, 255, 255, .86);
      font-size: 1rem;
      line-height: 1.6;
      flex: 1 1 auto;
      min-height: 0;
      overflow-y: auto;
      padding-right: 6px;
      scrollbar-width: thin;
      scrollbar-color: rgba(255, 255, 255, .22) transparent;
    }

.review-card__text::-webkit-scrollbar {
      width: 5px;
    }

.review-card__text::-webkit-scrollbar-track {
      background: transparent;
    }

.review-card__text::-webkit-scrollbar-thumb {
      background: rgba(255, 255, 255, .22);
      border-radius: 999px;
    }

.review-card__footer {
      margin-top: 16px;
      padding-top: 0;
      border-top: 0;
      color: rgba(255, 255, 255, .62);
      font-size: .98rem;
      line-height: 1.45;
      flex: 0 0 auto;
    }

.reviews-section__footer {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 18px;
      margin-top: 30px;
    }

.reviews-dots {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      justify-self: center;
    }

.reviews-dot {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .28);
      cursor: pointer;
      transition: background .3s, width .3s;
    }

.reviews-dot--active {
      background: #ffffff;
      width: 24px;
    }

.reviews-navs {
      justify-self: end;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

.reviews-nav {
      width: 38px;
      height: 38px;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, .14);
      background: rgba(255, 255, 255, .03);
      color: #ffffff;
      font-size: 1.1rem;
      line-height: 1;
      display: grid;
      place-items: center;
      cursor: pointer;
      transition: transform .25s ease, background-color .25s ease, border-color .25s ease;
    }

.reviews-nav:hover {
      transform: translateY(-2px);
      background: rgba(255, 255, 255, .07);
      border-color: rgba(255, 255, 255, .24);
    }

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

      .reviews-section__summary {
        justify-content: flex-start;
        padding-top: 0;
      }

      .review-card {
        flex-basis: calc((100% - var(--reviews-gap)) / 2);
      }
    }

@media (max-width: 820px) {
      .reviews-section {
        padding: 46px 18px 34px;
      }

      .reviews-section__summary {
        justify-content: flex-start;
      }

      .reviews-rating {
        width: min(100%, 176px);
        min-height: 150px;
        padding: 16px;
      }

      .review-card {
        flex-basis: 100%;
        min-width: 100%;
        min-height: auto;
      }

      .reviews-track {
        --reviews-gap: 18px;
      }

      .reviews-section__footer {
        grid-template-columns: 1fr;
      }

      .reviews-dots,
      .reviews-navs {
        justify-self: center;
      }
    }

@media (max-width: 640px) {
      .reviews-section__title {
        font-size: clamp(1.85rem, 8.2vw, 2.55rem);
      }

      .reviews-section__desc {
        font-size: .98rem;
      }

      .review-card {
        height: auto;
        min-height: auto;
        padding: 24px 20px 20px;
      }

      .review-card__top {
        grid-template-columns: 1fr;
      }

      .review-card__stars {
        padding-top: 0;
      }

      .review-card__text {
        font-size: .96rem;
      }

      .reviews-nav {
        width: 38px;
        height: 38px;
      }
    }

.faq-toggle {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 20px;
      padding: 32px clamp(24px, 5vw, 80px);
      background: #050505;
      border: none;
      border-top: 1px solid rgba(255, 255, 255, .10);
      border-bottom: 1px solid rgba(255, 255, 255, .10);
      color: #fff;
      font-size: clamp(2.4rem, 4.2vw, 4.8rem);
      font-weight: 100;
      letter-spacing: -.03em;
      cursor: pointer;
      transition: background .25s;
    }

.faq-section.is-open .faq-toggle {
      border-bottom-color: transparent;
    }

.faq-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0 clamp(32px, 5vw, 80px);
      padding: clamp(32px, 4vw, 56px) clamp(24px, 5vw, 80px) clamp(48px, 6vw, 80px);
      max-width: 1300px;
      margin: 0 auto;
    }

.contact-section {
      background: #050505;
      padding: clamp(72px, 9vw, 120px) clamp(24px, 5vw, 80px) clamp(80px, 10vw, 140px);
      border-top: 1px solid rgba(255, 255, 255, .08);
    }

@media (max-width: 860px) {
      .contact-section__inner {
        grid-template-columns: 1fr;
        align-items: start;
      }
    }

.contact-section__title {
      margin: 0 0 20px;
      font-size: clamp(2.4rem, 4.2vw, 4.8rem);
      font-weight: 300;
      letter-spacing: -.04em;
      color: #fff;
      line-height: 1.08;
    }

.site-footer {
      background: #050505;
      border-top: 1px solid rgba(255, 255, 255, .10);
      padding: clamp(48px, 6vw, 80px) clamp(24px, 5vw, 80px) clamp(28px, 3vw, 40px);
    }

.site-footer__inner {
      max-width: 1300px;
      margin: 0 auto;
    }

.site-footer__top {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: clamp(24px, 4vw, 60px);
      margin-bottom: clamp(40px, 5vw, 64px);
    }

.site-footer__col {
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

.site-footer__heading {
      font-size: .72rem;
      text-transform: uppercase;
      letter-spacing: .1em;
      color: rgba(255, 255, 255, .3);
      margin-bottom: 4px;
    }

.site-footer__bottom {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 12px;
      padding-top: clamp(24px, 3vw, 36px);
      border-top: 1px solid rgba(255, 255, 255, .08);
      font-size: .78rem;
      color: rgba(255, 255, 255, .28);
    }

.site-footer__legal {
      display: flex;
      gap: 24px;
    }

.site-footer__legal a {
      color: rgba(255, 255, 255, .28);
      transition: color .2s;
    }

.site-footer__legal a:hover {
      color: rgba(255, 255, 255, .6);
    }

.reveal {
      opacity: 0;
      transform: translateY(36px);
      transition: opacity .75s cubic-bezier(.22, .61, .36, 1), transform .75s cubic-bezier(.22, .61, .36, 1);
    }

.reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

.reveal-delay-1 {
      transition-delay: .1s;
    }

.reveal-delay-2 {
      transition-delay: .2s;
    }

.reveal-delay-3 {
      transition-delay: .3s;
    }

.reveal-delay-4 {
      transition-delay: .4s;
    }

.reveal-delay-5 {
      transition-delay: .5s;
    }

.features-section {
      --fp: clamp(24px, 5vw, 80px);
      --fg: 14px;
      background: #fff;
      padding: clamp(72px, 9vw, 120px) var(--fp) clamp(48px, 6vw, 80px);
    }

.features-section__head {
      display: block;
      max-width: 900px;
      margin-bottom: clamp(40px, 5vw, 64px);
    }

.features-section__desc {
      margin: clamp(18px, 2vw, 26px) 0 0;
      max-width: 760px;
      font-size: clamp(.9rem, 1.1vw, 1.05rem);
      color: #666;
      line-height: 1.7;
      padding-top: 0;
    }

.feat-card.is-visible:hover {
      transform: translateY(0) scale(1);
    }

.features-section__footer {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      margin-top: 24px;
    }

@media (max-width: 1080px) {
      .hero__inner {
        grid-template-columns: 1fr;
        gap: 34px;
      }

      .hero__visual {
        min-height: min(52vh, 560px);
      }

      .hero h1 {
        max-width: 12ch;
        margin-inline: auto;
      }
    }

@media (max-width: 760px) {
      :root {
        --header-h: 92px;
        --header-h-scrolled: 72px;
      }

      .site-header__inner {
        width: min(100vw - 22px, 100%);
      }

      .brand__logo {
        display: block;
        width: clamp(146px, 14vw, 200px);
        height: auto;
        object-fit: contain;
        filter: grayscale(1) drop-shadow(0 6px 18px rgba(0, 0, 0, .3));
        transform-origin: left center;
        transition: none;
      }
    }

@media (max-width: 1080px) {
      .features-section__head {
        grid-template-columns: 1fr;
      }

      .feat-card {
        flex-basis: calc((100% - var(--fg)) / 2);
      }

      .site-footer__top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

@media (max-width: 860px) {
      .contact-form {
        grid-column: 1;
        grid-row: auto;
      }

      .contact-bottom-row {
        grid-column: 1;
        grid-row: auto;
        align-self: start;
      }
    }

@media (max-width: 760px) {
      .site-header__inner {
        width: 100%;
        padding: 0 18px;
      }

      .site-actions {
        gap: 18px;
      }

      .login-link {
        padding: 8px 10px;
        font-size: .84rem;
      }

      .hero h1 {
        white-space: normal;
        font-size: clamp(2.1rem, 11vw, 3rem);
        line-height: 1.05;
      }

      /* Titres de section alignés sur la taille du hero en mobile */
      .services-white__title,
      .forfaits-section__title,
      .contact-section__title,
      .features-section__title,
      .services-white--offers .services-white__title,
      .forfaits-section--services .forfaits-section__title,
      .stats-section__number,
      .faq-toggle {
        font-size: clamp(2.1rem, 11vw, 3rem);
        line-height: 1.05;
      }

      .hero__copy {
        padding-inline: 18px;
      }

      .feat-card {
        flex: 0 0 min(86vw, 420px);
        min-height: 360px;
      }

      .features-section__footer {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .feat-dots,
      .feat-navs {
        grid-column: 1;
        justify-content: center;
      }

      .site-footer__top {
        grid-template-columns: 1fr;
      }

      .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
      }

      .site-footer__legal {
        flex-wrap: wrap;
        gap: 12px 20px;
      }
    }

@media (max-width: 760px) {
      .forfaits-section .forfait-card__body {
        padding-top: 32px;
        padding-bottom: 32px;
      }

      .forfait-card__main {
        transform: translateY(8px);
      }

      .forfait-card__details {
        margin-top: 0;
        transform: none;
      }
    }

.forfaits-section .forfait-card__body {
      min-height: 100%;
      padding: clamp(38px, 4.2vw, 58px) clamp(30px, 3.45vw, 48px);
      display: grid;
      grid-template-rows: auto minmax(0, 1fr) auto;
      align-items: stretch;
      justify-content: initial;
      gap: 0;
    }

.forfaits-section .forfait-card__badge {
      align-self: start;
      margin: 0;
      min-height: 38px;
      padding: 9px 18px;
      border-color: rgba(255, 255, 255, .20);
      background: rgba(255, 255, 255, .13);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10);
    }

.forfaits-section .forfait-card__actions .sw-card__btn {
      min-height: clamp(46px, 3.6vw, 54px);
      min-width: clamp(132px, 10vw, 160px);
      padding: 0 clamp(18px, 2vw, 28px);
      border-radius: 999px;
      font-size: clamp(.88rem, .96vw, 1rem);
      white-space: nowrap;
    }

@media (max-width: 760px) {
      .forfaits-section .forfait-card {
        flex-basis: min(88vw, 420px);
        min-height: 500px;
        border-radius: 22px;
      }

      .forfaits-section .forfait-card__body {
        padding: 34px 26px;
      }

      .forfaits-section .forfait-card__main {
        transform: translateY(-4px);
      }

      .forfaits-section .forfait-card__name {
        font-size: clamp(2.25rem, 12vw, 3.4rem);
      }

      .forfaits-section .forfait-card__desc {
        font-size: .95rem;
        line-height: 1.55;
      }

      .forfaits-section .forfait-card__actions {
        flex-wrap: wrap;
      }
    }

.forfaits-section {
      padding-top: clamp(70px, 8vw, 118px);
      padding-bottom: clamp(72px, 8vw, 120px);
    }

.forfaits-track {
      --forfait-gap: 20px;
    }

.forfait-card {
      flex-basis: clamp(300px, 28vw, 390px);
      min-height: clamp(390px, 31vw, 470px);
      border-radius: 16px;
    }

.forfaits-section .forfait-card__body {
      padding: clamp(28px, 3.3vw, 42px) clamp(24px, 2.55vw, 34px);
    }

.forfaits-section .forfait-card__badge {
      min-height: 31px;
      padding: 7px 14px;
      font-size: clamp(.62rem, .7vw, .72rem);
      letter-spacing: .20em;
    }

.forfait-card__main {
      transform: translateY(clamp(4px, .65vw, 10px));
    }

.forfait-card__name {
      max-width: 13ch;
      font-size: clamp(1.78rem, 2.35vw, 2.85rem);
      line-height: 1.04;
    }

.forfait-card__desc {
      margin-top: clamp(12px, 1.25vw, 17px);
      max-width: 39ch;
      font-size: clamp(.86rem, .92vw, .96rem);
      line-height: 1.56;
    }

.forfait-card__price {
      margin-bottom: 14px;
      font-size: clamp(.72rem, .82vw, .84rem);
      letter-spacing: .13em;
    }

.forfait-card__actions {
      gap: 10px;
    }

.forfait-card__actions .sw-card__btn {
      min-height: 42px;
      padding: 0 18px;
      font-size: clamp(.82rem, .88vw, .92rem);
    }

.forfaits-section__footer {
      margin-top: 22px;
    }

@media (max-width: 760px) {
      .forfait-card {
        flex-basis: min(84vw, 380px);
        min-height: 410px;
      }

      .forfaits-section .forfait-card__body {
        padding: 28px 24px;
      }

      .forfait-card__name {
        font-size: clamp(1.9rem, 10vw, 2.55rem);
      }

      .forfait-card__desc {
        font-size: .9rem;
        line-height: 1.55;
      }
    }

.forfaits-section .forfait-card__actions .sw-card__btn {
      min-height: 46px !important;
      min-width: 132px !important;
      padding: 0 22px !important;
      border-radius: 999px !important;
      font-size: clamp(.9rem, 1vw, 1rem) !important;
      font-weight: 700 !important;
      letter-spacing: -.015em !important;
    }

@media (max-width: 760px) {
      .forfaits-section .forfait-card__actions .sw-card__btn {
        min-height: 46px !important;
        min-width: 130px !important;
        padding: 0 20px !important;
        font-size: .94rem !important;
      }
    }

.forfaits-section__title {
      font-weight: 300;
      letter-spacing: -.045em;

      font-size: clamp(2.4rem, 4.2vw, 4.8rem);
      line-height: 1.08;
    }

.forfaits-section__sub {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.65;
    }

.forfaits-track {
      --forfait-gap: 22px;
      align-items: stretch;
    }

.forfait-card {
      flex: 0 0 clamp(330px, 29vw, 420px);
      min-height: clamp(430px, 33vw, 505px);
      border-radius: 20px;
      box-shadow: 0 26px 70px rgba(0, 0, 0, .20);
    }

.forfait-card__overlay {
      background:
        radial-gradient(ellipse 58% 44% at 28% 35%, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .05) 46%, transparent 76%),
        linear-gradient(180deg, rgba(0, 0, 0, .38) 0%, rgba(0, 0, 0, .18) 38%, rgba(0, 0, 0, .74) 76%, rgba(0, 0, 0, .92) 100%);
    }

.forfait-card__body {
      min-height: 100%;
      padding: clamp(28px, 2.6vw, 38px);
      display: grid;
      grid-template-rows: auto 1fr auto;
      row-gap: clamp(18px, 2vw, 28px);
      align-items: stretch;
      justify-content: stretch;
    }

.forfaits-section .forfait-card__badge {
      align-self: start;
      margin: 0;
      min-height: 34px;
      padding: 8px 16px;
      font-size: clamp(.66rem, .74vw, .76rem);
      letter-spacing: .22em;
    }

.forfait-card__main {
      align-self: center;
      max-width: 100%;
      transform: translateY(-2px);
    }

.forfait-card__name {
      max-width: none;
      font-size: clamp(2.05rem, 2.55vw, 3.15rem);
      line-height: 1.04;
      font-weight: 300;
      letter-spacing: -.05em;
    }

.forfait-card__desc {
      min-height: 5.1em;
      margin-top: clamp(16px, 1.35vw, 20px);
      max-width: 38ch;
      font-size: clamp(.92rem, .98vw, 1.02rem);
      line-height: 1.7;
    }

.forfait-card__details {
      align-self: end;
      margin: 0;
      padding: 0;
      transform: none;
    }

.forfait-card__price {
      margin: 0 0 18px;
      min-height: 1.1em;
      font-size: clamp(.78rem, .86vw, .9rem);
      letter-spacing: .14em;
    }

@media (max-width: 760px) {
      .forfait-card {
        flex-basis: min(86vw, 360px);
        min-height: 470px;
      }

      .forfait-card__body {
        padding: 28px;
      }

      .forfait-card__name {
        font-size: clamp(2rem, 10vw, 2.65rem);
      }

      .forfait-card__desc {
        min-height: auto;
      }

      .forfait-card__actions {
        gap: 10px;
      }

      .forfait-card__actions .sw-card__btn {
        min-height: 52px;
        padding: 0 20px;
        font-size: .92rem;
      }
    }

.forfaits-section {
      padding-left: clamp(24px, 5vw, 80px);
      padding-right: clamp(24px, 5vw, 80px);
      overflow: visible;
    }

.forfaits-section__footer {
      display: none !important;
    }

@media (max-width: 1080px) {
      .forfaits-track--static {
        grid-template-columns: 1fr;
        max-width: 640px;
        margin: 0 auto;
      }

      .forfaits-track--static .forfait-card {
        min-height: 440px;
      }
    }

@media (max-width: 560px) {
      .forfaits-section {
        padding-left: clamp(18px, 5vw, 24px);
        padding-right: clamp(18px, 5vw, 24px);
      }

      .forfaits-track--static .forfait-card__body {
        padding: 28px 24px;
      }

      .forfaits-track--static .forfait-card__name,
      .forfaits-track--static .forfait-card__desc {
        min-height: 0;
      }

      .forfaits-track--static .forfait-card__actions {
        align-items: stretch;
      }

      .forfaits-track--static .forfait-card__actions .sw-card__btn {
        flex: 1 1 100%;
      }
    }

.forfaits-section--services {
      padding-left: 0;
      padding-right: 0;
      overflow: hidden;
    }

.forfaits-section--services .services-white__pills {
      margin: clamp(24px, 3vw, 36px) 0 0;
      gap: clamp(18px, 2.2vw, 32px);
    }

.forfaits-section--services .forfaits-carousel {
      width: min(calc(100vw - 48px), calc((3 * clamp(320px, 31vw, 430px)) + (2 * var(--forfait-gap))));
      max-width: calc((3 * clamp(320px, 31vw, 430px)) + (2 * var(--forfait-gap)));
      margin: 0 auto;
      overflow: hidden;
    }

.forfaits-section--services .forfaits-track {
      display: flex;
      gap: var(--forfait-gap);
      padding: 0;
      transform: translate3d(0, 0, 0);
      transition: transform .75s cubic-bezier(.22, .61, .36, 1);
      will-change: transform;
    }

.forfaits-section--services .forfait-card {
      flex: 0 0 clamp(320px, 31vw, 430px);
      width: auto;
      min-height: clamp(430px, 34vw, 520px);
    }

.forfaits-section--services .forfait-card__name {
      min-height: calc(1.06em * 2);
      display: flex;
      align-items: flex-end;
    }

.forfaits-section--services .forfaits-section__footer {
      display: grid !important;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 16px;
    }

@media (max-width: 560px) {
      .forfaits-section--services {
        padding-left: 0;
        padding-right: 0;
      }

      .forfaits-section--services .forfaits-carousel {
        width: calc(100vw - 36px);
      }

      .forfaits-section--services .forfaits-track {
        padding: 0;
      }

      .forfaits-section--services .forfait-card__actions {
        align-items: stretch;
      }

      .forfaits-section--services .forfait-card__actions .sw-card__btn {
        flex: 1 1 100%;
      }
    }

.services-white--offers {
      padding-top: clamp(72px, 9vw, 130px);
      padding-bottom: clamp(64px, 7vw, 104px);
    }

.services-white--offers .services-white__head {
      text-align: center;
      margin: 0 auto clamp(32px, 4vw, 56px);
      padding: 0 clamp(24px, 5vw, 80px);
      max-width: 1180px;
    }

.forfaits-section--services {
      background: #ffffff;
      color: #111111;
      padding-top: clamp(72px, 9vw, 130px);
      padding-bottom: clamp(72px, 9vw, 130px);
    }

.forfaits-section--services .forfaits-section__head {
      text-align: center;
      margin: 0 auto clamp(40px, 5vw, 72px);
      padding: 0 clamp(24px, 5vw, 80px);
      max-width: 1280px;
    }

.forfaits-section--services .services-white__pills {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin: clamp(40px, 5vw, 72px) auto 0;
    }

@media (max-width: 760px) {

      .services-white--offers .services-white__head,
      .forfaits-section--services .forfaits-section__head {
        padding: 0 24px;
      }

      .forfaits-section--services .services-white__pills {
        gap: 18px 24px;
        margin-top: 40px;
      }
    }

.stats-section__number {
      font-size: clamp(1.85rem, 3.1vw, 3.5rem);
      line-height: 1.08;
    }

@media (max-width: 760px) {

      .services-white__title,
      .forfaits-section__title,
      .contact-section__title,
      .features-section__title,
      .services-white--offers .services-white__title,
      .forfaits-section--services .forfaits-section__title,
      .faq-toggle {
        font-size: clamp(1.95rem, 9vw, 2.75rem);
        line-height: 1.06;
      }

      .stats-section__number {
        font-size: clamp(1.85rem, 8vw, 2.55rem);
        line-height: 1.06;
      }
    }

.contact-section__title {
      font-weight: 200 !important;
      letter-spacing: -.045em;
    }

.services-white--offers .sw-card__overlay h3 {
      font-family: inherit;
      font-size: clamp(2.1rem, 3.5vw, 4rem);
      font-weight: 300;
      letter-spacing: -.04em;
      line-height: 1.06;
    }

.forfaits-section--services .forfait-card {
      flex: 0 0 clamp(320px, 31vw, 430px);
      width: auto;
      min-height: clamp(430px, 34vw, 520px);
    }

.forfaits-section--services .forfait-card__name {
      font-family: inherit;
      font-size: clamp(2rem, 2.85vw, 3.25rem);
      font-weight: 300;
      letter-spacing: -.04em;
      line-height: 1.06;
    }

@media (max-width: 760px) {
      .services-white--offers .sw-carousel__track {
        padding: 0 calc((100vw - min(86vw, 420px)) / 2);
      }

      .services-white--offers .sw-card {
        flex-basis: min(86vw, 420px);
        height: 500px;
        min-height: 500px;
        border-radius: 18px;
      }

      .services-white--offers .sw-card__overlay h3 {
        font-size: clamp(2.1rem, 11vw, 3rem);
        line-height: 1.05;
      }

      .forfaits-section--services .forfait-card {
        flex-basis: min(86vw, 360px);
        min-height: 470px;
      }

      .forfaits-section--services .forfait-card__name {
        font-size: clamp(2rem, 10vw, 2.65rem);
      }
    }

.services-white--offers .sw-card__overlay h3 {
      font-size: 38px !important;
      font-weight: 300 !important;
      letter-spacing: -.04em !important;
      line-height: 1.06 !important;
    }

@media (max-width: 760px) {
      .services-white--offers .sw-card__overlay h3 {
        font-size: 38px !important;
        line-height: 1.05 !important;
      }
    }

.forfaits-section--services .forfait-card__name {
      font-size: clamp(1.375rem, calc(2.85vw - 10px), 2.625rem) !important;
    }

@media (max-width: 760px) {
      .forfaits-section--services .forfait-card__name {
        font-size: clamp(1.375rem, calc(10vw - 10px), 2.025rem) !important;
      }
    }

.stats-section {
      padding-top: clamp(58px, 6.5vw, 96px) !important;
      padding-bottom: clamp(66px, 7.5vw, 110px) !important;
    }

.stats-section__tagline {
      margin-bottom: clamp(36px, 4.5vw, 62px) !important;
    }

.services-white--offers {
      padding-top: clamp(74px, 8vw, 118px) !important;
      padding-bottom: clamp(46px, 5vw, 74px) !important;
    }

.services-white--offers .services-white__head {
      margin-bottom: clamp(34px, 4vw, 58px) !important;
    }

.forfaits-section--services {
      padding-top: clamp(46px, 5vw, 74px) !important;
      padding-bottom: clamp(78px, 8.5vw, 124px) !important;
    }

.forfaits-section--services .forfaits-section__head {
      margin-bottom: clamp(36px, 4.5vw, 64px) !important;
    }

.forfaits-section--services .services-white__pills {
      margin-top: clamp(28px, 3.4vw, 46px) !important;
    }

.forfaits-section--services .forfaits-section__footer {
      margin-top: clamp(22px, 2.6vw, 34px) !important;
    }

.features-section {
      padding-top: clamp(70px, 7.5vw, 112px) !important;
      padding-bottom: clamp(74px, 8vw, 118px) !important;
    }

.features-section__head {
      margin-bottom: clamp(36px, 4.5vw, 62px) !important;
    }

.features-section__footer {
      margin-top: clamp(22px, 2.6vw, 34px) !important;
    }

.faq-toggle {
      padding-top: clamp(28px, 3.4vw, 42px) !important;
      padding-bottom: clamp(28px, 3.4vw, 42px) !important;
    }

.faq-grid {
      padding-top: clamp(30px, 3.8vw, 52px) !important;
      padding-bottom: clamp(54px, 6.5vw, 90px) !important;
    }

.contact-section {
      padding-top: clamp(76px, 8vw, 118px) !important;
      padding-bottom: clamp(84px, 9vw, 136px) !important;
    }

@media (max-width: 760px) {
      .stats-section {
        padding-top: 54px !important;
        padding-bottom: 62px !important;
      }

      .stats-section__tagline {
        margin-bottom: 34px !important;
      }

      .services-white--offers {
        padding-top: 62px !important;
        padding-bottom: 40px !important;
      }

      .services-white--offers .services-white__head,
      .forfaits-section--services .forfaits-section__head,
      .features-section__head {
        margin-bottom: 34px !important;
      }

      .forfaits-section--services {
        padding-top: 40px !important;
        padding-bottom: 68px !important;
      }

      .forfaits-section--services .services-white__pills {
        margin-top: 28px !important;
      }

      .features-section {
        padding-top: 62px !important;
        padding-bottom: 70px !important;
      }

      .faq-toggle {
        padding-top: 26px !important;
        padding-bottom: 26px !important;
      }

      .faq-grid {
        padding-top: 28px !important;
        padding-bottom: 56px !important;
      }

      .contact-section {
        padding-top: 68px !important;
        padding-bottom: 84px !important;
      }
    }

.forfaits-section--services .forfait-card {
      box-shadow: none !important;
      background-clip: padding-box;
    }

.forfaits-section--services {
      --forfait-gap: 22px;
      --service-card-w: min(430px, calc((100vw - 96px - (2 * var(--forfait-gap))) / 3));
    }

.forfaits-section--services .forfaits-carousel {
      width: calc((3 * var(--service-card-w)) + (2 * var(--forfait-gap))) !important;
      max-width: calc(100vw - 96px) !important;
      margin-left: auto !important;
      margin-right: auto !important;
      overflow: hidden !important;
      background: #ffffff !important;
    }

.forfaits-section--services .forfaits-track {
      gap: var(--forfait-gap) !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      background: #ffffff !important;
    }

.forfaits-section--services .forfait-card {
      flex: 0 0 var(--service-card-w) !important;
      width: var(--service-card-w) !important;
      max-width: var(--service-card-w) !important;
      box-shadow: none !important;
    }

@media (max-width: 1080px) {
      .forfaits-section--services {
        --forfait-gap: 16px;
        --service-card-w: min(420px, calc(100vw - 36px));
      }

      .forfaits-section--services .forfaits-carousel {
        width: var(--service-card-w) !important;
        max-width: calc(100vw - 36px) !important;
      }
    }

.services-white--offers .sw-card__overlay {
      background:
        linear-gradient(180deg, rgba(0, 0, 0, .34) 0%, rgba(0, 0, 0, .18) 42%, rgba(0, 0, 0, .62) 100%),
        radial-gradient(ellipse 62% 46% at 28% 32%, rgba(0, 0, 0, .14) 0%, rgba(0, 0, 0, .06) 46%, transparent 78%) !important;
    }

.services-white--offers .sw-card__overlay::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      background:
        radial-gradient(ellipse 56% 42% at 26% 36%, rgba(0, 0, 0, .10) 0%, rgba(0, 0, 0, .035) 46%, transparent 78%),
        radial-gradient(ellipse 58% 30% at 28% 84%, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .045) 48%, transparent 80%) !important;
      opacity: .82 !important;
    }

.forfaits-section--services .forfait-card__overlay {
      background:
        linear-gradient(180deg, rgba(0, 0, 0, .34) 0%, rgba(0, 0, 0, .18) 42%, rgba(0, 0, 0, .62) 100%),
        radial-gradient(ellipse 62% 46% at 30% 38%, rgba(0, 0, 0, .14) 0%, rgba(0, 0, 0, .06) 46%, transparent 78%) !important;
    }

@media (max-width: 760px) {

      .services-white--offers .sw-card__overlay,
      .forfaits-section--services .forfait-card__overlay {
        background:
          linear-gradient(180deg, rgba(0, 0, 0, .38) 0%, rgba(0, 0, 0, .20) 42%, rgba(0, 0, 0, .66) 100%),
          radial-gradient(ellipse 74% 48% at 36% 32%, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .065) 48%, transparent 80%) !important;
      }
    }

.services-white--offers .sw-card__overlay::before {
      background:
        radial-gradient(ellipse 60% 46% at 26% 34%, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .07) 48%, transparent 80%),
        radial-gradient(ellipse 64% 34% at 28% 84%, rgba(0, 0, 0, .16) 0%, rgba(0, 0, 0, .06) 50%, transparent 82%) !important;
      opacity: .90 !important;
    }

.services-white--offers .sw-card__overlay h3 {
      color: #fff !important;
      text-shadow:
        0 16px 34px rgba(0, 0, 0, .52),
        0 3px 10px rgba(0, 0, 0, .40),
        0 1px 1px rgba(0, 0, 0, .45) !important;
    }

.forfaits-section--services .forfait-card__name {
      color: #fff !important;
      text-shadow:
        0 16px 34px rgba(0, 0, 0, .52),
        0 3px 10px rgba(0, 0, 0, .40),
        0 1px 1px rgba(0, 0, 0, .45) !important;
    }

@media (max-width: 760px) {

      .services-white--offers .sw-card__overlay,
      .forfaits-section--services .forfait-card__overlay {
        background:
          linear-gradient(180deg, rgba(0, 0, 0, .44) 0%, rgba(0, 0, 0, .26) 42%, rgba(0, 0, 0, .76) 100%),
          radial-gradient(ellipse 76% 52% at 36% 34%, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .08) 48%, transparent 82%) !important;
      }
    }

@media (max-width: 760px) {
      .forfaits-section--services #fiche-google-business-plus .forfait-card__name {
        font-size: clamp(1.15rem, 5.2vw, 1.5rem) !important;
        min-height: calc(1.06em * 2) !important;
      }
    }

.site-footer {
      background: #050505 !important;
      border-top: 1px solid rgba(255, 255, 255, .06) !important;
      padding: clamp(58px, 6.8vw, 92px) clamp(28px, 5vw, 88px) clamp(34px, 4vw, 56px) !important;
    }

.site-footer__inner {
      max-width: 1540px !important;
      margin: 0 auto !important;
    }

.site-footer__top {
      display: grid !important;
      grid-template-columns: minmax(220px, 1.2fr) repeat(4, minmax(160px, 1fr)) !important;
      gap: clamp(42px, 6vw, 118px) !important;
      align-items: start !important;
      margin-bottom: clamp(46px, 5.5vw, 78px) !important;
    }

.site-footer__brand {
      display: flex !important;
      flex-direction: column !important;
      align-items: flex-start !important;
      gap: 22px !important;
      min-width: 0 !important;
    }

.site-footer__logo {
      display: inline-flex !important;
      align-items: center !important;
      width: clamp(160px, 13vw, 220px) !important;
    }

.site-footer__logo img {
      display: block !important;
      width: 100% !important;
      height: auto !important;
      object-fit: contain !important;
      filter: grayscale(1) drop-shadow(0 10px 26px rgba(0, 0, 0, .35)) !important;
    }

.site-footer__brand-text {
      margin: 0 !important;
      max-width: 240px !important;
      color: rgba(255, 255, 255, .42) !important;
      font-size: clamp(.94rem, 1vw, 1.05rem) !important;
      line-height: 1.62 !important;
      letter-spacing: -.01em !important;
    }

.site-footer__col {
      display: flex !important;
      flex-direction: column !important;
      gap: 18px !important;
      min-width: 0 !important;
    }

.site-footer__heading {
      margin: 0 0 14px !important;
      color: rgba(255, 255, 255, .33) !important;
      font-size: .78rem !important;
      font-weight: 800 !important;
      line-height: 1 !important;
      letter-spacing: .33em !important;
      text-transform: uppercase !important;
    }

.site-footer__col a,
    .site-footer__cookie {
      width: max-content !important;
      max-width: 100% !important;
      color: rgba(255, 255, 255, .72) !important;
      font-size: clamp(.98rem, 1.05vw, 1.12rem) !important;
      line-height: 1.35 !important;
      transition: color .22s var(--ease), transform .22s var(--ease), opacity .22s var(--ease) !important;
    }

.site-footer__cookie {
      margin-top: 4px !important;
      border-bottom: 1px solid rgba(255, 255, 255, .42) !important;
      padding-bottom: 2px !important;
      cursor: pointer !important;
    }

.site-footer__bottom {
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      gap: 18px !important;
      flex-wrap: wrap !important;
      padding-top: clamp(24px, 3vw, 38px) !important;
      border-top: 1px solid rgba(255, 255, 255, .07) !important;
      color: rgba(255, 255, 255, .32) !important;
      font-size: .82rem !important;
    }

.site-footer__legal {
      display: flex !important;
      gap: 22px !important;
      flex-wrap: wrap !important;
    }

.site-footer__legal a {
      color: rgba(255, 255, 255, .36) !important;
    }

@media (max-width: 1080px) {
      .site-footer__top {
        grid-template-columns: 1.2fr 1fr 1fr !important;
        gap: 44px 56px !important;
      }
    }

@media (max-width: 760px) {
      .site-footer {
        padding-inline: 24px !important;
      }

      .site-footer__top {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
      }

      .site-footer__brand {
        gap: 18px !important;
      }

      .site-footer__col {
        gap: 14px !important;
      }

      .site-footer__bottom {
        align-items: flex-start !important;
        flex-direction: column !important;
      }

      .site-footer__legal {
        flex-direction: column !important;
        gap: 10px !important;
      }
    }

.site-footer {
      padding: clamp(64px, 6vw, 92px) clamp(42px, 5vw, 92px) clamp(34px, 3.8vw, 52px) !important;
    }

.site-footer__inner {
      max-width: 1680px !important;
    }

.site-footer__top {
      grid-template-columns:
        minmax(250px, 1.16fr) minmax(180px, .88fr) minmax(240px, 1fr) minmax(250px, 1fr) minmax(210px, .88fr) !important;
      gap: clamp(42px, 5.2vw, 96px) !important;
      align-items: start !important;
      margin-bottom: clamp(48px, 5vw, 72px) !important;
    }

.site-footer__brand {
      gap: clamp(46px, 4vw, 68px) !important;
      padding-top: 2px !important;
    }

.site-footer__logo {
      width: clamp(185px, 12vw, 235px) !important;
      max-height: 64px !important;
    }

.site-footer__logo img {
      max-height: 64px !important;
      object-fit: contain !important;
      object-position: left center !important;
    }

.site-footer__brand-text {
      max-width: 230px !important;
      color: rgba(255, 255, 255, .42) !important;
      font-size: clamp(.96rem, 1vw, 1.06rem) !important;
      line-height: 1.55 !important;
    }

.site-footer__col {
      gap: 17px !important;
    }

.site-footer__heading {
      min-height: 18px !important;
      margin-bottom: 24px !important;
      white-space: nowrap !important;
      font-size: .74rem !important;
      letter-spacing: .32em !important;
      color: rgba(255, 255, 255, .38) !important;
    }

.site-footer__col a,
    .site-footer__cookie {
      font-size: clamp(.98rem, 1vw, 1.08rem) !important;
      line-height: 1.28 !important;
      color: rgba(255, 255, 255, .70) !important;
    }

.site-footer__cookie {
      margin-top: 14px !important;
    }

@media (max-width: 1240px) {
      .site-footer__top {
        grid-template-columns: 1.1fr 1fr 1fr !important;
        gap: 48px 70px !important;
      }
    }

@media (max-width: 760px) {
      .site-footer {
        padding: 56px 24px 36px !important;
      }

      .site-footer__top {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
      }

      .site-footer__brand {
        gap: 24px !important;
      }

      .site-footer__heading {
        margin-bottom: 10px !important;
      }
    }

.site-footer {
      padding: clamp(70px, 6.2vw, 104px) clamp(52px, 5.4vw, 104px) clamp(34px, 3.4vw, 50px) !important;
      background:
        radial-gradient(circle at 8% 24%, rgba(255, 255, 255, .035), transparent 22%),
        radial-gradient(circle at 82% 8%, rgba(255, 255, 255, .025), transparent 24%),
        #050505 !important;
    }

.site-footer__inner {
      max-width: 1680px !important;
      margin: 0 auto !important;
    }

.site-footer__top {
      grid-template-columns:
        minmax(285px, 1.05fr) minmax(190px, .86fr) minmax(265px, 1fr) minmax(280px, 1.03fr) minmax(225px, .88fr) !important;
      gap: clamp(58px, 6vw, 112px) !important;
      align-items: start !important;
      margin-bottom: clamp(48px, 4.8vw, 72px) !important;
    }

.site-footer__brand {
      gap: 24px !important;
      padding-top: 0 !important;
    }

.site-footer__logo {
      width: clamp(218px, 13.6vw, 272px) !important;
      max-height: none !important;
      overflow: visible !important;
    }

.site-footer__logo img {
      width: 100% !important;
      height: auto !important;
      max-height: none !important;
      object-fit: contain !important;
      object-position: left center !important;
      filter: grayscale(1) drop-shadow(0 10px 28px rgba(0, 0, 0, .45)) !important;
    }

.site-footer__brand-text {
      margin: 2px 0 0 !important;
      max-width: 235px !important;
      color: rgba(255, 255, 255, .43) !important;
      font-size: clamp(.96rem, .98vw, 1.05rem) !important;
      line-height: 1.62 !important;
      letter-spacing: -.012em !important;
    }

.site-footer__col {
      gap: 17px !important;
      padding-top: 2px !important;
    }

.site-footer__heading {
      display: block !important;
      min-height: 18px !important;
      margin: 0 0 24px !important;
      color: rgba(255, 255, 255, .38) !important;
      font-size: .73rem !important;
      font-weight: 800 !important;
      line-height: 1.15 !important;
      letter-spacing: .34em !important;
      text-transform: uppercase !important;
      white-space: nowrap !important;
    }

.site-footer__col a,
    .site-footer__cookie {
      width: max-content !important;
      max-width: 100% !important;
      color: rgba(255, 255, 255, .72) !important;
      font-size: clamp(1rem, 1vw, 1.08rem) !important;
      line-height: 1.32 !important;
      letter-spacing: -.015em !important;
    }

.site-footer__cookie {
      margin-top: 12px !important;
      padding-bottom: 3px !important;
      border-bottom: 1px solid rgba(255, 255, 255, .46) !important;
    }

.site-footer__bottom {
      justify-content: flex-start !important;
      padding-top: clamp(24px, 2.8vw, 34px) !important;
      color: rgba(255, 255, 255, .32) !important;
      font-size: .84rem !important;
    }

.site-footer__legal {
      display: none !important;
    }

@media (max-width: 1240px) {
      .site-footer__top {
        grid-template-columns: 1.15fr 1fr 1fr !important;
        gap: 48px 68px !important;
      }
    }

@media (max-width: 760px) {
      .site-footer {
        padding: 56px 24px 36px !important;
      }

      .site-footer__top {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
      }

      .site-footer__logo {
        width: 220px !important;
      }

      .site-footer__brand {
        gap: 20px !important;
      }

      .site-footer__heading {
        margin-bottom: 10px !important;
      }
    }

.site-footer {
      width: 100% !important;
      overflow: hidden !important;
      padding: clamp(64px, 6vw, 92px) 0 clamp(28px, 3vw, 44px) !important;
      background:
        radial-gradient(circle at 9% 28%, rgba(255, 255, 255, .035), transparent 22%),
        radial-gradient(circle at 82% 10%, rgba(255, 255, 255, .025), transparent 24%),
        #050505 !important;
    }

.site-footer__inner {
      width: min(1240px, calc(100vw - 96px)) !important;
      max-width: none !important;
      margin: 0 auto !important;
    }

.site-footer__top {
      display: grid !important;
      grid-template-columns: minmax(220px, 1.18fr) minmax(150px, .82fr) minmax(190px, .98fr) minmax(210px, 1.08fr) minmax(155px, .78fr) !important;
      column-gap: clamp(34px, 4.2vw, 72px) !important;
      row-gap: 42px !important;
      align-items: start !important;
      justify-content: center !important;
      margin-bottom: clamp(46px, 4.4vw, 64px) !important;
    }

.site-footer__brand {
      display: flex !important;
      flex-direction: column !important;
      gap: 24px !important;
      padding-top: 0 !important;
      min-width: 0 !important;
    }

.site-footer__logo {
      display: block !important;
      width: clamp(188px, 12vw, 232px) !important;
      max-width: 100% !important;
      max-height: none !important;
      overflow: visible !important;
    }

.site-footer__logo img {
      display: block !important;
      width: 100% !important;
      height: auto !important;
      max-width: 100% !important;
      max-height: none !important;
      object-fit: contain !important;
      object-position: left center !important;
      filter: grayscale(1) drop-shadow(0 10px 28px rgba(0, 0, 0, .45)) !important;
    }

.site-footer__brand-text {
      margin: 0 !important;
      max-width: 210px !important;
      color: rgba(255, 255, 255, .46) !important;
      font-size: clamp(.94rem, .94vw, 1.02rem) !important;
      line-height: 1.55 !important;
      letter-spacing: -.012em !important;
    }

.site-footer__col {
      display: flex !important;
      flex-direction: column !important;
      gap: 16px !important;
      padding-top: 2px !important;
      min-width: 0 !important;
    }

.site-footer__heading {
      display: block !important;
      min-height: 17px !important;
      margin: 0 0 24px !important;
      color: rgba(255, 255, 255, .40) !important;
      font-size: .70rem !important;
      font-weight: 800 !important;
      line-height: 1.15 !important;
      letter-spacing: .32em !important;
      text-transform: uppercase !important;
      white-space: nowrap !important;
    }

.site-footer__col a,
    .site-footer__cookie {
      display: inline-flex !important;
      width: fit-content !important;
      max-width: 100% !important;
      padding: 0 !important;
      border: 0 !important;
      background: transparent !important;
      color: rgba(255, 255, 255, .72) !important;
      font-size: clamp(.98rem, .96vw, 1.04rem) !important;
      font-weight: 500 !important;
      line-height: 1.28 !important;
      letter-spacing: -.015em !important;
      text-align: left !important;
    }

.site-footer__col a:hover,
    .site-footer__cookie:hover {
      color: #fff !important;
    }

.site-footer__cookie {
      margin-top: 10px !important;
      padding-bottom: 3px !important;
      border-bottom: 1px solid rgba(255, 255, 255, .42) !important;
      cursor: pointer !important;
    }

.site-footer__bottom {
      display: flex !important;
      justify-content: flex-start !important;
      align-items: center !important;
      padding-top: clamp(24px, 2.4vw, 32px) !important;
      border-top: 1px solid rgba(255, 255, 255, .08) !important;
      color: rgba(255, 255, 255, .30) !important;
      font-size: .82rem !important;
    }

.site-footer__legal {
      display: none !important;
    }

@media (max-width: 760px) {
      .site-footer {
        padding: 52px 0 34px !important;
      }

      .site-footer__inner {
        width: calc(100vw - 42px) !important;
      }

      .site-footer__top {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
        margin-bottom: 36px !important;
      }

      .site-footer__logo {
        width: 210px !important;
      }

      .site-footer__brand {
        gap: 18px !important;
      }

      .site-footer__heading {
        margin-bottom: 8px !important;
      }
    }

.site-footer__brand {
      margin-top: -12px !important;
      gap: 20px !important;
    }

.site-footer__logo {
      margin: 0 !important;
    }

.site-footer__logo img {
      object-position: left top !important;
    }

.site-footer__brand-text {
      padding-left: 2px !important;
      max-width: 220px !important;
    }

@media (max-width: 760px) {
      .site-footer__brand {
        margin-top: 0 !important;
        gap: 18px !important;
      }

      .site-footer__top>.site-footer__col:nth-child(4) {
        justify-self: stretch !important;
        width: auto !important;
      }

      .site-footer__top>.site-footer__col:nth-child(4) .site-footer__heading {
        text-align: left !important;
      }
    }

.site-footer__brand {
      margin-top: -22px !important;
    }

@media (max-width: 760px) {
      .site-footer__brand {
        margin-top: 0 !important;
      }
    }

.stats-section {
      padding-top: clamp(62px, 6.8vw, 98px) !important;
      padding-bottom: clamp(70px, 7.2vw, 106px) !important;
    }

.forfaits-section--services {
      padding-top: clamp(58px, 5.8vw, 84px) !important;
      padding-bottom: clamp(76px, 7.8vw, 112px) !important;
    }

.features-section {
      padding-top: clamp(76px, 7.8vw, 112px) !important;
      padding-bottom: clamp(76px, 7.8vw, 112px) !important;
    }

.faq-toggle {
      padding-top: clamp(30px, 3.2vw, 42px) !important;
      padding-bottom: clamp(30px, 3.2vw, 42px) !important;
    }

.faq-grid {
      padding-top: clamp(34px, 3.8vw, 54px) !important;
      padding-bottom: clamp(58px, 6vw, 88px) !important;
    }

.contact-section {
      padding-top: clamp(78px, 7.8vw, 112px) !important;
      padding-bottom: clamp(72px, 7vw, 104px) !important;
    }

.site-footer {
      padding-top: clamp(72px, 7vw, 104px) !important;
      padding-bottom: clamp(34px, 3.2vw, 48px) !important;
    }

.site-footer__top {
      margin-bottom: clamp(42px, 4vw, 58px) !important;
    }

.site-footer__bottom {
      padding-top: clamp(24px, 2.4vw, 32px) !important;
    }

@media (max-width: 760px) {

      .stats-section,
      .services-white--offers,
      .forfaits-section--services,
      .features-section,
      .contact-section {
        padding-top: 62px !important;
        padding-bottom: 62px !important;
      }

      .forfaits-section--services {
        padding-top: 50px !important;
      }

      .faq-toggle {
        padding-top: 26px !important;
        padding-bottom: 26px !important;
      }

      .faq-grid {
        padding-top: 30px !important;
        padding-bottom: 58px !important;
      }

      .site-footer {
        padding-top: 58px !important;
        padding-bottom: 34px !important;
      }
    }

.faq-section.is-open .faq-toggle {
      font-size: clamp(2.1rem, 3.5vw, 4rem) !important;
      line-height: 1.08 !important;
    }

@media (max-width: 760px) {
      .faq-section.is-open .faq-toggle {
        font-size: clamp(1.95rem, 9vw, 2.75rem) !important;
        line-height: 1.06 !important;
      }
    }

/* === PIXWEB TYPOGRAPHY PAGE LOCK START === */
body[data-page="index"] {
  font-family: var(--pix-font-main) !important;
}

body[data-page="index"] .hero h1 {
  font-family: var(--pix-font-main) !important;
  font-size: var(--pix-type-hero-size) !important;
  line-height: var(--pix-type-hero-line) !important;
  letter-spacing: var(--pix-type-hero-tracking) !important;
  font-weight: var(--pix-type-hero-weight) !important;
}

body[data-page="index"] .services-white__title,
body[data-page="index"] .forfaits-section__title,
body[data-page="index"] .features-section__title,
body[data-page="index"] .contact-section__title,
body[data-page="index"] .france-zone__title,
body[data-page="index"] .reviews-section__title,
body[data-page="index"] .pw-premium-title,
body[data-page="index"] .section-title {
  font-family: var(--pix-font-main) !important;
  font-size: var(--pix-type-section-size) !important;
  line-height: var(--pix-type-section-line) !important;
  letter-spacing: var(--pix-type-section-tracking) !important;
  font-weight: var(--pix-type-section-weight) !important;
}

body[data-page="index"] .sw-card__overlay h3,
body[data-page="index"] .forfait-card__name,
body[data-page="index"] .feat-card__top h3,
body[data-page="index"] .review-card__name,
body[data-page="index"] .pw-premium-card h3,
body[data-page="index"] .card-title {
  font-family: var(--pix-font-main) !important;
  font-size: var(--pix-type-card-title-size) !important;
  line-height: var(--pix-type-card-title-line) !important;
  letter-spacing: var(--pix-type-card-title-tracking) !important;
  font-weight: var(--pix-type-card-title-weight) !important;
}

body[data-page="index"] .faq-toggle,
body[data-page="index"] .pw-faq-title {
  font-family: var(--pix-font-main) !important;
  font-size: var(--pix-type-faq-title-size) !important;
  line-height: var(--pix-type-faq-title-line) !important;
  letter-spacing: var(--pix-type-faq-title-tracking) !important;
  font-weight: var(--pix-type-faq-title-weight) !important;
}

body[data-page="index"] .hero p,
body[data-page="index"] .services-white__sub,
body[data-page="index"] .forfaits-section__sub,
body[data-page="index"] .features-section__sub,
body[data-page="index"] .contact-section p,
body[data-page="index"] .france-zone__intro,
body[data-page="index"] .reviews-section__desc {
  font-size: var(--pix-type-lead-size) !important;
  line-height: var(--pix-type-lead-line) !important;
  font-weight: var(--pix-type-lead-weight) !important;
  letter-spacing: 0 !important;
}
/* === PIXWEB TYPOGRAPHY PAGE LOCK END === */
