:root {
      --navy: #001A70;
      --navy-2: #0A2A8C;
      --blue: #2D6DF6;
      --blue-soft: #EAF1FF;
      --orange: #FE5716;
      --orange-d: #D8410A;
      --green: #00B67A;
      --ink: #15193A;
      --muted: #5B607E;
      --line: #E4E8F2;
      --bg: #F5F7FC;
      --bg-alt: #F4F4F4;
      --line-3: #AFAFAF;
      --black: #000000;
      --white: #FFFFFF;
      --red: #D93526;
      --maxw: 1140px;
      --r: 14px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0
    }

    html {
      scroll-behavior: smooth
    }

    body {
      color: var(--ink);
      background: var(--white);
      line-height: 1.6;
      -webkit-font-smoothing: antialiased;
	  padding-top: 68px;
    }

    a {
      text-decoration: none;
      color: inherit
    }

    .wrap {
      max-width: var(--maxw);
      margin: 0 auto;
      padding: 0 24px
    }

    /* Grand écran : élargit la colonne de contenu */
    @media (min-width:1600px) {
      .wrap {
        max-width: 1296px
      }
    }

    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-weight: 700;
      font-size: 16px;
      border-radius: 0;
      padding: 12px 24px;
      cursor: pointer;
      border: none;
      transition: transform .15s ease, background .15s ease
    }

    .btn:hover {
      transform: translateY(-2px)
    }

    .btn-primary {
      background: #005BFF;
      color: #fff;
      box-shadow: 0 8px 20px rgba(0, 91, 255, .28)
    }

    .btn-primary:hover {
      background: #0047CC
    }

    .btn-ghost {
      background: transparent;
      color: #fff;
      border: 1px solid #fff
    }

    .btn-ghost:hover {
      background: rgba(255, 255, 255, .12)
    }

    .pill {
      display: inline-flex;
      align-items: center;
      gap: 7px;
      font-weight: 600;
      font-size: 13px;
      padding: 7px 14px;
      border-radius: 99px
    }

    .eyebrow {
      text-transform: uppercase;
      letter-spacing: .14em;
      font-size: 12px;
      font-weight: 700;
      color: var(--blue)
    }

    .anno {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      font-size: 11px;
      font-weight: 600;
      color: #9A6B00;
      background: #FFF3D6;
      border: 1px dashed #E2B53D;
      border-radius: 8px;
      padding: 3px 8px
    }

    .sec-head {
      text-align: center;
      max-width: 660px;
      margin: 0 auto 40px
    }

    .sec-head h2 {
      font-size: clamp(24px, 3vw, 38px);
      font-weight: 800;
      letter-spacing: -.02em;
      line-height: 1.2;
      margin: 10px 0 0
    }

    .sec-head p {
      color: var(--black);
      font-size: 16px
    }

    /* Barre orange (accent DS) — sous les titres hero & sections */
    .sec-rule {
      display: block;
      width: 80px;
      height: 5px;
      background: var(--orange);
      border-radius: 2px
    }

    .sec-head .sec-rule {
      margin: 16px auto
    }

    .hero .sec-rule {
      margin: 6px 0 18px
    }

    .wcb .sec-rule {
      margin: 14px 0 18px
    }

    /* PROMO BAR */
    .promo-bar {
      background: #FFB210;
      border-bottom: 1px solid #E0A200;
      padding: 12px 0
    }

    .promo-inner {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 6px 10px;
      flex-wrap: wrap;
      position: relative
    }

    .promo-txt {
      color: #000;
      font-weight: 700;
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 7px
    }

    .promo-count {
      color: var(--navy);
      font-weight: 800;
      font-size: 14px;
      background: #fff;
      border: 1px solid #fff;
      border-radius: 99px;
      padding: 3px 12px;
      font-variant-numeric: tabular-nums
    }

    .promo-close {
      position: absolute;
      right: 18px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      color: rgba(0, 0, 0, .7);
      cursor: pointer;
      display: flex;
      padding: 4px
    }

    /* HEADER */
    header {
      position: fixed;
      top: 0;
	  left: 0;
	  right: 0;
      z-index: 50;
      background: rgba(255, 255, 255, .95);
      backdrop-filter: blur(8px);
      border-bottom: 1px solid var(--line)
    }

    .nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 68px
    }

    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: 800;
      color: var(--navy);
      font-size: 18px
    }

    .logo .mark {
      width: 34px;
      height: 34px;
      border-radius: 8px;
      background: var(--navy);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 800;
      flex-shrink: 0
    }

    .logo small {
      font-weight: 600;
      color: var(--muted);
      font-size: 13px
    }

    /* Logo EDF officiel (composant header) */
    .hdr-logo {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0
    }

    .hdr-logo .edf-logo-svg {
      display: block;
      width: 62px;
      height: 26px
    }

    .hdr-logo .sep {
      width: 1px;
      height: 26px;
      background: #C9CDD6
    }

    .hdr-logo .edf-ent {
      color: var(--navy);
      font-size: 16px;
      font-weight: 400
    }

    .nav-right {
      display: flex;
      align-items: center;
      gap: 16px
    }

    .nav-cta {
      opacity: 0;
      transform: translateY(-6px);
      pointer-events: none;
      transition: opacity .25s, transform .25s
    }

    .nav-cta.show {
      opacity: 1;
      transform: none;
      pointer-events: auto
    }

    .btn-nav {
      background: #005BFF;
      color: #fff;
      font-weight: 700;
      font-size: 14px;
      padding: 10px 18px;
      border-radius: 0;
      display: inline-flex;
      align-items: center;
      gap: 7px
    }

    .btn-nav:hover {
      background: #0047CC
    }

    .phone-top {
      display: flex;
      align-items: center;
      gap: 11px;
      font-weight: 800;
      color: var(--navy);
      font-size: 23px
    }

    .phone-top .dot {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: var(--blue-soft);
      color: var(--blue);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0
    }

    /* HERO */
    .hero {
      position: relative;
      background: #001A70;
      color: #fff;
      overflow: hidden;
      padding: 64px 0 76px
    }

    .hero-grid {
      display: grid;
      grid-template-columns: 1.15fr .85fr;
      gap: 40px;
      align-items: center;
      position: relative;
      z-index: 2
    }

    .hero h1 {
      font-size: clamp(32px, 4.4vw, 56px);
      line-height: 1.1;
      font-weight: 800;
      letter-spacing: -.02em;
      margin: 16px 0 0;
      color: #fff
    }

    .hero h1 .hl {
      color: #fff
    }

    .hero p.sub {
      font-size: 18px;
      color: #fff;
      /* largeur alignée sur celle du titre (desktop) */
      max-width: 583px;
      margin-bottom: 18px
    }

    .hero .period {
      background: #fff;
      color: #000;
      border: 1px solid #fff
    }

    .hero .cta-row {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      margin-top: 22px
    }

    .hero .reassure {
      margin-top: 14px;
      font-size: 14px;
      color: #fff
    }

    .visual {
      position: relative;
      display: flex;
      justify-content: flex-end;
      align-items: center
    }

    .visual img {
      display: block;
      width: 100%;
      max-width: 418px;
      height: auto
    }

    .card-float {
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 30px 60px rgba(0, 10, 60, .35);
      position: relative;
      width: 100%;
      aspect-ratio: 1/1;
      min-height: 300px
    }

    .gift {
      font-size: 48px;
      font-weight: 800;
      color: var(--navy);
      letter-spacing: -.03em;
      line-height: 1
    }

    .gift .x {
      color: var(--orange)
    }

    .mini {
      display: flex;
      gap: 10px;
      margin-top: 16px
    }

    .mini div {
      flex: 1;
      background: var(--bg);
      border-radius: 10px;
      padding: 9px 11px;
      font-size: 12px;
      font-weight: 600;
      color: var(--muted)
    }

    .badge-12 {
      position: absolute;
      top: -16px;
      right: -8px;
      background: var(--orange);
      color: #fff;
      font-weight: 800;
      font-size: 13px;
      padding: 10px 14px;
      border-radius: 12px;
      transform: rotate(5deg);
      box-shadow: 0 12px 24px rgba(254, 87, 22, .35);
      line-height: 1.3
    }

    /* TRUST STRIP */
    .trust-strip {
      background: #fff;
      border-bottom: 1px solid var(--line);
      padding: 16px 0 17px
    }

    .trust-row {
      display: flex;
      flex-wrap: wrap;
      gap: 12px 24px;
      justify-content: space-between;
      align-items: center
    }

    .trust-item {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      font-size: 18px;
      line-height: 1.5;
      font-weight: 600;
      color: var(--black);
      white-space: nowrap
    }

    .trust-item svg {
      color: #2D6DF6;
      flex-shrink: 0;
      width: 20px;
      height: 20px
    }

    @media (max-width:760px) {
      .trust-row {
        justify-content: center;
        gap: 12px 22px
      }
    }

    /* BENEFITS */
    .benefits-sec {
      padding: 64px 0;
      background: #fff;
      border-top: 1px solid #E0E0E0;
      border-bottom: 1px solid #E0E0E0
    }

    .benefits {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 32px
    }

    .benefit {
      background: #fff;
      border: 1px solid #E0E0E0;
      border-radius: 16px;
      padding: 25px 17px;
      transition: transform .2s ease, box-shadow .2s ease
    }

    .benefit:hover {
      transform: translateY(-4px);
      box-shadow: 0 16px 36px rgba(0, 15, 70, .08)
    }

    .benefit .ic {
      width: 46px;
      height: 46px;
      border-radius: 8px;
      background: #005BFF;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 12px
    }

    .benefit h3 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 2px
    }

    .benefit p {
      font-size: 14px;
      color: #000
    }

    /* OFFERS + GUIDE */
    .offers-sec {
      background: #fff;
      padding: 64px 0
    }

    .guide {
      max-width: 780px;
      margin: 0 auto 38px;
      text-align: center
    }

    .guide-q {
      font-size: 15px;
      font-weight: 700;
      color: var(--ink);
      margin-bottom: 14px
    }

    .guide-opts {
      display: flex;
      gap: 10px;
      flex-wrap: wrap;
      justify-content: center
    }

    .guide-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #fff;
      border: 1.5px solid var(--line);
      border-radius: 99px;
      padding: 11px 18px;
      font-size: 14px;
      font-weight: 600;
      color: var(--ink);
      cursor: pointer;
      font-family: inherit;
      transition: border .15s, background .15s, color .15s
    }

    .guide-btn:hover {
      border-color: var(--blue)
    }

    .guide-btn svg {
      color: var(--blue)
    }

    .guide-btn.active {
      background: var(--navy);
      border-color: var(--navy);
      color: #fff
    }

    .guide-btn.active svg {
      color: #fff
    }

    .offers {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      align-items: stretch
    }

    .offer {
      background: #fff;
      border: 1px solid #E0E0E0;
      border-radius: 16px;
      display: flex;
      flex-direction: column;
      transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
      position: relative
    }

    .offer:hover {
      transform: translateY(-5px);
      box-shadow: 0 22px 46px rgba(0, 15, 70, .11)
    }

    .offer.recommended {
      border: 2px solid #005BFF
    }

    .offer .reco-badge {
      position: absolute;
      top: -12px;
      left: 50%;
      transform: translateX(-50%);
      background: #005BFF;
      color: #fff;
      font-size: 11px;
      font-weight: 700;
      padding: 4px 14px;
      border-radius: 99px;
      display: none;
      align-items: center;
      gap: 5px;
      white-space: nowrap;
      z-index: 3;
      box-shadow: 0 4px 12px rgba(0, 91, 255, .3)
    }

    .offer.recommended .reco-badge {
      display: inline-flex
    }

    .offer-head {
      position: relative;
      background: #FFB210;
      border-radius: 15px 15px 0 0;
      height: 110px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      overflow: hidden;
      padding-right: 14px
    }

    .offer-tags {
      position: absolute;
      left: 16px;
      bottom: 12px;
      display: flex;
      gap: 8px;
      flex-wrap: wrap;
      z-index: 2
    }

    .offer-illus {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      width: 100px;
      height: 100px;
      z-index: 1;
      pointer-events: none
    }

    .otag {
      background: #fff;
      border-radius: 99px;
      height: 26px;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      padding: 0 12px;
      font-size: 12px;
      font-weight: 600;
      color: var(--ink)
    }

    .otag svg {
      color: #005BFF;
      flex-shrink: 0
    }

    .offer-body {
      padding: 20px 24px 0;
      display: flex;
      flex-direction: column;
      gap: 16px;
      flex: 1
    }

    .offer-title h3 {
      font-size: 20px;
      font-weight: 800;
      color: var(--black);
      line-height: 1.3
    }

    .offer-sub {
      font-size: 14px;
      color: var(--black);
      margin-top: 4px;
      line-height: 1.5
    }

    .offer-feats {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 9px;
      margin: 0;
      flex: 1
    }

    .offer-feats li {
      display: flex;
      gap: 9px;
      font-size: 14px;
      color: var(--black);
      line-height: 1.5
    }

    .offer-feats .ck {
      flex-shrink: 0;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #005BFF;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 3px
    }

    .offer-opts {
      border-top: 1px solid #E0E0E0;
      padding-top: 16px;
      display: flex;
      flex-direction: column;
      gap: 9px
    }

    .offer-opts .opt {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      color: var(--ink)
    }

    .offer-opts .opt.green svg {
      color: #307A10
    }

    .offer-opts .opt.blue svg {
      color: #1057C8
    }

    .offer-cta {
      padding: 20px 24px 24px
    }

    .offer-link {
      color: inherit;
      text-decoration: none
    }

    .offer-link:hover {
      color: var(--blue);
      text-decoration: underline
    }

    .btn-card {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #005BFF;
      color: #fff;
      height: 48px;
      font-size: 16px;
      font-weight: 700;
      border-radius: 0;
      width: 100%;
      transition: background .15s
    }

    .btn-card:hover {
      background: #0047CC
    }

    /* SOCIAL PROOF */
    .social {
      background: var(--bg);
      padding: 64px 0
    }

    .logo-wall {
      display: flex;
      flex-wrap: wrap;
      gap: 16px 34px;
      justify-content: center;
      align-items: center;
      max-width: 840px;
      margin: 0 auto 16px
    }

    .client-logo {
      display: flex;
      align-items: center;
      gap: 8px;
      color: #9AA0B5;
      font-weight: 800;
      font-size: 17px;
      letter-spacing: -.01em
    }

    .client-logo .mk {
      width: 20px;
      height: 20px;
      background: #9AA0B5;
      flex-shrink: 0
    }

    .rating-banner {
      display: flex;
      align-items: center;
      gap: 30px;
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--r);
      padding: 26px 34px;
      width: 100%;
      margin: 24px 0 18px
    }

    .rating-score {
      text-align: center;
      flex-shrink: 0
    }

    .rating-num {
      font-size: 46px;
      font-weight: 800;
      color: var(--navy);
      line-height: 1
    }

    .rating-num span {
      font-size: 20px;
      color: var(--muted);
      font-weight: 700
    }

    .rating-stars {
      color: var(--green);
      font-size: 19px;
      letter-spacing: 3px;
      margin-top: 6px
    }

    .rating-label {
      font-size: 13px;
      font-weight: 800;
      color: var(--green);
      margin-top: 3px;
      text-transform: uppercase;
      letter-spacing: .05em
    }

    .rating-meta {
      border-left: 1px solid var(--line);
      padding-left: 30px
    }

    .rating-src {
      display: flex;
      align-items: center;
      gap: 7px;
      font-weight: 800;
      color: var(--ink);
      font-size: 17px;
      margin-bottom: 6px
    }

    .rating-src svg {
      color: var(--green)
    }

    .rating-meta p {
      font-size: 13px;
      color: var(--muted);
      line-height: 1.6
    }

    .reviews {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px
    }

    .review {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: var(--r);
      padding: 24px
    }

    .review .stars {
      color: var(--green);
      font-size: 15px;
      letter-spacing: 2px;
      margin-bottom: 12px
    }

    .review p {
      font-size: 14px;
      color: var(--ink);
      line-height: 1.6;
      margin-bottom: 16px
    }

    .rev-author strong {
      display: block;
      font-size: 14px;
      color: var(--ink);
      font-weight: 700
    }

    .rev-author span {
      font-size: 12px;
      color: var(--muted)
    }

    /* HOW IT WORKS */
    .how {
      padding: 64px 0;
      background: #fff
    }

    .steps {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      max-width: 1040px;
      margin: 0 auto
    }

    .step {
      flex: 1 0 0;
      min-width: 0;
      text-align: center;
      padding: 0 8px;
      position: relative
    }

    .step-sep {
      flex: 0 0 48px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      padding-top: 18px;
      color: #666;
      align-self: stretch
    }

    .step-n {
      color: #2D6DF6;
      font-size: 56px;
      font-weight: 800;
      line-height: 1;
      letter-spacing: -.02em;
      margin: 0 auto 10px
    }

    .step h3 {
      font-size: 18px;
      font-weight: 700;
      color: var(--black);
      margin-bottom: 6px
    }

    .step p {
      font-size: 14px;
      color: var(--black)
    }

    /* MID-PAGE CTA */
    .mid-cta {
      background: #001A70;
      padding: 40px 0
    }

    .mid-cta-inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 28px;
      flex-wrap: wrap
    }

    .mid-cta p {
      color: #C5CEF0;
      font-size: 16px;
      font-weight: 500;
      max-width: 52ch
    }

    .mid-cta strong {
      color: #fff;
      display: block;
      font-size: 21px;
      font-weight: 800;
      margin-bottom: 4px
    }

    .mid-cta .cta-row {
      display: flex;
      gap: 12px;
      flex-wrap: wrap;
      flex-shrink: 0
    }

    /* FAQ */
    .faq-sec {
      background: var(--bg-alt);
      padding: 64px 0
    }

    .faq-list {
      max-width: 826px;
      margin: 0 auto
    }

    .faq-item {
      border-bottom: 1px solid var(--line-3)
    }

    .faq-btn {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
      padding: 20px 0;
      background: none;
      border: none;
      cursor: pointer;
      text-align: left;
      font-family: inherit;
      font-size: 18px;
      font-weight: 700;
      line-height: 1.5;
      color: var(--black)
    }

    .faq-btn .fq {
      flex-shrink: 0;
      width: 24px;
      height: 24px;
      color: #005BFF;
      display: flex;
      align-items: center;
      justify-content: center
    }

    .faq-btn .fq svg {
      transition: transform .25s ease
    }

    .faq-item.open .faq-btn .fq svg {
      transform: rotate(45deg)
    }

    .faq-body {
      max-height: 0;
      overflow: hidden;
      transition: max-height .35s ease
    }

    .faq-item.open .faq-body {
      max-height: 400px
    }

    .faq-body p {
      padding-bottom: 20px;
      color: var(--black);
      font-size: 15px;
      line-height: 1.75
    }

    .faq-body a {
      color: #005BFF;
      text-decoration: underline
    }

    /* DIRECTIONAL CUE */
    .arrow-cue {
      text-align: center;
      padding: 30px 0 14px;
      background: var(--bg)
    }

    .arrow-cue .inner {
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      gap: 8px;
      color: var(--blue);
      font-size: 14px;
      font-weight: 700
    }

    .arrow-cue .inner svg {
      animation: bounce 1.8s ease-in-out infinite
    }

    @keyframes bounce {

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

      50% {
        transform: translateY(6px)
      }
    }

    /* WCB */
    .wcb {
      background: #001A70;
      color: #fff;
      padding: 64px 0
    }

    .wcb-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 50px;
      align-items: center
    }

    .wcb h2 {
      font-size: clamp(24px, 2.8vw, 34px);
      font-weight: 800;
      letter-spacing: -.02em;
      line-height: 1.1;
      margin: 10px 0 12px
    }

    .wcb .sub {
      color: #fff;
      font-size: 16px;
      max-width: 38ch;
      line-height: 1.5
    }

    .wcb .or {
      display: flex;
      align-items: center;
      gap: 14px;
      margin-top: 28px;
      flex-wrap: wrap
    }

    .wcb .or span {
      font-size: 14px;
      color: #9FAAD6
    }

    .wcb .num {
      font-size: 32px;
      font-weight: 800;
      color: #fff
    }

    .trust-mini {
      display: flex;
      flex-direction: column;
      gap: 7px;
      margin-top: 24px
    }

    .trust-mini .ti {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 16px;
      line-height: 1.5;
      color: #fff
    }

    .trust-mini .ti svg {
      color: #fff;
      flex-shrink: 0
    }

    .form {
      background: #fff;
      color: var(--ink);
      border-radius: 20px;
      padding: 32px;
      box-shadow: 0 30px 60px rgba(0, 8, 50, .35)
    }

    .form h3 {
      font-size: 19px;
      font-weight: 800;
      color: var(--black);
      margin-bottom: 3px
    }

    .form .help {
      font-size: 13px;
      color: var(--black);
      margin-bottom: 20px
    }

    .field {
      margin-bottom: 14px
    }

    .field label {
      display: block;
      font-size: 13px;
      font-weight: 600;
      margin-bottom: 6px
    }

    .field input,
    .field select {
      width: 100%;
      height: 46px;
      border: 1.5px solid var(--line);
      border-radius: 10px;
      padding: 0 14px;
      font-family: inherit;
      font-size: 15px;
      color: var(--ink);
      transition: border .15s;
      background: #fff
    }

    .field input:focus,
    .field select:focus {
      outline: none;
      border-color: var(--blue)
    }

    .field.has-error input,
    .field.has-error select {
      border-color: var(--red)
    }

    .field-err {
      font-size: 11px;
      color: var(--red);
      margin-top: 4px;
      display: none
    }

    .field.has-error .field-err {
      display: block
    }

    .form .btn-primary {
      width: 100%;
      justify-content: center;
      margin-top: 8px;
      font-size: 16px;
      padding: 16px
    }

    .form .micro {
      font-size: 12px;
      color: var(--black);
      text-align: center;
      margin-top: 10px
    }

    .cta-panel {
      display: flex;
      flex-direction: column;
      gap: 14px;
      justify-content: center
    }

    .cta-panel .help {
      margin-bottom: 4px
    }

    .cta-block {
      width: 100%;
      justify-content: center;
      font-size: 16px;
      padding: 16px;
      margin: 0
    }

    .cta-call {
      background: #fff;
      color: var(--navy);
      border: 1.5px solid var(--navy)
    }

    .cta-call:hover {
      background: var(--blue-soft)
    }

    .cta-panel .micro {
      margin-top: 2px
    }

    .field-row {
      display: flex;
      gap: 12px
    }

    .field-row .field {
      flex: 1;
      min-width: 0
    }

    .tel-group {
      display: flex;
      gap: 8px
    }

    .tel-group select {
      width: auto;
      flex: 0 0 auto;
      padding: 0 8px;
      font-weight: 600
    }

    .tel-group input {
      flex: 1;
      min-width: 0
    }

    @media(max-width:380px) {
      .field-row {
        flex-direction: column;
        gap: 0
      }
    }

    .rgpd-row {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin: 14px 0 4px
    }

    .rgpd-row input[type=checkbox] {
      width: 16px;
      height: 16px;
      flex-shrink: 0;
      margin-top: 3px;
      cursor: pointer;
      accent-color: var(--blue)
    }

    .rgpd-row label {
      font-size: 12px;
      color: var(--muted);
      line-height: 1.55;
      cursor: pointer
    }

    .rgpd-row a {
      color: var(--blue)
    }

    .rgpd-row.has-error label {
      color: var(--red)
    }

    /* LEGAL + FOOTER */
    .legal-sec {
      padding: 0 0 64px
    }

    .legal-sec .box {
      background: var(--bg-alt);
      padding: 24px;
      display: flex;
      flex-direction: column;
      gap: 9px
    }

    .legal-sec h4 {
      font-size: 16px;
      font-weight: 400;
      color: var(--black);
      line-height: 1.5
    }

    .legal-sec p {
      font-size: 14px;
      color: var(--black);
      line-height: 1.5
    }

    footer {
      background: #fff;
      color: var(--black);
      border-top: 1px solid var(--line);
      padding: 38px 0
    }

    .foot {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 18px
    }

    .foot-logo {
      display: flex;
      align-items: center;
      gap: 10px
    }

    .foot-logo .edf-logo-svg {
      display: block;
      width: 62px;
      height: 26px
    }

    .foot-logo .sep {
      width: 1px;
      height: 26px;
      background: #C9CDD6
    }

    .foot-logo .edf-ent {
      color: var(--navy);
      font-size: 16px;
      font-weight: 400
    }

    .foot .links {
      display: flex;
      gap: 24px;
      font-size: 13px;
      color: var(--black);
      flex-wrap: wrap
    }

    .foot .links a:hover {
      text-decoration: underline
    }

    .foot .copy {
      font-size: 12px;
      color: #7E8AC0
    }

    /* STICKY MOBILE BAR */
    .sticky-mob {
      display: none;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #001A70;
      padding: 10px 16px;
      z-index: 100;
      gap: 10px;
      align-items: center;
      border-top: 1px solid rgba(255, 255, 255, .15);
      transform: translateY(110%);
      transition: transform .3s ease
    }

    .sticky-mob.show {
      transform: translateY(0)
    }

    .sticky-mob a {
      flex: 1;
      text-align: center;
      padding: 13px 8px;
      border-radius: 0;
      font-size: 14px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 7px
    }

    .s-call {
      background: rgba(255, 255, 255, .12);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, .4)
    }

    .s-wcb {
      background: #005BFF;
      color: #fff
    }

    /* RESPONSIVE */
    @media(max-width:960px) {

      .hero-grid,
      .wcb-grid {
        grid-template-columns: 1fr;
        gap: 32px
      }

      .benefits {
        grid-template-columns: repeat(2, 1fr)
      }

      .offers,
      .reviews {
        grid-template-columns: 1fr
      }

      .steps {
        flex-direction: column;
        align-items: stretch;
        gap: 8px
      }

      .step-sep {
        flex: 0 0 auto;
        padding: 0 0 4px;
        align-self: center
      }

      .step-sep svg {
        transform: rotate(90deg)
      }

      .mid-cta-inner {
        flex-direction: column;
        text-align: center
      }

      .mid-cta .cta-row {
        justify-content: center
      }

      .rating-banner {
        flex-direction: column;
        gap: 18px;
        text-align: center
      }

      .rating-meta {
        border-left: none;
        border-top: 1px solid var(--line);
        padding-left: 0;
        padding-top: 18px
      }

      .foot {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px
      }

      .nav-cta {
        display: none
      }

      .sticky-mob {
        display: flex
      }

      body {
        padding-bottom: 72px
      }
    }

    @media(max-width:760px) {
      .trust-strip {
        padding: 22px 0
      }

      .trust-row {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 10px
      }
    }

    @media(max-width:560px) {
      .wrap {
        padding: 0 18px
      }

      .benefits {
        grid-template-columns: 1fr
      }

      .nav {
        height: 60px
      }

      .logo small {
        display: none
      }

      .promo-txt {
        font-size: 12px
      }

      .promo-close {
        display: none
      }
    }