/* ikova-style.css 
    Final FIXED Version - Card Resize & Logic Fixed
*/

:root {
    --bg-warm: #FFFCF3;
    --bg-page: #FDFDFB;
    --teal: #1A9F9F;           
    --teal-dark: #126F6F;      
    --text-dark: #1D2B2B;      
    --accent-beige: #EFE9D9;   
    --white: #FFFFFF;
    --logo-red: #C0392B;
    --footer-beige: #D8D0C1;
}

/* --- Global --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { 
    font-family: 'Inter', sans-serif; 
    color: var(--text-dark); 
    background-color: var(--bg-page); 
    line-height: 1.6; 
}

/* --- Navigation --- */
header { 
    background: var(--white); 
    position: sticky !important; 
    top: 0; 
    z-index: 10000 !important; 
    box-shadow: 0 2px 15px rgba(0,0,0,0.04); 
}

.custom-nav .nav-link { 
    font-weight: 700 !important; 
    font-size: 1.05rem !important; 
    color: var(--text-dark) !important; 
    padding: 10px 18px !important; 
    transition: 0.3s; 
}

.btn-teal-nav { 
    background-color: var(--teal) !important; 
    border-radius: 50px; 
    font-weight: 800 !important; 
    color: white !important; 
    padding: 10px 25px !important;
}

.custom-nav .nav-link:hover, .custom-nav .nav-link.active { 
    color: var(--teal) !important; 
}

/* --- Hero Section --- */
.hero-ikova {
    background: linear-gradient(rgba(255, 252, 243, 0.65), rgba(255, 252, 243, 0.65)), url('foto/10.jpg') center/cover no-repeat;
    min-height: 85vh; 
    display: flex; 
    align-items: center;
    position: relative;
    z-index: 1; 
    padding-top: 100px;
    padding-bottom: 150px; /* Space lebih lega buat card di bawahnya */
}

.display-title { font-weight: 800; color: var(--text-dark); letter-spacing: -3px; line-height: 1; }
.dot-red { color: var(--logo-red); }
.tagline-hero { color: var(--teal-dark); opacity: 0.8; }
.description { max-width: 600px; }

/* --- Trust Indicators (REVISI: LEBIH GEDE) --- */
.trust-bar { 
    margin-top: -85px; /* Sesuaikan posisi melayang */
    position: relative; 
    z-index: 10; 
}

.trust-inner { 
    background: var(--white); 
    border: 1px solid var(--accent-beige); 
    overflow: hidden;
}

/* Padding kolom dinaikin biar card terasa lebih besar */
.trust-col {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
}

/* Ukuran Icon dalam Card */
.trust-col i {
    font-size: 2.2rem !important;
}

/* Ukuran Teks dalam Card */
.trust-col span {
    font-size: 1.05rem !important;
    letter-spacing: 0.5px;
}

/* --- Utils --- */
.section-padding { padding: 100px 0; }
.section-title { font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.accent-line-center { width: 60px; height: 5px; background: var(--teal); margin: 15px auto 25px; border-radius: 2px; }
.accent-line-left { width: 50px; height: 5px; background: var(--teal); margin: 15px 0 25px; border-radius: 2px; }
.text-teal { color: var(--teal) !important; }

/* --- Service Cards --- */
.service-card-v2 { padding: 40px; border-radius: 20px; border: 1px solid var(--accent-beige); height: 100%; transition: 0.3s; }
.icon-wrap { font-size: 3.5rem; margin-bottom: 20px; color: var(--teal); }
.highlight-teal { background-color: var(--teal); color: var(--white); border-color: var(--teal); }
.highlight-teal .icon-wrap { color: var(--white); }

/* --- Ecosystem Alignment --- */
.ecosystem-callout { 
    background-color: var(--bg-warm); 
    border-left: 5px solid var(--teal); 
    border-radius: 0 15px 15px 0;
    padding: 25px 0 25px 25px; 
    margin-top: 20px;
}

/* --- Workflow --- */
.col-md-2-custom { width: 20%; }
.flow-box { position: relative; padding: 20px; text-align: center; }
.flow-box::after { 
    content: "\f061"; font-family: "Font Awesome 6 Free"; font-weight: 900; 
    position: absolute; right: -10px; top: 45%; color: var(--accent-beige); 
}
.flow-box.no-arrow::after { display: none; }
.f-num { 
    background: var(--white); border: 3px solid var(--teal); color: var(--teal); 
    border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 15px; 
}

/* --- Why List --- */
.why-list-v2 { list-style: none; padding: 0; }
.why-list-v2 li { margin-bottom: 20px; font-weight: 600; display: flex; align-items: center; gap: 15px; }

/* --- Buttons --- */
.btn-teal-main { 
    background: var(--teal); color: var(--white) !important; font-weight: 700; 
    padding: 15px 35px; border-radius: 50px; text-decoration: none; transition: 0.3s; display: inline-block; border: none;
}
.btn-secondary-teal {
    background: var(--accent-beige); color: var(--teal-dark); font-weight: 700;
    padding: 15px 35px; border-radius: 50px; text-decoration: none; transition: 0.3s;
    display: inline-block; border: 2px solid var(--accent-beige);
}
.btn-outline-dark {
    border: 2px solid var(--text-dark); color: var(--text-dark);
    padding: 15px 35px; border-radius: 50px; font-weight: 700; text-decoration: none; transition: 0.3s;
}

/* --- Footer --- */
.social-links-ikova { display: flex; gap: 12px; }
.social-links-ikova a { 
    width: 38px; height: 38px; background: var(--white); color: var(--text-dark); 
    display: flex; align-items: center; justify-content: center; border-radius: 50%; 
    transition: 0.3s; border: 1px solid var(--accent-beige); text-decoration: none;
}
.social-links-ikova a:hover { background: var(--teal) !important; color: var(--white) !important; transform: translateY(-3px); }

/* --- WhatsApp --- */
.wa-float-link {
    position: fixed; bottom: 30px; right: 30px; z-index: 9999;
    display: flex; align-items: center; text-decoration: none;
}
.wa-float-link:hover .wa-text-bubble { opacity: 1; transform: translateX(0); }
.wa-text-bubble {
    background-color: #25D366; color: white !important; padding: 10px 18px; border-radius: 20px; font-size: 14px; font-weight: 700; margin-right: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); opacity: 0; transform: translateX(10px); transition: 0.3s; pointer-events: none; white-space: nowrap;
}
.wa-icon-circle { width: 60px; height: 60px; background-color: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3); }
.wa-icon-circle i { color: white; font-size: 32px; }

/* Font Master */
.fs-hero-title { font-size: 5.5rem; font-weight: 800 !important; }
.fs-hero-tagline { font-size: 2.5rem; font-weight: 700; }
.fs-hero-desc { font-size: 1.25rem; }
.fs-section-title { font-size: 2.5rem; font-weight: 800; }
.fs-flow-num { font-size: 1.5rem; width: 60px; height: 60px; }
.fs-flow-text { font-size: 1.25rem; font-weight: 800 !important; }

/* Mobile */
@media (max-width: 992px) {
    .hero-ikova { min-height: auto; padding-top: 100px; padding-bottom: 200px; text-align: center; }
    .hero-ikova .text-start { text-align: center !important; }
    .hero-ikova .d-flex { justify-content: center; }
    .fs-hero-title { font-size: 3.5rem; }
    .col-md-2-custom { width: 100%; margin-bottom: 20px; }
    .flow-box::after { display: none; }
    .trust-bar { margin-top: -120px; }
    .trust-col { padding: 40px 20px !important; border-bottom: 1px solid var(--accent-beige); border-end: none !important; }
    .footer-v2 .row > div { text-align: left !important; }
}