/* ============================================
   TTIS KukarKab — Custom Styles
   ============================================ */

:root {
    --brand: #044391;
    --brand-light: #065bb8;
    --brand-soft: #e8f0fa;
    --text: #1a1a2e;
    --text-muted: #1e293b;
    --border: #e5e7eb;
    --bg-light: #f8f9fa;
    --radius: 10px;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
    --shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    --shadow-lg: 0 8px 30px rgba(0, 0, 0, 0.09);
    --transition: 0.25s ease;
}

/* ========== Icon Sizes ========== */
.icon-xs { font-size: 12px !important; }
.icon-sm { font-size: 14px !important; }
.icon-md { font-size: 16px !important; }
.icon-lg { font-size: 18px !important; }
.icon-xl { font-size: 22px !important; }
.icon-2x { font-size: 28px !important; }

/* ========== Utilities ========== */
.section-padding { padding: 80px 0; }
@media (max-width: 768px) { .section-padding { padding: 56px 0; } }

.bg-light { background-color: var(--bg-light) !important; }
.bg-white { background-color: #fff !important; }

/* ========== Admin Button Circles ========== */
.btn-circle {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.btn-circle.btn-sm {
    height: 1.8rem;
    width: 1.8rem;
    font-size: 0.75rem;
}

/* ========== Admin Modern Card ========== */
.admin-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    margin-bottom: 24px;
    overflow: hidden;
}

.admin-card-header {
    padding: 18px 24px;
    border-bottom: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.admin-card-header h6 {
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    margin: 0;
    font-family: 'Urbanist', sans-serif;
}

.admin-card-header .btn-back {
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 8px;
    font-family: 'Urbanist', sans-serif;
    background: #f1f5f9;
    border: 1px solid #e5e7eb;
    color: var(--text);
    transition: all 0.2s;
}

.admin-card-header .btn-back:hover {
    background: #e5e7eb;
    color: #000;
}

.admin-card-body {
    padding: 24px;
}

.admin-page-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--text);
    margin: 0 0 20px;
    font-family: 'Urbanist', sans-serif;
    letter-spacing: -0.3px;
}

@media (max-width: 767px) {
    .admin-card-header { padding: 14px 18px; }
    .admin-card-body { padding: 18px; }
    .admin-page-title { font-size: 19px; }
}

/* ========== Admin Table ========== */
.admin-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.admin-table thead th {
    background: #f8fafc;
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 12px 14px;
    border-bottom: 2px solid #e5e7eb;
    font-family: 'Urbanist', sans-serif;
    white-space: nowrap;
}

.admin-table tbody td {
    padding: 12px 14px;
    font-size: 13.5px;
    color: var(--text);
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    font-family: 'Urbanist', sans-serif;
}

.admin-table tbody tr:hover {
    background: #f8fafc;
}

.admin-table tbody tr:last-child td {
    border-bottom: none;
}

.admin-table .table-image {
    border-radius: 6px;
    object-fit: cover;
    max-width: 60px;
    height: auto;
}

.admin-table .action-cell {
    display: flex;
    gap: 4px;
    flex-wrap: nowrap;
}

@media (max-width: 767px) {
    .admin-table thead th { font-size: 11px; padding: 10px 8px; }
    .admin-table tbody td { font-size: 12.5px; padding: 10px 8px; }
}

/* ========== Modern Form Styles ========== */
.form-modern .form-group {
    margin-bottom: 20px;
}

.form-modern label {
    font-size: 13.5px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 6px;
    display: block;
    letter-spacing: 0.01em;
}

.form-modern .form-control {
    height: 46px;
    padding: 10px 14px;
    font-size: 14px;
    font-family: 'Urbanist', sans-serif;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    color: var(--text);
    transition: all 0.2s;
}

.form-modern .form-control:focus {
    background: #fff;
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(4, 67, 145, 0.08);
    outline: none;
}

.form-modern .form-control::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.form-modern .form-control[readonly] {
    background: #f1f5f9;
    color: #64748b;
    cursor: default;
    border-style: dashed;
}

.form-modern textarea.form-control {
    height: auto;
    min-height: 120px;
    resize: vertical;
}

.form-modern select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2364748b' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}

.form-modern .form-control-file {
    font-size: 14px;
    font-family: 'Urbanist', sans-serif;
    color: var(--text);
}

.form-modern .form-control-file::file-selector-button {
    padding: 8px 16px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    font-family: 'Urbanist', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    cursor: pointer;
    margin-right: 12px;
    transition: all 0.2s;
}

.form-modern .form-control-file::file-selector-button:hover {
    background: var(--brand-soft);
    border-color: var(--brand);
}

.form-modern hr {
    border-top: 1px solid #e5e7eb;
    margin: 16px 0 24px;
}

.form-modern .btn-submit {
    padding: 10px 28px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 10px;
    transition: all 0.2s;
    font-family: 'Urbanist', sans-serif;
}

.form-modern .btn-back {
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.2s;
    font-family: 'Urbanist', sans-serif;
}

@media (max-width: 575px) {
    .form-modern .form-control { height: 42px; font-size: 13px; }
    .form-modern label { font-size: 12.5px; }
    .form-modern .btn-submit { width: 100%; }
}

.bg-soft-brand {
    background: var(--brand-soft);
    color: var(--brand);
    font-weight: 600;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
}

/* ========== Section Header ========== */
.section-header { margin-bottom: 12px; }

.section-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0;
    padding-bottom: 14px;
    position: relative;
    display: inline-block;
    line-height: 1.15;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 3px;
    border-radius: 2px;
    background: var(--brand);
}

.section-title.text-white::after {
    background: rgba(255, 255, 255, 0.6);
}

.section-desc {
    font-size: 1.1rem;
    color: var(--text-muted);
    max-width: 620px;
    margin: 22px auto 0;
}

/* ========== Hero ========== */
.hero-section {
    padding: 88px 0 96px;
    background: linear-gradient(180deg, #f0f5fb 0%, #fff 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(4, 67, 145, 0.04) 0%, transparent 70%);
    pointer-events: none;
}

.hero-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-muted);
}
.hero-badge::before {
    content: '';
    width: 32px;
    height: 2px;
    background: var(--brand);
    border-radius: 1px;
    flex-shrink: 0;
}

.hero-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.18;
    color: var(--text);
    margin-bottom: 16px;
}

.hero-subtitle {
    font-size: 17px;
    line-height: 1.7;
    color: #1e293b;
    margin-bottom: 32px;
    max-width: 500px;
    font-family: 'Inter', sans-serif;
}

.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 992px) { .hero-actions { justify-content: flex-start; } }

.hero-image {
    max-width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    transition: transform 0.4s ease;
}

.hero-image:hover {
    transform: scale(1.05) translateY(-6px);
}

@media (max-width: 768px) {
    .hero-image {
        max-width: 110%;
        margin-left: -5%;
    }
}


.btn-primary-hero {
    font-family: 'Urbanist', sans-serif;
    font-size: 15px;
    font-weight: 600;
    background: var(--brand);
    color: #fff;
    border: 2px solid var(--brand);
    padding: 12px 28px;
    border-radius: var(--radius);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--transition);
}

.btn-primary-hero:hover {
    background: var(--brand-light);
    border-color: var(--brand-light);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(4, 67, 145, 0.25);
}

.btn-outline-hero {
    font-family: 'Urbanist', sans-serif;
    font-size: 15px;
    font-weight: 600;
    background: transparent;
    color: var(--brand);
    border: 2px solid var(--brand);
    padding: 12px 28px;
    border-radius: var(--radius);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: var(--transition);
}

.btn-outline-hero:hover {
    background: var(--brand);
    color: #fff;
}

/* ========== Ticket Section ========== */
.ticket-section {
    margin-top: -36px;
    padding-bottom: 80px;
    position: relative;
    z-index: 2;
}

.ticket-card {
    background: var(--brand);
    border-radius: 14px;
    padding: 36px 40px;
    box-shadow: 0 12px 40px rgba(4, 67, 145, 0.18);
}

.ticket-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
}

.ticket-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0;
}

.ticket-form .input-group-text {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 0;
    color: rgba(255, 255, 255, 0.7);
    border-radius: 10px 0 0 10px;
}

.ticket-form .form-control {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
    color: #fff;
    font-size: 15px;
}

.ticket-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.ticket-form .form-control:focus {
    background: rgba(255, 255, 255, 0.18);
    box-shadow: none;
}

.btn-ticket-search {
    background: #fff;
    color: var(--brand);
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    font-size: 15px;
    border: 0;
    padding: 0 24px;
    border-radius: 0 10px 10px 0;
    transition: var(--transition);
}

.btn-ticket-search:hover {
    background: #e8f0fa;
}

/* ========== About ========== */
.about-image-wrapper {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.about-image {
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
    border-radius: 14px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--brand);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 20px rgba(4, 67, 145, 0.3);
}

.play-button:hover {
    background: var(--brand-light);
    color: #fff;
    transform: translate(-50%, -50%) scale(1.06);
}

.about-description {
    font-size: 16px;
    line-height: 1.75;
    color: #374151;
    margin-bottom: 28px;
}

.vision-card,
.mission-card {
    display: flex;
    gap: 16px;
    padding: 20px 24px;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: #fff;
    transition: var(--transition);
}

.vision-card:hover,
.mission-card:hover {
    box-shadow: var(--shadow);
    border-color: transparent;
}

.vision-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--brand-soft);
    color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.vision-label {
    font-family: 'Urbanist', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--brand);
    margin-bottom: 6px;
}

.vision-card p,
.mission-card p {
    font-size: 14.5px;
    line-height: 1.65;
    color: #374151;
    margin: 0;
}

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

.mission-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    font-size: 14.5px;
    line-height: 1.65;
    color: #374151;
}

.mission-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand);
    opacity: 0.4;
}

.mission-list li:last-child { margin-bottom: 0; }

.service-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--brand-soft);
    color: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
}

/* ========== Services ========== */
.service-card {
    background: #fff;
    border-radius: 14px;
    padding: 36px 28px;
    border: 1px solid var(--border);
    transition: var(--transition);
    height: 100%;
}

.service-card:hover {
    box-shadow: var(--shadow-lg);
    border-color: transparent;
    transform: translateY(-4px);
}

.service-card h5 {
    font-family: 'Urbanist', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 10px;
}

.service-card p {
    font-size: 14.5px;
    line-height: 1.7;
    color: var(--text-muted);
    margin: 0;
}

/* ========== News Cards ========== */
.news-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid var(--border);
    overflow: hidden;
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    box-shadow: var(--shadow-lg);
    border-color: transparent;
    transform: translateY(-2px);
}

.news-card-img {
    overflow: hidden;
    aspect-ratio: 16 / 9;
    position: relative;
    max-height: 190px;
}

.news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-card-category {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #fff;
    color: #1a1a2e;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
    letter-spacing: 0.02em;
    line-height: 1.4;
    pointer-events: none;
}

.news-card:hover .news-card-img img {
    transform: scale(1.03);
}

.news-card-body {
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.news-date {
    font-size: 11px;
    color: var(--brand);
    margin-bottom: 4px;
    font-weight: 500;
}

.news-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--text);
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-excerpt {
    font-size: 12px;
    line-height: 1.5;
    color: var(--text-muted);
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-link {
    display: inline-flex;
    align-items: center;
    font-family: 'Urbanist', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--brand);
    text-decoration: none;
    margin-top: 10px;
    transition: var(--transition);
}

.news-link:hover {
    color: var(--brand-light);
}

/* ========== RFC Section ========== */
.rfc-section {
    padding: 80px 0;
    background: var(--bg-light);
}

.rfc-banner {
    background: var(--brand);
    border-radius: 16px;
    padding: 52px 40px;
    box-shadow: 0 8px 32px rgba(4, 67, 145, 0.14);
}

.btn-rfc {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: var(--brand);
    font-family: 'Urbanist', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 32px;
    border-radius: var(--radius);
    text-decoration: none;
    margin-top: 24px;
    transition: var(--transition);
}

.btn-rfc:hover {
    background: var(--brand-soft);
    color: var(--brand);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.bg-soft {
    background: #f5f7fb;
}

/* ========== Guidelines ========== */
.guideline-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px 22px;
    text-decoration: none;
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.guideline-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--brand);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.guideline-card:hover {
    box-shadow: 0 8px 28px rgba(4, 67, 145, 0.12);
    border-color: var(--brand);
    transform: translateY(-3px);
}

.guideline-card:hover::before {
    opacity: 0.03;
}

.guideline-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--brand-soft);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.guideline-icon i {
    font-size: 26px;
    color: var(--brand);
    transition: all 0.3s ease;
}

.guideline-card:hover .guideline-icon {
    background: var(--brand);
}

.guideline-card:hover .guideline-icon i {
    color: #fff;
}

.guideline-body {
    flex: 1;
    min-width: 0;
}

.guideline-body h6 {
    font-family: 'Urbanist', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    margin: 0 0 8px;
    line-height: 1.4;
}

.guideline-badge {
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: var(--brand);
    background: var(--brand-soft);
    padding: 4px 12px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.guideline-card:hover .guideline-badge {
    background: var(--brand);
    color: #fff;
}

/* ========== Legacy card-effect (for berita/view_kategori) ========== */
.card-effect {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-img-top {
    object-fit: cover;
    height: 200px;
    width: 100%;
}

.card-body {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-text {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-get-started { margin-top: auto; }

.btn-ttis-outline {
    background-color: transparent;
    color: var(--brand);
    border: 1px solid var(--brand);
    transition: var(--transition);
    font-weight: 500;
    border-radius: 8px;
    padding: 6px 14px;
}

.btn-ttis-outline:hover {
    background-color: var(--brand);
    color: #fff;
}

/* ========== Hall of Fame ========== */
.hof-card {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 22px 24px;
    transition: var(--transition);
}

.hof-card:hover {
    box-shadow: var(--shadow);
    border-color: var(--brand);
}

.hof-rank {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--brand-soft);
    color: var(--brand);
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hof-name {
    font-family: 'Urbanist', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 4px;
}

.hof-detail {
    font-size: 13.5px;
    color: var(--text-muted);
    margin: 0;
    line-height: 1.6;
}

.hof-detail span {
    font-weight: 600;
    color: var(--brand);
}

/* ========== News Content (single page) ========== */
.news-content img { max-width: 100%; border-radius: 10px; margin: 16px 0; }
.news-content p { margin-bottom: 16px; }

.hover-highlight { transition: background 0.2s ease; }
.hover-highlight:hover { background: #f8f9fb; }

/* ========== Topbar ========== */
.topbar {
    background: var(--brand);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 0;
    margin-bottom: 2px;
}

.topbar .topbar-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 18px;
    min-width: 0;
    overflow: hidden;
}

.topbar .topbar-item i {
    font-size: 14px;
    opacity: 0.85;
    flex-shrink: 0;
}

.topbar .topbar-item span,
.topbar .topbar-item address {
    margin-bottom: 0;
    color: #fff;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbar .topbar-item a {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.topbar .topbar-item a:hover {
    color: rgba(255,255,255,0.8);
}

/* ========== Navbar ========== */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: auto;
    min-height: 88px;
    padding: 0;
    background: #fff;
    transition: box-shadow 0.3s ease;
}

.scrolled .header {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}

.header > .container,
.header > .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}

.navmenu a,
.navmenu a:focus {
    font-weight: 500;
    transition: font-weight 0.2s ease, color 0.3s ease;
}
.navmenu a:hover,
.navmenu > ul > li > a:hover,
.navmenu .active,
.navmenu .active:focus,
.navmenu .dropdown ul a:hover,
.navmenu .dropdown ul li:hover > a {
    font-weight: 700;
    color: var(--brand);
}

.navmenu > ul > li > a {
    position: relative;
}
.navmenu > ul > li > a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 0;
    height: 2px;
    background: var(--brand);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}
.navmenu > ul > li > a:hover::after,
.navmenu > ul > li > .active::after {
    width: calc(100% - 30px);
}

.logo-img {
    height: clamp(58px, 8vw, 82px);
    width: auto;
    max-width: 100%;
    flex-shrink: 0;
    display: block;
}

.sitename {
    font-family: 'Inter', sans-serif;
    font-size: clamp(18px, 2.7vw, 30px);
    font-weight: 800;
    color: var(--text);
    margin: 0;
    letter-spacing: -0.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
}

/* ========== Hamburger Button ========== */
.hamburger-toggle {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    min-width: 44px;
    min-height: 44px;
    padding: 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
    order: 99;
    z-index: 1060;
    position: relative;
    align-self: center;
    flex-shrink: 0;
    border-radius: 8px;
    -webkit-tap-highlight-color: transparent;
}

.hamburger-toggle:hover {
    background: rgba(4, 67, 145, 0.06);
}

.hamburger-toggle span {
    display: block;
    width: 22px;
    height: 2.5px;
    background: var(--brand);
    border-radius: 2px;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.hamburger-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburger-toggle.active span:nth-child(2) {
    opacity: 0;
}

.hamburger-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ========== Responsive Breakpoints ========== */
@media (max-width: 1024px) {
    .header {
        min-height: 70px;
    }
    .logo-img {
        height: clamp(48px, 7vw, 64px);
    }
    .sitename {
        font-size: clamp(14px, 2vw, 23px);
    }
    .hamburger-toggle { display: inline-flex; }
}

@media (max-width: 768px) {
    .header {
        min-height: 62px;
    }
    .logo-img {
        height: clamp(42px, 8vw, 56px);
    }
    .sitename {
        font-size: clamp(13px, 2.3vw, 18px);
    }
    .hamburger-toggle {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 480px) {
    body {
        overflow-x: hidden;
    }
    .header {
        min-height: 55px;
    }
    .logo-img {
        height: clamp(38px, 10vw, 48px);
    }
    .sitename {
        font-size: clamp(11px, 2.8vw, 15px);
        max-width: 110px;
        overflow: hidden;
        text-overflow: ellipsis;
        min-width: 0;
    }
    .logo {
        gap: 6px;
    }
    .hamburger-toggle {
        width: 44px;
        height: 44px;
        padding: 8px;
    }
}

@media (min-width: 1600px) {
    .logo-img {
        height: 88px;
    }
    .sitename {
        font-size: 32px;
    }
    .header {
        min-height: 96px;
    }
}


/* ========== Sidebar Overlay ========== */
.sidebar-overlay {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* ========== Sidebar Panel ========== */
.sidebar-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 280px;
    max-width: 82vw;
    z-index: 1050;
    background: #fff;
    box-shadow: -4px 0 24px rgba(0,0,0,0.12);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    pointer-events: none;
}

.sidebar-panel.active {
    transform: translateX(0);
    pointer-events: auto;
}

.sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px;
    background: var(--brand);
    color: #fff;
    flex-shrink: 0;
}

.sidebar-head-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.sidebar-close {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
}

.sidebar-nav {
    list-style: none;
    padding: 4px 0;
    margin: 0;
    flex: 1;
    overflow-y: auto;
}

.sidebar-link {
    display: flex;
    align-items: center;
    padding: 14px 22px;
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
    text-decoration: none;
    transition: all 0.15s ease;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.sidebar-link:hover,
.sidebar-link.active {
    color: #fff;
    background: var(--brand);
}

.sidebar-link .bi-chevron-down {
    transition: transform 0.25s ease;
    font-size: 12px;
}

.sidebar-link.open {
    color: var(--brand);
    background: var(--brand-soft);
}

.sidebar-link.open .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-subnav {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f8f9fb;
    display: none;
}

.sidebar-subnav.open {
    display: block;
}

.sidebar-sublink {
    display: block;
    padding: 12px 22px 12px 40px;
    font-size: 13px;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    transition: all 0.15s ease;
}

.sidebar-sublink:hover {
    color: var(--brand);
    background: #eef2f8;
}

.sidebar-foot {
    padding: 16px 18px;
    border-top: 1px solid #e5e7eb;
    flex-shrink: 0;
}

.sidebar-foot p {
    font-size: 11px;
    font-weight: 600;
    color: var(--text);
    margin: 0 0 8px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.sidebar-foot p:last-child { margin-bottom: 0; }

.sidebar-foot i {
    color: var(--brand);
    font-size: 14px;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
    margin-top: 2px;
}

/* Prevent body scroll when sidebar open */
body.sidebar-open {
    overflow: hidden;
}

/* ========== Aduan Page ========== */
.info-card, .form-card {
    background: #fff;
    border-radius: 14px;
    border: 1px solid var(--border);
    overflow: hidden;
}

.info-card-header,
.form-card-header {
    padding: 20px 28px;
    background: var(--brand-soft);
    border-bottom: 1px solid var(--border);
}

.info-card-header h3,
.form-card-header h3 {
    font-family: 'Urbanist', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    margin: 0;
}

.info-card-body {
    padding: 28px;
}

.info-card-body > p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.info-section {
    margin-bottom: 24px;
    padding: 18px 20px;
    background: #f9fafb;
    border-radius: 12px;
    border: 1px solid #f1f5f9;
}

.info-section h5 {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--brand);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-section ul,
.info-section ol {
    padding-left: 20px;
    margin: 0;
}

.info-section li {
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.info-section a {
    color: var(--brand);
    font-weight: 600;
    text-decoration: none;
}

.info-section a:hover { text-decoration: underline; }

.info-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 18px;
    background: #eff6ff;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    font-size: 14px;
    color: #1e40af;
    line-height: 1.6;
}

.info-note i { font-size: 18px; flex-shrink: 0; margin-top: 1px; }

.info-note b { color: #1e3a8a; }

/* Form */
.form-card-body {
    padding: 28px;
}

.form-card-body label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 6px;
}

.form-input {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    font-size: 14px;
    color: var(--text);
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    outline: none;
}

.form-input:focus {
    border-color: var(--brand);
    box-shadow: 0 0 0 3px rgba(4, 67, 145, 0.06);
    background: #fff;
}

select.form-input {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
    cursor: pointer;
}

.input-error {
    font-size: 12px;
    color: #dc3545;
    margin-top: 4px;
}

/* File upload */
.file-upload {
    position: relative;
}

.file-upload input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.file-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 28px 16px;
    border: 2px dashed var(--border);
    border-radius: 10px;
    background: #fafbfc;
    text-align: center;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.file-upload-label .upload-icon {
    font-size: 28px;
    color: var(--brand);
    opacity: 0.6;
    margin-bottom: 2px;
    transition: opacity 0.2s ease;
}

.file-upload:hover .file-upload-label {
    border-color: var(--brand);
    background: var(--brand-soft);
}

.file-upload:hover .file-upload-label .upload-icon {
    opacity: 0.9;
}

.file-upload-label span {
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}

.file-upload-label small {
    font-size: 12px;
    color: var(--text-muted);
}

/* Submit button */
.btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 15px 28px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: var(--brand);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.btn-submit:hover {
    background: var(--brand-light);
    box-shadow: 0 6px 20px rgba(4, 67, 145, 0.25);
    transform: translateY(-1px);
}

/* Ticket modal */
.ticket-display {
    background: #f0f6ff;
    border: 1px solid rgba(4, 67, 145, 0.15);
    border-radius: 12px;
    padding: 20px;
}

.ticket-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--brand);
    margin-bottom: 4px;
}

.ticket-number {
    display: block;
    font-family: 'JetBrains Mono', 'Consolas', monospace;
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
    letter-spacing: 0.5px;
}

.ticket-hint {
    font-size: 13px;
    color: var(--text-muted);
    margin: 8px 0 0;
}

/* ========== Breadcrumb ========== */
.breadcrumb {
    padding: 10px 0;
    margin: 0;
    background: transparent;
    font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 600;
}

.breadcrumb-item a {
    color: var(--text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-item a:hover { color: var(--brand); }

.breadcrumb-item.active { color: var(--text); font-weight: 500; }

/* ========== Post Category Badge ========== */
.post-category-badge {
    font-family: 'Urbanist', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--brand);
    background: var(--brand-soft);
    padding: 6px 14px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.post-category-badge:hover {
    background: var(--brand);
    color: #fff;
}

/* ========== Single Post ========== */
.post-heading {
    font-family: 'Urbanist', sans-serif;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
    color: var(--text);
    margin-bottom: 12px;
}

@media (max-width: 768px) {
    .post-heading { font-size: 22px; }
}

.post-meta-full {
    color: var(--text-muted);
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 24px;
    gap: 6px;
    justify-content: flex-start !important;
    text-align: left !important;
}

.post-meta-full > div {
    line-height: 1.4;
}

.post-author-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
}

.post-author-name {
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--text);
}

.post-meta-sep {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cbd5e1;
    margin: 0 10px;
    flex-shrink: 0;
    vertical-align: middle;
}

.post-date-info {
    font-size: 13px;
    color: var(--text-muted);
    white-space: nowrap;
}

.post-source-info {
    font-size: 13px;
    color: var(--text-muted);
    white-space: nowrap;
}

@media (max-width: 575px) {
    .post-author-name {
        font-size: 12px;
    }
    .post-date-info {
        font-size: 11px;
        font-weight: 600;
    }
    .post-source-info {
        font-size: 11px;
        font-weight: 600;
    }
    .post-meta-sep {
        margin: 0 6px;
    }
}

@media (max-width: 400px) {
    .post-author-name {
        font-size: 11px;
    }
    .post-date-info {
        font-size: 10px;
    }
}

/* ========== Featured Image ========== */
.post-featured-img {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.post-featured-img img {
    width: 100%;
    max-height: 480px;
    object-fit: cover;
    display: block;
}

/* ========== Post Content ========== */
.post-content {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
}

.post-content img { max-width: 100%; border-radius: 10px; margin: 20px 0; }
.post-content p { margin-bottom: 18px; }
.post-content h1, .post-content h2, .post-content h3,
.post-content h4, .post-content h5, .post-content h6 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    color: var(--text);
    margin-top: 28px;
    margin-bottom: 12px;
}
.post-content blockquote {
    border-left: 4px solid var(--brand);
    background: var(--brand-soft);
    padding: 16px 20px;
    margin: 20px 0;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    color: #374151;
}
.post-content a { color: var(--brand); text-decoration: underline; }
.post-content ul, .post-content ol { margin-bottom: 18px; padding-left: 20px; }
.post-content li { margin-bottom: 6px; }
.post-content table { width: 100%; border-collapse: collapse; margin-bottom: 18px; }
.post-content table td, .post-content table th { border: 1px solid #e5e7eb; padding: 8px 12px; font-size: 14px; }
.post-content table th { background: #f9fafb; font-weight: 600; }
.post-content figure { margin: 16px 0; }
.post-content figcaption { font-size: 13px; color: #6b7280; text-align: center; margin-top: 6px; }

/* ========== Post Footer / Share ========== */
.post-footer-meta { }

.post-source-footer {
    font-size: 14px;
    color: #64748b;
    font-style: italic;
    padding: 6px 0;
}

.share-label {
    font-family: 'Urbanist', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
}

.share-btn.facebook { background: #1877f2; }
.share-btn.facebook:hover { background: #1666d6; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(24,119,242,0.35); }

.share-btn.twitter { background: #0f1419; }
.share-btn.twitter:hover { background: #1a1e23; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(15,20,25,0.35); }

.share-btn.whatsapp { background: #25d366; }
.share-btn.whatsapp:hover { background: #1fbc57; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(37,211,102,0.35); }

.share-btn.copy-btn {
    background: #fff;
    color: var(--text-muted);
    border: 1px solid var(--border);
}
.share-btn.copy-btn:hover {
    background: var(--brand);
    color: #fff;
    border-color: var(--brand);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(4,67,145,0.3);
}
.share-btn.copied { background: #10b981 !important; color: #fff !important; border-color: #10b981 !important; }

.tag-pill {
    font-family: 'Urbanist', sans-serif;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
    background: var(--bg-light);
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid var(--border);
}

.tag-pill:hover {
    background: var(--brand-soft);
    color: var(--brand);
    border-color: var(--brand);
}

/* ========== Author Card ========== */
.author-card {
    background: var(--bg-light);
    border: 1px solid var(--border);
}

.author-card-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--brand);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

.author-card-name {
    font-family: 'Urbanist', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
}

.author-card-bio {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 600px;
}

/* ========== Related Posts ========== */
.related-posts-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text);
}

.related-posts-all {
    font-size: 13px;
    font-weight: 600;
    color: var(--brand);
    text-decoration: none;
    transition: color 0.2s ease;
}
.related-posts-all:hover { color: var(--brand-light); }

.related-post-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.25s ease;
    height: 100%;
}

.related-post-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--brand);
}

.related-post-img-wrapper {
    overflow: hidden;
    height: 140px;
}

.related-post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.related-post-card:hover .related-post-img { transform: scale(1.05); }

.related-post-body {
    padding: 14px 16px;
}

.related-post-date {
    font-size: 11px;
    color: var(--text-muted);
    display: block;
    margin-bottom: 6px;
}

.related-post-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ========== Sidebar Widget ========== */
.sidebar-widget {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    overflow: hidden;
}

.sidebar-widget-header {
    font-family: 'Urbanist', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: var(--brand);
    padding: 14px 20px;
}

.sidebar-widget-body {
    padding: 8px 0;
}

/* Sidebar News Item */
.sidebar-news-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 20px;
    text-decoration: none;
    border-bottom: 1px solid #f1f3f5;
    transition: background 0.15s ease;
}

.sidebar-news-item:last-child { border-bottom: 0; }

.sidebar-news-item:hover { background: #f8f9fb; }

.sidebar-news-img {
    width: 72px;
    height: 54px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.sidebar-news-item:last-child { border-bottom: 0; }

.sidebar-news-item:hover { background: #f8f9fb; }

.sidebar-news-item h6 {
    font-family: 'Urbanist', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    line-height: 1.4;
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebar-news-item span {
    font-size: 12px;
    color: var(--text-muted);
}

/* Sidebar Category Item */
.sidebar-category-item {
    padding: 12px 20px;
    text-decoration: none;
    border-bottom: 1px solid #f1f3f5;
    transition: all 0.15s ease;
    font-size: 14px;
    font-weight: 500;
    color: var(--text);
}

.sidebar-category-item:last-child { border-bottom: 0; }

.sidebar-category-item:hover {
    background: var(--brand-soft);
    color: var(--brand);
    padding-left: 24px;
}

.sidebar-category-item.active {
    background: var(--brand-soft);
    color: var(--brand);
    font-weight: 600;
}

.sidebar-category-item.active .category-count {
    background: var(--brand);
    color: #fff;
}

.category-count {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-muted);
    background: var(--bg-light);
    padding: 2px 10px;
    border-radius: 12px;
    min-width: 28px;
    text-align: center;
}

/* ========== Sidebar Contact ========== */
.sidebar-contact-list {
    padding: 4px 0;
}

.sidebar-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 20px;
    border-bottom: 1px solid #f1f3f5;
    font-size: 13px;
    color: var(--text);
    line-height: 1.5;
}

.sidebar-contact-item:last-child { border-bottom: 0; }

.sidebar-contact-item i {
    flex-shrink: 0;
    font-size: 15px;
    color: var(--brand);
    margin-top: 1px;
}

.sidebar-contact-item a {
    color: var(--text);
    text-decoration: none;
    transition: color 0.15s ease;
    word-break: break-all;
}

.sidebar-contact-item a:hover { color: var(--brand); }

/* ========== Hashtag ========== */
.hashtag-item {
    display: inline-block;
    font-family: 'Urbanist', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--brand);
    background: var(--brand-soft);
    padding: 6px 14px;
    border-radius: 16px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.hashtag-item:hover {
    background: var(--brand);
    color: #fff;
}

/* ========== Tracker Search ========== */
.tracker-search {
    display: flex;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    transition: border-color 0.2s;
}
.tracker-search:focus-within { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(3,42,92,0.08); }
.tracker-search-input {
    flex: 1;
    border: none;
    padding: 14px 18px;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: transparent;
    outline: none;
}
.tracker-search-input::placeholder { color: #cbd5e1; }
.tracker-search-btn {
    background: var(--brand);
    color: #fff;
    border: none;
    padding: 14px 24px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}
.tracker-search-btn:hover { background: var(--brand-dark, #023a7a); }

.tracker-empty,
.tracker-success {
    text-align: center;
    padding: 48px 20px;
}
.tracker-empty-icon,
.tracker-success-icon {
    width: 64px; height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 16px;
}
.tracker-empty-icon { background: #fee2e2; color: #ef4444; }
.tracker-success-icon { background: #dcfce7; color: #22c55e; }
.tracker-empty h4, .tracker-success h4 { font-size: 18px; font-weight: 700; margin-bottom: 8px; color: var(--text); }
.tracker-empty p, .tracker-success p { color: #64748b; font-size: 14px; margin-bottom: 16px; }

.tracker-ticket-badge {
    display: inline-block;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 20px;
    margin-bottom: 8px;
}
.tracker-ticket-badge span { display: block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: #94a3b8; margin-bottom: 4px; }
.tracker-ticket-badge code { font-size: 15px; font-weight: 700; color: var(--brand); }

/* ========== Ticket Header Row ========== */
.ticket-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px 20px;
}
.ticket-header-left { display: flex; flex-direction: column; gap: 4px; }
.ticket-header-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: #94a3b8; }
.ticket-header-code { font-size: 15px; font-weight: 700; color: var(--text); font-family: 'JetBrains Mono', 'Consolas', monospace; background: none; padding: 0; border: none; letter-spacing: 0.02em; }
.ticket-status-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

/* ========== Ticket Meta Row ========== */
.ticket-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #64748b;
}
.ticket-meta-sep { color: #cbd5e1; }

/* ========== Status track ========== */
.status-track { position: relative; padding: 0 8px; }

.status-track-bar,
.status-track-fill {
    position: absolute;
    top: 25px;
    height: 4px;
    border-radius: 4px;
    left: 0;
    right: 0;
}

.status-track-bar {
    background-color: transparent;
    background-image: repeating-linear-gradient(
        to right,
        #cbd5e1 0,
        #cbd5e1 6px,
        transparent 6px,
        transparent 12px
    );
    border-radius: 4px;
    z-index: 0;
}

.status-track-fill { z-index: 1; transition: width 0.5s ease; }

.status-track-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.status-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    transition: all 0.3s ease;
    z-index: 3;
    position: relative;
}

.step-done { box-shadow: 0 4px 12px rgba(0,0,0,0.12); }

.step-pending { background: #cbd5e1; }

.step-label { font-size: 12px; font-weight: 600; text-align: center; word-break: break-word; }

.step-timestamp {
    display: block;
    font-size: 10px;
    color: #94a3b8;
    text-align: center;
    margin-top: 2px;
    white-space: nowrap;
}

.timestamp-empty { color: #cbd5e1; }

.step-circle.icon-pending { border-style: dashed; }
.step-circle.icon-check { border-style: solid; }
.step-circle.icon-flag { border-radius: 10px; }

/* ========== Ticket Info Section ========== */
.ticket-info-section {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
}
.ticket-info-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.ticket-info-desc { font-size: 14px; color: #475569; line-height: 1.7; margin-bottom: 16px; }
.ticket-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.ticket-info-item { }
.ticket-info-item small {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    margin-bottom: 4px;
}
.ticket-info-item strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
}

/* ========== CTA buttons ========== */
.ticket-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-cta {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    border: none;
}

.btn-cta-primary {
    background: var(--brand);
    color: #fff;
}

.btn-cta-primary:hover { background: var(--brand-dark, #023a7a); color: #fff; }
.btn-cta-primary:focus-visible { outline: 2px solid var(--brand); outline-offset: 2px; }

.btn-cta-outline {
    background: #fff;
    color: #25D366;
    border: 2px solid #25D366;
}

.btn-cta-outline:hover { background: #25D366; color: #fff; }
.btn-cta-outline:focus-visible { outline: 2px solid #25D366; outline-offset: 2px; }

.ticket-escalation-hint {
    margin-top: 16px;
    padding: 12px 16px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 10px;
    font-size: 13px;
    color: #c2410c;
    display: flex;
    align-items: flex-start;
}

/* ========== Info badges ========== */
.info-badge {
    background: #f8f9fb;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px;
    height: 100%;
    transition: border-color 0.2s ease;
}

@media (max-width: 768px) {
    .tracker-search-input { padding: 12px 14px; font-size: 14px; }
    .tracker-search-btn { padding: 12px 18px; font-size: 13px; }
    .ticket-header-row { flex-direction: column; align-items: flex-start; gap: 10px; padding: 14px 16px; }
    .ticket-header-code { font-size: 13px; word-break: break-all; }
    .ticket-meta-row { font-size: 13px; }
    .status-track { padding: 0 6px; }
    .status-track-bar,
    .status-track-fill {
        top: 16px;
        height: 3px;
    }
    .status-track-bar {
        background-image: repeating-linear-gradient(
            to right,
            #cbd5e1 0,
            #cbd5e1 5px,
            transparent 5px,
            transparent 10px
        );
    }
    .step-circle {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .step-label { font-size: 12px; }
    .step-timestamp { font-size: 9px; }
    .status-step { gap: 6px; }
    .ticket-info-grid { grid-template-columns: 1fr; gap: 12px; }
    .ticket-info-section { padding: 16px; }
    .btn-cta { font-size: 13px; padding: 8px 16px; }
}

@media (max-width: 480px) {
    .tracker-search { flex-direction: column; }
    .tracker-search-input { padding: 12px 14px; font-size: 14px; }
    .tracker-search-btn { padding: 12px; font-size: 13px; text-align: center; justify-content: center; }
    .ticket-header-row { padding: 12px 14px; }
    .ticket-header-code { font-size: 12px; }
    .ticket-meta-row { font-size: 12px; flex-wrap: wrap; gap: 8px; }
    .ticket-meta-sep { display: none; }
    .status-track { padding: 0 4px; }
    .status-track-bar,
    .status-track-fill {
        top: 14px;
        height: 3px;
    }
    .status-track-bar {
        background-image: repeating-linear-gradient(
            to right,
            #cbd5e1 0,
            #cbd5e1 4px,
            transparent 4px,
            transparent 8px
        );
    }
    .step-circle {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }
    .step-label { font-size: 11px; }
    .step-timestamp { font-size: 8px; white-space: normal; max-width: 55px; }
    .status-step { gap: 5px; }
    .ticket-info-section { padding: 14px; }
    .ticket-info-title { font-size: 14px; }
    .ticket-info-desc { font-size: 13px; }
    .btn-cta { width: 100%; justify-content: center; }
}

/* Info badges */
.info-badge {
    background: #f8f9fb;
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 16px;
    height: 100%;
    transition: border-color 0.2s ease;
}

.info-badge:hover { border-color: var(--brand); }

.info-badge small {
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-muted);
    margin-bottom: 4px;
}

.info-badge strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
    word-break: break-all;
}

/* ========== Footer ========== */
.site-footer {
    background: #032a5c;
    color: rgba(255, 255, 255, 0.8);
}

.footer-main {
    padding: 64px 0 48px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-logo {
    height: 48px;
    width: auto;
}

.footer-brand h4 {
    font-family: 'Urbanist', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.footer-about {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.65);
    max-width: 520px;
}

.footer-heading {
    font-family: 'Urbanist', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 18px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px 16px;
}

.footer-links li { margin: 0; }

.footer-links a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover { color: #fff; }

.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
}

.contact-icon {
    flex-shrink: 0;
    width: 20px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    margin-top: 1px;
}

.footer-social {
    display: flex;
    gap: 8px;
}

.social-link {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: 0.2s ease;
}

.social-link:hover {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
}

.footer-bottom strong { color: rgba(255, 255, 255, 0.7); }

.footer-map { }

.footer-map iframe {
    display: block;
    width: 100%;
}

/* ========== Responsive ========== */
@media (max-width: 991px) {
    .hero-title { font-size: 32px; }
    .hero-section { padding: 56px 0 64px; }
    .ticket-card { padding: 24px; }
    .ticket-form .input-group { flex-wrap: nowrap; }
    .ticket-form .btn-ticket-search { padding: 0 16px; font-size: 14px; }
    .rfc-banner { padding: 36px 24px; }
    .play-button { width: 52px; height: 52px; font-size: 24px; }
}

@media (max-width: 768px) {
    .section-title { font-size: 28px; }
    .hero-subtitle { font-size: 15px; }
    .service-card { padding: 24px 18px; }
    .guideline-card { padding: 18px 16px; }
    .hero-actions { flex-direction: column; align-items: stretch; }
    .hero-actions .btn { width: 100%; text-align: center; justify-content: center; }
    .hof-card { padding: 20px; }
    .rfc-section { padding: 56px 0; }
    .news-card-img { height: 180px; }
    .about-image-wrapper { margin-bottom: 24px; }
    .about-image { width: 110%; max-width: 110%; margin-left: -5%; border-radius: 10px; }
    .footer-main { padding: 48px 0 36px; }
    .footer-logo { height: 40px; }
    .footer-about { max-width: 100%; }

}

@media (max-width: 575px) {
    .hero-title { font-size: 26px; }
    .hero-badge { font-size: 12px; gap: 10px; }
    .hero-badge::before { width: 24px; }
    .play-button { width: 44px; height: 44px; font-size: 20px; }
    .ticket-card { padding: 18px; }
    .ticket-form .btn-ticket-search { padding: 0 12px; font-size: 13px; }
    .btn-primary-hero,
    .btn-outline-hero { padding: 10px 20px; font-size: 14px; }
    .section-desc { font-size: 14px; }
    .about-description { font-size: 14px; }
    .service-card h5 { font-size: 16px; }
    .service-card p { font-size: 13.5px; }
    .vision-card,
    .mission-card { padding: 16px; }
    .guideline-body h6 { font-size: 13px; }
    .footer-main { padding: 40px 0 28px; }
    .footer-logo { height: 36px; }
    .footer-brand h4 { font-size: 17px; }
    .footer-about { font-size: 13px; }
    .footer-heading { font-size: 12px; margin-bottom: 14px; }
    .footer-contact li { font-size: 13px; }
    .footer-social { flex-wrap: wrap; }
}

@media (max-width: 400px) {
    .ticket-form .form-control { font-size: 13px; }
    .ticket-form .form-control::placeholder { font-size: 11px; }
}

.search-input-group {
    max-width: 480px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d1d5db;
}

.search-input-group:focus-within {
    border-color: var(--brand);
}

.search-icon {
    background: transparent;
    border: none;
    color: #9ca3af;
    padding-left: 14px;
    font-size: 14px;
}

.search-field {
    border: none !important;
    box-shadow: none !important;
    padding: 10px 2px;
    font-size: 14px;
    background: transparent;
}

.search-field::placeholder {
    color: #9ca3af;
}

.search-clear-btn {
    border: none;
    background: transparent;
    color: #9ca3af;
    padding: 0 12px;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: color 0.15s;
    text-decoration: none;
}

.search-clear-btn:hover {
    color: #6b7280;
}

.search-submit-btn {
    border: none;
    background: var(--brand);
    color: #fff;
    padding: 0 16px;
    font-size: 14px;
    cursor: pointer;
}

.search-submit-btn:hover {
    background: var(--brand-light);
    color: #fff;
}

.result-card {
    background: #fff;
    border-radius: 8px;
    padding: 32px 28px;
    border: 1px solid #e5e7eb;
}

.result-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 12px;
}

.result-card-error .result-icon-wrap {
    background: #fef2f2;
    color: #ef4444;
}

.result-card-success .result-icon-wrap {
    background: #f0fdf4;
    color: #22c55e;
}

.result-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    color: var(--text);
}

.result-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 0;
}

.tiket-badge {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 16px;
    margin-top: 10px;
    display: inline-block;
}

.tiket-label {
    display: block;
    font-size: 12px;
    color: #9ca3af;
    font-weight: 500;
    margin-bottom: 4px;
}

.tiket-code {
    font-size: 16px;
    font-weight: 700;
    color: var(--brand);
    background: transparent;
    padding: 0;
}

.tiket-note {
    font-size: 13px;
    color: #9ca3af;
}

.modern-pagination {
    gap: 4px;
    flex-wrap: wrap;
}

.modern-pagination .page-link {
    border: none;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
    background: #f1f5f9;
    transition: all 0.2s;
}

@media (max-width: 576px) {
    .modern-pagination .page-link {
        padding: 8px 10px;
        font-size: 12px;
        border-radius: 6px;
    }
    .modern-pagination { gap: 2px; }
}

.modern-pagination .page-link:hover {
    background: var(--brand-soft);
    color: var(--brand);
}

.modern-pagination .active .page-link {
    background: var(--brand);
    color: #fff;
}

.modern-pagination .disabled .page-link {
    color: #cbd5e1;
    pointer-events: none;
}

.empty-state {
    padding: 60px 20px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px dashed #e2e8f0;
}

.empty-state h5 {
    font-weight: 700;
}

/* ========== Gallery ========== */
.gallery-card {
    display: block;
    text-decoration: none;
    border-radius: var(--radius);
    overflow: hidden;
    background: #fff;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.gallery-card:hover {
    box-shadow: 0 8px 28px rgba(4, 67, 145, 0.18);
    transform: translateY(-4px);
}

.gallery-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.gallery-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.gallery-card:hover .gallery-img-wrap img {
    transform: scale(1.08);
}

.gallery-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(4, 67, 145, 0.88) 0%, rgba(4, 67, 145, 0.25) 60%, transparent 85%);
    display: flex;
    align-items: flex-end;
    padding: 12px;
}

.gallery-caption {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
    .gallery-overlay {
        padding: 10px;
    }
    .gallery-caption {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .gallery-overlay {
        padding: 8px;
    }
    .gallery-caption {
        font-size: 12px;
        line-height: 1.25;
    }
}

@media (max-width: 575px) {
    .post-footer-meta .share-btn {
        width: 32px;
        height: 32px;
        font-size: 13px;
    }
    .post-footer-meta .share-label {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    .post-footer-meta .btn-outline-hero {
        width: 100%;
        justify-content: center;
    }
    .post-footer-meta .d-flex {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .post-source-footer {
        font-size: 13px;
        padding: 8px 0;
    }
    .pdf-viewer-iframe {
        height: 420px;
    }
    .gallery-section-pad {
        padding: 48px 0;
    }
}

.pdf-viewer-wrapper {
    position: relative;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
    background: #f1f5f9;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.pdf-viewer-iframe {
    width: 100%;
    height: 700px;
    border: none;
    border-radius: 14px;
}

.pdf-fallback {
    border: 1px dashed #d1d5db;
    border-radius: 14px;
}

@media (max-width: 768px) {
    .pdf-viewer-iframe {
        height: 500px;
    }
}

@media (max-width: 575px) {
    .pdf-viewer-iframe {
        height: 380px;
        border-radius: 10px;
    }
    .pdf-viewer-wrapper {
        border-radius: 10px;
    }
}

/* ===== FAQ Accordion ===== */
.faq-section {
}
.faq-list {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    align-items: start;
}
.faq-item {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.faq-item:hover {
    border-color: var(--brand-light);
}
.faq-item.active {
    border-color: var(--brand);
    box-shadow: 0 4px 20px rgba(4,67,145,0.08);
}
.faq-question {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: Inter,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text);
    line-height: 1.5;
    transition: color 0.25s ease;
}
.faq-item.active .faq-question {
    color: var(--brand);
}
.faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--brand-soft);
    color: var(--brand);
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.3s ease, background 0.25s ease, color 0.25s ease;
    margin-top: 1px;
}
.faq-item.active .faq-icon {
    transform: rotate(45deg);
    background: var(--brand);
    color: #fff;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
}
.faq-item.active .faq-answer {
    max-height: 9999px;
    overflow-y: auto;
}
.faq-answer-inner {
    padding: 0 24px 20px 66px;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--text-muted);
}
.faq-ol {
    margin: 10px 0 0;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.faq-ol li {
    padding-left: 2px;
}
.faq-ol li::marker {
    font-weight: 600;
    color: var(--brand);
}
.faq-answer-inner a {
    color: var(--brand);
    text-decoration: underline;
    font-weight: 500;
}
.faq-answer-inner a:hover {
    color: var(--brand-light);
}
.faq-badge-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 14px;
}
.faq-badge-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.faq-badge-item i { font-size: 1.4rem; flex-shrink: 0; }
.badge-gold { color: #FFD700; }
.badge-silver { color: #A8A8A8; }
.badge-bronze { color: #CD7F32; }
.text-gold { color: #DAA520; }
.text-silver { color: #888; }
.text-bronze { color: #B87333; }
@media (max-width: 767px) {
    .faq-badge-list { gap: 10px; margin-top: 12px; }
    .faq-badge-item i { font-size: 1.2rem; }
    .faq-badge-item { font-size: 0.85rem; gap: 8px; }
}
@media (max-width: 480px) {
    .faq-badge-list { gap: 8px; margin-top: 10px; }
    .faq-badge-item i { font-size: 1.1rem; }
    .faq-badge-item { font-size: 0.82rem; }
}
@media (max-width: 991px) {
    .faq-list {
        max-width: 100%;
        gap: 10px;
    }
    .faq-question {
        padding: 18px 20px;
        font-size: 0.95rem;
        gap: 12px;
    }
    .faq-answer-inner {
        padding: 0 20px 18px 60px;
        font-size: 0.92rem;
    }
}
@media (max-width: 767px) {
    .faq-list {
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
        gap: 8px;
    }
    .faq-question {
        padding: 10px 12px;
        font-size: 0.78rem;
        gap: 6px;
    }
    .faq-answer-inner {
        padding: 0 10px 10px 32px;
        font-size: 0.75rem;
        line-height: 1.5;
    }
    .faq-icon {
        width: 20px;
        height: 20px;
        font-size: 10px;
    }
    .faq-ol {
        padding-left: 12px;
        gap: 3px;
        font-size: 0.75rem;
    }
}
@media (max-width: 480px) {
    .faq-list {
        grid-template-columns: 1fr 1fr;
        gap: 6px;
    }
    .faq-question {
        padding: 10px 10px;
        font-size: 0.74rem;
        gap: 6px;
    }
    .faq-answer-inner {
        padding: 0 10px 10px 30px;
        font-size: 0.72rem;
    }
    .faq-icon {
        width: 18px;
        height: 18px;
        font-size: 10px;
    }
}

@media (max-width: 767px) {
    .info-note {
        font-size: 13px;
        padding: 12px 14px;
        line-height: 1.5;
    }
}
@media (max-width: 480px) {
    .info-note {
        font-size: 12px;
        padding: 10px 12px;
        line-height: 1.45;
    }
}

