/* ============================================================
   COWAY TENTANG PAGE STYLES - FIGMA MATCH & 4-TIER RESPONSIVE
   ============================================================ */

.tentang-page {
    background: #F8FAFC;
    color: #333333;
    min-height: 100vh;
}

/* Shared Section Utilities */
.section-tag {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #00A7E1;
    display: block;
    margin-bottom: 12px;
}

.section-tag.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.section-tag.light {
    color: #8AE1FF;
}

/* ============================================================
   1. HERO BANNER SECTION
   ============================================================ */
.tentang-hero-section {
    position: relative;
    min-height: 500px;
    padding: 120px 0 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/img/tentang/hero.webp') center/cover no-repeat;
    text-align: center;
    color: #FFFFFF;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(67, 67, 67, 0) 0%, #434343 133.96%);
    z-index: 1;
}

.relative-z {
    position: relative;
    z-index: 2;
}

.tentang-hero-title {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: clamp(32px, 3.8vw, 44px);
    line-height: 1.3;
    color: #FFFFFF;
    margin: 0 0 16px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.tentang-hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.92);
    max-width: 660px;
    margin: 0 auto;
}

/* ============================================================
   2. OUR PHILOSOPHY SECTION
   ============================================================ */
.tentang-philosophy-section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #FFFFFF;
    text-align: center;
    color: #333333;
    overflow: hidden;
    height: 600px;
}

.tentang-philosophy-section::before {
    content: "";
    position: absolute;
    background: url('/img/tentang/bg-philosophy.png') center/cover no-repeat;
    pointer-events: none;
    height: 600px;
    z-index: 0;
    top: 15%;
    bottom: 10%;
    left: 0;
    right: 0;
    opacity: 0.1;
}

.tentang-philosophy-section>* {
    position: relative;
    z-index: 1;
}

.philosophy-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: clamp(28px, 3.2vw, 38px);
    line-height: 1.3;
    color: #333333;
    margin: 0 0 18px;
}

.philosophy-text {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #606060;
    max-width: 720px;
    margin: 0 auto;
}

/* ============================================================
   3. OUR VISION & MISSION SPLIT SECTION
   ============================================================ */
.tentang-vision-mission-section {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.vision-mission-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-height: 520px;
    background: #EDF5F8;
}

.vision-box {
    position: relative;
    padding: 90px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFFFFF;
    overflow: hidden;
    border-bottom-right-radius: 120px;
}

.vision-bg-image {
    position: absolute;
    inset: 0;
    background: url('/img/tentang/img-vision.png') center/cover no-repeat;
    z-index: 1;
}

.vision-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(270deg, rgba(67, 67, 67, 0) 0%, #434343 133.96%);
    z-index: 2;
}

.vision-content {
    position: relative;
    z-index: 3;
    max-width: 580px;
    margin-left: auto;
    padding-right: 20px;
}

.vision-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.3;
    color: #FFFFFF;
    margin: 0 0 16px;
}

.vision-text {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
}

.mission-box {
    position: relative;
    padding: 90px 60px;
    background: #EDF5F8;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.mission-bg-image {
    position: absolute;
    inset: 0;
    background: url('/img/tentang/img-mission.png') center/cover no-repeat;
    opacity: 0.1;
    z-index: 1;
}

.mission-content {
    position: relative;
    z-index: 2;
    max-width: 580px;
    padding-left: 20px;
}

.mission-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #333333;
    margin: 0 0 16px;
}

.mission-text {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 30px;
    color: #606060;
    margin: 0;
}

/* ============================================================
   4. RISET & PENGEMBANGAN SECTION
   ============================================================ */
.tentang-riset-section {
    position: relative;
    padding: 90px 0;
    background-color: #FFFFFF;
    text-align: center;
    overflow: hidden;
}

.tentang-riset-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 504px;
    height: 100%;
    background: url('/img/sales-team/bg-kiri.png') left center / contain no-repeat;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

.tentang-riset-section::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 506px;
    height: 100%;
    background: url('/img/sales-team/bg-kanan.png') right center / contain no-repeat;
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

.tentang-riset-section .site-container {
    position: relative;
    z-index: 2;
}

.riset-main-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: clamp(28px, 3.2vw, 38px);
    line-height: 1.3;
    color: #333333;
    margin: 0 0 16px;
}

.riset-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #606060;
    max-width: 900px;
    margin: 0 auto 48px;
}

.riset-stats-banner {
    background: #00A7E1;
    border-radius: 40px;
    padding: 48px 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
    color: #FFFFFF;
    box-shadow: 0 12px 36px rgba(0, 167, 225, 0.25);
}

.stat-item {
    text-align: center;
    flex: 1;
}

.stat-number {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: clamp(40px, 4vw, 56px);
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 8px;
}

.stat-label {
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    color: #FFFFFF;
    margin: 0;
    line-height: 22px;
}

.stat-divider {
    width: 1px;
    height: 75px;
    background: rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
}

/* ============================================================
   5. PEMURNI AIR HALAL SECTION
   ============================================================ */
.tentang-halal-section {
    background: #EDF5F8;
    padding: 0;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    width: 100%;
}

.halal-inner-flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: 600px;
}

.halal-text-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0 80px 0 100px;
    gap: 24px;
    min-height: 310px;
    box-sizing: border-box;
}

.halal-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 130%;
    color: #333333;
    margin: 0;
    max-width: 476px;
}

.title-underline {
    width: 150px;
    height: 0px;
    border: 3px solid #00A7E1;
    margin: 0;
}

.halal-description-frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 14px;
    max-width: 476px;
}

.halal-description {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #606060;
    margin: 0;
    max-width: 476px;
}

.halal-img-col {
    width: 764px;
    height: 600px;
    flex-shrink: 0;
    position: relative;
    display: flex;
}

.halal-img-box {
    width: 764px;
    height: 600px;
    border-radius: 120px 0px 0px 0px;
    overflow: hidden;
    background: #D9EBF3;
}

.halal-img-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
    object-position: 65% 100%;
}

/* ============================================================
   RESPONSIVE BREAKPOINTS (4 TIERS)
   ============================================================ */

/* Tier 2: Mac / Laptop (1024px - 1439px) */
@media (max-width: 1439px) and (min-width: 1024px) {

    .vision-box,
    .mission-box {
        padding: 60px 44px;
    }

    .halal-text-col {
        padding: 0 40px 0 60px;
    }

    .halal-img-col,
    .halal-img-box {
        width: 580px;
        height: 540px;
    }
}

/* Tier 3: Tablet (768px - 1023px) */
@media (max-width: 1023px) {

    .vision-mission-grid {
        grid-template-columns: 1fr;
    }

    .halal-inner-flex {
        flex-direction: column;
        min-height: auto;
    }

    .halal-text-col {
        width: 100%;
        padding: 60px 24px 40px;
        max-width: 100%;
    }

    .halal-title {
        font-size: 24px !important;
        line-height: 32px !important;
        max-width: 100%;
    }

    .halal-description,
    .halal-description-frame {
        max-width: 100%;
    }

    .halal-img-col {
        width: 100%;
        height: 380px;
    }

    .halal-img-box {
        width: 100%;
        height: 380px;
        border-radius: 40px 0 0 0;
    }

    .vision-box {
        border-radius: 0 0 60px 0;
        padding: 50px 36px;
    }

    .mission-box {
        padding: 50px 36px;
    }

    .riset-stats-banner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        border-radius: 28px;
        padding: 36px 28px;
    }

    .stat-divider {
        display: none;
    }
}

/* Tier 4: Mobile Besar (480px - 767px) */
@media (max-width: 767px) and (min-width: 480px) {
    .tentang-hero-section {
        min-height: 380px;
        padding: 90px 0 60px;
    }

    .vision-mission-grid,
    .halal-inner-grid {
        grid-template-columns: 1fr;
    }

    .vision-box {
        border-radius: 0 0 40px 0;
        padding: 40px 24px;
    }

    .mission-box {
        padding: 40px 24px;
    }

    .riset-stats-banner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        padding: 32px 20px;
        border-radius: 24px;
    }

    .stat-divider {
        display: none;
    }

    .halal-img-box {
        border-radius: 40px 0 0 0;
        min-height: 260px;
    }

    .mission-content {
        padding-left: 0;
    }
}

/* Tier 4: Mobile Kecil (< 480px) */
@media (max-width: 479px) {
    .tentang-hero-section {
        min-height: 340px;
        padding: 80px 0 50px;
    }

    .vision-mission-grid,
    .halal-inner-grid {
        grid-template-columns: 1fr;
    }

    .vision-box {
        border-radius: 0 0 30px 0;
        padding: 32px 18px;
    }

    .mission-box {
        padding: 32px 18px;
    }

    .mission-content {
        padding-left: 0;
    }

    .riset-stats-banner {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 28px 16px;
        border-radius: 20px;
    }

    .stat-divider {
        display: none;
    }

    .halal-img-box {
        border-radius: 30px 0 0 0;
        min-height: 220px;
    }
}

@media (max-width: 767px) {

    .tentang-hero-title,
    .philosophy-title,
    .vision-title,
    .mission-title,
    .riset-main-title,
    .halal-title {
        font-size: 24px !important;
        line-height: 1.35 !important;
        font-weight: 700 !important;
    }

    .tentang-hero-subtitle,
    .philosophy-text,
    .vision-text,
    .mission-text,
    .riset-subtitle,
    .halal-description {
        font-size: 15px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
    }
}