/* 1. RESET & BASIC SETUP */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    line-height: 1.8;
    color: #2d3436;
    background-color: #ffffff;
}

/* HEADER & NAVIGATION WRAPPER */
.main-header {
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

.header-container {
    max-width: 1100px; /* Biar sejajar sama lebar gambar artikel di bawah */
    margin: 0 auto;
    display: flex;
    justify-content: space-between; /* Ini yang bikin Logo kiri & Nav kanan */
    align-items: center;
    padding: 0 20px;
}

.logo img {
    height: 38px; /* Sesuaikan tinggi logo lo */
    display: block;
}

/* MODIFIKASI NAVIGASI ASLI LO */
.breadcrumb-nav {
    font-weight: 700; /* Bikin tebal biar pro */
    font-size: 0.95rem;
    padding: 0 !important; /* Hapus padding bawaan lama biar gak kegedean */
}

.breadcrumb-nav a {
    text-decoration: none;
    color: #ffb800;
    padding: 8px 12px; 
    transition: 0.3s;
    border-radius: 6px;
}

.breadcrumb-nav a:hover {
    color: #d35400;
    background-color: #fff5ed;
}

.breadcrumb-nav span {
    color: #636e72;
    font-weight: 500;
    margin-left: 5px;
}

/* 2. CONTAINER & LAYOUT */
.container, .article-container {
    max-width: 800px; /* Standar artikel pro: tidak terlalu lebar biar mata nggak capek */
    margin: 0 auto;
    padding: 0 20px;
}

.breadcrumb-nav {
    padding: 20px 0;
    font-size: 0.9rem;
    color: #636e72;
}

.breadcrumb-nav a {
    text-decoration: none;
    color: #ff7675; /* Aksen Tripseribu */
}

/* 3. HEADER ARTIKEL */
.article-header {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center;
}

.category-tag {
    display: inline-block;
    background: #ffeaa7;
    color: #d35400;
    padding: 4px 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 0.75rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.article-header h1 {
    font-size: 2.8rem;
    line-height: 1.2;
    font-weight: 800;
    color: #1e272e;
    margin-bottom: 25px;
}

.author-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.author-info {
    text-align: left;
}

.author-name {
    display: block;
    font-weight: 600;
    font-size: 1rem;
}

.post-date {
    font-size: 0.85rem;
    color: #b2bec3;
}

/* 4. HERO IMAGE & GALLERY */
.featured-image-full {
    width: 100%;
    max-width: 1100px; /* Lebih lebar dari teks agar dramatis */
    margin: 40px auto;
}

.featured-image-full img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

figcaption {
    text-align: center;
    font-size: 0.9rem;
    color: #636e72;
    margin-top: 10px;
    font-style: italic;
}

/* 5. TYPOGRAPHY & CONTENT (The "Pro" Feel) */
.article-content {
    font-size: 1.15rem; /* Ukuran font premium sedikit lebih besar */
}

.drop-cap::first-letter {
    font-size: 4rem;
    font-weight: 900;
    float: left;
    margin-right: 10px;
    line-height: 0.9;
    color: #d35400;
}

.article-content p {
    margin-bottom: 25px;
}

.article-content h2 {
    font-size: 1.8rem;
    margin: 40px 0 20px;
    color: #1e272e;
}

blockquote {
    border-left: 4px solid #d35400;
    padding-left: 20px;
    margin: 40px 0;
    font-style: italic;
    font-size: 1.4rem;
    color: #2d3436;
}

.article-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 40px 0;
}

.article-gallery img {
    width: 100%;
    border-radius: 8px;
}

/* 6. CALL TO ACTION (CTA) */
.cta-box {
    background: #fdf2e9;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    margin: 60px 0;
    border: 1px solid #fad7bc;
}

.cta-box h3 {
    margin-bottom: 10px;
}

.btn-cta {
    display: inline-block;
    background: #d35400;
    color: white;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 20px;
    transition: 0.3s;
}

.btn-cta:hover {
    background: #e67e22;
    transform: translateY(-3px);
}


/*LOGO2*/
.brand-section {
    padding: 96px 0;
    background-color: #ffffff;
    border-top: 1px solid #f8fafc;
    position: relative;
    overflow: hidden;
}

.top-divider {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 80px;
    background: linear-gradient(to bottom, #f97316, transparent);
}

.container-center {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
}

.logo-box {
    position: relative;
    display: inline-block;
}

.logo-image {
    margin-left: auto;
    margin-right: auto;
    height: 128px; /* Mobile height (32) */
    width: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
    .logo-image {
        height: 176px; /* Desktop height (44) */
    }
}

/* Hover Effects Logo */
.logo-box:hover .logo-image {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
    filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.text-content {
    margin-top: 40px;
}

.slogan-title {
    font-size: 18px; /* lg */
    font-weight: 900;
    color: #cbd5e1; /* slate-300 */
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.625;
}

@media (min-width: 768px) {
    .slogan-title {
        font-size: 20px; /* xl */
    }
}

.accent-text {
    color: rgba(249, 115, 22, 0.5); /* orange-500/50 */
    transition: color 0.5s ease;
}

/* Hover Effects Text Accent */
.logo-box:hover ~ .text-content .accent-text {
    color: #f97316; /* orange-500 */
}

.bottom-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 32px;
    opacity: 0.2;
}

.side-line {
    width: 48px;
    height: 1px;
    background-color: #0f172a; /* slate-900 */
}

.center-dot {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
    background-color: #f97316; /* orange-500 */
}



/* --- FOOTER STYLES --- */
.site-footer {
    background-color: #030712;
    color: #ffffff;
    padding: 48px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

@media (min-width: 768px) {
    .footer-container {
        padding: 0 48px;
    }
}

.footer-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

@media (min-width: 768px) {
    .footer-wrapper {
        flex-direction: row;
    }
}

.footer-info {
    text-align: center;
}

@media (min-width: 768px) {
    .footer-info {
        text-align: left;
    }
}

.footer-logo {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-style: italic;
}

.footer-logo-accent {
    color: #f97316;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-style: normal;
}

.footer-copyright {
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.footer-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 8px;
}

@media (min-width: 768px) {
    .footer-status {
        justify-content: flex-start;
    }
}

.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #f97316;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.company-tag {
    font-size: 10px;
    color: #475569;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

.footer-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-btn {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background-color: #111827;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s ease;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    color: inherit;
    text-decoration: none;
}

.footer-btn i {
    font-size: 20px;
    transition: all 0.5s ease;
}

/* Instagram Hover Effect */
.instagram:hover {
    border-color: rgba(236, 72, 153, 0.5);
    color: #ec4899;
}

.instagram:hover i {
    transform: scale(1.1) rotate(6deg);
}

/* Email Hover Effect */
.email:hover {
    border-color: rgba(249, 115, 22, 0.5);
    color: #f97316;
}

.email:hover i {
    transform: scale(1.1);
}



/* --- RESPONSIVE MEDIA QUERIES --- */

@media screen and (max-width: 768px) {
    /* Kasih jarak buat list biar gak nempel tembok */
    .article-content ul {
        padding-left: 25px !important; /* Ngasih ruang buat bullet points */
        margin-left: 5px !important;  /* Tambahan biar makin menjauh dari tembok */
        margin-bottom: 20px;
    }

    .article-content li {
        margin-bottom: 10px; /* Biar antar poin gak terlalu rapat */
        padding-left: 5px;   /* Jarak antara bullet dan teksnya */
    }

    .header-container {
        flex-direction: row !important; /* Paksa tetep sejajar kiri-kanan */
        justify-content: space-between !important;
        align-items: center;
        padding: 10px 15px !important; /* Jarak aman dari pinggir layar */
    }

    .logo img {
        height: 28px !important; /* Kecilin dikit logo biar gak sesak */
    }

    .breadcrumb-nav {
        font-size: 0.75rem !important; /* Kecilin font navigasi biar muat satu baris */
        text-align: right;
        display: block !important; /* Balikin ke tampilan standar */
    }

    /* Kasih jarak buat teks isi artikel biar gak mepet tembok */
    .article-container {
        padding: 0 20px !important;
    }
}