/* MAIN HEADER */
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    background: radial-gradient(circle at top left, rgba(255, 0, 0, .24), transparent 36%), linear-gradient(180deg, #230000 0%, #070707 100%);
    border: 1px solid rgba(255, 45, 45, .75);
    box-shadow: 0 0 18px rgba(255, 0, 0, .35), inset 0 0 18px rgba(255, 0, 0, .12);
    border-bottom: 1px solid #eeeeee;
    position: sticky;
    top: 0;
    z-index: 9999;
}
.mobile-menu-toggle {
    display: none;
    font-size: 24px;
    color: #0f5979;
    cursor: pointer;
}
.logo-text {
    font-size: 28px;
    font-weight: bold;
    color: #0f5979;
    letter-spacing: -1px;
}
.desktop-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}
.desktop-nav a {
    font-size: 14px;
    color: #fdfdfd;
    text-transform: uppercase;
}
.desktop-nav a:hover {
    color: #0f5979;
}
.desktop-nav a.sale-badge {
    background-color: #e00000;
    color: #ffffff;
    padding: 4px 8px;
    font-weight: bold;
}
.header-icons {
    display: flex;
    gap: 20px;
    font-size: 20px;
    color: #0f5979;
}

/* BREADCRUMB */
.breadcrumb {
    padding: 15px 5%;
    background-color: #f8f8f8;
    font-size: 12px;
    color: #0f5979;
}
.breadcrumb a {
    color: #0f5979;
}
.breadcrumb span {
    color: #941212;
}

/* CUSTOM SECTION CONTAINER */
.custom-section-container {
    min-height: 400px; /* Placeholder height */
    padding: 0;
    margin: 0;
    width: 100%;
}
.placeholder-content {
    text-align: center;
    padding: 100px 20px;
    background-color: #fafafa;
    border: 2px dashed #cccccc;
    margin: 20px 5%;
}

/* FOOTER */
.main-footer {
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
    padding: 40px 5% 20px;
    position: relative;
}
.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
}
.footer-col h3 {
    color: #0f5979;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: normal;
}
.footer-col ul {
    list-style: none;
}
.footer-col ul li {
    margin-bottom: 12px;
    font-size: 14px;
    color: #0f5979;
    text-transform: uppercase;
}
.footer-col ul li a:hover {
    text-decoration: underline;
}
.social-media {
    margin-top: 20px;
}
.social-media p {
    font-size: 14px;
    color: #0f5979;
    margin-bottom: 10px;
}
.social-icons a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #0f5979;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}
.app-links {
    display: flex;
    flex-direction: column;
}
.payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.payment-badge {
    font-size: 11px;
    border: 1px solid #cccccc;
    padding: 2px 6px;
    border-radius: 2px;
    color: #0f5979;
}
.legal-text {
    font-size: 12px;
    color: #0f5979;
    line-height: 1.6;
}
.back-to-top {
    position: absolute;
    bottom: 20px;
    right: 5%;
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0f5979;
    font-size: 24px;
}
/* --- PRODUCT PDP LAYOUT --- */
.product-pdp-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 20px 5%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(20px);
    border-radius: 20px;
}

/* Kolom Kiri: Galeri Foto */
.product-gallery {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
}
.main-image-wrapper {
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
    background-color: #f9f9f9;
}
.main-product-img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Menjaga foto baju tidak terpotong */
}
.thumbnail-list {
    display: flex;
    gap: 10px;
}
.thumb-item {
    border: 1px solid #eeeeee;
    cursor: pointer;
    flex: 1;
    background-color: #f9f9f9;
}
.thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thumb-item.active {
    border: 2px solid #0f5979;
}

/* Kolom Kanan: Detail */
.product-details {
    flex: 1.2;
    min-width: 300px;
}
.product-title {
    font-size: 22px;
    color: #eeeeee;
    font-weight: 500;
    margin-bottom: 5px;
}
.product-sku {
    font-size: 12px;
    color: #999999;
    margin-bottom: 15px;
}
.product-price {
    font-size: 24px;
    font-weight: bold;
    color: #ccbf07;
    margin-bottom: 15px;
}
.promo-banner {
    border: 1px solid #e2a65d;
    padding: 8px 12px;
    font-size: 13px;
    margin-bottom: 15px;
    border-radius: 4px;
    display: inline-block;
    color: #eeeeee;
}
.promo-banner.installment {
    border: none;
    padding: 0;
    font-size: 13px;
    margin-bottom: 20px;
    display: block;
}
.kredivo-logo {
    color: #00a5cf; /* Warna identik Kredivo */
    font-weight: bold;
    font-style: italic;
}
.promo-banner.installment a {
    color: #0f5979;
    text-decoration: underline;
    font-weight: bold;
}
.label-text {
    font-size: 14px;
    color: #0f5979;
    margin-bottom: 8px;
    font-weight: 500;
}
.delivery-options {
    margin-bottom: 25px;
}
.delivery-icons {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #0f5979;
    font-weight: 500;
}
.variant-group {
    margin-bottom: 20px;
}
.color-options {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}
.color-box {
    width: 40px;
    height: 40px;
    border: 1px solid #cccccc;
    cursor: pointer;
    padding: 2px;
}
.color-box.active {
    border: 2px solid #0f5979;
}
.color-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.color-name {
    font-size: 12px;
    color: #666666;
}
.size-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.size-btn {
    padding: 6px 12px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    color: #666666;
    font-size: 13px;
    border-radius: 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
/* Efek coret silang oranye untuk ukuran habis */
.size-btn.disabled {
    cursor: not-allowed;
    color: #bbbbbb;
    border-color: #eeeeee;
}
.size-btn.disabled::after {
    content: '';
    position: absolute;
    width: 120%;
    height: 2px;
    background-color: #f15922; /* Oranye kemerahan */
    top: 50%;
    left: -10%;
    transform: rotate(-15deg);
}

.size-guide-link {
    display: block;
    color: #0f5979;
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 25px;
    font-weight: 500;
}

/* Tombol Aksi */
.add-to-cart-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    margin-bottom: 30px;
}
.qty-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
.qty-dropdown {
    padding: 5px 15px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 14px;
}
.btn-action {
    width: 100%;
    padding: 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s;
}
.btn-action.primary {
    background-color: #176d93;
    color: #ffffff;
    border: none;
}
.btn-action.primary:hover {
    background-color: #0f5979;
}
.btn-action.secondary {
    background-color: #ffffff;
    color: #176d93;
    border: 1px solid #176d93;
}
.btn-action.secondary:hover {
    background-color: #f5f9fa;
}
.btn-action i {
    margin-right: 8px;
}

/* Share Icons */
.social-share-icons {
    display: flex;
    gap: 10px;
}
.share-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    background-color: #176d93;
}

/* RESPONSIVE MOBILE */
@media (max-width: 768px) {
    .product-pdp-container {
        flex-direction: column;
        padding: 15px;
    }
    .product-gallery, .product-details {
        max-width: 100%;
    }
    .product-title {
        font-size: 20px;
    }
}
/* COPYRIGHT BAR */
.copyright-bar {
    background-color: #0f5979;
    color: #ffffff;
    text-align: center;
    padding: 15px;
    font-size: 12px;
}

/* RESPONSIVE / MOBILE FRIENDLY */
@media (max-width: 991px) {
    .top-bar {
        display: none; /* Sembunyikan top bar di mobile untuk efisiensi ruang */
    }
    .desktop-nav {
        display: none; /* Sembunyikan menu desktop, ganti hamburger */
    }
    .mobile-menu-toggle {
        display: block;
    }
    .main-header {
        padding: 15px 5%;
    }
    .header-icons {
        gap: 15px;
        font-size: 18px;
    }
    .footer-container {
        grid-template-columns: 1fr;
    }
    .back-to-top {
        display: none;
    }
}

/* TOMBOL CTA */
.mc-cta-zone,
.mc-cta-zone * {
  box-sizing: border-box;
}

.mc-cta-zone {
  width: min(100%, 720px);
  margin: 14px auto 22px;
  padding: 0 14px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.mc-neo-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  width: 100%;
  min-height: 48px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  text-decoration: none;
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .4px;
  text-transform: uppercase;
  transition: .25s ease;
}

.mc-neo-btn span {
  position: relative;
  z-index: 5;
}

/* border neon muter */
.mc-neo-btn::before {
  content: "";
  position: absolute;
  inset: -90px;
  z-index: 1;
  background: conic-gradient(
    transparent,
    transparent,
    #ff0000,
    #ffffff,
    #ff004c,
    transparent,
    transparent
  );
  animation: mcNeoSpin 3s linear infinite;
}

/* isi tombol */
.mc-neo-btn::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 2;
  border-radius: 12px;
}

/* tombol daftar */
.mc-neo-daftar {
  color: #ffffff;
  box-shadow:
    0 0 12px rgba(255, 0, 0, .55),
    0 0 28px rgba(255, 0, 0, .25);
}

.mc-neo-daftar::after {
  background:
    radial-gradient(circle at 30% 0%, rgba(255,255,255,.22), transparent 34%),
    linear-gradient(180deg, #ff2a2a 0%, #c40000 48%, #460000 100%);
}

/* tombol login */
.mc-neo-login {
  color: #ffecec;
  box-shadow:
    0 0 12px rgba(255, 0, 0, .5),
    0 0 26px rgba(255, 0, 0, .22);
}

.mc-neo-login::after {
  background:
    radial-gradient(circle at 50% -20%, rgba(255,0,0,.5), transparent 40%),
    linear-gradient(180deg, #240000 0%, #8a0000 48%, #050000 100%);
}

.mc-neo-btn span {
  color: #ffffff;
  text-shadow:
    0 0 8px rgba(255, 0, 0, .95),
    0 2px 2px rgba(0, 0, 0, .8);
}

/* efek garis scan */
.mc-neo-btn span::before {
  content: "";
  position: absolute;
  left: -20px;
  right: -20px;
  top: 50%;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.95),
    transparent
  );
  opacity: .65;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
  animation: mcNeoScan 2.6s ease-in-out infinite;
}

/* hover */
.mc-neo-btn:hover {
  transform: translateY(-3px) scale(1.015);
  filter: brightness(1.18);
}

.mc-neo-btn:hover::before {
  animation-duration: 1.1s;
}

.mc-neo-btn:active {
  transform: translateY(2px) scale(.97);
}

@keyframes mcNeoSpin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes mcNeoScan {
  0% {
    transform: translateY(-50%) scaleX(0);
    opacity: 0;
  }

  25% {
    opacity: .8;
  }

  50% {
    transform: translateY(-50%) scaleX(1);
    opacity: .6;
  }

  100% {
    transform: translateY(-50%) scaleX(0);
    opacity: 0;
  }
}

/* mobile */
@media (max-width: 560px) {
  .mc-cta-zone {
    width: 100%;
    margin: 12px auto 18px;
    padding: 0 12px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .mc-neo-btn {
    min-height: 46px;
    padding: 13px 14px;
    border-radius: 12px;
    font-size: 12px;
  }

  .mc-neo-btn::after {
    border-radius: 10px;
  }
}
/* WRAPPER DISINI */
        .MIKATOTO-wrapper {
            max-width: 1200px;
            margin: 40px auto;
            padding: 40px 30px;
            border-radius: 24px;
            background: radial-gradient(circle at top left, rgba(255, 0, 0, .24), transparent 36%), linear-gradient(180deg, #230000 0%, #070707 100%);
            border: 1px solid rgba(255, 45, 45, .75);
            box-shadow: 0 0 18px rgba(255, 0, 0, .35), inset 0 0 18px rgba(255, 0, 0, .12);
            font-family: "Poppins", sans-serif;
            color: #ffffff;
            position: relative;
            overflow: hidden;
        }

        /* Efek Kilau / Shine Premium Gold */
        .MIKATOTO-wrapper::before {
            content: "";
            position: absolute;
            top: 0;
            left: -150%;
            width: 60%;
            height: 100%;
            background: linear-gradient(120deg,
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 215, 0, 0.2) 50%,
                    rgba(255, 255, 255, 0) 100%);
            transform: skewX(-25deg);
            animation: shineGold 4s infinite linear;
            pointer-events: none;
        }

        @keyframes shineGold {
            0% {
                left: -150%;
            }

            100% {
                left: 150%;
            }
        }

        /* Heading Elegan Gold */
        .MIKATOTO-wrapper h2 {
            text-align: center;
            font-size: 28px;
            font-weight: 700;
            color: #FFD700;
            text-shadow: 0 2px 10px rgba(255, 215, 0, 0.4);
            margin: 40px 0 25px;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .MIKATOTO-wrapper h2:first-of-type {
            margin-top: 20px;
        }

        /* KELOMPOK TOMBOL AKSI (Fitur Baru) */
        .MIKATOTO-action-buttons {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 40px;
        }


        /* FAQ ACCORDION 3D */
        .pertanyaan-MIKATOTO {
            max-width: 1000px;
            margin: 0 auto 40px;
        }

        .MIKATOTO-wrapper details {
            background: linear-gradient(135deg, #1a0f00 0%, #0d0800 100%);
            border-radius: 14px;
            margin-bottom: 18px;
            padding: 20px 24px;
            border: 1px solid rgba(255, 215, 0, 0.2);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
        }

        .MIKATOTO-wrapper details[open] {
            border-color: #FFD700;
            box-shadow: 0 0 20px rgba(255, 215, 0, 0.25);
        }

        .MIKATOTO-wrapper details:hover {
            border-color: rgba(255, 215, 0, 0.6);
            transform: translateY(-2px);
        }

        .MIKATOTO-wrapper p {
            color: #fffaee;
            font-size: 16px;
            line-height: 1.9;
            text-align: justify;

            margin-bottom: 18px;

            text-shadow:
                0 1px 2px rgba(0, 0, 0, .65);
        }

        .MIKATOTO-wrapper summary {
            cursor: pointer;
            font-size: 17px;
            font-weight: 600;
            color: #ffed4a;
            list-style: none;
            position: relative;
            padding-right: 30px;
        }

        /* Custom Arrow FAQ - Gold */
        .MIKATOTO-wrapper summary::after {
            content: "▼";
            font-size: 12px;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            color: #FFD700;
            transition: transform 0.3s;
        }

        .MIKATOTO-wrapper details[open] summary::after {
            transform: translateY(-50%) rotate(180deg);
            color: #ffed4a;
        }

        .MIKATOTO-wrapper details p {
            margin-top: 15px;
            font-size: 15px;
            line-height: 1.8;
            color: #ffffff;
            border-top: 1px solid rgba(255, 215, 0, 0.1);
            padding-top: 12px;
        }

        /* TESTIMONI GRID 3D */
        .testimoni-wrapper {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 25px;
        }

        .MIKATOTO-wrapper blockquote {
            background: rgba(255, 255, 255, 0.02);
            border-top: 4px solid #FFD700;
            border-radius: 16px;
            padding: 30px 25px 20px;
            margin: 0;
            position: relative;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
            border-left: 1px solid rgba(255, 215, 0, 0.05);
            border-right: 1px solid rgba(255, 215, 0, 0.05);
            border-bottom: 1px solid rgba(255, 215, 0, 0.05);
            transition: all 0.3s ease;
        }

        .MIKATOTO-wrapper blockquote:hover {
            transform: translateY(-6px);
            border-top-color: #ffed4a;
            box-shadow: 0 15px 30px rgba(255, 215, 0, 0.25);
            background: rgba(255, 215, 0, 0.04);
        }

        .MIKATOTO-wrapper blockquote::before {
            content: "“";
            font-size: 70px;
            color: rgba(255, 215, 0, 0.15);
            position: absolute;
            top: -10px;
            left: 15px;
            font-family: serif;
        }

        .MIKATOTO-wrapper blockquote p {
            font-size: 14.5px;
            line-height: 1.7;
            color: #fffaee;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        .MIKATOTO-wrapper cite {
            display: block;
            margin-top: 20px;
            font-size: 13px;
            font-weight: 600;
            color: #FFD700;
            font-style: normal;
            border-top: 1px solid rgba(255, 215, 0, 0.05);
            padding-top: 10px;
        }

        .device-info {
            display: block;
            font-size: 11px;
            color: #b8a88a;
            font-weight: 400;
            margin-top: 2px;
        }

        /* FOOTER & SEO TAGS */
        .seller-name__detail {
            margin-top: 50px;
            text-align: center;
            border-top: 1px solid rgba(255, 215, 0, 0.2);
            padding-top: 30px;
        }

        .seller-name__detail a {
            color: #FFD700;
            font-weight: 700;
            font-size: 1.3em;
            text-decoration: none;
            text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
            transition: 0.3s;
        }

        .seller-name__detail a:hover {
            color: #ffed4a;
            text-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
        }

        .m-design__additional-info {
            margin-top: 30px;
            background: rgba(0, 0, 0, 0.4);
            padding: 20px;
            border-radius: 14px;
            border: 1px solid rgba(255, 215, 0, 0.05);
        }

        .m-design__subtitles {
            color: #FFD700;
            font-size: 16px;
            margin-bottom: 15px;
            text-align: center;
            text-transform: uppercase;
            font-weight: 600;
        }

        .container__scrollable {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
        }

        .vc-pill--on-light {
            background: rgba(255, 215, 0, 0.15);
            color: #ffed4a;
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            text-decoration: none;
            border: 1px solid rgba(255, 215, 0, 0.3);
            transition: all 0.2s ease;
        }

        .vc-pill--on-light:hover {
            background: #FFD700;
            color: #0d0800;
            box-shadow: 0 0 12px rgba(255, 215, 0, 0.6);
            transform: translateY(-1px);
        }

        /* Responsive Mobile */
        @media (max-width: 768px) {
            .MIKATOTO-wrapper {
                padding: 25px 15px;
                margin: 20px 10px;
            }

            .MIKATOTO-action-buttons {
                grid-template-columns: 1fr;
                gap: 10px;
            }

            .MIKATOTO-wrapper h2 {
                font-size: 22px;
            }

            .angka-result {
                font-size: 26px;
            }
        }

        /* Asap Gold */
        .MIKATOTO-wrapper::before {
            content: "";
            position: absolute;
            inset: 0;

            background:
                radial-gradient(circle at 20% 30%,
                    rgba(255, 215, 0, .04),
                    transparent 30%),

                radial-gradient(circle at 80% 60%,
                    rgba(255, 215, 0, .03),
                    transparent 35%),

                radial-gradient(circle at 50% 90%,
                    rgba(255, 215, 0, .08),
                    transparent 40%);

            pointer-events: none;
        }

        /* Garis dinding ala Wall Maria - Gold */
        .MIKATOTO-wrapper::after {
            content: "";
            position: absolute;
            inset: 0;

            background:
                repeating-linear-gradient(90deg,
                    transparent 0px,
                    transparent 78px,
                    rgba(255, 215, 0, .03) 80px),

                repeating-linear-gradient(0deg,
                    transparent 0px,
                    transparent 38px,
                    rgba(255, 215, 0, .02) 40px);

            opacity: .3;
            pointer-events: none;
        }

        /* Judul AOT - Gold */
        .MIKATOTO-wrapper h2 {
            color: #FFD700;
            text-transform: uppercase;
            letter-spacing: 2px;

            text-shadow:
                0 0 8px rgba(255, 215, 0, .4),
                0 0 20px rgba(255, 215, 0, .15);
        }

        /* Card - Gold accent */
        .MIKATOTO-wrapper details,
        .MIKATOTO-wrapper blockquote,
        .card-pasaran {
            background: rgba(0, 0, 0, .45) !important;
            backdrop-filter: blur(4px);

            border: 1px solid rgba(255, 215, 0, .15);

            box-shadow:
                0 5px 20px rgba(0, 0, 0, .35);
        }

        /* Hover Gold */
        .MIKATOTO-wrapper details:hover,
        .MIKATOTO-wrapper blockquote:hover,
        .card-pasaran:hover {
            border-color: #FFD700;
            box-shadow:
                0 0 25px rgba(255, 215, 0, .2);
        }

        .aot-report-header {
            text-align: center;
            margin-bottom: 35px;
        }

        .aot-badge {
            display: inline-block;
            padding: 8px 16px;

            background: #1a0f00;
            border: 1px solid #FFD700;

            color: #FFD700;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2px;

            border-radius: 30px;
        }

        .aot-report-header h2 {
            margin: 15px 0 10px;
            font-size: 32px;
            color: #FFD700;
            letter-spacing: 3px;
        }

        .aot-report-header p {
            color: #c9c9c9;
        }

        .aot-report-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
        }

        .aot-report-card {
            padding: 25px;

            background:
                linear-gradient(180deg,
                    rgba(30, 25, 15, .95),
                    rgba(15, 10, 5, .95));

            border: 1px solid rgba(255, 215, 0, .2);

            border-radius: 16px;

            text-align: center;

            transition: .3s;
        }

        .aot-report-card:hover {
            transform: translateY(-5px);

            border-color: #FFD700;

            box-shadow:
                0 0 25px rgba(255, 215, 0, .15);
        }

        .aot-icon {
            font-size: 32px;
            margin-bottom: 10px;
        }

        .aot-title {
            font-size: 13px;
            color: #b8a88a;
            letter-spacing: 2px;
        }
        .aot-archive-section,
                        .aot-testimony-section,
                        .aot-tag-wall {
	margin-top: 45px;
	position: relative;
	z-index: 2;
}

.aot-section-title {
	text-align: center;
	margin-bottom: 25px;
}

.aot-mini-label {
	display: inline-block;
	padding: 7px 15px;
	margin-bottom: 12px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 2px;
	color: #FFD700;
	background: rgba(204, 0, 0, 0.25);
	border: 1px solid rgba(255, 215, 0, 0.4);
	border-radius: 999px;
}

.aot-section-title h2 {
	margin: 0;
	color: #FFD700;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 0 0 18px rgba(255, 215, 0, 0.3);
}

.aot-faq-list {
	max-width: 1000px;
	margin: 0 auto;
}

.aot-faq-item {
	margin-bottom: 15px;
	padding: 20px 22px;
	background: linear-gradient(135deg, rgba(20, 15, 10, 0.95), rgba(10, 8, 5, 0.95));
	border-left: 4px solid #CC0000;
	border-right: 1px solid rgba(255, 215, 0, 0.15);
	border-top: 1px solid rgba(255, 215, 0, 0.15);
	border-bottom: 1px solid rgba(255, 215, 0, 0.15);
	border-radius: 14px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .35);
}

.aot-faq-item[open] {
	border-left-color: #FFD700;
	box-shadow: 0 0 28px rgba(204, 0, 0, 0.3);
}

.aot-faq-item summary {
	cursor: pointer;
	list-style: none;
	color: #ffed4a;
	font-size: 16px;
	font-weight: 700;
	padding-right: 28px;
	position: relative;
}

.aot-faq-item summary::-webkit-details-marker {
	display: none;
}

.aot-faq-item summary::after {
	content: "⚔";
	position: absolute;
	right: 0;
	top: 0;
	color: #CC0000;
	transition: .3s;
}

.aot-faq-item[open] summary::after {
	transform: rotate(90deg);
	color: #FFD700;
}

.aot-faq-item p {
	margin: 15px 0 0;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 215, 0, 0.1);
	color: #fffaee;
	line-height: 1.8;
	font-size: 14px;
}

.aot-testimony-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 22px;
}

.aot-testimony-card {
	position: relative;
	padding: 26px 22px;
	background: radial-gradient(circle at top left, rgba(204, 0, 0, 0.2), transparent 35%),
                                linear-gradient(180deg, rgba(20, 15, 10, 0.95), rgba(8, 6, 4, 0.96));
	border: 1px solid rgba(255, 215, 0, 0.15);
	border-top: 4px solid #CC0000;
	border-radius: 18px;
	box-shadow: 0 14px 30px rgba(0, 0, 0, .45),
                                inset 0 1px 0 rgba(255, 255, 255, .04);
	transition: .3s ease;
}

.aot-testimony-card:hover {
	transform: translateY(-6px);
	border-top-color: #FFD700;
	box-shadow: 0 18px 35px rgba(0, 0, 0, .6), 0 0 25px rgba(204, 0, 0, 0.25);
}

.aot-testimony-card::before {
	content: "WALL";
	position: absolute;
	right: 18px;
	top: 16px;
	font-size: 10px;
	letter-spacing: 3px;
	color: rgba(255, 215, 0, 0.18);
	font-weight: 900;
}

.aot-testimony-card p {
	color: #fffaee;
	line-height: 1.75;
	margin: 0;
	font-size: 14px;
}
.aot-testimony-card h3 {
	color: #fffaee;
	line-height: 1.75;
	margin: 0;
	font-size: 14px;
}

.aot-user {
	margin-top: 20px;
	padding-top: 14px;
	border-top: 1px solid rgba(255, 215, 0, 0.08);
}

.aot-user strong {
	display: block;
	color: #FFD700;
	font-size: 14px;
}

.aot-user span {
	display: block;
	margin-top: 4px;
	color: #b8a88a;
	font-size: 12px;
}

.aot-tag-wall {
	padding: 25px;
	border-radius: 18px;
    background: radial-gradient(circle at top left, rgba(255, 0, 0, .24), transparent 36%), linear-gradient(180deg, #230000 0%, #070707 100%);
	border: 1px solid rgba(255, 215, 0, 0.15);
}

.aot-tag-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}

.aot-tag-list a {
	display: inline-block;
	padding: 9px 16px;
	color: #FFD700;
	background: rgba(204, 0, 0, 0.2);
	border: 1px solid rgba(255, 215, 0, 0.2);
	border-radius: 999px;
	font-size: 12px;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: .5px;
	transition: .25s ease;
}

.aot-tag-list a:hover {
	background: #CC0000;
	color: #fff;
	border-color: #FFD700;
	box-shadow: 0 0 18px rgba(204, 0, 0, 0.4);
	transform: translateY(-2px);
}

.aot-final-link {
	margin-top: 35px;
	text-align: center;
}

.aot-final-link a {
	display: inline-block;
	padding: 15px 28px;
	color: #fafaf9;
	    text-transform: uppercase;
        background: radial-gradient(circle at top, rgba(255, 255, 255, .22), transparent 38%), linear-gradient(180deg, #ff2a2a 0%, #c40000 48%, #420000 100%);
        border: 1px solid rgba(255, 70, 70, .9);
        box-shadow: 0 0 14px rgba(255, 0, 0, .7), inset 0 2px 3px rgba(255, 255, 255, .22), inset 0 -5px 10px rgba(0, 0, 0, .55);
        text-shadow: 0 0 8px rgba(255, 0, 0, .9), 0 2px 2px rgba(0, 0, 0, .75);
        animation: mkmbPulse 1.8s ease-in-out infinite;
	border-radius: 12px;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.aot-final-link a:hover {
	background: linear-gradient(135deg, #ffed4a, #d4a017);
	transform: translateY(-2px);
	box-shadow: 0 12px 30px rgba(255, 215, 0, 0.3);
}

@media(max-width:768px) {
	.aot-section-title h2 {
		font-size: 22px;
	}

	.aot-faq-item {
		padding: 17px 18px;
	}

	.aot-tag-wall {
		padding: 20px 12px;
	}
}

.mktt6 {width: 100%;margin: 0 0 16px;padding: 10px 0;overflow: hidden;white-space: nowrap;border: 1px solid rgba(245, 11, 19, 0.45);
    border-radius: 10px;
    background: radial-gradient(circle at top left, rgba(255, 0, 0, .24), transparent 36%), linear-gradient(180deg, #230000 0%, #070707 100%);
    border: 1px solid rgba(255, 45, 45, .75);
    box-shadow: 0 0 18px rgba(255, 0, 0, .35), inset 0 0 18px rgba(255, 0, 0, .12);
}.mktt6-text {display: inline-block;min-width: 100%;margin: 0;padding-left: 100%;color: #d8d9df;font-size: 10px;line-height: 1.4;font-weight: 700;letter-spacing: 2px;text-transform: uppercase;animation: mktt6Berjalan 14s linear infinite;}@keyframes mktt6Berjalan {from {transform: translateX(0);}to {transform: translateX(-100%);}}
/* STICKY */
.mkmb-sticky,
.mkmb-sticky * {
  box-sizing: border-box;
}

.mkmb-sticky {
  display: none;
}

@media (max-width: 768px) {
  body {
    padding-bottom: 78px;
  }

  .mkmb-sticky {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 99999;

    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px;
    border-radius: 18px;

    background:
      radial-gradient(circle at top left, rgba(255, 0, 0, .28), transparent 35%),
      linear-gradient(180deg, rgba(28, 0, 0, .96), rgba(5, 5, 5, .96));

    border: 1px solid rgba(255, 0, 0, .65);

    box-shadow:
      0 0 18px rgba(255, 0, 0, .45),
      0 12px 30px rgba(0, 0, 0, .55),
      inset 0 0 16px rgba(255, 0, 0, .12);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .mkmb-sticky-img {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    object-fit: cover;
    border-radius: 14px;

    border: 1px solid rgba(255, 255, 255, .16);

    box-shadow:
      0 0 12px rgba(255, 0, 0, .55),
      inset 0 0 10px rgba(255, 255, 255, .08);
  }

  .mkmb-sticky-btn {
    position: relative;
    overflow: hidden;

    flex: 1;
    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    color: #ffffff;
    text-decoration: none;
    text-align: center;

    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .5px;
    text-transform: uppercase;

    background:
      radial-gradient(circle at top, rgba(255, 255, 255, .22), transparent 38%),
      linear-gradient(180deg, #ff2a2a 0%, #c40000 48%, #420000 100%);

    border: 1px solid rgba(255, 70, 70, .9);

    box-shadow:
      0 0 14px rgba(255, 0, 0, .7),
      inset 0 2px 3px rgba(255, 255, 255, .22),
      inset 0 -5px 10px rgba(0, 0, 0, .55);

    text-shadow:
      0 0 8px rgba(255, 0, 0, .9),
      0 2px 2px rgba(0, 0, 0, .75);

    animation: mkmbPulse 1.8s ease-in-out infinite;
  }

  .mkmb-sticky-btn::before {
    content: "";
    position: absolute;
    top: -40%;
    left: -80%;
    width: 45%;
    height: 180%;

    background: linear-gradient(
      120deg,
      transparent,
      rgba(255, 255, 255, .55),
      transparent
    );

    transform: rotate(18deg);
    animation: mkmbShine 2.8s ease-in-out infinite;
  }

  .mkmb-sticky-btn:active {
    transform: scale(.97);
    filter: brightness(.9);
  }
}

@keyframes mkmbPulse {
  0%, 100% {
    box-shadow:
      0 0 14px rgba(255, 0, 0, .7),
      inset 0 2px 3px rgba(255, 255, 255, .22),
      inset 0 -5px 10px rgba(0, 0, 0, .55);
  }

  50% {
    box-shadow:
      0 0 24px rgba(255, 0, 0, .95),
      0 0 38px rgba(255, 0, 0, .45),
      inset 0 2px 3px rgba(255, 255, 255, .28),
      inset 0 -5px 10px rgba(0, 0, 0, .55);
  }
}

@keyframes mkmbShine {
  0% {
    left: -80%;
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  55% {
    left: 130%;
    opacity: 1;
  }

  100% {
    left: 130%;
    opacity: 0;
  }
}