﻿.ag-inner-hero {
    position: relative;
    overflow: hidden;
}

    .ag-inner-hero .hero-item {
        min-height: 430px;
        background-size: cover;
        background-position: center;
        position: relative;
        display: flex;
        align-items: center;
    }

        .ag-inner-hero .hero-item:before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(90deg, rgba(15,23,42,.82) 0%, rgba(15,23,42,.55) 45%, rgba(15,23,42,.18) 100%);
        }

    .ag-inner-hero .hero-content {
        position: relative;
        z-index: 2;
        color: #fff;
        max-width: 100%;
        padding: 90px 0;
    }

    .ag-inner-hero h1 {
        font-size: clamp(32px, 4.2vw, 48px);
        line-height: 1.1;
        margin-bottom: 18px;
        color: #fff;
        text-transform: none;
    }

    .ag-inner-hero p {
        font-size: 16px;
        line-height: 1.85;
        color: rgba(255,255,255,.92);
        margin-bottom: 0;
    }

.ag-page-section {
    padding: 40px 0;
    background: #f8fafc;
}

    .ag-page-section.alt {
        background: #fff;
    }

.ag-section-heading {
    max-width: 100%;
    margin-bottom: 26px;
}

.ag-section-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(14,142,176,.08);
    color: #0e8eb0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ag-section-heading h2 {
    font-size: clamp(28px, 3.2vw, 38px);
    line-height: 1.2;
    margin-bottom: 14px;
    color: #0f172a;
    text-transform: none;
}

.ag-section-heading p {
    font-size: 16px;
    line-height: 1.9;
    color: #475569;
    margin-bottom: 0;
}

.ag-content-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 32px;
    box-shadow: 0 18px 45px rgba(15,23,42,.06);
    height: 100%;
}

    .ag-content-card h3 {
        font-size: 20px;
        line-height: 1.35;
        margin-bottom: 14px;
        color: #0f172a;
        text-transform: none;
    }

    .ag-content-card p {
        color: #475569;
        font-size: 15px;
        line-height: 1.9;
        margin-bottom: 0;
    }

.ag-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.ag-video-card {
    background: linear-gradient(135deg, #0f172a 0%, #0e8eb0 100%);
    border-radius: 28px;
    padding: 34px;
    color: #fff;
    box-shadow: 0 18px 45px rgba(14,142,176,.22);
}

    .ag-video-card h3 {
        color: #fff;
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 12px;
        text-transform: none;
    }

    .ag-video-card p {
        color: rgba(255,255,255,.9);
        font-size: 15px;
        line-height: 1.85;
        margin-bottom: 20px;
    }

.ag-video-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 14px;
    background: #fff;
    color: #0e8eb0;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s ease;
}

    .ag-video-btn:hover {
        color: #0a6f89;
        text-decoration: none;
        transform: translateY(-2px);
    }

.ag-album-carousel {
    margin-top: 30px;
    position: relative;
}

    .ag-album-carousel .owl-stage {
        display: flex;
    }

    .ag-album-carousel .owl-item {
        display: flex;
    }

.ag-album-carousel-item {
    width: 100%;
    height: 100%;
    padding: 8px 12px;
}

.ag-album-card {
    display: block;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(15,23,42,.06);
    transition: all .25s ease;
    text-decoration: none;
    height: 100%;
}

    .ag-album-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 4px 8px rgba(15,23,42,.12);
        text-decoration: none;
    }

.ag-album-thumb {
    height: 240px;
    overflow: hidden;
    background: #e2e8f0;
}

    .ag-album-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.ag-album-body {
    padding: 22px;
}

.ag-album-date {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 700;
    color: #0e8eb0;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.ag-album-body h3 {
    font-size: 20px;
    line-height: 1.35;
    color: #0f172a;
    margin-bottom: 10px;
    text-transform: none;
}

.ag-album-body p {
    color: #64748b;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 12px;
}

.ag-album-link {
    color: #0e8eb0;
    font-weight: 700;
}

.ag-album-carousel .owl-nav {
    display: block;
    width: 100%;
}

    .ag-album-carousel .owl-nav button {
        background: #fff !important;
        border: 1px solid #dbe3ea !important;
        width: 46px;
        height: 46px;
        line-height: 46px;
        border-radius: 50% !important;
        position: absolute;
        top: -72px;
        z-index: 2;
        font-size: 18px !important;
        transition: all .2s ease;
    }

        .ag-album-carousel .owl-nav button.owl-prev {
            right: 58px;
        }

        .ag-album-carousel .owl-nav button.owl-next {
            right: 0;
        }

        .ag-album-carousel .owl-nav button:hover {
            background: #0e8eb0 !important;
            border-color: #0e8eb0 !important;
            color: #fff !important;
        }

.ag-album-carousel .owl-dots {
    text-align: center;
    margin-top: 18px;
}

.ag-album-carousel .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    display: block;
    border-radius: 50%;
    background: #cbd5e1;
}

.ag-album-carousel .owl-dot.active span {
    background: #0e8eb0;
}

@media (max-width: 991px) {
    .ag-inner-hero h1 {
        font-size: 30px;
    }

    .ag-section-heading h2 {
        font-size: 30px;
    }

    .ag-album-grid,
    .ag-highlight-grid {
        grid-template-columns: 1fr;
    }

    .ag-content-card,
    .ag-video-card {
        padding: 28px;
    }
}

@media (max-width: 767px) {
    .ag-inner-hero .hero-item {
        min-height: 360px;
    }

    .ag-inner-hero .hero-content {
        padding: 70px 0 50px;
    }

    .ag-inner-hero h1 {
        font-size: 30px;
    }

    .ag-inner-hero p {
        font-size: 15px;
        line-height: 1.75;
    }

    .ag-section-heading h2 {
        font-size: 26px;
    }

    .ag-section-heading p,
    .ag-content-card p,
    .ag-video-card p,
    .ag-album-body p {
        font-size: 15px;
        line-height: 1.8;
    }

    .ag-content-card,
    .ag-video-card {
        padding: 24px;
    }

        .ag-content-card h3,
        .ag-video-card h3,
        .ag-album-body h3 {
            font-size: 20px;
        }

    .ag-album-thumb {
        height: 220px;
    }

    .ag-album-body {
        padding: 18px;
    }

    .ag-album-carousel .owl-nav button {
        width: 42px;
        height: 42px;
        line-height: 42px;
        top: -64px;
    }

        .ag-album-carousel .owl-nav button.owl-prev {
            right: 50px;
        }
}

@media (max-width: 575px) {
    .ag-inner-hero h1 {
        font-size: 26px;
    }

    .ag-section-heading h2 {
        font-size: 24px;
    }

    .ag-video-btn {
        width: 100%;
        justify-content: center;
    }

    .ag-album-carousel .owl-nav {
        margin-top: 14px;
        text-align: center;
    }

        .ag-album-carousel .owl-nav button {
            position: static;
            margin: 0 4px;
        }
}


.ag-vacancy-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 2px 4px rgba(15,23,42,.06);
    height: 100%;
}

.ag-vacancy-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
    color: #64748b;
    font-size: 13px;
}

.ag-vacancy-department {
    color: #0e8eb0;
    font-weight: 700;
    margin-bottom: 10px;
}

.ag-vacancy-card h3 {
    font-size: 22px;
    line-height: 1.35;
    margin-bottom: 6px;
    color: #0f172a;
    text-transform: none;
}

.ag-vacancy-card p {
    color: #475569;
    font-size: 15px;
    line-height: 1.8;
}

.ag-vacancy-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.ag-vacancy-date {
    color: #64748b;
    font-size: 13px;
    font-weight: 600;
}

.ag-vacancy-link {
    color: #0e8eb0;
    font-weight: 700;
}

.ag-vacancy-carousel .owl-nav button {
    background: #fff !important;
    border: 1px solid #dbe3ea !important;
    width: 46px;
    height: 46px;
    line-height: 46px;
    border-radius: 50% !important;
    font-size: 18px !important;
}



.careers-hero {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 90px 0 85px;
    color: #fff;
}

.careers-hero__content {
    max-width: 760px;
}

.careers-hero__eyebrow,
.products-toolbar__eyebrow,
.product-card__meta,
.products-filter-panel__eyebrow {
    display: inline-block;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
}

.careers-hero__eyebrow {
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    margin-bottom: 18px;
}

.careers-hero h1 {
    font-size: 46px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 18px;
}

.careers-hero p {
    font-size: 17px;
    line-height: 1.8;
    color: rgba(255,255,255,0.92);
    max-width: 680px;
    margin-bottom: 24px;
}

.careers-hero__crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

    .careers-hero__crumbs a,
    .careers-hero__crumbs span {
        color: #fff;
    }

        .careers-hero__crumbs a:hover {
            color: #fff;
            text-decoration: underline;
        }

.career-details-section {
    padding: 70px 0 80px;
    background: radial-gradient(circle at top right, rgba(14,142,176,.10), transparent 30%), linear-gradient(180deg, #f8fbfd 0%, #eef5f8 100%);
}

.career-details-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    box-shadow: 0 20px 55px rgba(15,23,42,.08);
    overflow: hidden;
}

.career-details-card--main {
    padding: 34px;
    height: 100%;
}

.career-details-card--apply {
    padding: 32px;
    position: relative;
}

    .career-details-card--apply:before {
        content: "";
        position: absolute;
        inset: 0 0 auto 0;
        height: 6px;
        background: linear-gradient(90deg, #0e8eb0 0%, #0a6f89 100%);
    }

.career-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.career-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(14,142,176,.10);
    color: #0e8eb0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.career-badge--soft {
    background: #f8fafc;
    color: #475569;
}

.career-title {
    font-size: clamp(28px, 3.2vw, 40px);
    line-height: 1.15;
    color: #0f172a;
    margin-bottom: 24px;
    text-transform: none;
}

.career-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 28px;
}

.career-meta-item {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 18px 20px;
}

.career-meta-label {
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #64748b;
    margin-bottom: 8px;
}

.career-meta-item strong {
    display: block;
    color: #0f172a;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}

.career-description-block {
    padding-top: 8px;
}

    .career-description-block h3 {
        font-size: 22px;
        color: #0f172a;
        margin-bottom: 14px;
        text-transform: none;
    }

.career-description-text {
    color: #475569;
    font-size: 15px;
    line-height: 1.95;
}

.career-form-head {
    margin-bottom: 24px;
}

    .career-form-head h3 {
        font-size: 28px;
        color: #0f172a;
        margin: 16px 0 10px;
        text-transform: none;
    }

    .career-form-head p {
        color: #64748b;
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 0;
    }

.career-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-group--full {
    grid-column: 1 / -1;
}

.career-input,
.career-file-input {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid #dbe3ea;
    box-shadow: none;
    padding: 12px 16px;
    transition: all .2s ease;
}

textarea.career-input {
    min-height: 130px;
    resize: vertical;
}

.career-input:focus,
.career-file-input:focus {
    border-color: #0e8eb0;
    box-shadow: 0 0 0 4px rgba(14,142,176,.12);
}

.career-submit-btn {
    min-height: 54px;
    width: 100%;
    border-radius: 14px;
    border: 0;
    background: linear-gradient(135deg, #0e8eb0 0%, #0a6f89 100%);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    transition: all .25s ease;
}

    .career-submit-btn:hover {
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 14px 32px rgba(14,142,176,.24);
    }

.req {
    color: #ef4444;
}

.career-upload-note {
    display: block;
    color: #64748b;
    font-size: 12px;
    margin-top: 8px;
}

.career-error {
    display: block;
    color: #dc2626;
    font-size: 12px;
    line-height: 1.5;
    min-height: 18px;
    margin-top: 6px;
}

.career-input-error {
    border-color: #dc2626 !important;
    box-shadow: 0 0 0 4px rgba(220,38,38,.10) !important;
}

@media (max-width: 991px) {
    .career-meta-grid,
    .career-form-grid {
        grid-template-columns: 1fr;
    }

    .career-details-card--main,
    .career-details-card--apply {
        padding: 26px;
    }
}

@media (max-width: 575px) {
    .career-title {
        font-size: 26px;
    }

    .career-form-head h3 {
        font-size: 24px;
    }
}

.form-group {
    margin-bottom: 0rem !important;
}

.career-status-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 14px 0 20px;
}

.career-status-label {
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.career-status-value {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    border-radius: 999px;
    background: #fee2e2;
    color: #b91c1c;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.career-closed-box {
    background: linear-gradient(180deg, #fff 0%, #fff7f7 100%);
    border: 1px solid #fecaca;
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 16px 40px rgba(15,23,42,.06);
}

.career-closed-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fee2e2;
    color: #b91c1c;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 16px;
}

.career-closed-box h3 {
    font-size: 26px;
    color: #0f172a;
    margin-bottom: 10px;
    text-transform: none;
}

.career-closed-box p {
    color: #475569;
    font-size: 15px;
    line-height: 1.85;
    margin-bottom: 0;
}

.ag-vacancy-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
}

.ag-vacancy-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ag-vacancy-status--open {
    background: #dcfce7;
    color: #166534;
}

.ag-vacancy-status--closed {
    background: #fee2e2;
    color: #b91c1c;
}

.ag-vacancy-card--closed {
    border-color: #fecaca;
    background: linear-gradient(180deg, #ffffff 0%, #fff8f8 100%);
}

.ag-vacancy-footer-badge {
    display: inline-flex;
    align-items: center;
    padding:  1px 8px;
    border-radius: 10px;
    background: #fee2e2;
    color: #b91c1c;
    font-size: 10px;
    font-weight: 800;
    /*text-transform: uppercase;*/
    letter-spacing: .05em;
}

@media (max-width: 575px) {
    .ag-vacancy-top {
        flex-direction: column;
        align-items: flex-start;
    }

    .ag-vacancy-footer {
        flex-direction: column;
        align-items: flex-start;
    }
}