/* ============================================================================
   Request free hardcopy page
   Layers eco design-system styling on top of home-v2.css (tokens, nav, footer).
   ============================================================================ */

.request-page {
    max-width: 760px;
    margin-inline: auto;
    padding-inline: var(--gutter);
    padding-top: 8rem;
}

@media (min-width: 768px) {
    .request-page {
        padding-inline: var(--gutter-lg);
        padding-top: 9rem;
    }
}

.request-hero__title {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: clamp(2.5rem, 5.5vw, 4.25rem);
    line-height: 1.04;
    letter-spacing: -0.015em;
    color: var(--color-eco-ink);
    text-wrap: balance;
}

.request-hero__subtitle {
    margin-top: 1rem;
    font-family: var(--font-sans);
    font-size: 1.05rem;
    line-height: 1.7;
    color: var(--color-eco-ink-soft);
    max-width: 60ch;
}

/* Wufoo embed wrapper */
.request-form {
    margin: 2.5rem 0;
    font-family: var(--font-sans);
    color: var(--color-eco-ink);
}

.request-form a {
    color: var(--color-eco-olive-deep);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ---- Download button row ---- */
.eco-btn-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 1rem 0 5rem;
}
