/* Homepage Particulier — direction « dossier vivant ». */

.home-section {
    padding: clamp(88px, 10vw, 148px) 0;
}

.home-eyebrow,
.home-kicker {
    margin: 0 0 18px;
    color: var(--blue-dark);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.home-kicker {
    color: var(--teal-dark);
}

.home-heading {
    max-width: 820px;
    margin-bottom: 54px;
}

.home-heading-centered {
    margin-inline: auto;
    text-align: center;
}

.home-heading h2,
.home-faq-heading h2,
.home-pricing-copy h2 {
    margin-bottom: 20px;
    font-size: clamp(2.2rem, 4.3vw, 4.55rem);
    line-height: .98;
}

.home-heading > p:last-child,
.home-faq-heading > p:last-child,
.home-pricing-copy > p {
    color: var(--ink-soft);
    font-size: clamp(1rem, 1.35vw, 1.15rem);
}

.home-icon {
    display: inline-grid;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    color: var(--blue-dark);
    background: var(--blue-pale);
    border: 1px solid #d8e9f8;
    border-radius: 12px;
    place-items: center;
}

.home-icon svg {
    width: 20px;
    height: 20px;
}

/* Hero */

.home-hero {
    overflow: hidden;
    padding: clamp(14px, 1.5vw, 22px) 0 0;
    background: #fffdfa;
}

.home-hero-grid {
    display: grid;
    max-width: 1165px;
    min-height: 520px;
    grid-template-columns: minmax(0, 510px) minmax(0, 570px);
    align-items: stretch;
    gap: 40px;
}

.home-hero-copy {
    position: relative;
    z-index: 2;
    display: flex;
    padding: 10px 0 24px;
    flex-direction: column;
    justify-content: center;
}

.home-hero .home-eyebrow {
    margin-bottom: 12px;
    color: var(--teal-dark);
    font-size: .68rem;
}

.home-hero h1 {
    max-width: 510px;
    margin-bottom: 15px;
    font-size: clamp(2.35rem, 2.75vw, 2.75rem);
    font-weight: 750;
    letter-spacing: -.047em;
    line-height: .99;
}

.home-hero-intro {
    max-width: 390px;
    margin-bottom: 14px;
    color: var(--ink-soft);
    font-size: clamp(.88rem, 1.05vw, .98rem);
    line-height: 1.5;
}

.home-hero-actions {
    display: flex;
    width: max-content;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
}

.home-hero-actions .button {
    min-width: 225px;
    min-height: 44px;
    padding-inline: 22px;
    font-size: .8rem;
}

.home-price-note {
    color: var(--ink-soft);
    font-size: .7rem;
}

.home-price-note strong {
    color: var(--teal-dark);
    font-size: 1.35rem;
    letter-spacing: -.04em;
}

.home-hero-visual {
    position: relative;
    width: 575px;
    min-height: 520px;
}

.home-hero-visual > img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: 42% center;
    border: 1px solid rgba(15, 41, 72, .08);
    border-radius: 18px;
    box-shadow: 0 24px 58px rgba(32, 69, 104, .13);
}

.home-dossier-card {
    position: absolute;
    z-index: 2;
    top: 22px;
    right: 9px;
    width: min(310px, calc(100% - 24px));
    padding: 17px;
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(219, 229, 238, .96);
    border-radius: 14px;
    box-shadow: 0 18px 42px rgba(15, 41, 72, .19);
    backdrop-filter: blur(10px);
}

.home-dossier-card-header,
.home-dossier-block-heading,
.home-dossier-coverage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-dossier-card-header strong {
    font-size: .94rem;
    letter-spacing: -.025em;
}

.home-dossier-card-header > span {
    padding: 4px 9px;
    color: #247c68;
    background: #e7f7f0;
    border-radius: 6px;
    font-size: .68rem;
    font-weight: 800;
}

.home-dossier-disclaimer {
    margin: 3px 0 9px;
    color: #8493a2;
    font-size: .6rem;
    font-weight: 750;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.home-dossier-block {
    padding: 10px 0;
    border-top: 1px solid var(--line-soft);
}

.home-dossier-label {
    display: block;
    margin-bottom: 5px;
    color: #344c65;
    font-size: .68rem;
    font-weight: 800;
}

.home-dossier-people > div,
.home-bank-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 10px;
}

.home-dossier-people > div > span,
.home-bank-grid > span {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    color: #273e57;
    font-size: .68rem;
    font-weight: 700;
    white-space: nowrap;
}

.home-dossier-people svg {
    width: 18px;
    height: 18px;
    padding: 3px;
    color: #2f7298;
    background: #e8f3f8;
    border-radius: 50%;
}

.home-dossier-value {
    display: block;
    color: #203851;
    font-size: .78rem;
}

.home-dossier-value small {
    color: var(--ink-soft);
    font-size: .68rem;
    font-weight: 650;
}

.home-dossier-block-heading {
    margin-bottom: 7px;
}

.home-dossier-block-heading .home-dossier-label {
    margin-bottom: 0;
}

.home-dossier-block-heading strong {
    color: var(--blue);
    font-size: .67rem;
}

.home-bank-mark {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    padding: 4px;
    color: #fff;
    background: var(--teal-dark);
    border-radius: 4px;
}

.home-bank-mark.is-b {
    background: #cd626a;
}

.home-bank-mark.is-c {
    background: #3974bd;
}

.home-bank-mark.is-d {
    background: #d6a72e;
}

.home-dossier-coverage > div:first-child {
    max-width: 150px;
}

.home-dossier-coverage .home-dossier-label {
    margin-bottom: 4px;
}

.home-dossier-coverage small {
    display: block;
    color: var(--ink-soft);
    font-size: .64rem;
    line-height: 1.35;
}

.home-coverage-ring {
    position: relative;
    display: grid;
    width: 68px;
    height: 68px;
    flex: 0 0 68px;
    place-items: center;
}

.home-coverage-ring canvas {
    position: absolute;
    inset: 0;
    width: 68px;
    height: 68px;
}

.home-coverage-ring strong {
    position: relative;
    color: #1d4267;
    font-size: .85rem;
}

.home-dossier-expected strong {
    display: block;
    color: #263e56;
    font-size: .72rem;
}

.home-dossier-detail {
    display: grid;
    min-height: 36px;
    color: var(--blue);
    border: 1px solid var(--line);
    border-radius: 7px;
    font-size: .7rem;
    font-weight: 800;
    place-items: center;
}

.home-dossier-detail:hover {
    border-color: #aac7e3;
    background: #f8fbfe;
}

.home-paths {
    width: 620px;
    padding: 15px;
    margin-top: 20px;
    background: rgba(255, 255, 255, .82);
    border: 1px solid var(--line-soft);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(32, 69, 104, .035);
}

.home-paths > p {
    margin-bottom: 9px;
    color: #29415a;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .01em;
}

.home-path-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.home-path-card {
    display: grid;
    min-height: 80px;
    padding: 10px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.home-path-card:hover {
    border-color: #9ecbd5;
    box-shadow: 0 7px 18px rgba(32, 69, 104, .08);
    transform: translateY(-2px);
}

.home-path-card.is-primary {
    border-color: #72cac5;
    box-shadow: inset 0 0 0 1px rgba(114, 202, 197, .2);
}

.home-path-card .home-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 8px;
}

.home-path-card .home-icon svg {
    width: 16px;
    height: 16px;
}

.home-path-card.is-primary .home-icon {
    color: var(--teal-dark);
    background: var(--teal-pale);
    border-color: #c9e9e5;
}

.home-path-card > span:nth-child(2) {
    display: grid;
    gap: 1px;
}

.home-path-card strong {
    font-size: .84rem;
}

.home-path-card small {
    color: var(--ink-soft);
    font-size: .75rem;
    line-height: 1.3;
}

.home-hero-markers {
    margin-top: 20px;
    border-block: 1px solid var(--line-soft);
    background: #f7fafc;
}

.home-hero-markers .container {
    display: grid;
    max-width: 1165px;
    min-height: 108px;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
}

.home-hero-markers .container > span {
    display: flex;
    min-height: 48px;
    padding: 0 20px;
    align-items: flex-start;
    gap: 11px;
    color: var(--ink-soft);
    border-left: 1px solid var(--line);
}

.home-hero-markers .container > span:first-child {
    padding-left: 0;
    border-left: 0;
}

.home-hero-markers .container > span > svg {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex: 0 0 20px;
    color: var(--teal-dark);
}

.home-hero-markers .container > span > span {
    display: grid;
    gap: 2px;
}

.home-hero-markers strong {
    color: #29415a;
    font-size: .8rem;
}

.home-hero-markers small {
    color: var(--ink-soft);
    font-size: .75rem;
    line-height: 1.35;
}

.home-coverage-card progress {
    width: 100%;
    height: 8px;
    overflow: hidden;
    appearance: none;
    background: #e9eff4;
    border: 0;
    border-radius: 99px;
    grid-column: 1 / -1;
}

.home-coverage-card progress::-webkit-progress-bar {
    background: #e9eff4;
}

.home-coverage-card progress::-webkit-progress-value {
    background: var(--teal);
    border-radius: 99px;
}

.home-coverage-card progress::-moz-progress-bar {
    background: var(--teal);
    border-radius: 99px;
}

/* Pain */

.home-pain {
    overflow: hidden;
    color: #18345b;
    background: #fff8e8;
}

.home-pain-stage {
    position: relative;
    display: grid;
    max-width: 1120px;
    min-height: 366px;
    padding-top: 34px;
    padding-bottom: 44px;
    grid-template-columns: 116px 278px minmax(0, 1fr);
    grid-template-rows: auto 1fr 46px;
    column-gap: 26px;
}

.home-pain-stage h2 {
    z-index: 2;
    margin: 0 0 12px;
    grid-column: 2 / 4;
    grid-row: 1;
    font-size: clamp(1.55rem, 2vw, 1.85rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.025em;
}

.home-pain-banks {
    display: flex;
    width: 108px;
    height: 188px;
    padding: 8px 5px;
    margin: 12px 0 0;
    align-items: center;
    justify-content: center;
    align-self: start;
    grid-column: 1;
    grid-row: 1 / 3;
    background: #fff;
    border: 1px solid rgba(32, 62, 93, .12);
    border-radius: 7px;
    box-shadow: 0 5px 12px rgba(31, 48, 62, .12);
}

.home-pain-banks img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-pain-list {
    display: grid;
    z-index: 2;
    padding: 0;
    margin: 0;
    align-content: start;
    grid-column: 2;
    grid-row: 2;
    grid-template-columns: 1fr;
    list-style: none;
    gap: 7px;
}

.home-pain-list li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #456079;
    font-size: .82rem;
    font-weight: 700;
    line-height: 1.15;
}

.home-pain-list svg {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    color: #5aa5aa;
    stroke-width: 2.4;
}

.home-pain-scene {
    position: relative;
    min-width: 0;
    height: 220px;
    margin: 0;
    grid-column: 3;
    grid-row: 2;
}

.home-pain-documents {
    position: absolute;
    top: -18px;
    left: -10px;
    width: min(92%, 650px);
    height: auto;
    object-fit: contain;
}

.home-pain-house {
    position: absolute;
    z-index: 2;
    width: 105px;
    height: 70px;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border: 4px solid #fff;
    border-radius: 2px;
    box-shadow: 0 4px 10px rgba(37, 52, 66, .16);
}

.home-pain-house-primary {
    top: 53px;
    left: 53%;
    transform: rotate(2deg);
}

.home-pain-house-secondary {
    top: 93px;
    left: 30%;
    width: 96px;
    height: 64px;
    transform: rotate(-1.5deg);
}

.home-pain-callout {
    position: absolute;
    z-index: 3;
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    gap: 5px;
    color: #334a5f;
    font-family: "Segoe Print", "Bradley Hand", cursive;
    font-size: .76rem;
    font-weight: 650;
    line-height: 1.18;
}

.home-pain-callout svg {
    width: 22px;
    height: 16px;
    color: #d88a4b;
    stroke-width: 1.7;
}

.home-pain-callout-statements {
    top: 0;
    right: 2px;
}

.home-pain-callout-transfers {
    top: 77px;
    right: -4px;
}

.home-pain-callout-proof {
    top: 145px;
    right: 8px;
}

.home-pain-scene figcaption {
    position: absolute;
    right: 0;
    bottom: -3px;
    margin: 0;
    color: #7b8793;
    font-size: .6rem;
    font-weight: 650;
    letter-spacing: .01em;
}

.home-pain-timeline {
    position: relative;
    display: grid;
    padding: 0;
    margin: 7px 0 0;
    width: min(100%, 800px);
    align-items: start;
    grid-column: 2 / 4;
    grid-row: 3;
    grid-template-columns: repeat(11, 1fr);
    list-style: none;
}

.home-pain-timeline::before {
    position: absolute;
    top: 5px;
    right: 4%;
    left: 4%;
    height: 1px;
    background: #b8d6d5;
    content: "";
}

.home-pain-timeline li {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 14px;
    color: #6d8091;
    font-size: .62rem;
    font-weight: 720;
}

.home-pain-timeline li::before {
    position: absolute;
    top: 1px;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #69b7b5;
    border: 2px solid #fff8e8;
    border-radius: 50%;
    content: "";
    transform: translateX(-50%);
}

.home-pain-next {
    position: absolute;
    z-index: 4;
    bottom: -1px;
    left: 50%;
    display: grid;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #2ca7aa;
    border: 3px solid #fff8e8;
    border-radius: 50%;
    place-items: center;
    transform: translateX(-50%);
}

.home-pain-next svg {
    width: 16px;
    height: 16px;
    stroke-width: 2;
}

/* Solution */

.home-solution {
    padding: 64px 0 56px;
    background: var(--surface);
}

.home-solution-shell {
    position: relative;
    display: grid;
    max-width: 1120px;
    min-height: 268px;
    padding: 24px 24px 38px;
    border: 1px solid var(--line);
    border-radius: 9px;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 1.14fr) minmax(152px, .66fr);
    align-items: stretch;
    gap: 24px;
    box-shadow: 0 5px 20px rgba(30, 55, 80, .035);
}

.home-solution-copy {
    padding: 4px 0 0;
}

.home-solution-copy h2 {
    margin: 0 0 14px;
    color: var(--blue-dark);
    font-size: 1.22rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.015em;
}

.home-solution-copy ul {
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 9px;
}

.home-solution-copy li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #415b73;
    font-size: .8rem;
    font-weight: 650;
    line-height: 1.25;
}

.home-solution-copy li svg {
    width: 13px;
    height: 13px;
    flex: 0 0 13px;
    margin-top: 1px;
    color: #62a9ae;
    stroke-width: 2.4;
}

.home-solution-summary {
    min-width: 0;
    padding: 12px 12px 10px;
    border: 1px solid #dfe8ef;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(25, 52, 76, .035);
}

.home-solution-summary h3 {
    margin: 0 0 9px;
    color: #314a64;
    font-size: .76rem;
    font-weight: 800;
}

.home-solution-table-wrap {
    overflow-x: auto;
}

.home-solution-summary table {
    width: 100%;
    min-width: 330px;
    border-collapse: collapse;
    color: #466077;
    font-size: .62rem;
    line-height: 1.15;
    text-align: center;
}

.home-solution-summary th,
.home-solution-summary td {
    padding: 5px 4px;
    border-top: 1px solid #e8eef3;
    white-space: nowrap;
}

.home-solution-summary thead th {
    padding-top: 2px;
    color: #718497;
    border-top: 0;
    font-size: .6rem;
    font-weight: 760;
}

.home-solution-summary tbody th {
    color: #40586f;
    font-weight: 700;
    text-align: left;
}

.home-solution-summary tbody th svg {
    width: 10px;
    height: 10px;
    margin-right: 4px;
    color: #4e8cc5;
    vertical-align: -2px;
}

.home-solution-summary tbody tr:nth-child(2) th svg {
    color: #e45d69;
}

.home-solution-summary tbody tr:nth-child(3) th svg {
    color: #7157b6;
}

.home-solution-summary tbody tr:nth-child(4) th svg {
    color: #e6a635;
}

.home-solution-summary tbody tr:nth-child(5) th svg {
    color: #6a9d68;
}

.home-solution-summary td small {
    color: #4fa07d;
    font-size: .6rem;
    font-weight: 800;
}

.home-solution-statement {
    min-width: 0;
    padding: 8px 8px 7px;
    margin: 0;
    border: 1px solid #dfe8ef;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(25, 52, 76, .035);
}

.home-solution-statement-sheet {
    overflow: hidden;
    height: 141px;
    background: #f7f9fb;
    border: 1px solid #edf1f5;
}

.home-solution-statement img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-solution-statement figcaption {
    display: flex;
    min-height: 22px;
    padding-top: 6px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #7c8fa2;
    font-size: .64rem;
}

.home-solution-statement figcaption span {
    display: inline-flex;
}

.home-solution-statement figcaption svg {
    width: 11px;
    height: 11px;
}

.home-solution-statement figcaption strong {
    color: #63788d;
    font-weight: 800;
}

.home-solution-disclaimer {
    position: absolute;
    right: 20px;
    bottom: 10px;
    margin: 0;
    color: #7a8998;
    font-size: .6rem;
    font-weight: 650;
    letter-spacing: .01em;
}

/* Method */

.home-method {
    padding: 36px 0 88px;
    background: var(--surface);
}

.home-method-shell {
    max-width: 1165px;
}

.home-method-shell > h2 {
    margin: 0 0 26px;
    color: var(--blue-dark);
    font-size: clamp(1.48rem, 2.2vw, 1.82rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.025em;
    text-align: center;
}

.home-method-list {
    display: grid;
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    list-style: none;
    gap: 12px;
}

.home-method-step {
    position: relative;
    display: grid;
    min-height: 360px;
    padding: 18px 16px 20px;
    background: #fffaf0;
    border: 1px solid #f0e5cf;
    border-radius: 12px;
    grid-template-columns: 1fr;
    align-content: start;
    gap: 14px;
}

.home-method-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-step-number {
    display: grid;
    width: 30px;
    height: 30px;
    color: #d88b2f;
    background: #fff1cd;
    border: 1px solid #f5dfab;
    border-radius: 50%;
    font-size: .78rem;
    font-weight: 800;
    place-items: center;
}

.home-method-icon {
    display: inline-flex;
    min-width: 44px;
    height: 38px;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #5c79a2;
}

.home-method-icon svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.7;
}

.home-method-icon-group svg {
    width: 18px;
    height: 18px;
}

.home-method-step h3 {
    margin: 0;
    color: var(--blue-dark);
    font-size: .92rem;
    line-height: 1.24;
}

.home-method-step p {
    margin: 0;
    color: var(--ink-soft);
    font-size: .78rem;
    line-height: 1.48;
}

.home-method-step ul {
    display: grid;
    padding: 0;
    margin: auto 0 0;
    color: #435e76;
    font-size: .75rem;
    font-weight: 650;
    line-height: 1.35;
    list-style: none;
    gap: 8px;
}

.home-method-step ul li {
    position: relative;
    padding-left: 17px;
}

.home-method-step ul li::before {
    position: absolute;
    top: .45em;
    left: 0;
    width: 7px;
    height: 4px;
    border-bottom: 1.7px solid #69aeb0;
    border-left: 1.7px solid #69aeb0;
    content: "";
    transform: rotate(-45deg);
}

.home-coverage-card {
    padding: 24px;
    background: #f8fbfd;
    border: 1px solid var(--line);
    border-radius: 15px;
}

.home-coverage-card header,
.home-coverage-status,
.home-coverage-persons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.home-coverage-card header {
    margin-bottom: 18px;
}

.home-coverage-card header span,
.home-coverage-card label {
    color: var(--ink-soft);
    font-size: .72rem;
    font-weight: 700;
}

.home-coverage-persons {
    justify-content: flex-start;
    margin-bottom: 20px;
}

.home-coverage-persons span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: .74rem;
    font-weight: 700;
}

.home-coverage-card progress {
    margin: 9px 0;
}

.home-coverage-status {
    justify-content: flex-start;
}

.home-coverage-status span {
    padding: 5px 8px;
    border-radius: 7px;
    font-size: .68rem;
    font-weight: 750;
}

.home-coverage-status .is-done {
    color: #1e706d;
    background: var(--teal-pale);
}

.home-coverage-status .is-missing {
    color: #9b5637;
    background: #fff0e5;
}

/* Feature grid */

.home-features {
    padding: 62px 0 72px;
    color: var(--ink);
    background: white;
}

.home-features-shell {
    max-width: 1180px;
}

.home-feature-heading {
    border-top: 1px solid var(--line);
    text-align: center;
}

.home-feature-heading h2 {
    display: table;
    max-width: 980px;
    margin: -.72em auto 28px;
    padding: 0 20px;
    color: var(--ink);
    background: white;
    font-size: clamp(1.25rem, 1.5vw, 1.5rem);
    line-height: 1.2;
}

.home-feature-grid {
    display: grid;
    overflow: hidden;
    background: white;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
}

.home-feature-card {
    display: grid;
    min-width: 0;
    min-height: 188px;
    padding: 24px 20px;
    color: var(--ink);
    background: white;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    grid-template-columns: 38px minmax(0, 1fr);
    align-content: start;
    gap: 13px;
}

.home-feature-card .home-icon {
    width: 38px;
    height: 38px;
    color: var(--blue);
    background: #f4f8ff;
    border-color: #dce8fb;
    border-radius: 10px;
}

.home-feature-card .home-icon svg {
    width: 21px;
    height: 21px;
    stroke-width: 1.7;
}

.home-feature-copy {
    min-width: 0;
}

.home-feature-card h3 {
    margin: 1px 0 8px;
    font-size: .9rem;
    line-height: 1.28;
}

.home-feature-card p {
    margin: 0;
    color: var(--ink-soft);
    font-size: .76rem;
    line-height: 1.48;
}

/* Proof */

.home-proof {
    padding: 64px 0 76px;
    overflow: hidden;
    color: var(--ink);
    background: white;
}

.home-proof-shell {
    max-width: 1180px;
}

.home-proof-heading {
    border-top: 1px solid var(--line);
    text-align: center;
}

.home-proof-heading h2 {
    display: table;
    max-width: 850px;
    padding: 0 20px;
    margin: -.72em auto 30px;
    color: var(--ink);
    background: white;
    font-size: clamp(1.25rem, 1.5vw, 1.5rem);
    line-height: 1.2;
}

.home-proof-chain {
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: 1.06fr 1.18fr 1fr 1.2fr .72fr 1.55fr;
    align-items: stretch;
    gap: 10px;
}

.home-proof-step {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) 22px;
    align-items: center;
    gap: 8px;
}

.home-proof-step:last-child {
    grid-template-columns: minmax(0, 1fr);
}

.home-proof-node {
    display: flex;
    min-width: 0;
    min-height: 126px;
    padding: 15px 13px;
    margin: 0;
    background: white;
    border: 1px solid var(--line);
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
}

.home-proof-label {
    color: var(--ink-soft);
    font-size: .72rem;
    font-weight: 750;
}

.home-proof-node strong {
    overflow-wrap: anywhere;
    font-size: .82rem;
    line-height: 1.3;
}

.home-proof-node small {
    color: var(--ink-soft);
    font-size: .72rem;
    line-height: 1.4;
}

.home-proof-node-amount strong {
    color: var(--ink);
    font-size: 1.24rem;
    white-space: nowrap;
}

.home-proof-arrow {
    display: grid;
    width: 22px;
    height: 22px;
    color: var(--blue);
    place-items: center;
}

.home-proof-arrow svg {
    width: 18px;
    height: 18px;
    stroke-width: 1.8;
}

.home-proof-node-excerpt {
    padding: 10px;
    justify-content: flex-start;
}

.home-proof-node-excerpt img {
    width: 100%;
    height: 82px;
    object-fit: cover;
    border: 1px solid var(--line-soft);
    border-radius: 5px;
}

.home-proof-evidence {
    display: grid;
    padding: 14px 16px;
    margin-top: 16px;
    background: #fffaf3;
    border: 1px solid #f2dfc9;
    border-radius: 10px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px 22px;
}

.home-proof-evidence p {
    margin: 0;
}

.home-proof-missing {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #945335;
    font-size: .76rem;
}

.home-proof-missing svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.home-proof-reserve {
    color: var(--ink-soft);
    font-size: .76rem;
    line-height: 1.45;
}

.home-proof-evidence > small {
    color: var(--ink-soft);
    font-size: .68rem;
    text-align: right;
}

/* Result */

.home-result {
    padding: 68px 0 82px;
    overflow: hidden;
    background: white;
}

.home-result-shell {
    max-width: 1180px;
}

.home-result-heading {
    border-top: 1px solid var(--line);
    text-align: center;
}

.home-result-heading h2 {
    display: table;
    max-width: 860px;
    padding: 0 22px;
    margin: -.72em auto 13px;
    color: var(--ink);
    background: white;
    font-size: clamp(1.25rem, 1.5vw, 1.5rem);
    line-height: 1.2;
}

.home-result-heading > p {
    max-width: 880px;
    margin: 0 auto 30px;
    color: var(--ink-soft);
    font-size: .82rem;
    line-height: 1.55;
}

.home-result-grid {
    display: grid;
    grid-template-columns: 1.05fr 1.9fr .8fr 1.45fr;
    align-items: stretch;
    gap: 10px;
}

.home-result-card {
    display: flex;
    min-width: 0;
    min-height: 286px;
    padding: 18px;
    margin: 0;
    background: white;
    border: 1px solid var(--line);
    border-radius: 10px;
    flex-direction: column;
}

.home-result-card h3 {
    margin: 0;
    color: var(--ink);
    font-size: 1.25rem;
    line-height: 1.3;
}

.home-result-summary dl,
.home-result-report dl {
    display: grid;
    margin: 17px 0 0;
    gap: 8px;
}

.home-result-summary dl > div,
.home-result-report dl > div {
    display: grid;
    gap: 1px;
}

.home-result-summary dt,
.home-result-report dt {
    color: var(--ink-soft);
    font-size: .75rem;
    line-height: 1.3;
}

.home-result-summary dd,
.home-result-report dd {
    margin: 0;
    color: var(--ink);
    font-size: .82rem;
    font-weight: 750;
    line-height: 1.35;
}

.home-result-summary .is-missing dd {
    color: #a85e36;
}

.home-result-summary > small,
.home-result-report > small {
    margin-top: auto;
    color: var(--ink-soft);
    font-size: .75rem;
    line-height: 1.4;
}

.home-result-trajectory {
    padding-inline: 16px;
}

.home-result-trajectory > header,
.home-result-report > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.home-result-report > header {
    align-items: flex-start;
    flex-direction: column;
}

.home-result-trajectory > header > span,
.home-result-report > header > span {
    flex: 0 0 auto;
    padding: 5px 7px;
    color: var(--teal-dark);
    background: var(--teal-pale);
    border-radius: 6px;
    font-size: .75rem;
    font-weight: 800;
}

.home-result-legend {
    display: flex;
    margin-top: 13px;
    align-items: center;
    gap: 8px 14px;
    flex-wrap: wrap;
}

.home-result-legend > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--ink-soft);
    font-size: .75rem;
    line-height: 1.25;
}

.home-result-legend > span::before {
    width: 8px;
    height: 8px;
    flex: 0 0 auto;
    background: var(--blue);
    border-radius: 2px;
    content: "";
}

.home-result-legend > span.is-net::before {
    background: var(--teal);
    border-radius: 50%;
}

.home-result-legend small {
    font-size: inherit;
}

.home-result-chart {
    display: grid;
    min-height: 170px;
    margin-top: 6px;
    grid-template-columns: 22px minmax(0, 1fr);
}

.home-result-axis {
    display: grid;
    padding: 9px 5px 22px 0;
    margin: 0;
    color: var(--ink-soft);
    list-style: none;
    font-size: .62rem;
    line-height: 1;
    align-content: space-between;
    text-align: right;
}

.home-result-chart-stage {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border-bottom: 1px solid var(--line);
}

.home-result-bars {
    position: absolute;
    inset: 9px 0 0;
    display: grid;
    grid-template-columns: repeat(11, minmax(0, 1fr));
    align-items: stretch;
    gap: 3px;
}

.home-result-year {
    display: grid;
    min-width: 0;
    grid-template-rows: 1fr 20px;
    gap: 3px;
}

.home-result-bar-wrap {
    display: flex;
    min-height: 0;
    align-items: flex-end;
    justify-content: center;
}

.home-result-bar {
    display: block;
    width: min(15px, 72%);
    height: var(--result-value);
    background: #75a5e6;
    border-radius: 3px 3px 0 0;
    transform-origin: center bottom;
}

.home-result-year small {
    overflow: hidden;
    color: var(--ink-soft);
    font-size: .59rem;
    line-height: 20px;
    text-align: center;
}

.home-result-line {
    position: absolute;
    inset: 0;
    width: 100%;
    height: calc(100% - 20px);
    overflow: hidden;
    pointer-events: none;
}

.home-result-line-path {
    fill: none;
    stroke: var(--teal-dark);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.4;
    vector-effect: non-scaling-stroke;
}

.home-result-grid-line {
    stroke: var(--line-soft);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
}

.home-result-line-point {
    fill: white;
    stroke: var(--teal-dark);
    stroke-width: 2;
    transform-box: fill-box;
    transform-origin: center;
    vector-effect: non-scaling-stroke;
}

.home-result-trajectory > p {
    margin: 13px 0 0;
    color: var(--ink-soft);
    font-size: .82rem;
    line-height: 1.45;
}

.home-sr-table {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.home-result-report > strong {
    margin-top: 18px;
    font-size: .82rem;
    line-height: 1.35;
}

.home-result-report > a {
    display: inline-flex;
    min-height: 40px;
    padding: 9px 10px;
    margin-top: 18px;
    align-items: center;
    justify-content: center;
    color: white;
    background: var(--blue);
    border-radius: 7px;
    font-size: .75rem;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    transition: transform .25s ease, background-color .25s ease, box-shadow .25s ease;
}

.home-result-report > a:hover {
    background: var(--blue-dark);
    box-shadow: 0 8px 18px rgba(44, 102, 194, .2);
    transform: translateY(-2px);
}

.home-result-report > a:focus-visible {
    outline: 3px solid var(--focus, #e5b033);
    outline-offset: 3px;
}

.home-result-legal {
    color: var(--ink);
    background: #fffaf0;
    border-color: #f0dfbe;
}

.home-result-legal-icon {
    display: grid;
    width: 42px;
    height: 42px;
    margin-left: auto;
    color: #d89418;
    background: rgba(255, 255, 255, .78);
    border: 1px solid #edd8ad;
    border-radius: 10px;
    place-items: center;
}

.home-result-legal-icon svg {
    width: 24px;
    height: 24px;
}

.home-result-legal h3 {
    margin-top: 15px;
    font-size: 1.25rem;
}

.home-result-legal p {
    margin: 12px 0 0;
    color: var(--ink-soft);
    font-size: .82rem;
    line-height: 1.48;
}

.home-result-legal > strong {
    margin-top: auto;
    padding-top: 15px;
    color: var(--ink);
    font-size: .82rem;
    line-height: 1.42;
}

/* Legal boundary */

.home-legal {
    padding-top: 0;
    background: #edf4f8;
}

.home-legal-shell {
    display: grid;
    padding: clamp(34px, 5vw, 62px);
    color: white;
    background: #132b48;
    border: 1px solid #264665;
    border-radius: 22px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    box-shadow: 0 26px 70px rgba(15, 41, 72, .18);
}

.home-legal-icon {
    display: grid;
    width: 58px;
    height: 58px;
    color: #a9e5df;
    background: rgba(53, 169, 170, .12);
    border: 1px solid rgba(169, 229, 223, .22);
    border-radius: 16px;
    place-items: center;
}

.home-legal-icon svg {
    width: 26px;
    height: 26px;
}

.home-legal .home-kicker {
    color: #8ad6d1;
}

.home-legal h2 {
    max-width: 820px;
    margin-bottom: 0;
    font-size: clamp(1.65rem, 3vw, 3rem);
}

.home-legal-actions {
    display: grid;
    min-width: 165px;
    gap: 10px;
}

.home-legal-actions a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: #dbe7f2;
    font-size: .76rem;
    font-weight: 750;
}

/* Reassurance */

.home-reassurance {
    background: white;
}

.home-reassurance-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.home-reassurance-grid article {
    padding: 26px;
    background: #f8fafc;
    border: 1px solid var(--line-soft);
    border-radius: 15px;
}

.home-reassurance-grid .home-icon {
    margin-bottom: 26px;
}

.home-reassurance-grid h3 {
    margin-bottom: 10px;
    font-size: 1rem;
}

.home-reassurance-grid p {
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: .8rem;
}

/* Pricing */

.home-pricing {
    background: #f5efe8;
}

.home-pricing-grid {
    display: grid;
    max-width: 1080px;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: clamp(48px, 9vw, 130px);
}

.home-pricing-copy h2 {
    max-width: 520px;
}

.home-pricing-copy > p:not(.home-kicker) {
    max-width: 480px;
    margin-bottom: 28px;
}

.home-price-card {
    padding: clamp(30px, 5vw, 52px);
    background: white;
    border: 1px solid rgba(124, 94, 68, .16);
    border-radius: 22px;
    box-shadow: 0 28px 70px rgba(87, 62, 41, .13);
}

.home-price-card header {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
    font-weight: 800;
}

.home-price-card header svg {
    color: var(--teal-dark);
}

.home-price {
    display: flex;
    margin: 28px 0 18px;
    align-items: center;
    gap: 16px;
}

.home-price strong {
    font-size: clamp(3.6rem, 7vw, 6.5rem);
    letter-spacing: -.07em;
    line-height: .9;
}

.home-price span {
    color: var(--ink-soft);
    font-size: .8rem;
    font-weight: 750;
    line-height: 1.35;
    text-transform: uppercase;
}

.home-price-included {
    color: var(--ink-soft);
    font-size: 1.02rem;
}

.home-price-included strong {
    color: var(--teal-dark);
}

.home-price-card ul {
    display: grid;
    padding: 22px 0;
    margin: 22px 0 16px;
    border-block: 1px solid var(--line);
    list-style: none;
    gap: 12px;
}

.home-price-card li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #344b62;
    font-size: .82rem;
}

.home-price-card li svg {
    width: 17px;
    color: var(--teal-dark);
}

.home-price-card > small {
    color: var(--ink-soft);
    font-size: .66rem;
}

/* Resources */

.home-resources {
    background: white;
}

.home-heading-split {
    display: flex;
    max-width: none;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
}

.home-heading-split h2 {
    max-width: 730px;
    margin-bottom: 0;
}

.home-heading-split > a,
.home-text-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--blue-dark);
    font-size: .76rem;
    font-weight: 800;
}

.home-resource-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.home-resource-grid article {
    overflow: hidden;
    background: #fbfcfd;
    border: 1px solid var(--line);
    border-radius: 17px;
}

.home-resource-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 1.9 / 1;
}

.home-resource-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.home-resource-grid article:hover .home-resource-image img {
    transform: scale(1.025);
}

.home-resource-grid article > div {
    padding: 25px;
}

.home-resource-grid article > div > span {
    display: block;
    margin-bottom: 12px;
    color: var(--teal-dark);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.home-resource-grid h3 {
    margin-bottom: 13px;
    font-size: 1.15rem;
    line-height: 1.15;
}

.home-resource-grid p {
    color: var(--ink-soft);
    font-size: .79rem;
}

/* FAQ */

.home-faq {
    background: #f4f8fb;
}

.home-faq-grid {
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    align-items: start;
    gap: clamp(60px, 10vw, 150px);
}

.home-faq-heading {
    position: sticky;
    top: 112px;
}

.home-faq-heading h2 {
    max-width: 520px;
}

.home-accordion {
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
}

.home-accordion article {
    border-bottom: 1px solid var(--line-soft);
}

.home-accordion article:last-child {
    border-bottom: 0;
}

.home-accordion button {
    min-height: 78px;
    padding: 20px 24px;
    font-size: .92rem;
}

.home-accordion .accordion-panel p {
    padding: 0 24px 22px;
    color: var(--ink-soft);
    font-size: .82rem;
}

/* Final CTA */

.home-final-cta {
    padding: 54px 0 92px;
    background: #f4f8fb;
}

.home-final-shell {
    display: grid;
    min-height: 330px;
    padding: clamp(38px, 6vw, 76px);
    color: white;
    background: #102945;
    border: 1px solid #274664;
    border-radius: 26px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
    box-shadow: 0 32px 80px rgba(15, 41, 72, .2);
}

.home-final-icon {
    display: grid;
    width: 62px;
    height: 62px;
    color: #9ee1dc;
    background: rgba(53, 169, 170, .12);
    border: 1px solid rgba(158, 225, 220, .18);
    border-radius: 17px;
    place-items: center;
}

.home-final-icon svg {
    width: 28px;
    height: 28px;
}

.home-final-shell .home-kicker {
    color: #8bd6d1;
}

.home-final-shell h2 {
    max-width: 790px;
    margin-bottom: 0;
    font-size: clamp(2.1rem, 4.3vw, 4.4rem);
    line-height: .98;
}

.home-final-actions {
    display: grid;
    justify-items: center;
    gap: 12px;
}

.home-final-actions .button {
    min-width: 210px;
}

.home-final-actions > span {
    color: #b9ccdc;
    font-size: .74rem;
    font-weight: 750;
}

/* Responsive */

@media (max-width: 1100px) {
    .home-result-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .home-hero-grid {
        grid-template-columns: minmax(0, .98fr) minmax(450px, 1.02fr);
        gap: 28px;
    }

    .home-hero h1 {
        font-size: clamp(2.35rem, 4vw, 2.9rem);
    }

    .home-dossier-card {
        right: 10px;
        width: min(310px, calc(100% - 20px));
    }

    .home-hero-visual {
        width: auto;
    }

    .home-paths {
        width: 100%;
    }

    .home-pain-stage {
        grid-template-columns: 108px 250px minmax(0, 1fr);
        column-gap: 20px;
    }

    .home-pain-callout {
        font-size: .72rem;
    }

    .home-pain-house-primary {
        left: 50%;
    }

    .home-solution-shell {
        gap: 16px;
        grid-template-columns: minmax(0, .94fr) minmax(0, 1.22fr) minmax(138px, .62fr);
    }

    .home-solution-copy li {
        gap: 7px;
        font-size: .76rem;
    }

    .home-solution-summary {
        padding-inline: 9px;
    }

    .home-solution-summary table {
        min-width: 295px;
    }

    .home-method-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-method-step {
        min-height: 330px;
    }

    .home-pain-grid {
        gap: 56px;
    }

    .home-proof-chain {
        gap: 6px;
    }

    .home-proof-step {
        gap: 5px;
        grid-template-columns: minmax(0, 1fr) 18px;
    }

    .home-proof-step:last-child {
        grid-template-columns: minmax(0, 1fr);
    }

    .home-proof-arrow {
        width: 18px;
    }

    .home-proof-node {
        padding: 13px 10px;
    }

    .home-proof-node-amount strong {
        font-size: 1rem;
    }

    .home-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-reassurance-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-legal-shell,
    .home-final-shell {
        grid-template-columns: auto 1fr;
    }

    .home-legal-actions,
    .home-final-actions {
        grid-column: 2;
        justify-self: start;
    }

    .home-legal-actions {
        display: flex;
        gap: 24px;
    }
}

@media (max-width: 860px) {
    .home-section {
        padding: 82px 0;
    }

    .home-hero {
        padding-top: 32px;
    }

    .home-hero-grid,
    .home-pain-grid,
    .home-pricing-grid,
    .home-faq-grid {
        grid-template-columns: 1fr;
    }

    .home-hero-grid {
        gap: 18px;
    }

    .home-hero-copy {
        padding: 8px 0 22px;
    }

    .home-hero h1 {
        max-width: 600px;
        font-size: clamp(2.3rem, 5vw, 2.6rem);
    }

    .home-hero-visual {
        min-height: 520px;
    }

    .home-hero-visual > img {
        height: 510px;
    }

    .home-path-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .home-path-card {
        min-height: 66px;
    }

    .home-hero-markers .container {
        padding-block: 18px;
        grid-template-columns: 1fr 1fr;
        gap: 14px 0;
    }

    .home-hero-markers .container > span:nth-child(3) {
        padding-left: 0;
        border-left: 0;
    }

    .home-pain-stage {
        min-height: 500px;
        padding-top: 28px;
        grid-template-columns: 102px minmax(0, 1fr);
        grid-template-rows: auto auto 255px 46px;
        column-gap: 22px;
    }

    .home-pain-stage h2 {
        grid-column: 2;
        grid-row: 1;
        font-size: 1.75rem;
    }

    .home-pain-banks {
        width: 96px;
        height: 168px;
        margin-top: 4px;
        grid-column: 1;
        grid-row: 1 / 3;
    }

    .home-pain-list {
        grid-column: 2;
        grid-row: 2;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px 14px;
    }

    .home-pain-scene {
        height: 245px;
        margin-top: 8px;
        grid-column: 1 / 3;
        grid-row: 3;
    }

    .home-pain-documents {
        top: -8px;
        left: 1%;
        width: 84%;
    }

    .home-pain-house-primary {
        top: 76px;
        left: 56%;
    }

    .home-pain-house-secondary {
        top: 116px;
        left: 33%;
    }

    .home-pain-callout {
        font-size: .72rem;
    }

    .home-pain-callout-statements {
        top: 13px;
    }

    .home-pain-callout-transfers {
        top: 92px;
    }

    .home-pain-callout-proof {
        top: 165px;
    }

    .home-pain-scene figcaption {
        bottom: 2px;
    }

    .home-pain-timeline {
        grid-column: 1 / 3;
        grid-row: 4;
    }

    .home-pain-grid {
        gap: 48px;
    }

    .home-pain-visual {
        order: -1;
    }

    .home-pain-visual img {
        min-height: 390px;
    }

    .home-solution {
        padding: 44px 0;
    }

    .home-solution-shell {
        min-height: 250px;
        padding: 20px 18px 32px;
        gap: 20px;
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.25fr);
    }

    .home-solution-copy h2 {
        font-size: 1.14rem;
    }

    .home-solution-copy ul {
        gap: 7px;
    }

    .home-solution-copy li {
        font-size: .75rem;
    }

    .home-solution-summary table {
        min-width: 280px;
        font-size: .6rem;
    }

    .home-solution-summary th,
    .home-solution-summary td {
        padding-inline: 2px;
    }

    .home-solution-statement {
        width: min(100%, 280px);
        padding-inline: 7px;
        grid-column: 1 / -1;
        justify-self: center;
    }

    .home-solution-statement-sheet {
        height: 150px;
    }

    .home-method-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-method-step {
        min-height: 330px;
    }

    .home-proof {
        padding: 52px 0 64px;
    }

    .home-proof-chain {
        max-width: 640px;
        margin-inline: auto;
        grid-template-columns: 1fr;
        gap: 0;
    }

    .home-proof-step,
    .home-proof-step:last-child {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .home-proof-arrow {
        width: 22px;
        margin: 2px auto;
        transform: rotate(90deg);
    }

    .home-proof-node {
        min-height: 0;
        padding: 18px;
    }

    .home-proof-node-excerpt img {
        height: auto;
        max-height: 180px;
    }

    .home-proof-evidence {
        max-width: 640px;
        margin: 18px auto 0;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .home-proof-evidence > small {
        text-align: left;
    }

    .home-result-grid {
        grid-template-columns: 1fr;
    }

    .home-pricing-grid {
        max-width: 680px;
    }

    .home-resource-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-resource-grid article:last-child {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .home-resource-grid article:last-child .home-resource-image {
        height: 100%;
        aspect-ratio: auto;
    }

    .home-faq-heading {
        position: static;
    }
}

@media (max-width: 620px) {
    .home-section {
        padding: 68px 0;
    }

    .home-heading {
        margin-bottom: 38px;
    }

    .home-heading h2,
    .home-faq-heading h2,
    .home-pricing-copy h2 {
        font-size: 2.2rem;
    }

    .home-hero {
        padding-top: 24px;
    }

    .home-hero-grid {
        gap: 12px;
    }

    .home-hero-copy {
        padding-bottom: 16px;
    }

    .home-hero h1 {
        font-size: clamp(1.85rem, 7.6vw, 2.2rem);
        line-height: .98;
    }

    .home-hero-intro {
        margin-bottom: 12px;
        font-size: .92rem;
    }

    .home-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .home-hero-actions .button {
        width: 100%;
    }

    .home-paths {
        padding: 11px;
        margin-top: 18px;
    }

    .home-path-grid {
        grid-template-columns: 1fr;
    }

    .home-path-card {
        min-height: 68px;
    }

    .home-hero-visual {
        min-height: 650px;
    }

    .home-hero-visual > img {
        height: 280px;
        min-height: 280px;
        object-position: center 38%;
    }

    .home-dossier-card {
        position: relative;
        top: auto;
        right: auto;
        width: calc(100% - 24px);
        margin: -52px auto 0;
        padding: 15px;
    }

    .home-hero-markers .container {
        grid-template-columns: 1fr;
    }

    .home-hero-markers .container > span,
    .home-hero-markers .container > span:nth-child(3) {
        min-height: 0;
        padding-block: 10px;
        padding-left: 0;
        border-left: 0;
    }

    .home-pain-stage {
        min-height: 620px;
        padding-top: 26px;
        padding-bottom: 38px;
        grid-template-columns: 88px minmax(0, 1fr);
        grid-template-rows: auto auto 295px 46px;
        column-gap: 16px;
    }

    .home-pain-stage h2 {
        margin-bottom: 18px;
        grid-column: 1 / 3;
        grid-row: 1;
        font-size: 1.6rem;
        line-height: 1.05;
    }

    .home-pain-banks {
        width: 84px;
        height: 146px;
        padding: 6px 3px;
        grid-column: 1;
        grid-row: 2;
    }

    .home-pain-list {
        grid-column: 2;
        grid-row: 2;
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .home-pain-list li {
        gap: 6px;
        font-size: .75rem;
    }

    .home-pain-list svg {
        width: 11px;
        height: 11px;
        flex-basis: 11px;
    }

    .home-pain-scene {
        height: 280px;
        margin-top: 14px;
        grid-column: 1 / 3;
        grid-row: 3;
    }

    .home-pain-documents {
        top: 20px;
        left: -7%;
        width: 96%;
    }

    .home-pain-house {
        width: 76px;
        height: 51px;
        border-width: 3px;
    }

    .home-pain-house-primary {
        top: 110px;
        left: 52%;
    }

    .home-pain-house-secondary {
        top: 150px;
        left: 24%;
        width: 72px;
        height: 48px;
    }

    .home-pain-callout {
        gap: 2px;
        font-size: .68rem;
    }

    .home-pain-callout svg {
        width: 17px;
        height: 13px;
    }

    .home-pain-callout-statements {
        top: 22px;
        right: 0;
    }

    .home-pain-callout-transfers {
        top: 99px;
        right: -2px;
    }

    .home-pain-callout-proof {
        top: 184px;
        right: 0;
    }

    .home-pain-scene figcaption {
        right: auto;
        bottom: 3px;
        left: 0;
        max-width: 230px;
        font-size: .6rem;
    }

    .home-pain-timeline {
        margin-top: 8px;
        grid-column: 1 / 3;
        grid-row: 4;
    }

    .home-pain-timeline li {
        font-size: .6rem;
    }

    .home-pain-copy h2 {
        font-size: 2.5rem;
    }

    .home-pain-list {
        grid-template-columns: 1fr;
    }

    .home-pain-visual img {
        min-height: 300px;
    }

    .home-pain-visual figcaption {
        position: static;
        max-width: none;
        margin-top: 12px;
    }

    .home-solution {
        padding: 32px 0;
    }

    .home-solution-shell {
        padding: 20px 18px 16px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-solution-copy {
        padding-top: 0;
    }

    .home-solution-copy h2 {
        font-size: 1.12rem;
    }

    .home-solution-copy li {
        font-size: .75rem;
    }

    .home-solution-summary table {
        min-width: 0;
        font-size: .6rem;
    }

    .home-solution-summary thead th {
        font-size: .6rem;
    }

    .home-solution-statement {
        width: min(100%, 220px);
        justify-self: center;
    }

    .home-solution-statement-sheet {
        height: 210px;
    }

    .home-solution-disclaimer {
        position: static;
        grid-column: 1;
        max-width: 280px;
        font-size: .6rem;
        line-height: 1.3;
        text-align: left;
    }

    .home-method {
        padding: 32px 0 68px;
    }

    .home-method-list {
        grid-template-columns: 1fr;
    }

    .home-method-step {
        min-height: 0;
        padding: 20px;
    }

    .home-features {
        padding: 48px 0 56px;
    }

    .home-feature-heading h2 {
        margin-bottom: 24px;
        padding-inline: 14px;
        font-size: 1.28rem;
    }

    .home-feature-grid {
        grid-template-columns: 1fr;
    }

    .home-feature-card {
        min-height: 0;
        padding: 22px 20px;
    }

    .home-proof {
        padding: 44px 0 52px;
    }

    .home-proof-heading h2 {
        margin-bottom: 24px;
        padding-inline: 14px;
        font-size: 1.25rem;
    }

    .home-proof-node {
        padding: 16px;
    }

    .home-proof-label,
    .home-proof-node small {
        font-size: .72rem;
    }

    .home-proof-node strong {
        font-size: .82rem;
    }

    .home-proof-node-amount strong {
        font-size: 1.18rem;
    }

    .home-proof-reserve,
    .home-proof-missing {
        font-size: .76rem;
    }

    .home-result {
        padding: 58px 0 68px;
    }

    .home-result-heading h2 {
        padding-inline: 12px;
        font-size: 1.25rem;
    }

    .home-result-heading > p {
        margin-bottom: 24px;
        font-size: .82rem;
    }

    .home-result-card {
        min-height: 0;
        padding: 20px;
    }

    .home-result-chart {
        min-height: 195px;
    }

    .home-result-year small {
        font-size: .56rem;
    }

    .home-legal-shell,
    .home-final-shell {
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }

    .home-legal-shell h2 {
        font-size: 1.5rem;
    }

    .home-legal-actions,
    .home-final-actions {
        grid-column: 1;
    }

    .home-legal-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-reassurance-grid,
    .home-resource-grid {
        grid-template-columns: 1fr;
    }

    .home-heading-split {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-resource-grid article:last-child {
        display: block;
        grid-column: auto;
    }

    .home-resource-grid article:last-child .home-resource-image {
        height: auto;
        aspect-ratio: 1.9 / 1;
    }

    .home-faq-grid {
        gap: 34px;
    }

    .home-final-cta {
        padding: 24px 0 64px;
    }

    .home-final-shell h2 {
        font-size: 2rem;
    }

    .home-final-actions,
    .home-final-actions .button {
        width: 100%;
    }
}

/* Homepage global rhythm — hero-derived scale. */

:root {
    --home-type-display: clamp(2.35rem, 2.75vw, 2.75rem);
    --home-type-editorial: clamp(.88rem, 1.05vw, .98rem);
    --home-type-card-title: .84rem;
    --home-type-compact-strong: .8rem;
    --home-type-compact-meta: .75rem;
    --home-type-kicker: .68rem;
}

.home-pain-stage > h2,
.home-solution-copy > h2,
.home-method-shell > h2,
.home-feature-heading > h2,
.home-proof-heading > h2,
.home-result-heading > h2,
.home-reassurance .home-heading > h2,
.home-pricing-copy > h2,
.home-resources .home-heading h2,
.home-faq-heading > h2,
.home-final-shell h2 {
    font-size: var(--home-type-display);
    font-weight: 750;
    letter-spacing: -.047em;
    line-height: .99;
}

.home-pain-list,
.home-solution-copy li,
.home-method-step > p,
.home-feature-copy > p,
.home-proof-reserve,
.home-result-heading > p,
.home-result-trajectory > p,
.home-result-legal > p,
.home-reassurance-grid article > p,
.home-pricing-copy > p:not(.home-kicker),
.home-price-included,
.home-price-card > ul,
.home-price-card li,
.home-resource-grid article p,
.home-faq-heading > p:not(.home-kicker),
.home-accordion .accordion-panel p {
    font-size: var(--home-type-editorial);
    font-weight: 400;
    line-height: 1.5;
}

.home-solution-summary > h3,
.home-method-step > h3,
.home-feature-copy > h3,
.home-result-card h3,
.home-reassurance-grid article > h3,
.home-price-card > header span,
.home-resource-grid article h3,
.home-accordion button,
.home-result-report > strong {
    font-size: var(--home-type-card-title);
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.55;
}

.home-pain-callout,
.home-solution-summary tbody th,
.home-solution-summary tbody td,
.home-method-step > ul,
.home-proof-node > strong,
.home-proof-missing,
.home-result-card dt,
.home-result-card dd,
.home-result-legend,
.home-result-legend > span,
.home-result-report > a,
.home-result-legal > strong,
.home-resource-grid article > div > span,
.home-heading-split > a,
.home-text-link,
.home-final-actions > span {
    font-size: var(--home-type-compact-strong);
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.55;
}

.home-pain-scene figcaption,
.home-pain-timeline,
.home-pain-timeline li,
.home-solution-summary thead,
.home-solution-summary thead th,
.home-solution-summary td small,
.home-solution-statement figcaption,
.home-solution-disclaimer,
.home-step-number,
.home-proof-label,
.home-proof-node > small,
.home-proof-evidence > small,
.home-result-card > small,
.home-result-card header > span,
.home-result-summary dl,
.home-result-report dl,
.home-result-trajectory header > span {
    font-size: var(--home-type-compact-meta);
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.35;
}

.home-kicker {
    font-size: var(--home-type-kicker);
    font-weight: 800;
    letter-spacing: 1.4144px;
    line-height: 1.55;
}

/* The hero keeps its own geometry. This first padding owns its entry gap. */
.home-pain-stage {
    padding-top: 40px;
    padding-bottom: 0;
}

.home-pain-stage > h2 {
    margin-top: 0;
}

.home-pain {
    padding-bottom: 40px;
}

.home-solution {
    padding: 40px 0;
}

.home-method {
    padding: 40px 0 56px;
}

.home-features,
.home-proof,
.home-result,
.home-reassurance,
.home-pricing,
.home-resources {
    padding: 56px 0;
}

.home-faq {
    padding: 56px 0 40px;
}

.home-final-cta {
    padding: 40px 0 92px;
}

.home-method-shell > h2 {
    margin-bottom: 48px;
}

.home-feature-heading > h2,
.home-proof-heading > h2 {
    margin-bottom: 48px;
}

.home-result-heading > p,
.home-heading {
    margin-bottom: 48px;
}

.home-faq-grid {
    row-gap: 48px;
}

.home-solution-shell {
    min-height: 0;
}

.home-method-step {
    min-height: 420px;
}

.home-feature-card,
.home-result-card {
    min-height: 0;
}

.home-sr-table {
    left: -10000px;
    max-width: 1px;
    contain: strict;
    table-layout: fixed;
}

@media (min-width: 861px) and (max-width: 1100px) {
    :root {
        --home-type-display: clamp(2.35rem, 4vw, 2.9rem);
    }
}

@media (max-width: 860px) {
    :root {
        --home-type-display: clamp(2.3rem, 5vw, 2.6rem);
    }

    .home-pain-stage {
        padding-top: 32px;
        padding-bottom: 0;
    }

    .home-pain {
        padding-bottom: 32px;
    }

    .home-solution {
        padding: 32px 0;
    }

    .home-method {
        padding: 32px 0 41px;
    }

    .home-features,
    .home-proof,
    .home-result,
    .home-reassurance,
    .home-pricing,
    .home-resources {
        padding: 41px 0;
    }

    .home-faq {
        padding: 41px 0 32px;
    }

    .home-final-cta {
        padding: 32px 0 68px;
    }

    .home-method-shell > h2,
    .home-feature-heading > h2,
    .home-proof-heading > h2,
    .home-result-heading > p,
    .home-heading {
        margin-bottom: 38px;
    }

    .home-faq-grid {
        row-gap: 38px;
    }

    .home-method-step {
        min-height: 340px;
    }
}

@media (max-width: 620px) {
    :root {
        --home-type-display: clamp(1.85rem, 7.6vw, 2.2rem);
        --home-type-editorial: .92rem;
    }

    .home-pain-stage {
        padding-top: 26px;
        padding-bottom: 0;
    }

    .home-pain {
        padding-bottom: 26px;
    }

    .home-solution {
        padding: 26px 0;
    }

    .home-method {
        padding: 26px 0 34px;
    }

    .home-features,
    .home-proof,
    .home-result,
    .home-reassurance,
    .home-pricing,
    .home-resources {
        padding: 34px 0;
    }

    .home-faq {
        padding: 34px 0 26px;
    }

    .home-final-cta {
        padding: 26px 0 64px;
    }

    .home-method-shell > h2,
    .home-feature-heading > h2,
    .home-proof-heading > h2,
    .home-result-heading > p,
    .home-heading {
        margin-bottom: 30px;
    }

    .home-faq-grid {
        row-gap: 30px;
    }

    .home-method-step {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .home-hero,
    .home-hero *,
    .home-pain,
    .home-pain *,
    .home-solution,
    .home-solution *,
    .home-method,
    .home-method *,
    .home-features,
    .home-features *,
    .home-proof,
    .home-proof *,
    .home-result,
    .home-result *,
    .home-reassurance,
    .home-reassurance *,
    .home-pricing,
    .home-pricing *,
    .home-resources,
    .home-resources *,
    .home-faq,
    .home-faq *,
    .home-final-cta,
    .home-final-cta * {
        animation: none !important;
        transition: none !important;
    }

}
