/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}

a{
    text-decoration: none;
}

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

.header{
    background-image: url("/images/banner.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
}

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

.header nav ul{
    display: flex;
    gap: 40px;
    list-style: none;
}

.header nav ul li a{
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    transition: all 0.3s ease;
}

.header nav ul li a:hover{
    color: #D402C5;
}

.logo img{
    height: 100px;
    width: 250px;
}

.header nav .buttons{
    display: flex;
    align-items: center;
    gap: 30px;
}

.header nav .buttons a{
    color: #fff;
    font-weight: 600;
}

.header nav .buttons a.start{
    border-radius: 100px;
    background: linear-gradient(85deg, #EC02A3 -2.22%, #831CF8 80.52%);
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 600;
}


/* Banner */

.header .banner{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 80px 0;
    padding-bottom: 170px;
    gap: 100px;
}

.header .banner .left, .header .banner .right{
    width: 50%;
}

.header .banner .right img{
    width: 100%;
    height: 100%;
}

.header .banner .left h1{
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}

.header .banner .left h1 span{
    color: #ED01AB;
}

.header .banner .left p{
    color: #fff;
    font-weight: 500;
    margin: 35px 0;
    line-height: 160%; /* 38.4px */
    color: #EEE8FF;
    font-size: 18px;
}

.header .banner .left form{
    display: flex;
    background-color: #fff;
    border-radius: 20px;
    padding: 0 0 0 6px;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 15px;

}

.header .banner .left form .input-group{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 60%;
    height: 100%;
}

.header .banner .left form input{
    width: 100%;
    height: 100%;
    border: none;
    color: #B0A4B8;
    font-size: 18px;
}

.header .banner .left form button{
    border-radius: 12px;
    background: linear-gradient(98deg, #EC02A3 0%, #831CF8 100%);
    border: none;
    height: 100%;
    padding: 0 22px;
    color: #FFF;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 18px;

}

.header .banner .left .points{
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
}

.header .banner .left .points .point{
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
}

.plateformes h1{
    text-align: center;
    color: #1A1332;
}

.plats{
    border-radius: 20px;
    border: 2px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    margin-top: 30px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}

.plats .plat{
    display: flex;
    align-items: center;
    gap: 15px;
    width: 30%;
}

.plats .plat h2{
    color: #1A1332;
    font-size: 20px;
}

.plats .plat p{
    color: #5C5372;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 178.436%; /* 32.118px */
}

.features{
    margin-top: 40PX;
}

.features h1{
    text-align: center;
    color: #1A1332;
}

.features h1 span{
    color: #D402C5;
}

.feat{
    display: flex;
    gap: 40px;
    margin-top: 40px;
}

.feat .left, .feat .right{
    border-radius: 24px;
    background: #F7F4FD;
    padding: 35px;
    display: flex;
    gap: 25px;
    align-items: start;
}

.feat .right{
    background-color: #FDF1FB;
}

.feat .left h2, .feat .right h2{
    color: #1A1332;
}

.feat .left p, .feat .right p{
    color: #625C72;
    line-height: 178.436%; /* 35.687px */
    margin: 20px 0;
}

.feat .left a, .feat .right a{
    display: flex;
    align-items: center;
    gap: 5px;
}

.feat .left a span, .feat .right a span{
    color: #F00699;
    font-weight: 600;
}

.docus{
    margin-top: 60PX;
}

.docus h1, .confiance h1{
    text-align: center;
    color: #1A1332;
}

.docus span{
    color: #D22694;
}

.docus p.desc{
    color: #5C5372;
text-align: center;
margin-top: 20px;
}

.steps{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
}

.steps .step{
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.steps .step img{
    width: 150px;
    height: 150px;
}

.steps .step .stepnumb{
width: 34px;
height: 36px;
border-radius: 100%;
background-color: #EE069A;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}

.steps .step h2{
    color: #1A1332;
}

.steps .step p{
    color: #5C5372;

}

.files{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.fileslist{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.file{
    border-radius: 100px;
    background: #FFF;
    box-shadow: 0 2px 9.1px 0 #EFEEF3;
    padding: 10px 21px;
    color: #1A1332;
}

.confiance{
    margin-top: 60px;
}

.confiance p{
    text-align: center;
    color: #5C5372;
    margin-top: 10px;
}

.testimonies{
    margin-top: 40px;
}

.test-slides{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.testimony{
    width: 33%;
    border-radius: 12px;
    border: 2px solid #F8F6FB;
    background: #FFF;
    box-shadow: 0 4px 2.8px 0 rgba(182, 3, 191, 0.06);
    padding: 10px;
    display: flex;
    align-items: start;
    gap: 20px;
}

.testimony span{
    color: #4B425F;
}

.testimony h2{
    margin-top: 15px;
    color: #1A1332;
    font-weight: 500;
    font-size: 18px;
}

.testimony h3{
    color: #5C5372;
    font-size: 16px;
    font-weight: 400;
}

.dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.dot{
    width: 16px;
    height: 16px;
    background-color: #D9D9D9;
    border-radius: 100%;
}

.cta{
    margin-top: 60px;
    margin-bottom: 60px;
}

.cta-banner{
    background: linear-gradient(98deg, #EC02A3 0%, #831CF8 100%);
    border-radius: 16px;
    padding: 28px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

.cta-left{
    display: flex;
    align-items: center;
    gap: 22px;
}

.cta-icon{
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-icon i{
    color: #fff;
    font-size: 28px;
}

.cta-text h2{
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}

.cta-text p{
    color: #EEE8FF;
    font-size: 15px;
    margin-top: 8px;
    line-height: 1.5;
}

.cta-actions{
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cta-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.cta-btn.primary{
    background: #fff;
    color: #1A1332;
}

.cta-btn.secondary{
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
}

.dot.active{
    background-color: #8B0EF0;
}

.footer{
    margin-top: 60px;
    padding: 90px 0 30px;
    background-image: url("/images/footerbanner.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 150PX;
}

.footer-top{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-brand{
    max-width: 360px;
}

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

.footer-logo img{
    height: 32px;
}

.footer-logo .badge{
    background: linear-gradient(98deg, #EC02A3 0%, #831CF8 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 20px;
}

.footer-brand p{
    color: #5C5372;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 18px;
}

.footer-socials{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 22px;
}

.footer-socials a{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #F5F0FB;
    color: #1A1332;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .2s ease;
}

.footer-socials a:hover{
    background: #EADBF9;
}

.footer-col{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-col h4{
    color: #1A1332;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 4px;
}

.footer-col a{
    color: #5C5372;
    font-size: 15px;
    text-decoration: none;
}

.footer-col a:hover{
    color: #8B0EF0;
}

.footer-promo{
    position: relative;
    align-self: flex-start;
    background: #F8F0FC;
    border-radius: 16px;
    padding: 26px 30px;
    overflow: hidden;
}

.footer-promo span{
    color: #1A1332;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.footer-promo .sparkle{
    position: absolute;
    right: 18px;
    bottom: 14px;
    opacity: 0.9;
}

.footer-bottom{
    text-align: center;
    margin-top: 45px;
}

.footer-bottom p{
    color: #5C5372;
    font-size: 15px;
}

/* FAQ page */

.header nav ul li a.active{
    color: #ED01AB;
}

.faq-header{
    background-image: url("/images/littlebanner.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.faq-hero{
    text-align: center;
    padding: 50px 0 150px;
}

.faq-hero h1{
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 2px;
}

.faq-hero h1 span{
    background: linear-gradient(98deg, #EC02A3 0%, #B14BFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.faq-hero p{
    color: #EEE8FF;
    font-size: 18px;
    margin-top: 16px;
    line-height: 1.6;
}

.faq{
    max-width: 1000px;
    margin: 50px auto 0;
    position: relative;
    z-index: 2;
    padding: 0 20px 60px;
}

.faq .container{
    max-width: 100%;
}

.faq-search{
    display: flex;
    align-items: center;
    gap: 12px;
    background: #FFF;
    border: 1px solid #F9EBFC;
    border-radius: 100px;
    padding: 16px 24px;
    box-shadow: 0 3px 16px 0 rgba(245, 0, 157, 0.20);
}

.faq-search-ic{
    color: #D31DBF;
    font-size: 18px;
}

.faq-search input{
    border: none;
    outline: none;
    font-size: 15px;
    width: 100%;
    color: #1A1332;
    background: transparent;
}

.faq-filters{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.faq-filters .filter{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ECDEFF;
    background: #FFF;
    color: #5C5372;
    font-size: 14px;
    padding: 9px 18px;
    border-radius: 16px;
    cursor: pointer;
    transition: all .2s ease;
}

.faq-filters .filter .fic{
    color: #831CF8;
    font-size: 15px;
    line-height: 1;
}

.faq-filters .filter:hover{
    border-color: #D9C7F2;
}

.faq-filters .filter.active{
    border-color: #ED01AB;
    color: #ED01AB;
    background: #FDF0F9;
    font-weight: 500;
}

.faq-filters .filter.active .fic{
    color: #ED01AB;
}

.faq-list{
    margin-top: 26px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item{
    border: 1px solid #EFEAF6;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    transition: box-shadow .2s ease;
}

.faq-item.open{
    box-shadow: 0 10px 30px rgba(131, 28, 248, 0.08);
}

.faq-q{
    width: 100%;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    font-size: 16px;
    font-weight: 600;
    color: #1A1332;
    text-align: left;
}

.faq-q .ic{
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.faq-q .ic i{
    font-size: 22px;
    color: #E60FAB;
}

.faq-q .ic .minus{
    display: none;
}

.faq-item.open .faq-q .ic .plus{
    display: none;
}

.faq-item.open .faq-q .ic .minus{
    display: inline-block;
}

.faq-q .chev{
    margin-left: auto;
    flex-shrink: 0;
    color: #E60FAB;
    font-size: 14px;
    transition: transform .2s ease;
}

.faq-item.open .faq-q .chev{
    transform: rotate(180deg);
}

.faq-a{
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

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

.faq-a p{
    padding: 0 22px 22px 58px;
    color: #6B6280;
    font-size: 15px;
    line-height: 1.65;
}

.faq-cta{
    margin-top: 30px;
    background: #FBF1F8;
    border: 1px solid #F4E3EF;
    border-radius: 16px;
    padding: 22px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.faq-cta-left{
    display: flex;
    align-items: center;
    gap: 16px;
}

.faq-cta-icon{
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background: #F1E3FB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.faq-cta-icon i{
    color: #8B0EF0;
    font-size: 22px;
}

.faq-cta-text h3{
    color: #1A1332;
    font-size: 17px;
    font-weight: 600;
}

.faq-cta-text p{
    color: #6B6280;
    font-size: 15px;
    margin-top: 4px;
}

.faq-cta-btn{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(98deg, #EC02A3 0%, #831CF8 100%);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 24px;
    border-radius: 100px;
    white-space: nowrap;
}

/* Tarifs page */

.tarifs-hero{
    text-align: center;
    padding: 30px 0 150px;
}

.hero-badge{
    display: inline-block;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #EEE8FF;
    font-size: 14px;
    padding: 8px 18px;
    border-radius: 100px;
}

.tarifs-hero h1{
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    margin-top: 22px;
    line-height: 1.15;
}

.tarifs-hero h1 span{
    background: linear-gradient(98deg, #EC02A3 0%, #B14BFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tarifs-hero p{
    color: #EEE8FF;
    font-size: 18px;
    margin-top: 18px;
    line-height: 1.6;
}

.tarifs{
    max-width: 1200px;
    margin: -90px auto 0;
    position: relative;
    z-index: 2;
    padding: 0 20px 70px;
}

.tarifs .container{
    max-width: 100%;
    margin-top: 100px;
}

.billing-toggle{
    display: inline-flex;
    background: #fff;
    border: 1px solid #EFEAF6;
    border-radius: 100px;
    padding: 6px;
    gap: 4px;
    margin: 0 auto;
    box-shadow: 0 8px 30px rgba(131, 28, 248, 0.08);
}

.billing-toggle{
    display: flex;
    width: fit-content;
}

.billing-toggle .bt{
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 12px 24px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 500;
    color: #5C5372;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.billing-toggle .bt.active{
    background: linear-gradient(98deg, #EC02A3 0%, #831CF8 100%);
    color: #fff;
}

.billing-toggle .bt .save{
    background: #fff;
    color: #ED01AB;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 100px;
}

.billing-toggle .bt .muted{
    color: #8B0EF0;
    font-size: 13px;
}

.billing-note{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #5C5372;
    font-size: 15px;
    margin-top: 18px;
}

.billing-note .dot-sep{
    color: #C9B6EC;
}

.plans{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 45px;
    align-items: start;
}

.plan{
    position: relative;
    border: 1.5px solid #EFEAF6;
    border-radius: 18px;
    background: #fff;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
}

.plan.popular{
    border: 2px solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, #EC02A3, #831CF8) border-box;
    box-shadow: 0 18px 50px rgba(131, 28, 248, 0.14);
}

.popular-badge{
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(98deg, #EC02A3 0%, #831CF8 100%);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 16px;
    border-radius: 100px;
    white-space: nowrap;
}

.plan-icon{
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #F6F0FD;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-icon i{
    color: #8B0EF0;
    font-size: 24px;
}

.plan.popular .plan-icon i{
    color: #831CF8;
}

.plan h3{
    color: #1A1332;
    font-size: 22px;
    font-weight: 700;
    margin-top: 18px;
}

.plan-tag{
    color: #5C5372;
    font-size: 14px;
    margin-top: 8px;
    line-height: 1.45;
    min-height: 40px;
}

.plan-price{
    margin-top: 18px;
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.plan-price .amount{
    color: #1A1332;
    font-size: 36px;
    font-weight: 700;
}

.plan-price .per{
    color: #5C5372;
    font-size: 15px;
}

.plan-old{
    color: #9A90AE;
    font-size: 14px;
    margin-top: 4px;
}

.plan-old s{
    color: #B9AECB;
}

.plan-feats{
    list-style: none;
    margin: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-grow: 1;
}

.plan-feats li{
    position: relative;
    padding-left: 28px;
    color: #4B425F;
    font-size: 14.5px;
    line-height: 1.4;
}

.plan-feats li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #F0E4FB;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12l4 4 10-10' stroke='%238B0EF0' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.plan-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

.plan-btn.outline{
    border: 1.5px solid #E6D8F7;
    color: #8B0EF0;
    background: #fff;
}

.plan-btn.outline:hover{
    border-color: #8B0EF0;
}

.plan-btn.filled{
    background: linear-gradient(98deg, #EC02A3 0%, #831CF8 100%);
    color: #fff;
}

.plan-btn.full{
    width: 100%;
}

/* Génération ponctuelle */

.ponctuelle{
    margin-top: 70px;
    text-align: center;
}

.ponctuelle h2{
    color: #1A1332;
    font-size: 30px;
    font-weight: 700;
}

.ponctuelle h2 span{
    color: #ED01AB;
}

.ponctuelle-sub{
    color: #5C5372;
    margin-top: 10px;
}

.ponctuelle-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 35px;
    text-align: left;
}

.pon-card{
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.pon-card.docs{
    background: #F4F1FD;
}

.pon-card.sites{
    background: #FDF0F9;
}

.pon-head{
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.pon-icon{
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pon-head h3{
    color: #1A1332;
    font-size: 20px;
    font-weight: 700;
}

.pon-head p{
    color: #5C5372;
    font-size: 14.5px;
    margin-top: 6px;
    line-height: 1.5;
}

.pon-tiers{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 26px 0;
    flex-grow: 1;
}

.pon-tier h4{
    color: #1A1332;
    font-size: 16px;
    font-weight: 600;
}

.pon-tier .from,
.pon-site-price .from{
    display: block;
    color: #8B8298;
    font-size: 13px;
    margin-top: 8px;
}

.pon-price{
    color: #1A1332;
    font-size: 28px;
    font-weight: 700;
    margin-top: 2px;
}

.pon-tier ul,
.pon-site-feats{
    list-style: none;
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pon-tier ul li,
.pon-site-feats li{
    position: relative;
    padding-left: 26px;
    color: #4B425F;
    font-size: 14px;
}

.pon-tier ul li::before,
.pon-site-feats li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12l4 4 10-10' stroke='%23EC02A3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.pon-site-body{
    display: flex;
    gap: 26px;
    margin: 26px 0;
    flex-grow: 1;
}

.pon-site-price{
    flex-shrink: 0;
}

.pon-site-feats{
    margin-top: 0;
}

.trust-row{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top: 60px;
}

.trust{
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.trust-ic{
    width: 46px;
    height: 46px;
    border-radius: 100%;
    background: #F6F0FD;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trust-ic i{
    color: #8B0EF0;
    font-size: 20px;
}

.trust h4{
    color: #1A1332;
    font-size: 16px;
    font-weight: 600;
}

.trust p{
    color: #5C5372;
    font-size: 14px;
    margin-top: 4px;
    line-height: 1.45;
}

/* À propos page */

.about-hero{
    text-align: center;
    padding: 30px 0 150px;
}

.about-hero h1{
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-top: 22px;
    line-height: 1.15;
}

.about-hero h1 span{
    background: linear-gradient(98deg, #EC02A3 0%, #B14BFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-hero p{
    color: #EEE8FF;
    font-size: 18px;
    margin-top: 18px;
    line-height: 1.6;
}

.about{
    max-width: 1100px;
    margin: -90px auto 0;
    position: relative;
    z-index: 2;
    padding: 0 20px 70px;
    padding-top: 130px;
}

.about .container{
    max-width: 100%;
}

.about-stats{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    background: #fff;
    border: 1px solid #EFEAF6;
    border-radius: 18px;
    padding: 36px 30px;
    box-shadow: 0 18px 50px rgba(131, 28, 248, 0.08);
}

.stat{
    text-align: center;
    border-right: 1px solid #F1ECF7;
}

.stat:last-child{
    border-right: none;
}

.stat h2{
    font-size: 40px;
    font-weight: 700;
    background: linear-gradient(98deg, #EC02A3 0%, #831CF8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat p{
    color: #5C5372;
    font-size: 15px;
    margin-top: 6px;
}

.eyebrow{
    display: inline-block;
    color: #ED01AB;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.about-story{
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 50px;
    align-items: center;
    margin-top: 80px;
}

.about-story-text h2{
    color: #1A1332;
    font-size: 32px;
    font-weight: 700;
    margin-top: 12px;
}

.about-story-text p{
    color: #5C5372;
    font-size: 16px;
    line-height: 1.7;
    margin-top: 18px;
}

.about-link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: #8B0EF0;
    font-weight: 600;
}

.about-story-media{
    height: 280px;
    border-radius: 20px;
    background: linear-gradient(135deg, #F4F1FD, #FDF0F9);
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-story-media i{
    font-size: 90px;
    background: linear-gradient(135deg, #EC02A3, #831CF8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-values{
    margin-top: 90px;
}

.about-values-head{
    text-align: center;
}

.about-values-head h2{
    color: #1A1332;
    font-size: 32px;
    font-weight: 700;
    margin-top: 12px;
}

.values-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 40px;
}

.value-card{
    border: 1px solid #EFEAF6;
    border-radius: 18px;
    background: #fff;
    padding: 28px 24px;
    transition: box-shadow .2s ease, transform .2s ease;
}

.value-card:hover{
    box-shadow: 0 18px 40px rgba(131, 28, 248, 0.10);
    transform: translateY(-4px);
}

.value-ic{
    width: 54px;
    height: 54px;
    border-radius: 14px;
    background: #F6F0FD;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-ic i{
    color: #8B0EF0;
    font-size: 24px;
}

.value-card h3{
    color: #1A1332;
    font-size: 19px;
    font-weight: 700;
    margin-top: 18px;
}

.value-card p{
    color: #5C5372;
    font-size: 14.5px;
    line-height: 1.6;
    margin-top: 10px;
}

/* ===== Responsive navbar (Stimulus-driven) ===== */

.nav-menu{
    display: contents;
}

.nav-toggle{
    display: none;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.nav-toggle .close-ic{
    display: none;
}

@media (max-width: 820px){
    nav{
        flex-wrap: wrap;
        position: relative;
    }

    .nav-toggle{
        display: inline-flex;
        align-items: center;
    }

    .nav-menu{
        display: none;
        flex-basis: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 18px;
        margin-top: 18px;
        padding: 20px;
        background: rgba(255, 255, 255, 0.08);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 16px;
    }

    nav.is-open .nav-menu{
        display: flex;
    }

    nav.is-open .open-ic{ display: none; }
    nav.is-open .close-ic{ display: inline; }

    .header nav ul{
        flex-direction: column;
        gap: 16px;
    }

    .header nav .buttons{
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .header nav .buttons a{
        text-align: center;
    }

    .header nav .buttons a.start{
        justify-content: center;
    }

    .logo img{
        height: 60px;
        width: 150px;
    }
}

/* ===== Responsive layout ===== */

@media (max-width: 992px){
    .header .banner{
        flex-direction: column;
        padding: 50px 0 140px;
        gap: 40px;
    }

    .header .banner .left,
    .header .banner .right{
        width: 100%;
    }

    .header .banner .left h1{
        font-size: 38px;
    }

    .plats{
        flex-direction: column;
        gap: 20px;
    }

    .plats .plat{
        width: 100%;
    }

    .feat{
        flex-direction: column;
    }

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

    .values-grid,
    .trust-row,
    .about-stats{
        grid-template-columns: repeat(2, 1fr);
    }

    .about-story{
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

@media (max-width: 768px){
    .container{
        padding: 0 18px;
    }

    .header .banner .left h1{
        font-size: 30px;
    }

    .header .banner .left form{
        flex-direction: column;
        height: auto;
        padding: 10px;
        gap: 20px;
        border-radius: 16px;
    }

    .plat img{
        width: 90px;
    }

    .feat .left, .feat .right, .files{
        flex-direction: column;
    }

    .files img{
        width: 100%;
    }

    .file{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .docus h1, .confiance h1{
        font-size: 24px;
    }

    .steps .step p{
        text-align: center;
    }

    .header .banner .left form .input-group{
        width: 100%;
    }

    .header .banner .left form button{
        width: 100%;
        justify-content: center;
        height: 54px;
    }

    .header .banner .left .points{
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .steps{
        flex-direction: column;
    }

    .test-slides{
        flex-direction: column;
    }

    .testimony{
        width: 100%;
    }

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

    .cta-banner{
        flex-direction: column;
        align-items: flex-start;
    }

    .cta-actions{
        width: 100%;
    }

    .cta-actions .cta-btn{
        flex: 1;
        justify-content: center;
    }

    .footer-top{
        flex-direction: column;
        gap: 30px;
    }

    .plans,
    .values-grid,
    .trust-row,
    .about-stats{
        grid-template-columns: 1fr;
    }

    .stat{
        border-right: none;
        border-bottom: 1px solid #F1ECF7;
        padding-bottom: 16px;
    }

    .stat:last-child{
        border-bottom: none;
        padding-bottom: 0;
    }

    .tarifs-hero h1,
    .about-hero h1{
        font-size: 34px;
    }

    .faq-hero h1{
        font-size: 48px;
    }
}

@media (max-width: 480px){
    .header .banner .left h1{
        font-size: 26px;
    }

    .billing-toggle{
        width: 100%;
        flex-direction: column;
    }

    .billing-toggle .bt{
        justify-content: center;
    }
}
