:root {
    --paper: #fbf7ef;
    --paper-strong: #fffdf8;
    --ink: #17211c;
    --ink-soft: #526056;
    --forest: #154235;
    --forest-deep: #0d2d25;
    --mint: #dff1e8;
    --gold: #c18a2f;
    --coral: #c9553f;
    --sky: #d9ecf2;
    --line: rgba(23, 33, 28, 0.13);
    --shadow: 0 20px 70px rgba(15, 34, 27, 0.14);
    --shadow-soft: 0 14px 34px rgba(15, 34, 27, 0.08);
    --radius-lg: 28px;
    --radius-md: 18px;
    --radius-sm: 10px;
    --max-width: 1320px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", "Avenir Next", "Segoe UI", sans-serif;
    color: var(--ink);
    background:
        linear-gradient(90deg, rgba(21, 66, 53, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, rgba(21, 66, 53, 0.05) 1px, transparent 1px),
        linear-gradient(180deg, #fbf7ef 0%, #eef6f1 48%, #fbf7ef 100%);
    background-size: 42px 42px, 42px 42px, auto;
    line-height: 1.6;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

[id] {
    scroll-margin-top: 132px;
}

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

.site-shell {
    width: min(calc(100% - 32px), var(--max-width));
    margin: 16px auto 34px;
}

.topbar,
.site-header {
    position: relative;
    z-index: 10;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-md);
    background: var(--forest-deep);
    color: rgba(255, 255, 255, 0.88);
    box-shadow: var(--shadow-soft);
}

.topbar p {
    margin: 0;
    font-weight: 740;
    letter-spacing: 0;
    line-height: 1.25;
}

.topbar a {
    color: #fff;
    font-weight: 900;
    white-space: nowrap;
}

.site-header {
    position: sticky;
    top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-top: 12px;
    padding: 18px 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 24px;
    background: rgba(251, 247, 239, 0.86);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
}

.brand-lockup {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.brand-eyebrow,
.section-kicker,
.card-number,
.chapter-label {
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.76rem;
    font-weight: 900;
}

.brand-eyebrow,
.section-kicker,
.card-number,
.chapter-label {
    color: var(--coral);
}

.brand-name,
h1,
h2,
h3,
summary {
    font-family: "Fraunces", Baskerville, "Times New Roman", serif;
}

.brand-name {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1;
    color: var(--forest-deep);
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-left: auto;
    color: var(--forest-deep);
    font-weight: 850;
}

.site-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    font-size: 1rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
    color: var(--coral);
}

.nav-cta {
    padding: 0 18px;
    border-radius: 999px;
    background: var(--forest);
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(21, 66, 53, 0.2);
}

.header-tools {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sticky-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    max-width: 0;
    padding: 0;
    border-radius: 999px;
    background: var(--forest-deep);
    color: #fff;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateX(8px);
    transition: max-width 220ms ease, padding 220ms ease, opacity 180ms ease, transform 180ms ease;
}

.site-header.is-scrolled .sticky-call {
    max-width: 290px;
    padding: 0 15px;
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--paper-strong);
    padding: 0;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 5px auto;
    border-radius: 999px;
    background: var(--forest-deep);
}

.hero {
    position: relative;
    min-height: clamp(560px, 72vh, 720px);
    display: flex;
    align-items: center;
    margin-top: 16px;
    overflow: hidden;
    border-radius: 34px;
    box-shadow: var(--shadow);
    background: #101d18;
}

.hero-media {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(10, 27, 22, 0.92) 0%, rgba(10, 27, 22, 0.72) 36%, rgba(10, 27, 22, 0.2) 74%),
        linear-gradient(180deg, rgba(10, 27, 22, 0.02) 0%, rgba(10, 27, 22, 0.68) 100%),
        url("../images/background/3.jpg");
    background-position: center;
    background-size: cover;
    transform: scale(1.02);
}

.hero-content {
    position: relative;
    z-index: 1;
    width: min(820px, 100%);
    padding: clamp(28px, 5vw, 62px);
    color: #fff;
}

.hero .section-kicker {
    color: #f3b85a;
}

h1 {
    margin: 12px 0 18px;
    max-width: 12ch;
    font-size: clamp(3rem, 5.8vw, 5.9rem);
    line-height: 0.9;
    letter-spacing: 0;
}

.hero-lead {
    max-width: 760px;
    margin: 0 0 28px;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1.12rem, 1.8vw, 1.44rem);
    line-height: 1.48;
    font-weight: 600;
}

.hero-actions,
.consultation-contact,
.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    font: inherit;
    font-weight: 900;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
}

.button-primary {
    background: #f3b85a;
    color: #101d18;
    box-shadow: 0 18px 36px rgba(243, 184, 90, 0.26);
}

.button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    backdrop-filter: blur(10px);
}

.hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.hero-proof span {
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.92);
    font-weight: 850;
    backdrop-filter: blur(10px);
}

.promise-band,
.section,
.impact-section,
.site-footer {
    border: 1px solid var(--line);
    border-radius: 28px;
    background: rgba(255, 253, 248, 0.84);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(16px);
}

.promise-band {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 28px;
    align-items: end;
    margin-top: 10px;
    padding: clamp(26px, 4vw, 46px);
    background:
        linear-gradient(135deg, rgba(223, 241, 232, 0.92), rgba(255, 253, 248, 0.92)),
        var(--paper-strong);
}

.promise-band h2,
.section-heading h2,
.chapter-intro h2,
.impact-copy h2,
.consultation-copy h2 {
    margin: 8px 0 0;
    font-size: clamp(2.1rem, 4vw, 4.1rem);
    line-height: 0.98;
    letter-spacing: 0;
}

.promise-band p,
.section-heading p,
.relief-grid p,
.chapter-card li,
.impact-copy p,
.impact-metrics span,
.proof-grid p,
.faq-list p,
.consultation-copy p,
.footer-disclaimer {
    color: var(--ink-soft);
}

.promise-band > p {
    margin: 0;
    font-size: 1.13rem;
    font-weight: 620;
}

.section,
.impact-section {
    margin-top: 18px;
    padding: clamp(28px, 4vw, 54px);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 26px;
}

.section-heading.narrow {
    display: block;
    max-width: 760px;
}

.section-heading p {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 600;
}

.relief-grid,
.proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.fees-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 24px;
    align-items: stretch;
    background:
        linear-gradient(135deg, rgba(255, 253, 248, 0.96), rgba(223, 241, 232, 0.92)),
        var(--paper-strong);
}

.fees-copy {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 8px 0;
}

.fees-copy h2 {
    margin: 8px 0 18px;
    font-size: clamp(2.1rem, 3.7vw, 3.7rem);
    line-height: 0.98;
}

.fees-copy p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 1.08rem;
    font-weight: 650;
}

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

.relief-grid article,
.proof-grid article,
.fees-card,
.chapter-card,
.impact-metrics div,
.faq-list details,
.consultation-form {
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--shadow-soft);
}

.relief-grid article,
.proof-grid article,
.fees-card {
    padding: 24px;
}

.relief-grid h3,
.proof-grid h3,
.fees-card h3,
.chapter-card h3 {
    margin: 10px 0 10px;
    font-size: 1.55rem;
    line-height: 1.05;
}

.relief-grid p,
.proof-grid p,
.fees-card p {
    margin: 0;
}

.chapter-section {
    background:
        linear-gradient(135deg, rgba(21, 66, 53, 0.96), rgba(13, 45, 37, 0.96)),
        var(--forest);
    color: #fff;
}

.chapter-intro {
    max-width: 860px;
    margin-bottom: 24px;
}

.chapter-section .section-kicker,
.chapter-label {
    color: #f3b85a;
}

.chapter-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.chapter-card {
    padding: 28px;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.16);
}

.chapter-card ul {
    display: grid;
    gap: 11px;
    margin: 18px 0 0;
    padding-left: 20px;
}

.chapter-card li {
    color: rgba(255, 255, 255, 0.82);
}

.impact-section {
    display: grid;
    grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
    gap: 30px;
    background:
        linear-gradient(135deg, rgba(255, 253, 248, 0.94), rgba(217, 236, 242, 0.84)),
        var(--paper-strong);
}

.impact-copy p {
    max-width: 640px;
    margin-bottom: 0;
    font-size: 1.08rem;
    font-weight: 600;
}

.impact-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.impact-metrics div {
    min-height: 200px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.impact-metrics strong {
    display: block;
    font-family: "Fraunces", Baskerville, "Times New Roman", serif;
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 0.95;
    color: var(--forest);
}

.impact-metrics span {
    display: block;
    font-weight: 700;
}

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list details {
    padding: 20px 22px;
}

.faq-list summary {
    cursor: pointer;
    font-size: 1.22rem;
    line-height: 1.2;
    font-weight: 750;
    color: var(--forest-deep);
}

.faq-list p {
    margin: 12px 0 0;
}

.section-consultation {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    gap: 22px;
    background:
        linear-gradient(135deg, rgba(21, 66, 53, 0.97), rgba(34, 87, 69, 0.94)),
        var(--forest);
    color: #fff;
}

.section-consultation .section-kicker {
    color: #f3b85a;
}

.consultation-copy p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.08rem;
}

.consultation-contact a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    font-weight: 850;
    overflow-wrap: anywhere;
}

.consultation-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 20px;
    background: rgba(255, 253, 248, 0.96);
    color: var(--ink);
}

.consultation-form label {
    display: grid;
    gap: 7px;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--forest);
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
    width: 100%;
    border: 1px solid rgba(23, 33, 28, 0.18);
    border-radius: var(--radius-sm);
    padding: 14px 14px;
    background: #fff;
    color: var(--ink);
    font: inherit;
    letter-spacing: 0;
}

.consultation-form textarea {
    resize: vertical;
}

.full-span {
    grid-column: 1 / -1;
}

.form-note {
    margin: 0;
    color: var(--ink-soft);
    font-size: 0.92rem;
    font-weight: 650;
    letter-spacing: 0;
    text-transform: none;
}

.site-footer {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 22px;
    margin-top: 18px;
    padding: 26px;
    color: var(--ink-soft);
}

.footer-brand {
    margin: 0 0 6px;
    font-family: "Fraunces", Baskerville, "Times New Roman", serif;
    font-size: 1.45rem;
    line-height: 1;
    color: var(--forest-deep);
}

.site-footer p {
    margin: 0;
}

.site-footer > div:last-of-type {
    display: grid;
    gap: 8px;
    justify-items: end;
    font-weight: 800;
    color: var(--forest);
}

.footer-disclaimer {
    grid-column: 1 / -1;
    padding-top: 16px;
    border-top: 1px solid var(--line);
    font-size: 0.92rem;
}

.hero,
.promise-band,
.section,
.impact-section {
    transition: opacity 520ms ease, transform 520ms ease;
}

.hero.is-revealed,
.promise-band.is-revealed,
.section.is-revealed,
.impact-section.is-revealed {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1120px) {
    .site-nav {
        position: absolute;
        top: calc(100% + 10px);
        right: 0;
        left: 0;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
        padding: 14px;
        border: 1px solid var(--line);
        border-radius: 20px;
        background: rgba(255, 253, 248, 0.98);
        box-shadow: var(--shadow-soft);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        justify-content: center;
    }

    .menu-toggle {
        display: inline-block;
    }

    .sticky-call {
        display: none;
    }

    .relief-grid,
    .impact-metrics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 860px) {
    .site-shell {
        width: min(calc(100% - 20px), var(--max-width));
        margin-top: 10px;
    }

    .topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-header {
        top: 8px;
        padding: 14px;
    }

    .brand-name {
        font-size: 1.36rem;
    }

    .hero {
        min-height: 0;
        border-radius: 24px;
    }

    .hero-media {
        background-image:
            linear-gradient(180deg, rgba(10, 27, 22, 0.8) 0%, rgba(10, 27, 22, 0.82) 100%),
            url("../images/background/3.jpg");
        background-position: 58% center;
    }

    .hero-content {
        padding: 28px;
    }

    h1 {
        max-width: 100%;
        font-size: clamp(2.3rem, 9.8vw, 2.75rem);
        line-height: 0.92;
    }

    .promise-band,
    .section-heading,
    .impact-section,
    .fees-section,
    .section-consultation,
    .site-footer {
        grid-template-columns: 1fr;
    }

    .relief-grid,
    .chapter-grid,
    .proof-grid,
    .fees-grid,
    .impact-metrics,
    .consultation-form {
        grid-template-columns: 1fr;
    }

    .impact-metrics div {
        min-height: 150px;
    }

    .site-footer > div:last-of-type {
        justify-items: start;
    }
}

@media (max-width: 520px) {
    .topbar,
    .site-header,
    .section,
    .promise-band,
    .impact-section,
    .site-footer {
        border-radius: 18px;
    }

    .hero {
        min-height: 0;
    }

    .hero-content {
        padding: 22px;
    }

    .hero-actions .button,
    .consultation-contact a,
    .form-actions .button {
        width: 100%;
    }

    .hero-proof {
        display: none;
    }

    .section,
    .promise-band,
    .impact-section {
        padding: 22px;
    }
}
