* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-height: 100vh;
}

/* HEADER */
#header-main-wrapper {
    background-color: #313131;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* CRITICAL CSS - ABOVE THE FOLD */
.hero-section {
    scroll-margin-top: 100px;
    /* Smooth scroll SEO */
}

/* SCHEMA MARKUP VISUAL */
.breadcrumb {
    font-size: 0.9rem;
    color: #666;
}

.breadcrumb a {
    color: #66aa00;
    text-decoration: none;
}

/* MOBILE FIRST - Core Web Vitals */
@media (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
    }

    /* Largest Contentful Paint optimization */
}

/* Tambahkan ke CSS kamu - BREADCRUMBS AON888 */
.breadcrumbs {
    max-width: 1400px;
    margin: 1rem auto;
    padding: 0 2rem;
    font-size: 0.9rem;
    color: #666;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.breadcrumbs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.breadcrumbs a {
    color: #66aa00;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 0.3rem 0.5rem;
    border-radius: 8px;
}

.breadcrumbs a:hover {
    background: linear-gradient(45deg, #66aa00, #90ea66);
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 170, 0, 0.3);
}

.breadcrumbs span {
    color: #999;
    font-weight: 500;
    padding: 0.3rem 0.2rem;
}

.breadcrumbs span::before {
    content: "›";
    margin-right: 0.3rem;
    color: #ccc;
    font-weight: bold;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .breadcrumbs {
        padding: 0 1rem;
        margin: 0.5rem auto;
        font-size: 0.85rem;
        flex-direction: column;
        gap: 0.3rem;
        text-align: center;
    }

    .breadcrumbs span::before {
        content: "↓";
    }
}



.aon-12jp264 {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

/* Logo */
.aon-isbo03 img {
    height: 50px;
    width: auto;
    transition: transform 0.3s ease;
}

.aon-isbo03:hover img {
    transform: scale(1.05);
}

/* Category Button */
.aon-1551isn {
    color: rgb(255, 255, 255);
    border-bottom: 3px solid #66aa00;
    padding-bottom: 3px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.aon-1551isn:hover {
    transform: translateY(-2px);
}

/* Search Bar */
.aon-nlrenb {
    flex: 1;
    max-width: 1000px;
    margin: 0 1rem;
}

.aon-adxool {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.aon-adxool {
    background-color: #727272;
    border-color: #a7a7a7;
}

.aon-adxool:hover,
.aon-adxool:focus-within {
    background: rgb(83, 83, 83);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-color: #ffffff;
}

.aon-v1hkkg svg {
    color: #8D96AA;
    margin-right: 0.75rem;
}

.aon-3017qm {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    padding: 0.75rem;
    font-size: 1rem;
    color: #ffffff;
}

.aon-3017qm::placeholder {
    color: #aaaaaa;
}

/* Login/Register Buttons */
.aon-16r70d4,
.aon-6c86hb {
    border: none;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.aon-16r70d4 {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.aon-16r70d4:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.aon-6c86hb {
    background: linear-gradient(45deg, #f093fb, #f5576c);
    color: white;
    box-shadow: 0 4px 15px rgba(245, 87, 108, 0.3);
}

.aon-6c86hb:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 87, 108, 0.4);
}

/* Bottom Navigation */
.aon-wtsb4g {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem 1rem;
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.aon-wtsb4g a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.aon-wtsb4g a:hover {
    border-bottom: 4px solid #66aa00;
    box-shadow: 3px 15px 20px rgba(0, 0, 0, 0.4);
}

/* CONTENT SECTION */
.aon-1mbdz04 {
    padding: 4rem 2rem;
    min-height: 100vh;
}

.container-content {
    max-width: 1400px;
    margin: 0 auto;
}

.content-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    padding: 3rem;
    margin-bottom: 3rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.content-card:hover {
    border-right: 3px solid #15ff00;
}

.content-card.reverse {
    direction: rtl;
}

.content-card.reverse .content-right {
    direction: ltr;
    text-align: right;
}

.content-left {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.article-img {
    width: 500px;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.4s ease;
}

.content-right {
    padding: 0 2rem;
}

.content-right h2 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.article-date {
    color: #667eea;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.content-right p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4a5568;
    margin-bottom: 2rem;
}

.article-stats {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.article-stats span {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

.read-more {
    display: inline-block;
    background: linear-gradient(45deg, #206600, #0a7900);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.read-more:hover {
    background: linear-gradient(45deg, #0e7700, #67a700);
}

/* ARTIKEL SECTION */
.artikel-main {
    max-width: 1400px;
    margin: 4rem auto;
    padding: 0 2rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.artikel {
    padding: 3rem 0;
}

.artikel-item {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.artikel-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.15);
}

.artikel-img-wrapper {
    position: relative;
    overflow: hidden;
}

.artikel-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.artikel-item:hover .artikel-img {
    transform: scale(1.05);
}

.artikel-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(45deg, #ff6b6b, #feca57);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.8rem;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.artikel-content {
    padding: 2rem;
}

.artikel-meta {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    align-items: center;
}

.artikel-category {
    background: linear-gradient(45deg, #667eea, #764ba2);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.artikel-date {
    color: #718096;
    font-size: 0.9rem;
}

.artikel-item.featured h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.artikel-excerpt {
    font-size: 1.1rem;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.artikel-stats {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.artikel-stats span {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 0.4rem 0.8rem;
    border-radius: 15px;
    font-size: 0.85rem;
    font-weight: 600;
}

.artikel-link {
    display: inline-block;
    color: #ff6b6b;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.artikel-link:hover {
    color: #e53e3e;
    transform: translateX(5px);
}

.artikel-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin: 3rem 0;
}

.artikel-item.small .artikel-img {
    height: 200px;
}

.artikel-item.small h4 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.8rem;
}

.artikel-item.small p {
    color: #4a5568;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.artikel-section-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
}

.artikel-section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #feca57);
    border-radius: 2px;
}

.artikel-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.artikel-list-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.artikel-list-item:hover {
    background: white;
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.artikel-thumb {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}

.artikel-list-content h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.3rem;
}

.artikel-category.small {
    font-size: 0.75rem;
    padding: 0.2rem 0.6rem;
}

.artikel-list-date {
    color: #718096;
    font-size: 0.85rem;
}

/* FOOTER */
.footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #000000;
    font-size: 0.9rem;
    margin-top: auto;
}

.footer-top {
    padding: 1rem 2rem;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-renewable {
    background: linear-gradient(90deg, rgba(102, 126, 234, 0.2), rgba(118, 75, 162, 0.2));
    color: #000000;
    padding: 0.8rem 1.5rem;
    border-radius: 25px;
    display: inline-block;
    font-weight: 500;
}

.footer-main {
    max-width: 1400px;
    margin: 0 auto;
    padding: 3rem 2rem 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.footer-column h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #90ea66;
}

.footer-column ul {
    list-style: none;
}

.footer-column li {
    margin-bottom: 0.6rem;
}

.footer-column a {
    color: #2e2e2e;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.footer-column a:hover {
    color: #90ea66;
    padding-left: 0.5rem;
    transform: translateX(1px);
}

.footer-social {
    text-align: center;
}

.social-icons {
    display: flex;
    gap: 0.2rem;
    justify-content: center;
    margin: 1rem;
}

.social-img {
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    object-fit: contain;
    filter: brightness(1.2) contrast(1.1);
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.social-icons a:hover .social-img {
    filter: brightness(1) contrast(1);
    transform: scale(1.1);
}

.social-icons a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.app-btn {
    display: inline-block;
    background: linear-gradient(45deg, #06ac00, #108a00);
    color: white;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.app-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.4);
}

.locale-selector {
    color: #2e2e2e;
    font-size: 0.85rem;
}

.footer-bottom {
    background-color: #313131;
    padding: 1.5rem 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.87);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.85rem;
    transition: color 0.3s ease;
    padding-bottom: 4px;
}

.footer-links a:hover {
    color: #90ea66;
}

.copyright {
    color: #ffffff;
    font-size: 0.85rem;
}

.footer-aon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.online {
    display: flex;
    justify-content: center;
    margin: 5px;
}

.bank-list {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 120px;
    border-left: 4px solid #1eff00;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
    animation: blink-border 1s infinite;
}

@keyframes blink-border {
    0% {
        border-left-color: #1eff00;
    }

    50% {
        border-left-color: #118f00;
    }

    100% {
        border-left-color: #1eff00;
    }
}

.bank-list img {
    width: 100%;
    height: 25px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .aon-12jp264 {
        padding: 0 1rem;
        flex-direction: column;
        gap: 1rem;
    }

    .aon-nlrenb {
        display: none !important;
    }

    .content-card {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 2rem;
        padding: 2rem;
    }

    .content-card.reverse {
        direction: ltr;
    }

    .article-img {
        width: 100%;
        max-width: 400px;
        height: 400px;
        margin: 0 auto 2rem;
    }

    .artikel-grid {
        grid-template-columns: 1fr;
    }

    .artikel-main {
        margin: 2rem auto;
        padding: 0 1rem;
    }
}

@media (max-width: 768px) {
    #header-main-wrapper {
        padding: 0.5rem 0;
    }

    .aon-12jp264 {
        padding: 0 1rem;
    }

    .aon-isbo03 img {
        height: 40px;
    }

    .aon-nlrenb {
        display: none !important;
    }

    .aon-wtsb4g {
        display: none !important;
    }

    .aon-1mbdz04 {
        padding: 2rem 1rem;
    }

    .content-card {
        padding: 1.5rem;
        margin-bottom: 2rem;
    }

    .content-right h2 {
        font-size: 1.8rem;
    }

    .artikel-item.featured h3 {
        font-size: 1.5rem;
    }

    .artikel-img {
        height: 250px;
    }

    .artikel-item.small .artikel-img {
        height: 180px;
    }

    .artikel-list-item {
        flex-direction: column;
        text-align: center;
        padding: 1.2rem;
    }

    .footer-main {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 2rem 1rem;
        gap: 1.5rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }

    .footer-links {
        order: 2;
        width: 100%;
        justify-content: center;
    }

    .social-icons {
        justify-content: center;
    }

    .aon-16r70d4,
    .aon-6c86hb {
        justify-content: center;
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 480px) {
    .aon-1551isn {
        padding: 0.6rem 1.2rem;
        font-size: 0.9rem;
    }

    .footer-top {
        padding: 1rem;
    }

    .footer-renewable {
        font-size: 0.85rem;
        padding: 0.6rem 1rem;
    }
}