/* ===== membership reward ===== */
.tier-section {
    background-color: #1a1a1a; 
    padding: 80px 0;
    font-family: 'ComicSans', serif; 
}

.tier-section p, .custom-tier-card {
   font-family: 'ComicSans', serif;
}

.tier-header-title {
    font-family: 'ComicSans', serif;
    color: #28a745;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 15px rgba(40, 167, 69, 0.4);
}

.custom-tier-card {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #444;
    border-radius: 25px;
    padding: 30px 20px;
    height: 100%;
    text-align: center;
    transition: transform 0.3s;
}

.tier-subtitle { display: block; font-size: 0.75rem; letter-spacing: 1px; margin-bottom: 15px; }
.tier-description { font-size: 0.9rem; min-height: 40px; margin-bottom: 15px; color: #fff; }


.custom-hr {
    border-top: 1px dashed #666;
    margin: 25px 0;
    position: relative;
    font-size: 0.7rem;
    color: #fff;
    letter-spacing: 2px;
}
.custom-hr::before {
    content: "-----------";
    position: absolute;
    left: 0;
    top: -10px;
}
.custom-hr::after {
    content: "-----------";
    position: absolute;
    right: 0;
    top: -10px;
}

.tier-features { list-style: none; padding: 0; text-align: left; min-height: 180px; }
.tier-features li { font-size: 0.85rem; margin-bottom: 12px; display: flex; align-items: flex-start; }
.tier-features li i { margin-right: 10px; margin-top: 4px; font-size: 10px; }

.tier-footer-note {
    font-size: 0.75rem;
    font-style: italic;
    color: #e5e1e1;
    margin-top: 20px;
    line-height: 1.4;
    border-top: 1px solid #333;
    padding-top: 15px;
}


.border-adept { border: 2px solid #28a745 !important; }
.border-archmage { border: 2px solid #007bff !important; }
.border-ancient { border: 2px solid #ffc107 !important; }


.cta-membership{
    background:#3c3c3c;
    padding:80px 0;
    text-align:center;
}

.cta-title{
    color:white;
    font-size:28px;
    font-weight:700;
    margin-bottom:10px;
}

.cta-text{
    color:#e5e5e5;
    margin-bottom:25px;
}

.cta-btn{
    display:inline-block;
    padding:12px 30px;
    border:2px solid #28a745;
    color:white;
    text-decoration:none;
    font-weight:600;
    border-radius:6px;
    box-shadow:0 0 15px rgba(40,167,69,0.5);
    transition:0.3s;
}

.cta-btn:hover{
    background:#28a745;
    color:white;
}

/* ===== membership tier ===== */
.membership-wrap {
    background: #0b0b0b;
    min-height: 100vh;
    font-family: "ComicSans", serif;
    padding: 40px 0 70px;
}
.membership-hero {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    max-width: 980px;
    margin: 0 auto;
    padding: 34px 34px 42px;
    background: #000;
}
.membership-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    filter: brightness(0.45);
    transform: scale(1.03);
}
.membership-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 15%, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.72) 55%, rgba(0, 0, 0, 0.88));
}
.membership-inner {
    position: relative;
    z-index: 2;
    color: #fff;
}

/* ===== headline ===== */
.mem-topline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 18px;
}
.mem-welcome h2 {
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 4px;
    color: #fff;
}
.mem-welcome .id {
    font-size: 12px;
    opacity: 0.9;
}
.mem-welcome p {
    font-size: 12px;
    margin: 10px 0 0;
    line-height: 1.35;
    color: #fff;
}

/* ===== Glass panel ===== */
.glass {
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 24px;
    padding: 18px 18px;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.06) inset;
}

/* ===== Layout ===== */
.mem-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.95fr;
    gap: 18px;
}
@media (max-width: 991px) {
    .mem-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Panel titles ===== */
.panel-title {
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 10px;
}
.small-muted {
    font-size: 11px;
    opacity: 0.85;
}

/* ===== Status summary row ===== */
.stats-row {
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 10px;
    overflow: hidden;
}
.stats-row .row {
    margin: 0;
}
.stats-row .col-3 {
    padding: 10px 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.22);
}
.stats-row .col-3:last-child {
    border-right: none;
}
.stat-label {
    font-size: 10px;
    opacity: 0.9;
    line-height: 1.1;
}
.stat-value {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
}

/* ===== ACTIVE tag (fix "ACTIV E" wrapping) ===== */
.active-tag {
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}

/* ===== Progress bar ===== */
.progress-wrap {
    margin-top: 10px;
}
.progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    margin-bottom: 6px;
}
.progress {
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
}
.progress-bar {
    background: var(--accentCurrent);
}

/* ===== Buttons ===== */
.btn-ghost {
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: #fff;
    border-radius: 10px;
    font-size: 12px;
    padding: 7px 12px;
    background: rgba(0, 0, 0, 0.2);
}
.btn-ghost:hover {
    color: #fff;
    border-color: #fff;
}

/* ===== Right panel ===== */
.tier-name {
    font-size: 18px;
    font-weight: 900;
    color: var(--accentCurrent);
    margin: 6px 0 2px;
}
.tier-sub {
    font-size: 10px;
    letter-spacing: 1px;
    opacity: 0.9;
    margin-bottom: 10px;
}
.hr-dots {
    border-top: 1px dashed rgba(255, 255, 255, 0.45);
    margin: 12px 0;
}
.benefits li {
    list-style: none;
    margin-bottom: 8px;
    font-size: 12px;
    display: flex;
    align-items: flex-start;
}
.benefits li i {
    margin-right: 10px;
    margin-top: 2px;
    color: #fff;
    font-size: 10px;
    opacity: 0.95;
}
.crown {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    opacity: 0.9;
    font-size: 11px;
}
.crown i {
    color: var(--accentCurrent);
}

/* ===== Store credit panel ===== */
.credit-amt {
    font-size: 18px;
    font-weight: 900;
    color: var(--accentCurrent);
    margin: 4px 0 0;
}
.credit-mini {
    font-size: 11px;
    opacity: 0.9;
    margin: 6px 0 0;
}
.collapse-btn {
    width: 24px;
    height: 24px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hr-soft {
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    margin: 10px 0;
}
.history-row {
    font-size: 11px;
    display: flex;
    justify-content: space-between;
    opacity: 0.95;
    margin-bottom: 6px;
}
.history-row .amt {
    font-weight: 800;
}

/* ===== Road ahead ===== */
.road {
    margin-top: 22px;
    text-align: center;
}
.road h3 {
    font-size: 34px;
    font-family: "ComicSans", serif;
    opacity: 1;
    color: var(--accentCurrent);
    margin: 6px 0 0;
}
.road p {
    margin: 6px 0 16px;
    font-size: 12px;
    color: #fff;
}
.road-card {
    /*max-width: 520px;*/
    margin: 0 auto;
    padding: 18px 18px;
}
.road-tier {
    font-size: 22px;
    font-weight: 900;
    color: var(--accentNext);
    margin: 0;
}
.road-sub {
    font-size: 10px;
    letter-spacing: 1px;
    opacity: 0.9;
    margin: 2px 0 10px;
}
.road-list {
    margin: 0;
    padding: 0;
}
.road-list li {
    list-style: none;
    font-size: 11px;
    margin-bottom: 6px;
    opacity: 0.95;
}
.road-list li i {
    margin-right: 8px;
    opacity: 0.9;
}

/* ===== Links row ===== */
.quick-links {
    margin-top: 14px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
