/*
Theme Name: Simple Clean Theme
Description: A modern, clean WordPress theme with smooth animations and fresh gradients
Author: Choirrulloh
Version: 1.2
*/

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #8698fa;
    --secondary-color: #a8c1ff;
    --accent-color: #c8a4fa;
    --text-dark: #2d3748;
    --text-light: #718096;
    --background-light: #f7fafc;
    --border-color: #e2e8f0;
    --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.07);
    --shadow-md: 0 4px 8px -1px rgba(0, 0, 0, 0.09);
    --shadow-lg: 0 10px 24px -3px rgba(0, 0, 0, 0.12);
    --gradient-primary: linear-gradient(90deg, #8698fa 0%, #a8c1ff 100%);
    --gradient-accent: linear-gradient(90deg, #8698fa 0%, #c8a4fa 100%);
    --gradient-footer: linear-gradient(135deg, #436fb7 0%, #8698fa 100%);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background: #f7fafc;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Headings */
.post-content h2, .post-content h3, .post-content h4 {
    font-weight: 700;
    color: #2d3748;
    margin-top: 2.2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.post-content h3 { font-size: 1.32rem; }
.post-content h2 { font-size: 1.55rem; }
.post-content h4 { font-size: 1.08rem; }

/* Ordered & Unordered List */
.post-content ul, .post-content ol {
    margin-left: 1.4rem;
    margin-bottom: 1.3rem;
    padding-left: 0.8rem;
}

.post-content ul {
    list-style: disc;
}

.post-content ol {
    list-style: decimal;
}

.post-content ul li, .post-content ol li {
    margin-bottom: 0.3em;
    font-size: 1.09rem;
    line-height: 1.7;
}

.post-content strong {
    font-weight: 700;
    color: #222;
}

/* Table of Contents */
.toc-container {
    background: #f7faff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(60,100,180,0.07);
    margin: 2rem 0;
    padding: 1.4rem 2rem 1.1rem;
    font-size: 1.06rem;
}

.toc-title {
    font-weight: 700;
    color: #363942;
    font-size: 1.14rem;
    display: flex;
    align-items: center;
    gap: 1em;
    margin-bottom: 0.6rem;
}

.toc-heading {
    font-weight: 700;
    font-size: 1.09em;
}

.toc-toggle-link {
    font-weight: 600;
    font-size: 1em;
    color: #436fb7;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
    margin-left: 0.2em;
}

.toc-toggle-link:hover {
    color: #a66dfa;
    text-decoration: underline;
}

.toc-list {
    margin: 0 0 0 1.2rem;
    padding: 0;
}

.toc-list ol {
    margin-left: 1.25em;
    padding-left: 0.4em;
}

.toc-list li {
    margin-bottom: 0.09em;
    line-height: 1.45;
    list-style: decimal;
    font-size: 1em;
    font-weight: 400;
}

.toc-list li a {
    color: #3b4e87;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.18s;
}

.toc-list li a:hover {
    color: #a66dfa;
    text-decoration: underline;
}

.toc-level-2 > a { font-weight: 600; }
.toc-level-3 > a { font-weight: 500; opacity: 0.97; }
.toc-level-4 > a { font-weight: 400; opacity: 0.85; font-size: 0.98em; }

.toc-list ol {
    margin-top: 0.02em;
    margin-bottom: 0.02em;
}

/* Header */
.site-header {
    background: #8698fa;
    color: #fff;
    padding: 0.8rem 0 0.5rem;
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
}

.site-header.scrolled {
    box-shadow: 0 3px 16px 0 rgba(60, 80, 180, 0.08);
    background: #8498fa;
}

.header-content {
    padding-bottom: 0.1rem;
    gap: 1.2rem;
    min-height: 58px;
}

.site-branding {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.logo-tagline-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-tagline-group .site-description {
    background: rgba(255,255,255,0.14);
    padding: 2px 12px;
    border-radius: 8px;
    color: #f8f6ff;
    font-size: 0.92rem;
    font-style: italic;
    font-weight: 500;
    margin-top: 4px;
    letter-spacing: 1px;
    line-height: 1.1;
}

.logo-tagline-group .custom-logo {
    max-height: 44px;
    width: auto;
    margin-bottom: 2px;
}

.site-description {
    font-size: 0.84rem;
    color: #e0e6ed;
    font-style: italic;
    font-weight: 400;
    margin: 2px 0 0 1px;
    letter-spacing: 1px;
    line-height: 1.1;
}

.site-title {
    font-size: 1.8rem;
    font-weight: 800;
    background: var(--gradient-primary);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: all 0.3s ease;
}

.site-title:hover {
    transform: scale(1.02);
    filter: brightness(1.12);
}

/* Navigation Styles */
.main-navigation {
    position: relative;
}

.main-navigation ul {
    list-style: none;
    display: flex;
    justify-content: center; /* Tambahkan ini */
    gap: 1.1rem;
    align-items: center;
    padding: 0;
    margin: 1rem 0 0 0; /* Tambahkan margin atas */
}

.main-navigation .current-menu-item a:before {
    left: 0;
    background: rgba(255, 255, 255, 0.2); /* Tambahkan latar belakang transparan */
}

.main-navigation .current-menu-item a {
    color: #fff;
    background: rgba(255, 255, 255, 0.2); /* Tambahkan latar belakang transparan */
    border-radius: 8px;
}

.main-navigation a {
    position: relative;
    display: inline-block;
    padding: 0.3rem 1.1rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
    background: none;
    transition: color 0.3s, background 0.3s, box-shadow 0.3s;
}

.main-navigation a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    transition: left 0.3s ease;
    z-index: -1;
    border-radius: 8px;
    opacity: 1;
}

.main-navigation a:hover:before,
.main-navigation .current-menu-item a:before {
    left: 0;
}

.main-navigation a:hover,
.main-navigation .current-menu-item a {
    color: #fff;
    box-shadow: var(--shadow-md);
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #fff;
}

/* Main Content */
.site-main {
    padding: 4rem 0;
    min-height: 60vh;
    background: rgba(255,255,255,0.93);
    margin: 2rem 0;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    animation: fadeInUp 0.8s ease;
}

.content-area {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}

.related-posts {
    margin: 3.2rem 0 2.5rem;
}

.related-title {
    font-weight: 700;
    font-size: 1.13rem;
    color: #2d387e;
    margin-bottom: 1rem;
}

.related-grid {
    display: flex;
    gap: 2.2rem;
    flex-wrap: wrap;
}

.related-item {
    display: flex;
    flex-direction: column;
    width: 220px;
    background: #f7faff;
    border-radius: 13px;
    text-decoration: none;
    box-shadow: 0 2px 9px 0 rgba(130,130,200,0.06);
    transition: box-shadow .2s, transform .2s;
}

.related-item:hover {
    box-shadow: 0 7px 20px 0 rgba(80,110,180,0.13);
    transform: translateY(-5px) scale(1.02);
}

.related-thumb {
    width: 100%;
    height: 125px;
    background-size: cover;
    background-position: center;
    border-radius: 13px 13px 0 0;
}

.related-meta {
    padding: 0.8em 1em 1em;
}

.related-category {
    font-size: 0.92em;
    color: #7b90c8;
    margin-bottom: 2px;
}

.related-title-text {
    font-weight: 600;
    font-size: 1.01rem;
    color: #2d387e;
    margin-bottom: 6px;
    line-height: 1.28;
}

.related-date {
    font-size: 0.92em;
    color: #b0b0be;
}

@media (max-width: 700px) {
    .related-grid {
        flex-direction: column;
        gap: 1.2rem;
    }
    .related-item { width: 100%; }
    .related-thumb { height: 130px; }
}

.post-tags-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.1em;
    margin: 1.7em 0 1.2em 0;
    font-size: 1.05em;
}

.post-tags-label, .post-share-label {
    font-weight: 600;
    color: #253870;
    margin-right: 0.5em;
}

.post-footer {
    padding: 2.2em 0 1.4em 0;
    border-top: 1px solid #e2e8f0;
    margin-top: 2.3em;
}

.post-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.6em;
    flex-wrap: wrap;
}

.tag-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2em 0.5em;
}

.post-tags-label, .post-share-label {
    font-weight: 600;
    color: #253870;
    margin-right: 0.45em;
}

.tag-chip {
    display: inline-block;
    background: #e8f1ff;
    color: #436fb7;
    border-radius: 20px;
    padding: 0.19em 1em;
    font-size: 0.97em;
    font-weight: 500;
    text-decoration: none;
    margin-right: 0.4em;
    margin-bottom: 0.13em;
    transition: background .18s, color .18s;
}

.tag-chip:hover {
    background: #436fb7;
    color: #fff;
}

.share-buttons {
    display: flex;
    align-items: center;
    gap: 0.7em;
    flex-wrap: wrap;
}

.share-buttons a {
    display: inline-flex;
    align-items: center;
    gap: 0.35em;
    color: #436fb7;
    text-decoration: none;
    font-weight: 500;
    padding: 0.1em 0.5em 0.1em 0.2em;
    border-radius: 16px;
    transition: color 0.2s, background 0.2s;
}

.share-buttons a:hover {
    color: #fff;
    background: #436fb7;
    text-decoration: none;
}

.share-icon {
    vertical-align: middle;
    margin-right: 0.09em;
}

@media (max-width: 700px) {
    .post-footer-inner { flex-direction: column; gap: 1.2em; }
    .share-buttons { margin-top: 0.4em; }
}

.post {
    margin-bottom: 3rem;
    padding: 2.5rem;
    border-radius: 15px;
    background: white;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
}

.post:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient-accent);
}

.post:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.post:last-child {
    margin-bottom: 0;
}

.post-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    font-weight: 800;
}

.post-title a {
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
    background: var(--gradient-primary);
    background-size: 0% 2px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    transition: background-size 0.3s ease;
}

.post-title a:hover {
    background-size: 100% 2px;
    color: var(--primary-color);
}

.post-meta {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    align-items: center;
}

.post-meta span {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.post-meta span:before {
    content: '•';
    color: var(--primary-color);
    font-weight: bold;
}

.post-meta span:first-child:before {
    display: none;
}

.post-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-dark);
}

.post-content p {
    margin-bottom: 1.5rem;
}

.read-more {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--gradient-primary);
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 600;
    margin-top: 1rem;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-sm);
    font-size: 1rem;
}

.read-more:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    filter: brightness(1.08);
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 2rem;
    margin: 2.4rem 0 3.2rem 0;
}

.post-navigation .nav-links {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 2rem;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    display: block;
    background: linear-gradient(90deg, #8698fa 0%, #a8c1ff 100%);
    color: #fff;
    padding: 1.1rem 1.5rem;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 3px 12px 0 rgba(110,130,220,0.10);
    transition: background 0.2s, box-shadow 0.2s, transform 0.2s;
    position: relative;
    min-width: 140px;
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: linear-gradient(90deg, #436fb7 0%, #8698fa 100%);
    box-shadow: 0 6px 24px 0 rgba(80,110,180,0.13);
    transform: translateY(-3px) scale(1.03);
}

.post-navigation .nav-subtitle {
    display: block;
    font-size: 0.85rem;
    color: #e2e8ff;
    opacity: 0.9;
    margin-bottom: 2px;
    letter-spacing: 0.04em;
    font-weight: 400;
}

.post-navigation .nav-title {
    display: block;
    font-size: 1.08rem;
    font-weight: 700;
    color: #fff;
    margin-top: 2px;
    line-height: 1.4;
}

@media (max-width: 650px) {
    .post-navigation,
    .post-navigation .nav-links {
        flex-direction: column;
        gap: 1rem;
    }
}

/* Comments */
#comments, .comments-area {
    margin-top: 3rem;
    padding: 2.2rem;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 3px 16px 0 rgba(100,120,180,0.10);
}

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment {
    margin-bottom: 2rem;
    padding: 1.3rem 1.5rem;
    border-radius: 12px;
    background: #f8faff;
    box-shadow: 0 1px 7px 0 rgba(100,120,180,0.05);
    border-left: 4px solid #8698fa;
    position: relative;
}

.comment .comment-author {
    font-weight: bold;
    color: #436fb7;
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.comment .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 8px;
    border: 2px solid #e4e8fa;
}

.comment-meta {
    font-size: 0.92rem;
    color: #9fa4bb;
    margin-bottom: 0.3rem;
}

.comment .comment-content {
    font-size: 1.07rem;
    margin-bottom: 0.7rem;
    color: #2d3748;
}

.comment-reply-link,
.comment-edit-link {
    color: #8698fa;
    background: none;
    padding: 0 4px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: color 0.2s, background 0.2s;
}

.comment-reply-link:hover,
.comment-edit-link:hover {
    color: #fff;
    background: #8698fa;
    text-decoration: underline;
}

.children {
    margin-left: 2rem;
    border-left: 2px dashed #e8ebf6;
    padding-left: 1rem;
}

.comment .comment-metadata {
    font-size: 0.88rem;
    color: #b0b5c7;
    margin-left: 4px;
}

.comment .reply {
    margin-top: 0.4rem;
}

/* Comment Form */
.comment-respond {
    margin-top: 2.5rem;
    background: #f8faff;
    border-radius: 14px;
    padding: 2rem;
    box-shadow: 0 2px 10px 0 rgba(100,120,180,0.06);
}

.comment-respond h3 {
    font-size: 1.2rem;
    color: #436fb7;
    margin-bottom: 1rem;
}

.badge-admin {
    display: inline-block;
    background: #436fb7;
    color: #fff;
    font-size: 0.76rem;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 999px;
    margin-left: 8px;
    letter-spacing: 1px;
    vertical-align: middle;
    box-shadow: 0 1px 6px 0 rgba(90,110,220,0.09);
    text-transform: uppercase;
    position: relative;
    top: -2px;
}

/* Sidebar */
.sidebar {
    background: white;
    padding: 2.5rem;
    border-radius: 15px;
    height: fit-content;
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--border-color);
    position: sticky;
    top: 120px;
}

.sidebar .widget {
    margin-bottom: 2.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border-color);
}

.sidebar .widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.sidebar h3 {
    margin-bottom: 1.5rem;
    color: var(--text-dark);
    font-weight: 700;
    font-size: 1.2rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.sidebar h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background: var(--gradient-primary);
    border-radius: 2px;
}

.sidebar ul {
    list-style: none;
}

.sidebar li {
    margin-bottom: 0.8rem;
    padding-left: 1rem;
    position: relative;
}

.sidebar li:before {
    content: '→';
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-weight: bold;
}

.sidebar a {
    color: var(--text-light);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.sidebar a:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}

/* Footer */
.site-footer {
    background: var(--gradient-footer);
    color: #fff;
    text-align: center;
    padding: 0;
    margin-top: 4rem;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(2px);
}

.footer-nav {
    width: 100%;
    background: #8698fa;
    padding: 1.3rem 0 1.1rem 0;
    margin-bottom: 0;
    box-shadow: 0 1px 8px 0 rgba(60,80,160,0.06);
}

.footer-menu {
    display: flex;
    justify-content: center;
    gap: 2.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li a {
    position: relative;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    opacity: 0.9;
    text-decoration: none;
    padding: 0.3rem 1.1rem;
    border-radius: 8px;
    overflow: hidden;
    transition: color 0.3s, box-shadow 0.3s;
    z-index: 1;
}

.footer-menu li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #8698fa 0%, #a8c1ff 100%);
    transition: left 0.3s ease;
    z-index: -1;
    border-radius: 8px;
    opacity: 1;
}

.footer-menu li a:hover:before {
    left: 0;
}

.footer-menu li a:hover {
    color: #fff;
    opacity: 1;
    box-shadow: 0 2px 12px 0 rgba(100,120,220,0.13);
    text-decoration: none;
}

.footer-info {
    width: 100%;
    background: transparent;
    padding: 1.7rem 0 2rem 0;
    font-size: 1.02rem;
    letter-spacing: 0.02em;
    color: #fff;
}

/* Pagination */
.pagination {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.pagination a,
.pagination span {
    padding: 0.8rem 1.2rem;
    border-radius: 8px;
    text-decoration: none;
    color: var(--text-dark);
    background: white;
    border: 1px solid var(--border-color);
    transition: all 0.3s ease;
    font-weight: 600;
}

.pagination a:hover {
    background: var(--gradient-accent);
    color: white;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.pagination .current {
    background: var(--gradient-primary);
    color: white;
    border-color: transparent;
}

/* Responsive Design */
@media (max-width: 900px) {
    .content-area {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .site-main {
        margin: 1rem 0;
        padding: 2rem 0;
    }
    .sidebar {
        position: static;
        top: auto;
    }
}

@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 1rem;
    }
    .main-navigation {
        width: 100%;
    }
    .main-navigation ul {
        flex-direction: column;
        gap: 0.5rem;
        display: none;
        background: white;
        padding: 1rem;
        border-radius: 10px;
        box-shadow: var(--shadow-md);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    .main-navigation ul.active {
        display: flex;
        animation: slideInDown 0.3s ease;
    }
    .mobile-menu-toggle {
        display: block;
    }
}

/* Animations */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px);}
    to   { opacity: 1; transform: translateY(0);}
}
@keyframes slideInDown {
    from { opacity: 0; transform: translateY(-20px);}
    to   { opacity: 1; transform: translateY(0);}
}
@keyframes pulse {
    0%, 100% { transform: scale(1);}
    50%      { transform: scale(1.05);}
}

/* Scroll to top button */
.scroll-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    background: var(--gradient-primary);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-md);
}

.scroll-to-top:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg);
}

.scroll-to-top.visible {
    display: flex;
    animation: fadeInUp 0.3s ease;
}

/* Loading spinner */
.loading-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--primary-color);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

/* Utility Classes */
.text-center { text-align: center; }
.mt-2 { margin-top: 1rem; }
.mb-2 { margin-bottom: 1rem; }
.fade-in { animation: fadeInUp 0.6s ease; }

/* Dark mode support */
@media (prefers-color-scheme: dark) {
    :root {
        --text-dark: #e2e8f0;
        --text-light: #a0aec0;
        --background-light: #2d3748;
        --border-color: #4a5568;
    }
    body { background: #22263a; }
    .site-header, .site-footer { color: #fff;}
    .sidebar, .post, .site-main { background: #202034;}
    .post-title, .post-content, .sidebar h3 { color: #e2e8f0;}
}

/* Mobile Responsive Boost */
@media (max-width: 600px) {
    .container {
        padding: 0 6px;
    }
    .site-main,
    .post,
    .sidebar,
    .post-content,
    .single-post-container {
        padding: 1em 0.6em !important;
        margin: 0.4em 0 !important;
    }
    .site-main {
        border-radius: 11px;
    }
}

@media (max-width: 600px) {
    .related-grid {
        flex-direction: column;
        gap: 1.1rem;
    }
    .related-item { width: 100%; }
    .related-thumb { height: 108px; }
}

@media (max-width: 600px) {
    .header-content {
        flex-direction: column;
        gap: 0.6rem;
    }
    .main-navigation ul {
        padding: 0.5rem;
        border-radius: 10px;
        box-shadow: var(--shadow-md);
    }
    .main-navigation a {
        padding: 0.55em 0.8em;
        font-size: 1.07em;
    }
}

@media (max-width: 900px) {
    .sidebar {
        position: static !important;
        margin-top: 1rem;
        width: 100%;
        padding: 1.4em 0.7em;
    }
}

@media (max-width: 600px) {
    .post-tags-share { flex-direction: column; gap: 1.1em; align-items: flex-start; }
    .footer-menu { flex-direction: column; gap: 1em;}
}

@media (max-width: 600px) {
    #comments, .comments-area {
        padding: 1em 0.5em;
    }
    .comment { padding: 0.7em 0.6em; }
    .children { margin-left: 0.7em; padding-left: 0.4em;}
}

@media (max-width: 600px) {
    .toc-container {
        padding: 0.8em 0.5em 0.6em 0.5em;
        font-size: 0.97rem;
    }
}

@media (max-width: 700px) {
    .post-navigation,
    .post-navigation .nav-links {
        flex-direction: column;
        gap: 1em;
    }
    .post-navigation .nav-previous a,
    .post-navigation .nav-next a {
        min-width: unset;
        width: 100%;
        font-size: 1em;
        padding: 0.8em 1em;
    }
}

@media (max-width: 600px) {
    .post:last-child { margin-bottom: 0.6em; }
}

@media (max-width: 600px) {
    .post-content table {
        display: block;
        width: 100% !important;
        overflow-x: auto;
        font-size: 0.98em;
    }
}

@media (max-width: 600px) {
    .footer-info {
        font-size: 0.95em;
        padding: 1.1em 0 1.2em 0;
    }
}

@media (max-width: 768px) {
    .main-navigation ul {
        background: linear-gradient(135deg, #436fb7 0%, #7c8ee5 100%);
        color: #fff;
        box-shadow: 0 8px 20px 0 rgba(50,50,130,0.08);
    }
    .main-navigation ul.active {
        background: linear-gradient(135deg, #436fb7 0%, #7c8ee5 100%);
    }
    .main-navigation ul li a {
        color: #fff !important;
    }
    .main-navigation ul li a:hover {
        background: rgba(255,255,255,0.10);
        color: #ffeecb !important;
    }
}

/* Responsive Header & Logo */
@media (max-width: 600px) {
    .site-header,
    .header-content {
        padding-top: 0.4em !important;
        padding-bottom: 0.4em !important;
        min-height: 0 !important;
    }
    .custom-logo,
    .site-logo img {
        max-height: 38px !important;
        width: auto !important;
    }
    .site-branding {
        flex-direction: column !important;
        align-items: center !important;
    }
    .site-title {
        font-size: 1.1rem !important;
        margin-bottom: 0.18em;
    }
    .logo-tagline-group .site-description,
    .site-description {
        font-size: 0.93rem !important;
        margin-top: 0.15em !important;
        margin-bottom: 0 !important;
        padding: 0 0.4em !important;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .container {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .post-title {
        font-size: 1.35rem !important;
        line-height: 1.14 !important;
    }
}

/* Fix responsive width & images */
html, body {
    max-width: 100vw;
    overflow-x: hidden;
}

.container, .content-area, .site-main, .single-post-container {
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
}

.post-content img,
.entry-content img,
.post img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .container, .site-main, .single-post-container, .post-content {
        padding-left: 0.5em !important;
        padding-right: 0.5em !important;
    }
}

    .page-hero {
        background: linear-gradient(135deg, #f4f7fb 0%, #e9edfb 100%);
        min-height: 100vh;
        padding: 0;
    }

    .card-container {
        background: linear-gradient(120deg, #fff 70%, #f2f1ff 100%);
        box-shadow: 0 10px 38px 0 rgba(110,130,250,0.14), 0 2px 8px rgba(120,140,255,0.10);
        border-radius: 24px;
        overflow: hidden;
        width: 100%;
        margin: 66px auto 120px;
        position: relative;
        animation: fadeInUp 0.7s cubic-bezier(0.4,0,0.2,1);
    }

    .gradient-bar {
        height: 8px;
        background: linear-gradient(90deg, #b9bfff 0%, #e2d3fd 100%);
        border-radius: 10px 10px 0 0;
        margin-bottom: 44px;
    }

    /* Perbaikan title di sini */
    .page-header {
        text-align: center;
        margin-bottom: 30px;
    }

    .page-title {
        font-size: 2.7rem;
        font-weight: 900;
        color: #21243d;
        letter-spacing: -0.01em;
        margin: 0 auto 32px;
        line-height: 1.16;
        padding: 18px 32px 14px; /* Penyesuaian padding */
        border-radius: 24px;
        background: linear-gradient(90deg, #b5c6ff 0%, #e0c6ff 100%);
        box-shadow: 0 4px 22px 0 rgba(134,152,250,0.12);
        position: relative;
        z-index: 2;
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    .page-content {
    margin-top: 32px;
    margin-bottom: 32px; /* Tambahkan jarak di bagian bawah konten */
    font-size: 1.13rem;
    color: #24274a;
    line-height: 1.72;
    letter-spacing: 0.01em;
    padding: 0 7vw;
    text-align: left;
    }

    /* Bubble motif (BULAT) */
    .bubble-container {
        position: absolute;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
    }

    .bubble-1 {
        position: absolute;
        right: 24px;
        top: 24px;
        width: 92px;
        height: 92px;
        background: radial-gradient(circle at 65% 40%, rgba(120,140,255,0.3) 0%, rgba(120,140,255,0.15) 80%, transparent 100%);
        border-radius: 50%;
        filter: blur(0.5px);
        opacity: 0.95;
    }

    .bubble-2 {
        position: absolute;
        left: 22px;
        bottom: 28px;
        width: 70px;
        height: 70px;
        background: radial-gradient(circle at 40% 70%, rgba(212,191,255,0.3) 0%, rgba(212,191,255,0.15) 80%, transparent 100%);
        border-radius: 50%;
        filter: blur(0.4px);
        opacity: 0.9;
    }

    .bubble-3 {
        position: absolute;
        right: 120px;
        bottom: 100px;
        width: 60px;
        height: 60px;
        background: radial-gradient(circle at 30% 30%, rgba(148,96,255,0.3) 0%, rgba(148,96,255,0.15) 80%, transparent 100%);
        border-radius: 50%;
        filter: blur(0.3px);
        opacity: 0.85;
    }

    .bubble-4 {
        position: absolute;
        left: 150px;
        top: 80px;
        width: 50px;
        height: 50px;
        background: radial-gradient(circle at 70% 20%, rgba(96,148,255,0.3) 0%, rgba(96,148,255,0.15) 80%, transparent 100%);
        border-radius: 50%;
        filter: blur(0.2px);
        opacity: 0.8;
    }

    .bubble-5 {
        position: absolute;
        right: 180px;
        top: 120px;
        width: 40px;
        height: 40px;
        background: radial-gradient(circle at 50% 50%, rgba(180,130,255,0.3) 0%, rgba(180,130,255,0.15) 80%, transparent 100%);
        border-radius: 50%;
        filter: blur(0.1px);
        opacity: 0.75;
    }

    @keyframes fadeInUp {
        from { opacity: 0; transform: translateY(48px); }
        to   { opacity: 1; transform: none; }
    }

    @media (max-width: 700px) {
        .card-container { margin: 40px auto 80px; }
        .gradient-bar { height: 4px; }
        .page-title { 
            font-size: 1.2rem;
            padding: 10px 4vw;
            margin: 0 auto 16px;
        }
        .bubble-1 { right:10px; top:12px; width:42px; height:42px; }
        .bubble-2 { left:9px; bottom:12px; width:29px; height:29px; }
        .bubble-3, .bubble-4, .bubble-5 { display: none; }
    }

/* === PREMIUM CONTACT FORM 7 STYLES === */
/* BUNGKUS FORM DENGAN CARD & BUBBLE */
.wpcf7 {
  background: linear-gradient(120deg,#fff 90%,#e9e8ff 100%);
  border-radius: 26px;
  box-shadow: 0 6px 30px 0 rgba(134,152,250,0.13), 0 1px 6px rgba(120,140,255,0.09);
  position: relative;
  padding: 42px 32px 34px 32px;
  overflow: hidden;
  margin: 40px auto 0 auto;
  max-width: 540px;
}
/* Bubble ornaments di sudut form */
.wpcf7::before, .wpcf7::after {
  content:"";
  position: absolute;
  border-radius: 48px 38px 68px 60px/60px 68px 38px 48px;
  pointer-events: none;
  z-index: 1;
}
.wpcf7::before {
  width: 90px; height: 52px;
  top: 19px; left: 14px;
  background: radial-gradient(circle at 60% 45%,rgba(110,140,255,0.13) 0%,transparent 80%);
  filter: blur(.2px);
}
.wpcf7::after {
  width: 70px; height: 38px;
  right: 18px; bottom: 15px;
  background: radial-gradient(circle at 40% 70%,rgba(212,191,255,0.15) 0%,transparent 85%);
  filter: blur(.5px);
}

.wpcf7-form label {
  font-size: 1.1em;
  margin-bottom: 9px;
  color: #37428c;
  display: block;
  font-weight: 700;
  letter-spacing: .01em;
  margin-top: 18px;
}

/* Input premium glass/inner shadow */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-tel {
  display: block;
  width: 100%;
  font-size: 1.12rem;
  padding: 17px 20px;
  margin-bottom: 21px;
  border: 1.8px solid #d4defc;
  border-radius: 16px;
  background: linear-gradient(110deg, #f7f8fd 90%, #e4e7fc 100%);
  color: #23264b;
  box-shadow: 0 2px 11px 0 rgba(134,152,250,0.08) inset;
  transition: border .17s, box-shadow .17s;
}
.wpcf7-form-control.wpcf7-text:focus,
.wpcf7-form-control.wpcf7-email:focus,
.wpcf7-form-control.wpcf7-textarea:focus,
.wpcf7-form-control.wpcf7-tel:focus {
  border: 1.8px solid #8fa1fa;
  background: #fff;
  box-shadow: 0 6px 18px 0 rgba(134,152,250,0.13) inset;
  outline: none;
}

/* Button shine & shadow */
.wpcf7-form-control.wpcf7-submit {
  background: linear-gradient(90deg,#6d90fd 0%,#d4bfff 100%);
  color: #fff;
  font-size: 1.18em;
  font-weight: 800;
  padding: 16px 48px;
  border: none;
  border-radius: 18px;
  box-shadow: 0 3px 18px 0 rgba(134,152,250,0.12), 0 2px 8px 0 rgba(134,152,250,0.05);
  cursor: pointer;
  transition: background .2s, box-shadow .2s, transform .18s;
  margin-top: 15px;
  position:relative;
  overflow:hidden;
}
.wpcf7-form-control.wpcf7-submit::after {
  content:'';
  display:block;
  position:absolute;
  left: 18px; top:7px;
  width: 60%; height: 20%;
  background: linear-gradient(90deg,rgba(255,255,255,0.38) 0%,rgba(255,255,255,0) 90%);
  border-radius: 8px;
  pointer-events:none;
  filter: blur(3px);
}
.wpcf7-form-control.wpcf7-submit:hover {
  background: linear-gradient(90deg,#6d90fd 0%,#4e69b5 100%);
  box-shadow: 0 6px 24px 0 rgba(134,152,250,.16);
  transform: translateY(-2px) scale(1.018);
}

.wpcf7-response-output {
  border-radius: 10px;
  background: #f6f8ff;
  color: #4e69b5;
  border: 1.5px solid #bfc6f8;
  padding: 16px;
  margin-top: 18px;
  font-size: 1em;
  font-weight: 600;
}

span.wpcf7-not-valid-tip {
  color: #c44343;
  font-size: .98em;
  margin-bottom: 6px;
  display: block;
  font-style: italic;
}
