/* iPurveyAssure Platform page — Figma hero band */

body.pyn-figma-platform .pyn-platform-hero-shell {
    max-width: 1280px;
}

body.pyn-figma-platform .pyn-platform-hero-copy {
    max-width: 520px;
}

body.pyn-figma-platform .pyn-platform-hero-lead {
    margin: 0;
    max-width: 480px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    color: var(--pyn-text-soft) !important;
    text-align: left !important;
}

body.pyn-figma-platform .pyn-platform-workflow-wrap {
    width: 100%;
}

body.pyn-figma-platform .pyn-platform-workflow-label {
    display: block;
    margin-bottom: 18px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color: var(--pyn-text-muted);
}

@media (max-width: 1199px) {
    body.pyn-figma-platform .pyn-platform-workflow-wrap {
        margin-top: 40px;
    }
}

@media (max-width: 768px) {
    body.pyn-figma-platform .pyn-legal-figma-hero h1 {
        font-size: 32px !important;
        line-height: 40px !important;
    }
}
