/* Flagship training programme page */
form:has(.fs-page) {
    background: #ffffff !important;
}

.fs-page {
    margin-top: -80px;
    font-family: 'Poppins', 'Helvetica Neue', Arial, sans-serif;
    color: #0f2a43;
    background: #ffffff;
}

.fs-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
}

.fs-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #1a8fe3;
    margin-bottom: 18px;
}

.fs-eyebrow__rule {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: #1a8fe3;
}

.fs-eyebrow--onDark {
    color: #61b8f0;
}

.fs-section {
    padding: 72px 0;
}

.fs-section--tint {
    background: #f4f8fc;
}

.fs-section__title {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 12px;
    text-align: left;
    color: #0f2a43;
}

.fs-section__lede {
    text-align: left;
    max-width: 720px;
    margin: 0 0 44px;
    color: #5b7691;
    font-size: 15px;
    line-height: 1.6;
}

.fs-section__title--left,
.fs-section__lede--left {
    text-align: left;
    margin-left: 0;
}

.fs-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.fs-btn--primary {
    background: #1a8fe3;
    color: #ffffff;
}

    .fs-btn--primary:hover {
        background: #1478c1;
        color: #ffffff;
    }

.fs-btn--onDark {
    background: #ffffff;
    color: #0f2a43;
}

    .fs-btn--onDark:hover {
        background: #eaf4fd;
        color: #0f2a43;
    }

.fs-btn--outline {
    background: transparent;
    border-color: #c3d4e3;
    color: #0f2a43;
}

    .fs-btn--outline:hover {
        background: #eaf4fd;
        color: #0f2a43;
    }

.fs-btn__arrow {
    font-size: 15px;
    line-height: 1;
}

.fs-hero {
    padding: 76px 0 84px;
    background: #ffffff;
}

.fs-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.fs-hero__title {
    font-size: 46px;
    line-height: 1.12;
    font-weight: 700;
    margin: 0 0 20px;
    color: #0f2a43;
}

.fs-hero__lede {
    font-size: 16px;
    line-height: 1.7;
    color: #5b7691;
    margin: 0 0 28px;
    max-width: 520px;
}

.fs-card-dark {
    background: linear-gradient(160deg, #0f2a43 0%, #143c5e 100%);
    border-radius: 12px;
    padding: 34px;
    color: #ffffff;
}

.fs-card-dark__title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 24px;
    color: #ffffff;
}

.fs-outcome-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .fs-outcome-list li {
        padding: 14px 0;
        border-top: 1px solid rgba(255, 255, 255, .12);
    }

        .fs-outcome-list li:first-child {
            border-top: 0;
            padding-top: 0;
        }

        .fs-outcome-list li strong {
            display: block;
            font-size: 15px;
            color: #ffffff;
            margin-bottom: 4px;
        }

        .fs-outcome-list li span {
            font-size: 13px;
            line-height: 1.5;
            color: #a9c6dd;
        }

.fs-grid {
    display: grid;
    gap: 24px;
}

.fs-grid--3 {
    grid-template-columns: repeat(3, 1fr);
}

.fs-grid--formats {
    grid-template-columns: 1fr;
}

.fs-module {
    background: #ffffff;
    border: 1px solid #e3ecf4;
    border-top: 3px solid #1a8fe3;
    border-radius: 10px;
    padding: 26px;
}

.fs-module--two {
    border-top-color: #8156d0;
}

.fs-module--three {
    border-top-color: #f0a028;
}

.fs-module__no {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #7f97ad;
    margin-bottom: 10px;
}

.fs-module h3 {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 10px;
    color: #0f2a43;
}

.fs-module p {
    font-size: 14px;
    line-height: 1.6;
    color: #5b7691;
    margin: 0 0 16px;
}

.fs-ticks {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .fs-ticks li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 12px;
        font-size: 14px;
        line-height: 1.5;
        color: #3d5a75;
    }

        .fs-ticks li::before {
            content: '\2713';
            position: absolute;
            left: 0;
            top: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #e3f5ea;
            color: #2aa35c;
            font-size: 11px;
            font-weight: 700;
        }

.fs-ticks--large li {
    font-size: 15px;
    margin-bottom: 16px;
}

.fs-formats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: stretch;
}

.fs-format {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #e3ecf4;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 12px 30px rgba(15, 42, 67, .06);
}

.fs-format--dark {
    background: linear-gradient(160deg, #1478c1 0%, #0d9ae0 100%);
    border-color: transparent;
}

.fs-format__pill {
    display: inline-block;
    align-self: flex-start;
    background: #eaf4fd;
    color: #1a8fe3;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 6px 14px;
    margin-bottom: 20px;
}

.fs-format__pill--onDark {
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
}

.fs-format h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    margin: 0 0 12px;
    color: #0f2a43;
}

.fs-format p {
    font-size: 14px;
    line-height: 1.65;
    color: #5b7691;
    margin: 0 0 20px;
}

.fs-format--dark h3 {
    color: #ffffff;
}

.fs-format--dark p {
    color: #dcf0ff;
}

.fs-format .fs-ticks {
    margin-bottom: 22px;
}

.fs-format__price {
    font-size: 20px;
    font-weight: 700;
    color: #0f2a43;
    margin: 0 0 22px;
}

.fs-format--dark .fs-format__price {
    color: #ffffff;
}

.fs-format .fs-btn {
    align-self: flex-start;
    margin-top: auto;
}

.fs-ticks--onDark li {
    color: #ffffff;
}

    .fs-ticks--onDark li::before {
        background: rgba(255, 255, 255, .22);
        color: #ffffff;
    }

.fs-audience {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}

.fs-tiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

    .fs-tiles span {
        background: rgba(255, 255, 255, .08);
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 8px;
        padding: 14px;
        font-size: 13px;
        line-height: 1.4;
        color: #dcecf8;
    }

.fs-enquiry {
    display: grid;
    grid-template-columns: 1fr 1.05fr;
    gap: 56px;
    align-items: start;
}

.fs-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: fsstep;
}

    .fs-steps li {
        counter-increment: fsstep;
        position: relative;
        padding-left: 54px;
        margin-bottom: 22px;
    }

        .fs-steps li::before {
            content: '0' counter(fsstep);
            position: absolute;
            left: 0;
            top: 0;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 38px;
            height: 38px;
            border-radius: 8px;
            background: #e3f0fb;
            color: #1a8fe3;
            font-size: 13px;
            font-weight: 700;
        }

        .fs-steps li strong {
            display: block;
            font-size: 15px;
            color: #0f2a43;
            margin-bottom: 4px;
        }

        .fs-steps li span {
            font-size: 13px;
            line-height: 1.55;
            color: #5b7691;
        }

.fs-form {
    background: #ffffff;
    border: 1px solid #e3ecf4;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 14px 34px rgba(15, 42, 67, .07);
}

.fs-field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.fs-field {
    margin-bottom: 18px;
}

    .fs-field label {
        display: block;
        font-size: 13px;
        font-weight: 600;
        color: #0f2a43;
        margin-bottom: 7px;
    }

.fs-req {
    color: #e0483c;
}

.fs-input {
    width: 100%;
    border: 1px solid #d5e2ee;
    border-radius: 6px;
    padding: 11px 13px;
    font-size: 14px;
    font-family: inherit;
    color: #0f2a43;
    background: #ffffff;
    box-sizing: border-box;
}

    .fs-input:focus {
        outline: none;
        border-color: #1a8fe3;
        box-shadow: 0 0 0 3px rgba(26, 143, 227, .12);
    }

.fs-textarea {
    min-height: 118px;
    resize: vertical;
}

.fs-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
    pointer-events: none;
}

.fs-captcha {
    margin-bottom: 18px;
}

.fs-form__error {
    background: #fdecea;
    border: 1px solid #f5c2bd;
    border-radius: 6px;
    color: #b3271b;
    font-size: 13px;
    padding: 11px 14px;
    margin-bottom: 18px;
}

.fs-form__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

    .fs-form__footer .fs-btn {
        flex: 0 0 auto;
    }

.fs-form__note {
    font-size: 12px;
    line-height: 1.5;
    color: #7f97ad;
    margin: 0;
}

.fs-form--thanks h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f2a43;
    margin: 0 0 10px;
}

.fs-form--thanks p {
    font-size: 14px;
    line-height: 1.6;
    color: #5b7691;
    margin: 0;
}

@media (max-width: 991px) {
    .fs-hero__grid,
    .fs-audience,
    .fs-enquiry {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .fs-grid--3,
    .fs-formats {
        grid-template-columns: 1fr;
    }

    .fs-hero__title {
        font-size: 34px;
    }

    .fs-section__title {
        font-size: 27px;
    }
}

@media (max-width: 600px) {
    .fs-field-row,
    .fs-tiles {
        grid-template-columns: 1fr;
    }

    .fs-form__footer {
        flex-direction: column;
        align-items: flex-start;
    }
}
