/* ======================================================
   [PREMIUM 2026 OVERHAUL] Games Details & Checkout Page
   ====================================================== */

/* Sticky Summary Sidebar */
#order-summary-container {
  position: static;
}


/* Modal Custom styling */
.modal-custom .modal-content {
  background-color: rgba(20, 22, 35, 0.96);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(99, 102, 241, 0.3);
  border-radius: 24px;
  color: #ffe8e4;
  text-align: center;
  padding: 2.5rem 1.75rem;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.6);
}

.modal-custom .modal-header, .modal-custom .modal-footer {
  border: none;
  padding: 0;
}

.modal-custom .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.6;
  transition: opacity 0.2s ease;
}

.modal-custom .btn-close:hover {
  opacity: 1;
}

.modal-icon-wrapper {
  margin: 0 auto 1.25rem auto;
  width: 76px;
  height: 76px;
  background: linear-gradient(135deg, #10b981, #059669);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid rgba(16, 185, 129, 0.25);
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.4);
}

.modal-icon-wrapper .icon-feather {
  width: 32px;
  height: 32px;
  color: white;
}

.modal-custom .modal-title {
  font-size: 1.6rem;
  font-weight: 800;
  width: 100%;
  color: #ffffff;
  letter-spacing: -0.5px;
}

.modal-custom .modal-subtitle {
  font-size: 0.875rem;
  color: #a7a9bb;
  margin-top: 0.25rem;
  margin-bottom: 1.75rem;
}

.modal-details-box {
  background-color: rgba(14, 16, 23, 0.6);
  border: 1px solid rgba(53, 53, 98, 0.6);
  border-radius: 14px;
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

.modal-details-box .detail-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
}

.modal-details-box .detail-item:last-child {
  margin-bottom: 0;
}

.modal-details-box .detail-label {
  color: #a7a9bb;
}

.modal-details-box .detail-value {
  font-weight: 600;
  max-width: 65%;
  word-wrap: break-word;
  color: #ffffff;
}

.modal-tos-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 1.75rem;
  font-size: 0.875rem;
  color: #a7a9bb;
  text-align: left;
  line-height: 1.4;
}

.modal-tos-container .form-check-input {
  margin-top: 0.15rem;
  margin-right: 0.6rem;
  flex-shrink: 0;
  border-color: rgba(99, 102, 241, 0.35);
  background-color: rgba(14, 16, 23, 0.5);
}

.modal-tos-container .form-check-input:checked {
  background-color: #6366f1;
  border-color: #6366f1;
}

.modal-tos-container a {
  color: #818cf8;
  text-decoration: underline;
}

.modal-custom .modal-footer {
  display: flex;
  gap: 0.75rem;
  width: 100%;
}

.modal-custom .modal-footer .btn {
  flex: 1;
  padding: 0.75rem;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.btn-primary-custom {
  background: linear-gradient(90deg, #4f46e5, #6366f1) !important;
  border: none !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}

.btn-primary-custom:hover {
  background: linear-gradient(90deg, #4338ca, #4f46e5) !important;
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.5);
  transform: translateY(-1px);
}

.btn-primary-custom:disabled {
  background: #4b5563 !important;
  opacity: 0.6;
  box-shadow: none;
}

.btn-secondary-custom {
  background-color: transparent !important;
  border: 1px solid rgba(99, 102, 241, 0.3) !important;
  color: #ffe8e4 !important;
}

.btn-secondary-custom:hover {
  background-color: rgba(99, 102, 241, 0.15) !important;
  color: #ffffff !important;
}

/* Page Specific Styles */
.page-games-reborn .icon {
  width: 1.1em;
  height: 1.1em;
  vertical-align: -0.15em;
}

/* Game Header Section - Widescreen Glass Panel */
.page-games-reborn .game-header-reborn {
    background-color: rgba(28, 30, 45, 0.45);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 24px;
    margin-bottom: 2.5rem;
    border: 1px solid rgba(99, 102, 241, 0.18);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.page-games-reborn .game-banner-wrapper {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.page-games-reborn .game-banner-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(14, 16, 23, 0.2) 0%, rgba(14, 16, 23, 0.8) 100%);
}

.page-games-reborn .game-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(3px) brightness(0.75);
}

.page-games-reborn .game-info-container {
    display: flex;
    align-items: center;
    padding: 1.5rem 2.5rem;
    position: relative;
    background: rgba(14, 16, 23, 0.45);
    gap: 20px;
}

.game-logo-wrapper-premium {
    position: relative;
    margin-top: -70px;
    z-index: 2;
}

.page-games-reborn .game-logo-img {
    width: 110px;
    height: 110px;
    border: 3px solid #6366f1;
    border-radius: 20px;
    object-fit: cover;
    background-color: #12141c;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.game-title-wrapper-premium {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.page-games-reborn .game-title-text {
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.game-meta-badges {
    display: flex;
    gap: 8px;
}

.game-meta-badges .meta-badge {
    font-size: 0.875rem;
    color: #818cf8;
    background: rgba(99, 102, 241, 0.12);
    border: 1px solid rgba(99, 102, 241, 0.25);
    padding: 4px 10px;
    border-radius: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.game-meta-badges .meta-badge svg {
    width: 11px;
    height: 11px;
}

/* Stepped Title Layout */
.step-title-premium {
    display: flex;
    align-items: center;
    gap: 12px;
}

.step-title-premium .step-number {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4f46e5 0%, #6366f1 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(99, 102, 241, 0.4);
}

/* Section Styling */
.page-games-reborn .form-section {
    background: rgba(28, 30, 45, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 1.75rem;
    border-radius: 20px;
    margin-bottom: 2rem;
    border: 1px solid rgba(99, 102, 241, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.page-games-reborn .form-section:hover {
    border-color: rgba(99, 102, 241, 0.25);
}

.page-games-reborn .form-section-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    padding-bottom: 0.85rem;
    border-bottom: 1px solid rgba(99, 102, 241, 0.15);
}

.page-games-reborn .form-section-title .clear-btn {
    font-size: 0.875rem;
    padding: 0.35rem 0.75rem;
    color: #a7a9bb;
    border: 1px solid rgba(167, 169, 187, 0.25);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.2s ease;
}

.page-games-reborn .form-section-title .clear-btn:hover {
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.4);
    background-color: rgba(239, 68, 68, 0.08);
}

/* User ID & Server Input */
.page-games-reborn .target-input-container .form-control,
.page-games-reborn .target-input-container .form-select {
    background-color: rgba(14, 16, 23, 0.5) !important;
    border: 1px solid rgba(53, 53, 98, 0.6) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 0.75rem 1.25rem !important;
    min-height: 50px;
    font-weight: 500;
}

.page-games-reborn .target-input-container .form-control:focus,
.page-games-reborn .target-input-container .form-select:focus {
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.25) !important;
    border-color: #6366f1 !important;
    background-color: rgba(14, 16, 23, 0.7) !important;
}

.page-games-reborn .history-list-container {
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: rgba(28, 30, 45, 0.98);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(99, 102, 241, 0.3);
    border-top: none;
    border-radius: 0 0 12px 12px;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.page-games-reborn .history-item {
    padding: 0.75rem 1.25rem;
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #a7a9bb;
    border-bottom: 1px solid rgba(53, 53, 98, 0.2);
    transition: all 0.2s ease;
}

.page-games-reborn .history-item:last-child {
    border-bottom: none;
}

.page-games-reborn .history-item:hover {
    background-color: rgba(99, 102, 241, 0.12);
    color: #ffffff;
}

.page-games-reborn .history-item .nickname-history {
    font-weight: 600;
    color: #ffffff;
}

.page-games-reborn .history-item .id-server-history {
    display: block;
    font-size: 0.875rem;
    opacity: 0.7;
}

.page-games-reborn #searchInputProducts {
    background-color: rgba(14, 16, 23, 0.5) !important;
    border: 1px solid rgba(53, 53, 98, 0.6) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 0.75rem 1.25rem !important;
    margin-bottom: 1.5rem;
}

.page-games-reborn #searchInputProducts:focus {
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.25) !important;
    border-color: #6366f1 !important;
}

.page-games-reborn .product.g-3 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

/* Nominal Cards (Product items) */
.page-games-reborn .product .card {
    background-color: rgba(20, 22, 35, 0.45);
    border: 1px solid rgba(53, 53, 98, 0.5);
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
}

.page-games-reborn .product .card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(99, 102, 241, 0.04) 0%, transparent 60%);
    pointer-events: none;
}

.page-games-reborn .product .card:hover {
    transform: translateY(-4px);
    border-color: rgba(99, 102, 241, 0.5);
    background-color: rgba(28, 30, 45, 0.7);
    box-shadow: 0 10px 25px rgba(99, 102, 241, 0.15);
}

.page-games-reborn .product .card.product-selected-dotted {
    border: 2px solid #6366f1 !important;
    background: rgba(99, 102, 241, 0.12) !important;
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.35) !important;
}

.page-games-reborn .product .card-body {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 1.5rem 1rem;
}

.page-games-reborn .product .card-body img {
    max-height: 40px;
    margin-bottom: 0.75rem;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}

.page-games-reborn .product .product-name-display {
    font-size: 0.875rem;
    font-weight: 700;
    color: #ffffff;
    display: block;
    margin-bottom: 0.75rem;
    word-break: break-word;
    line-height: 1.3;
}

.page-games-reborn .product .price-container {
    margin-top: auto;
    padding: 0;
}

.page-games-reborn .product .price-container small {
    font-size: 0.875rem;
    color: #a7a9bb;
    font-weight: 500;
}

.page-games-reborn .product .price-container .original-price {
    text-decoration: line-through;
    font-size: 0.875rem;
    color: rgba(167, 169, 187, 0.6);
    margin-bottom: 0.2rem;
    display: block;
}

.page-games-reborn .product .price-container .real-price {
    color: #f59e0b;
    font-size: 0.875rem;
    font-weight: 800;
    display: block;
}

.page-games-reborn .discount-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, #ef4444, #f43f5e);
    color: #ffffff;
    padding: 3px 10px;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 0 0 0 10px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
}

/* Payment Method Selection */
.page-games-reborn .method .card {
    background-color: rgba(20, 22, 35, 0.45);
    border: 1px solid rgba(53, 53, 98, 0.5);
    border-radius: 16px;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.page-games-reborn .method .card:hover {
    transform: translateY(-3px);
    border-color: rgba(99, 102, 241, 0.5);
    background-color: rgba(28, 30, 45, 0.7);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-games-reborn .method .card.product-selected-dotted {
    border: 2px solid #6366f1 !important;
    background: rgba(99, 102, 241, 0.12) !important;
    box-shadow: 0 0 20px rgba(99, 102, 241, 0.35) !important;
}

.page-games-reborn .method .card-body {
    padding: 1.25rem 1rem;
}

.page-games-reborn .method .card img {
    max-height: 28px;
    max-width: 90px;
    object-fit: contain;
    filter: brightness(0.9) grayscale(20%);
    transition: all 0.2s;
}

.page-games-reborn .method .card:hover img,
.page-games-reborn .method .card.product-selected-dotted img {
    filter: brightness(1) grayscale(0%);
}

.page-games-reborn .method .card b {
    font-size: 0.95rem;
    color: #ffffff;
    font-weight: 700;
}

.page-games-reborn .method .card .fee-option {
    font-size: 0.875rem;
    color: #a7a9bb;
    margin-top: 0.2rem;
}

/* Order Summary Sidebar - Terminal Style */
.page-games-reborn #order-summary-container .card {
    background: rgba(28, 30, 45, 0.55);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.page-games-reborn #order-summary-container .card-header {
    background: rgba(14, 16, 23, 0.5);
    padding: 1.5rem;
    border-bottom: 1px solid rgba(53, 53, 98, 0.4);
    font-weight: 800;
    color: #ffffff;
    font-size: 1.15rem;
    letter-spacing: -0.2px;
}

.page-games-reborn .description-card .card-body {
    font-size: 0.875rem;
    padding: 1.5rem;
    line-height: 1.7;
    color: #a7a9bb;
}

.page-games-reborn .description-card .card-body ul,
.page-games-reborn .description-card .card-body ol {
    padding-left: 1.2rem;
    margin-bottom: 0;
}

.page-games-reborn .description-card .card-body li {
    margin-bottom: 0.5rem;
}

.page-games-reborn #selected-product-preview-card {
    background-color: rgba(14, 16, 23, 0.4);
    border: 1px solid rgba(53, 53, 98, 0.5);
    border-radius: 12px;
    margin-bottom: 1.25rem;
}

.page-games-reborn #selected-product-preview-card .card-body {
    min-height: 60px;
    padding: 1rem !important;
    text-align: left;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-weight: 600;
}

.page-games-reborn #selected-product-preview-card img {
    max-height: 40px;
    width: 40px;
    object-fit: contain;
    border-radius: 6px;
    margin-right: 0.85rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.page-games-reborn #selected-product-preview-card .product-name-text {
    font-weight: 700;
    font-size: 0.95rem;
    color: #ffffff;
}

.page-games-reborn .summary-item {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

.page-games-reborn .summary-item .label {
    color: #a7a9bb;
}

.page-games-reborn .summary-item .value {
    color: #ffffff;
    font-weight: 600;
}

.page-games-reborn .summary-item .value.total {
    color: #f59e0b;
    font-weight: 850;
    font-size: 1.3rem;
}

.page-games-reborn .form-control-sm {
    background-color: rgba(14, 16, 23, 0.5) !important;
    border: 1px solid rgba(53, 53, 98, 0.6) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 0.75rem 1.25rem !important;
    font-size: 0.875rem;
}

.page-games-reborn .form-control-sm:focus {
    box-shadow: 0 0 12px rgba(99, 102, 241, 0.2) !important;
    border-color: #6366f1 !important;
}

.page-games-reborn .tombol-pesan .btn-primary-custom {
    font-weight: 750;
    padding: 0.95rem;
    font-size: 1.05rem;
    border-radius: 14px;
}

.page-games-reborn .card-clickable-wa {
    margin-top: 1.25rem;
}

.page-games-reborn .card-clickable-wa a.card-body-link {
    display: block;
    text-decoration: none;
}

.page-games-reborn .card-clickable-wa a.card-body-link:hover .card {
    border-color: rgba(99, 102, 241, 0.5);
    background: rgba(28, 30, 45, 0.55);
}

.page-games-reborn .card-clickable-wa .card-body {
    display: flex;
    align-items: center;
    padding: 1.25rem 1.5rem !important;
}

.page-games-reborn .card-clickable-wa svg {
    color: #818cf8;
    width: 28px;
    height: 28px;
    margin-right: 1rem;
    flex-shrink: 0;
}

.page-games-reborn .card-clickable-wa .text-content .fw-bold {
    font-size: 0.95rem;
    color: #ffffff;
    margin-bottom: 0.1rem;
}

.page-games-reborn .card-clickable-wa .text-content div:last-child {
    font-size: 0.875rem;
    color: #a7a9bb;
}

/* Mobile Floater & Responsive Adjustments */
@media (max-width: 991.98px) {
    .page-games-reborn .game-header-reborn {
        margin-bottom: 1.5rem;
        border-radius: 16px;
    }
    .page-games-reborn .game-banner-wrapper { 
        height: 140px; 
    }
    .page-games-reborn .game-logo-img { 
        width: 90px; 
        height: 90px; 
        border-radius: 16px;
        margin-top: -45px;
        margin-right: 1rem; 
        border-width: 3px; 
    }
    .page-games-reborn .game-title-text { 
        font-size: 1.5rem; 
    }
    .page-games-reborn .game-info-container { 
        padding: 0 1.25rem 0.75rem; 
        min-height: 55px;
    }

    .page-games-reborn #order-summary-container #simplified-summary-card,
    .page-games-reborn #order-summary-container #selected-product-preview-card,
    .page-games-reborn #order-summary-container .tombol-pesan { display: none !important; }
    .page-games-reborn .form-section { padding: 1.25rem; border-radius: 14px; }
    .page-games-reborn #mobile-summary-floater { position: fixed; bottom: 0; left: 0; right: 0; box-shadow: 0 -4px 20px rgba(0,0,0,0.4); z-index: 1035; background-color: rgba(28, 30, 45, 0.95); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border-top: 1px solid rgba(99, 102, 241, 0.2); }
    .page-games-reborn .summary-header { display: flex; justify-content: space-between; align-items: center; padding: 0.85rem 1.25rem; cursor: pointer; }
    .page-games-reborn .summary-header .total-section small { display: block; font-size: 0.875rem; color: #a7a9bb; line-height: 1; margin-bottom: 0.2rem; }
    .page-games-reborn .summary-header .total-section b { font-size: 1.2rem; color: #f59e0b; }
    .page-games-reborn .summary-header .action-section { display: flex; align-items: center; gap: 1rem; }
    .page-games-reborn .summary-header .action-section .btn-primary-custom { font-size: 0.9rem; padding: 0.5rem 1.25rem; border-radius: 8px; }
    .page-games-reborn .summary-header .detail-toggle { display: flex; align-items: center; gap: 0.3rem; color: #a7a9bb; font-size: 0.875rem; }
    .page-games-reborn .toggle-icon { transition: transform 0.3s ease-in-out; }
    .page-games-reborn .summary-details-wrapper { max-height: 0; overflow: hidden; transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
    .page-games-reborn .summary-details-content { padding: 1.25rem; border-top: 1px solid rgba(53, 53, 98, 0.4); font-size: 0.875rem; color: #ffffff; }
    .page-games-reborn .summary-details-content .row { margin-bottom: 0.4rem !important; }
    .page-games-reborn #mobile-summary-floater:not(.minimized) .summary-details-wrapper { max-height: 320px; }
    .page-games-reborn #mobile-summary-floater:not(.minimized) .toggle-icon { transform: rotate(180deg); }
    .page-games-reborn .col-6.product-item-searchable { flex: 0 0 50%; max-width: 50%; }
    .page-games-reborn .product .card-body { padding: 0.85rem 0.5rem; }
    .page-games-reborn .product .product-name-display { font-size: 0.8rem; line-height: 1.2; margin-bottom: 0.4rem; }
    .page-games-reborn .product .price-container small { font-size: 0.875rem; }
    .page-games-reborn .product .price-container .original-price { font-size: 0.875em; }
    .page-games-reborn .product .price-container .real-price { font-size: 0.8rem; }
}

.breadcrumb-seo {
    margin: 1.5rem 0;
    padding: 0.75rem 1.25rem;
    background-color: rgba(14, 16, 23, 0.4);
    border: 1px solid rgba(53, 53, 98, 0.3);
    border-radius: 10px;
}

.breadcrumb-seo .breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-seo .breadcrumb-item a {
    color: #a7a9bb;
    text-decoration: none;
    transition: color 0.2s ease;
}

.breadcrumb-seo .breadcrumb-item a:hover {
    color: #818cf8;
}

.breadcrumb-seo .breadcrumb-item.active {
    color: #ffffff;
    font-weight: 600;
}

.breadcrumb-seo .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(167, 169, 187, 0.5);
}

.seo-tabs.nav-pills {
    background-color: rgba(28, 30, 45, 0.4);
    border-radius: 25px;
    padding: 5px;
    border: 1px solid rgba(53, 53, 98, 0.4);
}

.seo-tabs.nav-pills .nav-link {
    color: #a7a9bb;
    border-radius: 20px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.seo-tabs.nav-pills .nav-link.active, 
.seo-tabs.nav-pills .show > .nav-link {
    background: linear-gradient(90deg, #4f46e5, #6366f1) !important;
    color: #fff;
    font-weight: bold;
}

.hint {
    color: #a7a9bb;
    font-style: italic;
    opacity: 0.7;
}

.game-description-seo-box h2, .faq-section-seo-box h2 {
    color: #ffffff;
    font-weight: 800;
    font-size: 1.5rem;
    letter-spacing: -0.3px;
    margin-bottom: 1.25rem;
}

.game-description-seo-box p {
    color: #a7a9bb;
    line-height: 1.7;
}

.faq-section-seo-box {
    background: rgba(28, 30, 45, 0.3);
    border: 1px solid rgba(53, 53, 98, 0.4);
    border-radius: 16px;
}

.faq-section-seo-box .accordion-item {
    border: 1px solid rgba(53, 53, 98, 0.4) !important;
    border-radius: 12px !important;
    margin-bottom: 0.75rem;
    overflow: hidden;
}

.best-value-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    font-size: 14px;
    font-weight: 800;
    padding: 2px 8px;
    border-bottom-right-radius: 12px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.35);
    z-index: 10;
}

.gacha-calc-widget {
    background: rgba(28, 30, 45, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 1.75rem;
    border-radius: 20px;
    border: 1px solid rgba(99, 102, 241, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.gacha-calc-widget select, .gacha-calc-widget input {
    background-color: rgba(14, 16, 23, 0.5) !important;
    border: 1px solid rgba(53, 53, 98, 0.6) !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    padding: 0.75rem 1.25rem !important;
    font-size: 14px;
}