/* Tentang Kami Page Specific Styles */

/* --- Page Hero --- */
.tentang-hero {
    padding: clamp(2rem, 5vw + 1rem, 6rem) 0 clamp(4rem, 5vw + 2rem, 6rem);
    background-color: var(--color-bg-body);
    text-align: center;
}

.th-content {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.th-eyebrow {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    padding: 0.5rem 1rem;
    background-color: rgba(37, 99, 235, 0.08);
    border-radius: 2rem;
}

.tentang-hero h1 {
    font-size: clamp(2.5rem, 4vw, 4.5rem);
    line-height: 1.15;
    margin-bottom: 1.5rem;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.tentang-hero p {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--color-text-muted);
    max-width: 760px;
    margin: 0 auto;
}

/* --- Content Section --- */
.tentang-content-box {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 1.8;
    color: #334155;
    text-align: center;
}

.tentang-content-box h2 {
    font-size: 2.25rem;
    color: #0f172a;
    margin-bottom: 1.5rem;
}

/* --- Nilai / Prinsip (Editorial Layout) --- */
.editorial-values-layout {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 4rem;
}

.ev-header-sticky {
    position: sticky;
    top: 6rem;
}

.ev-eyebrow {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-primary);
    margin-bottom: 1rem;
}

.ev-header-sticky h2 {
    font-size: clamp(2.5rem, 4vw, 3.5rem);
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
}

.ev-header-sticky p {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--color-text-muted);
}

.ev-list-col {
    display: flex;
    flex-direction: column;
}

.ev-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    padding: 3rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}

.ev-item:first-child {
    padding-top: 0;
}

.ev-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.ev-number {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1;
    color: #cbd5e1; /* Light grayish blue */
    font-variant-numeric: tabular-nums;
}

.ev-content h3 {
    font-size: 1.75rem;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 1rem;
}

.ev-content p {
    font-size: 1.125rem;
    line-height: 1.7;
    color: var(--color-text-muted);
    margin: 0;
}

/* --- Cara Kami Bekerja (Approach) --- */
.approach-list {
    max-width: 800px;
    margin: 0 auto;
}

.approach-item {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
}
.approach-item:last-child {
    margin-bottom: 0;
}

.approach-number {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    background-color: #eff6ff;
    color: var(--color-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
}

.approach-text h4 {
    font-size: 1.25rem;
    color: #1e293b;
    margin-bottom: 0.5rem;
    margin-top: 0.25rem; /* Align with circle */
}

.approach-text p {
    color: var(--color-text-muted);
    margin-bottom: 0;
}

/* --- CTA Section --- */
.tentang-cta {
    padding-top: 4rem;
    padding-bottom: 6rem;
    max-width: 1000px;
    margin: 0 auto;
}

.tentang-cta-box {
    background-color: #0f172a; /* Deep Navy */
    border-radius: 1.5rem;
    padding: 5rem 4rem;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.4);
}

.tc-eyebrow {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
    margin-bottom: 1.5rem;
}

.tentang-cta-box h2 {
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.2;
    margin-bottom: 1.5rem;
    color: #ffffff;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.tentang-cta-box p {
    font-size: 1.25rem;
    line-height: 1.6;
    color: #cbd5e1;
    max-width: 600px;
    margin: 0 auto 2.5rem;
}

.btn-tentang-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background-color: var(--color-primary);
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 600;
    padding: 1.25rem 3rem;
    border-radius: 4rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-tentang-cta:hover {
    background-color: #1d4ed8;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(37, 99, 235, 0.5);
}

.btn-tentang-cta .arrow {
    transition: transform 0.3s ease;
}

.btn-tentang-cta:hover .arrow {
    transform: translateX(6px);
}

/* --- Responsive Adjustments --- */
@media (max-width: 991px) {
    .tentang-hero h1 {
        font-size: 3rem;
    }
}

@media (max-width: 767px) {
    .tentang-hero h1 {
        font-size: 2.25rem;
    }
    
    .tentang-hero p {
        font-size: 1.125rem;
    }
    
    .tentang-content-box h2 {
        font-size: 2rem;
    }
    
    .editorial-values-layout {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .ev-header-sticky {
        position: static;
    }
    
    .ev-item {
        padding: 2.5rem 0;
        gap: 1.5rem;
    }
    
    .ev-number {
        font-size: 2.5rem;
    }
    
    .ev-content h3 {
        font-size: 1.5rem;
    }
    
    .approach-item {
        flex-direction: column;
        gap: 1rem;
    }
    
    .approach-number {
        margin-bottom: 0.5rem;
    }
    
    .tentang-cta {
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    
    .tentang-cta-box {
        padding: 3.5rem 2rem;
        border-radius: 1rem;
    }
    
    .tentang-cta-box p {
        font-size: 1.125rem;
    }
    
    .btn-tentang-cta {
        width: 100%;
        padding: 1rem 1.5rem;
    }
}
