@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root{
    --green: #1e3a5f;
    --dark: #1E3A5F;
    --light-gray: #EEEEEE}
    *,*:before,
    *:after{
        box-sizing:border-box
        
    }
    html,body{
        height:100%
        
    }
    body{
        margin:0;
        font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
        color:var(--dark);
        background:#fff
        
    }
    img{
        max-width:100%;display:block
        
    }
    .container{
        width:100%;
        margin-inline:auto;
        padding-inline:20px
        
    }
    @media (min-width: 1024px){
        .container{
            padding-inline:24px;
            max-width:1240px
            
        }
        
    }
    .site-header{
        background:#fff;
        padding:12px 0}
       
       @media (min-width: 1024px){
            .site-header{padding:20px 0}
            
        }
        .site-header__inner{
            display:flex;
            align-items:center;
            justify-content:center}
            
        @media (min-width: 1024px){
                .site-header__inner{
                    justify-content:flex-start}
                
            }
            .site-logo{
                width:154px;
                pointer-events:none}
                
        @media (min-width: 1024px){
                    .site-logo{width:175px}
                    
                }
                @media (min-width: 1024px){
    
 .hero {
  position: relative;
}
}

.hero__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.info-container {
  padding: 16px 20px 20px;
  background-image: none;
}

/* MOBILE / TABLETTE */
@media (max-width: 1023px) {
  .hero {
    padding: 18px 0 28px;
    background: #f3f0f7;
  }

  .hero__content {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .info-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 0;
    background: none;
  }

  .info-container::before {
    content: "";
    display: block;
    width: 100%;
    height: 190px;
    border-radius: 18px;
    background-image: url("/bg-mobile.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .hero-badge {
    display: inline-block;
    align-self: flex-start;
    background: var(--green);
    padding: 14px 16px 12px;
    border-radius: 18px;
    margin: -34px 0 0 20px;
    max-width: calc(100% - 40px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  }

  .info-container::before {
    height: 220px;
  }
  .hero-title {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 1.08;
    font-weight: 800;
  }

  .hero-deadline {
    display: block;
    background: transparent;
    padding: 0 20px;
    margin: 6px 0 0;
  }

  .hero-deadline__title {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
    color: #24344f;
  }

  .quality-badge {
    width: 96px;
    margin-left: 20px;
    margin-top: 6px;
  }
}

/* DESKTOP */
@media (min-width: 1024px) {
  .hero {
    padding-top: 112px;
    padding-bottom: 32px;
    background-image: url("/bg-desktop.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

.hero__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }

  .info-container {
    flex: 0 0 38%;
    max-width: 38%;
    padding: 0;
  }

@media (min-width: 1024px) {
  .lpform-card {
    flex: 0 0 52%;
    max-width: 52%;
    margin: 0;
    align-self: flex-start;
    border: 2px solid #F97316;
  }
}

  .hero-badge {
    background: var(--green);
    padding: 8px;
    border-radius: 10px;
    width: fit-content;
    margin-bottom: 20px;
    margin-top: -55px;
  }

  .hero-title {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    line-height: 44px;
  }

  .hero-deadline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    width: fit-content;
    margin-bottom: 20px;
  }

  .hero-deadline__title {
    margin: 0;
    color: var(--dark);
    font-weight: 700;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
  }

  .icon-next {
    width: 24px;
    pointer-events: none;
  }

  .hero-subtitle {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
  }

  .quality-badge {
    width: 160px;
    pointer-events: none;
  }
}

@media (max-width: 1023px) {
  .quality-badge {
    display: none;
  }
}

@media (min-width: 1024px) {
  .quality-badge {
    width: 160px;
    display: block;
  }
}
        .why{
            background:var(--light-gray);
            padding:53px 0;
        }
        @media (min-width: 1024px){
            .why{
              padding:24px 0 82px;
            }
            
        }
        .section-title{
            margin:0;
            font-weight:700;
            text-align:center;
            font-size:24px;
            line-height:30px
            
        }@media (min-width: 1024px){
            .section-title{
                font-size:30px;line-height:30px
                
            }
            
        }
        .section-divider{
            border:0;
            height:6px;
            width:90px;
            border-radius:999px;
            background:var(--green);
            margin:32px auto;
            opacity:1
            
        }
        .why-text{
            text-align:center;
            font-size:18px;
            margin:0 auto;
            padding-bottom:20px;
            max-width:1050px
            
        }
        .why-text--strong{
            padding-bottom:20px
            
        }
        @media (min-width: 1024px){
            .why-text--strong{
                padding-bottom:48px
                
            }
            
        }
        .why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
    margin-top: 48px;
  }
}
            
        }
        .why-item{
            display:flex;
            flex-direction:column;
            align-items:center;
            justify-content:flex-start;
            gap:16px
            
        }.why-icon
        {width:1200px;
        height:120px;
        pointer-events:none
        
            
        }
        .why-label{
            margin:0;
            text-align:center}
            @media (min-width: 1024px){
                .why-label{
                    font-size:18px}
                
            }
            @media (min-width: 1024px){
                .contact{
                    background:var(--green);
                    padding:53px 0
                    
                }
                }
            @media (min-width: 1024px){
                .contact{
                    padding:82px 0}
                
            }
            .contact-title{
                margin:0 auto 20px;
                color:#fff;
                font-weight:700;
                text-align:center;
                font-size:24px;
                line-height:30px
                
            }
            @media (min-width: 1024px){
                .contact-title{
                    max-width:880px;
                    font-size:30px;
                    line-height:36px;
                    margin-bottom:20px
                    
                }
                
            }
            .contact-text{
                margin:0 auto;
                color:#fff;
                font-size:16px;
                text-align:center;
                width:fit-content
                
            }
            .btn-page{
                display:block;
                width:fit-content;
                margin:20px auto 0;
                padding:14px 22px;
                border-radius:999px;
                border:2px solid #fff;
                color:#fff;
                text-decoration:none;
                font-weight:700;
                text-align:center;
                transition:opacity .2s ease-in-out}
                @media (min-width: 1024px){
                    .btn-page{margin-top:32px}
                    
                }
                .btn-page:hover{opacity:.85}
                .site-footer{
                    background:var(--dark);
                    padding:53px 0}
                    @media (min-width: 1024px){
                        .site-footer{padding:82px 0}
                        
                    }
                    .footer-logo{
                        width:140px;
                        margin:0 auto 20px;
                        pointer-events:none}
                        @media (min-width: 1024px){
                            .footer-logo{
                                width:176px;
                                margin-bottom:32px}
                            
                        }
                        .legals{
                            color:#fff;
                            font-size:11px;
                            line-height:14px;
                            display:flex;
                            flex-direction:column;
                            gap:20px}
                            
                        .legals p{margin:0}
                        .legals p b{font-size:13px}
                        .question{
                            font-weight:700;
                            text-align:center;
                            font-size:16px;
                            margin-bottom:24px}
                    @media (min-width: 1024px){
                        .question{font-size:20px}
                        
                    }
                    .terms-smaller{
                        display:block;
                        margin-bottom:8px;
                        font-size:9px;
                        line-height:13px;
                        color:#37373c
                        
                    }
                    .terms{
                        font-size:11px;
                        line-height:15px;
                        color:#37373c
                        
                    }
                    .btn-cta{
                        width:100%;
                        cursor:pointer;
                        outline:none;
                        border:none;
                        transition:all .15s ease;
                        border-radius:999px;
                        color:#88bd29;
                        color: #fff;
                        font-weight:700;
                        text-transform:uppercase;
                        font-size:16px;
                        padding-inline:24px;
                        height:56px;
                        background-color:#88bd29
                        
                    }
                    .btn-cta:hover,
                    .btn-cta:active,
                    .btn-cta:focus{
                        outline:none;
                        background-color:#bced64
                        
                    }
                    .btn-cta[disabled]{opacity:.7}
                  
    
.lpform-card,
.lpform-card * {
  box-sizing: border-box;
  
}

.lpform-card {
  width: 100%;
  max-width: 720px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(3px);
  
}

.lpform {
  margin: 0;
}

.lpform-step {
  display: none;
}

.lpform-step.is-active {
  display: block;
}

.lpform-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 800;
  color: #F97316;
}

.lpform-group {
  margin-bottom: 28px;
}

.lpform-label {
  margin: 0 0 14px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2f46;
}

.lpform-choices {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.lpform-choice {
  position: relative;
  display: inline-flex;
  margin: 0;
  cursor: pointer;
}

.lpform-choice input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.lpform-choice span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 140px;
  padding: 12px 22px;
  border: 1.5px solid #c8d2e3;
  border-radius: 999px;
  background: #fff;
  color: #1f2f46;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: all 0.2s ease;
}

.lpform-choice input:checked + span {
  background: #F97316;
  border-color: #F97316;
  color: #fff;
  box-shadow: 0 10px 20px rgba(140, 194, 31, 0.22);
}

.lpform-choice:hover span {
  border-color: #8cc21f;
}

.lpform-summary {
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #f4f7fb;
  border: 1px solid #dce5f0;
  color: #31445f;
  font-size: 0.95rem;
  line-height: 1.5;
}

.lpform-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.lpform-field {
  display: flex;
  flex-direction: column;
}

.lpform-field-full {
  grid-column: 1 / -1;
}

.lpform-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1f2f46;
}

.lpform-field input {
  width: 100%;
  height: 52px;
  padding: 0 14px;
  border: 1.5px solid #d4ddeb;
  border-radius: 12px;
  background: #fff;
  color: #1f2f46;
  font-size: 1rem;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.lpform-field input:focus {
  border-color: #8cc21f;
  box-shadow: 0 0 0 4px rgba(140, 194, 31, 0.12);
}

.lpform-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.lpform-btn {
  border: 0;
  border-radius: 999px;
  padding: 15px 26px;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.lpform-btn:hover {
  transform: translateY(-1px);
}

.lpform-btn-primary {
  background: #F97316;
  color: #fff;
}

.lpform-btn-secondary {
  background: #F97316;
  color: #fff;
}

@media (max-width: 640px) {
  .lpform-card {
    padding: 22px 16px;
    border-radius: 18px;
    border: 2px solid #F97316;
  }

  .lpform-title {
    font-size: 1.6rem;
  }

  .lpform-label {
    font-size: 1.08rem;
  }

  .lpform-fields {
    grid-template-columns: 1fr;
  }

  .lpform-field-full {
    grid-column: auto;
  }

  .lpform-choice span {
    min-width: 120px;
    width: 100%;
  }
}
    
.brands-strip {
  background: #fff;
  padding: 38px 0;
}

.brands-strip--simple {
  background: #fff;
  padding: 28px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.brands-strip__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 28px 36px;
}

.brands-strip__logo {
  display: block;
  max-width: 180px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1023px) {

  .hero-badge {
    margin: 10px 0 0;
    align-self: center;
    text-align: center;
  }

  .hero-title {
    background: none;
    color: #FFFEFF;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
  }

}

.benefits {
  margin: 24px auto 0;
  padding: 20px;
  border-radius: 18px;
  background: #f5f8fc;
  max-width: 520px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.benefits-list li {
  position: relative;
  padding-left: 34px;
  font-size: 15px;
  line-height: 1.4;
  color: #1f2f46;
  font-weight: 500;
}

.benefits-list li strong {
  font-weight: 800;
}

/* Icône bullet stylée */
.benefits-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #F97316;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 640px) {
  .benefits {
    margin-top: 16px;
    padding: 16px;
    border-radius: 16px;
  }

  .benefits-list li {
    font-size: 14px;
  }
}


@media (min-width: 1024px) {
  .lpform-card {
    max-width: none;
    width: 52%;
    margin: 0 !important;
    align-self: flex-start;
    transform: translateY(-120px);
  }
}

@media (min-width: 1024px) {
  .hero__content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
  }

  .info-container {
    width: 38%;
    max-width: 38%;
    flex: 0 0 38%;
    margin: 0;
    padding: 0;
  }

  .lpform-card {
    width: 52%;
    max-width: none;
    flex: 0 0 52%;
    margin: 0 0 0 auto !important;
    align-self: flex-start;
    transform: translateY(-60px);
  }
}

.hero-certifications {
  display: none;
}

@media (min-width: 1024px) {
  .hero {
    position: relative;
  }

  .hero-certifications {
    position: absolute;
    left: 180px;
    bottom: 55px;
    display: flex;
    align-items: flex-end;
    gap: 18px;
    z-index: 6;
  }

  .quality-badge {
    width: 150px;
    height: auto;
    display: block;
    pointer-events: none;
  }

  .quality-badge--secondary {
    width: 150px;
    height: auto;
  }
}
.steps-help {
  padding: 40px 0;
  background: #f4f7fb;
}

.steps-help__header {
  text-align: center;
  margin-bottom: 34px;
}

.steps-help__title {
  margin: 0 0 10px;
  font-size: 2.2rem;
  line-height: 1.15;
  font-weight: 800;
  color: #1E3A5F;
}

.steps-help__title span {
  color: #F97316;
}

.steps-help__subtitle {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #1E3A5F;
}

.steps-help__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 980px;
  margin: 0 auto;
}

.steps-help__card {
  background: #fff;
  border: 2px solid #e3eaf5;
  border-radius: 28px;
  padding: 34px 24px 28px;
  text-align: center;
  box-shadow: 0 10px 22px rgba(36, 52, 79, 0.08);
}

.steps-help__icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 120px;
  margin-bottom: 18px;
}

.steps-help__icon {
  max-width: 320px;
  max-height: 320px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.steps-help__card-title {
  margin: 0 0 14px;
  font-size: 1.15rem;
  line-height: 1.3;
  font-weight: 700;
  color: #24344f;
}

.steps-help__card-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.45;
  color: #24344f;
}

.steps-help__actions {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.steps-help__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 14px;
  background: #F97316;
  color: #fff;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 700;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.steps-help__btn:hover {
  transform: translateY(-1px);
  opacity: 0.92;
  background: #ea580c;
}

@media (min-width: 768px) {
  .steps-help__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .steps-help__card {
    padding: 32px 20px 26px;
  }

  .steps-help__card-title {
    font-size: 1.1rem;
  }

  .steps-help__card-text {
    font-size: 0.98rem;
  }
}

@media (max-width: 767px) {
  .steps-help {
    padding: 50px 0;
  }

  .steps-help__title {
    font-size: 1.8rem;
  }

  .steps-help__subtitle {
    font-size: 1rem;
  }

  .steps-help__card {
    border-radius: 24px;
    padding: 28px 20px 24px;
  }

  .steps-help__icon-wrap {
    min-height: 100px;
    margin-bottom: 14px;
  }

  .steps-help__icon {
    max-width: 250px;
    max-height: 150px;
  }
}

/* MOBILE */
@media (max-width: 1023px) {
  .why-grid {
    margin-top: 20px;
  }
  
  .why-item {
      margin-top: 20px;
  }
}

/* DESKTOP */
@media (min-width: 1024px) {
  .why-grid {
    margin-top: 50px;
  }
}
.section-title--aides {
  margin-top: 56px;
}

.why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

.why-icon {
  width: 1200px;
  height: 120px;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}
.why-label {
  margin: 0;
  text-align: center;
  line-height: 1.35;
}

@media (min-width: 1024px) {
  .why-label {
    font-size: 18px;
  }
}
.lpform-title::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 12px auto 0;
  border-left: 3px solid #F97316;
  border-bottom: 3px solid #F97316;
  transform: rotate(-45deg);
  animation: bounce 1.2s infinite;
}

.reviews-strip {
  background: #fff;
  padding: 42px 0;
  overflow: hidden;
}

.reviews-carousel {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.reviews-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.review-card {
  flex: 0 0 calc(100% / 3);
  padding: 0 12px;
}

.review-card > div,
.review-card > p {
  margin-left: auto;
  margin-right: auto;
}

.review-card {
  box-sizing: border-box;
}

.review-card::before {
  content: "";
  display: block;
}

.review-card-inner {
  background: #fff;
  border: 1.5px solid #e3eaf5;
  border-radius: 24px;
  padding: 30px 22px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(30, 58, 95, 0.08);
  height: 100%;
}

.reviews-strip {
  background: #fff;
  padding: 42px 0;
  overflow: hidden;
}

.reviews-carousel {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.reviews-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.review-card {
  flex: 0 0 calc(100% / 3);
  padding: 0 12px;
  box-sizing: border-box;
}

.review-card-inner {
  background: #fff;
  border: 1.5px solid #e3eaf5;
  border-radius: 24px;
  padding: 30px 22px;
  text-align: center;
  box-shadow: 0 12px 28px rgba(30, 58, 95, 0.08);
  height: 100%;
}

.review-stars {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1;
  color: #F97316;
  letter-spacing: 2px;
}

.review-text {
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.6;
  color: #1E3A5F;
}

.review-author {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #1E3A5F;
}

.reviews-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 24px;
}

.reviews-btn {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: #F97316;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.reviews-btn:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}

.reviews-dots {
  display: flex;
  align-items: center;
  gap: 10px;
}

.reviews-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  background: #cfd9e8;
  cursor: pointer;
  padding: 0;
}

.reviews-dot.is-active {
  background: #1E3A5F;
}

@media (max-width: 1023px) {
  .review-card {
    flex: 0 0 50%;
  }
}

@media (max-width: 767px) {
  .reviews-strip {
    padding: 32px 0;
  }

  .review-card {
    flex: 0 0 100%;
    padding: 0 8px;
  }

  .review-card-inner {
    padding: 24px 18px;
    border-radius: 20px;
  }

  .review-text {
    font-size: 0.98rem;
  }

  .reviews-btn {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }
}

.faq {
  padding: 60px 0;
  background: #f4f7fb;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  color: #1E3A5F;
  margin-bottom: 32px;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e3eaf5;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 18px 20px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #1E3A5F;
  background: #fff;
  border: none;
  cursor: pointer;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 20px;
  font-size: 20px;
  color: #F97316;
  transition: transform 0.2s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 20px;
}

.faq-answer p {
  margin: 0;
  padding-bottom: 18px;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #1E3A5F;
}
.steps-help__grid {
  display: grid;
  grid-template-columns: repeat(3, 320px);
  justify-content: center; /* 🔥 centre les colonnes */
  gap: 24px;
}

@media (max-width: 1024px) {
  .steps-help__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .steps-help__grid {
    grid-template-columns: 1fr;
  }
}

.lpform-success {
  text-align: center;
  padding: 30px 10px;
}

.lpform-success-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: #F97316;
  color: #fff;
  font-size: 34px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lpform-success-text {
  max-width: 500px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
  color: #1E3A5F;
}