/* roulang page: index */
@import url('/assets/css/vendor/d3ed4e98d7-css2.css');
        :root {
            --brand-bg: #051F14;
            --brand-surface: #0B2E1E;
            --brand-gold: #F59E0B;
            --brand-gold-light: #FCD34D;
            --brand-red: #DC2626;
            --brand-ivory: #F8FAFC;
            --brand-mint: #D1FAE5;
            --brand-olive: #A3A375;
            --border-soft: rgba(245, 158, 11, 0.3);
        }
        body {
            font-family: 'Inter', sans-serif;
            background-color: #051F14;
            color: #F8FAFC;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }
        .container {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
        .text-gradient-gold {
            background: linear-gradient(135deg, #F59E0B 0%, #FCD34D 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .bg-gradient-card {
            background: linear-gradient(145deg, #0B2E1E 0%, #072718 100%);
        }
        .border-gold-subtle {
            border: 1px solid rgba(245, 158, 11, 0.25);
        }
        .hover-lift {
            transition: transform 0.25s ease, box-shadow 0.25s ease;
        }
        .hover-lift:hover {
            transform: translateY(-6px);
            box-shadow: 0 14px 28px rgba(245, 158, 11, 0.2);
        }
        .fab-royal {
            position: fixed;
            left: 1.5rem;
            bottom: 6rem;
            z-index: 50;
            width: 56px;
            height: 56px;
            background: radial-gradient(circle at 30% 30%, #FCD34D, #B45309);
            border-radius: 50%;
            border: 2px solid #F59E0B;
            box-shadow: 0 6px 25px rgba(245, 158, 11, 0.45);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #0B2E1E;
            font-size: 1.8rem;
            transition: all 0.3s;
            opacity: 0.85;
            animation: float 3s ease-in-out infinite;
        }
        .fab-royal:hover {
            opacity: 1;
            transform: scale(1.15);
            box-shadow: 0 10px 30px rgba(245, 158, 11, 0.65);
        }
        @keyframes float {
            0% { transform: translateY(0); }
            50% { transform: translateY(-6px); }
            100% { transform: translateY(0); }
        }
        .nav-link {
            position: relative;
            color: #D1FAE5;
            transition: color 0.2s;
            font-weight: 500;
        }
        .nav-link:hover, .nav-link.active {
            color: #F59E0B;
        }
        .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #F59E0B;
            border-radius: 2px;
        }
        @media (max-width: 768px) {
            .fab-royal {
                left: 1rem;
                bottom: 5rem;
                width: 48px;
                height: 48px;
                font-size: 1.5rem;
            }
        }

/* roulang page: article */
:root {
            --brand-bg: #051F14;
            --brand-surface: #0B2E1E;
            --brand-gold: #F59E0B;
            --brand-gold-light: #FCD34D;
            --brand-red: #DC2626;
            --brand-ivory: #F8FAFC;
            --brand-mint: #D1FAE5;
            --brand-olive: #A3A375;
            --border-soft: rgba(245, 158, 11, 0.3);
        }
        @import url('/assets/css/vendor/d3ed4e98d7-css2.css');
        body {
            font-family: 'Inter', sans-serif;
            background-color: #051F14;
            color: #F8FAFC;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }
        .container {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
        .text-gradient-gold {
            background: linear-gradient(135deg, #F59E0B 0%, #FCD34D 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .bg-gradient-card {
            background: linear-gradient(145deg, #0B2E1E 0%, #072718 100%);
        }
        .border-gold-subtle {
            border: 1px solid rgba(245, 158, 11, 0.25);
        }
        .nav-link {
            position: relative;
            color: #D1FAE5;
            transition: color 0.2s;
            font-weight: 500;
        }
        .nav-link:hover, .nav-link.active {
            color: #F59E0B;
        }
        .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #F59E0B;
            border-radius: 2px;
        }
        .shadow-gold {
            box-shadow: 0 4px 14px rgba(245, 158, 11, 0.3);
        }
        .shadow-gold-lg {
            box-shadow: 0 8px 24px rgba(245, 158, 11, 0.45);
        }
        .article-content h2 {
            font-size: 1.75rem;
            font-weight: 700;
            color: #F59E0B;
            margin-top: 2rem;
            margin-bottom: 1rem;
        }
        .article-content h3 {
            font-size: 1.35rem;
            font-weight: 600;
            color: #FCD34D;
            margin-top: 1.75rem;
            margin-bottom: 0.75rem;
        }
        .article-content p {
            margin-bottom: 1.25rem;
            color: #D1FAE5;
            line-height: 1.7;
            text-align: justify;
        }
        .article-content ul, .article-content ol {
            margin-bottom: 1.25rem;
            padding-left: 1.5rem;
            color: #D1FAE5;
        }
        .article-content li {
            margin-bottom: 0.5rem;
        }
        .article-content blockquote {
            border-left: 4px solid #F59E0B;
            background: rgba(245, 158, 11, 0.05);
            padding: 1rem 1.5rem;
            margin: 1.5rem 0;
            border-radius: 0 8px 8px 0;
            color: #A3A375;
            font-style: italic;
        }
        .article-content strong {
            color: #FCD34D;
            font-weight: 600;
        }
        .progress-step {
            position: relative;
            padding-left: 2.5rem;
            margin-bottom: 1.5rem;
        }
        .progress-step::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0.4rem;
            width: 1.5rem;
            height: 1.5rem;
            background: linear-gradient(135deg, #F59E0B, #FCD34D);
            border-radius: 50%;
            box-shadow: 0 0 12px rgba(245, 158, 11, 0.4);
        }
        .news-card {
            background: linear-gradient(145deg, #0B2E1E 0%, #072718 100%);
            border: 1px solid rgba(245, 158, 11, 0.2);
            border-radius: 14px;
            transition: all 0.3s ease;
        }
        .news-card:hover {
            border-color: rgba(245, 158, 11, 0.5);
            box-shadow: 0 8px 24px rgba(245, 158, 11, 0.15);
            transform: translateY(-3px);
        }
        .fab-royal {
            position: fixed;
            left: 1rem;
            bottom: 6rem;
            width: 56px;
            height: 56px;
            background: radial-gradient(circle at 30% 30%, #FCD34D, #B45309);
            border: 2px solid #F59E0B;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #051F14;
            font-size: 1.8rem;
            cursor: pointer;
            z-index: 50;
            box-shadow: 0 6px 25px rgba(245, 158, 11, 0.35);
            transition: all 0.3s ease;
            opacity: 0.85;
        }
        .fab-royal:hover {
            opacity: 1;
            transform: scale(1.1);
            box-shadow: 0 10px 30px rgba(245, 158, 11, 0.5);
        }
        .fab-royal .badge-notify {
            position: absolute;
            top: -3px;
            right: -3px;
            width: 14px;
            height: 14px;
            background: #DC2626;
            border-radius: 50%;
            border: 2px solid #F8FAFC;
        }
        @media (max-width: 768px) {
            .fab-royal {
                left: 1rem;
                bottom: 5rem;
                width: 48px;
                height: 48px;
                font-size: 1.5rem;
            }
            nav.flex.items-center.gap-4 {
                display: none;
            }
            .article-content h2 {
                font-size: 1.4rem;
            }
            .article-content h3 {
                font-size: 1.15rem;
            }
        }

/* roulang page: category1 */
@import url('/assets/css/vendor/d3ed4e98d7-css2.css');
        :root {
            --brand-bg: #051F14;
            --brand-surface: #0B2E1E;
            --brand-gold: #F59E0B;
            --brand-gold-light: #FCD34D;
            --brand-red: #DC2626;
            --brand-ivory: #F8FAFC;
            --brand-mint: #D1FAE5;
            --brand-olive: #A3A375;
            --border-soft: rgba(245, 158, 11, 0.3);
        }
        body {
            font-family: 'Inter', sans-serif;
            background-color: #051F14;
            color: #F8FAFC;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }
        .container {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
        .text-gradient-gold {
            background: linear-gradient(135deg, #F59E0B 0%, #FCD34D 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .bg-gradient-card {
            background: linear-gradient(145deg, #0B2E1E 0%, #072718 100%);
        }
        .border-gold-subtle {
            border: 1px solid rgba(245, 158, 11, 0.25);
        }
        .nav-link {
            position: relative;
            color: #D1FAE5;
            transition: color 0.2s;
            font-weight: 500;
        }
        .nav-link:hover, .nav-link.active {
            color: #F59E0B;
        }
        .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #F59E0B;
            border-radius: 2px;
        }
        .shadow-gold {
            box-shadow: 0 4px 15px rgba(245, 158, 11, 0.25);
        }
        .shadow-gold-lg {
            box-shadow: 0 8px 25px rgba(245, 158, 11, 0.4);
        }
        .card-hover {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .card-hover:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 30px rgba(245, 158, 11, 0.2);
        }
        .fab-royal {
            position: fixed;
            left: 1rem;
            bottom: 6rem;
            z-index: 50;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: radial-gradient(circle at 30% 30%, #FCD34D, #B45309);
            border: 2px solid #F59E0B;
            box-shadow: 0 6px 25px rgba(245, 158, 11, 0.35);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #051F14;
            font-size: 1.8rem;
            transition: transform 0.2s, box-shadow 0.2s;
            cursor: pointer;
            animation: royalFloat 3s ease-in-out infinite;
        }
        .fab-royal:hover {
            transform: scale(1.1);
            box-shadow: 0 8px 35px rgba(245, 158, 11, 0.5);
        }
        .fab-royal:active {
            transform: scale(0.95) translateY(2px);
        }
        @keyframes royalFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-6px); }
        }
        .hot-badge {
            background: #DC2626;
            color: #F8FAFC;
            font-size: 0.7rem;
            font-weight: 700;
            padding: 2px 8px;
            border-radius: 10px;
            position: absolute;
            top: -8px;
            right: -8px;
            border: 2px solid #FCD34D;
        }
        @media (max-width: 768px) {
            .fab-royal {
                left: 1rem;
                bottom: 5rem;
                width: 48px;
                height: 48px;
                font-size: 1.5rem;
            }
        }

/* roulang page: category2 */
:root {
            --brand-bg: #051F14;
            --brand-surface: #0B2E1E;
            --brand-gold: #F59E0B;
            --brand-gold-light: #FCD34D;
            --brand-red: #DC2626;
            --brand-ivory: #F8FAFC;
            --brand-mint: #D1FAE5;
            --brand-olive: #A3A375;
            --border-soft: rgba(245, 158, 11, 0.3);
        }
        @import url('/assets/css/vendor/d3ed4e98d7-css2.css');
        body {
            font-family: 'Inter', sans-serif;
            background-color: #051F14;
            color: #F8FAFC;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
            box-sizing: border-box;
        }
        *, *::before, *::after {
            box-sizing: inherit;
        }
        .container {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
        .text-gradient-gold {
            background: linear-gradient(135deg, #F59E0B 0%, #FCD34D 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .bg-gradient-card {
            background: linear-gradient(145deg, #0B2E1E 0%, #072718 100%);
        }
        .border-gold-subtle {
            border: 1px solid rgba(245, 158, 11, 0.25);
        }
        .nav-link {
            position: relative;
            color: #D1FAE5;
            transition: color 0.2s;
            font-weight: 500;
        }
        .nav-link:hover, .nav-link.active {
            color: #F59E0B;
        }
        .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #F59E0B;
            border-radius: 2px;
        }
        .fab-royal {
            position: fixed;
            left: 1rem;
            bottom: 6rem;
            z-index: 50;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: linear-gradient(145deg, #0B2E1E 0%, #051F14 100%);
            border: 2px solid #F59E0B;
            box-shadow: 0 6px 25px rgba(245, 158, 11, 0.35);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #F59E0B;
            font-size: 1.8rem;
            transition: all 0.3s ease;
            opacity: 0.8;
            animation: breathe 2.5s infinite ease-in-out;
        }
        .fab-royal:hover {
            transform: scale(1.1);
            opacity: 1;
            box-shadow: 0 8px 30px rgba(245, 158, 11, 0.55);
        }
        .fab-royal:active {
            transform: scale(0.95) translateY(4px);
        }
        @keyframes breathe {
            0% { transform: translateY(0); }
            50% { transform: translateY(-6px); }
            100% { transform: translateY(0); }
        }
        .bg-hero-pattern {
            background-image: url('/assets/images/98a1dd12f0441a24.jpg');
            background-size: cover;
            background-position: center;
            position: relative;
        }
        .bg-hero-pattern::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(5,31,20,0.92) 0%, rgba(5,31,20,0.8) 100%);
        }
        .hero-content {
            position: relative;
            z-index: 2;
        }
        .icon-badge {
            background: rgba(245, 158, 11, 0.15);
            border: 1px solid rgba(245, 158, 11, 0.4);
            border-radius: 12px;
            backdrop-filter: blur(6px);
        }
        .section-divider {
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(245,158,11,0.4), transparent);
            margin: 2rem 0;
        }
        .card-hover {
            transition: all 0.25s ease;
        }
        .card-hover:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 28px rgba(245, 158, 11, 0.15);
            border-color: rgba(245, 158, 11, 0.55);
        }
        .btn-primary {
            background: linear-gradient(135deg, #F59E0B 0%, #FCD34D 100%);
            color: #051F14;
            font-weight: 700;
            padding: 0.75rem 2rem;
            border-radius: 9999px;
            transition: all 0.25s;
            display: inline-block;
            text-align: center;
        }
        .btn-primary:hover {
            box-shadow: 0 6px 20px rgba(245,158,11,0.45);
            transform: translateY(-2px);
        }
        .step-number {
            background: linear-gradient(135deg, #F59E0B, #FCD34D);
            color: #051F14;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 1.2rem;
            flex-shrink: 0;
        }
        @media (max-width: 768px) {
            .fab-royal {
                left: 1rem;
                bottom: 5rem;
                width: 48px;
                height: 48px;
                font-size: 1.5rem;
            }
        }

/* roulang page: category3 */
:root {
            --brand-bg: #051F14;
            --brand-surface: #0B2E1E;
            --brand-gold: #F59E0B;
            --brand-gold-light: #FCD34D;
            --brand-red: #DC2626;
            --brand-ivory: #F8FAFC;
            --brand-mint: #D1FAE5;
            --brand-olive: #A3A375;
            --border-soft: rgba(245, 158, 11, 0.3);
        }
        @import url('/assets/css/vendor/d3ed4e98d7-css2.css');
        body {
            font-family: 'Inter', sans-serif;
            background-color: #051F14;
            color: #F8FAFC;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }
        .container {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
        .text-gradient-gold {
            background: linear-gradient(135deg, #F59E0B 0%, #FCD34D 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .bg-gradient-card {
            background: linear-gradient(145deg, #0B2E1E 0%, #072718 100%);
        }
        .border-gold-subtle {
            border: 1px solid rgba(245, 158, 11, 0.25);
        }
        .nav-link {
            position: relative;
            color: #D1FAE5;
            transition: color 0.2s;
            font-weight: 500;
        }
        .nav-link:hover, .nav-link.active {
            color: #F59E0B;
        }
        .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #F59E0B;
            border-radius: 2px;
        }
        .bg-gradient-hero {
            background: linear-gradient(135deg, #051F14 0%, #0B2E1E 40%, #072018 100%);
        }
        .shadow-gold {
            box-shadow: 0 4px 15px rgba(245, 158, 11, 0.3);
        }
        .shadow-gold-lg {
            box-shadow: 0 8px 30px rgba(245, 158, 11, 0.45);
        }
        .card-strategy {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .card-strategy:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 40px rgba(245, 158, 11, 0.25);
        }
        .step-number {
            background: linear-gradient(135deg, #F59E0B, #FCD34D);
            color: #051F14;
            font-weight: 700;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            flex-shrink: 0;
        }
        .faq-card {
            transition: all 0.3s ease;
        }
        .faq-card:hover {
            border-color: rgba(245, 158, 11, 0.5);
        }
        @media (max-width: 768px) {
            .fab-royal {
                left: 1rem;
                bottom: 5rem;
                width: 48px;
                height: 48px;
                font-size: 1.5rem;
            }
            nav {
                flex-wrap: wrap;
                justify-content: center;
                gap: 0.75rem;
            }
        }

/* roulang page: category4 */
:root {
            --brand-bg: #051F14;
            --brand-surface: #0B2E1E;
            --brand-gold: #F59E0B;
            --brand-gold-light: #FCD34D;
            --brand-red: #DC2626;
            --brand-ivory: #F8FAFC;
            --brand-mint: #D1FAE5;
            --brand-olive: #A3A375;
            --border-soft: rgba(245, 158, 11, 0.3);
        }
        @import url('/assets/css/vendor/d3ed4e98d7-css2.css');
        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--brand-bg);
            color: var(--brand-ivory);
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
        }
        .container {
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
        .text-gradient-gold {
            background: linear-gradient(135deg, #F59E0B 0%, #FCD34D 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .bg-gradient-card {
            background: linear-gradient(145deg, #0B2E1E 0%, #072718 100%);
        }
        .border-gold-subtle {
            border: 1px solid rgba(245, 158, 11, 0.25);
        }
        .nav-link {
            position: relative;
            color: #D1FAE5;
            transition: color 0.2s;
            font-weight: 500;
        }
        .nav-link:hover, .nav-link.active {
            color: #F59E0B;
        }
        .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: -4px;
            left: 0;
            width: 100%;
            height: 2px;
            background: #F59E0B;
            border-radius: 2px;
        }
        .shadow-gold {
            box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
        }
        .shadow-gold-lg {
            box-shadow: 0 8px 24px rgba(245, 158, 11, 0.45);
        }
        .card-hover {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .card-hover:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 32px rgba(245, 158, 11, 0.2);
        }
        .fab-royal {
            position: fixed;
            left: 1rem;
            bottom: 6rem;
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: radial-gradient(circle at 40% 40%, #0B2E1E, #051F14);
            border: 2px solid #F59E0B;
            color: #F59E0B;
            font-size: 1.8rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 50;
            box-shadow: 0 6px 25px rgba(245, 158, 11, 0.35);
            transition: all 0.3s ease;
            opacity: 0.85;
            animation: float-gentle 3s ease-in-out infinite;
        }
        .fab-royal:hover {
            opacity: 1;
            transform: scale(1.1);
            box-shadow: 0 8px 32px rgba(245, 158, 11, 0.55);
        }
        .fab-royal:active {
            transform: scale(0.95) translateY(2px);
        }
        @keyframes float-gentle {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-6px); }
        }
        .notification-badge {
            position: absolute;
            top: -2px;
            right: -2px;
            width: 14px;
            height: 14px;
            background: #DC2626;
            border-radius: 50%;
            border: 2px solid #F8FAFC;
        }
        @media (max-width: 768px) {
            .fab-royal {
                left: 1rem;
                bottom: 5rem;
                width: 48px;
                height: 48px;
                font-size: 1.5rem;
            }
        }
        .testimonial-card {
            background: linear-gradient(145deg, #0B2E1E, #051F14);
            border-left: 3px solid #F59E0B;
        }
