/* =========================================
GLOBAL
========================================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
    background:#f5f7fa;
    color:#1d1d1d;
}

section{
    width:100%;
}

img{
    width:100%;
    display:block;
}

.section-header{
    text-align:center;
    margin-bottom:60px;
}

.section-header span{
    color:#00bcd4;
    font-weight:600;
    letter-spacing:2px;
    font-size:14px;
}

.section-header h2{
    font-size:42px;
    margin-top:12px;
    font-weight:700;
}

/* =========================================
HERO
========================================= */

.tawes-hero{
    min-height:100vh;
    background:url('../img/5.jpeg') center center/cover no-repeat;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    padding:140px 8% 120px;
    overflow:hidden;
}

.tawes-hero .overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to right,
    rgba(0,0,0,.88),
    rgba(0,0,0,.45));
}

.tawes-hero-content{
    position:relative;
    z-index:2;
    max-width:720px;
    color:#fff;
}

.tagline{
    color:#00d4ff;
    letter-spacing:3px;
    font-size:13px;
    font-weight:600;
    display:inline-block;
    margin-bottom:20px;
}

.tawes-hero-content h1{
    font-size:92px;
    line-height:1;
    margin-bottom:25px;
    font-weight:800;
}

.tawes-hero-content p{
    font-size:18px;
    line-height:1.9;
    max-width:650px;
    opacity:.92;
}

.hero-buttons{
    display:flex;
    gap:18px;
    margin-top:45px;
    flex-wrap:wrap;
}

.hero-stats{
    position:absolute;
    bottom:40px;
    right:8%;
    display:flex;
    gap:18px;
    z-index:2;
}

.btn-primary{
    background:#00c8e0;
    color:#fff;
    padding:16px 34px;
    border-radius:14px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-primary:hover{
    transform:translateY(-4px);
}

.btn-outline{
    border:1px solid rgba(255,255,255,.4);
    color:#fff;
    padding:16px 34px;
    border-radius:14px;
    text-decoration:none;
}


.stat-box{
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.08);
    padding:28px;
    border-radius:24px;
    width:190px;
    color:#fff;
}

.stat-box h2{
    font-size:34px;
    margin-bottom:10px;
    font-weight:700;
}

.stat-box span{
    font-size:14px;
    line-height:1.6;
    display:block;
}


/* =========================================
   KMP TUNU DALAM ANGKA - COMPACT
========================================= */

.tunu-impact-section {
    width: 100%;
    padding: 80px 0;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
    color: #071735;
}

.tunu-impact-container {
    width: min(1280px, 94%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 56% 44%;
    min-height: 590px;
    background: #f7f9fc;
    border-radius: 28px;
    overflow: hidden;
}

.tunu-impact-image {
    position: relative;
    height: 670px;
    overflow: hidden;
}

.tunu-impact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;

    filter:
        brightness(1.03)
        contrast(.92)
        saturate(.95);

    transform: scale(1.02);
}

.tunu-impact-image::after {
    content: "";
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(247,249,252,0) 55%,
            rgba(247,249,252,.85) 82%,
            rgba(247,249,252,1) 100%
        );

    pointer-events: none;
}

/* CONTENT */

.tunu-impact-content {
    padding: 36px 0 36px 52px;
    display: flex;
    flex-direction: column;
}

.tunu-impact-label {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 4px;
    color: #1f6db6;
}

.tunu-impact-content h2 {
    margin: 0 0 28px;
    font-size: clamp(28xspx, 2vw, 44px);
    line-height: 1;
    letter-spacing: -2px;
    color: #071735;
}

/* RADIO HIDE */

.tunu-impact-tabs input {
    display: none;
}

/* DISPLAY */

.tunu-stat-display {
    position: relative;
    min-height: 245px;
}

.tunu-stat-panel {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: translateY(14px);
    pointer-events: none;
    transition: .4s ease;
}

.tunu-stat-panel strong {
    display: block;
    margin-bottom: 10px;
    font-size: clamp(70px, 7vw, 108px);
    line-height: .85;
    font-weight: 900;
    letter-spacing: -6px;
    color: #071735;
}

.tunu-stat-panel h3 {
    margin: 0 0 14px;
    font-size: 25px;
    line-height: 1.25;
    letter-spacing: -.7px;
    color: #071735;
}

.tunu-stat-panel p {
    max-width: 440px;
    margin: 0;
    font-size: 15.5px;
    line-height: 1.75;
    color: #566176;
}

/* ACTIVE PANEL */

#stat-trip:checked ~ .tunu-stat-display .panel-trip,
#stat-penumpang:checked ~ .tunu-stat-display .panel-penumpang,
#stat-motor:checked ~ .tunu-stat-display .panel-motor,
#stat-golongan:checked ~ .tunu-stat-display .panel-golongan {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* NAV */

.tunu-stat-nav {
    margin-top: auto;
    border-top: 1px solid #dce4ef;
}

.tunu-stat-nav label {
    display: grid;
    grid-template-columns: 42px 90px 1fr;
    align-items: center;
    min-height: 58px;
    border-bottom: 1px solid #dce4ef;
    cursor: pointer;
    transition: .3s ease;
}

.tunu-stat-nav label span {
    font-size: 11px;
    font-weight: 800;
    color: #9aa8bb;
}

.tunu-stat-nav label b {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #071735;
}

.tunu-stat-nav label small {
    font-size: 13.5px;
    font-weight: 700;
    color: #5d6b80;
}

/* ACTIVE NAV */

#stat-trip:checked ~ .tunu-stat-nav label[for="stat-trip"],
#stat-penumpang:checked ~ .tunu-stat-nav label[for="stat-penumpang"],
#stat-motor:checked ~ .tunu-stat-nav label[for="stat-motor"],
#stat-golongan:checked ~ .tunu-stat-nav label[for="stat-golongan"] {
    padding-left: 16px;
    background: #071735;
}

#stat-trip:checked ~ .tunu-stat-nav label[for="stat-trip"] span,
#stat-trip:checked ~ .tunu-stat-nav label[for="stat-trip"] b,
#stat-trip:checked ~ .tunu-stat-nav label[for="stat-trip"] small,
#stat-penumpang:checked ~ .tunu-stat-nav label[for="stat-penumpang"] span,
#stat-penumpang:checked ~ .tunu-stat-nav label[for="stat-penumpang"] b,
#stat-penumpang:checked ~ .tunu-stat-nav label[for="stat-penumpang"] small,
#stat-motor:checked ~ .tunu-stat-nav label[for="stat-motor"] span,
#stat-motor:checked ~ .tunu-stat-nav label[for="stat-motor"] b,
#stat-motor:checked ~ .tunu-stat-nav label[for="stat-motor"] small,
#stat-golongan:checked ~ .tunu-stat-nav label[for="stat-golongan"] span,
#stat-golongan:checked ~ .tunu-stat-nav label[for="stat-golongan"] b,
#stat-golongan:checked ~ .tunu-stat-nav label[for="stat-golongan"] small {
    color: #ffffff;
}

/* RESPONSIVE */

@media (max-width: 992px) {
    .tunu-impact-section {
        padding: 70px 0;
    }

    .tunu-impact-container {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .tunu-impact-image {
        height: 380px;
    }

    .tunu-impact-content {
        padding: 38px 0 0;
    }

    .tunu-stat-display {
        min-height: 250px;
    }
}

@media (max-width: 600px) {
    .tunu-impact-section {
        padding: 55px 0;
    }

    .tunu-impact-container {
        width: 90%;
    }

    .tunu-impact-image {
        height: 280px;
    }

    .tunu-impact-content h2 {
        margin-bottom: 26px;
        font-size: 38px;
    }

    .tunu-stat-display {
        min-height: 255px;
    }

    .tunu-stat-panel strong {
        font-size: 70px;
        letter-spacing: -4px;
    }

    .tunu-stat-panel h3 {
        font-size: 22px;
    }

    .tunu-stat-panel p {
        font-size: 14.5px;
        line-height: 1.7;
    }

    .tunu-stat-nav label {
        grid-template-columns: 32px 76px 1fr;
        min-height: 58px;
    }

    .tunu-stat-nav label b {
        font-size: 21px;
    }

    .tunu-stat-nav label small {
        font-size: 12.5px;
    }
}



/* =========================================
   SHIP TECHNICAL PROFILE
========================================= */

.ship-tech-section {
    padding: 120px 0;
    background: #f6f9fc;
    font-family: 'Inter', sans-serif;
    color: #071735;
}

.ship-tech-container {
    width: min(1240px, 92%);
    margin: 0 auto;
}

.ship-tech-header {
    max-width: 900px;
    margin: 0 auto 80px;
    text-align: center;
}

.ship-tech-header span {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 4px;
    color: #1f6db6;
}

.ship-tech-header h2 {
    margin: 0;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1.05;
    letter-spacing: -3px;
    color: #071735;
}

.ship-tech-header p {
    max-width: 700px;
    margin: 24px auto 0;
    font-size: 18px;
    line-height: 1.8;
    color: #6b7890;
}

.ship-tech-layout {
    display: grid;
    grid-template-columns: 36% 64%;
    gap: 28px;
}

.ship-tech-main {
    min-height: auto;
    padding: 50px;
    background: #071735;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ship-tech-main span {
    display: block;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 3px;
    color: #31d6e8;
}

.ship-tech-main h3 {
    margin: 0 0 22px;
    font-size: 42px;
    line-height: 1.1;
    letter-spacing: -2px;
}

.ship-tech-main p {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,.75);
}

.ship-tech-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: #dce4ef;
}

.ship-tech-item {
    min-height: 200px;
    padding: 28px 32px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ship-tech-item span {
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #1f6db6;
    text-transform: uppercase;
}

.ship-tech-item strong {
    display: block;
    margin-top: 20px;
    font-size: 52px;
    letter-spacing: -2px;
    line-height: 1;
    font-weight: 900;
    color: #071735;
}

.ship-tech-item p {
    margin: 14px 0 0;
    font-size: 15px;
    color: #657286;
}

/* RESPONSIVE */

@media (max-width: 600px) {

    .ship-tech-section {
        padding: 48px 0;
    }

    .ship-tech-header {
        margin-bottom: 36px;
        text-align: left;
    }

    .ship-tech-header h2 {
        font-size: 30px;
        line-height: 1.15;
        letter-spacing: -1px;
    }

    .ship-tech-header p {
        margin-top: 14px;
        font-size: 14.5px;
        line-height: 1.65;
    }

    .ship-tech-layout{
        display:flex;
        flex-direction:column;
        gap:0;
    }

    .ship-tech-main{
        order:1;
        min-height:auto;
        padding:36px 28px;
    }

    .ship-tech-grid{
        order:2;
        grid-template-columns:1fr;
    }

    .ship-tech-main h3 {
        font-size: 32px;
    }


    .ship-tech-item {
        min-height: auto;
        padding: 24px 24px;
        border-bottom: 1px solid #dce4ef;
    }

    .ship-tech-item span {
        font-size: 11px;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }

    .ship-tech-item strong {
        margin-top: 0;
        font-size: 42px;
        line-height: 1;
        letter-spacing: -2px;
    }

    .ship-tech-item p {
        margin-top: 10px;
        font-size: 14px;
    }
}



/* =========================================================
   FLEET PROFILE SECTION
========================================================= */


.fleet-profile-section {
    width: 100%;
    padding: 110px 6%;
    background: #ffffff;
    font-family: var(--font-main);
    overflow: hidden;
}

.fleet-profile-container {
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 76px;
    align-items: center;
}

/* LEFT */

.fleet-profile-content {
    max-width: 820px;
}

.fleet-label {
    display: inline-block;
    margin-bottom: 22px;
    color: #00bcd4;
    font-size: 13px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: .32em;
}

.fleet-profile-content h2 {
    max-width: 760px;
    margin: 0 0 28px;
    color: #111827;
    font-size: clamp(32px, 4vw, 52px);
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -1.5px;
}

.fleet-profile-content p {
    max-width: 660px;
    margin: 0 0 32px;
    color: #5f6b7a;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 400;
}

/* SPECS */

.fleet-specs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    margin-bottom: 28px;
}

.fleet-spec-item {
    padding: 20px 22px;
    border: 1px solid #e7edf4;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(7, 22, 47, .05);
}

.fleet-spec-item span {
    display: block;
    margin-bottom: 8px;
    color: #8a94a6;
    font-size: 13px;
    font-weight: 700;
}

.fleet-spec-item strong {
    display: block;
    color: #10213f;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

/* RIGHT IMAGE */

.fleet-profile-image {
    position: relative;
}

.fleet-profile-image::before {
    content: "";
    position: absolute;
    inset: 26px -26px -26px 26px;
    border: 1.5px solid rgba(0, 188, 212, .55);
    border-radius: 34px;
    z-index: 1;
}

.fleet-profile-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 620px;
    object-fit: cover;
    display: block;
    border-radius: 34px;
    box-shadow: 0 30px 80px rgba(7, 22, 47, .14);
}

.fleet-route-card {
    position: absolute;
    z-index: 4;
    left: 34px;
    bottom: 34px;
    min-width: 240px;
    padding: 22px 26px;
    border-radius: 22px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(16px);
    box-shadow: 0 22px 60px rgba(7, 22, 47, .16);
}

.fleet-route-card span {
    display: block;
    margin-bottom: 7px;
    color: #8a94a6;
    font-size: 13px;
    font-weight: 800;
}

.fleet-route-card strong {
    color: #0a2342;
    font-size: 20px;
    font-weight: 900;
}

/* ANIMATION */

.fleet-profile-content,
.fleet-profile-image {
    opacity: 0;
    transform: translateY(35px);
    transition: all .9s cubic-bezier(.16, 1, .3, 1);
}

.fleet-profile-image {
    transform: translateY(35px) scale(.98);
    transition-delay: .15s;
}

.fleet-profile-section.is-visible .fleet-profile-content,
.fleet-profile-section.is-visible .fleet-profile-image {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
    .fleet-profile-container {
        grid-template-columns: 1fr;
        gap: 58px;
    }

    .fleet-profile-content {
        max-width: 100%;
    }

    .fleet-profile-image img {
        height: 520px;
    }
}

@media (max-width: 768px) {
    .fleet-profile-section {
        padding: 80px 22px;
    }

    .fleet-profile-content h2 {
        font-size: 34px;
    }

    .fleet-profile-content p {
        font-size: 15.5px;
        line-height: 1.8;
    }

    .fleet-specs,
    .fleet-points {
        grid-template-columns: 1fr;
    }

    .fleet-profile-image img {
        height: 390px;
        border-radius: 26px;
    }

    .fleet-profile-image::before {
        display: none;
    }

    .fleet-route-card {
        left: 20px;
        right: 20px;
        bottom: 20px;
        min-width: auto;
    }
}


/* =========================================
FACILITIES
========================================= */

.facilities-section {
    padding: 120px 8%;
    background: #fff;
}

.facilities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    
    /* --- PERBAIKAN DI SINI --- */
    /* Mengunci tinggi dasar setiap baris tunggal agar seragam di 380px */
    grid-auto-rows: 380px; 
}

.facility-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    /* min-height dihancurkan/dihapus agar patuh pada ukuran grid-auto-rows */
    height: 100%; 
}

.facility-card.large {
    grid-column: span 2;
    grid-row: span 2;
}

.facility-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.facility-card:hover img {
    transform: scale(1.08);
}

.facility-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
    rgba(0,0,0,.85),
    rgba(0,0,0,.1));
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}

.facility-overlay span {
    font-size: 52px;
    opacity: .2;
    font-weight: 800;
}

.facility-overlay h3 {
    font-size: 28px;
    margin: 10px 0;
}

.facility-overlay p {
    line-height: 1.7;
    opacity: .9;
}

/* =========================================
KESELAMATAN SECTION
========================================= */

.safety-section {
    padding: 120px 8%;
    background: #ffffff;
    box-sizing: border-box; /* Memastikan padding tidak merusak kalkulasi lebar */

    /* --- AKTIFKAN DAN LOCK DI TENGAH MENGGUNAKAN INI --- */
    display: flex;
    align-items: center;
    justify-content: center; /* Memaksa konten kiri & kanan berkumpul rapi di tengah layar */
    gap: 60px;               /* Jarak pembatas tengah antara teks dan galeri */
    width: 100%;
}

/* --- KONTEN SISI KIRI (INFO) --- */
.safety-left {
    flex: 1; /* Mengambil 50% ruang secara proporsional */
}

.safety-left .section-label {
    color: #00bcd4;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 16px;
}

.safety-left h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 20px;
}

.safety-left > p {
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 40px;
}

/* List Item Keselamatan */
.safety-list {
    display: flex;
    flex-direction: column;
    gap: 24px; /* Jarak antar poin keselamatan */
}

.safety-item {
    display: flex;
    align-items: flex-start; /* Icon tetap di atas saat teks p memanjang */
    gap: 20px;
}

/* Desain Icon */
.safety-item i {
    font-size: 24px;
    color: #00bcd4; /* Menggunakan warna biru tema Anda */
    background: rgba(0, 188, 212, 0.08); /* Background bulat soft kebiruan */
    padding: 14px;
    border-radius: 14px;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* Mencegah icon gepeng saat teks di kanan panjang */
}

.safety-item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 4px;
}

.safety-item p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}


/* --- KONTEN SISI KANAN (GALERI FOTO) --- */
.safety-gallery {
    flex: 1; /* Mengambil 50% ruang secara proporsional */
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Membagi menjadi 2 kolom foto */
    gap: 20px; /* Jarak antar foto */
}

.safety-gallery img {
    width: 100%;
    height: 240px; /* Mengunci tinggi gambar agar seragam dan rapi */
    object-fit: cover; /* Memotong gambar secara proporsional tanpa merusaknya */
    border-radius: 20px; /* Sudut melengkung halus khas modern corporate */
    border: 1px solid #e2e8f0; /* Border tipis halus di sekeliling foto */
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.03); /* Bayangan super tipis */
    transition: transform 0.3s ease;
}

/* Efek interaktif ringan saat foto disorot */
.safety-gallery img:hover {
    transform: scale(1.03); /* Foto sedikit membesar secara halus */
}
/* =========================================
RESPONSIVE
========================================= */

@media(max-width:992px){

    .hero-stats{
        display:none;
    }

    .tawes-overview{
        grid-template-columns:1fr;
    }

    .specs-grid,
    .facilities-grid{
        grid-template-columns:1fr;
    }

    .facility-card.large{
        grid-column:span 1;
        grid-row:span 1;
    }

    .overview-left h2,
    .cta-content h2{
        font-size:38px;
    }

    .section-header h2{
        font-size:34px;
    }

    .overview-right img{
        height:500px;
    }
}

@media(max-width:768px){

    .overview-points{
        grid-template-columns:1fr;
    }

    .facility-card{
        min-height:320px;
    }

    .cta-content h2{
        font-size:32px;
    }
}

/* =========================================
RESPONSIVE LAYOUT (MOBILE)
========================================= */
@media (max-width: 768px) {
    .tawes-hero {
        min-height: auto;             
        flex-direction: column;        
        justify-content: center;
        padding: 120px 20px 60px;      
    }

    .tawes-hero .overlay {
       
        background: linear-gradient(to bottom, 
            rgba(0, 0, 0, 0.9) 0%, 
            rgba(0, 0, 0, 0.7) 60%, 
            rgba(0, 0, 0, 0.85) 100%);
    }

    .tawes-hero-content {
        max-width: 100%;
        text-align: left;            
    }

    .tagline {
        font-size: 11px;                
        letter-spacing: 2px;
        margin-bottom: 15px;
    }

    .tawes-hero-content h1 {
        font-size: 46px;              
        line-height: 1.1;
        margin-bottom: 20px;
    }

    .tawes-hero-content p {
        font-size: 15px;                /* Ukuran deskripsi lebih proporsional */
        line-height: 1.7;
    }

    .hero-buttons {
        gap: 12px;                      /* Merapatkan jarak antar tombol */
        margin-top: 35px;
    }

    .btn-primary, .btn-outline {
        width: 100%;                    /* Tombol dibuat penuh memenuhi layar mobile */
        text-align: center;             /* Teks tombol di tengah */
        padding: 14px 24px;             /* Padding tombol sedikit lebih ramping */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    /* Memindahkan susunan box statistik ke bawah tombol */
.hero-stats{
        display:none;
    }

    .stat-box {
        width: 100%;                    /* Lebar box statistik mengikuti lebar layar HP */
        padding: 20px;                  /* Mengurangi padding dalam box */
        display: flex;
        align-items: center;            /* Menyusun isi box secara horizontal */
        justify-content: space-between; /* Judul di kiri, keterangan di kanan */
        gap: 15px;
        border-radius: 16px;            /* Lekukan sudut disesuaikan */
    }

    .stat-box h2 {
        font-size: 28px;                /* Ukuran angka/status diperkecil */
        margin-bottom: 0;               /* Reset margin bawah karena posisinya sudah bersebelahan */
        min-width: 90px;                /* Mengunci space angka agar rapi */
    }

    .stat-box span {
        font-size: 13px;
        text-align: right;              /* Teks keterangan rata kanan */
    }
    
    .section-header h2 {
        font-size: 30px;                /* Cadangan jika Anda menggunakan header section di mobile */
    }
}

/* =========================================
RESPONSIVE SAFETY SECTION (MOBILE)
========================================= */
@media (max-width: 768px) {
    
    .safety-section {
        /* Mengubah arah susunan dari kiri-kanan menjadi atas-bawah */
        flex-direction: column !important; 
        /* Menyesuaikan padding luar agar tidak terlalu kosong di layar HP */
        padding: 60px 20px !important; 
        /* Jarak antara blok teks informasi dan blok galeri foto di bawahnya */
        gap: 40px !important; 
    }

    /* Mengamankan lebar sisi info agar penuh seukuran layar HP */
    .safety-left {
        width: 100% !important;
        flex: none !important;
    }

    /* Mengurangi ukuran judul h2 agar pas dan tidak terpotong di HP */
    .safety-left h2 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        margin-bottom: 16px !important;
    }

    /* Merampingkan jarak pembatas bawah pada deskripsi */
    .safety-left > p {
        font-size: 15px !important;
        margin-bottom: 30px !important;
    }

    /* Merapatkan jarak antar poin list keselamatan */
    .safety-list {
        gap: 20px !important;
    }

    /* Menyesuaikan ukuran icon box sedikit lebih ramping untuk mobile */
    .safety-item i, .safety-icon-ilr {
        width: 46px !important;
        height: 46px !important;
        padding: 12px !important;
        font-size: 20px !important;
        border-radius: 12px !important;
    }

    .safety-item h4 {
        font-size: 16px !important;
    }

    .safety-item p {
        font-size: 13px !important;
    }

    /* --- PENGATURAN GALERI FOTO DI MOBILE --- */
    .safety-gallery {
        width: 100% !important;
        flex: none !important;
        /* Mengubah grid galeri menjadi otomatis menyesuaikan ruang HP */
        grid-template-columns: repeat(2, 1fr) !important; 
        gap: 12px !important; /* Merapatkan jarak antar foto */
    }

    .safety-gallery img {
        /* Mengurangi tinggi foto agar tidak terlalu memakan layar vertikal HP */
        height: 150px !important; 
        border-radius: 14px !important; /* Lekukan sudut disesuaikan lebih kecil */
    }
}
