.svdq{
    min-height:100vh;
    padding:80px 20px;
    background:
        radial-gradient(circle at 50% 0,
            rgba(215,169,75,.08),
            transparent 35%),
        linear-gradient(135deg,#05090d,#080d12,#05090d);
    color:#fff;
}

.svdq-hero,
.svdq-progress-wrap,
.svdq-card,
.svdq-success{
    width:min(1120px,100%);
    margin-left:auto;
    margin-right:auto;
}

.svdq-hero{
    text-align:center;
    margin-bottom:36px;
}

.svdq-wand{
    width:80px;
    height:80px;
    display:grid;
    place-items:center;
    margin:0 auto 24px;
    border-radius:24px;
    background:linear-gradient(135deg,#e6c879,#b98a32);
    font-size:38px;
    box-shadow:0 0 40px rgba(215,169,75,.18);
}

.svdq-hero h1{
    margin:0;
    font-size:clamp(38px,6vw,64px);
    line-height:1.05;
    font-weight:900;
}

.svdq-hero h1 span{
    background:linear-gradient(90deg,#e6c879,#b98a32);
    -webkit-background-clip:text;
    color:transparent;
}

.svdq-hero>p{
    max-width:780px;
    margin:22px auto 0;
    color:#c6cbd1;
    font-size:18px;
    line-height:1.75;
}

.svdq-info{
    max-width:780px;
    margin:24px auto 0;
    padding:18px 22px;
    border:1px solid rgba(215,169,75,.22);
    border-radius:18px;
    background:rgba(215,169,75,.09);
    color:#e6c879;
    line-height:1.6;
}

.svdq-progress-wrap{
    margin-bottom:28px;
    padding:20px;
    border:1px solid rgba(255,255,255,.1);
    border-radius:24px;
    background:rgba(8,13,18,.92);
}

.svdq-progress-head{
    display:flex;
    justify-content:space-between;
    margin-bottom:12px;
    color:#9ca3af;
    font-size:14px;
}

.svdq-progress{
    height:12px;
    overflow:hidden;
    border-radius:999px;
    background:rgba(255,255,255,.09);
}

.svdq-progress>div{
    height:100%;
    border-radius:999px;
    background:linear-gradient(90deg,#e6c879,#b98a32);
    transition:width .25s ease;
}

.svdq-card{
    padding:clamp(24px,4vw,42px);
    border:1px solid rgba(255,255,255,.14);
    border-radius:32px;
    background:rgba(8,13,18,.94);
    box-shadow:0 30px 80px rgba(0,0,0,.35);
}

.svdq-step{
    display:none;
}

.svdq-step.is-active{
    display:block;
    animation:svdqIn .25s ease;
}

@keyframes svdqIn{
    from{opacity:0;transform:translateY(14px)}
    to{opacity:1;transform:none}
}

.svdq-card h2{
    margin:0 0 30px;
    font-size:clamp(28px,4vw,42px);
    font-weight:900;
}

.svdq-intro{
    padding:30px 0;
    text-align:center;
}

.svdq-intro p{
    max-width:760px;
    margin:0 auto;
    color:#c2c7ce;
    font-size:18px;
    line-height:1.75;
}

.svdq-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
}

.svdq-margin{
    margin-top:32px;
}

.svdq label>span{
    display:block;
    margin-bottom:10px;
    color:#d1d5db;
    font-size:14px;
    font-weight:700;
}

.svdq input,
.svdq select,
.svdq textarea{
    box-sizing:border-box;
    width:100%;
    padding:15px 17px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:16px;
    outline:none;
    background:#05090d;
    color:#fff;
    font:inherit;
}

.svdq input:focus,
.svdq select:focus,
.svdq textarea:focus{
    border-color:#d7a94b;
}

.svdq textarea{
    resize:vertical;
}

.svdq-projects{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
}

.svdq-project{
    cursor:pointer;
}

.svdq-project input{
    position:absolute;
    opacity:0;
    pointer-events:none;
}

.svdq-project-inner{
    display:block;
    min-height:130px;
    padding:24px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:24px;
    background:#05090d;
    transition:.2s ease;
}

.svdq-project-inner strong{
    display:block;
    margin-bottom:10px;
    color:#fff;
    font-size:21px;
}

.svdq-project-inner small{
    display:block;
    color:#9ca3af;
    line-height:1.6;
}

.svdq-project input:checked+
.svdq-project-inner{
    border-color:#d7a94b;
    background:rgba(215,169,75,.12);
    box-shadow:0 0 0 1px rgba(215,169,75,.12);
}

.svdq-location{
    display:grid;
    gap:24px;
}

.svdq-final-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:28px;
}

.svdq-upload{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:24px;
    padding:30px;
    border:1px dashed rgba(255,255,255,.22);
    border-radius:24px;
    background:#05090d;
    text-align:center;
    cursor:pointer;
}

.svdq-upload strong{
    color:#fff;
    font-size:17px;
}

.svdq-upload span{
    margin-top:8px;
    color:#9ca3af;
}

.svdq-upload input{
    margin-top:18px;
}

.svdq-files-list{
    margin-top:15px;
    color:#c7ccd2;
    font-size:14px;
}

.svdq-files-list div{
    padding:7px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.svdq-summary{
    padding:25px;
    border:1px solid rgba(215,169,75,.22);
    border-radius:24px;
    background:rgba(215,169,75,.08);
}

.svdq-summary small{
    color:#9ca3af;
}

.svdq-summary h3{
    margin:10px 0 24px;
    font-size:28px;
}

.svdq-summary p{
    color:#e6c879;
    line-height:1.6;
}

.svdq-summary>div{
    margin-top:22px;
    padding:18px;
    border:1px solid rgba(255,255,255,.14);
    border-radius:16px;
    background:#05090d;
    color:#c7ccd2;
    line-height:1.6;
}

.svdq-navigation{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-top:38px;
}

.svdq-primary,
.svdq-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:52px;
    padding:14px 24px;
    border-radius:16px;
    font-weight:900;
    cursor:pointer;
    text-decoration:none;
}

.svdq-primary{
    border:0;
    background:linear-gradient(90deg,#e6c879,#b98a32);
    color:#111;
}

.svdq-secondary{
    border:1px solid rgba(255,255,255,.16);
    background:#05090d;
    color:#fff;
}

.svdq-success{
    padding:50px 30px;
    border:1px solid rgba(215,169,75,.25);
    border-radius:30px;
    background:#080d12;
    text-align:center;
}

.svdq-success-icon{
    width:70px;
    height:70px;
    display:grid;
    place-items:center;
    margin:0 auto 20px;
    border-radius:50%;
    background:#1c7c45;
    font-size:34px;
}

.svdq-success h2{
    font-size:40px;
}

.svdq-success p{
    max-width:650px;
    margin:0 auto 22px;
    color:#c7ccd2;
    line-height:1.7;
}

.svdq-reference{
    margin:20px auto 28px;
    color:#e6c879;
}

.svdq-hp{
    position:absolute !important;
    left:-99999px !important;
}

@media(max-width:760px){
    .svdq{
        padding:55px 14px;
    }

    .svdq-grid,
    .svdq-projects,
    .svdq-final-grid{
        grid-template-columns:1fr;
    }

    .svdq-navigation{
        flex-direction:column-reverse;
    }

    .svdq-navigation button{
        width:100%;
    }
}

/* Respecte l'attribut HTML hidden du formulaire devis */
.svdq [hidden] {
    display: none !important;
}
