/* PIX|WEB — Styles spécifiques seo-local-plus.html. */

.page-shell::before {
      content: "";
      position: fixed;
      inset: 0;
      background: radial-gradient(circle at 18% 22%, rgba(255, 255, 255, .035), transparent 34%),
        radial-gradient(circle at 85% 12%, rgba(255, 255, 255, .025), transparent 28%);
      opacity: .26;
      pointer-events: none;
    }

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

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

      .mega-wrap {
        display: none;
      }

      .burger {
        display: inline-flex;
      }

      .contact-section__inner {
        grid-template-columns: 1fr;
        align-items: start;
      }

      .contact-form {
        grid-column: 1;
        grid-row: auto;
      }

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

      #inclus .seo-copy-card {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        transform: none !important;
      }

      #inclus .seo-section__head,
      #inclus .seo-container {
        max-width: none !important;
        padding-left: clamp(24px, 5vw, 80px) !important;
        padding-right: clamp(24px, 5vw, 80px) !important;
        box-sizing: border-box !important;
      }

      #inclus {
        --seo-align-width: calc(100vw - (clamp(24px, 5vw, 80px) * 2));
      }

      #inclus .seo-included {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
      }

      #inclus .seo-included__image {
        min-height: 260px !important;
      }

    }

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

      .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 {
        padding-bottom: 140px;
      }

      .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;
      }

      .hero__inner {
        grid-template-columns: 1fr;
        gap: 34px;
      }

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

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

      .features-section__head {
        grid-template-columns: 1fr;
      }

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

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

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

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

      .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;
      }

      .service-intro-stage,
      .service-chapter {
        grid-template-columns: 1fr;
      }

      .service-intro-copy {
        order: 2;
      }

      .service-visual-stack {
        min-height: 430px;
      }

      .service-side-notes {
        grid-template-columns: 1fr 1fr;
      }

    }

.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/seo-hero-card-bg.webp') center/cover no-repeat;
      filter: grayscale(.2);
    }

@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%;
      }

      .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-track {
        --forfait-gap: 16px;
        padding-inline: 18px;
      }

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

      .forfait-card__body {
        padding: 28px;
        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(2rem, 10vw, 2.65rem);
        line-height: 1.08;
      }

      .forfait-card__desc {
        margin-top: 16px;
        max-width: 34ch;
        font-size: .9rem;
        line-height: 1.55;
        min-height: auto;
      }

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

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

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

      :root {
        --header-h: 92px;
        --header-h-scrolled: 72px;
      }

      .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;
      }

      .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 !important;
        gap: 32px !important;
        margin-bottom: 36px !important;
      }

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

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

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

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

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

      .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 .forfait-card__actions .sw-card__btn {
        min-height: 46px !important;
        min-width: 130px !important;
        padding: 0 20px !important;
        font-size: .94rem !important;
      }

      .forfait-card__actions {
        gap: 10px;
      }

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

      .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: 28px !important;
      }

      .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;
      }

      .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: 38px !important;
        line-height: 1.05 !important;
      }

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

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

      .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: 50px !important;
        padding-bottom: 68px !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: 30px !important;
        padding-bottom: 58px !important;
      }

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

      .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;
      }

      .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 {
        padding-inline: 24px !important;
        padding: 52px 0 34px !important;
        padding-top: 58px !important;
        padding-bottom: 34px !important;
      }

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

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

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

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

      .site-footer__inner {
        width: calc(100vw - 42px) !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;
      }

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

      .seo-hero {
        min-height: 100svh !important;
        padding: calc(var(--header-h) + 42px) 22px 52px !important;
      }

      .seo-hero h1 {
        font-size: clamp(2.25rem, 11vw, 3.6rem) !important;
        line-height: 1.06 !important;
      }

      .seo-hero__actions {
        gap: 10px;
      }

      .seo-btn {
        width: 100%;
        min-height: 50px !important;
        padding: 0 20px !important;
      }

      .seo-panel__top,
      .seo-panel__body {
        padding: 24px;
      }

      .seo-panel__bottom {
        margin: 0 24px 24px;
      }

      .seo-check {
        grid-template-columns: auto 1fr;
      }

      .seo-check__tag {
        display: none;
      }

      .seo-section {
        padding: 62px 22px;
      }

      .seo-copy-card {
        padding: 28px 24px;
      }

      .seo-step {
        min-height: 390px;
      }

      .seo-hero__lead {
        font-size: .98rem !important;
      }

      .seo-hero .seo-kicker {
        margin-bottom: 18px !important;
      }

      #inclus.seo-section {
        padding-top: 62px !important;
      }

      #inclus .seo-section__head h2 {
        font-size: clamp(1.95rem, 9vw, 2.75rem) !important;
        line-height: 1.06 !important;
      }

      .seo-hero h1,
      .seo-section h2,
      #inclus .seo-section__head h2,
      .seo-final-cta h2,
      #inclus .seo-copy-card h3 {
        font-size: clamp(2.25rem, 11vw, 3.6rem) !important;
        line-height: 1.06 !important;
        letter-spacing: -.035em !important;
      }

      #inclus .seo-copy-card h3 {
        font-size: clamp(2.1rem, 10vw, 3.2rem) !important;
        line-height: 1.08 !important;
      }

      .service-editorial--dark {
        padding-inline: 14px;
      }

      .service-editorial--dark>.service-editorial__inner {
        padding: 44px 20px;
        border-radius: 20px;
      }

      .service-editorial--dark:not(.service-method-section) .service-split-head,
      .service-editorial--dark:not(.service-method-section) .service-chapter {
        padding: 38px 20px;
      }

      .service-editorial--dark:not(.service-method-section) .service-split-head {
        padding: 36px 20px;
        margin-bottom: 16px;
      }

      .service-editorial--dark:not(.service-method-section) .service-chapters {
        gap: 14px;
      }

      .service-editorial--dark:not(.service-method-section) .service-chapter {
        padding: 34px 18px;
      }

      .service-final-cta {
        padding-inline: 14px;
      }

      .service-final-cta__inner {
        padding: 56px 20px;
        padding-block: 52px;
      }

      .service-editorial,
      .service-editorial--white {
        padding-block: 72px;
      }

      .service-editorial--dark:not(.service-method-section),
      .service-method-section,
      .service-final-cta {
        padding-block: 22px;
      }

      .seo-section.seo-section--dark {
        padding-block: 72px;
      }

      .service-before-after {
        padding-inline: 24px;
      }

      .service-before-after .service-compare__panel--muted,
      .service-visual-stack,
      .service-float-card {
        box-shadow: 0 18px 42px rgba(0, 0, 0, .125) !important;
      }

      .service-editorial h2,
      .service-final-cta h2,
      .seo-section h2 {
        font-size: clamp(1.95rem, 9vw, 2.75rem) !important;
        line-height: 1.06 !important;
      }

      .service-chapter h3,
      .service-compare__panel h3 {
        font-size: 38px !important;
        line-height: 1.05 !important;
      }

      .service-method__item h3,
      .service-included__list strong,
      .service-side-note h3 {
        font-size: clamp(1.375rem, calc(10vw - 10px), 2.025rem) !important;
        line-height: 1.06 !important;
      }

      .service-editorial p,
      .service-final-cta p,
      .seo-section p,
      .service-chapter p:not(.service-chapter__label),
      .service-method__item p,
      .service-side-note p,
      .service-included__sticky p,
      .seo-section__lead,
      .seo-copy-card p,
      .seo-faq-accordion__answer p {
        font-size: .95rem !important;
        line-height: 1.65 !important;
      }

      .seo-hero__content::before {
        inset: -34px -24px -28px -24px !important;
        opacity: .58 !important;
      }

      .seo-hero__image {
        object-position: center center !important;
      }

    }

.stats-section {
      background: #050505;
      padding: clamp(60px, 8vw, 120px) 28px clamp(80px, 10vw, 140px);
      text-align: center;
      padding-top: clamp(62px, 6.8vw, 98px) !important;
      padding-bottom: clamp(70px, 7.2vw, 106px) !important;
    }

.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;
      margin-bottom: clamp(36px, 4.5vw, 62px) !important;
    }

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

.forfaits-section {
      background: linear-gradient(to bottom, #ffffff 0%, #ffffff 38%, #050505 100%);
      padding: clamp(80px, 10vw, 140px) 0;
      overflow: visible;
      padding-top: clamp(70px, 8vw, 118px);
      padding-bottom: clamp(72px, 8vw, 120px);
      padding-left: clamp(24px, 5vw, 80px);
      padding-right: clamp(24px, 5vw, 80px);
    }

.forfaits-section__title {
      font-size: clamp(2.4rem, 4.2vw, 4.8rem);
      font-weight: 300;
      letter-spacing: -.045em;
      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: 720px;
      line-height: 1.65;
      margin-left: auto;
      margin-right: auto;
    }

.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;
      align-items: stretch;
    }

.forfait-card {
      position: relative;
      flex: 0 0 clamp(330px, 29vw, 420px);
      min-height: clamp(430px, 33vw, 505px);
      border-radius: 0;
      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;
      flex-basis: clamp(300px, 28vw, 390px);
      box-shadow: 0 26px 70px rgba(0, 0, 0, .20);
    }

.forfait-card__overlay {
      position: absolute;
      inset: 0;
      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%);
      pointer-events: none;
    }

.forfait-card__body {
      position: relative;
      z-index: 2;
      min-height: 100%;
      padding: clamp(28px, 2.6vw, 38px);
      color: #fff;
      display: grid;
      flex-direction: column;
      justify-content: stretch;
      grid-template-rows: auto 1fr auto;
      row-gap: clamp(18px, 2vw, 28px);
      align-items: stretch;
    }

.forfaits-section .forfait-card__badge {
      display: inline-flex;
      align-items: center;
      width: max-content;
      max-width: 100%;
      min-height: 34px;
      margin: 0;
      padding: 8px 16px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .13);
      border: 1px solid rgba(255, 255, 255, .16);
      color: rgba(255, 255, 255, .92);
      font-size: clamp(.66rem, .74vw, .76rem);
      font-weight: 700;
      letter-spacing: .22em;
      text-transform: uppercase;
      backdrop-filter: blur(12px);
      flex: 0 0 auto;
      margin-bottom: 0;
      align-self: start;
      border-color: rgba(255, 255, 255, .20);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10);
    }

.forfait-card__name {
      margin: 0;
      max-width: none;
      font-size: clamp(2.05rem, 2.55vw, 3.15rem);
      font-weight: 300;
      letter-spacing: -.05em;
      line-height: 1.04;
      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: 38ch;
      font-size: clamp(.92rem, .98vw, 1.02rem);
      color: rgba(255, 255, 255, .80);
      line-height: 1.7;
      text-shadow: 0 10px 28px rgba(0, 0, 0, .20);
      margin-top: clamp(16px, 1.35vw, 20px);
      min-height: 5.1em;
    }

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

.forfait-card__price {
      margin: 0 0 18px;
      font-size: clamp(.78rem, .86vw, .9rem);
      font-weight: 700;
      letter-spacing: .14em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .58);
      margin-bottom: 14px;
      min-height: 1.1em;
    }

.forfaits-section .forfait-card__body {
      min-height: 100%;
      display: grid;
      flex-direction: column;
      justify-content: initial;
      padding-top: clamp(34px, 4.2vw, 58px);
      padding-bottom: clamp(34px, 4.2vw, 58px);
      padding: clamp(28px, 3.3vw, 42px) clamp(24px, 2.55vw, 34px);
      grid-template-rows: auto minmax(0, 1fr) auto;
      align-items: stretch;
      gap: 0;
    }

.forfait-card__main {
      flex: 0 1 auto;
      margin-top: auto;
      margin-bottom: auto;
      transform: translateY(-2px);
      align-self: center;
      max-width: 100%;
    }

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

.white-to-black {
      height: clamp(120px, 14vw, 200px);
      background: linear-gradient(to bottom, #ffffff, #050505);
    }

.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;
      padding-top: clamp(30px, 3.2vw, 42px) !important;
      padding-bottom: clamp(30px, 3.2vw, 42px) !important;
    }

.faq-section.is-open .faq-toggle {
      border-bottom-color: transparent;
      font-size: clamp(2.4rem, 4.2vw, 4.8rem);
    }

.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;
      padding-top: clamp(34px, 3.8vw, 54px) !important;
      padding-bottom: clamp(58px, 6vw, 88px) !important;
    }

.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);
      padding-top: clamp(78px, 7.8vw, 112px) !important;
      padding-bottom: clamp(72px, 7vw, 104px) !important;
    }

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

.site-footer {
      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;
      border-top: 1px solid rgba(255, 255, 255, .06) !important;
      padding: clamp(64px, 6vw, 92px) 0 clamp(28px, 3vw, 44px) !important;
      width: 100% !important;
      overflow: hidden !important;
      padding-top: clamp(72px, 7vw, 104px) !important;
      padding-bottom: clamp(34px, 3.2vw, 48px) !important;
    }

.site-footer__inner {
      max-width: none !important;
      margin: 0 auto !important;
      width: min(1240px, calc(100vw - 96px)) !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;
      gap: clamp(58px, 6vw, 112px) !important;
      margin-bottom: clamp(42px, 4vw, 58px) !important;
      align-items: start !important;
      column-gap: clamp(34px, 4.2vw, 72px) !important;
      row-gap: 42px !important;
      justify-content: center !important;
    }

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

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

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

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

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

.reveal {
      opacity: 0;
      transform: translate3d(0, 30px, 0);
      transition: opacity .78s cubic-bezier(.22, .61, .36, 1), transform .78s cubic-bezier(.22, .61, .36, 1);
      will-change: opacity, transform;
    }

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

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

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

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

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

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

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

.features-section__head {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(24px, 4vw, 60px);
      align-items: start;
      margin-bottom: clamp(36px, 4.5vw, 62px) !important;
    }

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

.feat-card.is-visible:hover {
      transform: translateY(-3px);
    }

.features-section__footer {
      display: grid;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      margin-top: clamp(22px, 2.6vw, 34px) !important;
    }

.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;
      white-space: nowrap;
      font-weight: 700 !important;
      letter-spacing: -.015em !important;
    }

@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;
      }

      .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%;
      }

    }

.forfaits-section--services {
      padding-left: 0;
      padding-right: 0;
      overflow: hidden;
      background: #ffffff;
      color: #111111;
      padding-top: clamp(58px, 5.8vw, 84px) !important;
      padding-bottom: clamp(76px, 7.8vw, 112px) !important;
      --forfait-gap: 22px;
      --service-card-w: min(430px, calc((100vw - 96px - (2 * var(--forfait-gap))) / 3));
    }

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

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

.forfaits-section--services .forfaits-track {
      display: flex;
      gap: var(--forfait-gap) !important;
      padding: 0;
      transform: translate3d(0, 0, 0);
      transition: transform .75s cubic-bezier(.22, .61, .36, 1);
      will-change: transform;
      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;
      min-height: clamp(430px, 34vw, 520px);
      box-shadow: none !important;
      background-clip: padding-box;
      max-width: var(--service-card-w) !important;
    }

.forfaits-section--services .forfait-card__name {
      min-height: calc(1.06em * 2);
      display: flex;
      align-items: flex-end;
      font-family: inherit;
      font-size: clamp(1.375rem, calc(2.85vw - 10px), 2.625rem) !important;
      font-weight: 300;
      letter-spacing: -.04em;
      line-height: 1.06;
      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 .forfaits-section__footer {
      display: grid !important;
      grid-template-columns: 1fr auto 1fr;
      align-items: center;
      gap: 16px;
      margin-top: clamp(22px, 2.6vw, 34px) !important;
    }

.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;
      margin-bottom: clamp(34px, 4vw, 58px) !important;
    }

.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;
      margin-bottom: clamp(36px, 4.5vw, 64px) !important;
    }

.services-white--offers .sw-card__overlay h3 {
      font-family: inherit;
      font-size: 38px !important;
      font-weight: 300 !important;
      letter-spacing: -.04em !important;
      line-height: 1.06 !important;
      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;
    }

.services-white--offers .sw-card__overlay::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      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;
    }

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

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

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

.site-footer__brand-text {
      margin: 0 !important;
      max-width: 220px !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;
      padding-left: 2px !important;
    }

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

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

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

      .service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(1),
      .service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(2),
      .service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(3) {
        width: min(100%, 1000px);
        transform: none;
      }

    }

.seo-page {
      background: #050505;
      color: #fff;
      overflow: hidden;
    }

.seo-hero {
      position: relative !important;
      min-height: 100svh !important;
      display: flex;
      align-items: center;
      padding: calc(var(--header-h) + clamp(70px, 8vw, 110px)) clamp(24px, 5vw, 80px) clamp(74px, 8vw, 120px);
      overflow: hidden !important;
      isolation: isolate !important;
      background: #050505 !important;
      padding-top: calc(var(--header-h) + clamp(54px, 6vw, 92px)) !important;
      padding-bottom: clamp(54px, 6vw, 92px) !important;
    }

.seo-hero__video {
      position: absolute !important;
      inset: 0 !important;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      object-position: center center !important;
      display: none !important;
      z-index: 0 !important;
      filter: none !important;
      transform: scale(1.01) !important;
      pointer-events: none !important;
      opacity: 1 !important;
    }

.seo-hero::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(90deg, rgba(5, 5, 5, .94) 0%, rgba(5, 5, 5, .78) 42%, rgba(5, 5, 5, .56) 72%, rgba(5, 5, 5, .76) 100%),
        linear-gradient(180deg, rgba(5, 5, 5, .14) 0%, rgba(5, 5, 5, .18) 58%, #050505 100%),
        url('../../images/seo-donnees-seo-local.webp') center/cover no-repeat !important;
      z-index: -3;
    }

.seo-hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 18% 36%, rgba(255, 255, 255, .10), transparent 28%),
        radial-gradient(circle at 78% 38%, rgba(255, 255, 255, .06), transparent 30%);
      background-size: auto, auto;
      opacity: .42;
      mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 100%);
      pointer-events: none;
      z-index: -2;
    }

.seo-hero__inner {
      width: min(1180px, 100%) !important;
      margin: 0 auto;
      display: block !important;
      grid-template-columns: minmax(0, 1.05fr) minmax(360px, .78fr);
      gap: clamp(40px, 7vw, 112px);
      align-items: center;
      position: relative !important;
      z-index: 5 !important;
    }

.seo-kicker {
      display: inline-flex;
      align-items: center;
      width: max-content;
      max-width: 100%;
      min-height: 34px;
      margin-bottom: 24px;
      padding: 8px 15px;
      border-radius: 999px;
      border: 1px solid rgba(255, 255, 255, .14);
      background: rgba(255, 255, 255, .08);
      color: rgba(255, 255, 255, .90);
      font-size: .70rem;
      font-weight: 800;
      letter-spacing: .24em;
      text-transform: uppercase;
      backdrop-filter: blur(14px);
    }

.seo-hero h1 {
      margin: 0 !important;
      max-width: 900px !important;
      color: #ffffff !important;
      font-size: clamp(2.4rem, 4.2vw, 4.8rem) !important;
      line-height: 1.08 !important;
      font-weight: 300 !important;
      letter-spacing: -.03em !important;
      text-wrap: balance !important;
      display: block !important;
      text-shadow: 0 12px 32px rgba(0, 0, 0, .24) !important;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    }

.seo-hero h1 span {
      display: block !important;
      color: #ffffff !important;
      font-weight: 300 !important;
      text-shadow: none !important;
    }

.seo-hero__lead {
      margin: 24px 0 0 !important;
      max-width: 620px !important;
      color: rgba(255, 255, 255, .72) !important;
      font-size: clamp(1rem, 1.2vw, 1.14rem) !important;
      line-height: 1.7 !important;
      letter-spacing: 0 !important;
    }

.seo-hero__actions {
      display: flex !important;
      align-items: center !important;
      flex-wrap: wrap !important;
      gap: 14px !important;
      margin-top: 34px !important;
      max-width: 520px !important;
    }

.seo-btn {
      min-height: 54px !important;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0 24px !important;
      border-radius: 999px !important;
      border: 1px solid transparent !important;
      font-size: 1rem !important;
      font-weight: 600 !important;
      letter-spacing: .01em !important;
      transition: transform .3s var(--ease),
        background-color .3s var(--ease),
        border-color .3s var(--ease),
        box-shadow .3s var(--ease) !important;
    }

.seo-btn:hover {
      transform: translateY(-1px) !important;
    }

.seo-btn--primary {
      background: #0071e3 !important;
      color: #ffffff !important;
      border-color: #0071e3 !important;
      box-shadow: 0 18px 34px rgba(0, 113, 227, .26) !important;
    }

.seo-btn--ghost {
      background: rgba(255, 255, 255, .04) !important;
      color: #ffffff !important;
      backdrop-filter: none !important;
      border-color: rgba(255, 255, 255, .14) !important;
      box-shadow: none !important;
    }

.seo-btn--ghost:hover {
      background: rgba(255, 255, 255, .08) !important;
      border-color: rgba(255, 255, 255, .22) !important;
    }

.seo-hero__meta {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
      color: rgba(255, 255, 255, .56);
      font-size: .86rem;
    }

.seo-hero__meta span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }

.seo-hero__meta span::before {
      content: "";
      width: 5px;
      height: 5px;
      border-radius: 999px;
      background: rgba(255, 255, 255, .88);
      box-shadow: 0 0 0 7px rgba(255, 255, 255, .07);
    }

.seo-hero__panel {
      position: relative;
      min-height: 500px;
      border-radius: 24px;
      border: 1px solid rgba(255, 255, 255, .11);
      background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .035)),
        rgba(5, 5, 5, .38);
      box-shadow: 0 40px 120px rgba(0, 0, 0, .48), inset 0 1px 0 rgba(255, 255, 255, .08);
      overflow: hidden;
      backdrop-filter: blur(20px);
    }

.seo-hero__panel::before {
      content: "";
      position: absolute;
      inset: 18px;
      border: 1px solid rgba(255, 255, 255, .07);
      border-radius: 18px;
      pointer-events: none;
    }

.seo-panel__top {
      position: relative;
      padding: 28px 30px 22px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

.seo-panel__label {
      display: flex;
      flex-direction: column;
      gap: 4px;
    }

.seo-panel__label small {
      color: rgba(255, 255, 255, .38);
      font-size: .72rem;
      font-weight: 800;
      letter-spacing: .18em;
      text-transform: uppercase;
    }

.seo-panel__label strong {
      color: rgba(255, 255, 255, .94);
      font-size: clamp(1.12rem, 1.4vw, 1.34rem);
      font-weight: 500;
      letter-spacing: -.02em;
    }

.seo-panel__status {
      width: 11px;
      height: 11px;
      border-radius: 999px;
      background: #fff;
      box-shadow: 0 0 0 10px rgba(255, 255, 255, .08), 0 0 28px rgba(255, 255, 255, .35);
    }

.seo-panel__body {
      position: relative;
      padding: 30px;
      display: grid;
      gap: 16px;
    }

.seo-check {
      display: grid;
      grid-template-columns: auto 1fr auto;
      gap: 14px;
      align-items: center;
      padding: 17px 0;
      border-bottom: 1px solid rgba(255, 255, 255, .075);
    }

.seo-check:last-child {
      border-bottom: 0;
    }

.seo-check__dot {
      width: 34px;
      height: 34px;
      border-radius: 999px;
      display: grid;
      place-items: center;
      color: #050505;
      background: rgba(255, 255, 255, .9);
      font-size: .86rem;
      font-weight: 900;
    }

.seo-check strong {
      display: block;
      color: rgba(255, 255, 255, .90);
      font-size: .98rem;
      font-weight: 600;
      letter-spacing: -.015em;
    }

.seo-check span {
      display: block;
      margin-top: 4px;
      color: rgba(255, 255, 255, .44);
      font-size: .82rem;
      line-height: 1.45;
    }

.seo-check__tag {
      color: rgba(255, 255, 255, .42);
      font-size: .72rem;
      font-weight: 800;
      letter-spacing: .12em;
      text-transform: uppercase;
    }

.seo-panel__bottom {
      margin: 4px 30px 30px;
      padding: 20px;
      border-radius: 18px;
      background: rgba(255, 255, 255, .06);
      border: 1px solid rgba(255, 255, 255, .08);
      color: rgba(255, 255, 255, .64);
      line-height: 1.6;
    }

.seo-section {
      padding: clamp(76px, 7.8vw, 112px) clamp(24px, 5vw, 80px);
    }

.seo-section--white {
      background: #fff;
      color: #050505;
    }

.seo-section--dark {
      background: #050505;
      color: #fff;
      border-top: 1px solid rgba(255, 255, 255, .08);
    }

.seo-container {
      width: min(1240px, 100%);
      margin: 0 auto;
    }

.seo-section__head {
      max-width: 880px;
      margin-bottom: clamp(42px, 5vw, 72px);
    }

.seo-section__eyebrow {
      display: inline-block;
      margin-bottom: 16px;
      color: rgba(5, 5, 5, .44);
      font-size: .72rem;
      font-weight: 900;
      letter-spacing: .20em;
      text-transform: uppercase;
    }

.seo-section--dark .seo-section__eyebrow {
      color: rgba(255, 255, 255, .38);
    }

.seo-section h2 {
      margin: 0;
      font-size: clamp(2.35rem, 4.1vw, 4.6rem);
      line-height: 1.05;
      letter-spacing: -.055em;
      font-weight: 300;
      text-wrap: balance;
    }

.seo-section__lead {
      margin: 20px 0 0;
      max-width: 760px;
      color: rgba(0, 0, 0, .58);
      font-size: clamp(1rem, 1.18vw, 1.12rem);
      line-height: 1.75;
    }

.seo-section--dark .seo-section__lead {
      color: rgba(255, 255, 255, .56);
    }

.seo-included {
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(360px, .72fr);
      gap: clamp(34px, 6vw, 90px);
      align-items: start;
    }

.seo-copy-card {
      padding: clamp(34px, 4vw, 56px);
      border-radius: 24px;
      background: #ffffff;
      border: 1px solid rgba(0, 0, 0, .07);
    }

.seo-copy-card h3 {
      margin: 0 0 18px;
      font-size: clamp(1.8rem, 2.8vw, 3.25rem);
      line-height: 1.05;
      letter-spacing: -.05em;
      font-weight: 300;
    }

.seo-copy-card p {
      margin: 0 0 18px;
      color: rgba(0, 0, 0, .60);
      font-size: 1.02rem;
      line-height: 1.75;
    }

.seo-list {
      display: grid;
      gap: 12px;
      margin: 0;
      padding: 0;
      list-style: none;
    }

.seo-list li {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      color: rgba(0, 0, 0, .70);
      line-height: 1.55;
    }

.seo-list li::before {
      content: "";
      width: 7px;
      height: 7px;
      margin-top: .58em;
      border-radius: 999px;
      background: #050505;
      flex: 0 0 auto;
    }

.seo-stack {
      display: grid;
      gap: 14px;
    }

.seo-stack__item {
      padding: 22px 24px;
      border-radius: 18px;
      border: 1px solid rgba(0, 0, 0, .08);
      background: #fff;
      box-shadow: 0 20px 50px rgba(0, 0, 0, .05);
    }

.seo-stack__item strong {
      display: block;
      color: #050505;
      font-size: 1.05rem;
      letter-spacing: -.02em;
    }

.seo-stack__item span {
      display: block;
      margin-top: 7px;
      color: rgba(0, 0, 0, .52);
      line-height: 1.55;
      font-size: .95rem;
    }

.seo-steps {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
    }

.seo-step {
      position: relative;
      min-height: 500px;
      border-radius: 22px;
      overflow: hidden;
      background: #111;
      isolation: isolate;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: clamp(28px, 3vw, 42px);
    }

.seo-step::before {
      content: "";
      position: absolute;
      inset: 0;
      background: var(--bg-img) center/cover no-repeat;
      filter: saturate(.92) brightness(.82);
      transform: scale(1.02);
      z-index: -3;
    }

.seo-step::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, .24) 0%, rgba(0, 0, 0, .18) 40%, rgba(0, 0, 0, .82) 100%),
        radial-gradient(ellipse 78% 52% at 28% 60%, rgba(0, 0, 0, .28), transparent 72%);
      z-index: -2;
    }

.seo-step__num {
      position: absolute;
      top: 28px;
      left: 28px;
      color: rgba(255, 255, 255, .72);
      font-size: .72rem;
      font-weight: 900;
      letter-spacing: .18em;
      text-transform: uppercase;
    }

.seo-step h3 {
      margin: 0;
      color: #fff;
      font-size: clamp(1.8rem, 2.2vw, 2.65rem);
      line-height: 1.08;
      letter-spacing: -.05em;
      font-weight: 300;
      text-shadow: 0 16px 34px rgba(0, 0, 0, .52), 0 2px 8px rgba(0, 0, 0, .36);
    }

.seo-step p {
      margin: 16px 0 0;
      color: rgba(255, 255, 255, .78);
      line-height: 1.65;
      text-shadow: 0 12px 28px rgba(0, 0, 0, .42);
    }

.seo-ai-grid {
      display: grid;
      grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr);
      gap: clamp(34px, 6vw, 90px);
      align-items: center;
    }

.seo-ai-card {
      border-radius: 26px;
      border: 1px solid rgba(255, 255, 255, .10);
      background: linear-gradient(180deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .03)),
        rgba(255, 255, 255, .02);
      padding: clamp(28px, 4vw, 50px);
      box-shadow: 0 40px 100px rgba(0, 0, 0, .30);
    }

.seo-ai-card__row {
      display: grid;
      grid-template-columns: 1fr auto;
      gap: 18px;
      align-items: center;
      padding: 18px 0;
      border-bottom: 1px solid rgba(255, 255, 255, .08);
    }

.seo-ai-card__row:last-child {
      border-bottom: 0;
    }

.seo-ai-card strong {
      color: rgba(255, 255, 255, .92);
      font-weight: 600;
    }

.seo-ai-card span {
      color: rgba(255, 255, 255, .42);
      font-size: .82rem;
      font-weight: 800;
      letter-spacing: .14em;
      text-transform: uppercase;
    }

.seo-faq-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0 clamp(32px, 5vw, 80px);
    }

.seo-faq-item {
      border-bottom: 1px solid rgba(255, 255, 255, .09);
      padding: 24px 0;
    }

.seo-faq-item h3 {
      margin: 0;
      color: rgba(255, 255, 255, .88);
      font-size: clamp(1rem, 1.25vw, 1.18rem);
      font-weight: 500;
      letter-spacing: -.02em;
    }

.seo-faq-item p {
      margin: 12px 0 0;
      color: rgba(255, 255, 255, .46);
      line-height: 1.7;
      font-size: .94rem;
    }

.seo-final-cta {
      text-align: center;
      padding: clamp(90px, 9vw, 140px) clamp(24px, 5vw, 80px);
      background: radial-gradient(circle at center top, rgba(255, 255, 255, .10), transparent 34%),
        #050505;
      color: #fff;
      border-top: 1px solid rgba(255, 255, 255, .08);
    }

.seo-final-cta h2 {
      max-width: 880px;
      margin: 0 auto;
      font-size: clamp(2.5rem, 5vw, 5.8rem);
      line-height: 1.02;
      letter-spacing: -.06em;
      font-weight: 300;
      text-wrap: balance;
    }

.seo-final-cta p {
      max-width: 640px;
      margin: 22px auto 0;
      color: rgba(255, 255, 255, .56);
      line-height: 1.75;
    }

.seo-final-cta .seo-hero__actions {
      justify-content: center;
      margin-top: 34px;
    }

@media (max-width: 980px) {

      .seo-hero__inner,
      .seo-included,
      .seo-ai-grid {
        grid-template-columns: 1fr;
      }

      .seo-hero__panel {
        min-height: auto;
      }

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

      .seo-step {
        min-height: 420px;
      }

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

      .service-method-section {
        padding-inline: 14px;
      }

      .service-method-section>.service-editorial__inner.service-method-wrap {
        grid-template-columns: 1fr;
      }

      .service-method-section .service-method-title {
        min-height: auto;
      }

      .service-method-section .service-method-title h2,
      .service-method-section .service-method__item h3 {
        max-width: none;
      }

      .service-before-after .service-compare__panel {
        height: auto !important;
        min-height: clamp(400px, 64vw, 700px) !important;
      }

    }

.seo-hero__content {
      max-width: 760px !important;
      position: relative !important;
      z-index: 6 !important;
      text-shadow: 0 16px 42px rgba(0, 0, 0, .42) !important;
      isolation: isolate !important;
    }

@media (max-width: 960px) {
      .seo-hero {
        min-height: 100svh !important;
      }

    }

.seo-hero::before,
    .seo-hero::after {
      content: none !important;
      display: none !important;
      background: none !important;
      opacity: 0 !important;
    }

.seo-hero h1,
    .seo-hero__lead,
    .seo-hero__meta {
      text-shadow: 0 12px 30px rgba(0, 0, 0, .34),
        0 1px 2px rgba(0, 0, 0, .28) !important;
    }

.seo-hero__actions .seo-btn {
      white-space: nowrap !important;
    }

.seo-btn--primary:hover {
      background: #147ce5 !important;
      border-color: #147ce5 !important;
      box-shadow: 0 22px 42px rgba(0, 113, 227, .34) !important;
    }

.seo-hero .seo-kicker {
      display: flex !important;
      width: max-content !important;
      margin: 0 0 24px 0 !important;
    }

#inclus.seo-section {
      padding-top: clamp(72px, 8vw, 118px) !important;
      padding-bottom: clamp(72px, 8vw, 116px) !important;
      padding-left: clamp(24px, 5vw, 80px) !important;
      padding-right: clamp(24px, 5vw, 80px) !important;
    }

#inclus .seo-section__head {
      max-width: 1280px !important;
      margin: 0 auto clamp(40px, 5vw, 72px) !important;
      padding-bottom: clamp(24px, 2.8vw, 34px) !important;
      text-align: center !important;
      border-bottom: 1px solid rgba(0, 0, 0, .10) !important;
      margin-bottom: clamp(42px, 5vw, 72px) !important;
      padding: 0 clamp(24px, 5vw, 80px) clamp(24px, 2.8vw, 34px) !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: clamp(24px, 5vw, 80px) !important;
      padding-right: clamp(24px, 5vw, 80px) !important;
      box-sizing: content-box !important;
    }

#inclus .seo-section__eyebrow {
      display: none !important;
    }

#inclus .seo-section__head h2 {
      margin: 0 0 16px !important;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
      font-size: clamp(2.1rem, 3.5vw, 4rem) !important;
      font-weight: 400 !important;
      line-height: 1.08 !important;
      letter-spacing: -.03em !important;
      color: #111 !important;
      text-wrap: balance !important;
      text-align: center !important;
    }

#inclus .seo-section__lead {
      max-width: 760px !important;
      margin: clamp(18px, 2.2vw, 26px) auto 0 !important;
      font-size: clamp(.98rem, 1.16vw, 1.12rem) !important;
      line-height: 1.7 !important;
      color: rgba(0, 0, 0, .58) !important;
      display: none !important;
    }

#inclus .seo-included {
      display: grid !important;
      max-width: none !important;
      margin: 0 !important;
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      padding: 0 !important;
      grid-template-columns: minmax(320px, 42%) minmax(0, 52%) !important;
      gap: clamp(48px, 6vw, 96px) !important;
      align-items: stretch !important;
    }

#inclus .seo-stack {
      display: none !important;
    }

#inclus .seo-copy-card {
      width: 100% !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding: 0 !important;
      border: 0 !important;
      border-radius: 0 !important;
      background: transparent !important;
      box-shadow: none !important;
      transform: translateX(7%) !important;
      max-width: none !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      align-self: stretch !important;
    }

#inclus .seo-copy-card h3 {
      margin: 0 0 clamp(24px, 2.8vw, 38px) !important;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
      font-size: clamp(2.15rem, 3.05vw, 3.55rem) !important;
      line-height: 1.06 !important;
      letter-spacing: -.04em !important;
      font-weight: 300 !important;
      color: #111 !important;
      text-wrap: balance !important;
    }

#inclus .seo-copy-card p {
      max-width: 680px !important;
      margin: 0 0 18px !important;
      color: rgba(0, 0, 0, .58) !important;
      font-size: clamp(.98rem, 1.12vw, 1.08rem) !important;
      line-height: 1.75 !important;
      letter-spacing: -.01em !important;
    }

#inclus .seo-list {
      margin-top: clamp(26px, 3vw, 40px) !important;
      gap: 14px !important;
    }

#inclus .seo-list li {
      color: rgba(0, 0, 0, .76) !important;
      font-size: clamp(.98rem, 1.08vw, 1.06rem) !important;
      line-height: 1.55 !important;
      letter-spacing: -.01em !important;
    }

#inclus .seo-list li::before {
      width: 8px !important;
      height: 8px !important;
      margin-top: .62em !important;
      background: #111 !important;
    }

.seo-section h2,
    #inclus .seo-section__head h2,
    .seo-final-cta h2 {
      margin: 0 !important;
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
      font-size: clamp(2.4rem, 4.2vw, 4.8rem) !important;
      line-height: 1.08 !important;
      letter-spacing: -.03em !important;
      font-weight: 300 !important;
      text-wrap: balance !important;
    }

.seo-section:not(.seo-section--dark) h2,
    #inclus .seo-section__head h2 {
      color: #111111 !important;
    }

.seo-section--dark h2,
    .seo-final-cta h2 {
      color: #ffffff !important;
    }

#inclus .seo-container {
      width: auto !important;
      max-width: 1280px !important;
      margin: 0 !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: clamp(24px, 5vw, 80px) !important;
      padding-right: clamp(24px, 5vw, 80px) !important;
      box-sizing: content-box !important;
    }

#inclus .seo-container,
    #inclus .seo-included {
      width: 100% !important;
      max-width: 1280px !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

@media (max-width: 1328px) {

      #inclus .seo-section__head,
      #inclus .seo-container,
      #inclus .seo-included {
        max-width: none !important;
      }

    }

#inclus {
      --seo-align-width: min(1280px, calc(100vw - (clamp(24px, 5vw, 80px) * 2)));
    }

#inclus .seo-section__head,
    #inclus .seo-container {
      width: var(--seo-align-width) !important;
      max-width: none !important;
      margin-left: auto !important;
      margin-right: auto !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      box-sizing: border-box !important;
    }

#inclus .seo-included__image {
      min-height: 100% !important;
      width: 100% !important;
      overflow: hidden !important;
      background: transparent !important;
      border: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      align-self: stretch !important;
    }

#inclus .seo-included__image img {
      display: block !important;
      width: 100% !important;
      height: 100% !important;
      min-height: 100% !important;
      object-fit: cover !important;
      object-position: center !important;
      border: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
    }

.service-editorial {
      position: relative;
      isolation: isolate;
      overflow: hidden;
      padding: clamp(86px, 10vw, 160px) clamp(24px, 5vw, 80px);
      padding-block: clamp(88px, 9vw, 132px);
    }

.service-editorial--white {
      background: #ffffff;
      color: #050505;
      padding-block: clamp(88px, 9vw, 132px);
    }

.service-editorial--dark {
      background: #ffffff;
      color: #fff;
      padding-inline: clamp(18px, 4.5vw, 72px);
    }

.service-editorial--white::before,
    .service-editorial--dark::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: -1;
    }

.service-editorial--white::before {
      background: radial-gradient(circle at 12% 18%, rgba(0, 0, 0, .04), transparent 30%);
      background-size: auto;
      opacity: .38;
    }

.service-editorial--dark::before {
      background: radial-gradient(circle at 80% 8%, rgba(255, 255, 255, .08), transparent 30%),
        radial-gradient(circle at 14% 82%, rgba(255, 255, 255, .045), transparent 28%);
      background-size: auto;
      opacity: .42;
    }

.service-editorial__inner {
      width: min(1280px, 100%);
      margin: 0 auto;
    }

.service-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin: 0 0 22px;
      font-size: clamp(.68rem, .78vw, .78rem);
      font-weight: 700;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: rgba(0, 0, 0, .42);
    }

.service-editorial--dark .service-eyebrow,
    .service-final-cta .service-eyebrow {
      color: rgba(255, 255, 255, .44);
    }

.service-eyebrow::before {
      content: "";
      width: 28px;
      height: 1px;
      background: currentColor;
      opacity: .7;
    }

.service-editorial h2,
    .service-final-cta h2 {
      margin: 0;
      max-width: 1050px;
      font-size: clamp(2.45rem, 5vw, 6.2rem);
      line-height: .98;
      letter-spacing: -.065em;
      font-weight: 300;
    }

.service-editorial__intro {
      max-width: 1080px;
    }

.service-truths {
      margin-top: clamp(58px, 8vw, 120px);
      display: grid;
      gap: 0;
      border-top: 1px solid rgba(0, 0, 0, .12);
    }

.service-truths p {
      margin: 0;
      padding: clamp(26px, 3.4vw, 44px) 0;
      border-bottom: 1px solid rgba(0, 0, 0, .12);
      font-size: clamp(1.65rem, 3vw, 3.9rem);
      line-height: 1.04;
      letter-spacing: -.045em;
      font-weight: 300;
      color: rgba(5, 5, 5, .82);
    }

.service-split-head {
      display: grid;
      grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
      gap: clamp(28px, 6vw, 96px);
      align-items: start;
      margin-bottom: clamp(56px, 7vw, 110px);
    }

.service-split-head h2 {
      max-width: 890px;
    }

.service-chapters {
      display: grid;
      gap: 0;
      border-top: 1px solid rgba(255, 255, 255, .13);
    }

.service-chapter {
      position: relative;
      display: grid;
      grid-template-columns: minmax(110px, .22fr) minmax(0, .82fr) minmax(260px, .96fr);
      gap: clamp(28px, 6vw, 90px);
      padding: clamp(34px, 4.4vw, 68px) 0;
      border-bottom: 1px solid rgba(255, 255, 255, .13);
      align-items: center;
    }

.service-chapter__number {
      font-size: clamp(3.6rem, 8vw, 8rem) !important;
      line-height: .82 !important;
      letter-spacing: -.08em !important;
      font-weight: 200 !important;
      color: rgba(255, 255, 255, .11);
    }

.service-chapter__label {
      margin: 0 0 16px;
      font-size: .75rem;
      font-weight: 700;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .42);
    }

.service-chapter h3 {
      margin: 0;
      max-width: 820px;
      font-size: clamp(1.8rem, 3.1vw, 4.2rem);
      line-height: 1.03;
      letter-spacing: -.05em;
      font-weight: 300;
      color: #fff;
    }

.service-chapter p:not(.service-chapter__label) {
      margin: clamp(18px, 2vw, 28px) 0 0;
      max-width: 680px;
      font-size: clamp(.98rem, 1.1vw, 1.08rem);
      line-height: 1.75;
      color: rgba(255, 255, 255, .58);
    }

.service-before-after {
      background: #fff;
      padding-inline: clamp(24px, 5vw, 80px);
    }

.service-compare {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: clamp(18px, 2.2vw, 28px);
    }

.service-compare__panel {
      min-height: clamp(420px, 42vw, 640px);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: clamp(30px, 4.6vw, 68px);
      border-radius: 18px;
      overflow: hidden;
      position: relative;
      border: 1px solid rgba(0, 0, 0, .08);
      isolation: isolate;
    }

.service-compare__panel::after {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .45), transparent 34%);
      opacity: .35;
    }

.service-compare__panel--muted {
      background: #ffffff;
      color: #111;
    }

.service-compare__panel--strong {
      background: #050505;
      color: #fff;
      border-color: rgba(0, 0, 0, .1);
      box-shadow: 0 34px 90px rgba(0, 0, 0, .18);
    }

.service-compare__panel span {
      position: relative;
      z-index: 1;
      font-size: .75rem;
      text-transform: uppercase;
      letter-spacing: .2em;
      font-weight: 700;
      color: rgba(0, 0, 0, .42);
    }

.service-compare__panel--strong span {
      color: rgba(255, 255, 255, .42);
    }

.service-compare__panel h3 {
      position: relative;
      z-index: 1;
      margin: clamp(52px, 8vw, 130px) 0 0;
      max-width: 640px;
      font-size: clamp(2.05rem, 3.8vw, 5.2rem);
      line-height: .98;
      letter-spacing: -.06em;
      font-weight: 300;
    }

.service-compare__panel ul {
      position: relative;
      z-index: 1;
      list-style: none;
      padding: 0;
      margin: clamp(44px, 7vw, 100px) 0 0;
      display: grid;
      gap: 0;
      border-top: 1px solid currentColor;
      border-color: rgba(0, 0, 0, .13);
    }

.service-compare__panel--strong ul {
      border-color: rgba(255, 255, 255, .16);
    }

.service-compare__panel li {
      padding: 17px 0;
      border-bottom: 1px solid rgba(0, 0, 0, .13);
      font-size: clamp(.96rem, 1.1vw, 1.08rem);
      color: rgba(0, 0, 0, .64);
    }

.service-compare__panel--strong li {
      border-color: rgba(255, 255, 255, .16);
      color: rgba(255, 255, 255, .68);
    }

.service-method-wrap {
      display: grid;
      grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
      gap: clamp(42px, 8vw, 120px);
      align-items: start;
    }

.service-method-title {
      position: sticky;
      top: calc(var(--header-h) + 40px);
    }

.service-method {
      display: grid;
      gap: 18px;
    }

.service-method__item {
      min-height: 250px;
      padding: clamp(28px, 3.8vw, 52px);
      border: 1px solid rgba(255, 255, 255, .12);
      border-radius: 18px;
      background: linear-gradient(145deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
      position: relative;
      overflow: hidden;
      transition: transform .35s cubic-bezier(.22, .61, .36, 1), border-color .35s cubic-bezier(.22, .61, .36, 1), box-shadow .35s cubic-bezier(.22, .61, .36, 1);
    }

.service-method__item span {
      display: inline-flex;
      margin-bottom: clamp(34px, 4.5vw, 70px);
      font-size: .72rem;
      font-weight: 700;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .42);
    }

.service-method__item h3 {
      margin: 0;
      font-size: clamp(1.7rem, 2.4vw, 3.2rem);
      line-height: 1.05;
      letter-spacing: -.045em;
      font-weight: 300;
      color: #fff;
    }

.service-method__item p {
      margin: 18px 0 0;
      max-width: 560px;
      font-size: clamp(.95rem, 1.05vw, 1.02rem);
      line-height: 1.72;
      color: rgba(255, 255, 255, .58);
    }

.service-included-section {
      background: #ffffff;
    }

.service-included {
      display: grid;
      grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
      gap: clamp(42px, 8vw, 120px);
      align-items: start;
    }

.service-included__sticky {
      position: sticky;
      top: calc(var(--header-h) + 40px);
    }

.service-included__sticky p {
      margin: 26px 0 0;
      max-width: 460px;
      font-size: clamp(.98rem, 1.15vw, 1.1rem);
      line-height: 1.75;
      color: rgba(0, 0, 0, .56);
    }

.service-included__list {
      border-top: 1px solid rgba(0, 0, 0, .14);
    }

.service-included__list div {
      display: grid;
      grid-template-columns: 52px minmax(0, 1fr);
      gap: clamp(18px, 2vw, 34px);
      align-items: center;
      padding: clamp(22px, 2.8vw, 36px) 0;
      border-bottom: 1px solid rgba(0, 0, 0, .14);
    }

.service-included__list span {
      font-size: .76rem;
      font-weight: 700;
      letter-spacing: .16em;
      color: rgba(0, 0, 0, .34);
    }

.service-included__list strong {
      font-size: clamp(1.25rem, 2.15vw, 2.7rem);
      line-height: 1.08;
      letter-spacing: -.045em;
      font-weight: 300;
      color: rgba(5, 5, 5, .86);
    }

.service-final-cta {
      position: relative;
      overflow: hidden;
      isolation: isolate;
      padding: clamp(92px, 12vw, 180px) clamp(24px, 5vw, 80px);
      background: #ffffff;
      color: #fff;
      border-top: 1px solid rgba(255, 255, 255, .1);
      border-bottom: 1px solid rgba(255, 255, 255, .1);
      padding-inline: clamp(18px, 4.5vw, 72px);
      padding-block: clamp(34px, 4vw, 54px);
    }

.service-final-cta::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      pointer-events: none;
      background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, .10), transparent 38%);
      background-size: auto;
      opacity: .48;
    }

.service-final-cta__inner {
      width: min(1360px, 100%);
      margin: 0 auto;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-inline: auto;
      padding: clamp(92px, 12vw, 180px) clamp(24px, 5vw, 80px);
      background: #050505;
      box-shadow: 0 24px 54px rgba(0, 0, 0, .12);
      padding-block: clamp(72px, 9vw, 128px);
    }

.service-final-cta h2 {
      text-align: center;
    }

.service-final-cta p {
      margin: clamp(22px, 2.5vw, 34px) auto 0;
      max-width: 720px;
      font-size: clamp(1rem, 1.18vw, 1.12rem);
      line-height: 1.75;
      color: rgba(255, 255, 255, .62);
    }

.service-final-cta .seo-hero__actions {
      margin-top: clamp(34px, 4vw, 54px);
      justify-content: center;
    }

@media (max-width: 920px) {

      .service-split-head,
      .service-method-wrap,
      .service-included {
        grid-template-columns: 1fr;
      }

      .service-method-title,
      .service-included__sticky {
        position: relative;
        top: auto;
      }

      .service-compare {
        grid-template-columns: 1fr;
      }

      .service-chapter {
        grid-template-columns: 1fr;
        gap: 24px;
      }

      .service-chapter__number {
        font-size: clamp(4rem, 22vw, 8rem);
      }

      .service-chapter__visual {
        min-height: 220px;
      }

    }

@media (max-width: 640px) {
      .service-editorial {
        padding: 68px 20px;
      }

      .service-editorial h2,
      .service-final-cta h2 {
        font-size: clamp(2.25rem, 12vw, 3.85rem);
      }

      .service-truths {
        margin-top: 46px;
      }

      .service-truths p {
        font-size: clamp(1.65rem, 9vw, 2.7rem);
      }

      .service-split-head {
        margin-bottom: 42px;
      }

      .service-compare__panel {
        min-height: 390px;
        padding: 28px 24px;
        border-radius: 14px;
      }

      .service-compare__panel h3 {
        font-size: clamp(2rem, 10vw, 3.4rem);
      }

      .service-method__item {
        min-height: auto;
        border-radius: 14px;
      }

      .service-included__list div {
        grid-template-columns: 38px minmax(0, 1fr);
      }

      .service-final-cta {
        padding: 76px 20px;
      }

      .service-intro-copy .service-truths {
        padding: 0;
        border-radius: 0;
      }

      .service-side-notes {
        grid-template-columns: 1fr;
      }

      .service-visual-stack {
        min-height: 340px;
        border-radius: 18px;
      }

      .service-float-card {
        border-radius: 14px;
      }

      .service-float-card--main {
        inset: 8% 10% 38% 6%;
      }

      .service-float-card--top {
        width: 38vw;
        height: 29vw;
        right: 5%;
        top: 9%;
      }

      .service-float-card--bottom {
        width: 44vw;
        height: 30vw;
        right: 6%;
        bottom: 8%;
      }

      .service-motion-strip {
        margin-top: 20px;
      }

      .service-motion-strip__track span {
        font-size: .68rem;
        letter-spacing: .14em;
      }

      .service-compare__metric {
        top: 16px;
        right: 16px;
      }

      .seo-faq-accordion__question {
        min-height: 70px;
        gap: 18px;
      }

      .seo-faq-accordion__question em,
      .seo-faq-accordion__question .seo-faq-accordion__icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
      }

      .seo-faq-accordion__answer p {
        padding-right: 0;
      }

      .service-method-section .service-method-title,
      .service-method-section .service-method__item {
        padding: 34px 18px;
      }

    }

.service-intro-stage {
      margin-top: clamp(42px, 5vw, 72px);
      display: grid;
      grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
      gap: clamp(18px, 2.2vw, 28px);
      align-items: stretch;
    }

.service-visual-stack {
      position: relative;
      min-height: clamp(360px, 42vw, 560px);
      border-radius: 24px;
      overflow: hidden;
      background: radial-gradient(circle at 18% 20%, rgba(255, 255, 255, .76), transparent 26%),
        radial-gradient(circle at 82% 16%, rgba(0, 0, 0, .08), transparent 28%),
        linear-gradient(145deg, #f7f7f2 0%, #eeeeea 100%) !important;
      border: 1px solid rgba(0, 0, 0, .105) !important;
      box-shadow: 0 28px 80px rgba(0, 0, 0, .13) !important;
      isolation: isolate;
    }

.service-visual-stack::before {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 18% 24%, rgba(255, 255, 255, .35), transparent 24%),
        radial-gradient(circle at 82% 78%, rgba(0, 0, 0, .06), transparent 26%);
      opacity: .75;
      z-index: -1;
    }

.service-float-card {
      position: absolute;
      overflow: hidden;
      border-radius: 20px;
      background: #f7f7f2 !important;
      border: 1px solid rgba(0, 0, 0, .115) !important;
      box-shadow: 0 22px 54px rgba(0, 0, 0, .16) !important;
      animation: serviceFloat 8s ease-in-out infinite;
    }

.service-float-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      filter: saturate(.94) contrast(1.02);
    }

.service-float-card--main {
      inset: 8% 28% 9% 6%;
      animation-duration: 9s;
    }

.service-float-card--top {
      width: clamp(170px, 19vw, 250px);
      height: clamp(160px, 17vw, 220px);
      right: 6%;
      top: 10%;
      animation-delay: -2s;
    }

.service-float-card--bottom {
      width: clamp(190px, 22vw, 280px);
      height: clamp(170px, 18vw, 230px);
      right: 10%;
      bottom: 8%;
      animation-delay: -4s;
    }

.service-float-badge {
      position: absolute;
      left: 18px;
      bottom: 18px;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      padding: 10px 14px;
      border-radius: 999px;
      background: rgba(5, 5, 5, .78);
      color: #fff;
      backdrop-filter: blur(8px);
      font-size: .74rem;
      font-weight: 700;
      letter-spacing: .16em;
      text-transform: uppercase;
      box-shadow: 0 16px 30px rgba(0, 0, 0, .20);
    }

.service-float-badge::before {
      content: "";
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #81d4ff;
      box-shadow: 0 0 0 8px rgba(129, 212, 255, .15);
    }

.service-intro-copy {
      display: grid;
      align-content: center;
    }

.service-intro-copy .service-truths {
      margin-top: 0;
      border-top: 0;
      background: transparent;
      border-radius: 0;
      padding: 0;
      box-shadow: none;
      display: grid;
      gap: clamp(18px, 2vw, 28px);
    }

.service-intro-copy .service-truths p {
      padding: 0;
      border-bottom: 0;
      font-size: clamp(1.28rem, 1.95vw, 2.15rem);
      line-height: 1.22;
      letter-spacing: -.032em;
      color: rgba(5, 5, 5, .76);
    }

.service-side-notes {
      margin-top: clamp(22px, 3vw, 34px);
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

.service-side-note {
      position: relative;
      overflow: hidden;
      min-height: 168px;
      padding: 24px;
      border-radius: 18px;
      background: linear-gradient(145deg, rgba(0, 0, 0, .94), rgba(0, 0, 0, .84));
      color: #fff;
      box-shadow: 0 18px 46px rgba(0, 0, 0, .14);
    }

.service-side-note::before {
      content: "";
      position: absolute;
      inset: auto -16% -44% auto;
      width: 170px;
      height: 170px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 255, 255, .12), transparent 70%);
      animation: servicePulse 10s ease-in-out infinite;
      pointer-events: none;
    }

.service-side-note span {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: .7rem;
      font-weight: 700;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: rgba(255, 255, 255, .46);
    }

.service-side-note h3 {
      margin: 18px 0 8px;
      font-size: clamp(1.2rem, 1.55vw, 1.7rem);
      line-height: 1.08;
      letter-spacing: -.04em;
      font-weight: 300;
    }

.service-side-note p {
      margin: 0;
      font-size: .96rem;
      line-height: 1.65;
      color: rgba(255, 255, 255, .62);
      max-width: 28ch;
    }

.service-motion-strip {
      margin-top: clamp(28px, 3vw, 40px);
      overflow: hidden;
      border-top: 1px solid rgba(0, 0, 0, .105) !important;
      border-bottom: 1px solid rgba(0, 0, 0, .105) !important;
      background: #f7f7f2 !important;
    }

.service-motion-strip__track {
      display: flex;
      gap: 22px;
      width: max-content;
      padding: 14px 0;
      animation: serviceMarquee 24s linear infinite;
    }

.service-motion-strip__track span {
      display: inline-flex;
      align-items: center;
      gap: 22px;
      font-size: .8rem;
      font-weight: 700;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: rgba(0, 0, 0, .52);
      white-space: nowrap;
    }

.service-motion-strip__track span::after {
      content: "•";
      color: rgba(0, 0, 0, .22);
    }

.service-chapter__visual {
      position: relative;
      min-height: 240px;
      border-radius: 18px;
      overflow: hidden;
      background: linear-gradient(150deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .03));
      border: 1px solid rgba(255, 255, 255, .10);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
      isolation: isolate;
    }

.service-chapter__visual img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      opacity: .72;
      display: block;
      transform: scale(1.04);
      transition: transform .7s cubic-bezier(.22, .61, .36, 1);
    }

.service-chapter:hover .service-chapter__visual img {
      transform: scale(1.09);
    }

.service-chapter__visual::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(0, 0, 0, .10), rgba(0, 0, 0, .38)),
        radial-gradient(circle at 82% 18%, rgba(255, 255, 255, .10), transparent 28%);
      opacity: .95;
    }

.service-compare__metric {
      position: absolute;
      top: 24px;
      right: 24px;
      z-index: 2;
      padding: 11px 14px;
      border-radius: 14px;
      background: rgba(247, 247, 242, .86) !important;
      border: 1px solid rgba(0, 0, 0, .105) !important;
      box-shadow: 0 16px 32px rgba(0, 0, 0, .10) !important;
      backdrop-filter: blur(10px);
      min-width: 120px;
      text-align: left;
    }

.service-compare__panel--strong .service-compare__metric {
      background: linear-gradient(180deg, rgba(124, 124, 124, .52) 0%, rgba(86, 86, 86, .62) 100%) !important;
      border-color: rgba(255, 255, 255, .18) !important;
      box-shadow: 0 14px 26px rgba(0, 0, 0, .22) !important;
      backdrop-filter: blur(10px) !important;
    }

.service-compare__metric strong {
      display: block;
      font-size: 1.4rem;
      line-height: 1;
      letter-spacing: -.05em;
      font-weight: 300;
      color: #111;
    }

.service-compare__panel--strong .service-compare__metric strong {
      color: rgba(255, 255, 255, .96) !important;
    }

.service-compare__metric small {
      display: block;
      margin-top: 6px;
      font-size: .66rem;
      letter-spacing: .18em;
      text-transform: uppercase;
      color: rgba(0, 0, 0, .44);
      font-weight: 700;
    }

.service-compare__panel--strong .service-compare__metric small {
      color: rgba(255, 255, 255, .68) !important;
    }

.service-compare__grid {
      position: absolute;
      inset: auto 24px 24px auto;
      width: 120px;
      height: 78px;
      opacity: .18;
      z-index: 1;
      background: radial-gradient(circle at center, rgba(0, 0, 0, .12), transparent 70%);
      border-radius: 14px;
    }

.service-compare__panel--strong .service-compare__grid {
      background: radial-gradient(circle at center, rgba(255, 255, 255, .14), transparent 70%);
      opacity: .16;
    }

.service-method__item::after {
      content: "";
      position: absolute;
      inset: auto -10% -45% auto;
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(129, 212, 255, .16), transparent 68%);
      pointer-events: none;
      transition: transform .5s cubic-bezier(.22, .61, .36, 1);
    }

.service-method__item:hover {
      transform: translateY(-6px);
      border-color: rgba(255, 255, 255, .18);
      box-shadow: 0 26px 56px rgba(0, 0, 0, .22);
    }

.service-method__item:hover::after {
      transform: translateY(-8px) scale(1.04);
    }

.service-final-cta::after {
      content: "";
      position: absolute;
      inset: auto 50% -90px auto;
      width: 300px;
      height: 300px;
      transform: translateX(50%);
      border-radius: 50%;
      background: radial-gradient(circle, rgba(255, 255, 255, .10), transparent 68%);
      filter: blur(8px);
      pointer-events: none;
      animation: servicePulse 9s ease-in-out infinite;
    }

@keyframes serviceFloat {

      0%,
      100% {
        transform: translateY(0px);
      }

      50% {
        transform: translateY(-12px);
      }
    }

@keyframes servicePulse {

      0%,
      100% {
        transform: scale(1);
        opacity: .65;
      }

      50% {
        transform: scale(1.08);
        opacity: 1;
      }
    }

@keyframes serviceMarquee {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(-50%);
      }
    }

@keyframes serviceBar {
      from {
        filter: saturate(.9) brightness(.95);
      }

      to {
        filter: saturate(1.2) brightness(1.06);
      }
    }

.service-method-section::before {
      background: radial-gradient(circle at 84% 12%, rgba(255, 255, 255, .08), transparent 30%),
        radial-gradient(circle at 16% 84%, rgba(255, 255, 255, .05), transparent 26%);
      background-size: auto;
      opacity: .38;
      display: none;
    }

.seo-faq-accordion {
      width: min(980px, 100%);
      margin: 0 auto;
      border-top: 1px solid rgba(255, 255, 255, .12);
    }

.seo-faq-accordion__item {
      border-bottom: 1px solid rgba(255, 255, 255, .12);
    }

.seo-faq-accordion__question {
      width: 100%;
      min-height: clamp(74px, 7vw, 96px);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      padding: 0;
      color: #fff;
      text-align: left;
      font: inherit;
      cursor: pointer;
    }

.seo-faq-accordion__question span {
      display: block;
      font-size: clamp(1rem, 1.3vw, 1.2rem) !important;
      line-height: 1.35 !important;
      letter-spacing: -.015em !important;
      font-weight: 400 !important;
      color: rgba(255, 255, 255, .88);
      transition: color .25s var(--ease);
    }

.seo-faq-accordion__question em,
    .seo-faq-accordion__question .seo-faq-accordion__icon {
      width: 38px;
      height: 38px;
      flex: 0 0 38px;
      display: grid;
      place-items: center;
      border-radius: 50%;
      border: 1px solid rgba(255, 255, 255, .16);
      color: rgba(255, 255, 255, .66);
      font-style: normal;
      font-size: 1.35rem;
      font-weight: 200;
      line-height: 1;
      transition: transform .35s cubic-bezier(.22, .61, .36, 1),
        background .25s var(--ease),
        color .25s var(--ease),
        border-color .25s var(--ease);
    }

.seo-faq-accordion__question:hover span {
      color: #fff;
    }

.seo-faq-accordion__question:hover em,
    .seo-faq-accordion__question:hover .seo-faq-accordion__icon {
      background: rgba(255, 255, 255, .08);
      border-color: rgba(255, 255, 255, .24);
      color: #fff;
    }

.seo-faq-accordion__answer {
      max-height: 0;
      overflow: hidden;
      transition: max-height .45s cubic-bezier(.22, .61, .36, 1);
    }

.seo-faq-accordion__answer p {
      margin: 0;
      max-width: 720px;
      padding: 0 72px clamp(26px, 3vw, 38px) 0;
      color: rgba(255, 255, 255, .55);
      font-size: clamp(.95rem, 1.05vw, 1.05rem);
      line-height: 1.75;
    }

.seo-faq-accordion__item.is-open .seo-faq-accordion__question em,
    .seo-faq-accordion__item.is-open .seo-faq-accordion__question .seo-faq-accordion__icon {
      transform: rotate(45deg);
      background: #fff;
      color: #050505;
      border-color: #fff;
    }

.seo-faq-accordion__item.is-open .seo-faq-accordion__answer {
      max-height: 240px;
    }

.service-editorial--dark::before,
    .service-method-section::before {
      display: none;
    }

.service-editorial--dark>.service-editorial__inner {
      position: relative;
      overflow: hidden;
      width: min(1280px, 100%);
      padding: clamp(52px, 6.5vw, 96px) clamp(24px, 5vw, 76px);
      border-radius: 0;
      background: radial-gradient(circle at 84% 8%, rgba(255, 255, 255, .08), transparent 34%),
        radial-gradient(circle at 12% 88%, rgba(255, 255, 255, .045), transparent 28%),
        #050505;
      box-shadow: 0 34px 90px rgba(0, 0, 0, .18);
    }

.service-editorial--dark .service-chapters {
      border-top-color: rgba(255, 255, 255, .12);
      gap: 0;
      border-top: 1px solid rgba(255, 255, 255, .13);
    }

.service-editorial--dark .service-chapter:last-child {
      border-bottom-color: transparent;
      margin-bottom: 0;
      border-bottom: 0;
    }

.service-editorial--dark .service-chapter {
      border-bottom: 1px solid rgba(255, 255, 255, .13);
      margin-bottom: 10px;
    }

.service-editorial--dark:not(.service-method-section)>.service-editorial__inner {
      background: #ffffff;
      box-shadow: none;
      padding: 0;
      border-radius: 0;
      overflow: visible;
      width: min(1360px, 100%);
      margin-inline: auto;
    }

.service-editorial--dark:not(.service-method-section) .service-split-head {
      margin-bottom: 10px;
      padding: clamp(48px, 5.4vw, 76px) clamp(26px, 4vw, 56px);
      background: radial-gradient(circle at 82% 10%, rgba(255, 255, 255, .07), transparent 34%),
        radial-gradient(circle at 14% 88%, rgba(255, 255, 255, .04), transparent 28%),
        #050505;
      width: min(100%, 1020px);
      margin: 0 auto 18px;
      grid-template-columns: 1fr;
      gap: 16px;
      text-align: center;
      justify-items: center;
      box-shadow: 0 24px 54px rgba(0, 0, 0, .12);
    }

.service-editorial--dark:not(.service-method-section) .service-chapters {
      gap: 18px;
      border-top: 0;
      background: #ffffff;
      align-items: start;
      display: grid;
    }

.service-editorial--dark:not(.service-method-section) .service-chapter {
      margin: 0;
      padding: clamp(32px, 4vw, 54px) clamp(24px, 4vw, 54px);
      border-bottom: 0;
      background: #000000 !important;
      width: min(100%, 1080px);
      box-shadow: none !important;
      position: relative;
      align-items: center;
      border: 0 !important;
      outline: 0 !important;
    }

.service-editorial--dark:not(.service-method-section) {
      padding-block: clamp(34px, 4vw, 54px);
      background: #ffffff !important;
    }

.service-editorial--dark:not(.service-method-section) .service-split-head h2 {
      max-width: 860px;
      margin-inline: auto;
    }

.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(1) {
      margin-right: auto;
      margin-left: 0;
      width: min(100%, 1000px);
      transform: translateX(-18px);
    }

.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(2) {
      margin-left: auto;
      margin-right: 0;
      width: min(100%, 1000px);
      transform: translateX(18px);
    }

.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(3) {
      margin-inline: auto;
      width: min(100%, 960px);
      transform: none;
    }

.service-editorial--dark:not(.service-method-section) .service-chapter__number {
      color: rgba(255, 255, 255, .14);
    }

@media (min-width: 1100px) {

      .service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(1),
      .service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(2),
      .service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(3) {
        width: min(100%, 980px);
      }

      .service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(1) {
        transform: translateX(-26px);
      }

      .service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(2) {
        transform: translateX(26px);
      }

      .service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(3) {
        transform: translateX(0);
      }

    }

@media (max-width: 1099px) {
      .service-editorial--dark:not(.service-method-section) .service-chapter {
        width: 100% !important;
        margin-inline: 0 !important;
        transform: none !important;
      }

      .service-editorial--dark:not(.service-method-section) .service-split-head {
        width: 100%;
      }

      .service-editorial--dark:not(.service-method-section) .service-chapter::after {
        display: none;
      }

    }

.service-editorial--dark:not(.service-method-section) .service-chapter::before {
      content: "";
      position: absolute;
      inset: 0 auto 0 0;
      width: 3px;
      background: linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(255, 255, 255, .18));
      opacity: .96;
    }

.service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(3)::after {
      content: "";
      position: absolute;
      inset: auto 50% -14px auto;
      width: 140px;
      height: 1px;
      transform: translateX(50%);
      background: rgba(5, 5, 5, .12);
    }

.service-editorial--dark:not(.service-method-section) .service-chapter__visual {
      min-height: 248px;
      box-shadow: none !important;
      border: 0 !important;
      background: #000000 !important;
      outline: 0 !important;
    }

@media (max-width: 1120px) {

      .service-editorial--dark:not(.service-method-section) .service-chapter,
      .service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(1),
      .service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(2),
      .service-editorial--dark:not(.service-method-section) .service-chapter:nth-child(3) {
        width: 100%;
        transform: none;
      }

    }

.service-method-section {
      background: #ffffff;
      padding-block: clamp(34px, 4vw, 54px);
      padding-inline: clamp(18px, 4.5vw, 72px);
    }

.service-method-section>.service-editorial__inner.service-method-wrap {
      width: min(1360px, 100%);
      margin-inline: auto;
      background: #ffffff;
      box-shadow: none;
      padding: 0;
      overflow: visible;
      display: grid;
      grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
      gap: 16px;
      align-items: stretch;
    }

.service-method-section .service-method-title {
      position: relative;
      top: auto;
      align-self: stretch;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 100%;
      padding: clamp(42px, 5vw, 72px) clamp(24px, 4vw, 54px);
      background: radial-gradient(circle at 82% 10%, rgba(255, 255, 255, .07), transparent 34%),
        radial-gradient(circle at 14% 88%, rgba(255, 255, 255, .04), transparent 28%),
        #050505;
      box-shadow: 0 24px 54px rgba(0, 0, 0, .12);
    }

.service-method-section .service-method-title h2 {
      max-width: 12ch;
    }

.service-method-section .service-method {
      display: grid;
      gap: 16px;
      align-content: start;
    }

.service-method-section .service-method__item {
      min-height: 0;
      padding: clamp(28px, 3.6vw, 48px) clamp(22px, 3.6vw, 46px);
      border: 0;
      border-radius: 0;
      background: radial-gradient(circle at 84% 10%, rgba(255, 255, 255, .07), transparent 34%),
        radial-gradient(circle at 14% 88%, rgba(255, 255, 255, .04), transparent 28%),
        #050505;
      box-shadow: 0 22px 48px rgba(0, 0, 0, .10);
    }

.service-method-section .service-method__item span {
      margin-bottom: clamp(26px, 3.8vw, 54px);
      color: rgba(255, 255, 255, .42);
    }

.service-method-section .service-method__item h3 {
      max-width: 14ch;
    }

.service-method-section .service-method__item p {
      max-width: 56ch;
      color: rgba(255, 255, 255, .58);
    }

.service-final-cta::before,
    .service-final-cta::after {
      display: none;
    }

.seo-section.seo-section--dark {
      padding: clamp(88px, 9vw, 132px) clamp(24px, 5vw, 80px);
    }

.service-editorial+.service-editorial,
    .service-editorial+.service-final-cta,
    .service-final-cta+.seo-section,
    .service-editorial+.seo-section {
      margin-top: 0;
    }

.service-editorial__intro,
    .service-split-head,
    .service-included,
    .service-method-wrap,
    .service-final-cta__inner,
    .seo-faq-shell {
      max-width: 100%;
    }

.service-before-after>.service-editorial__inner {
      width: min(1280px, 100%);
      max-width: none;
      margin: 0 auto;
    }

.service-before-after .service-split-head {
      width: auto !important;
      margin: 0 0 clamp(22px, 2.6vw, 34px) !important;
      display: flex !important;
      flex-direction: column !important;
      align-items: flex-start !important;
      justify-content: flex-start !important;
      text-align: left !important;
      max-width: 980px !important;
      gap: 16px !important;
    }

.service-before-after .service-compare {
      width: auto;
      max-width: none;
      gap: clamp(18px, 2.2vw, 28px);
      align-items: stretch !important;
    }

.service-before-after .service-compare__panel {
      min-height: 0 !important;
      height: min(86vh, 840px) !important;
    }

.service-editorial--white,
    .service-before-after,
    .service-method-section,
    .service-included-section,
    .service-final-cta {
      background: #ffffff !important;
    }

.service-before-after .service-compare__panel--muted {
      background: radial-gradient(circle at 78% 18%, rgba(255, 255, 255, .72), transparent 34%),
        linear-gradient(145deg, #f7f7f2 0%, #eeeeea 100%) !important;
      border: 1px solid rgba(0, 0, 0, .105) !important;
      box-shadow: 0 26px 64px rgba(0, 0, 0, .12) !important;
    }

.service-before-after .service-compare__panel--strong {
      box-shadow: 0 34px 90px rgba(0, 0, 0, .22) !important;
    }

.service-editorial--dark:not(.service-method-section)>.service-editorial__inner,
    .service-editorial--dark:not(.service-method-section) .service-chapters,
    .service-method-section>.service-editorial__inner.service-method-wrap {
      background: #f7f7f2 !important;
    }

.service-editorial--dark:not(.service-method-section) .service-split-head,
    .service-editorial--dark:not(.service-method-section) .service-chapter,
    .service-method-section .service-method-title,
    .service-method-section .service-method__item,
    .service-final-cta__inner {
      box-shadow: none !important;
    }

.service-editorial--dark:not(.service-method-section)::before {
      content: none !important;
      display: none !important;
    }

.service-editorial--dark:not(.service-method-section)>.service-editorial__inner,
    .service-editorial--dark:not(.service-method-section) .service-chapters {
      background: #ffffff !important;
    }

.service-editorial--white,
    .service-editorial--dark:not(.service-method-section),
    .service-before-after,
    .service-method-section,
    .service-included-section,
    .service-final-cta,
    .seo-section--white,
    #inclus.seo-section,
    .white-to-black {
      background: #ffffff !important;
      background-image: none !important;
    }

.service-editorial--white::before,
    .service-editorial--dark:not(.service-method-section)::before,
    .service-before-after::before,
    .service-method-section::before,
    .service-included-section::before,
    .service-final-cta::before,
    .seo-section--white::before,
    #inclus.seo-section::before {
      content: none !important;
      display: none !important;
      background: none !important;
    }

.service-editorial--dark:not(.service-method-section)>.service-editorial__inner,
    .service-editorial--dark:not(.service-method-section) .service-chapters,
    .service-method-section>.service-editorial__inner.service-method-wrap,
    .service-method-wrap,
    .service-before-after>.service-editorial__inner {
      background: #ffffff !important;
      background-image: none !important;
    }

.service-editorial--dark:not(.service-method-section) .service-split-head,
    .service-editorial--dark:not(.service-method-section) .service-chapter {
      outline: 1px solid rgba(0, 0, 0, .035);
      outline-offset: 0;
    }

.service-editorial--dark:not(.service-method-section) .service-chapter::before,
    .service-editorial--dark:not(.service-method-section) .service-chapter::after {
      content: none !important;
      display: none !important;
    }

.service-editorial--dark:not(.service-method-section) .service-chapter__visual::before,
    .service-editorial--dark:not(.service-method-section) .service-chapter__visual::after {
      box-shadow: none !important;
      border: 0 !important;
      content: none !important;
      display: none !important;
      background: none !important;
      opacity: 0 !important;
    }

.service-editorial,
    .service-final-cta,
    .seo-section {
      font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    }

.service-editorial h2,
    .service-final-cta h2,
    .seo-section h2 {
      font-size: clamp(2.1rem, 3.5vw, 4rem) !important;
      line-height: 1.08 !important;
      letter-spacing: -.03em !important;
      font-weight: 400 !important;
      text-wrap: balance;
    }

.service-editorial p,
    .service-final-cta p,
    .seo-section p,
    .service-chapter p:not(.service-chapter__label),
    .service-method__item p,
    .service-side-note p,
    .service-included__sticky p,
    .seo-section__lead,
    .seo-copy-card p,
    .seo-faq-accordion__answer p {
      font-size: clamp(.95rem, 1.2vw, 1.12rem) !important;
      line-height: 1.7 !important;
      letter-spacing: 0 !important;
      font-weight: 400 !important;
    }

.service-eyebrow,
    .service-chapter__label,
    .service-method__item span,
    .service-compare__panel span,
    .service-included__list span,
    .seo-section__eyebrow,
    .service-side-note span,
    .service-motion-strip__track span {
      font-size: clamp(.68rem, .78vw, .78rem) !important;
      line-height: 1.2 !important;
      font-weight: 700 !important;
      letter-spacing: .22em !important;
      text-transform: uppercase !important;
    }

.service-chapter h3,
    .service-compare__panel h3 {
      font-size: 38px !important;
      line-height: 1.06 !important;
      letter-spacing: -.04em !important;
      font-weight: 300 !important;
    }

.service-method__item h3,
    .service-included__list strong,
    .service-side-note h3 {
      font-size: clamp(1.375rem, calc(2.85vw - 10px), 2.625rem) !important;
      line-height: 1.06 !important;
      letter-spacing: -.04em !important;
      font-weight: 300 !important;
    }

.service-truths p,
    .service-intro-copy .service-truths p {
      font-size: clamp(1.25rem, 1.85vw, 2.05rem) !important;
      line-height: 1.2 !important;
      letter-spacing: -.032em !important;
      font-weight: 300 !important;
    }

.service-final-cta__actions .btn,
    .service-final-cta__actions a,
    .service-editorial .btn,
    .service-editorial a[class*="btn"],
    .seo-section .btn {
      font-size: clamp(.9rem, 1vw, 1rem) !important;
      font-weight: 700 !important;
      letter-spacing: -.015em !important;
    }

.service-editorial,
    .service-editorial--white {
      padding-block: clamp(76px, 8vw, 118px) !important;
    }

.service-editorial--dark:not(.service-method-section),
    .service-method-section,
    .service-final-cta {
      padding-block: clamp(30px, 3.6vw, 48px) !important;
    }

.service-before-after .service-split-head h2 {
      max-width: 900px !important;
      margin: 0 !important;
      text-align: left !important;
    }

.service-before-after .service-split-head .service-eyebrow {
      justify-content: flex-start !important;
      text-align: left !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

.seo-hero__content::before {
      content: "" !important;
      position: absolute !important;
      inset: -42px -54px -34px -54px !important;
      z-index: -1 !important;
      pointer-events: none !important;
      background: radial-gradient(ellipse 72% 58% at 34% 42%, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .055) 44%, transparent 76%) !important;
      opacity: .34 !important;
      filter: none !important;
    }

.service-editorial--dark:not(.service-method-section) .service-chapter,
    .service-editorial--dark:not(.service-method-section) .service-chapter__visual {
      background: #000000 !important;
    }

.service-editorial--dark:not(.service-method-section) .service-chapter__visual img {
      opacity: 1 !important;
      filter: brightness(1.12) contrast(1.03) saturate(1.04) !important;
      transform: scale(1.02) !important;
    }

.service-editorial--dark:not(.service-method-section) .service-chapter:hover .service-chapter__visual img {
      transform: scale(1.06) !important;
    }

.seo-hero__image {
      position: absolute !important;
      inset: 0 !important;
      width: 100% !important;
      height: 100% !important;
      object-fit: cover !important;
      object-position: center center !important;
      z-index: 0 !important;
      opacity: 1 !important;
      filter: none !important;
      transform-origin: center center !important;
      animation: seoHeroBreath 12s ease-in-out infinite alternate !important;
      will-change: transform !important;
      pointer-events: none !important;
      display: block !important;
    }

@keyframes seoHeroBreath {
      0% {
        transform: scale(1.025);
      }

      100% {
        transform: scale(1.07);
      }
    }

.seo-hero__content.reveal {
      transform: translate3d(0, 22px, 0);
      transition-duration: .9s;
    }

.seo-hero__content.reveal.is-visible {
      transform: translate3d(0, 0, 0);
    }

.service-chapter.reveal,
    .service-method__item.reveal,
    .service-included__list.reveal,
    .seo-faq-accordion__item.reveal,
    .service-final-cta__inner.reveal {
      transform: translate3d(0, 36px, 0) scale(.992);
      transition-duration: .82s;
    }

.service-chapter.reveal.is-visible,
    .service-method__item.reveal.is-visible,
    .service-included__list.reveal.is-visible,
    .seo-faq-accordion__item.reveal.is-visible,
    .service-final-cta__inner.reveal.is-visible {
      transform: translate3d(0, 0, 0) scale(1);
    }

.service-editorial--dark:not(.service-method-section) .service-chapter.reveal .service-chapter__visual img {
      transform: scale(1.065) !important;
      transition: transform 1.05s cubic-bezier(.22, .61, .36, 1), filter .45s cubic-bezier(.22, .61, .36, 1) !important;
    }

.service-editorial--dark:not(.service-method-section) .service-chapter.reveal.is-visible .service-chapter__visual img {
      transform: scale(1.02) !important;
    }

.service-editorial--dark:not(.service-method-section) .service-chapter.reveal.is-visible:hover .service-chapter__visual img {
      transform: scale(1.055) !important;
    }

.service-compare__panel--muted.reveal {
      transform: translate3d(-34px, 18px, 0);
      transition-duration: .86s;
    }

.service-compare__panel--strong.reveal {
      transform: translate3d(34px, 18px, 0);
      transition-duration: .86s;
    }

.service-compare__panel--muted.reveal.is-visible,
    .service-compare__panel--strong.reveal.is-visible {
      transform: translate3d(0, 0, 0);
    }

.service-side-note.reveal,
    .service-intro-stage.reveal,
    .service-included__sticky.reveal,
    .service-method-title.reveal,
    .service-split-head.reveal,
    .service-editorial__intro.reveal,
    .seo-section__head.reveal {
      transform: translate3d(0, 28px, 0);
    }

.service-side-note.reveal.is-visible,
    .service-intro-stage.reveal.is-visible,
    .service-included__sticky.reveal.is-visible,
    .service-method-title.reveal.is-visible,
    .service-split-head.reveal.is-visible,
    .service-editorial__intro.reveal.is-visible,
    .seo-section__head.reveal.is-visible {
      transform: translate3d(0, 0, 0);
    }

@media (max-width: 760px) {
      .seo-hero__image {
        animation-duration: 15s !important;
      }

      .service-compare__panel--muted.reveal,
      .service-compare__panel--strong.reveal {
        transform: translate3d(0, 28px, 0);
      }

      .service-compare__panel--muted.reveal.is-visible,
      .service-compare__panel--strong.reveal.is-visible {
        transform: translate3d(0, 0, 0);
      }
    }

@media (prefers-reduced-motion: reduce) {
      .seo-hero__image {
        animation: none !important;
        transform: scale(1.025) !important;
      }

      .reveal,
      .feat-card,
      .service-chapter__visual img {
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
      }
    }

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

body[data-page="seo-local-plus"] .seo-hero h1,
body[data-page="seo-local-plus"] .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="seo-local-plus"] .seo-section h2,
body[data-page="seo-local-plus"] .seo-section__head h2,
body[data-page="seo-local-plus"] .seo-final-cta h2,
body[data-page="seo-local-plus"] .service-editorial h2,
body[data-page="seo-local-plus"] .service-final-cta h2,
body[data-page="seo-local-plus"] .services-white__title,
body[data-page="seo-local-plus"] .forfaits-section__title,
body[data-page="seo-local-plus"] .features-section__title,
body[data-page="seo-local-plus"] .contact-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="seo-local-plus"] .seo-copy-card h3,
body[data-page="seo-local-plus"] .service-chapter h3,
body[data-page="seo-local-plus"] .service-compare__panel h3,
body[data-page="seo-local-plus"] .service-method__item h3,
body[data-page="seo-local-plus"] .service-included__list strong,
body[data-page="seo-local-plus"] .service-side-note h3,
body[data-page="seo-local-plus"] .forfait-card__name,
body[data-page="seo-local-plus"] .sw-card__overlay h3,
body[data-page="seo-local-plus"] .seo-faq-item h3 {
  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="seo-local-plus"] .faq-toggle,
body[data-page="seo-local-plus"] .seo-faq-shell h2,
body[data-page="seo-local-plus"] .seo-faq-accordion__question span {
  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="seo-local-plus"] .seo-hero__lead,
body[data-page="seo-local-plus"] .seo-section__lead,
body[data-page="seo-local-plus"] .seo-copy-card p,
body[data-page="seo-local-plus"] .service-editorial p,
body[data-page="seo-local-plus"] .service-final-cta p,
body[data-page="seo-local-plus"] .seo-faq-accordion__answer p {
  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 === */
