.scc {
    margin: 40px 0;
    padding: 0;
    color: #111111;
    font-size: 15px;
    line-height: 1.5;
    clear: both;
}

.scc,
.scc * {
    box-sizing: border-box;
}

.scc__header {
    margin-bottom: 22px;
}

.scc__eyebrow {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #666666;
}

.scc__title {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #111111;
}

.scc__card {
    margin-bottom: 24px;
    padding: 26px;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.scc__section-title {
    margin: 0 0 18px;
    font-size: 21px;
    font-weight: 800;
    color: #111111;
}

.scc__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.scc__info-item {
    padding: 14px;
    background: #f7f7f7;
    border-radius: 12px;
}

.scc__info-item span {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
    font-weight: 700;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.scc__info-item strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #111111;
}

.scc__list-block {
    margin-top: 18px;
}

.scc__list-block h4 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 800;
    color: #111111;
}

.scc__list-block ul {
    margin: 0;
    padding-left: 20px;
}

.scc__list-block li {
    margin-bottom: 5px;
}

.scc__chips-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.scc__field-group {
    padding: 16px;
    background: #f7f7f7;
    border-radius: 12px;
}

.scc__field-label {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 800;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.scc__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.scc__chip {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    background: #111111;
    color: #ffffff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
}

.scc__table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.scc__table {
    width: 100%;
    min-width: 1350px;
    border-collapse: collapse;
    background: #ffffff;
    font-size: 14px;
}

.scc__table th,
.scc__table td {
    padding: 11px 12px;
    border: 1px solid #dddddd;
    text-align: left;
    vertical-align: top;
    white-space: normal;
}

.scc__table th {
    background: #111111;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.scc__table tbody tr:nth-child(even) {
    background: #f8f8f8;
}

.scc__table td:first-child {
    font-weight: 800;
    white-space: nowrap;
}

.scc__table--accessories {
    min-width: 950px;
}

.scc--notice {
    margin: 30px 0;
    padding: 18px 22px;
    background: #f7f7f7;
    border-left: 4px solid #111111;
    border-radius: 8px;
}

.scc--notice p {
    margin: 0;
}

@media (max-width: 980px) {
    .scc__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .scc__chips-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .scc {
        margin: 28px 0;
        font-size: 14px;
    }

    .scc__title {
        font-size: 23px;
    }

    .scc__card {
        padding: 18px;
        border-radius: 14px;
    }

    .scc__section-title {
        font-size: 18px;
    }

    .scc__grid {
        grid-template-columns: 1fr;
    }
}

.scc__section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.scc__section-header .scc__section-title {
    margin-bottom: 0;
}

.scc__toggle-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid #111111;
    border-radius: 999px;
    background: #ffffff;
    color: #111111;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.scc__toggle-button:hover {
    background: #111111;
    color: #ffffff;
}

.scc-configurator__intro {
    max-width: 720px;
    margin: -8px 0 22px;
    color: #555555;
    font-size: 14px;
}

.scc-configurator__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 22px;
}

.scc-configurator__field {
    display: block;
}

.scc-configurator__field span {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 800;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.scc-configurator__field select {
    width: 100%;
    min-height: 44px;
    padding: 9px 12px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background: #ffffff;
    color: #111111;
    font-size: 14px;
    font-weight: 600;
}

.scc-configurator__field select:focus {
    outline: none;
    border-color: #111111;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.scc-configurator__result {
    padding: 18px;
    border-radius: 14px;
    background: #111111;
    color: #ffffff;
}

.scc-configurator__result-main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.scc-configurator__result-label {
    display: block;
    margin-bottom: 4px;
    color: #cfcfcf;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.scc-configurator__result strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
}

.scc-configurator__result-detail {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.scc-configurator__result-detail span {
    display: block;
    font-weight: 700;
}

.scc-configurator__result-detail small {
    display: block;
    margin-top: 4px;
    color: #d7d7d7;
}

.scc-configurator__result--empty {
    background: #f4f4f4;
    color: #111111;
}

.scc-configurator__result--empty .scc-configurator__result-label,
.scc-configurator__result--empty .scc-configurator__result-detail small {
    color: #666666;
}

.scc-configurator__result--empty .scc-configurator__result-detail {
    border-top-color: #dddddd;
}

@media (max-width: 980px) {
    .scc-configurator__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .scc__section-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .scc-configurator__grid,
    .scc-configurator__result-main {
        grid-template-columns: 1fr;
    }
}

.scc-summary__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 22px;
}

.scc-summary__intro {
    margin: -8px 0 0;
    color: #555555;
    font-size: 14px;
}

.scc-summary__price {
    min-width: 210px;
    padding: 16px 18px;
    background: #111111;
    color: #ffffff;
    border-radius: 14px;
    text-align: right;
}

.scc-summary__price span {
    display: block;
    margin-bottom: 4px;
    color: #cfcfcf;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.scc-summary__price strong {
    display: block;
    font-size: 20px;
    font-weight: 900;
}

.scc-summary__kpis {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

.scc-summary__kpi {
    padding: 15px;
    background: #f7f7f7;
    border-radius: 12px;
}

.scc-summary__kpi span {
    display: block;
    margin-bottom: 5px;
    color: #666666;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.scc-summary__kpi strong {
    display: block;
    color: #111111;
    font-size: 18px;
    font-weight: 900;
}

.scc-summary__details {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.scc-summary__row {
    padding: 14px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #ffffff;
}

.scc-summary__row span {
    display: block;
    margin-bottom: 5px;
    color: #666666;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.scc-summary__row strong {
    display: block;
    color: #111111;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

@media (max-width: 980px) {
    .scc-summary__top {
        flex-direction: column;
    }

    .scc-summary__price {
        width: 100%;
        text-align: left;
    }

    .scc-summary__kpis {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .scc-summary__details {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .scc-summary__kpis {
        grid-template-columns: 1fr;
    }
}
/* ================================
   SCC V1.5 — actions configurateur
================================ */
.scc-configurator__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.scc-configurator__cart-button,
.scc-configurator__download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 18px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none !important;
    cursor: pointer;
    transition: opacity 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.scc-configurator__cart-button {
    border: 1px solid #111111;
    background: #111111;
    color: #ffffff;
}

.scc-configurator__cart-button:hover:not(:disabled) {
    background: #333333;
    border-color: #333333;
    color: #ffffff;
}

.scc-configurator__cart-button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.scc-configurator__cart-button.is-loading {
    opacity: 0.7;
    cursor: wait;
}

.scc-configurator__download-button {
    border: 1px solid #111111;
    background: #ffffff;
    color: #111111;
}

.scc-configurator__download-button:hover {
    background: #111111;
    color: #ffffff;
}

.scc-configurator__message {
    margin: 12px 0 0;
    font-size: 14px;
    font-weight: 700;
}

.scc-configurator__message:empty {
    display: none;
}

.scc-configurator__message--error {
    color: #b00020;
}

.scc-configurator__message--success {
    color: #0f6b2f;
}

.scc-configurator__field select option:disabled {
    color: #aaaaaa;
}

@media (max-width: 767px) {
    .scc-configurator__actions {
        flex-direction: column;
    }

    .scc-configurator__cart-button,
    .scc-configurator__download-button {
        width: 100%;
    }
}
