.dhd-wrap{max-width:1100px;margin:40px auto;font-family:inherit}.dhd-form{position:relative}.dhd-progress{display:flex;justify-content:center;gap:12px;margin-bottom:28px}.dhd-progress span{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e9eef2;color:#566;transition:.3s}.dhd-progress span.active{background:var(--dhd-progress-color,#0f6f78)!important;color:#fff;transform:scale(1.08)}.dhd-step{display:none;animation:dhdIn .45s ease}.dhd-step.active{display:block}@keyframes dhdIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.dhd-card{background:#fff;border-radius:22px;padding:34px;box-shadow:0 14px 45px rgba(15,60,70,.12);border:1px solid rgba(15,111,120,.1)}.dhd-card h2{margin-top:0;font-size:30px}.dhd-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.dhd-grid label{display:flex;flex-direction:column;gap:7px;font-weight:600}.dhd-grid .full{grid-column:1/-1}.dhd-grid input,.dhd-grid select{padding:13px 15px;border:1px solid #d5dfe3;border-radius:12px;background:#fbfdfe}.dhd-grid small{font-weight:400}.dhd-inline-groups{display:flex;flex-direction:column;gap:12px;margin-top:24px}.dhd-inline-group{display:flex;align-items:center;gap:12px;flex-wrap:wrap;padding:13px 15px;border:1px solid #e0e8eb;border-radius:14px;background:#fbfdfe}.dhd-inline-group strong{min-width:max-content}.dhd-inline-group label{display:inline-flex;align-items:center;gap:5px;font-weight:500}.dhd-inline-group select,.dhd-inline-group input:not([type=radio]){padding:9px 11px;border:1px solid #d5dfe3;border-radius:9px}.dhd-subquestion{font-weight:700;margin-left:8px}.dhd-diags{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.dhd-diag{padding:16px;border:1px solid #dbe4e7;border-radius:14px;display:flex;gap:10px;align-items:center;cursor:pointer;transition:.2s}.dhd-diag:has(input:checked){border-color:#0f6f78;background:#f0fafb}.dhd-extra{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:15px}.dhd-link{margin-top:18px;background:none;border:0;text-decoration:underline;cursor:pointer}.dhd-nav{display:flex;justify-content:space-between;margin-top:20px}.dhd-nav button,.dhd-submit{border:0;border-radius:14px;padding:14px 24px;cursor:pointer;font-weight:700}.dhd-nav button:last-child{background:var(--dhd-continue-color,#0f6f78)!important;color:#fff!important}.dhd-submit{background:var(--dhd-submit-color,#0f6f78);color:#fff}.dhd-submit{font-size:17px;margin-top:22px}.dhd-price{font-size:42px;font-weight:800;margin:20px 0;color:#0f6f78}.dhd-summary-grid{display:grid;grid-template-columns:180px 1fr;gap:10px}.dhd-muted{opacity:.75}.dhd-success{margin-top:24px;padding:24px;border-radius:18px;background:#f1fbf8}.dhd-error{margin-top:20px;padding:15px;border-radius:12px;background:#fff0f0}.dhd-loading{margin-top:20px;padding:15px;border-radius:12px;background:#f4f8f9}@media(max-width:700px){.dhd-grid,.dhd-diags,.dhd-extra{grid-template-columns:1fr}.dhd-card{padding:22px}.dhd-card h2{font-size:25px}.dhd-inline-group{align-items:flex-start;flex-direction:column}.dhd-inline-group strong{min-width:0}}

body:has(.dhd-wrap) .entry-title,body:has(.dhd-wrap) .page-title,body:has(.dhd-wrap) h1.wp-block-post-title{display:none!important;}

body:has(.dhd-wrap) h1,body:has(.dhd-wrap) .page-title,body:has(.dhd-wrap) .entry-title,body:has(.dhd-wrap) .entry-header{display:none!important;}

#dhd-form .dhd-progress span.active{background-color:var(--dhd-progress-color,#0f6f78)!important;}
#dhd-form .dhd-nav #dhd-next{background-color:var(--dhd-continue-color,#0f6f78)!important;color:#fff!important;}

.dhd-termite-row{grid-column:1/-1;margin-top:-4px}
#dhd-termite-status{font-size:.92em;opacity:.75}
#dhd-termite-result:not([hidden]){display:flex;flex-wrap:wrap;align-items:center;gap:8px 22px;font-weight:400}
#dhd-termite-result>strong{color:#0f6f78}
#dhd-termite-result .dhd-termite-cell{display:inline-flex;gap:6px;align-items:center}
#dhd-termite-result .dhd-termite-cell b{font-weight:700}
#dhd-termite-arrete.dhd-termite-yes{color:#b5480c}
#dhd-termite-arrete.dhd-termite-no{color:#0a7d3c}

[hidden]{display:none!important;}

.dhd-modal{position:fixed;inset:0;z-index:99999;display:flex;align-items:center;justify-content:center;background:rgba(10,30,35,.55);padding:20px}
.dhd-modal-box{background:#fff;border-radius:18px;width:min(1100px,100%);height:96vh;max-height:96vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.35)}
.dhd-modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e5eef0}
.dhd-modal-head h3{margin:0;font-size:19px}
.dhd-modal-x{border:0;background:none;font-size:26px;line-height:1;cursor:pointer;color:#456}
#dhd-pdf-frame{flex:1 1 auto;width:100%;min-height:84vh;border:0;background:#f4f8f9}
.dhd-modal-foot{display:flex;gap:12px;justify-content:flex-end;padding:14px 20px;border-top:1px solid #e5eef0;flex-wrap:wrap}
.dhd-modal-btn{border:0;border-radius:12px;padding:11px 20px;font-weight:700;cursor:pointer;background:#0f6f78;color:#fff}
.dhd-modal-btn-ghost{background:#eef3f4;color:#234}
body.dhd-modal-open{overflow:hidden}

.dhd-price-warning{margin-top:12px;font-size:13px;line-height:1.5}.dhd-price-note{margin:8px 0 4px}.dhd-save-icon{min-width:36px;padding:0 8px!important}
.dhd-price-breakdown{margin:14px auto 10px;max-width:520px;border-top:1px solid #dfe8ea}.dhd-price-line{display:flex;justify-content:space-between;gap:16px;padding:8px 0;border-bottom:1px solid #dfe8ea;font-size:14px}.dhd-price-line strong{white-space:nowrap}.dhd-price-breakdown+.dhd-price{margin-top:12px}

/* Tarification / avertissement */
.dhd-total-row{display:flex;align-items:baseline;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-top:14px}
.dhd-total-row .dhd-price{margin:0;font-size:30px;line-height:1.2;font-weight:700}
.dhd-total-row .dhd-price strong{font-size:inherit;font-weight:800}
.dhd-price-note{font-size:14px;font-style:italic;font-weight:700;margin:0;white-space:nowrap}
.dhd-price-warning{border:2px solid #c62828;padding:12px 14px;margin-top:12px;background:#fff;font-size:13px;line-height:1.5}
.dhd-price-warning>strong:first-child{font-weight:800}
.dhd-warning-red{color:#c62828;font-weight:800}
.dhd-simulation-price h3{margin:0 0 8px}
.dhd-simulation-sent{margin-bottom:10px;padding:10px 12px;border-radius:8px;background:#eef8f5}
@media(max-width:600px){.dhd-total-row{display:block}.dhd-price-note{display:block;margin-top:6px}}

#dhd-devis-pdf-frame{flex:1 1 auto;width:100%;min-height:84vh;height:100%;border:0;background:#f4f8f9}

.dhd-warning-content p{margin:0 0 7px}.dhd-warning-content p:last-child{margin-bottom:0}.dhd-warning-content strong{font-weight:800}.dhd-warning-content em{font-style:italic}.dhd-simulation-actions{display:flex;gap:12px;flex-wrap:wrap}.dhd-simulation-preview{background:var(--dhd-continue-color,#0f6f78);}.dhd-view-pdf-btn{margin-top:0;background:var(--dhd-continue-color,#0f6f78);}#dhd-promo-view-pdf-btn{background:var(--dhd-promo-pdf-color,#0f6f78)!important;}

.dhd-signature-area{margin-top:24px;padding-top:18px;border-top:1px solid #e0e8eb}.dhd-signature-area h3{margin:0 0 8px}.dhd-signature-tools{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:12px 0}.dhd-signature-upload{display:inline-flex;align-items:center;gap:10px;padding:11px 15px;border:1px solid #d5dfe3;border-radius:12px;background:#fbfdfe;font-weight:700;cursor:pointer}.dhd-signature-upload input{max-width:220px}.dhd-signature-pad-wrap{width:100%;max-width:900px;border:1px dashed #9db1bb;border-radius:12px;background:#fff;overflow:hidden;touch-action:none}.dhd-signature-pad{display:block;width:100%;height:auto;min-height:130px;cursor:crosshair;touch-action:none}.dhd-signature-clear{margin:0!important;background:#eef3f4;color:#234}

.dhd-role-checkboxes{display:flex;flex-wrap:wrap;align-items:center;gap:8px 20px;margin-top:4px}.dhd-role-checkboxes strong{margin-right:4px}.dhd-inline-checkbox{display:inline-flex;align-items:center;gap:6px;font-weight:400;width:auto}.dhd-inline-checkbox input{width:auto}.dhd-contact-block{margin-top:18px;padding-top:16px;border-top:1px solid #e0e8eb}.dhd-contact-block h3{margin:0 0 10px}

.dhd-promo-area{margin:16px 0}.dhd-promo-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.dhd-promo-row input{flex:1 1 220px}#dhd-promo-message{margin-top:6px}#dhd-promo-message.dhd-promo-error{color:#b5480c}

.dhd-promo-pdf-row{display:flex;justify-content:center;margin-top:14px}

.dhd-diag-tab-nav{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.dhd-diag-tab-btn{padding:10px 18px;border:1px solid #dbe4e7;border-radius:12px;background:#fbfdfe;cursor:pointer;font-weight:700;color:#456}.dhd-diag-tab-btn.active{background:var(--dhd-continue-color,#0f6f78);border-color:var(--dhd-continue-color,#0f6f78);color:#fff}.dhd-diag-tab-panel{display:none;grid-template-columns:repeat(3,1fr);gap:12px}.dhd-diag-tab-panel.active{display:grid}
@media(max-width:700px){.dhd-diag-tab-panel{grid-template-columns:1fr}}

.dhd-diag-selected{margin-bottom:16px;padding:14px 16px;border:1.5px solid var(--dhd-continue-color,#0f6f78);border-radius:12px;background:#f4faf9}.dhd-diag-selected h3{margin:0 0 10px;font-size:.95rem;color:var(--dhd-continue-color,#0f6f78)}.dhd-diag-selected .dhd-diag-tab-panel{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
@media(max-width:700px){.dhd-diag-selected .dhd-diag-tab-panel{grid-template-columns:1fr}}
