        /*
===================================================
Table of Content
===================================================
1) reset css
2) global css
3) table css
4) button css
5) form css
6) keyframes css
7) header
8) hero css
9) inner-hero css
10) cureency section css
11) about section css
12) package section css
13) choose us section css
14) profit calculator section css
15) how work section css
16) testimonial section css
17) team section css
18) data section css
19) top investor section css
20) cta section css
21) payment brand section css
22) blog section css
23) blog-details-section css
24) subscribe section css
25) account section css
26) contact-wrapper css
27) dashboard section css
28) sidebar css
29) footer
*/
/* reset css start */
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;600;700&amp;family=Exo&amp;family=Playfair+Display&amp;display=swap");

/* Avenir Black */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Black-03.woff2") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


/* Avenir Light */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Light-07.woff2") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Avenir Light Oblique */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-LightOblique-08.woff2") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Avenir Medium */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir-Medium-09.woff2") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

/* Using a CSS variable for dynamic header heights */
:target {
  scroll-margin-top: var(--header-height, 120px);
}
        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0
        }

        :root {
            --bg: linear-gradient(289deg, #2b1a00, #120900);
            --btn: #2b1a00;
            --btn-hover: #b78b36;
            --gold: #956e36;
            --gold-light: #D4AF37;
            --cream: #F7F3EC;
            --cream-dark: #EDE8DE;
            --ink: #1C1C1C;
            --ink-soft: #4A4A4A;
            --ink-muted: #7A7A7A;
            --white: #FFFFFF;
            --border: #D9D2C4;
            --green: #16a34a;
            --red: #dc2626;
            --radius: 4px;
        }

        body {
            font-family: "Avenir", sans-serif !important;
            background: var(--bg);
            color: var(--white);
            font-size: 16px;
            line-height: 1.75;
            text-rendering: optimizeSpeed;
        }

.section {
    /* Keep section layout fully measurable so hash links land on the correct target. */
    content-visibility: visible;
    contain-intrinsic-size: auto;
}

        /* ── HERO ── */
        .hero {
            background: var(--bg);
            padding: 100px 24px;
            text-align: center
        }

        a:hover {
            color: var(--white)
        }

        .hero-eyebrow {
            font-size: 11px;
            font-weight: 400;
            letter-spacing: .2em;
            text-transform: uppercase;
            color: var(--gold);
            /*margin-bottom: 14px*/
        }

        .hero h1 {
            font-size: clamp(34px, 5vw, 58px);
            font-weight: 300;
            line-height: 1.1;
            color: var(--white);
        max-width: 900px;
    margin: 20px auto;
    min-height: 120px;
        }

        .hero h1 em {
            color: var(--gold);
            font-style: italic
        }

        .hero-sub {
            font-size: 15px;
            color: rgba(255, 255, 255, .6);
            max-width: 620px;
            margin: 0 auto 24px;
            padding: 0 8px; /* small horizontal padding for narrow viewports */
            line-height: 1.7
        }

        /* Author / methodology meta under the H1 (subtle, non-distracting) */
        .hero-meta {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            color: rgba(255,255,255,0.92);
            margin-top: 12px;
            font-size: 0.95rem;
            max-width: 900px;
            margin-left: auto;
            margin-right: auto;
            padding: 10px 18px;
            border-radius: 10px;
            background: rgba(0,0,0,0.08);
        }

        .hero-meta .author {
            text-align: center;
            line-height: 1.12;
        }

        .hero-meta .author .name {
            font-weight: 600;
            color: var(--white);
            font-size: 0.98rem;
        }

        .hero-meta .author .role {
            font-weight: 400;
            color: rgba(255,255,255,0.78);
            font-size: 0.92rem;
        }

        .hero-meta .author .meta-line {
            margin-top: 6px;
            font-size: 0.86rem;
            color: rgba(255,255,255,0.66);
        }

        .hero-author-avatar {
            width: 44px;
            height: 44px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid rgba(149,110,54,0.85);
            flex: 0 0 44px;
            background: rgba(255,255,255,0.04);
        }

        @media (max-width: 768px) {
            .hero-meta { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 10px; }
            .hero-meta .author .meta-line { margin-top: 8px; }
            .hero-author-avatar { width:56px; height:56px; }
        }

        .hero-update {
            font-size: 12px;
            color: rgba(255, 255, 255, .35);
            margin-bottom: 28px
        }

        .hero-stats {
            display: flex;
            justify-content: center;
            gap: 28px;
            flex-wrap: wrap;
            margin-bottom: 32px
        }

        .hstat .n {
            display: block;
            font-size: 26px;
            font-weight: 400;
            color: var(--gold-light)
        }

        .hstat .l {
            display: block;
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: .1em;
            color: rgba(255, 255, 255, .4)
        }

        .hero-btns {
            display: flex;
            justify-content: center;
            gap: 12px;
            flex-wrap: wrap
        }

        .btn-g {
            background: var(--btn-hover);
            color: #fff;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: .09em;
            text-transform: uppercase;
            padding: 13px 24px;
            text-decoration: none;
            border-radius: var(--radius)
        }

        .btn-w {
            background: transparent;
            color: #fff;
            border: 1px solid rgba(204, 163, 84, 0.5);
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: .09em;
            padding: 13px 24px;
            text-decoration: none;
            border-radius: var(--radius)
        }

        .btn-w:hover,
        .btn-g:hover {
            color: #fff;
        }

        /* ── LAYOUT ── */
        .wrap {
            max-width: 1360px;
            margin: 0 auto;
            padding: 0 24px
        }

        .wrap-wide {
            max-width: 1360px;
            margin: 0 auto;
            padding: 0 24px
        }

        .section {
            padding: 60px 0
        }

        .section.alt {
            background: var(--bg)
        }

        .section.dark {
            background: var(--white)
        }

        /* ── LABELS ── */
        .label {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 10px;
            font-weight: 400;
            letter-spacing: .2em;
            text-transform: uppercase;
            color: var(--gold);
            margin-bottom: 14px
        }

        .label::before,
        .label::after {
            content: '';
            flex: 0 0 22px;
            height: 1px;
            background: var(--gold);
            opacity: .5
        }

        .label.lt {
            color: var(--gold-light)
        }

        .label.lt::before,
        .label.lt::after {
            background: var(--gold-light)
        }

        /* ── HEADINGS ── */
        h2.sh {
            font-size: clamp(26px, 3vw, 38px);
            font-weight: 300;
            line-height: 1.15;
            color: var(--white);
            margin-bottom: 10px
        }

        h2.sh em {
            font-style: italic;
            color: var(--gold)
        }

        h2.sh.lt {
            color: #fff
        }

        h2.sh.lt em {
            color: var(--gold)
        }

        .sub-text {
            font-size: 16px;
            color: var(--white);
            margin-bottom: 28px;
            line-height: 1.7
        }

        /* ── PROSE ── */
        .prose h2 {
            font-size: clamp(32px, 4vw, 32px);
            font-weight: 300;
            line-height: 1.1;
            letter-spacing: -0.01em;
            margin-bottom: 16px;
            color: var(--white);
            padding-top: 30px;
            /* border-top: 1px solid var(--border) */
        }

        .prose h3 {
            font-size: clamp(17px, 2vw, 22px);
            font-weight: 300;
            color: var(--white);
            margin: 24px 0 6px
        }

        .prose p {
            font-size: 16px;
            color: var(--white);
            margin-bottom: 14px;
            line-height: 1.8
        }

        .prose ul {
            padding-left: 18px;
            margin-bottom: 14px
        }

        .prose li {
            font-size: 14px;
            color: var(--white);
            margin-bottom: 5px;
            line-height: 1.7
        }

        .prose strong {
            color: var(--white);
            font-weight: 300
        }

        .prose a {
            color: var(--gold)
        }

        .callout {
            background: rgba(184, 150, 12, .07);
            border-left: 3px solid var(--gold);
            padding: 14px 18px;
            margin: 22px 0;
            border-radius: 0 var(--radius) var(--radius) 0;
            font-size: 14px;
            color: var(--white)
        }

        /* ── TOP 10 RETURN TABLE ── */
        .t-wrap {
            overflow-x: auto;
            border-radius: var(--radius);
            border: 1px solid var(--gold);
            margin-bottom: 8px
        }

        table.ret {
            width: 100%;
            border-collapse: collapse;
            font-size: 13px;
            min-width: 860px;
            background: #2b1a00;
        }

        table.ret thead {
            background: #000;
        }

        table.ret thead th {
            padding: 12px 13px;
            text-align: left;
            font-size: 11px;
            font-weight: 300;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: #fff;
            white-space: nowrap
        }

        table.ret tbody tr {
            border-bottom: 1px solid var(--gold);
            transition: background .15s
        }

        table.ret tbody tr:hover {
            background: rgba(201, 168, 76, 0.04);
        }

        table.ret tbody tr:last-child {
            border-bottom: none
        }

        table.ret td {
            padding: 13px 13px;
            color: var(--white);
            vertical-align: middle
        }

        table.cat td{
            font-size: 16px !important;
        }

        table.ret td:first-child {
            white-space: nowrap
        }

        .pos {
            color: var(--green);
            font-weight: 300
        }

        .neg {
            color: var(--red);
            font-weight: 300
        }

        .neu {
            color: var(--white)
        }

        .rk {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 22px;
            height: 22px;
            border-radius: 50%;
            font-size: 11px;
            font-weight: 400;
            background: var(--cream-dark);
            color: var(--ink-muted);
            margin-right: 5px
        }

        .rk.g {
            background: var(--gold);
            color: #fff
        }

        .pill {
            display: inline-block;
            padding: 2px 7px;
            border-radius: 2px;
            font-size: 10px;
            font-weight: 500;
            background: rgba(184, 150, 12, .1);
            color: var(--gold);
            text-transform: uppercase;
            letter-spacing: .03em;
            white-space: nowrap
        }

        .pill.gr {
            background: rgba(42, 122, 75, .1);
            color: var(--green)
        }

        .t-fn {
            font-size: 11px;
            color: var(--white);
            padding-left: 10px;
            border-left: 2px solid var(--gold);
            margin: 32px 0px;
            line-height: 1.6
        }

        /* ── CATEGORY TABLES ── */
        .cat-label {
            font-size: 11px;
            font-weight: 400;
            letter-spacing: .1em;
            text-transform: uppercase;
            color: var(--gold);
            margin: 36px 0 10px;
            padding-bottom: 6px;
            border-bottom: 1px solid var(--gold)
        }

        /* ── PMS PROFILES ── */
        .profile {
            background: #2b1a00;
            border: 1px solid var(--gold);
            border-radius: var(--radius);
            padding: 26px 28px;
            margin-bottom: 18px
        }

        .profile-hd {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            gap: 31px;
            margin-bottom: 14px;
            flex-wrap: wrap;
        }

        .profile-rank {
            font-size: 40px;
            font-weight: 600;
            color: rgba(184, 150, 12, .2);
            line-height: 1;
            flex-shrink: 0
        }

        .profile-title h3 {
            font-size: 25px;
            font-weight: 300;
            color: var(--white);
            margin: 0 0 10px
        }

        .profile-title .sub {
            font-size: 14px;
            color: var(--white)
        }

        .profile-nums {
            display: flex;
            gap: 18px;
            flex-wrap: wrap;
            flex-shrink: 0
        }

        .pn {
            text-align: right
        }

        .pn .v {
            display: block;
            font-size: 22px;
            font-weight: 300;
            color: var(--green);
            line-height: 1
        }

        .pn .v.r {
            color: var(--red)
        }

        .pn .l {
            display: block;
            font-size: 10px;
            text-transform: uppercase;
            letter-spacing: .06em;
            color: var(--white);
            margin-top: 2px
        }

        .profile-body {
            font-size: 16px;
            color: var(--white);
            line-height: 1.75;
            padding-top: 12px;
            border-top: 1px solid var(--gold)
        }

        .profile-body strong {
            color: var(--white)
        }

        .profile-tags {
            display: flex;
            gap: 6px;
            flex-wrap: wrap;
            margin-top: 10px
        }

        .tag {
            display: inline-block;
            padding: 3px 9px;
            border-radius: 2px;
            font-size: 11px;
            font-weight: 500;
            background: rgba(184, 150, 12, .1);
            color: var(--gold);
            border: 1px solid var(--gold)
        }

        /* ── COMPARISON TABLE ── */
        table.comp {
            width: 100%;
            border-collapse: collapse;
            font-size: 13px;
            background: #fff;
            border: 1px solid var(--border);
            border-radius: var(--radius);
            overflow: hidden;
            margin: 20px 0
        }

        table.comp th {
            background: var(--ink);
            color: #fff;
            padding: 12px 14px;
            font-size: 10px;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: .07em;
            text-align: left
        }

        table.comp th.hl {
            background: var(--gold)
        }

        table.comp td {
            padding: 11px 14px;
            border-bottom: 1px solid var(--cream-dark);
            color: var(--ink-soft);
            font-size: 13px
        }

        table.comp tr:last-child td {
            border-bottom: none
        }

        table.comp td:first-child {
            font-weight: 500;
            color: var(--ink)
        }

        table.comp td.hl {
            font-weight: 400;
            color: var(--ink);
            background: rgba(184, 150, 12, .04)
        }

        /* ── STEPS ── */
        .steps {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 16px;
            margin: 24px 0
        }

        .step {
            background: #2b1a00;
            border: 1px solid var(--gold);
            border-radius: var(--radius);
            padding: 22px
        }

        .step-n {
            font-size: 44px;
            font-weight: 600;
            color: rgba(184, 150, 12, .2);
            line-height: 1;
            margin-bottom: 10px
        }

        .step h4 {
            font-size: 20px;
            font-weight: 400;
            color: var(--white);
            margin-bottom: 10px
        }

        .step p {
            font-size: 16px;
            color: var(--white);
            line-height: 1.6;
            margin: 0
        }

        @media screen and (max-width: 768px) {
            .steps {
                display: grid;
                grid-template-columns: 1fr;
            }
        }

        /* ── WHY US BOX ── */
        .why-grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 16px;
            margin: 24px 0
        }

        @media screen and (max-width: 768px) {
            .why-grid {
                grid-template-columns: 1fr;
            }
        }

        .why-card {
            background: #2b1a00;
            border: 1px solid var(--gold);
            border-radius: var(--radius);
            padding: 20px
        }

        .why-icon {
            font-size: 32px;
            margin-bottom: 10px
        }

        .why-card h4 {
            font-size: 20px;
            font-weight: 400;
            color: var(--white);
            margin-bottom: 10px
        }

        .why-card p {
            font-size: 16px;
            color: var(--white);
            margin: 0;
            line-height: 1.6
        }

        /* ── FAQ ── */
        .faq-item {
            border-bottom: 1px solid var(--gold);
        }

        .faq-item:last-child {
            border-bottom: none;
        }

        .faq-q {
            width: 100%;
            background: none;
            border: none;
            text-align: left;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px 0;
            font-size: 15px;
            font-weight: 500;
            color: var(--white);
            gap: 14px;
            line-height: 1.4
        }

        .faq-q:hover {
            color: var(--gold)
        }

        .faq-ic {
            flex-shrink: 0;
            width: 20px;
            height: 20px;
            border: 1px solid var(--border);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            color: var(--gold);
            transition: transform .25s
        }

        .faq-item.open .faq-ic {
            transform: rotate(45deg)
        }

        .faq-a {
            font-size: 14px;
            line-height: 1.8;
            color: var(--white);
            max-height: 0;
            overflow: hidden;
            transition: max-height .35s ease, padding .2s
        }

        .faq-item.open .faq-a {
            max-height: 400px;
            padding-bottom: 18px
        }

        /* ── CTA BOX ── */
        .cta-box {
            background: var(--ink);
            border-radius: var(--radius);
            padding: 40px;
            text-align: center;
            margin: 48px 0
        }

        .cta-box h2 {
            font-size: 30px;
            font-weight: 300;
            color: #fff;
            margin-bottom: 10px
        }

        .cta-box h2 em {
            color: var(--gold);
            font-style: italic
        }

        .cta-box p {
            font-size: 14px;
            color: rgba(255, 255, 255, .55);
            margin-bottom: 22px;
            line-height: 1.65
        }

        .cta-btns {
            display: flex;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap
        }

        /* ── LINKS BOX ── */
        .links-box {
            background: #2b1a00;
            border: 1px solid var(--gold);
            border-radius: var(--radius);
            padding: 22px 26px;
            margin: 32px 0
        }

        .links-box h3 {
            font-size: 22px;
            font-weight: 300;
            color: var(--white);
            margin-bottom: 20px
        }

        .links-box ul {
            list-style: none;
            padding: 0;
            columns: 2;
            gap: 10px
        }

        .links-box li {
            margin-bottom: 7px
        }

        .links-box a {
            font-size: 16px;
            color: var(--white);
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 5px
        }

        .links-box a::before {
            content: '→';
            font-size: 11px
        }

        .links-box a:hover {
            text-decoration: none;
            color: var(--gold);
        }

        /* ── DISCLAIMER ── */
        .disc {
            font-size: 11px;
            color: var(--white);
            line-height: 1.7;
            padding: 14px 18px;
            background: var(--bg);
            border-top: 1px solid var(--gold);
            border-radius: var(--radius);
            margin-top: 20px
        }

        @media(max-width:768px) {
            .links-box ul {
                columns: 1
            }

            .profile-nums {
                justify-content: flex-start
            }

            .pn {
                text-align: left
            }
        }

        /* ── TESTIMONIALS ── */
        .testimonial {
            background: linear-gradient(289deg, #2B1A00, #120900);
            /* background-color: #110303; */
            padding: 100px 0;
            color: #fff;
        }

        /* HEADING */
        .section-header {
            margin-bottom: 50px;
        }

        .section-top-title {
            color: #c7a15a;
            font-size: 14px;
            margin-bottom: 10px;
        }

        .section-title {
            font-size: 36px;
            font-weight: 600;
        }

        .base--color {
            color: #c7a15a;
        }

        /* GRID */
        .testimonial-slider {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        /* CARD */
        .testimonial-card {
            background: #8c6a2f;
            border-radius: 6px;
            overflow: hidden;
            width: 350px;
            padding: 20px 10px;
            transition: 0.3s;
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
        }

        /* VIDEO */
        .testimonial-card__content iframe {
            width: 100%;
            height: 180px;
            border: none;
        }

        /* CONTENT */
        .testimonial-card__client {
            padding: 15px;
        }

        .name {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .designation {
            font-size: 12px;
            color: #eee;
        }
        
        
        @media(max-width:768px){

*{
 animation:none !important;
 transition:none !important;
}

#top10table,
.t-wrap {
    content-visibility: auto;
    contain-intrinsic-size: 1000px;
}
}

th.score-cell{
    background:#9A7C0A;
    color:#fff;
    white-space:nowrap;
}


.blur-ir {
    filter: blur(4px);
    user-select: none;
    pointer-events: none;
    opacity: 0.8;
}        


.ret th:nth-child(5),
.ret td:nth-child(5) {
    min-width: 100px;
    width: 100px;
}


.text-font{
    font-size: 12px;
    margin-top: 30px;
}


table td:nth-child(12),
table td:nth-child(13) {
    text-align: center;
}

table.ret.cat th:nth-child(8),table.ret.cat td:nth-child(8),
table.ret.cat th:nth-child(9),table.ret.cat td:nth-child(9){
    text-align: center;
}


.dropdown-toggle::after{
    border-top: .0em solid !important;
}

/* explore */

.explore-wrap {
  background: #2b1a00 !important;
  margin-bottom: 30px;
}
.explore-box {
  border: 1px solid var(--gold);
  border-radius: 4px;
  padding: 36px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.explore-heading {
  font-size: 22px;
  font-weight: 400;
  color: var(--white);
  margin: 0 0 28px;
  grid-column: 1 / -1;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--btn-hover);
}
.explore-col { padding: 0 20px 0 0; }
.explore-col + .explore-col {
  padding: 0 0 0 32px;
  border-left: 1px solid var(--gold);
}
.explore-col-label {
  font-size: 14px;
  color: var(--white);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 16px;
}
.explore-link {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  color: var(--white);
  text-decoration: none;
  padding: 7px 0;
  border-bottom: 1px solid var(--btn-hover);
  transition: color .2s;
  font-weight: 300;
  line-height: 1.4;
}
.explore-link:last-child { border-bottom: none; }
.explore-link:hover { color: var(--gold); }
.explore-arrow {
  font-size: 11px;
  color: var(--gold);;
  flex-shrink: 0;
}
@media(max-width: 768px) {
  .explore-box { grid-template-columns: 1fr; }
  .explore-col + .explore-col { padding: 24px 0 0; border-left: none; border-top: 1px solid var(--gold);; }
}

/* why choose */

.wcu-grid { 
display:grid; 
grid-template-columns:repeat(3,1fr); 
gap:1px; 
background: var(--gold); 
border:1px solid var(--gold); 
border-radius:4px; 
overflow:hidden; 
margin: 30px 0;
}
.wcu-card { 
background: #2b1a00; 
padding:30px 20px; 
transition:background .2s; 
}
.wcu-card:hover { 
background: #2b1a00eb; 
}
.wcu-tag { 
display:inline-block; 
font-size:10px; 
letter-spacing:.1em; 
color: var(--white); 
border:1px solid var(--gold); 
border-radius:2px; 
padding:3px 8px; 
margin-bottom:12px; 
text-transform:uppercase; 
font-weight:500;
}
.wcu-card-title { 
font-size: 20px; 
font-weight: 400; 
color: var(--white); 
margin:0 0 12px; 
line-height:1.25; 
}
.wcu-card-body { 
font-size: 16px; 
color: var(--white); 
line-height:1.8; 
font-weight:300; 
margin:0; 
}
.qrc-pills { 
display:flex; 
flex-wrap:wrap; 
gap:5px; 
margin-top:12px; 
}
.qrc-pill { 
font-size:10px; 
color: var(--white); 
border:1px solid var(--gold); 
padding:3px 8px; 
border-radius:2px; 
background: #2b1a00; 
}
.filter-flow { 
display:flex; 
align-items:center; 
gap:7px; 
margin-top:12px; 
flex-wrap:wrap; 
}
.filter-node { 
font-size:11px; 
color: var(--white); 
border:1px solid var(--gold); 
padding:4px 9px; 
border-radius:2px; 
background: #2b1a00; 
white-space:nowrap; 
}
.filter-node.hl { 
color: var(--white); 
border-color: var(--gold); 
}
.filter-arrow { 
color: var(--gold); 
font-size:13px; 
}
.wcu-yt-link { 
display:inline-flex; 
align-items:center; 
gap:7px; 
color: var(--white); 
font-size:15px; 
text-decoration:none; 
margin-top:14px; 
border-bottom:1px solid var(--gold); 
padding-bottom:2px; 
transition:color .2s; 
}
.wcu-yt-link:hover { 
color: var(--gold); 
}
.wcu-event-links { 
display:flex; 
flex-direction:column; 
gap:9px; 
margin-top:14px; 
}
.wcu-event-link { 
display:flex; 
align-items:center; 
gap:8px; 
color: var(--white); 
font-size: 15px; 
text-decoration:none; 
transition:color .2s; 
}
.wcu-event-link:hover {
 color: var(--gold); 
 }
.wcu-event-dot { 
width:5px;
 height:5px; 
 border-radius:50%; 
 background:#9a7428;
  flex-shrink:0; 
  }
@media(max-width:768px){
  .wcu-grid { 
  display: grid;
  grid-template-columns:1fr; 
  }
  .wcu-wrap { 
  padding:48px 20px;
   }
  .wcu-heading { 
  font-size:30px; 
  }
}



/* ─── NUMBERS ─── */
        .numbers {
            background: var(--bg);
            color: var(--white);
            padding: 80px 48px;
        }

        .numbers-inner {
            max-width: 1280px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 32px;
        }

        .num-cell {
            text-align: center;
            position: relative;
        }

        .num-cell:not(:last-child)::after {
            content: '';
            position: absolute;
            right: -16px;
            top: 10%;
            bottom: 10%;
            width: 1px;
            background: rgba(255, 255, 255, 0.08);
        }

        .num-val {
            font-family: var(--font-serif);
            font-size: 48px;
            color: var(--gold);
            line-height: 1;
            margin-bottom: 10px;
        }

        .num-label {
            font-size: 11px;
            color: rgba(255, 255, 255, 0.6);
            letter-spacing: 0.14em;
            text-transform: uppercase;
            font-weight: 500;
        }

 @media (max-width:1000px) {
 .numbers {
                padding: 56px 24px;
            }

.numbers-inner {
                grid-template-columns: repeat(2, 1fr);
                gap: 32px 16px;
            }
 }
 
 .ret th:nth-child(4), .ret td:nth-child(4) {
    width: 100%;
    min-width: 130px;
    width: 130px;
}