.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    text-transform: uppercase;
}

.heading h1 {
    color: #0a67b1;
    font-size: 28px;
    font-weight: 800;
    text-decoration: underline;
}

html {
    scroll-behavior: smooth;
}

/* Form */
.fellowship-form-container {
    padding: 32px;
    background-color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

.flyer-img {
    width: 100%;
    height: auto;
    display: block;
}

.error-message {
    color: #dc2626;
    font-size: 14px;
}

.recaptcha-error-message {
    display: none;
    color: #dc2626;
    font-size: 14px;
}

.alert-success {
    font-size: 14px;
}

.fellowship-btn-primary {
    background-color: #0a67b1;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 40px;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.fellowship-btn-primary:hover {
    background-color: #064f8f;
    transform: translateY(-2px);
}

.fellowship-field label {
    font-size: 16px;
    color: #1f2937;
    line-height: 1.45;
}

.input-style {
    width: 100%;
    min-height: 46px;
    font-size: 16px;
    border: 1px solid #cfd8e3;
    border-radius: 8px;
    background-color: #ffffff;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

textarea.input-style {
    min-height: 120px;
    resize: vertical;
}

.input-style:focus {
    border-color: #0a67b1;
    outline: none;
    box-shadow: 0 0 0 4px rgba(10, 103, 177, 0.12);
}

.form-select.input-style {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%230a67b1'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
}

.iti {
    display: block !important;
    width: 100%;
}

.iti input {
    width: 100%;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #cfd8e3;
    font-size: 16px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: #f8fafc;
    border-radius: 8px;
    padding: 5px 10px;
}

.iti__arrow {
    border-top: 6px solid #0a67b1;
}

.iti__country-list {
    max-width: calc(100vw - 32px);
    background-color: #ffffff;
    border-radius: 8px !important;
    border: 1px solid #cfd8e3 !important;
    font-size: 14px !important;
    white-space: normal;
}

.iti__selected-dial-code {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #111827 !important;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel] {
    padding-right: 12px;
}

/* Hero */
.fellowship-hero-section {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    background: #ffffff;
}

.fellowship-hero-bg {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center;
    z-index: 0;
}

.fellowship-hero-overlay {
    display: none;
}

.fellowship-hero-button-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    z-index: 2;
    text-align: center;
}

.fellowship-hero-btn {
    display: inline-block;
    padding: 15px 42px;
    border-radius: 999px;
    background: #0a67b1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border: none;
    cursor: pointer;
    box-shadow: 0 18px 38px rgba(3, 20, 45, 0.28);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.fellowship-hero-btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: #064f8f;
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(3, 20, 45, 0.36);
}

/* Tagline */
.fellowship-tagline-section {
    background: #ffffff;
    padding: 50px 20px 34px;
}

.fellowship-tagline-section h1 {
    color: #0a67b1;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 14px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

.fellowship-tagline-section p {
    color: #111827;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0;
}

/* Common Headings */
.fellowship-section-heading,
.fellowship-process-header .fellowship-section-heading {
    color: #0a67b1 !important;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 20px;
}

/* About */
.fellowship-about-section {
    padding: 64px 0 78px;
    background: #f8fbff;
}

.fellowship-about-layout {
    max-width: 1120px;
    margin: 0 auto;
    padding: 26px;
    background: #ffffff;
    border: none;
    border-radius: 24px;
    overflow: visible;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
}

.fellowship-about-top-row {
    display: grid;
    grid-template-columns: 58% 42%;
    align-items: stretch;
    gap: 24px;
    width: 100%;
}

.fellowship-about-video-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 350px;
    padding: 24px;
    text-align: center;
    background: #f8fbff;
    border: 1px solid rgba(10, 103, 177, 0.12);
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.fellowship-video-box {
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    border: none;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}

.fellowship-video {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    display: block;
    background: #000000;
    object-fit: contain;
}

.fellowship-video-box p {
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    margin: 0;
    padding: 13px 16px;
    text-align: center;
    background: #ffffff;
}

.fellowship-about-copy {
    background: #ffffff;
}

.fellowship-about-copy-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    border-left: none;
    border: 1px solid rgba(10, 103, 177, 0.12);
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.fellowship-about-copy-full {
    margin-top: 24px;
    padding: 34px 38px;
    border-top: none;
    border: 1px solid rgba(10, 103, 177, 0.12);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.fellowship-about-title {
    color: #0056B3;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 22px;
}

.fellowship-about-copy p {
    color: #1f2937;
    font-size: 16px;
    line-height: 1.72;
    margin: 0 0 18px;
}

.fellowship-about-copy p:last-child {
    margin-bottom: 0;
}

/* Program Structure */
.fellowship-structure-section {
    background: #ffffff;
    padding: 76px 0 82px;
}

.fellowship-process-header {
    max-width: 820px;
    margin: 0 auto 44px;
}

.fellowship-process-header p {
    color: #4b5563;
    font-size: 17px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 760px;
}

.fellowship-process-panel {
    background: #86a9d8;
    border-radius: 16px;
    padding: 24px;
    max-width: 1160px;
    margin: 0 auto;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.fellowship-process-wrapper {
    display: grid;
    grid-template-columns: 1fr 36px 1fr 36px 1fr 36px 1fr;
    align-items: stretch;
    gap: 12px;
    width: 100%;
    margin: 0 auto;
}

.fellowship-process-item {
    position: relative;
    text-align: center;
    padding: 28px 18px;
    background: #ffffff;
    border-radius: 14px;
    min-height: 245px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.fellowship-process-step-label {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0;
    border-radius: 50%;
    background: #1f7ed0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
}

.fellowship-process-icon-circle {
    width: 58px;
    height: 58px;
    margin: 20px auto 18px;
    border-radius: 16px;
    background: #eef7ff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f7ed0;
    font-size: 26px;
    box-shadow: none;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fellowship-process-item:hover .fellowship-process-icon-circle {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(31, 126, 208, 0.18);
}

.fellowship-process-item h3 {
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.32;
    margin: 0 0 10px;
}

.fellowship-process-item p {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.58;
    margin: 0 auto;
    max-width: 220px;
}

.fellowship-process-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
}

/* Fellowship Includes */
.fellowship-includes-section {
    padding: 78px 0;
    background: #eaf4fd;
}

.fellowship-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin-top: 36px;
}

.fellowship-feature-card {
    position: relative;
    overflow: hidden;
    min-height: 158px;
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    color: #111827;
    border: 1px solid rgba(64, 150, 217, 0.18);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.09);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.fellowship-feature-card::before {
    content: "";
    position: absolute;
    top: -44px;
    right: -44px;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: rgba(64, 150, 217, 0.12);
    transition: transform 0.35s ease, background 0.35s ease;
}

.fellowship-feature-card:hover {
    transform: translateY(-7px);
    border-color: rgba(10, 103, 177, 0.42);
    box-shadow: 0 22px 46px rgba(15, 23, 42, 0.15);
}

.fellowship-feature-card:hover::before {
    transform: scale(1.25);
    background: rgba(64, 150, 217, 0.18);
}

/* Who Should Apply */
.fellowship-apply-section {
    padding: 78px 0;
    background: #ffffff;
}

.fellowship-apply-section .fellowship-section-heading {
    color: #0a67b1 !important;
    margin-bottom: 38px;
}

.fellowship-applicant-panel {
    max-width: 1160px;
    margin: 0 auto;
    padding: 26px 34px;
    background: #86a9d8;
    border-radius: 18px;
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
}

.fellowship-applicant-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: stretch;
    gap: 22px;
    margin-top: 0;
}

.fellowship-applicant-card {
    position: relative;
    min-height: 178px;
    padding: 34px 16px 24px;
    background: #ffffff;
    border-radius: 14px;
    text-align: center;
    border: 1px solid rgba(10, 103, 177, 0.18);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.fellowship-applicant-card::before {
    display: none;
}

.fellowship-applicant-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
}

.fellowship-applicant-card:hover::before {
    display: none;
}

.fellowship-applicant-step-label {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #1f7ed0;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    line-height: 30px;
    text-align: center;
    border: 4px solid #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.18);
}

.fellowship-applicant-card .fellowship-card-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 18px;
    border-radius: 14px;
    background: #eef7ff;
    color: #1f7ed0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    box-shadow: none;
}

.fellowship-applicant-card h3 {
    color: #111827;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

/* Shared Cards */
.fellowship-card-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 18px;
    border-radius: 16px;
    background: #1f7ed0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    box-shadow: 0 12px 24px rgba(64, 150, 217, 0.28);
    position: relative;
    z-index: 1;
}

.fellowship-feature-card h3 {
    position: relative;
    z-index: 1;
    color: #111827;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}

.fellowship-feature-card p,
.fellowship-applicant-card p {
    position: relative;
    z-index: 1;
    color: #4b5563;
    font-size: 14px;
    font-weight: 600;
    margin: 8px 0 0;
}

/* CTA */
.fellowship-cta-section {
    padding: 76px 16px;
    background: linear-gradient(135deg, #eaf4fd 0%, #ffffff 46%, #eef7ff 100%);
    color: #111827;
}

.fellowship-cta-section>.container {
    max-width: 1040px;
    padding: 48px 42px;
    border-radius: 26px;
    background: linear-gradient(135deg, #2584c7 0%, #0a67b1 100%);
    color: #ffffff;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.20);
}

.fellowship-cta-section h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.3;
    margin: 0 0 30px;
}

.fellowship-cta-details-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    max-width: 780px;
    margin: 0 auto 34px;
}

.fellowship-cta-detail-card {
    position: relative;
    overflow: hidden;
    min-height: 184px;
    padding: 28px 24px 26px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    color: #111827;
    text-align: center;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
}

.fellowship-cta-detail-card::before {
    content: "";
    position: absolute;
    top: -42px;
    right: -42px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: rgba(37, 132, 199, 0.10);
}

.fellowship-cta-detail-icon {
    position: relative;
    z-index: 1;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, #2584c7, #0a67b1);
    color: #ffffff;
    font-size: 31px;
    box-shadow: 0 16px 32px rgba(10, 103, 177, 0.26);
}

.fellowship-cta-detail-card h3 {
    position: relative;
    z-index: 1;
    color: #2584c7;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.fellowship-cta-detail-card p {
    position: relative;
    z-index: 1;
    color: #111827;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0;
}

.fellowship-cta-actions {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 28px;
    flex-wrap: wrap;
}

.fellowship-cta-action-block {
    min-width: 220px;
    text-align: center;
}

.fellowship-cta-action-block span {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    margin-top: 12px;
}

.fellowship-cta-action-block p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    margin: 8px 0 0;
}

.fellowship-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 14px 32px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.fellowship-cta-primary {
    background: #ffffff;
    color: #0a67b1;
}

.fellowship-cta-btn:hover {
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.22);
}

.fellowship-cta-primary:hover {
    background: #f3f8ff;
    color: #0a67b1;
}


@media (max-width: 767px) {
    .fellowship-cta-section {
        padding: 56px 14px;
    }

    .fellowship-cta-section>.container {
        padding: 38px 22px;
        border-radius: 22px;
    }

    .fellowship-cta-section h2 {
        font-size: 28px;
    }

    .fellowship-cta-details-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 430px;
    }

    .fellowship-cta-detail-card {
        min-height: 170px;
        padding: 24px 18px;
    }

    .fellowship-cta-detail-card p {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .fellowship-cta-section>.container {
        padding: 34px 18px;
        border-radius: 20px;
    }

    .fellowship-cta-actions {
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .fellowship-cta-action-block {
        width: 100%;
        max-width: 300px;
        min-width: 0;
    }

    .fellowship-cta-btn {
        width: 100%;
        max-width: 280px;
        min-width: 0;
    }

    .fellowship-cta-section h2 {
        font-size: 24px;
    }

    .fellowship-cta-detail-icon {
        width: 58px;
        height: 58px;
        font-size: 27px;
    }

    .fellowship-cta-detail-card h3 {
        font-size: 15px;
    }

    .fellowship-cta-detail-card p {
        font-size: 15px;
    }
}

@media (max-width: 420px) {
    .fellowship-cta-section h2 {
        font-size: 22px;
    }

    .fellowship-cta-detail-card {
        min-height: 160px;
    }
}


/* Form visibility */
#fellowship-registration-form {
    scroll-margin-top: 120px;
}

.fellowship-registration-hidden {
    display: none;
}

.recaptcha-container {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100%;
    margin: 22px 0 16px 0;
    padding-top: 18px;
    clear: both;
    overflow-x: auto;
    overflow-y: hidden;
}

.fellowship-recaptcha-widget,
.recaptcha-container .g-recaptcha {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    max-width: 100%;
    min-height: 78px;
}

.recaptcha-container iframe {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.recaptcha-container.has-error {
    padding: 12px;
    border: 1px solid #dc2626;
    border-radius: 8px;
    background-color: #fff7f7;
}

.recaptcha-error-message {
    display: none;
    margin-top: 6px;
    color: #dc2626;
    font-size: 14px;
}

.recaptcha-container.has-error .recaptcha-error-message {
    display: block;
}

/* Large tablets */
@media (max-width: 1199px) {
    .fellowship-about-top-row {
        grid-template-columns: 58% 42%;
    }

    .fellowship-about-video-card {
        padding: 30px;
    }

    .fellowship-about-copy-side {
        padding: 34px 30px;
    }

    .fellowship-process-wrapper {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 24px;
    }

    .fellowship-process-arrow {
        display: none;
    }

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

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

    .fellowship-tagline-section h1 {
        font-size: 34px;
    }

    .fellowship-tagline-section p {
        font-size: 21px;
    }
}

/* Tablets */
@media (max-width: 991px) {
    .fellowship-tagline-section h1 {
        font-size: 31px;
    }

    .fellowship-tagline-section p {
        font-size: 20px;
    }

    .fellowship-about-section,
    .fellowship-structure-section,
    .fellowship-includes-section,
    .fellowship-apply-section {
        padding: 58px 0;
    }

    .fellowship-section-heading,
    .fellowship-process-header .fellowship-section-heading {
        font-size: 30px;
    }

    .fellowship-about-top-row {
        grid-template-columns: 1fr;
    }

    .fellowship-about-copy-side {
        border-left: none;
        border-top: none;
    }

    .fellowship-about-video-card {
        min-height: auto;
    }

    .fellowship-video-box {
        max-width: 620px;
    }

    .fellowship-process-header {
        margin-bottom: 40px;
    }

    .fellowship-process-header p {
        font-size: 16px;
    }

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

    .fellowship-feature-grid,
    .fellowship-applicant-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .registration-container {
        padding-left: 0;
        padding-right: 0;
    }

    .flyer-img {
        max-width: 100%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .fellowship-hero-section {
        height: auto;
        display: block;
        padding: 0;
        margin: 0;
        background: #ffffff;
        overflow: hidden;
    }

    .fellowship-hero-bg {
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: contain;
        object-position: center;
    }

    .fellowship-hero-overlay,
    .fellowship-hero-button-wrap {
        display: none;
    }

    .fellowship-hero-btn {
        padding: 13px 34px;
        font-size: 16px;
    }

    .fellowship-tagline-section {
        padding: 36px 16px 32px;
    }

    .fellowship-tagline-section h1 {
        font-size: 24px;
        line-height: 1.3;
    }

    .fellowship-tagline-section p {
        font-size: 16px;
        line-height: 1.45;
    }

    .fellowship-about-section,
    .fellowship-structure-section,
    .fellowship-includes-section,
    .fellowship-apply-section {
        padding: 48px 0;
    }

    .fellowship-about-layout {
        border-radius: 16px;
    }

    .fellowship-about-video-card {
        padding: 24px 18px;
    }

    .fellowship-about-copy-side {
        padding: 24px 20px;
    }

    .fellowship-about-copy-full {
        padding: 24px 20px 28px;
    }

    .fellowship-about-title {
        font-size: 23px;
    }

    .fellowship-about-copy p {
        font-size: 15px;
        line-height: 1.65;
    }

    .fellowship-video-box {
        border-radius: 16px;
    }

    .fellowship-video-box p {
        font-size: 14px;
        padding: 12px 14px;
    }

    .fellowship-process-panel {
        padding: 20px;
    }

    .fellowship-process-wrapper {
        grid-template-columns: 1fr;
        gap: 24px;
        max-width: 440px;
        margin: 0 auto;
    }

    .fellowship-process-item {
        min-height: auto;
        padding: 28px 22px;
    }

    .fellowship-process-icon-circle {
        width: 56px;
        height: 56px;
        font-size: 25px;
    }

    .fellowship-process-item h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .fellowship-process-item p {
        font-size: 15px;
        max-width: 100%;
    }

    .fellowship-feature-grid {
        grid-template-columns: 1fr;
    }

    .fellowship-feature-card {
        min-height: 150px;
        padding: 26px 18px;
    }

    .fellowship-applicant-panel {
        padding: 24px 20px;
    }

    .fellowship-applicant-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .fellowship-applicant-card {
        min-height: 150px;
        padding: 32px 18px 24px;
    }

    .fellowship-applicant-card .fellowship-card-icon {
        width: 52px;
        height: 52px;
        font-size: 23px;
    }

    .fellowship-card-icon {
        width: 56px;
        height: 56px;
        font-size: 25px;
        border-radius: 16px;
    }

    .fellowship-cta-section {
        padding: 56px 0;
    }

    .fellowship-cta-section h2 {
        font-size: 28px;
    }

    .fellowship-cta-actions {
        gap: 28px;
    }

    .fellowship-form-container {
        padding: 24px 18px;
    }
}

/* Small mobile */
@media (max-width: 575px) {
    .heading {
        padding: 14px 0;
    }

    .heading h1 {
        font-size: 21px;
        line-height: 1.3;
    }

    .fellowship-hero-section {
        height: auto;
    }

    .fellowship-hero-bg {
        height: auto;
        max-height: none;
        object-fit: contain;
        object-position: center;
    }

    .fellowship-hero-btn {
        padding: 12px 30px;
        font-size: 15px;
    }

    .fellowship-tagline-section {
        padding: 30px 14px 28px;
    }

    .fellowship-tagline-section h1 {
        font-size: 22px;
        line-height: 1.3;
    }

    .fellowship-tagline-section p {
        font-size: 15px;
    }

    .fellowship-about-section,
    .fellowship-structure-section,
    .fellowship-includes-section,
    .fellowship-apply-section {
        padding: 40px 0;
    }

    .fellowship-about-layout {
        border-radius: 14px;
    }

    .fellowship-about-video-card {
        padding: 20px 14px;
    }

    .fellowship-about-copy-side {
        padding: 22px 16px;
    }

    .fellowship-about-copy-full {
        padding: 22px 16px 26px;
    }

    .fellowship-about-title {
        font-size: 21px;
        margin-bottom: 16px;
    }

    .fellowship-about-copy p {
        font-size: 14px;
        line-height: 1.62;
        margin-bottom: 14px;
    }

    .fellowship-video-box {
        border-radius: 14px;
    }

    .fellowship-video-box p {
        font-size: 13px;
        padding: 11px 12px;
    }

    .fellowship-section-heading,
    .fellowship-process-header .fellowship-section-heading {
        font-size: 25px;
    }

    .fellowship-process-header p {
        font-size: 15px;
        line-height: 1.65;
    }

    .fellowship-process-header {
        margin-bottom: 32px;
    }

    .fellowship-process-panel {
        padding: 16px;
        border-radius: 14px;
    }

    .fellowship-process-item {
        padding: 24px 18px;
    }

    .fellowship-process-step-label {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }

    .fellowship-process-icon-circle {
        width: 52px;
        height: 52px;
        font-size: 23px;
    }

    .fellowship-process-item h3 {
        font-size: 17px;
    }

    .fellowship-process-item p {
        font-size: 14px;
    }

    .fellowship-feature-card {
        padding: 22px 16px;
        font-size: 15px;
        min-height: 145px;
    }

    .fellowship-applicant-panel {
        padding: 22px 16px;
        border-radius: 14px;
    }

    .fellowship-applicant-card {
        padding: 30px 16px 22px;
    }

    .fellowship-applicant-card h3 {
        font-size: 14px;
    }

    .fellowship-card-icon {
        width: 52px;
        height: 52px;
        font-size: 23px;
        margin-bottom: 16px;
    }

    .fellowship-feature-card h3 {
        font-size: 15px;
    }

    .fellowship-feature-card p,
    .fellowship-applicant-card p {
        font-size: 13px;
    }

    .fellowship-cta-actions {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .fellowship-cta-action-block {
        width: 100%;
        max-width: 300px;
    }

    .fellowship-cta-btn {
        width: 100%;
        max-width: 280px;
        min-width: 0;
    }

    .fellowship-cta-section h2 {
        font-size: 24px;
    }

    .fellowship-form-container {
        padding: 22px 14px;
        border-radius: 12px;
    }

    .fellowship-field label {
        font-size: 14px;
    }

    .input-style {
        font-size: 15px;
    }

    .fellowship-btn-primary {
        width: 100%;
        max-width: 260px;
        padding: 12px 24px;
        font-size: 15px;
    }

    #fellowship-registration-form {
        scroll-margin-top: 90px;
    }
}

@media (max-width: 420px) {
    .fellowship-hero-section {
        height: auto;
    }

    .fellowship-hero-bg {
        height: auto;
        max-height: none;
        object-fit: contain;
    }

    .fellowship-tagline-section h1 {
        font-size: 20px;
    }

    .fellowship-tagline-section p {
        font-size: 14px;
    }

    .fellowship-section-heading,
    .fellowship-process-header .fellowship-section-heading {
        font-size: 23px;
    }

    .fellowship-process-item {
        padding: 22px 14px;
    }

    .fellowship-feature-card,
    .fellowship-applicant-card {
        padding: 18px 14px;
    }

    .fellowship-cta-section h2 {
        font-size: 22px;
    }

    .fellowship-form-container {
        padding: 20px 12px;
    }

    .recaptcha-container {
        transform: scale(0.9);
        transform-origin: left top;
        width: 111%;
        margin-bottom: -8px;
    }
}

/* Fellowship coming soon modal */
.fellowship-coming-soon-modal {
        position: fixed;
        inset: 0;
        z-index: 99999;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .fellowship-coming-soon-modal.is-visible {
        display: flex;
    }

    .fellowship-coming-soon-backdrop {
        position: absolute;
        inset: 0;
        background: rgba(15, 23, 42, 0.64);
        backdrop-filter: blur(4px);
    }

    .fellowship-coming-soon-dialog {
        position: relative;
        width: 100%;
        max-width: 520px;
        padding: 42px 34px 36px;
        background: #ffffff;
        border-radius: 22px;
        text-align: center;
        box-shadow: 0 28px 70px rgba(15, 23, 42, 0.28);
        animation: fellowshipPopupIn 0.25s ease-out;
    }

    .fellowship-coming-soon-close {
        position: absolute;
        top: 14px;
        right: 18px;
        width: 34px;
        height: 34px;
        border: none;
        border-radius: 50%;
        background: #f1f5f9;
        color: #111827;
        font-size: 25px;
        line-height: 30px;
        cursor: pointer;
    }

    .fellowship-coming-soon-close:hover {
        background: #e2e8f0;
    }

    .fellowship-coming-soon-icon {
        width: 68px;
        height: 68px;
        margin: 0 auto 22px;
        border-radius: 18px;
        background: #eef7ff;
        color: #0a67b1;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 34px;
    }

    .fellowship-coming-soon-dialog h2 {
        color: #0a67b1;
        font-size: 30px;
        font-weight: 800;
        line-height: 1.28;
        margin: 0 0 14px;
    }

    .fellowship-coming-soon-dialog p {
        color: #4b5563;
        font-size: 16px;
        line-height: 1.65;
        margin: 0 0 26px;
    }

    .fellowship-coming-soon-btn {
        display: inline-block;
        min-width: 140px;
        padding: 12px 30px;
        border: none;
        border-radius: 999px;
        background: #0a67b1;
        color: #ffffff;
        font-size: 15px;
        font-weight: 800;
        cursor: pointer;
        transition: background 0.25s ease, transform 0.25s ease;
    }

    .fellowship-coming-soon-btn:hover {
        background: #064f8f;
        transform: translateY(-2px);
    }

    @keyframes fellowshipPopupIn {
        from {
            opacity: 0;
            transform: translateY(16px) scale(0.98);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    @media (max-width: 575px) {
        .fellowship-coming-soon-dialog {
            padding: 38px 22px 30px;
            border-radius: 18px;
        }

        .fellowship-coming-soon-dialog h2 {
            font-size: 23px;
        }

        .fellowship-coming-soon-dialog p {
            font-size: 15px;
        }
    }
