.about-banner {
    height: clamp(500px, 90vh, 900px);
}

@media (max-width: 992px) {
    .about-banner { height: 500px; }
}

@media (max-width: 768px) {
    .about-banner { height: 400px; }
}

@media (max-width: 480px) {
    .about-banner { height: 300px; }
}

.about-slider .swiper-slide {
    padding-top: 133%;
    background-color: #f8fafc;
}

@media (min-width: 900px) {
    .about-slider .swiper-slide {
        padding-top: 0;
        height: 700px;
    }
    .about-slider {
        max-width: 550px !important;
        margin: 0 !important;
    }
    .about__info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        padding: 0 10vw;
    }
}

@media (max-width: 768px) {
    .about-slider .swiper-slide {
        padding-top: 125%;
    }
    .about-gallery__title {
        text-align: left !important;
    }
}

@media (min-width: 1200px) {
    .about__info {
        grid-template-columns: 1.2fr 1fr;
        gap: 100px;
    }
}

.about-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.about-gallery__title {
    text-align: center;
    width: 100%;
    font-size: 2rem !important;
    margin-bottom: 30px !important;
}

.about-slider {
    max-width: 500px !important;
    width: 100%;
}

.about__text p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-top: 20px;
}

#career-forum-about {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #ffffff;
}

#career-forum-about::before,
#career-forum-about::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    z-index: 0;
    pointer-events: none;
}

#career-forum-about::before {
    width: 400px;
    height: 400px;
    background: rgba(var(--color-blue--rgb), 0.12);
    bottom: 35%;
    left: 45%;
}

#career-forum-about::after {
    width: 700px;
    height: 700px;
    background: rgba(var(--color-blue--rgb), 0.12);
    bottom: 5%;
    right: -150px;
}

.about__wrapper {
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    #career-forum-about::before {
        width: 300px;
        height: 300px;
        filter: blur(80px);
        left: -200px;
    }
    #career-forum-about::after {
        width: 400px;
        height: 400px;
        filter: blur(100px);
        right: -300px;
    }
}

.video-popup-overlay .career-popup__wrapper {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: block;
}

.video-content-player {
    position: relative;
    padding-top: 56.25%;
    width: 100%;
    height: 0;
    background: #000;
    display: block;
}

.video-content-player video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}


@media (max-width: 768px) {
    .video-popup-overlay .career-popup__wrapper {
        max-width: 95%;
        height: auto;
    }
    .video-popup-overlay .popup__close {
        top: -40px;
        right: 0;
        background: transparent;
        padding: 0;
        width: auto;
        height: auto;
    }
}

.about-details {
    margin: 2vw 10vw;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.about-details-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    max-width: 450px;
}

.about-details-item__icon {
    padding: 12px 0;
}

.coming-soon-banner {
    position: relative;
    z-index: 1;
    margin: 0 10vw 50px 10vw;
    padding: 50px 20px;
    border: 2px solid var(--color-blue);
    text-align: center;
}

.coming-soon-banner__title {
    color: var(--color-blue);
    font-size: 4rem;
    font-weight: 500;
    margin: 0 0 20px 0;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.coming-soon-banner__subtitle {
    color: var(--color-blue);
    font-size: 2.5rem;
    font-weight: 500;
    margin: 0;
    position: relative;
    z-index: 2;
}

.coming-soon-banner::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    background: rgba(var(--color-blue--rgb), 0.1);
    filter: blur(100px);
    top: 10%;
    left: -200px;
    transform: translateY(-50%);
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 992px) {
    .coming-soon-banner__title { font-size: 2.5rem; }
    .coming-soon-banner__subtitle { font-size: 1.5rem; }
}

@media (max-width: 768px) {
    .coming-soon-banner { padding: 15px; }
    .coming-soon-banner__title { font-size: 2rem; }
    .coming-soon-banner__subtitle { font-size: 1.2rem; }
    .coming-soon-banner::after { left: -350px; }
}

@media (max-width: 480px) {
    .coming-soon-banner__title { font-size: 1.6rem; }
    .coming-soon-banner__subtitle { font-size: 1.1rem; }
}

.location-item {
    padding: 30px 0;
}

.location-item__title {
    max-width: 400px;
    line-height: 140%;
}

.location-item__text {
    text-align: left;
}

#cr-google-form .btn {
    padding: 20px;
    font-size: 18px;
    min-width: 200px;
    max-width: 400px;
    margin: 0 auto;
}

#cr-google-form input[type="text"], 
#cr-google-form input[type="tel"] {
    padding: 20px !important;
}

@media (max-width: 768px) {
    .location__wrapper { gap: 20px; }
    .location-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 20px;
        background-color: #f8fafc;
        border-left: 4px solid var(--color-blue);
    }
    .location-item__title { font-size: 1.5rem; }
    .location-item__title p { margin: 0; }
    .location-item__text {
        text-align: left;
        max-width: 100%;
        font-size: 1.05rem;
    }
}

@media (max-width: 480px) {
    .location-item { padding: 15px; }
    .location-item__title { font-size: 1.3rem; }
    .location-item__text { font-size: 0.95rem; }
}

.career-forum-mobile-btn {
    display: none;
}

@media (max-width: 1200px) {
    .career-forum-mobile-btn {
        display: block;
        width: 100%;
        margin-top: 40px;
    }
    .career-forum-mobile-btn .btn {
        display: block;
        width: 100%;
        padding: 15px;
        background-color: var(--color-blue);
        color: #ffffff;
        font-size: 1.2rem;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        border: 2px solid var(--color-blue);
        transition: all 0.3s ease;
    }
    .career-forum-mobile-btn .btn:hover,
    .career-forum-mobile-btn .btn:active {
        background-color: var(--color-green);
        border-color: var(--color-green);
        color: var(--color-black);
    }
}

.about__text .text-lead {
    font-size: 1.25rem;
    color: var(--color-black);
    line-height: 1.6;
    margin-bottom: 25px;
}

.about__text .text-lead strong {
    color: var(--color-blue);
    font-weight: 700;
}

.about__text .text-marker {
    background-repeat: no-repeat;
    background-size: 100% 35%;
    background-position: 0 90%;
    font-weight: 500;
    color: var(--color-black);
}

.about__text .text-highlight-box {
    background-color: #f8fafc;
    border-left: 4px solid var(--color-blue);
    padding: 25px 30px;
    margin: 20px 0;
}

.about__text .text-highlight-box p {
    margin: 0;
    font-size: 1.15rem;
    color: var(--color-black);
    font-weight: 500;
    line-height: 1.5;
}

.about__text .text-cta {
    margin-top: 45px;
    font-size: 1.2rem;
    line-height: 1.6;
}

.about__text .text-cta .text-accent {
    color: var(--color-grey);
}

.about__text .text-cta strong {
    display: block;
    margin-top: 10px;
    color: var(--color-blue);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 800;
}

@media (max-width: 768px) {
    .about__text .text-lead { font-size: 1.1rem; }
    .about__text .text-highlight-box { padding: 20px; margin: 25px 0; }
    .about__text .text-highlight-box p { font-size: 1.05rem; }
    .about__text .text-cta { margin-top: 30px; }
    .about__text .text-cta strong { font-size: 1rem; }
}

.career-forum-header {
  padding-top: 2vw;
}

.career-forum-header::before {
    content: '';
    position: absolute;

    top: -30px;
    left: 40px;

    width: 881px;
    height: 137px;
    
    background-image: url("data:image/svg+xml,%3Csvg width='380' height='100' viewBox='0 0 881 137' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23f)'%3E%3Cpath d='M861.091 -80.6328L57.2621 86.2914C52.8826 87.2008 49.0837 83.1711 50.2495 78.8528L142.813 -264' stroke='%230047FF' stroke-width='78'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='f' x='0' y='-285.166' width='880.021' height='421.613' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur /%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    
    z-index: -1;
    pointer-events: none;
}


@media (max-width: 1024px) {
    .career-forum-header::before {
        width: 440px;
        height: 68px;
        top: -10px;
        left: -30px;
    }
}

@media (max-width: 768px) {
    .career-forum-header::before {
        display: none;
    }
}