/*
Theme Name: Template Mikrotik
Theme URI: https://templatemikrotik.id/
Author: Rio Ilham Hadi / kiwil.id
Author URI: https://templatemikrotik.id/
Description: Clean Minimalist Apple/SaaS Style Theme & Instant Guest Checkout System for Template Mikrotik.
Version: 3.1.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
Text Domain: templatemikrotik
*/

/* ==========================================================================
   1. GLOBAL RESETS & COLOR TOKENS
   ========================================================================== */
:root {
    --tm-bg: #f8fafc;
    --tm-surface: #ffffff;
    --tm-surface-subtle: #f1f5f9;
    --tm-text-main: #0f172a;
    --tm-text-muted: #64748b;
    --tm-text-light: #94a3b8;
    --bs-btn-hover-bg: #16a34a;
    --tm-primary: #a9f501;
    --tm-primary-hover: #16a34a;
    --tm-dark: #0f172a;
    --tm-dark-hover: #1e293b;
    --tm-border: #e2e8f0;
    --tm-border-hover: #cbd5e1;
    --tm-radius: 12px;
    --tm-radius-pill: 50px;
    --tm-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
    --tm-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
    --tm-shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -4px rgba(0, 0, 0, 0.04);
    --bs-link-color: #0f172a !important;
    --bs-link-hover-color: #16a34a !important;
    --bs-primary: #0f172a !important;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* ==========================================================================
   RESPONSIVE VIDEO / RATIO (16:9) EMBED ENGINE
   ========================================================================== */
.ratio,
.ratio-16x9,
.video-responsive {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    display: block !important;
    overflow: hidden !important;
    border-radius: 12px !important;
}

.ratio::before,
.ratio-16x9::before {
    display: none !important;
    content: none !important;
}

.ratio > iframe,
.ratio-16x9 > iframe,
.video-responsive > iframe,
.ratio > *,
.ratio-16x9 > * {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
}


body {
    font-family: 'Figtree', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    color: var(--tm-text-main) !important;
    background-color: var(--tm-bg) !important;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* Universal Link Reset - No accidental default blue links */
a, a:link, a:visited {
    color: inherit;
    text-decoration: none !important;
}

a:hover:not(.btn):not([class*="btn-"]):not([class*="blog-filter"]):not([class*="page-numbers"]),
a:focus:not(.btn):not([class*="btn-"]) {
    color: #16a34a !important;
    text-decoration: none !important;
}

a.text-dark, a.text-dark:link, a.text-dark:visited {
    color: #0f172a !important;
}

a.text-dark:hover {
    color: #16a34a !important;
}

.container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* ==========================================================================
   UNIVERSAL PILL / ROUNDED BUTTONS (KONSISTENSI SUDUT MELENGKUNG SEMUA TOMBOL)
   ========================================================================== */
.btn,
button.btn,
a.btn,
input[type="submit"],
input[type="button"],
input[type="reset"],
button[type="submit"],
button[type="button"],
.btn-card-action,
.btn-preview-pill,
.view-btn,
.btn-wa-jasa,
.btn-wa-footer,
.btn-vpn,
.btn-bento-vpn,
.btn-blog-all,
.btn-remove-item,
.btn-add-to-cart,
.btn-buy-now,
#btn-submit-guest-checkout,
.share-action-btn,
.swal2-confirm,
.swal2-cancel,
.swal2-deny,
.page-numbers:not(.dots),
.pagination a,
.pagination span {
    border-radius: var(--tm-radius-pill, 50px) !important;
}

/* ==========================================================================
   GLOBAL BUTTON HOVER EFFECTS & VIBRANT COLOR FEEDBACK
   ========================================================================== */
.btn,
button.btn,
a.btn,
.btn-card-action,
.btn-preview-pill,
.btn-wa-jasa,
.btn-wa-footer,
.btn-vpn,
.btn-bento-vpn,
.btn-blog-all,
.btn-remove-item,
.btn-add-to-cart,
.btn-buy-now,
#btn-submit-guest-checkout,
.share-action-btn {
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Dark Pill Buttons - DEFAULT STATE (warna teks putih wajib eksplisit agar tidak dioverride a:link inherit) */
.btn-dark,
button.btn-dark,
a.btn-dark,
a.btn-dark:link,
a.btn-dark:visited,
.btn-buy-now,
#btn-submit-guest-checkout {
    background-color: #0f172a !important;
    border-color: #0f172a !important;
    color: #ffffff !important;
}

/* Dark Pill Buttons - HOVER STATE */
.btn-dark:hover,
button.btn-dark:hover,
a.btn-dark:hover,
.btn-buy-now:hover,
#btn-submit-guest-checkout:hover {
    background: #16a34a !important;
    border-color: #16a34a !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.4) !important;
}

/* Outline Dark Buttons (Tambah ke Keranjang, Reset, dsb) */
.btn-outline-dark,
a.btn-outline-dark,
a.btn-outline-dark:link,
a.btn-outline-dark:visited {
    color: #0f172a !important;
    border-color: #0f172a !important;
    background-color: transparent !important;
}

.btn-outline-dark:hover,
a.btn-outline-dark:hover,
.btn-add-to-cart:hover {
    background: #0f172a !important;
    border-color: #0f172a !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.25) !important;
}

/* Outline Success Buttons (Live Demo) */
.btn-outline-success:hover {
    background: #16a34a !important;
    border-color: #16a34a !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(22, 163, 74, 0.4) !important;
}

/* Success & WhatsApp Consultation Buttons */
.btn-success:hover,
.btn-wa-jasa:hover,
.btn-wa-footer:hover {
    background: #15803d !important;
    border-color: #15803d !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(22, 163, 74, 0.45) !important;
}

/* Remove Item in Cart */
.btn-remove-item:hover {
    background: #dc2626 !important;
    border-color: #dc2626 !important;
    color: #ffffff !important;
    transform: scale(1.05) !important;
    box-shadow: 0 4px 14px rgba(220, 38, 38, 0.4) !important;
}

/* Product Card Action / Detail Pills */
.btn-card-action:hover,
.btn-preview-pill:hover {
    background: #16a34a !important;
    color: #ffffff !important;
    border-color: #16a34a !important;
    transform: translateY(-1px) scale(1.03) !important;
    box-shadow: 0 4px 16px rgba(22, 163, 74, 0.4) !important;
}

/* Social Share Buttons (FontAwesome Perfect Circle & Brands) */
.tm-share-group {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}

.tm-social-share-btn {
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    max-height: 38px !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 50% !important;
    flex: 0 0 38px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: none !important;
    color: #ffffff !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
    box-sizing: border-box !important;
}

.tm-social-share-btn i {
    font-size: 1.1rem !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

.tm-share-wa {
    background-color: #25d366 !important;
}
.tm-share-wa:hover {
    background-color: #1ebe5d !important;
    color: #ffffff !important;
    transform: translateY(-2px) scale(1.08) !important;
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4) !important;
}

.tm-share-fb {
    background-color: #1877f2 !important;
}
.tm-share-fb:hover {
    background-color: #0d6efd !important;
    color: #ffffff !important;
    transform: translateY(-2px) scale(1.08) !important;
    box-shadow: 0 6px 16px rgba(24, 119, 242, 0.4) !important;
}

.tm-share-x {
    background-color: #0f172a !important;
}
.tm-share-x:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
    transform: translateY(-2px) scale(1.08) !important;
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.4) !important;
}

.tm-share-tg {
    background-color: #229ed9 !important;
}
.tm-share-tg:hover {
    background-color: #1b8bbf !important;
    color: #ffffff !important;
    transform: translateY(-2px) scale(1.08) !important;
    box-shadow: 0 6px 16px rgba(34, 158, 217, 0.4) !important;
}

.tm-copy-link-btn {
    height: 38px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    background: #f8fafc !important;
    color: #334155 !important;
    border: 1px solid #e2e8f0 !important;
    font-size: 0.86rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
    text-decoration: none !important;
}

.tm-copy-link-btn:hover {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.2) !important;
}

.btn-blog-all,
a.btn-blog-all,
a.btn-blog-all:link,
a.btn-blog-all:visited {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    height: 38px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
    text-decoration: none !important;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03) !important;
    white-space: nowrap !important;
}

.btn-blog-all span,
.btn-blog-all i {
    color: inherit !important;
    transition: transform 0.2s ease !important;
}

.btn-blog-all:hover,
.btn-blog-all:focus,
.btn-blog-all:active,
a.btn-blog-all:hover {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.22) !important;
}

.btn-blog-all:hover span,
.btn-blog-all:hover i,
a.btn-blog-all:hover span,
a.btn-blog-all:hover i {
    color: #ffffff !important;
}

.btn-blog-all:hover i.fa-arrow-right {
    transform: translateX(3px) !important;
}

.btn-blog-all:hover i.fa-arrow-left {
    transform: translateX(-3px) !important;
}

.share-action-btn:hover {
    transform: translateY(-3px) scale(1.1) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25) !important;
}

/* ==========================================================================
   UNIVERSAL ROUNDED CORNERS FOR ALL IMAGES (RADIUS SEMUA GAMBAR)
   ========================================================================== */
img,
.img-fluid,
.product-card-saas .card-img-wrapper,
.product-card-saas .card-img-wrapper img,
.premium-card .card-img-wrapper,
.premium-card .card-img-wrapper img,
.blog-card-saas .blog-img-wrapper,
.blog-card-saas .blog-img-wrapper img,
.product-gallery-main,
.product-gallery-main .carousel-inner,
.product-gallery-main .carousel-item img,
.thumb-nav-item,
.checkout-item-card img,
.entry-content img,
article img {
    border-radius: var(--tm-radius, 12px) !important;
}

.thumb-nav-item {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    border: 2px solid transparent !important;
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important;
}

.thumb-nav-item:hover,
.thumb-nav-item.active {
    border-color: #16a34a !important;
    transform: translateY(-2px) !important;
}

.product-card-saas .card-img-wrapper,
.premium-card .card-img-wrapper,
.blog-card-saas .blog-img-wrapper {
    border-radius: 12px 12px 0 0 !important;
}

.product-card-saas .card-img-wrapper img,
.premium-card .card-img-wrapper img,
.blog-card-saas .blog-img-wrapper img {
    border-radius: 12px 12px 0 0 !important;
}

/* ==========================================================================
   PAGE BOUNDS (KONSISTENSI BATAS ATAS DAN BAWAH SEMUA HALAMAN)
   ========================================================================== */
.tm-main-wrapper {
    padding-top: 2rem !important;
    padding-bottom: 3.5rem !important;
    min-height: calc(100vh - 420px);
}

@media (max-width: 767.98px) {
    .tm-main-wrapper {
        padding-top: 1.25rem !important;
        padding-bottom: 2.25rem !important;
    }
}

/* ==========================================================================
   MODERN BREADCRUMBS
   ========================================================================== */
.tm-breadcrumb-nav {
    margin-bottom: 1.25rem !important;
}

.tm-breadcrumb {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 8px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.84rem !important;
}

.tm-breadcrumb-item {
    display: inline-flex !important;
    align-items: center !important;
}

.tm-breadcrumb-item a {
    color: #64748b !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: color 0.15s ease !important;
    display: inline-flex !important;
    align-items: center !important;
}

.tm-breadcrumb-item a:hover {
    color: var(--bs-btn-hover-bg, #16a34a) !important;
}

.tm-breadcrumb-sep {
    font-size: 0.62rem !important;
    color: #94a3b8 !important;
    display: inline-flex !important;
    align-items: center !important;
}

.tm-breadcrumb-item.active {
    color: #0f172a !important;
    font-weight: 600 !important;
}

/* ==========================================================================
   2. NAVBAR (BLACK THEME) & TRANSPARENT LOGO
   ========================================================================== */
body nav.navbar.navbar-expand-lg,
.tm-header-dark {
    display: flex !important;
    background-color: #000000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1030 !important;
    padding: 12px 0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

body nav.navbar .container {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

/* LOGO: Background completely transparent with crisp rendering */
.navbar-brand,
.navbar-brand:focus,
.navbar-brand:hover {
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none !important;
}

.navbar-brand img,
.tm-logo-img,
.custom-logo,
.custom-logo-link img {
    max-height: 38px !important;
    max-width: 190px !important;
    height: auto !important;
    width: auto !important;
    display: block !important;
    object-fit: contain !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.navbar-collapse {
    display: flex !important;
    align-items: center !important;
}

/* ==========================================================================
   DESKTOP NAVBAR & SUBMENU (CLEAN, SLEEK SAAS AESTHETICS)
   ========================================================================== */
#navbarMainDesktop .tm-desktop-nav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 4px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#navbarMainDesktop .tm-desktop-nav > li {
    display: inline-flex !important;
    align-items: center !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#navbarMainDesktop .tm-desktop-nav .nav-link,
#navbarMainDesktop .tm-desktop-nav > li > a {
    font-size: 0.92rem !important;
    font-weight: 500 !important;
    color: #cbd5e1 !important;
    padding: 8px 14px !important;
    border-radius: 8px !important;
    transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1) !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: transparent !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

#navbarMainDesktop .tm-desktop-nav .nav-link:hover,
#navbarMainDesktop .tm-desktop-nav > li > a:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.07) !important;
}

#navbarMainDesktop .tm-desktop-nav .nav-link.active,
#navbarMainDesktop .tm-desktop-nav > li.current-menu-item > a,
#navbarMainDesktop .tm-desktop-nav > li.current_page_item > a {
    color: #a9f501 !important;
    background-color: rgba(169, 245, 1, 0.09) !important;
    font-weight: 600 !important;
}

/* DESKTOP DROPDOWN SUBMENU */
#navbarMainDesktop .tm-desktop-nav .menu-item-has-children {
    position: relative !important;
}

#navbarMainDesktop .tm-desktop-nav .menu-item-has-children > a {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding-right: 12px !important;
}

/* Smooth Rotating CSS Arrow Indicator */
#navbarMainDesktop .tm-desktop-nav .menu-item-has-children > a::after {
    content: "" !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border-right: 1.5px solid currentColor !important;
    border-bottom: 1.5px solid currentColor !important;
    transform: rotate(45deg) translateY(-2px) !important;
    margin-left: 6px !important;
    transition: transform 0.24s cubic-bezier(0.16, 1, 0.3, 1), color 0.18s ease !important;
    opacity: 0.8 !important;
    flex-shrink: 0 !important;
}

#navbarMainDesktop .tm-desktop-nav .menu-item-has-children:hover > a::after {
    transform: rotate(-135deg) translateY(-2px) !important;
    opacity: 1 !important;
}

/* Submenu Floating Card Container (Ultra Smooth Fade & Scale Animation) */
#navbarMainDesktop .tm-desktop-nav .sub-menu {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 0 !important;
    min-width: 200px !important;
    width: max-content !important;
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 10px !important;
    box-shadow: 0 20px 40px -8px rgba(0, 0, 0, 0.8), 0 0 0 1px rgba(255, 255, 255, 0.05) !important;
    padding: 8px !important;
    list-style: none !important;
    margin: 0 !important;
    display: flex !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(8px) scale(0.97) !important;
    transform-origin: top left !important;
    transition: opacity 0.22s cubic-bezier(0.16, 1, 0.3, 1), transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.22s !important;
    pointer-events: none !important;
    z-index: 1050 !important;
    flex-direction: column !important;
    gap: 3px !important;
}

/* Invisible hover bridge to prevent cursor dropping */
#navbarMainDesktop .tm-desktop-nav .sub-menu::before {
    content: "" !important;
    position: absolute !important;
    top: -12px !important;
    left: 0 !important;
    right: 0 !important;
    height: 12px !important;
    background: transparent !important;
}

/* Triangular Pointer Notch (seperti contoh referensi) */
#navbarMainDesktop .tm-desktop-nav .sub-menu::after {
    content: "" !important;
    position: absolute !important;
    top: -6px !important;
    left: 24px !important;
    width: 11px !important;
    height: 11px !important;
    background: #0f172a !important;
    border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
    transform: rotate(45deg) !important;
    z-index: 1 !important;
}

#navbarMainDesktop .tm-desktop-nav .menu-item-has-children:hover > .sub-menu,
#navbarMainDesktop .tm-desktop-nav .menu-item-has-children:focus-within > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
    pointer-events: auto !important;
}

#navbarMainDesktop .tm-desktop-nav .sub-menu li {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2 !important;
}

#navbarMainDesktop .tm-desktop-nav .sub-menu li a {
    padding: 9px 14px !important;
    color: #cbd5e1 !important;
    border-radius: 6px !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    background: transparent !important;
    border: none !important;
    transition: all 0.18s cubic-bezier(0.16, 1, 0.3, 1) !important;
    white-space: nowrap !important;
}

#navbarMainDesktop .tm-desktop-nav .sub-menu li a:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #a9f501 !important;
    transform: translateX(4px) !important;
}

#navbarMainDesktop .tm-desktop-nav .sub-menu li.current-menu-item > a,
#navbarMainDesktop .tm-desktop-nav .sub-menu li a.active {
    background: rgba(169, 245, 1, 0.12) !important;
    color: #a9f501 !important;
    font-weight: 600 !important;
}

/* Multi-level Depth 2+ Nested Dropdown on Desktop */
#navbarMainDesktop .tm-desktop-nav .sub-menu .menu-item-has-children > .sub-menu {
    top: -6px !important;
    left: calc(100% + 6px) !important;
}

#navbarMainDesktop .tm-desktop-nav .sub-menu .menu-item-has-children > .sub-menu::after {
    top: 14px !important;
    left: -6px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-top: none !important;
    transform: rotate(45deg) !important;
}

/* CART BUTTON WRAPPER (JARAK LEGA & DIVIDER RAPI DARI NAVBAR) */
.tm-cart-nav-wrapper {
    margin-left: 20px !important;
    padding-left: 18px !important;
    border-left: 1px solid rgba(255, 255, 255, 0.12) !important;
    display: inline-flex !important;
    align-items: center !important;
}

/* CIRCULAR CART BUTTON */
.cart-circle-btn {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.95rem !important;
    line-height: 1 !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    text-decoration: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    vertical-align: middle !important;
}

.cart-circle-btn i {
    color: #ffffff !important;
    transition: color 0.2s ease !important;
}

.cart-circle-btn:hover {
    background: #a9f501 !important;
    border-color: #a9f501 !important;
    transform: scale(1.08) !important;
    box-shadow: 0 4px 18px rgba(169, 245, 1, 0.4) !important;
}

.cart-circle-btn:hover i {
    color: #000000 !important;
}

.cart-circle-btn:focus {
    outline: none !important;
}

/* ==========================================================================
   RESPONSIVE NAVBAR BREAKPOINTS
   ========================================================================== */
@media (max-width: 991.98px) {
    #navbarMainDesktop,
    .navbar-collapse#navbarMainDesktop,
    .tm-desktop-nav,
    .tm-cart-nav-wrapper {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        height: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .tm-mobile-actions {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .tm-mobile-actions,
    .tm-hamburger-btn,
    #cart-badge-count-mobile {
        display: none !important;
        visibility: hidden !important;
    }
    #navbarMainDesktop {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        height: auto !important;
        width: auto !important;
    }
}

/* ==========================================================================
   PREMIUM CUSTOM HAMBURGER BUTTON
   ========================================================================== */
.tm-hamburger-btn {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
    cursor: pointer !important;
    position: relative !important;
    outline: none !important;
}

.tm-hamburger-btn:hover {
    background: #16a34a !important;
    border-color: #a9f501 !important;
    box-shadow: 0 4px 18px rgba(22, 163, 74, 0.55) !important;
    transform: scale(1.08) !important;
    outline: none !important;
}

.tm-hamburger-btn:focus,
.tm-hamburger-btn:active {
    outline: none !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25) !important;
}

.tm-hamburger-btn:not(:hover):focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.16) !important;
    transform: scale(1) !important;
}

.tm-hamburger-btn:hover .tm-hamburger-icon span {
    background-color: #ffffff !important;
}

.tm-hamburger-btn:not(:hover):focus .tm-hamburger-icon span {
    background-color: #f8fafc !important;
}

.tm-hamburger-icon {
    width: 20px;
    height: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tm-hamburger-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #f8fafc;
    border-radius: 4px;
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease, background-color 0.2s ease;
    transform-origin: center;
}

/* ANIMASI MORPHING GARIS 3 KE ICON X KETIKA DRAWER TERBUKA */
.tm-hamburger-btn.is-active .tm-hamburger-icon span:nth-child(1),
.tm-hamburger-btn[aria-expanded="true"] .tm-hamburger-icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg) !important;
}

.tm-hamburger-btn.is-active .tm-hamburger-icon span:nth-child(2),
.tm-hamburger-btn[aria-expanded="true"] .tm-hamburger-icon span:nth-child(2) {
    opacity: 0 !important;
    transform: scaleX(0) !important;
}

.tm-hamburger-btn.is-active .tm-hamburger-icon span:nth-child(3),
.tm-hamburger-btn[aria-expanded="true"] .tm-hamburger-icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg) !important;
}

/* ==========================================================================
   FULL-HEIGHT LEFT OFFCANVAS DRAWER (ULTRA SMOOTH 60FPS HARDWARE ACCELERATED)
   ========================================================================== */
.tm-offcanvas-drawer {
    width: 320px !important;
    max-width: 85vw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-height: 100% !important;
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    background: #000000 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 12px 0 35px rgba(0, 0, 0, 0.65) !important;
    z-index: 1060 !important;
    transform: translate3d(-100%, 0, 0) !important;
    will-change: transform !important;
    transition: transform 0.28s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.tm-offcanvas-drawer .offcanvas-header {
    padding-top: max(14px, env(safe-area-inset-top, 14px)) !important;
    background: #000000 !important;
}

.tm-offcanvas-drawer.show,
.tm-offcanvas-drawer.showing {
    transform: translate3d(0, 0, 0) !important;
}

.tm-offcanvas-drawer.hiding {
    transform: translate3d(-100%, 0, 0) !important;
}

.offcanvas-backdrop {
    background-color: #000000 !important;
    transition: opacity 0.28s ease !important;
}

.offcanvas-backdrop.show {
    opacity: 0.65 !important;
    z-index: 1055 !important;
}

/* TOMBOL CLOSE DRAWER */
.tm-offcanvas-close-btn {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #e2e8f0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 1.05rem !important;
    transition: all 0.2s cubic-bezier(0.25, 1, 0.5, 1) !important;
    outline: none !important;
}

.tm-offcanvas-close-btn:hover,
.tm-offcanvas-close-btn:focus {
    background: rgba(169, 245, 1, 0.18) !important;
    color: #a9f501 !important;
    border-color: rgba(169, 245, 1, 0.5) !important;
    transform: rotate(90deg) scale(1.05) !important;
    box-shadow: 0 0 12px rgba(169, 245, 1, 0.25) !important;
}

/* DRAWER MENU LIST & SUBMENU ACCORDION */
.tm-drawer-nav-container {
    width: 100%;
    overflow-y: auto;
    max-height: calc(100vh - 220px);
    padding-right: 4px;
}

.tm-drawer-nav-container::-webkit-scrollbar {
    width: 4px;
}
.tm-drawer-nav-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

.tm-drawer-menu-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.tm-drawer-menu-list > li {
    display: block !important;
    width: 100% !important;
    position: relative !important;
}

.tm-drawer-menu-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
}

.tm-drawer-menu-list > li {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tm-drawer-menu-list > li:last-child {
    border-bottom: none !important;
}

.tm-drawer-menu-list > li > a {
    display: block !important;
    padding: 13px 48px 13px 14px !important;
    color: #cbd5e1 !important;
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    background: transparent !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

.tm-drawer-menu-list > li > a:hover {
    color: #a9f501 !important;
    background-color: rgba(255, 255, 255, 0.04) !important;
}

.tm-drawer-menu-list > li.current-menu-item > a,
.tm-drawer-menu-list > li > a.active {
    color: #a9f501 !important;
    font-weight: 600 !important;
}

/* Accordion Toggle Button for Submenus */
.drawer-toggle-btn {
    position: absolute !important;
    right: 8px !important;
    top: 8px !important;
    width: 34px !important;
    height: 34px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 8px !important;
    color: #cbd5e1 !important;
    font-size: 0.8rem !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    outline: none !important;
    z-index: 2 !important;
}

.drawer-toggle-btn:hover {
    background: rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
}

.drawer-toggle-btn.is-open {
    color: #a9f501 !important;
    background: rgba(169, 245, 1, 0.15) !important;
    border-color: rgba(169, 245, 1, 0.4) !important;
    transform: rotate(180deg) !important;
}

/* Submenu in drawer */
.tm-drawer-menu-list .sub-menu {
    display: none;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.25) !important;
    width: 100% !important;
}

.tm-drawer-menu-list .sub-menu li {
    display: block !important;
    width: 100% !important;
    border-top: 1px solid rgba(255, 255, 255, 0.04) !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tm-drawer-menu-list .sub-menu li a {
    display: block !important;
    padding: 11px 16px 11px 28px !important;
    color: #94a3b8 !important;
    font-size: 0.9rem !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-sizing: border-box !important;
}

.tm-drawer-menu-list .sub-menu li a:hover,
.tm-drawer-menu-list .sub-menu li.current-menu-item > a {
    color: #a9f501 !important;
    background-color: rgba(255, 255, 255, 0.03) !important;
    padding-left: 32px !important;
}

/* DRAWER FOOTER SHORTCUT BUTTONS */
.btn-drawer-checkout {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #ffffff !important;
    padding: 11px 16px !important;
    border-radius: var(--tm-radius-pill, 50px) !important;
    font-size: 0.9rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    width: 100% !important;
}

.btn-drawer-checkout:hover {
    background: rgba(255, 255, 255, 0.16) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4) !important;
}

.btn-mobile-menu-wa {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 0.92rem !important;
    padding: 12px 18px !important;
    border-radius: var(--tm-radius-pill, 50px) !important;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.35) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    width: 100% !important;
}

.btn-mobile-menu-wa:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.5) !important;
}

/* ==========================================================================
   3. PRODUCT CARDS & STRICT 1:1 SQUARE ASPECT RATIO
   ========================================================================== */
.product-card-saas,
.premium-card {
    background: var(--tm-surface) !important;
    border: 1px solid var(--tm-border) !important;
    border-radius: var(--tm-radius) !important;
    overflow: hidden !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: var(--tm-shadow-sm) !important;
    position: relative !important;
}

.product-card-saas:hover,
.premium-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: var(--tm-shadow-lg) !important;
    border-color: var(--tm-border-hover) !important;
}

/* CONTAINER 1:1 SQUARE RATIO */
.card-img-wrapper,
.product-square-wrapper {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    overflow: hidden !important;
    background-color: #0f172a !important;
    display: block !important;
    border-radius: 11px 11px 0 0 !important;
}

.card-img-wrapper img,
.premium-img,
.product-square-wrapper img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center !important;
    display: block !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.product-card-saas:hover .card-img-wrapper img,
.premium-card:hover .card-img-wrapper img {
    transform: scale(1.06) !important;
}

/* BADGES DI ATAS JUDUL PRODUK */
.card-body .badge-container,
.badge-container {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 1 !important;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    align-items: center !important;
    margin-bottom: 8px !important;
    width: 100% !important;
}

.badge-saas,
.premium-badge {
    position: static !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    padding: 3px 8px !important;
    border-radius: 6px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    line-height: 1.3 !important;
    box-shadow: none !important;
}
.badge-promo { 
    background: linear-gradient(135deg, #f43f5e 0%, #e11d48 100%) !important; 
    color: #ffffff !important; 
}
.badge-featured { 
    background: linear-gradient(135deg, #4f46e5 0%, #3730a3 100%) !important; 
    color: #ffffff !important; 
}
.badge-terlaris { 
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important; 
    color: #ffffff !important; 
}
.badge-soon { 
    background: linear-gradient(135deg, #64748b 0%, #475569 100%) !important; 
    color: #ffffff !important; 
}

/* HOVER OVERLAY "LIHAT DETAIL" (HIDDEN BY DEFAULT, CLEAN ON HOVER) */
.img-overlay,
.img-overlay-saas {
    position: absolute !important;
    inset: 0 !important;
    background: rgba(15, 23, 42, 0.5) !important;
    backdrop-filter: blur(2px) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.25s ease, visibility 0.25s ease !important;
    z-index: 2 !important;
}

.product-card-saas:hover .img-overlay-saas,
.product-card-saas:hover .img-overlay,
.premium-card:hover .img-overlay,
.premium-card:hover .img-overlay-saas {
    opacity: 1 !important;
    visibility: visible !important;
}

.view-btn,
.btn-preview-pill {
    background: #ffffff !important;
    color: #0f172a !important;
    font-weight: 700 !important;
    font-size: 0.82rem !important;
    padding: 8px 18px !important;
    border-radius: var(--tm-radius-pill) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    text-decoration: none !important;
}

/* CARD BODY */
.product-card-saas .card-body,
.premium-card .card-body {
    padding: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    background: #ffffff !important;
}

.product-title-saas,
.premium-title {
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin-bottom: 8px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 2.7rem !important;
    max-height: 2.7rem !important;
}

.product-title-saas a,
.premium-title a {
    color: var(--tm-text-main) !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}
.product-title-saas a:hover,
.premium-title a:hover {
    color: var(--bs-btn-hover-bg, #16a34a) !important;
}

/* PRICE ROW (ALWAYS ALIGNED AT BOTTOM) */
.product-price-row,
.price-container {
    margin-top: auto !important;
    padding-top: 10px !important;
    border-top: 1px solid #f1f5f9 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

.price-saas-current,
.current-price {
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    letter-spacing: -0.02em !important;
}

.price-saas-original,
.original-price {
    font-size: 0.8rem !important;
    color: var(--tm-text-light) !important;
    text-decoration: line-through !important;
    margin-right: 5px !important;
}

.pill-discount-saas,
.discount-pill {
    background: #fef2f2 !important;
    color: #ef4444 !important;
    border: 1px solid #fecaca !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    padding: 2px 7px !important;
    border-radius: 6px !important;
    display: inline-block !important;
}

.btn-card-action {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    color: var(--bs-btn-hover-bg, #16a34a) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.85rem !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    flex-shrink: 0 !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05) !important;
}
.btn-card-action:hover {
    background: var(--bs-btn-hover-bg, #16a34a) !important;
    border-color: var(--bs-btn-hover-bg, #16a34a) !important;
    color: #ffffff !important;
    transform: scale(1.08) !important;
    box-shadow: 0 4px 10px rgba(22, 163, 74, 0.3) !important;
}

/* GRATIS BADGE PILL (NEAT & NOT STRETCHED) */
.pill-free-saas,
.free-badge {
    background: #dcfce7 !important;
    color: #16a34a !important;
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    padding: 3px 12px !important;
    border-radius: var(--tm-radius-pill) !important;
    display: inline-block !important;
    width: auto !important;
    max-width: fit-content !important;
}

/* ==========================================================================
   4. HERO & TRUST BAR
   ========================================================================== */
.saas-hero {
    padding: 50px 0 35px 0 !important;
    text-align: center !important;
}

.hero-pill-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #ffffff !important;
    border: 1px solid var(--tm-border) !important;
    padding: 6px 16px !important;
    border-radius: var(--tm-radius-pill) !important;
    font-size: 0.82rem !important;
    font-weight: 600 !important;
    color: var(--tm-text-main) !important;
    box-shadow: var(--tm-shadow-sm) !important;
    margin-bottom: 18px !important;
}
.hero-pill-badge .badge-dot {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background-color: #22c55e !important;
    display: inline-block !important;
}

.saas-hero-title {
    font-size: 2.5rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    line-height: 1.2 !important;
    letter-spacing: -0.03em !important;
    max-width: 840px !important;
    margin: 0 auto 16px auto !important;
}

.saas-hero-desc {
    font-size: 1.05rem !important;
    color: var(--tm-text-muted) !important;
    max-width: 660px !important;
    margin: 0 auto 30px auto !important;
}

.trust-bar-grid,
.trust-bar {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 16px !important;
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid var(--tm-border) !important;
    border-radius: var(--tm-radius-pill) !important;
    padding: 12px 28px !important;
    max-width: 900px !important;
    margin: 0 auto 40px auto !important;
    box-shadow: var(--tm-shadow-sm) !important;
}

.trust-bar-item,
.trust-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    font-size: 0.84rem !important;
    font-weight: 600 !important;
    color: var(--tm-text-muted) !important;
    white-space: nowrap !important;
}

@media (max-width: 991.98px) {
    .trust-bar-grid,
    .trust-bar {
        grid-template-columns: repeat(2, 1fr) !important;
        border-radius: 16px !important;
        padding: 14px 20px !important;
        gap: 12px !important;
        max-width: 500px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        justify-items: center !important;
    }
    .trust-bar-item,
    .trust-item {
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .trust-bar-grid,
    .trust-bar {
        grid-template-columns: 1fr !important;
        padding: 14px 16px !important;
        max-width: 320px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        justify-items: center !important;
    }
    .trust-bar-item,
    .trust-item {
        justify-content: center !important;
        text-align: center !important;
        width: 100% !important;
    }
}

/* ==========================================================================
   5. PRICING TABLE (LAYANAN JASA)
   ========================================================================== */
.pricing-card-saas {
    background: #ffffff !important;
    border: 1px solid var(--tm-border) !important;
    border-radius: 16px !important;
    padding: 30px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    position: relative !important;
    box-shadow: var(--tm-shadow-sm) !important;
    transition: all 0.3s ease !important;
}
.pricing-card-saas:hover {
    transform: translateY(-5px) !important;
    box-shadow: var(--tm-shadow-lg) !important;
}

.pricing-card-saas.is-popular {
    border: 2px solid #0f172a !important;
    box-shadow: var(--tm-shadow-lg) !important;
}

.popular-ribbon {
    position: absolute !important;
    top: -13px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: #0f172a !important;
    color: #ffffff !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    padding: 4px 14px !important;
    border-radius: var(--tm-radius-pill) !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase !important;
}

.pricing-title {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-bottom: 6px !important;
}
.pricing-price {
    font-size: 2rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 18px !important;
}
.pricing-price span {
    font-size: 0.95rem !important;
    font-weight: 500 !important;
    color: var(--tm-text-muted) !important;
}

.pricing-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
    flex-grow: 1 !important;
}
.pricing-features li {
    font-size: 0.9rem !important;
    color: var(--tm-text-muted) !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 8px !important;
}
.pricing-features li i {
    color: #10b981 !important;
    font-size: 0.95rem !important;
    margin-top: 3px !important;
    flex-shrink: 0 !important;
}

.btn-pricing-primary {
    background: #0f172a !important;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    padding: 12px 18px !important;
    border-radius: var(--tm-radius-pill) !important;
    border: none !important;
    width: 100% !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.2s ease !important;
}
.btn-pricing-primary:hover {
    background: #1e293b !important;
    color: #ffffff !important;
}

.btn-pricing-outline {
    background: transparent !important;
    color: #0f172a !important;
    border: 1px solid var(--tm-border) !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    padding: 11px 18px !important;
    border-radius: var(--tm-radius-pill) !important;
    width: 100% !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.2s ease !important;
}
.btn-pricing-outline:hover {
    background: #f1f5f9 !important;
}

.btn-wa-jasa {
    background-color: #128c7e !important;
    color: #ffffff !important;
    border: 1px solid #0d7065 !important;
    padding: 11px 20px !important;
    border-radius: var(--tm-radius-pill) !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(18, 140, 126, 0.25) !important;
    width: 100% !important;
}
.btn-wa-jasa i {
    font-size: 1.15rem !important;
    line-height: 1 !important;
    color: #ffffff !important;
}
.btn-wa-jasa:hover {
    background-color: #075e54 !important;
    border-color: #054c44 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(7, 94, 84, 0.35) !important;
}

/* Tablet Mode Only (Layar Tablet / iPad Portrait 576px - 820px) -> 2 Kolom per Baris */
@media (min-width: 576px) and (max-width: 820px) {
    .tm-jasa-row > .col {
        flex: 0 0 auto !important;
        width: 50% !important;
    }
    .pricing-card-saas {
        padding: 24px 18px !important;
    }
    .pricing-title {
        font-size: 1.1rem !important;
    }
    .pricing-price {
        font-size: 1.75rem !important;
        margin-bottom: 14px !important;
    }
    .btn-wa-jasa {
        font-size: 0.85rem !important;
        padding: 10px 14px !important;
    }
}

/* ==========================================================================
   6. PROMO VPN MIKTUNNEL (EXACT ORIGINAL TEMPLATEMIKROTIK STYLE)
   ========================================================================== */

.promo-vpn-grid {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 30px !important;
    position: relative !important;
    z-index: 2 !important;
}

.promo-vpn-info {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    position: relative !important;
    z-index: 5 !important;
}

.promo-vpn-logo-col {
    flex: 0 0 240px !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    position: relative !important;
    z-index: 3 !important;
}

@media (max-width: 991.98px) {
    .promo-vpn-grid {
        flex-direction: column !important;
        text-align: center !important;
    }
    .promo-vpn-info {
        width: 100% !important;
    }
    .promo-vpn-card .vpn-features {
        justify-content: center !important;
    }
    .promo-vpn-logo-col {
        flex: 0 0 auto !important;
        margin-top: 1.5rem !important;
    }
    .vpn-price-tag,
.bento-vpn-tag {
    position: absolute !important;
    top: 24px !important;
    right: 24px !important;
    background: #ffcc00 !important;
    color: #1e293b !important;
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    padding: 6px 16px !important;
    border-radius: 12px !important;
    transform: rotate(3deg) !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15) !important;
    z-index: 5 !important;
}

@media (max-width: 991.98px) {
    .promo-vpn-card .vpn-price-tag,
    .promo-vpn-card .bento-vpn-tag,
    .vpn-price-tag,
    .bento-vpn-tag {
        position: static !important;
        display: inline-block !important;
        margin: 0 auto 12px auto !important;
        transform: none !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.15) !important;
    }
}

.vpn-badge {
    display: inline-block !important;
    background: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    padding: 5px 14px !important;
    border-radius: var(--tm-radius-pill) !important;
    margin-bottom: 14px !important;
    backdrop-filter: blur(4px) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.vpn-title,
.bento-vpn-title {
    font-size: 1.7rem !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
    margin-bottom: 14px !important;
    color: #ffffff !important;
}

.vpn-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 22px 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
}

.vpn-features li {
    background: rgba(255, 255, 255, 0.14) !important;
    padding: 6px 14px !important;
    border-radius: 10px !important;
    font-size: 0.85rem !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.vpn-features li i {
    color: #a9f501 !important;
}

.btn-vpn,
.btn-bento-vpn {
    position: relative !important;
    z-index: 10 !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent !important;
    background: #ffffff !important;
    color: #004aad !important;
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    padding: 10px 24px !important;
    border-radius: var(--tm-radius-pill) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
}
.btn-vpn:hover,
.btn-bento-vpn:hover {
    background: #0f172a !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25) !important;
}

.faq-section-saas {
    background: #ffffff !important;
    border: 1px solid var(--tm-border) !important;
    border-radius: 16px !important;
    padding: 40px 30px !important;
    margin-top: 40px !important;
    box-shadow: var(--tm-shadow-sm) !important;
}

.faq-item-saas,
.faq-item {
    border: 1.5px solid var(--tm-border) !important;
    border-radius: 12px !important;
    margin-bottom: 10px !important;
    background: #ffffff !important;
    overflow: hidden !important;
    transition:
        border-color 0.25s ease,
        box-shadow   0.25s ease !important;
}

.faq-item-saas:hover,
.faq-item:hover {
    border-color: #cbd5e1 !important;
}

.faq-item-saas.is-open,
.faq-item.is-open {
    border-color: #0f172a !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05) !important;
}

.faq-toggle-saas,
.faq-toggle {
    width: 100% !important;
    padding: 18px 22px !important;
    background: transparent !important;
    border: none !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    font-size: 0.97rem !important;
    font-weight: 600 !important;
    color: #0f172a !important;
    text-align: left !important;
    cursor: pointer !important;
    transition: background-color 0.18s ease !important;
    gap: 14px !important;
}

.faq-toggle-saas:hover,
.faq-toggle:hover {
    background: #f8fafc !important;
}

.faq-toggle-saas i,
.faq-toggle i {
    font-size: 0.9rem !important;
    transition: transform 0.36s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s ease !important;
    color: #94a3b8 !important;
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
}

.faq-item-saas.is-open .faq-toggle-saas i,
.faq-item.is-open .faq-toggle i {
    transform: rotate(180deg) !important;
    color: #0f172a !important;
}

.faq-collapse-saas,
.faq-collapse {
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    padding: 0 20px !important;
    color: var(--tm-text-muted) !important;
    font-size: 0.92rem !important;
    line-height: 1.65 !important;
    border-top: 0px solid #f1f5f9 !important;
    transition:
        max-height 0.36s cubic-bezier(0.4, 0, 0.2, 1),
        opacity    0.28s ease,
        padding    0.28s ease,
        border-top-width 0.2s ease !important;
}

.faq-collapse-saas.show,
.faq-collapse.show {
    max-height: 600px !important;
    opacity: 1 !important;
    padding: 14px 20px 18px 20px !important;
    border-top-width: 1px !important;
}

/* ==========================================================================
   BLOG AUTHOR & METADATA ENHANCEMENT (AVATAR & BLUE VERIFIED BADGE)
   ========================================================================== */
.post-header-meta {
    font-size: 0.88rem !important;
    color: #64748b !important;
}

.post-header-meta span,
.post-header-meta a {
    color: #475569 !important;
}

.author-avatar-wrap {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1.5px solid #e2e8f0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08) !important;
    background: #f1f5f9 !important;
}

.author-avatar-img,
.author-avatar-wrap img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    display: block !important;
}

.verified-badge-svg {
    display: inline-block !important;
    vertical-align: middle !important;
    filter: drop-shadow(0 1px 2px rgba(29, 155, 240, 0.3)) !important;
    margin-left: 1px !important;
}

/* ==========================================================================
   FOOTER BOTTOM & MENU LINKS SPACING & COLORS
   ========================================================================== */
.tm-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    margin-top: 35px !important;
    padding-top: 22px !important;
    color: #94a3b8 !important;
    font-size: 0.85rem !important;
}

.tm-footer-copyright,
.tm-footer-copyright a {
    color: #94a3b8 !important;
}

.tm-footer-brand-link,
a.tm-footer-brand-link {
    color: #ffffff !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}

.tm-footer-brand-link:hover,
a.tm-footer-brand-link:hover {
    color: #16a34a !important;
}

.tm-footer-bottom-links {
    display: inline-flex !important;
    align-items: center !important;
    gap: 16px !important;
}

.tm-footer-bottom-menu {
    display: inline-flex !important;
    align-items: center !important;
    gap: 16px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tm-footer-bottom-menu li {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tm-footer-bottom-menu li:not(:last-child)::after {
    content: "•";
    color: #475569 !important;
    font-size: 0.8rem !important;
    margin-left: 16px !important;
    user-select: none !important;
}

.tm-footer-bottom-menu li a,
.tm-footer-sublink,
a.tm-footer-sublink {
    color: #94a3b8 !important;
    text-decoration: none !important;
    font-size: 0.85rem !important;
    transition: all 0.2s ease !important;
}

.tm-footer-bottom-menu li a:hover,
.tm-footer-sublink:hover,
a.tm-footer-sublink:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.tm-footer-sep {
    color: #475569 !important;
    font-size: 0.8rem !important;
    user-select: none !important;
    margin: 0 2px !important;
}

/* ==========================================================================
   7. BLOG TOOLBAR & POSTS GRID (SERBATAHU STYLE ALTERNATING GRID)
   ========================================================================== */
.blog-toolbar {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin-bottom: 24px !important;
    width: 100% !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    overflow: hidden !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    filter: none !important;
    box-sizing: border-box !important;
}

.blog-cat-pills {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 8px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    height: 42px !important;
    min-height: 42px !important;
    max-height: 42px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap !important;
    padding: 1px 16px 1px 0 !important;
    margin: 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    cursor: grab !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    touch-action: pan-x !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    filter: none !important;
    box-sizing: border-box !important;
}

.blog-cat-pills:active,
.blog-cat-pills.is-dragging {
    cursor: grabbing !important;
    user-select: none !important;
    -webkit-user-select: none !important;
}

.blog-cat-pills::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.blog-filter-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    line-height: 1 !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-size: 0.85rem !important;
    font-weight: 500 !important;
    color: #475569 !important;
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    filter: none !important;
    transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease !important;
    box-sizing: border-box !important;
    vertical-align: middle !important;
    user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-user-drag: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
}

.blog-filter-btn:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
    border-color: #cbd5e1 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    filter: none !important;
    transform: none !important;
}

.blog-filter-btn.active {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    filter: none !important;
    transform: none !important;
}

.blog-search-box {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    position: relative !important;
    flex: 0 0 auto !important;
    width: 240px !important;
    min-width: 170px !important;
    max-width: 280px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    margin: 0 !important;
    padding: 0 4px 0 16px !important;
    border-radius: 999px !important;
    border: 1px solid #e2e8f0 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    filter: none !important;
    box-sizing: border-box !important;
    transition: border-color 0.15s ease !important;
}

.blog-search-box:focus-within {
    border-color: #0f172a !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    filter: none !important;
}

@media (max-width: 576px) {
    .blog-search-box {
        width: 160px !important;
        min-width: 140px !important;
    }
}

.blog-search-input {
    flex: 1 1 auto !important;
    width: calc(100% - 36px) !important;
    height: 38px !important;
    line-height: 38px !important;
    border: none !important;
    background: transparent !important;
    font-size: 0.85rem !important;
    color: #0f172a !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    filter: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.blog-search-input:focus {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: none !important;
    outline: none !important;
    filter: none !important;
}

.blog-search-input::placeholder {
    color: #94a3b8 !important;
}

.blog-search-btn {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    border-radius: 50% !important;
    border: none !important;
    background: #0f172a !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    font-size: 0.78rem !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    filter: none !important;
    transition: background-color 0.15s ease !important;
    flex-shrink: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    transform: none !important;
}

.blog-search-btn:hover {
    background: #16a34a !important;
    color: #ffffff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    filter: none !important;
    transform: none !important;
}

/* --- POSTS GRID LAYOUT (SERBATAHU ALTERNATING FORMULA) --- */
.posts-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    margin-bottom: 48px !important;
}

.post-card {
    background-color: #ffffff !important;
    border: 1px solid var(--tm-border, #e2e8f0) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.post-card:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08) !important;
    border-color: #cbd5e1 !important;
}

/* Featured Image in Card */
.post-card-image {
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
    background-color: #f1f5f9 !important;
    position: relative !important;
}

.post-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.35s ease !important;
}

.post-card:hover .post-card-image img {
    transform: scale(1.04) !important;
}

.post-card-badge {
    position: absolute !important;
    top: 12px !important;
    left: 12px !important;
    z-index: 2 !important;
    background: rgba(15, 23, 42, 0.75) !important;
    backdrop-filter: blur(6px) !important;
    -webkit-backdrop-filter: blur(6px) !important;
    color: #ffffff !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    padding: 3px 10px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}

/* Card Content Area */
.post-card-content {
    padding: 22px 24px 24px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.post-card-meta {
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: var(--bs-btn-hover-bg, #16a34a) !important;
    margin-bottom: 8px !important;
}

.post-card-meta a {
    color: var(--bs-btn-hover-bg, #16a34a) !important;
    text-decoration: none !important;
}

.post-card-meta a:hover {
    text-decoration: underline !important;
}

.post-card-title {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.post-card-title a {
    color: #0f172a !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.post-card-title a:hover {
    color: var(--bs-btn-hover-bg, #16a34a) !important;
}

.post-card-excerpt {
    font-size: 0.88rem !important;
    color: var(--tm-text-muted, #64748b) !important;
    margin-bottom: 18px !important;
    line-height: 1.6 !important;
    flex-grow: 1 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.post-card-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 0.82rem !important;
    color: var(--tm-text-light, #94a3b8) !important;
    margin-top: auto !important;
    padding-top: 12px !important;
    border-top: 1px solid #f1f5f9 !important;
}

.post-card-date {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
}

.post-card-readmore {
    font-weight: 600 !important;
    color: #0f172a !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    transition: all 0.2s ease !important;
}

.post-card-readmore:hover {
    color: var(--bs-btn-hover-bg, #16a34a) !important;
    gap: 8px !important;
}

/* Alternating columns on Desktop (Serbatahu Formula: 2-3-2-3 per 5 items) */
@media (min-width: 992px) {
    .posts-grid > .post-card:nth-child(5n+1),
    .posts-grid > .post-card:nth-child(5n+2) {
        flex: 0 0 calc(50% - 12px) !important;
        max-width: calc(50% - 12px) !important;
    }
    
    .posts-grid > .post-card:nth-child(5n+1) .post-card-title,
    .posts-grid > .post-card:nth-child(5n+2) .post-card-title {
        font-size: 1.35rem !important;
    }

    .posts-grid > .post-card:nth-child(5n+3),
    .posts-grid > .post-card:nth-child(5n+4),
    .posts-grid > .post-card:nth-child(5n) {
        flex: 0 0 calc(33.333% - 16px) !important;
        max-width: calc(33.333% - 16px) !important;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .posts-grid > .post-card {
        flex: 0 0 calc(50% - 12px) !important;
        max-width: calc(50% - 12px) !important;
    }
}

/* ==========================================================================
   BLOG PAGINATION STYLING (MODERN PILL DESIGN)
   ========================================================================== */
.navigation.pagination,
.posts-pagination,
.pagination {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin: 40px auto 20px auto !important;
    width: 100% !important;
}

.navigation.pagination .screen-reader-text,
.screen-reader-text {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    word-wrap: normal !important;
}

.navigation.pagination .nav-links,
.pagination .nav-links,
.tm-pagination {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #ffffff !important;
    padding: 6px 10px !important;
    border-radius: 999px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04) !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

.page-numbers,
.navigation.pagination .page-numbers,
.pagination .page-numbers,
.tm-page-numbers {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 40px !important;
    height: 40px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    color: #475569 !important;
    background: transparent !important;
    text-decoration: none !important;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
    border: 1px solid transparent !important;
    line-height: 1 !important;
}

.page-numbers:hover,
.navigation.pagination a.page-numbers:hover,
.pagination a.page-numbers:hover {
    background: #f1f5f9 !important;
    color: #0f172a !important;
    border-color: #cbd5e1 !important;
    transform: translateY(-1px) !important;
}

.page-numbers.current,
.navigation.pagination span.page-numbers.current,
.pagination span.page-numbers.current {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
    box-shadow: 0 3px 10px rgba(15, 23, 42, 0.2) !important;
}

.page-numbers.dots,
.navigation.pagination span.page-numbers.dots {
    border: none !important;
    background: transparent !important;
    color: #94a3b8 !important;
    padding: 0 4px !important;
    min-width: auto !important;
}

.page-numbers.prev,
.page-numbers.next,
.navigation.pagination .prev,
.navigation.pagination .next {
    padding: 0 18px !important;
    gap: 6px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
    font-size: 0.85rem !important;
}

.page-numbers.prev:hover,
.page-numbers.next:hover {
    background: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
}

/* ==========================================================================
   EMPTY CART STATE STYLING
   ========================================================================== */
.empty-cart-card {
    background: #ffffff !important;
    border: 1px solid var(--tm-border) !important;
    border-radius: 20px !important;
    box-shadow: var(--tm-shadow-sm) !important;
}

.empty-cart-circle {
    width: 76px !important;
    height: 76px !important;
    border-radius: 50% !important;
    background: #f1f5f9 !important;
    color: #64748b !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 30px !important;
    margin: 0 auto !important;
    border: 2px dashed #cbd5e1 !important;
}

/* ==========================================================================
   8. FLOATING WHATSAPP & UTILITIES
   ========================================================================== */
.floating-wa {
    position: fixed !important;
    bottom: 25px !important;
    right: 25px !important;
    width: 54px !important;
    height: 54px !important;
    background: #25d366 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 28px !important;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4) !important;
    z-index: 999 !important;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease !important;
}

.floating-wa i {
    color: #ffffff !important;
    transition: color 0.2s ease !important;
}

.floating-wa:hover {
    transform: scale(1.1) !important;
    background: #20ba5a !important;
    color: #ffffff !important;
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.6) !important;
}

.floating-wa:hover i {
    color: #ffffff !important;
}

/* ==========================================================================
   8. FOOTER STYLING (DARK / BLACK THEME) & LOGO CONSTRAINTS
   ========================================================================== */
.tm-site-footer {
    background-color: #000000 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #94a3b8 !important;
}

/* FOOTER GRID SYSTEM: STRICT 4-COLUMN SINGLE ROW ON DESKTOP */
.tm-footer-grid {
    display: grid !important;
    grid-template-columns: 1.4fr 0.85fr 1.2fr 1.15fr !important;
    gap: 36px !important;
    align-items: start !important;
    margin-bottom: 2.5rem !important;
}

.tm-footer-col {
    display: flex !important;
    flex-direction: column !important;
}

@media (max-width: 991.98px) {
    .tm-footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 30px !important;
    }
}

@media (max-width: 575.98px) {
    .tm-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }
}

/* FOOTER LOGO MAXIMUM SIZING */
.tm-footer-logo img,
.tm-logo-footer-img,
.tm-footer-logo .custom-logo {
    max-height: 42px !important;
    max-width: 220px !important;
    height: auto !important;
    width: auto !important;
    display: block !important;
    object-fit: contain !important;
    background: transparent !important;
    border: none !important;
}

.tm-footer-title {
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    color: #ffffff !important;
    margin-bottom: 1rem !important;
}

.tm-footer-desc {
    color: #94a3b8 !important;
    line-height: 1.6 !important;
}

.tm-footer-links {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.tm-footer-links li a {
    color: #94a3b8 !important;
    text-decoration: none !important;
    font-size: 0.86rem !important;
    transition: all 0.2s ease !important;
    display: inline-block !important;
}

.tm-footer-links li a:hover {
    color: var(--bs-btn-hover-bg, #16a34a) !important;
    transform: translateX(3px) !important;
}

.payment-badges {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 10px !important;
}

.badge-pay {
    font-size: 0.76rem !important;
    font-weight: 600 !important;
    padding: 6px 12px !important;
    border-radius: 8px !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
    color: #e2e8f0 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    letter-spacing: 0.02em !important;
    transition: all 0.2s ease !important;
    line-height: 1.2 !important;
}
.badge-pay:hover {
    background-color: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
    color: #ffffff !important;
}

.btn-wa-footer {
    background-color: #128c7e !important;
    color: #ffffff !important;
    border: 1px solid #0d7065 !important;
    padding: 10px 20px !important;
    border-radius: var(--tm-radius-pill) !important;
    font-weight: 600 !important;
    font-size: 0.88rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(18, 140, 126, 0.25) !important;
    line-height: 1 !important;
    width: auto !important;
    max-width: 100% !important;
}

.btn-wa-footer i {
    font-size: 1.15rem !important;
    line-height: 1 !important;
    color: #ffffff !important;
    display: inline-flex !important;
    align-items: center !important;
}

.btn-wa-footer span {
    line-height: 1 !important;
    color: #ffffff !important;
}

.btn-wa-footer:hover {
    background-color: #075e54 !important;
    border-color: #054c44 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(7, 94, 84, 0.35) !important;
}

/* FOOTER BOTTOM */
.tm-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    color: #94a3b8 !important;
    font-size: 0.82rem !important;
}

.tm-footer-brand-link {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}
.tm-footer-brand-link:hover {
    color: var(--bs-btn-hover-bg, #16a34a) !important;
}

.tm-footer-bottom-links a {
    color: #94a3b8 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}
.tm-footer-bottom-links a:hover,
.hover-primary:hover {
    color: var(--bs-btn-hover-bg, #16a34a) !important;
}

.status-indicator-dot {
    width: 8px !important;
    height: 8px !important;
    background-color: #22c55e !important;
    border-radius: 50% !important;
    display: inline-block !important;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2) !important;
    animation: pulseDot 2s infinite !important;
}

@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.4);
    }
    70% {
        box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    }
}

.btn-blog-all {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background-color: transparent !important;
    color: #0f172a !important;
    border: 1.5px solid #0f172a !important;
    padding: 7px 18px !important;
    border-radius: var(--tm-radius-pill) !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
}

.btn-blog-all span {
    color: inherit !important;
}

.btn-blog-all i {
    color: inherit !important;
    transition: transform 0.2s ease !important;
}

.btn-blog-all:hover {
    background-color: #0f172a !important;
    color: #ffffff !important;
    border-color: #0f172a !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15) !important;
}

.btn-blog-all:hover span,
.btn-blog-all:hover i {
    color: #ffffff !important;
}

.btn-blog-all:hover i {
    transform: translateX(3px) !important;
}

/* ==========================================================================
   CHECKOUT PAGE & BUTTONS STYLING
   ========================================================================== */
#btn-submit-guest-checkout {
    background-color: #16a34a !important;
    border-color: #15803d !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 13px 24px !important;
    border-radius: var(--tm-radius-pill) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 4px 14px rgba(22, 163, 74, 0.3) !important;
}

#btn-submit-guest-checkout:hover:not(:disabled) {
    background-color: #15803d !important;
    border-color: #166534 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(22, 163, 74, 0.45) !important;
}

#btn-submit-guest-checkout:disabled,
#btn-submit-guest-checkout.btn-locked {
    background-color: #94a3b8 !important;
    border-color: #94a3b8 !important;
    color: #f1f5f9 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 0.75 !important;
}

.btn-remove-item {
    background-color: #fef2f2 !important;
    border: 1px solid #fecaca !important;
    color: #dc2626 !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    padding: 6px 14px !important;
    border-radius: var(--tm-radius-pill) !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    white-space: nowrap !important;
    height: 38px !important;
    line-height: 1 !important;
}

.btn-remove-item:hover {
    background-color: #dc2626 !important;
    border-color: #dc2626 !important;
    color: #ffffff !important;
    box-shadow: 0 3px 8px rgba(220, 38, 38, 0.25) !important;
}

/* EMPTY CART BUTTONS & STYLING */
.empty-cart-card {
    border: 1px solid var(--tm-border) !important;
    border-radius: 16px !important;
    background: #ffffff !important;
}

.empty-cart-circle {
    width: 72px;
    height: 72px;
    margin: 0 auto;
    background: #f1f5f9;
    color: #64748b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
}

.empty-cart-card .btn-dark {
    background-color: #0f172a !important;
    border-color: #0f172a !important;
    color: #ffffff !important;
    padding: 9px 22px !important;
    border-radius: var(--tm-radius-pill) !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

.empty-cart-card .btn-dark:hover {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(22, 163, 74, 0.3) !important;
}

.empty-cart-card .btn-outline-dark {
    background-color: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    color: #0f172a !important;
    padding: 8px 22px !important;
    border-radius: var(--tm-radius-pill) !important;
    font-weight: 600 !important;
    transition: all 0.2s ease !important;
}

.empty-cart-card .btn-outline-dark:hover {
    background-color: #0f172a !important;
    border-color: #0f172a !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15) !important;
}

/* ==========================================================================
   BLOG SERBATAHU ALTERNATING POSTS GRID (2 KOLOM & 3 KOLOM BERSELANG-SELING)
   ========================================================================== */
.posts-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 24px !important;
    margin-bottom: 40px !important;
}

.post-card {
    background-color: #ffffff !important;
    border: 1px solid var(--tm-border, #e2e8f0) !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
    width: 100% !important;
    max-width: 100% !important;
}

.post-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.1) !important;
    border-color: #cbd5e1 !important;
}

.post-card-image {
    width: 100% !important;
    aspect-ratio: 16 / 10 !important;
    overflow: hidden !important;
    background-color: #0f172a !important;
    position: relative !important;
}

.post-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.post-card:hover .post-card-image img {
    transform: scale(1.05) !important;
}

.post-card-badge {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    z-index: 2 !important;
    background: rgba(15, 23, 42, 0.75) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    color: #ffffff !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    padding: 4px 12px !important;
    border-radius: var(--tm-radius-pill, 50px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
}

.post-card-content {
    padding: 24px 24px 28px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
}

.post-card-meta {
    font-size: 0.78rem !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #16a34a !important;
    margin-bottom: 8px !important;
}

.post-card-meta a {
    color: #16a34a !important;
    text-decoration: none !important;
}

.post-card-title {
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    letter-spacing: -0.01em !important;
}

.post-card-title a {
    color: #0f172a !important;
    text-decoration: none !important;
    transition: color 0.15s ease !important;
}

.post-card-title a:hover {
    color: #16a34a !important;
}

.post-card-excerpt {
    font-size: 0.9rem !important;
    color: #64748b !important;
    margin-bottom: 18px !important;
    line-height: 1.6 !important;
    flex-grow: 1 !important;
}

.post-card-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 0.8rem !important;
    color: #94a3b8 !important;
    margin-top: auto !important;
    padding-top: 12px !important;
    border-top: 1px solid #f1f5f9 !important;
}

.post-card-readmore {
    color: #0f172a !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    font-size: 0.82rem !important;
    transition: color 0.15s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.post-card-readmore:hover {
    color: #16a34a !important;
}

/* Pola Grid Alternating Serbatahu (Per 5 Item: 2 Kolom, lalu 3 Kolom) */
@media (min-width: 992px) {
    /* Row 1: 2 Kolom (Item 1 & 2) */
    .posts-grid > .post-card:nth-child(5n+1),
    .posts-grid > .post-card:nth-child(5n+2) {
        flex: 0 0 calc(50% - 12px) !important;
        max-width: calc(50% - 12px) !important;
    }
    
    .posts-grid > .post-card:nth-child(5n+1) .post-card-title,
    .posts-grid > .post-card:nth-child(5n+2) .post-card-title {
        font-size: 1.35rem !important;
    }

    /* Row 2: 3 Kolom (Item 3, 4 & 5) */
    .posts-grid > .post-card:nth-child(5n+3),
    .posts-grid > .post-card:nth-child(5n+4),
    .posts-grid > .post-card:nth-child(5n) {
        flex: 0 0 calc(33.333% - 16px) !important;
        max-width: calc(33.333% - 16px) !important;
    }
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .posts-grid > .post-card {
        flex: 0 0 calc(50% - 12px) !important;
        max-width: calc(50% - 12px) !important;
    }
}

@media (max-width: 575.98px) {
    .posts-grid > .post-card {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* ==========================================================================
   RELATED PRODUCTS GRID (STRICT 3 DESKTOP, 2 TABLET, 1 MOBILE)
   ========================================================================== */
.related-products-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
}

@media (max-width: 991.98px) {
    .related-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 1.25rem !important;
    }
}

@media (max-width: 575.98px) {
    .related-products-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }
}

/* CHECKOUT ITEM THUMBNAIL (UKURAN LEBIH BESAR & JELAS) */
.checkout-item-thumb {
    width: 80px !important;
    height: 80px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    border: 1px solid var(--tm-border, #e2e8f0) !important;
    flex-shrink: 0 !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
    margin-right: 12px !important;
}

.checkout-item-info {
    padding-left: 4px !important;
}

.checkout-item-info h5 {
    font-size: 1rem !important;
    margin-bottom: 6px !important;
}

/* CHECKOUT DNS FORM CONTAINER (JARAK ATAS & BAWAH RAPI SIMETRIS) */
.dns-form-container {
    margin-top: 14px !important;
    padding-top: 14px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.dns-form-container .form-label {
    margin-bottom: 12px !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    color: #dc2626 !important;
    line-height: 1.3 !important;
    display: flex !important;
    align-items: center !important;
}

.input-dns-name {
    text-transform: lowercase !important;
    font-family: inherit !important;
}

@media (max-width: 575.98px) {
    .checkout-item-thumb {
        width: 68px !important;
        height: 68px !important;
        min-width: 68px !important;
        min-height: 68px !important;
        margin-right: 8px !important;
    }
}

/* ==========================================================================
   COMPREHENSIVE MOBILE RESPONSIVE OPTIMIZATION (< 768px & < 576px)
   ========================================================================== */
html, body, .site {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

@media (max-width: 767.98px) {
    .container {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .tm-main-wrapper {
        padding-top: 1rem !important;
        padding-bottom: 2rem !important;
    }

    /* SINGLE PRODUCT PAGE RESPONSIVE */
    .single-product-actions {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px !important;
    }
    .single-product-actions > * {
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
    }

    #shareUnlockBox {
        padding: 14px 10px !important;
    }
    #shareButtonsContainer {
        gap: 6px !important;
    }

    /* CHECKOUT PAGE RESPONSIVE */
    #checkout-col-wrapper,
    #checkout-form-section {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    #checkout-form-section .sticky-top {
        position: static !important;
        top: auto !important;
        margin-top: 1rem !important;
    }
    .checkout-item-card {
        padding: 12px !important;
    }
    .checkout-item-thumb {
        width: 64px !important;
        height: 64px !important;
        min-width: 64px !important;
        min-height: 64px !important;
        margin-right: 8px !important;
    }
    .checkout-item-info {
        padding-left: 2px !important;
    }
    .checkout-item-info h5 {
        font-size: 0.9rem !important;
        margin-bottom: 2px !important;
    }
    /* CHECKOUT DNS FORM CONTAINER & BALANCED SPACING */
    .dns-form-container {
        margin-top: 14px !important;
        padding-top: 14px !important;
        border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    }
    .dns-form-container .form-label {
        margin-bottom: 12px !important;
        font-size: 0.85rem !important;
        font-weight: 600 !important;
        color: #dc2626 !important;
        line-height: 1.3 !important;
    }
    .input-dns-name {
        text-transform: lowercase !important;
    }
    .dns-form-container .d-flex {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px !important;
    }
    .dns-form-container .flex-grow-1,
    .dns-form-container .input-dns-name,
    .dns-form-container .btn-remove-item {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
    .dns-form-container .input-dns-name {
        height: 40px !important;
        font-size: 0.88rem !important;
    }
    .dns-form-container .btn-remove-item {
        height: 38px !important;
    }
    #checkout-form-section .card {
        padding: 16px !important;
    }
    #btn-submit-guest-checkout {
        font-size: 0.95rem !important;
        padding: 12px !important;
    }

    /* PROMO VPN MIKTUNNEL */
    .promo-vpn-card {
        padding: 1.5rem 1.25rem !important;
    }
    .vpn-title {
        font-size: 1.4rem !important;
        line-height: 1.3 !important;
    }
    .btn-vpn, .btn-bento-vpn {
        width: 100% !important;
        justify-content: center !important;
    }

    /* HERO SECTION */
    .saas-hero {
        padding: 30px 0 20px 0 !important;
    }
    .saas-hero-title {
        font-size: 1.75rem !important;
        line-height: 1.25 !important;
    }

    /* FOOTER */
    .tm-footer-dark {
        padding-top: 35px !important;
        padding-bottom: 25px !important;
    }
    .btn-wa-footer {
        width: 100% !important;
        justify-content: center !important;
    }
    .tm-footer-bottom .d-flex {
        flex-direction: column !important;
        gap: 8px !important;
        align-items: center !important;
        text-align: center !important;
    }
}


/* ==========================================================================
   404 PAGE — SEARCH BOX (Clean custom, tidak bergantung Bootstrap card)
   ========================================================================== */
.tm-404-search-wrapper {
    margin: 0 auto 24px auto;
    max-width: 520px;
    width: 100%;
}

.tm-404-search-form {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    height: 52px !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    padding: 4px 6px 4px 20px !important;
    box-sizing: border-box !important;
    gap: 0 !important;
    box-shadow: none !important;
    transition: border-color 0.15s ease !important;
}

.tm-404-search-form:focus-within {
    border-color: #0f172a !important;
    box-shadow: none !important;
}

.tm-404-search-input {
    flex: 1 1 auto !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    font-size: 0.92rem !important;
    color: #0f172a !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.tm-404-search-input::placeholder {
    color: #94a3b8 !important;
    font-size: 0.88rem !important;
}

.tm-404-search-btn {
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    height: 40px !important;
    padding: 0 20px !important;
    border-radius: 999px !important;
    border: none !important;
    background-color: #0f172a !important;
    color: #ffffff !important;
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: background-color 0.18s ease !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    line-height: 1 !important;
}

.tm-404-search-btn:hover {
    background-color: #16a34a !important;
    color: #ffffff !important;
}

/* ==========================================================================
   TRACKING & ORDER DETAILS PAGE — CLEAN & HARMONIOUS MODERN STYLING
   ========================================================================== */
.tm-tracking-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.04), 0 8px 10px -6px rgba(15, 23, 42, 0.04);
    padding: 28px;
    margin-bottom: 24px;
}

.tm-tracking-header {
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 18px;
    margin-bottom: 20px;
}

.tm-tracking-order-badge {
    display: inline-block;
    font-family: 'JetBrains Mono', 'Fira Code', Consolas, monospace;
    font-weight: 700;
    font-size: 1.3rem;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.tm-buyer-info-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
}

/* Delivery Card */
.tm-delivery-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 22px 24px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.02);
    transition: all 0.2s ease;
}

.tm-delivery-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}

.tm-license-card-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
}

.tm-license-wrapper {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    border-radius: 999px !important;
    padding: 4px 5px 4px 18px !important;
    transition: all 0.2s ease !important;
}

.tm-license-wrapper:focus-within {
    border-color: #0f172a !important;
    box-shadow: 0 0 0 3px rgba(15, 23, 42, 0.08) !important;
}

.tm-license-input {
    flex: 1 1 auto !important;
    font-family: 'JetBrains Mono', 'Fira Code', Consolas, monospace !important;
    font-size: 0.85rem !important;
    color: #0f172a !important;
    font-weight: 600 !important;
    background: transparent !important;
    border: none !important;
    padding: 6px 8px 6px 0 !important;
    margin: 0 !important;
    outline: none !important;
    box-shadow: none !important;
    line-height: 1.4 !important;
}

.tm-btn-copy-license {
    flex-shrink: 0 !important;
    background-color: #0f172a !important;
    border-color: #0f172a !important;
    color: #ffffff !important;
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    padding: 8px 18px !important;
    border-radius: 999px !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    cursor: pointer !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

.tm-btn-copy-license:hover {
    background-color: #16a34a !important;
    border-color: #16a34a !important;
    color: #ffffff !important;
}

.tm-license-hint {
    color: #64748b;
    font-size: 0.78rem;
    line-height: 1.5;
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

/* ==========================================================================
   TRACKING PAGE — TABLET & MOBILE RESPONSIVE STYLES
   ========================================================================== */
/* TABLET MODE (576px - 991px) */
@media (min-width: 576px) and (max-width: 991.98px) {
    .tm-tracking-card {
        padding: 22px;
        border-radius: 14px;
    }
    .tm-delivery-card {
        padding: 18px 20px;
    }
    .tm-delivery-action-row {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 14px !important;
    }
    .tm-btn-download-action {
        width: auto !important;
        flex-shrink: 0 !important;
        font-size: 0.84rem !important;
        padding: 8px 18px !important;
        white-space: nowrap !important;
    }
}

/* MOBILE LANDSCAPE & PHONES (< 768px) */
@media (max-width: 767.98px) {
    .tm-tracking-card {
        padding: 18px 16px;
        border-radius: 12px;
        margin-bottom: 20px;
    }

    .tm-tracking-header {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 10px !important;
        padding-bottom: 14px !important;
        margin-bottom: 16px !important;
    }

    .tm-tracking-order-badge {
        font-size: 1.15rem;
    }

    .tm-buyer-info-box {
        padding: 12px 14px;
    }

    .tm-delivery-card {
        padding: 16px 14px;
        border-radius: 12px;
        margin-bottom: 14px;
    }

    .tm-delivery-card h5 {
        font-size: 1rem !important;
    }

    .tm-license-card-box {
        padding: 12px 14px;
    }

    .tm-license-wrapper {
        padding: 3px 4px 3px 12px !important;
    }

    .tm-license-input {
        font-size: 0.78rem !important;
        padding: 4px 6px 4px 0 !important;
    }

    .tm-btn-copy-license {
        padding: 6px 14px !important;
        font-size: 0.75rem !important;
    }

    .tm-license-hint {
        font-size: 0.74rem;
        flex-direction: row;
        align-items: flex-start;
        gap: 6px;
    }

    .tm-license-hint i {
        margin-top: 2px;
    }

    /* Pending Action Area Mobile */
    #tracking-result-box .alert-warning {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
    }

    #tracking-result-box .alert-warning .d-flex {
        flex-direction: column !important;
        width: 100% !important;
    }

    #tracking-result-box .alert-warning button {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* SMARTPHONES & NARROW SCREENS (< 576px) */
@media (max-width: 575.98px) {
    .tm-tracking-card {
        padding: 14px 12px;
    }

    .tm-tracking-order-badge {
        font-size: 1.05rem;
    }

    .tm-license-wrapper {
        padding: 2px 3px 2px 10px !important;
    }

    .tm-license-input {
        font-size: 0.72rem !important;
    }

    .tm-btn-copy-license {
        padding: 6px 10px !important;
        font-size: 0.72rem !important;
    }

    /* Full width download button on smartphone */
    .tm-delivery-action-row {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .tm-btn-download-action {
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 10px 16px !important;
    }
}





