.grant-page {
    --grant-accent: #239c9b;
    --grant-cream: #fcfaf4;
    --grant-subtle: #f9f7f0;
    --grant-dark: #0f2421;
    --grant-yellow: #fff382;
    --grant-border: #466060;
    color: #000;
    background: #fff;
}

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

.grant-page h1,
.grant-page h2,
.grant-page h3 {
    font-family: Montserrat, sans-serif;
}

.grant-page p,
.grant-page li,
.grant-page blockquote {
    font-family: Roboto, sans-serif;
}

.grant-shell {
    width: min(1216px, calc(100vw - 96px));
    margin-inline: auto;
}

.grant-hero {
    min-height: 780px;
    color: #fff;
    background: var(--grant-dark);
}

.grant-hero__inner {
    min-height: 780px;
    display: grid;
    grid-template-columns: 624px 560px;
    gap: 32px;
    align-items: center;
    padding-block: 80px;
}

.grant-hero__copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.grant-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 64px;
    letter-spacing: -.8px;
}

.grant-hero p {
    max-width: 604px;
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 20px;
    line-height: 30px;
}

.grant-hero__cta {
    min-width: 338px;
    min-height: 52px;
    background: var(--grant-yellow);
}

.grant-hero__image {
    width: 560px;
    height: 460px;
    object-fit: cover;
    border-radius: 12px;
}

.grant-badges {
    padding: 48px 0;
    background: var(--grant-cream);
}

.grant-badges__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.grant-badge {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
    border: 1px solid var(--grant-border);
    border-radius: 999px;
    background: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
}

.grant-section {
    padding: 96px 0;
}

.grant-section h2 {
    max-width: 1120px;
    margin: 0 0 48px;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -.4px;
}

.grant-intro {
    max-width: 1040px;
    margin: 0 0 48px;
    font-size: 18px;
    line-height: 28px;
}

.grant-two-grid,
.grant-three-grid {
    display: grid;
    gap: 24px;
}

.grant-two-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grant-three-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grant-metrics h2 {
    max-width: 900px;
}

.grant-challenges h2 {
    max-width: 1000px;
}

.grant-metric {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid var(--grant-border);
    border-radius: 12px;
    background: var(--grant-cream);
    text-align: center;
}

.grant-metric:nth-child(2) {
    background: var(--grant-subtle);
}

.grant-metric.is-accent {
    border-color: transparent;
    color: #fff;
    background: var(--grant-accent);
}

.grant-donut {
    position: relative;
    flex: 0 0 104px;
    width: 104px;
    height: 104px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(var(--grant-accent) 0 100%, rgba(70, 96, 96, .18) 0);
}

.grant-donut::after {
    position: absolute;
    inset: 14px;
    border-radius: inherit;
    background: var(--grant-cream);
    content: '';
}

.grant-metric:nth-child(2) .grant-donut::after {
    background: var(--grant-subtle);
}

.grant-metric.is-accent .grant-donut {
    background: conic-gradient(var(--grant-cream) 0 100%, rgba(255, 255, 255, .2) 0);
}

.grant-metric.is-accent .grant-donut::after {
    background: var(--grant-accent);
}

.grant-donut strong {
    position: relative;
    z-index: 1;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    line-height: 36px;
}

.grant-metric p {
    max-width: 341px;
    margin: 0;
    font-size: 18px;
    line-height: 27px;
}

.grant-testimonial {
    min-height: 500px;
    display: flex;
    align-items: center;
    color: #fff;
    background: var(--grant-dark);
}

.grant-testimonial__inner {
    min-height: 324px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.grant-testimonial blockquote {
    max-width: 960px;
    margin: 0 0 24px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 43px;
    letter-spacing: -.2px;
}

.grant-testimonial p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
}

.grant-card,
.grant-service-card,
.grant-program-card {
    overflow: hidden;
    border: 1px solid var(--grant-border);
    border-radius: 12px;
}

.grant-card {
    min-height: 420px;
    background: var(--grant-cream);
}

.grant-card:nth-child(even) {
    background: var(--grant-subtle);
}

.grant-card__banner {
    display: block;
    width: 100%;
    object-fit: cover;
}

.grant-card__banner--challenge {
    height: 120px;
}

.grant-card__banner--technical {
    height: 100px;
}

.grant-card__content {
    padding: 28px;
}

.grant-card h3,
.grant-program-card h3,
.grant-process-card h3 {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

.grant-card p,
.grant-program-card li,
.grant-process-card li {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.grant-programs {
    background: #fff;
}

.grant-note {
    min-height: 132px;
    display: flex;
    align-items: center;
    margin: 0 0 48px;
    padding: 28px 32px;
    border-radius: 12px;
    background: var(--grant-yellow);
    font-family: Montserrat, sans-serif !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 29px;
}

.grant-program-card {
    min-height: 440px;
    padding: 20px 32px 0;
    background: var(--grant-cream);
}

.grant-program-card:nth-child(4n + 2),
.grant-program-card:nth-child(4n + 3) {
    background: var(--grant-subtle);
}

.grant-icon {
    display: block;
    object-fit: contain;
}

.grant-icon--program {
    width: 64px;
    height: 64px;
    margin-bottom: 8px;
}

.grant-program-card h3 {
    margin-bottom: 6px;
}

.grant-program-card ul {
    margin: 0;
    padding-left: 0;
    list-style-position: inside;
}

.grant-program-card li+li {
    margin-top: 0;
}

.grant-services {
    padding-bottom: 44px;
    background: var(--grant-cream);
}

.grant-service-card {
    min-height: 600px;
    background: #fff;
}

.grant-service-card__image {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.grant-service-card__content {
    padding: 28px;
}

.grant-service-card h3 {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.grant-service-card ul,
.grant-process-card ul {
    display: grid;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.grant-service-card li {
    font-size: 15px;
    line-height: 24px;
}

.grant-process--pre {
    padding-bottom: 44px;
    background: var(--grant-subtle);
}

.grant-process--post {
    padding-bottom: 44px;
    background: #fff;
}

.grant-process--closeout {
    padding-bottom: 72px;
    background: var(--grant-cream);
}

.grant-process-card {
    min-height: 320px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding: 32px;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
}

.grant-process--pre .grant-process-card:nth-child(4n + 1),
.grant-process--pre .grant-process-card:nth-child(4n),
.grant-process--closeout .grant-process-card:nth-child(4n + 1),
.grant-process--closeout .grant-process-card:nth-child(4n) {
    background: var(--grant-cream);
}

.grant-process--post .grant-process-card {
    background: #fff;
}

.grant-process-card>span {
    color: var(--grant-accent);
    font-family: Montserrat, sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 58px;
}

.grant-icon--post {
    width: 72px;
    height: 72px;
}

.grant-technical {
    background: #fff;
}

.grant-technical h2 {
    max-width: 1080px;
}

.grant-technical-card {
    min-height: 420px;
    background: #fff;
}

.grant-technical-card:nth-child(even) {
    background: #fff;
}

.grant-faq {
    background: var(--grant-cream);
}

.grant-faq__list {
    display: grid;
    gap: 24px;
}

.grant-faq-card {
    min-height: 190px;
    padding: 32px;
    overflow: hidden;
    border: 0;
    border-radius: 12px;
    background: #fff;
}

.grant-faq-card h3 {
    margin: 0 0 16px;
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
}

.grant-faq-card p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
}

.grant-contact {
    padding: 96px 0;
    background: #fff;
}

.grant-contact__layout {
    display: grid;
    grid-template-columns: 560px 592px;
    gap: 64px;
    align-items: stretch;
}

.grant-contact__art,
.grant-contact__form {
    min-height: 620px;
    overflow: hidden;
    border-radius: 12px;
}

.grant-contact__art {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
    padding: 56px;
    color: #fff;
    background: var(--grant-dark) url('https://storage.googleapis.com/elearning-solutions-site-assets/images/fluid/contact-fluid-dark.jpg') center / cover no-repeat;
}

.grant-contact__art h2 {
    margin: 0;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    line-height: 56px;
}

.grant-contact__art p {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}

.grant-contact__form {
    display: flex;
    align-items: center;
    padding: 36px;
    border: 1px solid var(--grant-border);
    background: var(--grant-cream);
}

.grant-contact .contact-form {
    width: 100%;
    gap: 18px;
}

.grant-contact .form-field {
    gap: 9px;
}

.grant-contact .form-field label {
    color: #0f211f;
    font-size: 14px;
    font-weight: 600;
}

.grant-contact .form-field input,
.grant-contact .form-field textarea {
    min-height: 45px;
    padding: 13px 18px;
    border: 0;
    border-radius: 7px;
    color: #0f211f;
    background: #f2f5f0;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
}

.grant-contact .form-field textarea {
    min-height: 103px;
}

.grant-contact .form-field input:focus,
.grant-contact .form-field textarea:focus {
    outline: 2px solid var(--grant-accent);
    outline-offset: 1px;
    box-shadow: none;
}

.grant-contact .contact-submit {
    min-height: 52px;
    background: #1a6b5e;
}

@media (max-width: 1260px) {
    .grant-hero__inner {
        grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
        gap: 48px;
    }

    .grant-hero h1 {
        font-size: clamp(44px, 4.4vw, 56px);
        line-height: 1.14;
    }

    .grant-hero__image {
        width: 100%;
    }

    .grant-contact__layout {
        grid-template-columns: minmax(360px, 560px) minmax(420px, 592px);
        gap: 48px;
    }
}

@media (max-width: 900px) {
    .grant-shell {
        width: min(720px, calc(100vw - 64px));
    }

    .grant-hero,
    .grant-hero__inner {
        min-height: 0;
    }

    .grant-hero__inner,
    .grant-contact__layout {
        grid-template-columns: 1fr;
    }

    .grant-hero__inner {
        padding: 64px 0;
    }

    .grant-hero__image {
        height: 420px;
    }

    .grant-badges__grid,
    .grant-two-grid,
    .grant-three-grid {
        grid-template-columns: 1fr;
    }

    .grant-badges__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .grant-metric,
    .grant-card,
    .grant-program-card,
    .grant-service-card,
    .grant-process-card,
    .grant-faq-card {
        min-height: 0;
    }

    .grant-contact__art {
        min-height: 500px;
    }

    .grant-contact__form {
        min-height: 0;
    }
}

@media (max-width: 600px) {
    .grant-shell {
        width: calc(100vw - 40px);
    }

    .grant-section,
    .grant-contact {
        padding: 64px 0;
    }

    .grant-section h2 {
        margin-bottom: 32px;
        font-size: 32px;
        line-height: 40px;
    }

    .grant-intro {
        margin-bottom: 32px;
        font-size: 17px;
        line-height: 27px;
    }

    .grant-hero h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .grant-hero p {
        font-size: 18px;
        line-height: 28px;
    }

    .grant-hero__cta {
        width: 100%;
        min-width: 0;
    }

    .grant-hero__image {
        height: 280px;
    }

    .grant-badges__grid {
        grid-template-columns: 1fr;
    }

    .grant-testimonial {
        min-height: 0;
        padding: 64px 0;
    }

    .grant-testimonial blockquote {
        font-size: 24px;
        line-height: 35px;
    }

    .grant-note {
        margin-bottom: 32px;
        padding: 24px;
        font-size: 16px;
        line-height: 25px;
    }

    .grant-card__content,
    .grant-service-card__content,
    .grant-program-card,
    .grant-faq-card {
        padding: 24px;
    }

    .grant-service-card__image {
        height: 180px;
    }

    .grant-process-card {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 16px;
        padding: 24px;
    }

    .grant-process-card>span {
        font-size: 38px;
        line-height: 44px;
    }

    .grant-icon--post {
        width: 54px;
        height: 54px;
    }

    .grant-contact__art {
        min-height: 520px;
        padding: 32px;
    }

    .grant-contact__art h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .grant-contact__art p {
        font-size: 17px;
        line-height: 27px;
    }

    .grant-contact__form {
        padding: 28px 24px;
    }
}