body {
    min-height: 100vh;
    font-family: 'DM Sans',sans-serif;
    background: #f4f6fb;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
 
    border-bottom: 1px solid #dde3ef;
    background: #fff;
}

.top-bar { height: auto; min-height: 100px; padding: .5rem 2rem; }

.top-bar .logo {
    display: flex;
    align-items: center;
    gap: .6rem;
    text-decoration: none;
    font-family: 'Bricolage Grotesque',sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    color: #080d1a;
}

.top-bar .logo .i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    font-size: .9rem;
    color: #fff;
    background: #1246a0;
}

.top-bar .logo span {
    color: #1246a0;
}

.wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    gap: 3rem;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 5rem;
    max-width: 1080px;
}

.pitch {
    padding-top: .5rem;
}

.pitch h1 {
    margin-bottom: 1rem;
    font-family: 'Bricolage Grotesque',sans-serif;
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.15;
    color: #080d1a;
}

.pitch p {
    margin-bottom: 1.5rem;
    font-size: .93rem;
    line-height: 1.65;
    color: #6b7280;
}

.feat-list {
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
}

.feat-list li {
    display: flex;
    align-items: flex-start;
    gap: .7rem;
    padding: .55rem 0;
    border-bottom: 1px solid #edf0f7;
    font-size: .88rem;
}

.feat-list li:last-child {
    border: 0;
}

.feat-list .fi {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-top: .05rem;
    border-radius: 7px;
    font-size: .9rem;
    color: #1246a0;
    background: #e9f0ff;
}

.feat-list .ft {
    font-weight: 600;
    color: #111827;
}

.feat-list .fs {
    margin-top: .1rem;
    font-size: .82rem;
    color: #6b7280;
}

.trial-box {
    padding: 1.25rem 1.5rem;
    border-radius: 12px;
    color: #fff;
    background: #1246a0;
}

.trial-box strong {
    display: block;
    margin-bottom: .3rem;
    font-family: 'Bricolage Grotesque',sans-serif;
    font-size: 1.05rem;
}

.trial-box small {
    font-size: .82rem;
    opacity: .75;
}

.form-card {
    padding: 2.25rem;
    border: 1px solid #dde3ef;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 40px rgba(18,70,160,.1);
}

.prog {
    display: flex;
    gap: .35rem;
    margin-bottom: 2rem;
}

.prog-bar {
    flex: 1;
    height: 4px;
    border-radius: 2px;
    background: #edf0f7;
    transition: background .3s;
}

.prog-bar.active,
.prog-bar.done {
    background: #1246a0;
}

.step-sect {
    display: none;
}

.step-sect.on {
    display: block;
}

.sn {
    display: flex;
    align-items: center;
    gap: .6rem;
    margin-bottom: 1.5rem;
}

.sn .num {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: .8rem;
    font-weight: 700;
    color: #fff;
    background: #1246a0;
}

.sn .stxt {
    font-size: .93rem;
    font-weight: 700;
}

.btn-next {
    width: 100%;
    padding: .65rem 1.5rem;
    border: none;
    border-radius: 50px;
    font-size: .9rem;
    font-weight: 700;
    color: #fff;
    background: #1246a0;
    transition: all .2s;
    cursor: pointer;
}

.btn-next:hover {
    background: #0a318c;
    transform: translateY(-1px);
}

.btn-back {
    padding: .65rem 1.25rem;
    border: 1.5px solid #dde3ef;
    border-radius: 50px;
    font-size: .9rem;
    font-weight: 600;
    color: #6b7280;
    background: transparent;
    transition: all .2s;
    cursor: pointer;
}

.btn-back:hover {
    border-color: #1246a0;
    color: #1246a0;
}

.color-wrap {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.color-wrap input[type=color] {
    width: 50px;
    height: 40px;
    padding: .25rem;
    border: 1.5px solid #dde3ef;
    border-radius: 8px;
    cursor: pointer;
}

/* Bloc offert */

.offert-box {
    margin-top: 1.5rem;
    border: 1.5px solid #dde3ef;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
}

.offert-box .ob-img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.offert-box .ob-body {
    padding: 1rem 1.25rem;
}

.offert-box .ob-title {
    margin-bottom: .6rem;
    font-family: 'Bricolage Grotesque',sans-serif;
    font-size: .95rem;
    font-weight: 800;
    color: #080d1a;
}

.offert-box .ob-list {
    display: flex;
    flex-direction: column;
    gap: .4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.offert-box .ob-list li {
    display: flex;
    align-items: center;
    gap: .6rem;
    font-size: .83rem;
    color: #374151;
}

.offert-box .ob-list .ck {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: .65rem;
    font-weight: 700;
    color: #fff;
    background: #1246a0;
}

.offert-box .ob-note {
    margin-top: .6rem;
    padding-top: .6rem;
    border-top: 1px solid #edf0f7;
    font-size: .75rem;
    color: #6b7280;
}

/* Masqué par défaut — visible si plan avec engagement */

#bloc-offert {
    display: none;
}

/* Plans */

.plan-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
    margin-bottom: .5rem;
}

.plan-opt {
    position: relative;
    padding: 1rem;
    border: 1.5px solid #dde3ef;
    border-radius: 12px;
    transition: all .2s;
    cursor: pointer;
}

.plan-opt:hover {
    border-color: #1246a0;
    background: #f0f5ff;
}

.plan-opt.selected {
    border-color: #1246a0;
    background: #e9f0ff;
}

.plan-opt.featured {
    border-color: #1246a0;
}

.plan-opt .plan-badge {
    position: absolute;
    top: .5rem;
    right: .5rem;
    padding: .15rem .5rem;
    border-radius: 50px;
    font-size: .65rem;
    font-weight: 700;
    color: #fff;
    background: #e8a020;
}

.plan-opt .plan-icon {
    margin-bottom: .3rem;
    font-size: 1.4rem;
}

.plan-opt .plan-name {
    margin-bottom: .1rem;
    font-size: .9rem;
    font-weight: 700;
    color: #080d1a;
}

.plan-opt .plan-price {
    margin-bottom: .2rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: #1246a0;
}

.plan-opt .plan-desc {
    font-size: .75rem;
    line-height: 1.45;
    color: #6b7280;
}

.plan-opt.selected .plan-name,
.plan-opt.selected .plan-desc {
    color: #1246a0;
}

/* Success */

.success-card {
    margin: 3rem auto;
    padding: 3.5rem 2.5rem;
    max-width: 580px;
    border: 1px solid #dde3ef;
    border-radius: 16px;
    text-align: center;
    background: #fff;
    box-shadow: 0 8px 40px rgba(18,70,160,.1);
}

.success-card h2 {
    margin-bottom: .75rem;
    font-family: 'Bricolage Grotesque',sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
}

.link-box {
    position: relative;
    margin: 1rem 0;
    padding: .75rem 1rem;
    border: 1px solid #dde3ef;
    border-radius: 8px;
    text-align: left;
    font-family: monospace;
    font-size: .82rem;
    word-break: break-all;
    background: #f4f6fb;
}

.copy-btn {
    position: absolute;
    top: .5rem;
    right: .5rem;
    padding: .2rem .6rem;
    border: none;
    border-radius: 6px;
    font-size: .72rem;
    color: #fff;
    background: #1246a0;
    cursor: pointer;
}

@media (max-width:768px) {
    .wrap {
        grid-template-columns: 1fr;
    }

    .pitch {
        display: block;
    }

    .plan-grid {
        grid-template-columns: 1fr;
    }
}