/* ====================================================
   INFO LOKER PAGE STYLES
   ==================================================== */

/* --- HERO BANNER --- */
#info-loker-hero-section {
    background-color: #ffc8cf;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

.info-loker-hero-banner {
    padding: 85px 0 50px 0;
    position: relative;
    background-color: #ffc8cf;
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

/* 2-Tone Background: Bottom Pale Whitish-Pink Band (overlapping button & hero illustration) */
.info-loker-hero-banner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--hero-band-height, 76px);
    background-color: #ffd8dc;
    z-index: 1;
}

.info-loker-hero-banner .container-fluid {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-cta-box {
    position: relative;
    z-index: 3;
}

.hero-main-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(1.85rem, 2.7vw, 2.65rem);
    font-weight: 800;
    line-height: 1.22;
    color: #ffffff !important;
    -webkit-text-stroke: 4px #fbc7c4;
    paint-order: stroke fill;
    text-shadow: -2px -2px 0 #fbc7c4, 2px -2px 0 #fbc7c4, -2px 2px 0 #fbc7c4, 2px 2px 0 #fbc7c4, 0 3px 8px rgba(251, 199, 196, 0.6);
    letter-spacing: -0.4px;
}

.hero-main-heading .highlight-text {
    display: inline-block;
    white-space: nowrap;
}

.hero-subheading,
.hero-subheading * {
    color: #9d7375 !important;
}

.hero-subheading {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.6;
    opacity: 1 !important;
    text-shadow: none !important;
}

.hero-subheading strong {
    font-weight: 700;
}

.btn-download-cv {
    background-color: #ff0000 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 8px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 18.5px;
    font-weight: 700;
    letter-spacing: 0.2px;
    padding: 12px 36px !important;
    min-width: 250px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.16) !important;
}

.btn-download-cv:hover {
    background-color: #e00000 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22) !important;
    color: #ffffff !important;
}

.hero-img-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hero-banner-img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 580px;
    height: auto;
    max-height: 480px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.08));
}

/* --- BOTTOM HIGHLIGHTS STRIP --- */
.info-loker-highlights-strip {
    background-color: #7bc4cb;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
}

.highlight-item {
    transition: transform 0.25s ease;
}

.highlight-item:hover {
    transform: translateY(-2px);
}

.highlight-icon-box {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-icon {
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.highlight-title {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff !important;
    letter-spacing: -0.2px;
}

.highlight-desc {
    font-size: 12px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.95) !important;
}

/* --- LIST LOKER SECTION --- */
#list-loker-section {
    background-color: #f4f9ff;
    min-height: 500px;
    padding: 50px 0 80px 0;
}

.list-main-title {
    font-size: 24px;
    color: #111827;
    letter-spacing: -0.3px;
}

.list-header-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0;
}

.loker-card-title-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.loker-search-box .form-control {
    background-color: #ffffff;
    border: 1.5px solid #e2e8f0;
    font-size: 13.5px;
    font-weight: 500;
    color: #334155;
    padding: 7px 16px 7px 42px !important;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.loker-custom-select {
    background-color: #ffffff;
    border: 1.5px solid #e2e8f0;
    font-size: 13px;
    font-weight: 500;
    color: #334155;
    padding: 7px 34px 7px 40px !important;
    height: 38px;
    min-width: 190px;
    transition: all 0.25s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    cursor: pointer;
    background-position: right 0.85rem center;
    background-size: 12px 10px;
}

.loker-search-box .form-control:focus,
.loker-custom-select:focus {
    border-color: #00a99d;
    box-shadow: 0 0 0 3px rgba(0, 169, 157, 0.15);
    outline: none;
}

.loker-filter-select-wrapper .select-icon,
.loker-search-box .search-icon {
    font-size: 12.5px;
    color: #94a3b8;
    pointer-events: none;
    z-index: 4;
}

/* --- LOKER CARD STYLES & SPACING --- */
#lokerGridContainer {
    row-gap: 1.5rem !important;
    margin-top: 0px;
}

.loker-card-wrapper {
    padding-bottom: 0px;
}

.loker-item-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.loker-item-card:hover {
    transform: translateY(-6px);
}

.loker-pin-wrapper {
    position: absolute;
    top: -12px;
    right: 2px;
    z-index: 10;
    pointer-events: none;
    transition: transform 0.3s ease;
}

.loker-pin-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.18));
}

.loker-item-card:hover .loker-pin-wrapper {
    transform: rotate(10deg) scale(1.08);
}

.loker-badge-deadline {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(15, 23, 42, 0.85) !important;
    color: #ffffff !important;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.1px;
    padding: 3.5px 10px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
    z-index: 3;
}

.loker-badge-deadline i {
    color: #fbbf24 !important;
    font-size: 11.5px;
    margin-right: 5px;
}

.loker-img-thumb {
    width: 100%;
    aspect-ratio: 2 / 1;
    height: auto;
    border-radius: 20px !important;
    background-color: #e2e8f0;
}

.loker-img-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s ease;
}

.loker-item-card:hover .loker-img-thumb img {
    transform: scale(1.03);
}

.ticket-card {
    margin-top: -24px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 20px !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    z-index: 2;
    overflow: hidden;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ticket-divider {
    position: relative;
    border-top: 1px dashed #dbe1e8;
    margin: 5px 0;
}

.notch {
    position: absolute;
    top: -8px;
    width: 16px;
    height: 16px;
    background-color: #f4f9ff;
    border-radius: 50%;
    z-index: 3;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.notch-left {
    left: -9px;
}

.notch-right {
    right: -9px;
}

.loker-item-title {
    font-size: 14.5px;
    line-height: 1.4;
    color: #1a1a1a;
}

.ticket-body {
    padding: 1.1rem 1.25rem 0.6rem 1.25rem;
    min-height: 78px;
    display: flex;
    align-items: flex-start;
}

.ticket-footer {
    padding: 0.65rem 1.25rem 1.05rem 1.25rem;
    min-height: 50px;
}

.ticket-subtext {
    font-size: 11.5px;
    line-height: 1.35;
    color: #64748b !important;
}

.btn-card-cyan {
    background-color: #d6f2fe !important;
    color: #03acb3 !important;
    border: none !important;
    font-size: 12px !important;
    padding: 6px 16px !important;
    transition: all 0.25s ease;
}

.btn-card-cyan:hover {
    background-color: #bce7fb !important;
    color: #02898f !important;
}

/* --- LOAD MORE / LIHAT SELENGKAPNYA BUTTON STYLES --- */
#lokerLoadMoreWrapper {
    margin-top: 2.5rem;
}

.btn-load-more-loker {
    background-color: #ffffff !important;
    border: 2px solid #00a99d !important;
    color: #00a99d !important;
    font-size: 14.5px;
    font-weight: 700;
    padding: 10px 32px !important;
    border-radius: 50px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(0, 169, 157, 0.12) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn-load-more-loker:hover {
    background-color: #00a99d !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 169, 157, 0.28) !important;
}

.btn-load-more-loker:active {
    transform: translateY(0);
}

@keyframes lokerFadeIn {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.loker-card-fade-in {
    animation: lokerFadeIn 0.35s ease forwards;
}

/* --- LOKER DETAIL MODAL STYLES --- */
#lokerDetailModal .modal-content {
    background-color: #f4f8fb !important;
}

.btn-join-tryout {
    background-color: #00b2b4 !important;
    border: none !important;
    font-size: 15.5px;
    letter-spacing: 0.2px;
    padding: 9px 44px !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(0, 178, 180, 0.35) !important;
    color: #ffffff !important;
}

.btn-join-tryout:hover {
    background-color: #009a9c !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 178, 180, 0.45) !important;
    color: #ffffff !important;
}

.btn-modal-close {
    background-color: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    color: #475569 !important;
    font-size: 14px;
    padding: 8px 30px !important;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
}

.btn-modal-close:hover,
.btn-modal-close:focus {
    background-color: #f1f5f9 !important;
    border-color: #94a3b8 !important;
    color: #0f172a !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.loker-modal-footer {
    background-color: #ffffff !important;
    border-top: 1px solid #e2e8f0 !important;
    padding: 14px 24px !important;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.04);
    z-index: 5;
}

/* --- RESPONSIVE MEDIA QUERIES --- */

/* 1. TABLET LANDSCAPE / MEDIUM SCREENS (992px - 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #lokerGridContainer {
        row-gap: 1.5rem !important;
    }
    .loker-img-thumb {
        border-radius: 20px !important;
    }
    .ticket-card {
        margin-top: -22px;
        margin-left: 12px;
        margin-right: 12px;
        border-radius: 20px !important;
    }
    .ticket-body {
        padding: 1rem 1.2rem 0.55rem 1.2rem;
        min-height: 74px;
    }
    .loker-item-title {
        font-size: 14px;
        line-height: 1.38;
    }
    .ticket-footer {
        padding: 0.6rem 1.2rem 0.95rem 1.2rem;
    }
    .ticket-subtext {
        font-size: 11px;
    }
    .btn-card-cyan {
        font-size: 11.5px !important;
        padding: 5px 14px !important;
    }
}

/* 2. TABLET PORTRAIT ONLY (768px - 991.98px): Clean 2-Column Balanced Layout */
@media (min-width: 768px) and (max-width: 991.98px) {
    #info-loker-hero-section {
        min-height: auto;
    }
    .info-loker-hero-banner {
        padding: 35px 0 25px 0;
        text-align: left;
    }
    .info-loker-hero-banner::after {
        height: 50px;
    }
    .hero-main-heading {
        font-size: 1.55rem;
        line-height: 1.28;
        text-align: left;
        margin-bottom: 0.75rem !important;
    }
    .hero-subheading {
        font-size: 0.88rem;
        line-height: 1.45;
        text-align: left;
        margin: 0 0 1.2rem 0 !important;
    }
    .hero-img-wrapper {
        min-height: auto;
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .hero-banner-img {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 0 0 auto;
        width: 100%;
        max-width: 320px !important;
        max-height: 285px !important;
        object-fit: contain;
    }
    .btn-download-cv {
        width: auto !important;
        min-width: auto !important;
        display: inline-flex !important;
        padding: 8px 22px !important;
        font-size: 13px !important;
        border-radius: 6px !important;
        margin: 0;
    }
    .highlight-item {
        padding: 6px 0;
    }
    .highlight-title {
        font-size: 13px;
    }
    .highlight-desc {
        font-size: 10.5px;
    }
    .list-header-icon {
        width: 28px;
        height: 28px;
    }
    .list-main-title {
        font-size: 21px;
    }

    /* Tablet Card Specific Rules */
    #lokerGridContainer {
        row-gap: 1.5rem !important;
    }
    .loker-img-thumb {
        border-radius: 18px !important;
    }
    .ticket-card {
        margin-top: -20px;
        margin-left: 10px;
        margin-right: 10px;
        border-radius: 18px !important;
        min-height: auto;
    }
    .ticket-body {
        padding: 0.95rem 1.05rem 0.5rem 1.05rem;
        min-height: 70px;
    }
    .loker-item-title {
        font-size: 13.5px;
        line-height: 1.35;
    }
    .loker-card-title-icon {
        width: 18px;
        height: 18px;
    }
    .ticket-divider {
        margin: 4px 0;
    }
    .ticket-footer {
        padding: 0.55rem 1.05rem 0.85rem 1.05rem;
        min-height: 46px;
        gap: 8px;
    }
    .ticket-subtext {
        font-size: 11px;
        line-height: 1.3;
    }
    .btn-card-cyan {
        font-size: 11.5px !important;
        padding: 5px 13px !important;
        white-space: nowrap;
    }
    .loker-pin-wrapper {
        top: -10px;
        right: 0px;
    }
    .loker-pin-img {
        width: 28px;
        height: 28px;
    }
}

/* 3. MOBILE GENERAL (< 768px): Centered, Stacked Layout */
@media (max-width: 767.98px) {
    #info-loker-hero-section {
        min-height: auto;
    }
    .info-loker-hero-banner {
        padding: 55px 0 0 0;
        text-align: center;
    }
    .info-loker-hero-banner::after {
        height: 50px;
    }
    .hero-main-heading {
        font-size: 1.65rem;
        line-height: 1.35;
        text-align: center;
    }
    .hero-subheading {
        font-size: 0.95rem;
        line-height: 1.5;
        text-align: center;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .hero-img-wrapper {
        min-height: auto;
        width: 100%;
        display: flex !important;
        justify-content: center;
    }
    .hero-banner-img {
        position: relative;
        top: 0;
        right: auto;
        margin: 15px auto 0 auto;
        max-width: 290px;
        width: 85%;
        max-height: 250px;
        object-fit: contain;
    }
    .btn-download-cv {
        width: auto !important;
        min-width: auto !important;
        display: inline-flex !important;
        padding: 9px 24px !important;
        font-size: 13.5px !important;
        margin: 0 auto;
    }
    .highlight-item {
        padding: 8px 0;
    }
    .highlight-title {
        font-size: 14px;
    }
    .highlight-desc {
        font-size: 11.5px;
    }
    .list-main-title {
        font-size: 20px;
    }
    .list-header-icon {
        width: 25px;
        height: 25px;
    }
    #lokerGridContainer {
        row-gap: 1.25rem !important;
    }
    .loker-img-thumb {
        border-radius: 18px !important;
    }
    .ticket-card {
        margin-top: -20px;
        margin-left: 8px;
        margin-right: 8px;
        border-radius: 18px !important;
        min-height: auto;
    }
    .ticket-body {
        padding: 0.9rem 1rem 0.5rem 1rem;
        min-height: 68px;
    }
    .loker-item-title {
        font-size: 13.5px;
        line-height: 1.35;
    }
    .ticket-footer {
        padding: 0.55rem 1rem 0.85rem 1rem;
        min-height: 46px;
        gap: 8px;
    }
    .ticket-subtext {
        font-size: 11px;
    }
    .btn-card-cyan {
        font-size: 11.5px !important;
        padding: 5px 14px !important;
    }
    .loker-pin-wrapper {
        top: -8px;
        right: 0px;
    }
    .loker-pin-img {
        width: 26px;
        height: 26px;
    }
}

/* 4. SMALL MOBILE (< 576px): Optimized Compact Mobile */
@media (max-width: 575.98px) {
    .info-loker-hero-banner {
        padding: 48px 0 0 0;
    }
    .hero-main-heading {
        font-size: 1.45rem;
        line-height: 1.35;
    }
    .hero-subheading {
        font-size: 0.88rem;
        line-height: 1.45;
    }
    .btn-download-cv {
        width: auto !important;
        min-width: auto !important;
        display: inline-flex !important;
        padding: 8px 20px !important;
        font-size: 13px !important;
    }
    .hero-banner-img {
        max-width: 260px;
        max-height: 230px;
    }
    .highlight-icon-box {
        width: 40px;
        height: 40px;
    }
    .highlight-icon {
        width: 36px;
        height: 36px;
    }
    .loker-img-thumb {
        border-radius: 16px !important;
    }
    .ticket-card {
        margin-top: -18px;
        margin-left: 6px;
        margin-right: 6px;
        border-radius: 16px !important;
    }
    .ticket-body {
        padding: 0.8rem 0.9rem 0.45rem 0.9rem;
        min-height: 62px;
    }
    .loker-item-title {
        font-size: 12.5px;
        line-height: 1.32;
    }
    .list-header-icon {
        width: 22px;
        height: 22px;
    }
    .loker-card-title-icon {
        width: 16px;
        height: 16px;
    }
    .ticket-footer {
        padding: 0.5rem 0.9rem 0.8rem 0.9rem;
    }
    .ticket-subtext {
        font-size: 10.5px;
    }
    .btn-card-cyan {
        font-size: 11px !important;
        padding: 4px 12px !important;
    }
}
