.entrepreneur-page {
    background: var(--mantwerp-petrol);
    color: #f1ece2;
}

.entrepreneur-page .entrepreneur-top {
    overflow: hidden;
}

.entrepreneur-page .ticket-link[aria-current="page"] {
    border-color: var(--mantwerp-gold);
    background: transparent;
    color: var(--mantwerp-gold);
    transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .25s ease;
}

.entrepreneur-page .ticket-link[aria-current="page"]:hover,
.entrepreneur-page .ticket-link[aria-current="page"]:focus-visible {
    border-color: var(--mantwerp-gold);
    background: var(--mantwerp-gold);
    color: var(--mantwerp-petrol-deep);
    transform: translateY(-2px);
}

.entrepreneur-page .ticket-link[aria-current="page"]:active {
    transform: translateY(0);
}

.section-kicker {
    margin: 0;
    color: var(--mantwerp-gold-soft);
    font-family: var(--font-display);
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.entrepreneur-hero__cta,
.benefit__number,
.benefit h3,
.process-list span,
.process-list strong,
.entrepreneur-fit__categories li,
.application-form__submit {
    text-transform: uppercase;
}

.entrepreneur-hero {
    position: relative;
    display: flex;
    min-height: min(720px, calc(100svh - 84px));
    align-items: center;
    padding: clamp(86px, 9vw, 150px) 0 clamp(100px, 11vw, 170px);
    isolation: isolate;
    overflow: hidden;
    border-bottom: 1px solid rgba(226, 164, 38, .18);
    background: var(--mantwerp-petrol-deep);
}

.entrepreneur-hero__rays {
    position: absolute;
    inset: 50% auto auto 50%;
    z-index: -2;
    width: max(100%, 1100px);
    height: auto;
    opacity: .32;
    transform: translate(-50%, -50%);
}

.entrepreneur-hero::after {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(9, 29, 36, .56);
    content: "";
}

.entrepreneur-hero__ornament {
    position: absolute;
    right: clamp(-110px, -5vw, -30px);
    bottom: clamp(-125px, -8vw, -68px);
    z-index: -1;
    width: clamp(250px, 29vw, 520px);
    height: auto;
    opacity: .2;
    transform: rotate(-8deg);
}

.entrepreneur-hero h1 {
    max-width: 1300px;
    margin: 22px 0 0;
    color: #f1ece2;
    font-size: 150px;
    line-height: .83;
    letter-spacing: 0;
    text-transform: uppercase;
}

.entrepreneur-hero h1 span {
    display: block;
    white-space: nowrap;
}

.entrepreneur-hero__intro {
    max-width: 620px;
    margin: clamp(28px, 3vw, 44px) 0 0;
    color: rgba(241, 236, 226, .8);
    font-size: clamp(17px, 1.4vw, 21px);
    line-height: 1.55;
}

.entrepreneur-hero__cta {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    gap: 28px;
    margin-top: 34px;
    padding: 13px 24px;
    border: 1px solid var(--mantwerp-gold-soft);
    border-radius: 2px;
    color: var(--mantwerp-gold-soft);
    font-family: var(--font-display);
    font-size: 13px;
    letter-spacing: .08em;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 260ms ease, color 260ms ease, transform 260ms ease;
}

.entrepreneur-hero__cta span {
    font-size: 18px;
    transition: transform 260ms ease;
}

.entrepreneur-hero__cta:hover,
.entrepreneur-hero__cta:focus-visible {
    background: var(--mantwerp-gold-soft);
    color: var(--mantwerp-petrol-deep);
    transform: translateY(-2px);
}

.entrepreneur-hero__cta:hover span,
.entrepreneur-hero__cta:focus-visible span {
    transform: translateY(3px);
}

.entrepreneur-why,
.entrepreneur-process,
.entrepreneur-fit,
.application-section {
    position: relative;
}

.entrepreneur-why {
    padding: clamp(88px, 9vw, 150px) 0;
}

.entrepreneur-section-heading {
    display: grid;
    grid-template-columns: minmax(150px, .3fr) minmax(0, 1fr);
    gap: clamp(40px, 8vw, 140px);
    align-items: start;
}

.entrepreneur-section-heading h2 {
    max-width: 1080px;
    margin: 0;
    color: #f1ece2;
    font-size: 74px;
    line-height: 1.02;
    letter-spacing: 0;
}

.benefits-grid {
    display: grid;
    margin-top: clamp(70px, 8vw, 120px);
    border-top: 1px solid rgba(226, 164, 38, .32);
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.benefit {
    min-width: 0;
    padding: clamp(28px, 3vw, 46px) clamp(22px, 2.6vw, 42px) 10px;
    border-left: 1px solid rgba(226, 164, 38, .22);
}

.benefit:first-child {
    padding-left: 0;
    border-left: 0;
}

.benefit__number {
    display: block;
    color: rgba(237, 180, 70, .56);
    font-family: var(--font-display);
    font-size: 12px;
    letter-spacing: .08em;
}

.benefit h3 {
    margin: 46px 0 14px;
    color: var(--mantwerp-gold-soft);
    font-family: var(--font-display);
    font-size: 23px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .04em;
}

.benefit p {
    max-width: 260px;
    margin: 0;
    color: rgba(241, 236, 226, .68);
    font-size: 16px;
    line-height: 1.55;
}

.entrepreneur-process {
    padding: clamp(88px, 8vw, 140px) 0;
    border-block: 1px solid rgba(226, 164, 38, .18);
    background: var(--mantwerp-petrol-deep);
}

.entrepreneur-section-heading--compact {
    display: block;
    text-align: center;
}

.entrepreneur-section-heading--compact h2 {
    margin: 18px auto 0;
    font-size: 94px;
    line-height: .9;
}

.process-list {
    display: grid;
    margin: clamp(58px, 6vw, 90px) 0 0;
    padding: 0;
    border-top: 1px solid rgba(226, 164, 38, .38);
    list-style: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-list li {
    min-height: 220px;
    padding: 28px clamp(18px, 2.2vw, 34px);
    border-left: 1px solid rgba(226, 164, 38, .24);
}

.process-list li:first-child {
    padding-left: 0;
    border-left: 0;
}

.process-list span {
    display: block;
    color: var(--mantwerp-gold-soft);
    font-family: var(--font-display);
    font-size: 64px;
    font-weight: 400;
    line-height: 1;
}

.process-list strong {
    display: block;
    max-width: 250px;
    margin-top: 58px;
    color: #f1ece2;
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: .04em;
}

.entrepreneur-fit {
    padding: clamp(80px, 8vw, 130px) 0;
}

.entrepreneur-fit__inner {
    display: grid;
    grid-template-columns: minmax(320px, .75fr) minmax(0, 1fr);
    gap: clamp(60px, 9vw, 150px);
    align-items: end;
}

.entrepreneur-fit h2 {
    max-width: 650px;
    margin: 18px 0 0;
    color: #f1ece2;
    font-size: 78px;
    line-height: .94;
    letter-spacing: 0;
}

.entrepreneur-fit__categories {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}

.entrepreneur-fit__categories li {
    display: inline-flex;
    align-items: center;
    color: rgba(241, 236, 226, .76);
    font-family: var(--font-display);
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: .06em;
}

.entrepreneur-fit__categories li:not(:last-child)::after {
    width: 24px;
    height: 1px;
    margin: 0 18px;
    background: rgba(226, 164, 38, .55);
    content: "";
}

.application-section {
    scroll-margin-top: 20px;
    padding: clamp(90px, 9vw, 150px) 0;
    overflow: hidden;
    border-top: 1px solid rgba(226, 164, 38, .22);
    background: #06171c;
}

.application-section__decoration {
    position: absolute;
    right: -8vw;
    bottom: -8vw;
    width: clamp(360px, 42vw, 760px);
    height: auto;
    opacity: .11;
    pointer-events: none;
}

.application-section__layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(300px, .72fr) minmax(540px, 1fr);
    gap: clamp(70px, 10vw, 170px);
    align-items: start;
}

.application-section__heading {
    position: sticky;
    top: 48px;
}

.application-section__heading h2 {
    margin: 20px 0 0;
    color: #f1ece2;
    font-size: 94px;
    line-height: .86;
    letter-spacing: 0;
}

.application-section__heading > p:last-of-type {
    max-width: 460px;
    margin: 32px 0 0;
    color: rgba(241, 236, 226, .68);
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.6;
}

.application-section__heading img {
    display: block;
    width: clamp(110px, 9vw, 150px);
    height: auto;
    margin-top: 28px;
}

.application-form-wrap {
    min-width: 0;
}

.application-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 22px;
}

.form-field {
    min-width: 0;
}

.form-field--wide {
    grid-column: 1 / -1;
}

.form-field > label {
    display: block;
    margin-bottom: 10px;
    color: rgba(237, 180, 70, .82);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.form-field > label span,
.privacy-check b {
    color: var(--mantwerp-gold-soft);
    font-weight: 400;
}

.form-field input:not([type="checkbox"]),
.form-field select,
.form-field textarea {
    display: block;
    width: 100%;
    border: 1px solid rgba(226, 164, 38, .35);
    border-radius: 2px;
    outline: 0;
    background: rgba(9, 29, 36, .56);
    color: #f1ece2;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.4;
    transition: border-color 220ms ease, box-shadow 220ms ease, background-color 220ms ease;
}

.form-field input:not([type="checkbox"]),
.form-field select {
    height: 52px;
    padding: 0 15px;
}

.form-field select {
    color-scheme: dark;
}

.form-field select option {
    background: var(--mantwerp-petrol-deep);
    color: #f1ece2;
}

.form-field textarea {
    min-height: 150px;
    padding: 14px 15px;
    resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
    color: rgba(241, 236, 226, .34);
}

.form-field input:not([type="checkbox"]):focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: var(--mantwerp-gold-soft);
    background-color: rgba(16, 39, 47, .82);
    box-shadow: 0 0 0 3px rgba(226, 164, 38, .12);
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
    border-color: #db7c65;
}

.form-error {
    min-height: 17px;
    margin: 6px 0 0;
    color: #ef9d88;
    font-family: var(--font-body);
    font-size: 13px;
    line-height: 1.3;
}

.form-field--privacy {
    margin-top: 2px;
}

.privacy-check {
    position: relative;
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    margin: 0 !important;
    color: rgba(241, 236, 226, .68) !important;
    cursor: pointer;
    font-family: var(--font-body) !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
}

.privacy-check input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.privacy-check__box {
    position: relative;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(226, 164, 38, .55);
    border-radius: 2px;
    background: rgba(9, 29, 36, .6);
    transition: border-color 220ms ease, background-color 220ms ease;
}

.privacy-check__box::after {
    position: absolute;
    top: 4px;
    left: 8px;
    width: 6px;
    height: 11px;
    border-right: 2px solid var(--mantwerp-petrol-deep);
    border-bottom: 2px solid var(--mantwerp-petrol-deep);
    content: "";
    opacity: 0;
    transform: rotate(45deg) scale(.7);
    transition: opacity 180ms ease, transform 180ms ease;
}

.privacy-check input:checked + .privacy-check__box {
    border-color: var(--mantwerp-gold-soft);
    background: var(--mantwerp-gold-soft);
}

.privacy-check input:checked + .privacy-check__box::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.privacy-check input:focus-visible + .privacy-check__box {
    outline: 2px solid var(--mantwerp-gold-soft);
    outline-offset: 3px;
}

.privacy-check input[aria-invalid="true"] + .privacy-check__box {
    border-color: #db7c65;
}

.privacy-check a {
    color: var(--mantwerp-gold-soft);
    text-underline-offset: 3px;
}

.application-form__status {
    min-height: 22px;
    margin: 8px 0 12px;
    color: #ef9d88;
    font-size: 14px;
    line-height: 1.45;
}

.application-form__submit {
    display: inline-flex;
    width: 100%;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
    border: 1px solid var(--mantwerp-gold);
    border-radius: 2px;
    background: var(--mantwerp-gold);
    color: var(--mantwerp-petrol-deep);
    font-family: var(--font-display);
    font-size: 13px;
    line-height: 1;
    letter-spacing: .08em;
    transition: background-color 240ms ease, border-color 240ms ease, color 240ms ease, transform 240ms ease;
}

.application-form__submit span {
    font-size: 20px;
    transition: transform 240ms ease;
}

.application-form__submit:hover:not(:disabled),
.application-form__submit:focus-visible:not(:disabled) {
    border-color: #f1ece2;
    background: #f1ece2;
    transform: translateY(-2px);
}

.application-form__submit:hover:not(:disabled) span,
.application-form__submit:focus-visible:not(:disabled) span {
    transform: translateX(4px);
}

.application-form__submit:disabled {
    cursor: wait;
    opacity: .65;
}

.form-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.application-success {
    min-height: 360px;
    padding: clamp(50px, 7vw, 90px) 0;
    border-block: 1px solid rgba(226, 164, 38, .3);
}

.application-success h3 {
    margin: 20px 0 18px;
    color: #f1ece2;
    font-size: 100px;
    line-height: .9;
}

.application-success > p:last-child {
    max-width: 520px;
    margin: 0;
    color: rgba(241, 236, 226, .72);
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 1199.98px) {
    .entrepreneur-hero {
        min-height: 650px;
    }

    .entrepreneur-hero h1 {
        font-size: 96px;
    }

    .entrepreneur-section-heading {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 48px;
    }

    .entrepreneur-section-heading h2 {
        font-size: 58px;
    }

    .benefit h3 {
        font-size: 19px;
    }

    .entrepreneur-section-heading--compact h2 {
        font-size: 76px;
    }

    .process-list span {
        font-size: 56px;
    }

    .process-list strong {
        font-size: 16px;
    }

    .entrepreneur-fit h2 {
        font-size: 62px;
    }

    .application-section__heading h2 {
        font-size: 72px;
    }

    .benefits-grid,
    .process-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .benefit:nth-child(3),
    .benefit:nth-child(4),
    .process-list li:nth-child(3),
    .process-list li:nth-child(4) {
        border-top: 1px solid rgba(226, 164, 38, .22);
    }

    .benefit:nth-child(3),
    .process-list li:nth-child(3) {
        padding-left: 0;
        border-left: 0;
    }

    .entrepreneur-fit__inner {
        grid-template-columns: minmax(280px, .8fr) minmax(0, 1fr);
        gap: 54px;
    }

    .application-section__layout {
        grid-template-columns: minmax(260px, .65fr) minmax(470px, 1fr);
        gap: 54px;
    }
}

@media (max-width: 991.98px) {
    .entrepreneur-hero {
        min-height: 620px;
        padding-top: 90px;
    }

    .entrepreneur-hero h1 {
        font-size: 78px;
    }

    .entrepreneur-hero__rays {
        width: 1180px;
    }

    .entrepreneur-section-heading,
    .entrepreneur-fit__inner,
    .application-section__layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .entrepreneur-section-heading {
        gap: 24px;
    }

    .entrepreneur-section-heading h2 {
        max-width: 820px;
        font-size: 52px;
    }

    .entrepreneur-fit__inner,
    .application-section__layout {
        gap: 52px;
    }

    .application-section__heading {
        position: static;
    }

    .application-section__heading > p:last-of-type {
        max-width: 620px;
    }
}

@media (max-width: 767.98px) {
    .section-kicker {
        font-size: 12px;
    }

    .entrepreneur-hero {
        min-height: calc(100svh - 78px);
        padding: 76px 0 96px;
    }

    .entrepreneur-hero__rays {
        width: 1040px;
        opacity: .25;
    }

    .entrepreneur-hero__ornament {
        right: -90px;
        bottom: -80px;
        width: 270px;
        opacity: .17;
    }

    .entrepreneur-hero h1 {
        margin-top: 18px;
        font-size: 48px;
        line-height: .84;
    }

    .entrepreneur-hero__intro {
        margin-top: 28px;
        font-size: 17px;
    }

    .entrepreneur-hero__cta {
        width: 100%;
        justify-content: space-between;
        margin-top: 30px;
    }

    .entrepreneur-why,
    .entrepreneur-process,
    .entrepreneur-fit,
    .application-section {
        padding-block: 76px;
    }

    .entrepreneur-section-heading h2 {
        font-size: 42px;
        line-height: 1.04;
    }

    .benefits-grid,
    .process-list {
        margin-top: 52px;
        grid-template-columns: minmax(0, 1fr);
    }

    .benefit,
    .benefit:first-child,
    .benefit:nth-child(3),
    .process-list li,
    .process-list li:first-child,
    .process-list li:nth-child(3) {
        min-height: 0;
        padding: 26px 0 30px;
        border-top: 1px solid rgba(226, 164, 38, .22);
        border-left: 0;
    }

    .benefit:first-child,
    .process-list li:first-child {
        border-top: 0;
    }

    .benefit h3 {
        margin-top: 24px;
    }

    .benefit p {
        max-width: 420px;
    }

    .entrepreneur-section-heading--compact h2 {
        font-size: 62px;
    }

    .process-list li {
        display: grid;
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 18px;
        align-items: center;
    }

    .process-list strong {
        margin-top: 0;
    }

    .entrepreneur-fit h2 {
        font-size: 54px;
    }

    .entrepreneur-fit__categories li {
        margin-bottom: 14px;
    }

    .entrepreneur-fit__categories li:not(:last-child)::after {
        width: 16px;
        margin-inline: 12px;
    }

    .application-section__layout {
        gap: 48px;
    }

    .application-section__heading h2 {
        font-size: 64px;
    }

    .application-form__grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .form-field--wide {
        grid-column: auto;
    }

    .form-field input:not([type="checkbox"]),
    .form-field select {
        height: 50px;
    }

    .application-form__submit {
        min-height: 54px;
    }
}

@media (max-width: 399.98px) {
    .entrepreneur-hero h1 {
        font-size: 41px;
    }
}

@media (max-width: 374.98px) {
    .entrepreneur-fit__categories {
        display: block;
    }

    .entrepreneur-fit__categories li {
        display: block;
    }

    .entrepreneur-fit__categories li::after {
        display: none;
    }
}

@media (max-width: 359.98px) {
    .entrepreneur-hero h1 {
        font-size: 36px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .entrepreneur-hero__cta,
    .entrepreneur-hero__cta span,
    .application-form__submit,
    .application-form__submit span,
    .privacy-check__box,
    .privacy-check__box::after {
        transition: none !important;
    }
}
