.gcs-apply-page { overflow: hidden; color: var(--gcs-text); background: #fff; }

.gcs-apply-hero {
    position: relative;
    padding: 92px 0 118px;
    background: radial-gradient(circle at 82% 29%, rgba(156, 205, 170, .24), transparent 31%), #fff;
}

.gcs-apply-hero__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 96px; align-items: center; }

.gcs-apply-hero__lead { max-width: 660px; margin-top: 30px; font-size: 1.04rem; line-height: 1.78; }

.gcs-apply-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 35px; }

.gcs-apply-hero__email { display: flex; align-items: center; gap: 13px; margin-top: 36px; }

.gcs-apply-hero__email-icon {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--gcs-green);
}

.gcs-apply-hero__email small,
.gcs-apply-hero__email a { display: block; }

.gcs-apply-hero__email small {
    margin-bottom: 2px;
    color: var(--gcs-body);
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gcs-apply-hero__email a {
    color: var(--gcs-dark);
    font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
    font-size: 1rem;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
    overflow-wrap: anywhere;
}

.gcs-apply-hero__visual { position: relative; min-height: 600px; }

.gcs-apply-hero__main-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 84%;
    overflow: hidden;
    border-radius: 110px 25px 25px 25px;
    box-shadow: var(--gcs-shadow);
}

.gcs-apply-hero__main-image img { width: 100%; height: 560px; object-fit: cover; }

.gcs-apply-hero__small-image {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 39%;
    padding: 8px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(11, 44, 28, .16);
}

.gcs-apply-hero__small-image img { width: 100%; height: 225px; object-fit: cover; border-radius: 12px; }

.gcs-apply-hero__badge {
    position: absolute;
    z-index: 4;
    right: 24px;
    bottom: 32px;
    display: flex;
    width: min(300px, calc(100% - 48px));
    align-items: center;
    gap: 13px;
    padding: 16px 18px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 14px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 55px rgba(0, 0, 0, .12);
    backdrop-filter: blur(10px);
}

.gcs-apply-hero__badge > span { color: var(--gcs-green); font-size: 1.5rem; }

.gcs-apply-hero__badge strong,
.gcs-apply-hero__badge small { display: block; }

.gcs-apply-hero__badge strong { color: var(--gcs-dark); font-size: .8rem; }

.gcs-apply-hero__badge small { margin-top: 3px; color: var(--gcs-body); font-size: .68rem; }

.gcs-apply-strip { padding: 40px 0; border-block: 1px solid var(--gcs-border); background: var(--gcs-mint); }

.gcs-apply-strip__grid {
    display: grid;
    grid-template-columns: .8fr repeat(4, 1fr);
    gap: 30px;
    align-items: center;
}

.gcs-apply-strip__label {
    color: var(--gcs-dark) !important;
    font-size: .69rem;
    font-weight: 800;
    letter-spacing: .14em;
    line-height: 1.45;
    text-transform: uppercase;
}

.gcs-apply-strip__grid > div {
    display: flex;
    align-items: baseline;
    gap: 11px;
    padding: 12px 0;
    border-top: 2px solid var(--gcs-green);
}

.gcs-apply-strip__grid > div > span { color: var(--gcs-green); font-family: Georgia, serif; font-size: .84rem; }

.gcs-apply-strip__grid > div > strong { color: #41584d; font-size: .96rem; }

.gcs-apply-how { padding: 96px 0; background: var(--gcs-cream); }

.gcs-apply-how__inner { max-width: 760px; }

.gcs-apply-how__inner p { font-size: 1.15rem; line-height: 1.75; }

.gcs-apply-how__inner a {
    color: var(--gcs-green);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
    overflow-wrap: anywhere;
}

.gcs-apply-send { padding: 0 0 115px; }

.gcs-apply-send__panel {
    display: grid;
    overflow: hidden;
    grid-template-columns: 1.15fr .85fr;
    border-radius: var(--gcs-radius-lg);
    background: var(--gcs-dark);
}

.gcs-apply-send__content { padding: 72px 66px; }

.gcs-apply-send__content h2 { color: #fff; }

.gcs-apply-send__content p { max-width: 600px; margin-top: 23px; color: rgba(255, 255, 255, .7); }

.gcs-apply-send__content .gcs-btn { margin-top: 32px; }

.gcs-apply-send__details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 58px;
    border-left: 1px solid rgba(255, 255, 255, .09);
}

.gcs-apply-send__icon {
    display: grid;
    width: 54px;
    height: 54px;
    place-items: center;
    margin-bottom: 25px;
    border-radius: 50%;
    color: var(--gcs-dark);
    background: #c7ff89;
}

.gcs-apply-send__details small {
    margin-bottom: 7px;
    color: rgba(255, 255, 255, .5);
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.gcs-apply-send__details a {
    color: #fff;
    font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
    font-size: clamp(1.3rem, 1.9vw, 1.7rem);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: .18em;
    overflow-wrap: anywhere;
}

.gcs-apply-send__divider { width: 100%; height: 1px; margin: 28px 0; background: rgba(255, 255, 255, .1); }

.gcs-apply-send__details p { color: rgba(255, 255, 255, .62); font-size: .88rem; }

.gcs-apply-explore { padding: 0 0 115px; }

.gcs-apply-explore__grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 90px; align-items: center; }

.gcs-apply-explore__content p { max-width: 570px; margin-top: 24px; font-size: 1.02rem; line-height: 1.8; }

.gcs-apply-explore__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }

.gcs-apply-explore__visual {
    position: relative;
    overflow: hidden;
    border-radius: 80px 20px 20px 20px;
    box-shadow: var(--gcs-shadow);
}

.gcs-apply-explore__visual > img { width: 100%; height: 480px; object-fit: cover; }

.gcs-apply-explore__overlay {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 21px 23px;
    border-radius: 13px;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(10px);
}

.gcs-apply-explore__overlay span,
.gcs-apply-explore__overlay strong { display: block; }

.gcs-apply-explore__overlay span {
    margin-bottom: 6px;
    color: var(--gcs-green);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.gcs-apply-explore__overlay strong {
    color: var(--gcs-dark);
    font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
    font-size: .98rem;
    line-height: 1.35;
}

.gcs-apply-cta { position: relative; min-height: 500px; overflow: hidden; }

.gcs-apply-cta__background { position: absolute; inset: 0; background-position: center; background-size: cover; }

.gcs-apply-cta__content {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 500px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.gcs-apply-cta h2 { max-width: 760px; color: #fff; }

.gcs-apply-cta p {
    max-width: min(650px, 52%);
    margin-top: 24px;
    color: rgba(255, 255, 255, .86);
    font-size: 1rem;
}

.gcs-apply-cta__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }

@media (max-width: 1080px) {
    .gcs-apply-hero__grid,
    .gcs-apply-explore__grid { gap: 60px; }

    .gcs-apply-strip__grid { grid-template-columns: repeat(2, 1fr); gap: 22px 34px; }
    .gcs-apply-strip__label { grid-column: 1 / -1; }
    .gcs-apply-strip__label br { display: none; }
}

@media (max-width: 850px) {
    .gcs-apply-hero__grid,
    .gcs-apply-send__panel,
    .gcs-apply-explore__grid { grid-template-columns: 1fr; }

    .gcs-apply-hero__visual { order: -1; min-height: 520px; }
    .gcs-apply-hero__main-image { width: 88%; }
    .gcs-apply-hero__main-image img { height: 480px; }

    .gcs-apply-send__details { border-top: 1px solid rgba(255, 255, 255, .09); border-left: 0; }

    .gcs-apply-cta p { max-width: 650px; }
}

@media (max-width: 600px) {
    .gcs-apply-hero { padding: 35px 0 76px; }
    .gcs-apply-hero__visual { min-height: 420px; }
    .gcs-apply-hero__main-image { width: 100%; border-radius: 65px 18px 18px 18px; }
    .gcs-apply-hero__main-image img { height: 400px; }

    .gcs-apply-hero__small-image { display: none; }

    .gcs-apply-hero__badge { right: 13px; bottom: 13px; left: 13px; width: auto; }

    .gcs-apply-hero__actions,
    .gcs-apply-explore__actions,
    .gcs-apply-cta__actions { flex-direction: column; align-self: stretch; }

    .gcs-apply-strip { padding: 30px 0; }
    .gcs-apply-strip__grid { grid-template-columns: 1fr; gap: 4px; }

    .gcs-apply-how { padding: 70px 0; }

    .gcs-apply-send { padding-bottom: 76px; }
    .gcs-apply-send__content,
    .gcs-apply-send__details { padding: 46px 26px; }

    .gcs-apply-explore { padding-bottom: 76px; }
    .gcs-apply-explore__visual { border-radius: 60px 18px 18px 18px; }
    .gcs-apply-explore__visual > img { height: 340px; }

    .gcs-apply-cta,
    .gcs-apply-cta__content { min-height: 480px; }
}
