/* M.Sc. Biotechnology landing page styles */
.countdown-section {
    position: relative;
    z-index: 20;
}

.mainContentWrapper .banner_section::before {
    top: unset;
    bottom: 20%;
}

@media screen and (max-width: 991px) {
    .mainContentWrapper .banner_section::before {
        width: 100%;
        height: 50px;
        top: 30px;
    }

    .mainContentWrapper section.banner_section.mba-image,
    .mainContentWrapper .banner_section.mba-image {
        margin-top: 0 !important;
    }
}

.txt-small {
    font-size: 0.05rem !important;
}

/* Hero – Figma desktop (1854:777) @ 1920px & mobile (1921:14) */
.mainContentWrapper .herosection.msc-biotech-hero {
    --mb-pad-left: 28.229%;
    --mb-pad-right: 24.948%;
    --mb-pad-y: clamp(32px, 4vw, 64px);
    --mb-form-top: clamp(32px, 4vw, 64px);
    --mb-form-height: 530px;
    --mb-title: clamp(28px, 3.229vw, 62px);
    --mb-tagline: clamp(16px, 1.563vw, 30px);
    --mb-degree: clamp(48px, 5.208vw, 100px);
    --mb-specialty: clamp(22px, 2.083vw, 40px);
    --mb-feature: clamp(16px, 1.563vw, 30px);
    --mb-cta-h: clamp(50px, 3.646vw, 70px);
    --mb-cta-fs: clamp(15px, 1.458vw, 28px);
    --mb-gap-main: clamp(28px, 2.5vw, 48px);
    --mb-gap-upper: clamp(28px, 2.5vw, 48px);
    --mb-gap-intro: clamp(12px, 0.833vw, 16px);
    --mb-gap-text: clamp(28px, 2.5vw, 48px);
    --mb-gap-features: clamp(28px, 2.5vw, 48px);
    --mb-gap-cta: clamp(12px, 0.833vw, 16px);
    --mb-card-w: clamp(280px, 33.594vw, 645px);
    --mb-card-h: clamp(120px, 9.219vw, 177px);
    position: relative;
    overflow: hidden;
    padding: 0 !important;
    background: #edfbe4 !important;
    background-image: none !important;
    min-height: max(
        calc(100vw * 720 / 1920),
        calc(var(--mb-form-top) + var(--mb-form-height) + var(--mb-pad-y))
    );
}

.msc-biotech-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.msc-biotech-hero__bg-color {
    position: absolute;
    inset: 0;
    background: #edfbe4;
}

.msc-biotech-hero__bg-image {
    position: absolute;
    inset: 0;
    background: url("../images/new-banner/msc-biotech-bg.png") no-repeat center center;
    background-size: cover;
    pointer-events: none;
}

@media screen and (min-width: 769px) {
    .msc-biotech-hero__bg-image {
        background-position: 50% top;
    }
}

.mainContentWrapper .herosection.msc-biotech-hero .container {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.mainContentWrapper .herosection.msc-biotech-hero .herosecbox {
    align-items: flex-start !important;
    justify-content: flex-start;
    gap: 0 !important;
    min-height: inherit;
    padding: var(--mb-pad-y) 0 0;
    position: relative;
    isolation: isolate;
}

@media screen and (min-width: 769px) {
    .mainContentWrapper .herosection.msc-biotech-hero .herosecbox {
        min-height: calc(var(--mb-form-top) + var(--mb-form-height));
        padding-bottom: clamp(16px, 2vw, 32px);
    }
}

.mainContentWrapper .herosection.msc-biotech-hero .he_leftse {
    width: calc(100% - var(--mb-pad-left) - var(--mb-pad-right)) !important;
    max-width: none;
    margin-left: var(--mb-pad-left);
    margin-right: 0;
    padding: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
}

@media screen and (min-width: 769px) {
    .mainContentWrapper .herosection.msc-biotech-hero .herosecbox .right_imgbox {
        position: absolute !important;
        top: var(--mb-form-top) !important;
        right: clamp(16px, 2.5vw, 48px) !important;
        left: auto !important;
        margin-left: 0 !important;
        width: 415px !important;
        padding-left: 40px !important;
        z-index: 5 !important;
        flex-shrink: 0;
        min-height: var(--mb-form-height);
        height: auto;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .herosecbox .right_imgbox .imgbox {
        min-height: var(--mb-form-height);
    }
}

.msc-biotech-hero__content {
    display: flex;
    flex-direction: column;
    gap: var(--mb-gap-main);
    width: 100%;
    align-items: flex-start;
}

.msc-biotech-hero__upper {
    display: flex;
    flex-direction: column;
    gap: var(--mb-gap-upper);
    width: 100%;
}

.msc-biotech-hero__intro {
    display: flex;
    flex-direction: column;
    gap: var(--mb-gap-intro);
    width: 100%;
}

.msc-biotech-hero__text-group {
    display: flex;
    flex-direction: column;
    gap: var(--mb-gap-text);
    width: 100%;
}

.msc-biotech-hero__title {
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-size: var(--mb-title);
    line-height: normal;
    color: #006452;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 100%;
    word-break: break-word;
}

.msc-biotech-hero__title-line {
    display: none;
}

.msc-biotech-hero__tagline {
    font-family: "Lato", sans-serif;
    font-size: var(--mb-tagline);
    line-height: normal;
    color: #032823;
    margin: 0;
    padding: 0;
    width: 100%;
}

.msc-biotech-hero__tagline strong {
    font-weight: 800;
}

.msc-biotech-hero__tagline-medium {
    font-weight: 500;
}

.msc-biotech-hero__course-card {
    position: relative;
    width: var(--mb-card-w);
    height: var(--mb-card-h);
    flex-shrink: 0;
}

.msc-biotech-hero__course-frame {
    position: absolute;
    inset: -2.82% -1.39%;
    width: calc(100% + 2.78%);
    height: calc(100% + 5.64%);
    object-fit: fill;
    pointer-events: none;
}

.msc-biotech-hero__course-text {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5.13%;
    padding-right: 26%;
    box-sizing: border-box;
}

.msc-biotech-hero__degree,
.msc-biotech-hero__specialty {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    background: linear-gradient(94deg, #00a38e 0.61%, #006553 60.35%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.msc-biotech-hero__degree {
    font-size: var(--mb-degree);
}

.msc-biotech-hero__specialty {
    font-size: var(--mb-specialty);
    font-weight: 700;
    line-height: normal;
}

.msc-biotech-hero__features {
    display: flex;
    flex-direction: column;
    gap: var(--mb-gap-features);
    width: 100%;
    align-items: flex-start;
}

.msc-biotech-hero__feature {
    border-left: 3px solid #000000;
    padding: 4px 20px;
    color: #006452;
    font-family: "Lato", sans-serif;
    font-size: var(--mb-feature);
    font-weight: 800;
    line-height: normal;
    width: fit-content;
    max-width: 100%;
}

.msc-biotech-hero__feature p {
    margin: 0;
    text-align: left;
    color: #006452;
}

.msc-biotech-hero__feature-medium {
    font-weight: 500;
}

.msc-biotech-hero__cta-group {
    display: flex;
    flex-direction: column;
    gap: var(--mb-gap-cta);
    width: 100%;
    max-width: clamp(280px, 28.49vw, 547px);
    align-self: stretch;
}

.msc-biotech-hero__cta {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    height: var(--mb-cta-h);
    padding: clamp(8px, 0.521vw, 10px);
    background: #006553;
    border: 1px solid #ffffff;
    border-radius: 12px;
    flex-shrink: 0;
}

.msc-biotech-hero__cta--stacked {
    height: auto;
    min-height: var(--mb-cta-h);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.25rem;
    padding: clamp(10px, 0.75vw, 14px) clamp(10px, 0.7vw, 14px);
}

.msc-biotech-hero__cta-text {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: var(--mb-cta-fs);
    line-height: normal;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-align: left;
    flex: 1 1 auto;
    min-width: 0;
    white-space: nowrap;
}

.msc-biotech-hero__cta--stacked .msc-biotech-hero__cta-text {
    flex: 0 0 auto;
    white-space: normal;
    line-height: 1.25;
}

.msc-biotech-hero__cta-text--sub {
    font-size: clamp(14px, 1.25vw, 22px);
    font-weight: 600;
    white-space: normal;
    line-height: 1.25;
}

.msc-biotech-hero__cta:focus-visible {
    outline: 2px solid #004d40;
    outline-offset: 2px;
}

.msc-biotech-hero__mobile-block {
    display: none;
}

.msc-biotech-hero__course-card--mobile {
    display: none;
}

.msc-biotech-hero__features--mobile {
    display: none;
}

.msc-biotech-hero__mobile-image {
    display: none;
}

/* Desktop breakpoints */
@media screen and (max-width: 1440px) {
    .mainContentWrapper .herosection.msc-biotech-hero {
        --mb-pad-y: clamp(28px, 3.5vw, 56px);
        --mb-form-top: clamp(28px, 3.5vw, 56px);
        --mb-pad-left: 26%;
        --mb-pad-right: 23%;
    }
}

@media screen and (max-width: 1280px) {
    .mainContentWrapper .herosection.msc-biotech-hero {
        --mb-pad-left: 24%;
        --mb-pad-right: 22%;
        --mb-card-w: 520px;
    }
}

@media screen and (max-width: 1080px) {
    .mainContentWrapper .herosection.msc-biotech-hero {
        --mb-pad-left: 22%;
        --mb-pad-right: 20%;
    }
}

@media screen and (max-width: 990px) {
    .mainContentWrapper .herosection.msc-biotech-hero {
        --mb-pad-left: 20%;
        --mb-pad-right: 18%;
        --mb-pad-y: clamp(24px, 3vw, 48px);
        --mb-form-top: clamp(24px, 3vw, 48px);
        --mb-card-w: 420px;
    }
}

@media screen and (min-width: 769px) and (max-width: 900px) {
    .mainContentWrapper .herosection.msc-biotech-hero {
        --mb-pad-left: 18%;
        --mb-pad-right: 16%;
        --mb-card-w: 360px;
        --mb-card-h: 150px;
    }
}

/* Mobile layout – Figma 1921:14 pixel-perfect */
@media screen and (max-width: 768px) {
    .mainContentWrapper .herosection.msc-biotech-hero {
        --mb-pad-left: 0;
        --mb-pad-right: 0;
        --mb-cta-h: 50px;
        --mb-cta-fs: 15px;
        min-height: auto !important;
        background: #edfbe4 !important;
        background-image: none !important;
        padding: 20px 0 0 !important;
    }

    .msc-biotech-hero__bg {
        display: none;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .herosecbox {
        flex-direction: column;
        align-items: stretch !important;
        justify-content: flex-start !important;
        padding: 0;
        min-height: auto !important;
        height: auto !important;
        gap: 0 !important;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .he_leftse {
        width: 100% !important;
        max-width: 100%;
        margin: 0;
        padding: 0;
        order: 1 !important;
        flex-shrink: 0;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .herosecbox .msc-biotech-hero__mobile-image {
        order: 2 !important;
        display: block;
        position: relative;
        width: 100%;
        height: 398px;
        overflow: hidden;
        z-index: 1;
        flex-shrink: 0;
        background: #edfbe4;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .herosecbox .msc-biotech-hero__mobile-image img {
        position: absolute;
        width: 165.38%;
        height: 162.06%;
        left: -0.13%;
        top: -58.54%;
        max-width: none;
        object-fit: cover;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .herosecbox .msc-biotech-hero__mobile-image::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(
            175.42deg,
            #e8fbdd 0.37%,
            rgba(232, 251, 221, 0) 15.885%
        );
        z-index: 1;
        pointer-events: none;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .herosecbox .right_imgbox {
        order: 3 !important;
        position: relative !important;
        top: 0 !important;
        right: auto !important;
        left: 0 !important;
        width: 100% !important;
        padding: 0 20px 24px !important;
        margin-top: 0 !important;
        z-index: 5 !important;
        min-height: 0 !important;
        height: auto !important;
        flex-shrink: 0;
        background: #edfbe4;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .herosecbox .right_imgbox .imgbox {
        min-height: 0 !important;
        height: auto !important;
    }

    .msc-biotech-hero__content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        padding: 0 20px 20px;
        box-sizing: border-box;
    }

    .msc-biotech-hero__course-card--desktop,
    .msc-biotech-hero__features--desktop,
    .msc-biotech-hero__cta-group--desktop {
        display: none !important;
    }

    .msc-biotech-hero__upper {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .msc-biotech-hero__intro {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .msc-biotech-hero__text-group {
        gap: 16px;
        margin-bottom: 0;
    }

    .msc-biotech-hero__title--desktop {
        display: none;
    }

    .msc-biotech-hero__title-line {
        display: block;
        font-family: "Inter", sans-serif;
        font-weight: 800;
        font-size: 32px;
        line-height: 1.2;
        color: #006452;
        margin: 0;
        word-break: break-word;
        width: 100%;
    }

    .msc-biotech-hero__tagline {
        font-family: "Inter", sans-serif;
        font-size: 16px;
        line-height: 1.5;
        color: #032823;
        margin: 0;
        width: 100%;
    }

    .msc-biotech-hero__tagline strong {
        font-family: "Inter", sans-serif;
        font-weight: 800;
        font-size: 16px;
        line-height: 1.5;
        color: #032823;
    }

    .msc-biotech-hero__tagline-medium {
        font-family: "Inter", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5;
        color: #032823;
    }

    .msc-biotech-hero__mobile-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        margin-top: 0;
    }

    .msc-biotech-hero__course-card--mobile {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
        height: auto;
        min-height: 0;
        background: #e5f4de;
        border-radius: 24px;
        padding: 14px;
        box-sizing: border-box;
        overflow: visible;
    }

    .msc-biotech-hero__course-card--mobile .msc-biotech-hero__degree {
        font-family: "Inter", sans-serif;
        font-size: 64px;
        font-weight: 800;
        line-height: 1;
        color: #00a38e;
        background: none;
        -webkit-background-clip: unset;
        background-clip: unset;
        margin: 0;
        height: auto;
        width: 100%;
    }

    .msc-biotech-hero__course-card--mobile .msc-biotech-hero__specialty {
        font-family: "Inter", sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        color: #006452;
        background: none;
        -webkit-background-clip: unset;
        background-clip: unset;
        margin: 0;
        width: 100%;
    }

    .msc-biotech-hero__features--mobile {
        display: flex;
        flex-direction: column;
        gap: 16px;
        width: 100%;
    }

    .msc-biotech-hero__features--mobile .msc-biotech-hero__feature {
        display: flex;
        align-items: center;
        border-left: 2px solid #006452;
        padding: 0 12px;
        font-family: "Inter", sans-serif;
        font-size: 16px;
        font-weight: 700;
        min-height: 20px;
        height: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .msc-biotech-hero__features--mobile .msc-biotech-hero__feature p {
        font-family: "Inter", sans-serif;
        font-size: 16px;
        line-height: 1.4;
        color: #006452;
        margin: 0;
        width: 100%;
    }

    .msc-biotech-hero__features--mobile .msc-biotech-hero__feature strong {
        font-family: "Inter", sans-serif;
        font-weight: 700;
    }

    .msc-biotech-hero__features--mobile .msc-biotech-hero__feature-medium {
        font-family: "Inter", sans-serif;
        font-weight: 400;
    }

    .msc-biotech-hero__cta-group--mobile {
        display: flex;
        width: 100%;
        max-width: none;
        flex-shrink: 0;
    }

    .msc-biotech-hero__cta-group--mobile .msc-biotech-hero__cta {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
        min-height: 50px;
        padding: 18px 20px;
        background: #006553;
        border: 1px solid #ffffff;
        border-radius: 12px;
        box-sizing: border-box;
    }

    .msc-biotech-hero__cta-group--mobile .msc-biotech-hero__cta--stacked {
        height: auto;
        min-height: 50px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        padding: 12px 16px;
    }

    .msc-biotech-hero__cta-group--mobile .msc-biotech-hero__cta-text {
        font-family: "Inter", sans-serif;
        font-weight: 700;
        font-size: 15px;
        line-height: normal;
        color: #ffffff;
        text-align: center;
        white-space: normal;
        width: 100%;
    }

    .msc-biotech-hero__cta-group--mobile .msc-biotech-hero__cta-text--sub {
        font-size: 13px;
        font-weight: 600;
    }
}

/* Keep Figma mobile sizes at all breakpoints */
@media screen and (max-width: 600px) {
    .mainContentWrapper .herosection.msc-biotech-hero .msc-biotech-hero__title-line {
        font-size: 32px;
        line-height: 1.2;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .msc-biotech-hero__tagline,
    .mainContentWrapper .herosection.msc-biotech-hero .msc-biotech-hero__tagline strong,
    .mainContentWrapper .herosection.msc-biotech-hero .msc-biotech-hero__tagline-medium {
        font-size: 16px;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .msc-biotech-hero__course-card--mobile .msc-biotech-hero__degree {
        font-size: 64px;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .msc-biotech-hero__course-card--mobile .msc-biotech-hero__specialty {
        font-size: 24px;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .herosecbox .msc-biotech-hero__mobile-image {
        height: 398px;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .msc-biotech-hero__cta-group--mobile .msc-biotech-hero__cta-text {
        font-size: 15px;
    }
}

@media screen and (max-width: 425px) {
    .mainContentWrapper .herosection.msc-biotech-hero .msc-biotech-hero__content {
        padding: 0 20px 20px;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .herosecbox .right_imgbox {
        padding: 0 20px 24px !important;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .msc-biotech-hero__title-line {
        font-size: 32px;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .msc-biotech-hero__course-card--mobile .msc-biotech-hero__degree {
        font-size: 64px;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .msc-biotech-hero__course-card--mobile .msc-biotech-hero__specialty {
        font-size: 24px;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .msc-biotech-hero__features--mobile .msc-biotech-hero__feature p {
        font-size: 16px;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .msc-biotech-hero__cta-group--mobile .msc-biotech-hero__cta-text {
        font-size: 15px;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .herosecbox .msc-biotech-hero__mobile-image {
        height: 398px;
    }
}

@media screen and (max-width: 360px) {
    .mainContentWrapper .herosection.msc-biotech-hero .msc-biotech-hero__cta-group--mobile .msc-biotech-hero__cta-text {
        font-size: 15px;
    }

    .mainContentWrapper .herosection.msc-biotech-hero .herosecbox .msc-biotech-hero__mobile-image {
        height: 398px;
    }
}

@media screen and (max-width: 575px) {
    .mainContentWrapper .herosection.msc-biotech-hero {
        padding: 20px 0 0 !important;
        background-image: none !important;
    }
}

/* Countdown bar – responsive 360px–1440px */
.countdown-section {
    --cd-font: clamp(14px, 2.78vw, 40px);
    --cd-gap: clamp(6px, 1.11vw, 16px);
    --cd-pad-y: clamp(8px, 0.83vw, 12px);
    --cd-pad-x: clamp(10px, 1.67vw, 24px);
    --cd-icon: clamp(20px, 2.5vw, 36px);
    width: 100%;
}

.countdown-section .countdown_section {
    justify-content: center !important;
    text-align: center !important;
    background: linear-gradient(#22356f, #22356f), url(../images/brightFutureBg.webp) no-repeat center center / cover;
    font-weight: 800 !important;
    padding: var(--cd-pad-y) var(--cd-pad-x) !important;
    gap: var(--cd-gap);
    width: 100%;
}

.countdown-section__bar {
    flex-wrap: wrap;
}

.countdown-section .font-size-20,
.countdown-section__label,
.countdown-section__timer {
    font-size: var(--cd-font) !important;
    font-weight: 600 !important;
    line-height: 1.25;
    color: #ffffff;
}

.countdown-section__label {
    padding: 0 !important;
    white-space: nowrap;
}

.countdown-section__timer-wrap {
    padding: 0 !important;
    min-width: 0;
}

.countdown-section__timer {
    word-break: break-word;
}

.countdown-section__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    flex-shrink: 0;
}

.countdown-section__hourglass {
    width: var(--cd-icon);
    height: var(--cd-icon);
    margin: 0 !important;
    display: block;
}

.countdown-section .hide-below-lg {
    display: flex !important;
}

@media screen and (max-width: 991px) {
    .countdown-section .hide-below-lg {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .countdown-section {
        --cd-gap: clamp(4px, 1.5vw, 10px);
        --cd-pad-y: clamp(10px, 2.5vw, 14px);
    }

    .countdown-section__bar {
        flex-direction: column !important;
    }

    .countdown-section__label {
        white-space: normal;
        text-align: center;
    }

    .countdown-section__timer {
        white-space: normal;
        text-align: center;
    }

    .count_down_sec {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 600px) {
    .countdown-section {
        --cd-font: clamp(13px, 3.6vw, 22px);
    }
}

@media screen and (max-width: 480px) {
    .countdown-section {
        --cd-font: clamp(12px, 4vw, 18px);
        --cd-pad-x: clamp(8px, 3vw, 16px);
    }
}

@media screen and (max-width: 425px) {
    .countdown-section {
        --cd-font: clamp(11px, 4.2vw, 16px);
    }
}

@media screen and (max-width: 360px) {
    .countdown-section {
        --cd-font: clamp(11px, 4.2vw, 14px);
        --cd-pad-y: 8px;
        --cd-pad-x: 8px;
        --cd-gap: 4px;
    }

    .countdown-section__label {
        font-size: clamp(11px, 4vw, 13px) !important;
    }

    .countdown-section__timer {
        font-size: clamp(11px, 3.8vw, 13px) !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1080px) {
    .countdown-section {
        --cd-font: clamp(18px, 2.2vw, 32px);
    }
}

@media screen and (min-width: 1081px) and (max-width: 1280px) {
    .countdown-section {
        --cd-font: clamp(24px, 2.5vw, 36px);
    }
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
    .countdown-section {
        --cd-font: clamp(28px, 2.6vw, 40px);
    }
}
