.sds-oc-wrap { max-width: 820px; margin: 0 auto; }

.sds-oc-form,
.sds-oc-thanks {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 32px 36px;
    font-family: inherit;
    color: #1f1f1f;
    box-sizing: border-box;
}

.sds-oc-h2 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e71873;
    color: #1f1f1f;
}
.sds-oc-h2:not(:first-child) { margin-top: 32px; }

.sds-oc-row {
    display: grid;
    gap: 14px;
    margin-bottom: 14px;
}
.sds-cols-2 { grid-template-columns: 1fr 1fr; }
.sds-cols-3 { grid-template-columns: 1fr 1fr 1fr; }

.sds-oc-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 14px;
    min-width: 0;
}

.sds-oc-field label {
    font-size: 13px;
    color: #444;
    font-weight: 500;
}
.sds-oc-field label small {
    font-weight: 400;
    color: #888;
    font-size: 11px;
}

.sds-oc-field small {
    font-size: 11px;
    color: #888;
    margin-top: 2px;
}

.sds-oc-field input[type="text"],
.sds-oc-field input[type="email"],
.sds-oc-field input[type="tel"],
.sds-oc-field input[type="file"],
.sds-oc-field select,
.sds-oc-field textarea {
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    background: #fff;
    color: #1f1f1f;
    width: 100%;
    box-sizing: border-box;
}
.sds-oc-field input[type="file"] {
    padding: 8px 10px;
    background: #fafafa;
}
.sds-oc-field input:focus,
.sds-oc-field select:focus,
.sds-oc-field textarea:focus {
    outline: 0;
    border-color: #e71873;
    box-shadow: 0 0 0 3px rgba(231, 24, 115, .12);
}

.sds-req { color: #e71873; }

.sds-oc-search { position: relative; margin-bottom: 22px; }
.sds-oc-suggestions {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
    max-height: 300px;
    overflow-y: auto;
    z-index: 50;
    margin-top: 4px;
}
.sds-oc-suggestions.open { display: block; }
.sds-item {
    padding: 10px 12px;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
    transition: background .12s;
}
.sds-item:last-child { border-bottom: 0; }
.sds-item:hover { background: #fdf2f7; }
.sds-item-name { font-weight: 500; font-size: 14px; color: #1f1f1f; }
.sds-item-meta { font-size: 12px; color: #666; margin-top: 2px; }
.sds-no-result { padding: 12px 14px; font-size: 13px; color: #888; }

.sds-oc-radio-label { margin-bottom: 6px; }
.sds-oc-radios {
    display: flex;
    gap: 20px;
}
.sds-oc-radios label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    cursor: pointer;
}

.sds-oc-hp {
    position: absolute !important;
    left: -10000px !important;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.sds-oc-cgv {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 24px 0 10px;
    padding: 14px 16px;
    background: #fafafa;
    border-radius: 6px;
    border-left: 3px solid #e71873;
}
.sds-oc-cgv input[type="checkbox"] { margin-top: 3px; flex-shrink: 0; }
.sds-oc-cgv label {
    font-size: 13px;
    color: #333;
    line-height: 1.55;
    cursor: pointer;
}

.sds-oc-cgv-link {
    text-align: center;
    margin: 6px 0 18px;
}
.sds-oc-cgv-link a {
    color: #e71873;
    text-decoration: none;
    font-size: 13px;
}
.sds-oc-cgv-link a:hover { text-decoration: underline; }

.sds-oc-mentions {
    background: #f7f7f7;
    border-radius: 6px;
    padding: 14px 18px;
    margin: 0 0 24px;
    font-size: 11px;
    line-height: 1.6;
    color: #555;
    text-align: justify;
}
.sds-oc-mentions p { margin: 0 0 8px; }
.sds-oc-mentions p:last-child { margin: 0; }

.sds-oc-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 22px;
    flex-wrap: wrap;
}
.sds-oc-submit {
    background: #e71873;
    color: #fff;
    border: 0;
    padding: 14px 32px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    cursor: pointer;
    font-family: inherit;
    transition: background .15s, transform .1s;
}
.sds-oc-submit:hover { background: #c41262; }
.sds-oc-submit:active { transform: scale(0.98); }
.sds-oc-submit:disabled { opacity: .6; cursor: not-allowed; }

.sds-oc-status { font-size: 13px; line-height: 1.5; }
.sds-oc-error { color: #c0392b; font-weight: 500; }

/* === Écran de remerciement === */
.sds-oc-thanks {
    text-align: center;
    padding: 50px 40px;
    border: 1px solid #e71873;
    background: linear-gradient(180deg, #fff 0%, #fff5fa 100%);
}
.sds-oc-thanks-icon {
    width: 72px;
    height: 72px;
    line-height: 72px;
    border-radius: 50%;
    background: #e71873;
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin: 0 auto 24px;
    box-shadow: 0 4px 16px rgba(231, 24, 115, .25);
}
.sds-oc-thanks h2 {
    font-size: 28px;
    margin: 0 0 12px;
    color: #1f1f1f;
    font-weight: 700;
}
.sds-thanks-lead {
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 500;
    margin: 0 0 18px;
}
.sds-oc-thanks p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin: 0 0 10px;
}
.sds-thanks-contact {
    margin-top: 24px !important;
    padding-top: 20px;
    border-top: 1px solid #f0d4e2;
    font-size: 14px !important;
}
.sds-thanks-contact a { color: #e71873; text-decoration: none; }
.sds-thanks-contact a:hover { text-decoration: underline; }

@media (max-width: 640px) {
    .sds-oc-form, .sds-oc-thanks { padding: 22px 18px; }
    .sds-cols-2, .sds-cols-3 { grid-template-columns: 1fr; }
    .sds-oc-thanks { padding: 40px 22px; }
    .sds-oc-thanks h2 { font-size: 22px; }
}
