.pareto-page {
    --ink: #161a1d;
    --muted: #5e646b;
    --line: #d9ded9;
    --paper: #f7f5ef;
    --surface: #ffffff;
    --sage: #5f796c;
    --blue: #234c63;
    --gold: #b58a44;
    color: var(--ink);
    background: var(--paper);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pareto-hero {
    padding: 74px 0 96px;
    background: #f7f5ef;
    border-bottom: 1px solid var(--line);
}

.pareto-kicker {
    margin: 0 0 12px;
    color: var(--sage);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.pareto-title {
    margin: 0;
    font-size: clamp(3.2rem, 8vw, 6.5rem);
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: 0;
}

.pareto-lead {
    max-width: 690px;
    margin: 28px 0 0;
    color: #30363b;
    font-size: clamp(1.08rem, 2vw, 1.32rem);
    line-height: 1.65;
}

.pareto-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.pareto-button {
    min-width: 142px;
    padding: 0.78rem 1.08rem;
    border: 1px solid #161a1d;
    border-radius: 6px;
    color: #161a1d;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.pareto-button:hover {
    color: #ffffff;
    background: var(--blue);
    border-color: var(--blue);
}

.pareto-button--dark {
    color: #ffffff;
    background: #161a1d;
}

.pareto-button--light {
    display: inline-block;
    margin-top: 28px;
    color: #0b1114;
    background: #ffffff;
    border-color: #ffffff;
}

.pareto-button--light:hover {
    color: #ffffff;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.84);
}

.pareto-image {
    background: #ffffff;
    border: 1px solid rgba(22, 26, 29, 0.09);
    border-radius: 8px;
    box-shadow: 0 22px 56px rgba(22, 26, 29, 0.1);
}

.pareto-image {
    display: block;
    width: 100%;
    border-radius: 6px;
}

.pareto-band {
    padding: 88px 0;
    background: var(--paper);
}

.pareto-band--muted {
    background: #eef1ed;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.pareto-section-heading {
    max-width: 820px;
    margin-bottom: 42px;
}

.pareto-section-title {
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 1.08;
    font-weight: 650;
    letter-spacing: 0;
}

.pareto-copy {
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.8;
}

.pareto-copy--large {
    margin: 0;
    font-size: 1.16rem;
}

.pareto-panel {
    height: 100%;
    padding: 32px;
    background: var(--surface);
    border: 1px solid rgba(22, 26, 29, 0.09);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(22, 26, 29, 0.06);
}

.pareto-panel-title {
    margin: 0 0 22px;
    font-size: 1.55rem;
    line-height: 1.25;
    font-weight: 650;
}

.pareto-panel ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding-left: 1.1rem;
}

.pareto-panel li {
    color: var(--muted);
    line-height: 1.65;
}

.pareto-showcase {
    padding-bottom: 96px;
}

.pareto-capture-row {
    padding: 28px 0;
}

.pareto-capture-row + .pareto-capture-row {
    margin-top: 30px;
    border-top: 1px solid var(--line);
}

.pareto-capture-copy {
    max-width: 480px;
}

.pareto-capture-copy h3 {
    margin: 0 0 14px;
    font-size: 1.55rem;
    line-height: 1.25;
    font-weight: 650;
}

.pareto-capture-copy p {
    margin: 0;
    color: var(--muted);
    font-size: 1.04rem;
    line-height: 1.75;
}

.pareto-cta {
    padding: 82px 0;
    text-align: center;
    color: #ffffff;
    background: #0b1114;
}

.pareto-cta .pareto-kicker {
    color: #f0c56f;
}

.pareto-cta-title {
    max-width: 760px;
    margin: 0 auto;
    color: #ffffff;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.1;
    font-weight: 650;
    letter-spacing: 0;
}

@media (max-width: 991px) {
    .pareto-hero {
        padding: 56px 0 68px;
    }

    .pareto-capture-row--reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media (max-width: 575px) {
    .pareto-hero,
    .pareto-band,
    .pareto-cta {
        padding: 56px 0;
    }

    .pareto-actions {
        width: 100%;
    }

    .pareto-button {
        width: 100%;
    }

    .pareto-panel {
        padding: 24px;
    }

    .pareto-capture-row {
        padding: 12px 0 28px;
    }
}
