/* ========================================
   ABOUT US PAGE
   ======================================== */

/* ===== HERO ===== */
.hero-full {
    position: relative;
    min-height: 55vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    padding: 80px 0 50px;
    background: url('images/about/sunset_at_rig.png') center center / cover no-repeat;
    overflow: hidden;
}

.hero-full .hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.40);
    z-index: 1;
}

.hero-full .hero-slant {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 65%;
    background: rgba(0, 0, 0, 0.82);
    z-index: 2;
    transform: skewX(-12deg);
    transform-origin: top left;
    border-right: 4px solid #00a3ff;
}

.hero-full .hero-content-center {
    position: relative;
    z-index: 3;
    max-width: 900px;
    margin: 0;
    padding: 0 20px 0 80px;
    width: 100%;
}

.hero-full .hero-text-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    max-width: 750px;
    margin: 0;
}

.hero-full .hero-underline {
    width: 6px;
    min-height: 100px;
    background: #00a3ff;
    border-radius: 4px;
    flex-shrink: 0;
    margin-top: 8px;
}

.hero-full .hero-text {
    text-align: left;
    flex: 1;
}

.hero-full h1 {
    font-family: 'Anton', sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 4px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.5);
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.hero-full .hero-sub {
    font-family: 'Anton', sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    color: #66ccff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
    text-shadow: 0 2px 20px rgba(0,0,0,0.5);
}

/* ========================================
   ABOUT CONTENT - LAYOUT PROPORSIONAL + JARAK
   ======================================== */
.about-content {
    padding: 60px 0 80px;
    background: #f9fafc;
}

.about-wrapper {
    display: flex;
    align-items: stretch;
    gap: 60px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-wrapper.image-left {
    flex-direction: row;
}

.about-wrapper.image-right {
    flex-direction: row-reverse;
}

.about-image {
    flex: 0 0 42%;
    max-width: 42%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    min-height: 280px;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
}

.about-text h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #0a2a43;
    border-bottom: 4px solid #00a3ff;
    padding-bottom: 12px;
    margin-bottom: 20px;
    display: inline-block;
}

.about-text p {
    font-size: 1rem;
    line-height: 1.8;
    color: #2d3748;
    margin-bottom: 15px;
}

/* ===== VISION & MISSION ===== */
.vm-item {
    background: #f0f6fe;
    padding: 20px 25px;
    border-radius: 12px;
    margin-bottom: 15px;
}

.vm-item h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0a2a43;
    margin-bottom: 8px;
    border-left: 4px solid #00a3ff;
    padding-left: 12px;
}

.vm-item ul {
    list-style: none;
    padding-left: 8px;
}

.vm-item ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #1a202c;
}

.vm-item ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #00a3ff;
    position: absolute;
    left: 0;
    top: 0;
}

/* ========================================
   ORGANIZATION CHART - MODERN
   ======================================== */
.org-chart-modern {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 10px 0;
    width: 100%;
}

.org-chart-modern .org-level {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    width: 100%;
}

.org-chart-modern .org-card {
    background: white;
    border-radius: 14px;
    padding: 18px 20px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: 1px solid #eef2f7;
    transition: 0.3s;
    min-width: 160px;
    flex: 1;
    max-width: 220px;
}

.org-chart-modern .org-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.10);
    border-color: #00a3ff;
}

.org-chart-modern .org-card .org-icon {
    font-size: 1.8rem;
    color: #00a3ff;
    margin-bottom: 6px;
}

.org-chart-modern .org-card h4 {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0a2a43;
    margin-bottom: 2px;
    line-height: 1.3;
}

.org-chart-modern .org-card p {
    font-size: 0.8rem;
    color: #4a5568;
    margin: 0;
    line-height: 1.4;
}

.org-chart-modern .org-card.ceo {
    background: #0a2a43;
    border-color: #0a2a43;
    min-width: 200px;
    max-width: 280px;
}

.org-chart-modern .org-card.ceo .org-icon {
    color: #66ccff;
}

.org-chart-modern .org-card.ceo h4 {
    color: white;
}

.org-chart-modern .org-card.ceo p {
    color: #88c0ff;
}

.org-chart-modern .org-card.highlight {
    background: #f0f6fe;
    border-color: #00a3ff;
}

/* ========================================
   LOGO GRID
   ======================================== */
.logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 15px;
}

.logo-item {
    background: white;
    padding: 16px 12px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #eef2f7;
    transition: 0.3s;
}

.logo-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
    border-color: #00a3ff;
}

.logo-item img {
    height: 45px;
    width: auto;
    object-fit: contain;
    margin-bottom: 6px;
}

.logo-item span {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #0a2a43;
}

/* ========================================
   EXPERIENCE - LOGO SLIDER 2 BARIS
   ======================================== */
.experience-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    width: 100%;
}

.experience-left {
    flex: 2;
    min-width: 0;
}

.experience-left h2 {
    font-size: 1.8rem;
    color: #0a2a43;
    margin-bottom: 10px;
    border-bottom: 4px solid #00a3ff;
    padding-bottom: 12px;
    display: inline-block;
}

.experience-left p {
    color: #546e7a;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* Slider Logo 2 Baris */
.experience-slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    padding: 15px 10px;
}

.experience-slider-track {
    display: flex;
    transition: transform 0.5s ease;
}

.experience-slide {
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 5px;
}

/* Logo Item dalam Slide */
.exp-logo-slide-item {
    background: #f8fafc;
    border-radius: 10px;
    padding: 12px 8px;
    text-align: center;
    border: 1px solid #eef2f7;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

.exp-logo-slide-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    border-color: #00a3ff;
    background: white;
}

.exp-logo-slide-item img {
    max-width: 80%;
    max-height: 40px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s;
}

.exp-logo-slide-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.exp-logo-slide-item .logo-name {
    font-size: 0.65rem;
    color: #546e7a;
    margin-top: 4px;
    font-weight: 500;
}

/* Tombol Slider */
.experience-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.95);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    color: #0a2a43;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    z-index: 5;
    transition: all 0.3s;
}

.experience-slider-btn:hover {
    background: #0a2a43;
    color: #fff;
}

.experience-slider-btn.prev {
    left: 4px;
}

.experience-slider-btn.next {
    right: 4px;
}

/* Dots */
.experience-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 10px 0 4px;
}

.experience-slider-dots span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cfd8dc;
    cursor: pointer;
    transition: all 0.3s;
}

.experience-slider-dots span.active {
    background: #0a2a43;
    width: 24px;
    border-radius: 4px;
}

/* ===== SISI KANAN - GAMBAR DIPENDEKIN ===== */
.experience-right {
    flex: 1;
    min-width: 200px;
    max-width: 350px;
}

.experience-right .about-image {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 180px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.experience-right .about-image img {
    width: 100%;
    height: 100%;
    max-height: 280px;
    object-fit: cover;
    display: block;
}

/* ========================================
   FACILITIES
   ======================================== */
.facilities-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 10px;
}

.facility-item {
    background: #f7fafc;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #eef2f7;
    transition: 0.3s;
}

.facility-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.06);
    border-color: #00a3ff;
}

.facility-item i {
    font-size: 2rem;
    color: #00a3ff;
    margin-bottom: 6px;
}

.facility-item h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0a2a43;
    margin-bottom: 4px;
}

.facility-item p {
    font-size: 0.8rem;
    color: #4a5568;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 992px) {
    .about-wrapper {
        flex-direction: column !important;
        gap: 30px;
        padding: 0 15px;
    }
    .about-image {
        flex: 0 0 100%;
        max-width: 100%;
        min-height: 200px;
    }
    .about-text {
        width: 100%;
        padding: 0;
    }
    .logo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .org-chart-modern .org-card {
        min-width: 140px;
        max-width: 200px;
    }
    .org-chart-modern .org-card.ceo {
        min-width: 180px;
        max-width: 240px;
    }
    .experience-wrapper {
        flex-direction: column;
    }
    .experience-right {
        max-width: 100%;
        width: 100%;
    }
    .experience-right .about-image {
        min-height: 200px;
    }
    .experience-right .about-image img {
        max-height: 300px;
    }
    .experience-slide {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .hero-full {
        min-height: 45vh;
        padding: 60px 0 30px;
    }
    .hero-full h1 {
        font-size: 2.5rem;
    }
    .hero-full .hero-sub {
        font-size: 1.5rem;
    }
    .hero-full .hero-content-center {
        padding: 0 20px;
    }
    .hero-full .hero-slant {
        width: 80%;
        transform: skewX(-8deg);
    }
    .hero-full .hero-underline {
        min-height: 70px;
    }

    .about-image {
        min-height: 180px;
    }
    .logo-grid {
        grid-template-columns: 1fr 1fr;
    }
    .facilities-grid {
        grid-template-columns: 1fr;
    }
    .org-chart-modern .org-card {
        min-width: 120px;
        max-width: 180px;
        padding: 14px 16px;
    }
    .org-chart-modern .org-card.ceo {
        min-width: 160px;
        max-width: 200px;
    }
    .org-chart-modern .org-card .org-icon {
        font-size: 1.4rem;
    }
    .org-chart-modern .org-card h4 {
        font-size: 0.75rem;
    }
    .experience-slide {
        grid-template-columns: repeat(2, 1fr);
    }
    .exp-logo-slide-item {
        min-height: 60px;
        padding: 10px 6px;
    }
    .exp-logo-slide-item img {
        max-height: 32px;
    }
    .experience-right .about-image {
        min-height: 150px;
    }
    .experience-right .about-image img {
        max-height: 220px;
    }
}

@media (max-width: 480px) {
    .hero-full h1 {
        font-size: 1.8rem;
    }
    .hero-full .hero-sub {
        font-size: 1.2rem;
    }
    .logo-grid {
        grid-template-columns: 1fr 1fr;
    }
    .about-text h2 {
        font-size: 1.5rem;
    }
    .about-image {
        min-height: 150px;
    }
    .org-chart-modern .org-card {
        min-width: 100%;
        max-width: 100%;
    }
    .org-chart-modern .org-card.ceo {
        min-width: 100%;
        max-width: 100%;
    }
    .experience-slide {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .exp-logo-slide-item {
        min-height: 50px;
        padding: 8px 4px;
    }
    .exp-logo-slide-item img {
        max-height: 28px;
    }
    .exp-logo-slide-item .logo-name {
        font-size: 0.55rem;
    }
    .experience-right .about-image {
        min-height: 120px;
    }
    .experience-right .about-image img {
        max-height: 180px;
    }
}