.home-hero,
.home-documents,
.home-outcomes,
.home-how,
.home-transparency,
.home-prices,
.home-faq,
.home-final-cta {
    width: min(100%, 1320px);
    margin-inline: auto;
}

.home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(460px, .95fr);
    gap: clamp(45px, 7vw, 100px);
    align-items: center;
    padding: 78px 42px 96px;
}

.home-hero > * {
    min-width: 0;
}

.home-hero h1 {
    max-width: 720px;
    margin: 0 0 28px;
    font: 600 clamp(54px, 5.6vw, 82px)/.96 "Newsreader";
    letter-spacing: -.025em;
}

.home-hero h1 em {
    color: var(--green);
    font-style: italic;
}

.home-lead {
    max-width: 680px;
    margin: 0;
    color: #536761;
    font-size: 18px;
    line-height: 1.68;
}

.home-actions {
    display: flex;
    gap: 22px;
    align-items: center;
    margin-top: 32px;
}

.home-secondary-link,
.home-inline-link,
.home-pricing-actions > a:last-child,
.home-transparency-links a {
    color: var(--green);
    font-size: 13px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.home-reassurance {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin: 27px 0 0;
    padding: 0;
    color: var(--muted);
    font-size: 12px;
    list-style: none;
}

.home-reassurance li::before {
    content: "✓";
    margin-right: 7px;
    color: var(--green);
    font-weight: 700;
}

.home-example {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--paper);
    box-shadow: 0 26px 70px #173c3620;
    transform: rotate(.5deg);
}

.home-example > header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--line);
}

.home-example > header div {
    display: flex;
    flex-direction: column;
}

.home-example > header span,
.home-example-summary small,
.home-example-findings small {
    color: var(--green);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.3px;
}

.home-example > header b {
    margin-top: 5px;
    font: 600 27px "Newsreader";
}

.home-example > header > small {
    flex: 0 0 auto;
    color: var(--muted);
    font-size: 10px;
}

.home-example-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin: 18px 0;
}

.home-example-summary article {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 15px;
    border-radius: 9px;
    background: #edf5f0;
}

.home-example-summary article.attention {
    background: #fbebe2;
}

.home-example-summary strong {
    margin: 6px 0 2px;
    font: 600 20px/1.05 "Newsreader";
}

.home-example-summary span {
    color: var(--muted);
    font-size: 9px;
}

.home-example-findings article {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    padding: 15px 0;
    border-top: 1px solid #e7e9e4;
}

.home-example-findings article > span {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    background: var(--mint);
    color: var(--green);
    font-weight: 700;
}

.home-example-findings .review > span,
.home-example-findings .question > span {
    background: #f6ded1;
    color: #a44527;
}

.home-example-findings b {
    display: block;
    margin-top: 3px;
    font-size: 13px;
}

.home-example-findings p {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: 10px;
}

.home-example > footer {
    padding-top: 16px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 10px;
    text-align: center;
}

.home-documents,
.home-outcomes,
.home-prices,
.home-faq {
    padding: 84px 42px;
}

.home-documents {
    border-top: 1px solid var(--line);
}

.home-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 45px;
}

.home-section-heading.compact {
    grid-template-columns: minmax(0, 1fr) auto;
}

.home-section-heading h2,
.home-how h2,
.home-transparency h2,
.home-faq h2,
.home-final-cta h2 {
    max-width: 800px;
    margin: 0;
    font: 600 clamp(38px, 4vw, 54px)/1.04 "Newsreader";
    letter-spacing: -.015em;
}

.home-section-heading > p,
.home-section-heading > div + p,
.home-faq > div:first-child > p:last-child {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.home-section-heading.compact > a {
    color: var(--green);
    font-size: 12px;
    font-weight: 600;
}

.home-document-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 11px;
}

.home-document-grid a {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    min-height: 94px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: var(--paper);
    transition: border-color .2s ease, transform .2s ease;
}

.home-document-grid a:hover {
    border-color: #8bb4a6;
    transform: translateY(-2px);
}

.home-document-grid a > span {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 9px;
    background: var(--mint);
    color: var(--green);
    font: 600 19px "Newsreader";
}

.home-document-grid div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.home-document-grid b {
    font: 600 17px "Newsreader";
}

.home-document-grid small {
    color: var(--muted);
    font-size: 9px;
    line-height: 1.4;
}

.home-document-grid i {
    color: var(--green);
    font-style: normal;
}

.home-outcomes {
    padding-top: 70px;
}

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

.home-outcome-grid article {
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.home-outcome-grid span {
    color: var(--green);
    font-size: 10px;
}

.home-outcome-grid h3 {
    margin: 27px 0 12px;
    font: 600 26px/1.13 "Newsreader";
}

.home-outcome-grid p {
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.home-how {
    padding: 78px 42px;
    border-radius: 18px;
    background: var(--ink);
    color: #fff;
}

.home-section-heading.light > p {
    color: #b9cbc5;
}

.home-how .eyebrow {
    color: #9fd3c2;
}

.home-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.home-steps li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 14px;
    padding: 24px;
    border: 1px solid #ffffff20;
    border-radius: 12px;
    background: #ffffff08;
}

.home-steps li > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: #9fd3c2;
    color: var(--ink);
    font-weight: 700;
}

.home-steps h3 {
    margin: 4px 0 10px;
    font: 600 22px "Newsreader";
}

.home-steps p {
    margin: 0;
    color: #b9cbc5;
    font-size: 13px;
    line-height: 1.6;
}

.home-how .home-inline-link {
    color: #c8e5db;
}

.home-transparency {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 90px;
    padding: 96px 42px;
}

.home-transparency > div:first-child > p:not(.eyebrow) {
    margin: 24px 0;
    color: var(--muted);
    line-height: 1.7;
}

.home-transparency-links {
    display: flex;
    flex-wrap: wrap;
    gap: 13px 25px;
}

.home-trust-list article {
    display: grid;
    grid-template-columns: 70px minmax(0, 1fr);
    gap: 22px;
    padding: 20px 0;
    border-top: 1px solid var(--line);
}

.home-trust-list article > span {
    color: var(--green);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home-trust-list b {
    display: block;
    margin-bottom: 6px;
    font: 600 20px "Newsreader";
}

.home-trust-list p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.55;
}

.home-prices {
    border-radius: 18px;
    background: #edf3ed;
}

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

.home-price-grid article {
    position: relative;
    display: flex;
    min-height: 260px;
    flex-direction: column;
    padding: 27px;
    border: 1px solid #cad9d0;
    border-radius: 12px;
    background: var(--paper);
}

.home-price-grid article.featured {
    border: 2px solid var(--green);
}

.home-price-grid article > i {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 5px 8px;
    border-radius: 20px;
    background: var(--mint);
    color: var(--green);
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.home-price-grid article > span {
    color: var(--green);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.home-price-grid strong {
    margin: 28px 0 6px;
    font: 600 46px "Newsreader";
}

.home-price-grid strong small {
    color: var(--muted);
    font: 500 12px "DM Sans";
}

.home-price-grid article > small {
    color: var(--ink);
    font-size: 11px;
    font-weight: 700;
}

.home-price-grid p {
    margin: auto 0 0;
    padding-top: 26px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.6;
}

.home-pricing-actions {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.home-faq {
    display: grid;
    grid-template-columns: minmax(0, .75fr) minmax(0, 1.25fr);
    gap: 90px;
}

.home-faq details {
    padding: 20px 0;
    border-top: 1px solid var(--line);
}

.home-faq summary {
    cursor: pointer;
    font-weight: 700;
}

.home-faq details p {
    margin: 12px 0 0;
    color: var(--muted);
    line-height: 1.65;
}

.home-final-cta {
    display: flex;
    gap: 45px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 84px;
    padding: 48px;
    border-radius: 18px;
    background: #f5e8d9;
}

.home-final-cta > div {
    max-width: 800px;
}

.home-final-cta p:not(.eyebrow) {
    max-width: 700px;
    margin: 14px 0 0;
    color: var(--muted);
    line-height: 1.6;
}

.home-final-cta > .button {
    flex: 0 0 auto;
}

@media (max-width: 1080px) {
    .home-hero {
        grid-template-columns: minmax(0, 1fr) minmax(390px, .8fr);
        gap: 40px;
    }
    .home-document-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 850px) {
    .home-hero {
        grid-template-columns: 1fr;
    }
    .home-example {
        max-width: 620px;
        transform: none;
    }
    .home-section-heading,
    .home-section-heading.compact,
    .home-transparency,
    .home-faq {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .home-outcome-grid,
    .home-steps,
    .home-price-grid {
        grid-template-columns: 1fr;
    }
    .home-price-grid article {
        min-height: 220px;
    }
    .home-final-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .home-hero,
    .home-documents,
    .home-outcomes,
    .home-how,
    .home-transparency,
    .home-prices,
    .home-faq,
    .home-final-cta {
        width: 100%;
        max-width: 100%;
    }
    .home-hero {
        padding: 48px 18px 68px;
    }
    .home-hero h1 {
        max-width: 100%;
        font-size: clamp(42px, 12vw, 54px);
        overflow-wrap: break-word;
    }
    .home-lead {
        font-size: 16px;
    }
    .home-actions,
    .home-pricing-actions {
        align-items: stretch;
        flex-direction: column;
    }
    .home-actions .button,
    .home-pricing-actions .button,
    .home-final-cta .button {
        width: 100%;
    }
    .home-reassurance {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
    .home-example {
        padding: 18px;
        overflow: hidden;
    }
    .home-example > header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
    .home-example-summary {
        grid-template-columns: 1fr;
    }
    .home-example-summary article {
        padding: 13px;
    }
    .home-example-findings article {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 11px;
    }
    .home-example-findings article > span {
        width: 32px;
        height: 32px;
    }
    .home-documents,
    .home-outcomes,
    .home-transparency,
    .home-prices,
    .home-faq {
        padding: 65px 18px;
    }
    .home-document-grid {
        grid-template-columns: 1fr;
    }
    .home-section-heading h2,
    .home-how h2,
    .home-transparency h2,
    .home-faq h2,
    .home-final-cta h2 {
        font-size: clamp(35px, 10vw, 44px);
    }
    .home-how {
        padding: 58px 18px;
        border-radius: 0;
    }
    .home-steps li {
        padding: 20px;
    }
    .home-prices {
        border-radius: 0;
    }
    .home-trust-list article {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 14px;
    }
    .home-final-cta {
        margin-bottom: 55px;
        padding: 36px 20px;
        border-radius: 0;
    }
}
