/* ============================
   TENTANG KAMI PAGE
   ============================ */

/* ============================
   HERO SECTION
   ============================ */
.tk-hero {
    width: 100%;
    height: 516px;
    padding: 160px 150px 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: relative;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden;
}

.tk-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, #000843 -50.43%, #03225D 74.35%, #0F2A5C 133.57%);
}

.tk-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.1;
    position: relative;
}

.tk-hero-tag,
.tk-hero-title,
.tk-hero-desc {
    position: relative;
    z-index: 1;
    margin: 0;
}

.tk-hero-tag {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
}

.tk-hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.2px;
    max-width: 1120px;
    margin: 0;
}

.tk-hero-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    max-width: 800px;
    margin: 0;
}

/* ============================
   TENTANG SECTION
   ============================ */
.tk-tentang {
    padding: 80px var(--gutter-desktop);
}

.tk-tentang-inner {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    height: 100%;
}

.tk-tentang-left {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.tk-tentang-left img {
    width: 311px;
    height: 150px;
    object-fit: contain;
}

.tk-tentang-right {
    width: 70%;
}

.tk-tentang-tag {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--color-text);
    margin: 0 0 4px;
}

.tk-tentang-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: var(--color-text);
    margin: 0 0 20px;
}

.tk-tentang-divider {
    width: 100%;
    height: 0;
    border: none;
    border-top: 1px solid #D2D2D2;
    margin: 0 0 20px;
}

.tk-tentang-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: var(--color-text);
}

/* ============================
   WHY CHOOSE US
   ============================ */
.tk-why {
    padding: 80px var(--gutter-desktop);
    text-align: center;
}

.tk-why-tag {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #4B698C;
    margin: 0 0 8px;
}

.tk-why-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #1C252E;
    margin: 0 0 40px;
}

.tk-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    text-align: center;
}

.tk-why-card {
    width: 100%;
    height: 268px;
    border-radius: 32px;
    border: 1px solid var(--Neutral-400, #BBBBBB);
    background: #FFFFFF;
    box-shadow: 0px 8px 100px 0px #00000012;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 32px 14px;
}

.tk-why-card-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.tk-why-card-label {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: var(--color-text);
    margin: 0;
}

.tk-why-card::after {
    content: '';
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 699px;
    height: 251px;
    border-radius: 50%;
    background: #03225D;
}

.tk-why-card-bottom {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: end;
}

.tk-why-card-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    padding-top: 32px;
}

/* ============================
   CERTIFICATE SECTION
   ============================ */
.tk-cert {
    padding: 80px var(--gutter-desktop);
}

.tk-cert-inner {
    display: flex;
    gap: 60px;
    align-items: center;
}

.tk-cert-left {
    width: 50%;
}

.tk-cert-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: var(--color-text);
    margin: 0 0 16px;
}

.tk-cert-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #7A7A7A;
    margin: 0 0 24px;
}

.tk-cert-points {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tk-cert-point {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tk-cert-point img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: block;
}

.tk-cert-point span {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--color-text);
}

.tk-cert-right {
    width: 50%;
}

.tk-cert-right img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 32px;
    box-shadow: 0px 4px 100px 0px #00000014;
    display: block;
}

/* ============================
   LOKASI SECTION (tentang kami)
   ============================ */
.tk-lokasi {
    background: #03225D;
    padding: 60px 0;
}

.tk-lokasi-inner {
    display: flex;
    gap: 40px;
    align-items: center;
}

.tk-lokasi-map {
    width: 50%;
    height: 360px;
    border-radius: 32px;
    overflow: hidden;
}

.tk-lokasi-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.tk-lokasi-right {
    width: 50%;
}

.tk-lokasi-tag {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 5%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 8px;
}

.tk-lokasi-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: #FFFFFF;
    margin: 0 0 24px;
}

.tk-lokasi-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.tk-lokasi-item {
    display: flex;
    gap: 12px;
}

.tk-lokasi-item img {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    display: block;
}

.tk-lokasi-label {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.tk-lokasi-desc {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 991px) {
    .tk-hero {
        padding: 140px 40px 60px;
        height: auto;
        min-height: 400px;
    }

    .tk-hero-title {
        font-size: 36px;
        line-height: 44px;
    }

    .tk-tentang {
        padding: 80px var(--gutter-tablet);
    }

    .tk-tentang {
        padding: 80px var(--gutter-tablet);
    }

    .tk-tentang-inner {
        flex-direction: column;
    }

    .tk-tentang-left,
    .tk-tentang-right {
        width: 100%;
    }

    .tk-tentang-left img {
        width: 200px;
        height: auto;
    }

    .tk-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tk-cert-inner {
        flex-direction: column;
    }

    .tk-cert-left,
    .tk-cert-right {
        width: 100%;
    }

    .tk-lokasi-inner {
        flex-direction: column;
    }

    .tk-lokasi-map,
    .tk-lokasi-right {
        width: 100%;
    }

    .tk-lokasi-map {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .tk-hero {
        padding: 120px 20px 40px;
    }

    .tk-hero-title {
        font-size: 28px;
        line-height: 36px;
    }

    .tk-why-grid {
        grid-template-columns: 1fr;
    }

    .tk-tentang-title {
        font-size: 28px;
        line-height: 36px;
    }

    .tk-cert-title {
        font-size: 28px;
        line-height: 36px;
    }

    .tk-cert-right img {
        height: 280px;
    }

    .tk-lokasi-map {
        height: 240px;
    }
}