/* Guide — créance entre époux */
.guide-credit-page .guide-answer {
    background: #eff9f9;
}

.guide-credit-page .guide-hero h1 {
    max-width: 720px;
    font-size: clamp(2.2rem, 2.7vw, 2.55rem);
}

.guide-credit-page .guide-answer-tag {
    max-width: 250px;
    color: #a34f42;
    border-color: #f0d4cd;
    background: #fff8f5;
    line-height: 1.35;
    white-space: normal;
}

.guide-fact-questions {
    display: grid;
    margin: 22px 0 14px;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.guide-fact-questions > div {
    display: grid;
    min-width: 0;
    padding: 13px 12px;
    border: 1px solid #deebef;
    border-radius: 10px;
    background: #fbfefe;
    grid-template-columns: 34px 1fr;
    align-items: center;
    column-gap: 9px;
}

.guide-fact-questions span {
    display: grid;
    width: 32px;
    height: 32px;
    color: var(--guide-teal);
    border-radius: 50%;
    background: #e8f7f6;
    grid-row: 1 / span 2;
    place-items: center;
}

.guide-fact-questions svg {
    width: 16px;
    height: 16px;
}

.guide-fact-questions strong,
.guide-fact-questions small {
    min-width: 0;
}

.guide-fact-questions strong {
    color: #224b66;
    font-size: .65rem;
}

.guide-fact-questions small {
    margin-top: 2px;
    color: #75899a;
    font-size: .52rem;
    line-height: 1.35;
}

.guide-fact-matrix {
    margin-top: 0;
}

.guide-fact-matrix table {
    min-width: 900px;
}

.guide-fact-matrix td:first-child {
    color: #244760;
    font-weight: 750;
}

.guide-status {
    display: inline-flex;
    padding: 5px 7px;
    border-radius: 999px;
    font-size: .5rem;
    font-weight: 800;
    white-space: nowrap;
}

.guide-status.is-documented,
.guide-report-rows strong.is-documented {
    color: #16705e;
    background: #eaf8f1;
}

.guide-status.is-review,
.guide-report-rows strong.is-review {
    color: #a35d24;
    background: #fff3e7;
}

.guide-matrix-note {
    display: flex;
    margin: 11px 0 0 !important;
    padding: 10px 12px;
    color: #587186 !important;
    border-radius: 8px;
    background: #f3f9fb;
    align-items: flex-start;
    gap: 8px;
    font-size: .6rem !important;
}

.guide-matrix-note svg {
    width: 14px;
    height: 14px;
    margin-top: 1px;
    color: var(--guide-teal);
    flex: 0 0 auto;
}

.guide-legal-classification {
    display: grid;
    margin-top: 21px;
    overflow: hidden;
    border: 1px solid var(--guide-line);
    border-radius: 12px;
    background: #fff;
    grid-template-columns: repeat(3, 1fr);
}

.guide-legal-classification article {
    min-width: 0;
    padding: 19px 17px;
}

.guide-legal-classification article + article {
    border-left: 1px solid var(--guide-line);
}

.guide-legal-classification article > span {
    display: grid;
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
    color: var(--guide-teal);
    border-radius: 50%;
    background: var(--guide-teal-pale);
    place-items: center;
}

.guide-legal-classification article > span svg {
    width: 18px;
    height: 18px;
}

.guide-legal-classification h3 {
    margin: 0 0 8px;
    color: #23435f;
    font-size: .73rem;
    line-height: 1.35;
}

.guide-legal-classification p {
    margin: 0;
    color: #60768a;
    font-size: .62rem;
    line-height: 1.55;
}

.guide-legal-classification small {
    display: block;
    margin-top: 11px;
    color: #334f69;
    font-size: .55rem;
    font-weight: 700;
    line-height: 1.45;
}

.guide-legal-warning {
    display: flex;
    margin-top: 11px;
    padding: 11px 14px;
    color: #9e4e42;
    border: 1px solid #f0d4cd;
    border-radius: 9px;
    background: var(--guide-coral-pale);
    align-items: flex-start;
    gap: 9px;
}

.guide-legal-warning svg {
    width: 16px;
    height: 16px;
    margin-top: 1px;
    color: var(--guide-coral);
    flex: 0 0 auto;
}

.guide-legal-warning p {
    margin: 0;
    font-size: .61rem;
    font-weight: 700;
    line-height: 1.5;
}

.guide-legal-references {
    display: flex;
    margin-top: 12px;
    flex-wrap: wrap;
    gap: 7px;
}

.guide-legal-references a {
    display: inline-flex;
    padding: 7px 9px;
    color: #385b73;
    border: 1px solid #dce9ef;
    border-radius: 7px;
    background: #fff;
    align-items: center;
    gap: 6px;
    font-size: .54rem;
    font-weight: 750;
}

.guide-legal-references a:hover {
    color: var(--blue);
    border-color: #bcd5e4;
}

.guide-legal-references svg {
    width: 11px;
    height: 11px;
}

.guide-proof-comparison {
    display: grid;
    margin-top: 21px;
    grid-template-columns: minmax(190px, .7fr) 36px minmax(0, 1.5fr);
    align-items: stretch;
}

.guide-proof-comparison > section {
    min-width: 0;
    padding: 18px;
    border: 1px solid var(--guide-line);
    border-radius: 11px;
}

.guide-proof-before {
    background: #fff8f5;
}

.guide-proof-after {
    background: #f7fcfc;
}

.guide-proof-comparison h3 {
    margin: 0 0 13px;
    font-size: .7rem;
}

.guide-proof-before h3 {
    color: #b35247;
}

.guide-proof-after h3 {
    color: var(--guide-teal-dark);
}

.guide-proof-before ul {
    display: grid;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 9px;
}

.guide-proof-before li {
    display: flex;
    color: #6b6f75;
    align-items: flex-start;
    gap: 7px;
    font-size: .59rem;
    line-height: 1.4;
}

.guide-proof-before svg {
    width: 13px;
    height: 13px;
    margin-top: 1px;
    color: var(--guide-coral);
    flex: 0 0 auto;
}

.guide-proof-arrow {
    display: grid;
    color: var(--guide-teal);
    place-items: center;
}

.guide-proof-arrow svg {
    width: 21px;
    height: 21px;
}

.guide-proof-after > div {
    display: grid;
}

.guide-proof-after article {
    display: grid;
    min-width: 0;
    padding: 8px 0;
    border-top: 1px solid #dfebee;
    grid-template-columns: 16px minmax(110px, 1.1fr) 74px 82px minmax(115px, 1fr);
    align-items: center;
    gap: 7px;
}

.guide-proof-after article:first-child {
    padding-top: 0;
    border-top: 0;
}

.guide-proof-after article > svg {
    width: 13px;
    height: 13px;
    color: var(--guide-teal);
}

.guide-proof-after strong,
.guide-proof-after b,
.guide-proof-after span,
.guide-proof-after small {
    min-width: 0;
    font-size: .54rem;
}

.guide-proof-after strong {
    color: #2d5069;
}

.guide-proof-after b {
    color: #274761;
    font-weight: 800;
}

.guide-proof-after span,
.guide-proof-after small {
    color: #73879a;
}

.guide-warning-grid {
    display: grid;
    margin-top: 20px;
    padding: 15px 16px;
    border: 1px solid #f0d7d0;
    border-radius: 11px;
    background: #fff7f4;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.guide-warning-grid article {
    display: grid;
    min-width: 0;
    grid-template-columns: 25px 1fr;
    gap: 8px;
}

.guide-warning-grid article > span {
    display: grid;
    width: 24px;
    height: 24px;
    color: var(--guide-coral);
    border-radius: 50%;
    background: #fff;
    place-items: center;
}

.guide-warning-grid svg {
    width: 13px;
    height: 13px;
}

.guide-warning-grid h3 {
    margin: 0 0 3px;
    color: #965046;
    font-size: .58rem;
    line-height: 1.35;
}

.guide-warning-grid p {
    margin: 0;
    color: #7a6c69;
    font-size: .51rem;
    line-height: 1.45;
}

.guide-report-preview {
    display: grid;
    margin-top: 21px;
    overflow: hidden;
    border: 1px solid var(--guide-line);
    border-radius: 12px;
    background: #fff;
    grid-template-columns: .9fr 1fr .75fr;
}

.guide-report-preview > section,
.guide-report-rows,
.guide-report-preview > aside {
    min-width: 0;
    padding: 18px;
}

.guide-report-preview > section,
.guide-report-rows {
    border-right: 1px solid var(--guide-line);
}

.guide-report-preview header {
    display: grid;
    margin-bottom: 13px;
}

.guide-report-preview header span {
    color: var(--guide-teal-dark);
    font-size: .53rem;
    font-weight: 800;
    text-transform: uppercase;
}

.guide-report-preview header strong {
    margin-top: 3px;
    color: #24455e;
    font-size: .73rem;
}

.guide-report-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
}

.guide-report-metrics div {
    display: grid;
    padding: 10px 8px;
    border-radius: 8px;
    background: #f3f8fb;
}

.guide-report-metrics strong {
    color: #244862;
    font-size: .88rem;
}

.guide-report-metrics span {
    margin-top: 3px;
    color: #718496;
    font-size: .46rem;
    line-height: 1.35;
}

.guide-report-rows {
    display: grid;
    align-content: center;
}

.guide-report-rows > div {
    display: flex;
    padding: 8px 0;
    border-top: 1px solid #e5eef2;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.guide-report-rows > div:first-child {
    border-top: 0;
}

.guide-report-rows span {
    color: #48647b;
    font-size: .56rem;
}

.guide-report-rows strong {
    padding: 4px 7px;
    border-radius: 999px;
    font-size: .49rem;
    white-space: nowrap;
}

.guide-report-preview > aside {
    display: grid;
    color: #244a67;
    background: #eff8ff;
    align-content: center;
    justify-items: start;
    gap: 11px;
}

.guide-report-preview > aside svg {
    width: 32px;
    height: 32px;
    color: var(--blue);
}

.guide-report-preview > aside strong {
    font-size: .66rem;
    line-height: 1.5;
}

