/* ============================================
   XAI NETWORK - Awwwards-Level Flagship Website
   Apple + Stripe + Linear + Arc + Ethereum Foundation Quality
   ============================================ */

:root {
    --charcoal: #0B0B0E;
    --crimson: #FF1744;
    --crimson-light: #FF3D5E;
    --soft-white: #F8F9FA;
    --soft-graphite: #A1A1AA;
    --glass-bg: rgba(28, 28, 34, 0.82);
    --glass-border: rgba(255, 255, 255, 0.09);
}

/* Base */
html { scroll-behavior: smooth; }
body {
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", Inter, system-ui, sans-serif;
    background: #0B0B0E;
    color: var(--soft-white);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    line-height: 1.6;
    letter-spacing: -0.01em;
    cursor: none;
}

button,
a,
.btn,
.nav-link,
.glass-card,
.footer-social a,
.mobile-nav .nav-link {
    cursor: none;
}

.cursor-brand {
    position: fixed;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    pointer-events: none;
    z-index: 99999;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, rgba(255,255,255,0.22), transparent 58%),
        url('images/xai-logo.png') center / contain no-repeat;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 6px 14px rgba(0,0,0,0.45));
    transition: transform 0.18s ease, opacity 0.18s ease, scale 0.18s ease;
    opacity: 0.92;
}

.cursor-brand::before {
    content: '';
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    border: 1px solid rgba(255, 23, 68, 0.45);
    box-shadow: 0 0 0 4px rgba(255, 23, 68, 0.06);
}

.cursor-brand.active {
    transform: translate(-50%, -50%) scale(1.18);
    opacity: 1;
}

@media (pointer: coarse) {
    body {
        cursor: auto;
    }

    .cursor-brand {
        display: none;
    }
}

html, body {
    scroll-behavior: smooth;
}

::selection {
    background: rgba(255, 23, 68, 0.3);
    color: white;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
}

.text-crimson {
    color: var(--crimson) !important;
}

.section-dark {
    background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.005));
}

.section {
    position: relative;
    isolation: isolate;
}

.section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top center, rgba(255, 23, 68, 0.03), transparent 52%);
    z-index: -1;
    pointer-events: none;
}

/* ============================================
   NAVIGATION SYSTEM
   ============================================ */
.glass-nav {
    background: rgba(11, 11, 14, 0.42);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: all 0.4s ease;
    padding: 0.75rem 0;
}

.glass-nav.scrolled {
    background: rgba(11, 11, 14, 0.84);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.28);
}

.nav-link {
    color: rgba(248, 249, 250, 0.82) !important;
    font-weight: 600;
    letter-spacing: 0.01em;
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: #ffffff !important;
}

.nav-link::after {
    content: '';
    position: absolute;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.18rem;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--crimson), transparent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.35s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    transform: scaleX(1);
}

.custom-hamburger {
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    padding: 0.45rem 0.6rem;
}

.hamburger-line {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: white;
    border-radius: 999px;
}

.glass-offcanvas {
    background: rgba(11, 11, 14, 0.96);
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.mobile-nav .nav-link {
    padding: 0.9rem 0;
}

.mobile-actions {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* ============================================
   PREMIUM GLOBAL BACKGROUND
   ============================================ */
body::before {
    content: '';
    position: fixed;
    inset: 0;
    background: 
        radial-gradient(circle at 50% 20%, rgba(255, 23, 68, 0.035) 0%, transparent 60%),
        linear-gradient(#0B0B0E 0%, #050507 100%);
    z-index: -2;
    pointer-events: none;
}

/* Subtle noise texture */
body::after {
    content: '';
    position: fixed;
    inset: 0;
    background-image: 
        linear-gradient(rgba(255,255,255,0.012) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.012) 1px, transparent 1px);
    background-size: 3px 3px;
    z-index: -1;
    pointer-events: none;
    opacity: 0.6;
}

/* ============================================
   TYPOGRAPHY & SPACING
   ============================================ */
.section {
    padding: 7.5rem 0;
}

.section-title {
    font-size: 3.35rem;
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: 0em;
    margin-bottom: 1.15rem;
}

.section-label {
    font-size: 0.73rem;
    font-weight: 700;
    letter-spacing: 3.8px;
    text-transform: uppercase;
    color: var(--crimson);
    margin-bottom: 0.9rem;
    display: inline-block;
}

.section-subtitle {
    font-size: 1.15rem;
    color: var(--soft-graphite);
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.6;
}

/* ============================================
   PREMIUM GLASSMORPHISM SYSTEM
   ============================================ */
.glass-card {
    background: var(--glass-bg);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid var(--glass-border);
    border-radius: 24px;
    padding: 2.25rem;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    
    /* Glass gradient + reflection */
    background-image: 
        linear-gradient(145deg, rgba(255,255,255,0.035) 0%, transparent 35%, transparent 65%, rgba(255,255,255,0.018) 100%),
        linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.015) 1px, transparent 1px);
    background-size: 100% 100%, 4px 4px, 4px 4px;
    
    box-shadow: 0 20px 40px -15px rgb(0 0 0 / 0.3);
}

/* Inner highlight edge */
.glass-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
    z-index: 2;
}

/* Hover effects */
.glass-card:hover {
    transform: translateY(-8px) scale(1.01);
    border-color: rgba(255, 23, 68, 0.25);
    box-shadow: 
        0 30px 60px -15px rgb(0 0 0 / 0.4),
        0 0 0 1px rgba(255, 23, 68, 0.08),
        0 0 28px rgba(255, 23, 68, 0.08);
}

/* Moving light sweep on hover */
.glass-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 40%;
    height: 200%;
    background: linear-gradient(
        135deg,
        transparent 30%,
        rgba(255,255,255,0.18) 50%,
        transparent 70%
    );
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    pointer-events: none;
    z-index: 1;
}

.glass-card:hover::after {
    left: 160%;
}

/* ============================================
   SECTION DIVIDERS
   ============================================ */
.section-divider {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 3rem 0 2.5rem;
}

.section-divider::before {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,23,68,0.25), transparent);
}

.section-divider::after {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--crimson);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--crimson);
}

/* ============================================
   TITLE REVEAL ANIMATIONS
   ============================================ */
.section-title {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(4px);
    transition: all 1.1s cubic-bezier(0.23, 1, 0.32, 1);
}

.section-title.visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.section-subtitle {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.9s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}

.section-subtitle.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ============================================
   PREMIUM BUTTONS
   ============================================ */
.btn {
    font-weight: 600;
    border-radius: 9999px;
    padding: 0.9rem 2.1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    color: white !important;
}

.btn-crimson {
    background: var(--crimson);
    color: white;
    box-shadow: 0 8px 25px rgba(255, 23, 68, 0.4);
}

.btn-crimson:hover {
    background: var(--crimson-light);
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 23, 68, 0.5);
}

.btn-glass {
    background: var(--glass-bg);
    border: 1px solid var(--glass-border);
    backdrop-filter: blur(20px);
}

.btn-glass:hover {
    border-color: rgba(255, 23, 68, 0.25);
    background: rgba(36, 36, 43, 0.9);
    color: white;
}

/* Magnetic + Reflection */
.btn::after {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 50%; height: 200%;
    background: linear-gradient(135deg, transparent, rgba(255,255,255,0.45), transparent);
    transition: left 0.7s;
    pointer-events: none;
}

.btn:hover::after {
    left: 150%;
}

/* Ripple */
.btn:active {
    transform: scale(0.96);
}

/* ============================================
   HERO ENHANCEMENTS
   ============================================ */
.hero-section {
    min-height: 100vh;
    position: relative;
    background: #0B0B0E;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding-top: 5.5rem;
}

.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 23, 68, 0.16), transparent 34%),
        radial-gradient(circle at 15% 15%, rgba(255,255,255,0.05), transparent 28%);
    z-index: 1;
    pointer-events: none;
}

.hero-section::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(11, 11, 14, 0.12) 72%, rgba(11, 11, 14, 0.3) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-bg-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.92;
}

.hero-content {
    position: relative;
    z-index: 3;
    padding-top: 2.5rem;
    padding-bottom: 6rem;
}

.hero-content .row {
    position: relative;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.52rem 1rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: white;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(16px);
}

.hero-title {
    font-size: clamp(3.3rem, 8.5vw, 6.4rem);
    letter-spacing: -0.06em;
    line-height: 0.95;
    margin-bottom: 1.15rem;
    text-wrap: balance;
}

.gradient-text {
    background: linear-gradient(135deg, #ffffff 2%, #ff6d89 42%, #ff1744 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-subtitle {
    max-width: 760px;
    margin: 0 auto 2rem;
    color: rgba(248, 249, 250, 0.78);
    font-size: clamp(1.04rem, 2vw, 1.27rem);
    line-height: 1.7;
}

.hero-actions {
    position: relative;
    z-index: 3;
    gap: 0.9rem;
}

.hero-actions .btn {
    min-width: 220px;
}

.hero-stats {
    position: relative;
    z-index: 3;
}

.stat-item {
    padding: 1rem 0.25rem;
}

.stat-value {
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    font-weight: 800;
    letter-spacing: -0.05em;
    color: white;
}

.stat-label {
    font-size: 0.8rem;
    color: rgba(248, 249, 250, 0.7);
    line-height: 1.45;
    margin-top: 0.4rem;
}

.hero-scroll-indicator {
    position: absolute;
    left: 50%;
    bottom: 1.4rem;
    transform: translateX(-50%);
    z-index: 4;
    text-align: center;
    color: rgba(248, 249, 250, 0.75);
}

.scroll-text {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    margin-bottom: 0.5rem;
}

.scroll-arrow {
    width: 42px;
    height: 42px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.04);
    animation: floatDown 1.8s ease-in-out infinite;
}

@keyframes floatDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

/* ============================================
   DEPTH SCAN SHOWCASE
   ============================================ */
.depth-scan-section {
    padding-top: 1.5rem;
}

.depth-feature-list {
    display: grid;
    gap: 0.95rem;
}

.depth-feature {
    display: flex;
    align-items: center;
    gap: 0.95rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(248, 249, 250, 0.88);
}

.depth-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(255, 23, 68, 0.2), rgba(255, 255, 255, 0.08));
    color: white;
    font-size: 1.05rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.depth-visual {
    padding: 1rem;
}

.scan-frame {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #0b0b0e;
}

.scan-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.03);
}

.scan-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.48)),
        repeating-linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.12) 0px,
            rgba(255, 255, 255, 0.12) 1px,
            transparent 1px,
            transparent 4px
        );
    pointer-events: none;
    mix-blend-mode: screen;
}

.scan-ribbon {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    padding: 0.52rem 0.8rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: white;
    background: rgba(255, 23, 68, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
}

.depth-metrics {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1rem;
}

.metric-chip {
    padding: 0.48rem 0.82rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(248, 249, 250, 0.82);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.03em;
}

/* ============================================
   WALLET / EXCHANGE / MARKET CARDS
   ============================================ */
.wallet-card, .exchange-card, .market-platform-card {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.wallet-brand, .exchange-brand, .platform-header {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.wallet-brand img, .exchange-brand img, .platform-header img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

/* ============================================
   REWARD & GEM CARDS
   ============================================ */
.reward-presentation-card, .gem-presentation-card {
    padding: 2.1rem;
}

/* ============================================
   TABLE - EXECUTIVE DASHBOARD
   ============================================ */
.glass-table-wrapper {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--glass-border);
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
}

.glass-table th {
    background: rgba(255,255,255,0.05);
    font-weight: 700;
    letter-spacing: 1px;
    padding: 1.4rem 1.8rem;
}

.glass-table td {
    padding: 1.35rem 1.8rem;
}

/* ============================================
   FOOTER
   ============================================ */
.luxury-footer {
    background: #050507;
    padding: 5.5rem 0 2.5rem;
    border-top: 1px solid var(--glass-border);
}

/* ============================================
   LOGO FIXES
   ============================================ */
.nav-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 9999px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-logo:hover {
    transform: scale(1.06);
}

.preloader-img {
    width: 76px;
    height: 76px;
    object-fit: contain;
    border-radius: 9999px;
}

.footer-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    border-radius: 9999px;
}

/* ============================================
   HERO IMPROVEMENTS
   ============================================ */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg, 
        rgba(11,11,14,0.48) 0%, 
        rgba(11,11,14,0.76) 55%, 
        #0B0B0E 100%
    );
    z-index: 2;
}

/* ============================================
   STRATEGIC EVOLUTION ROADMAP
   ============================================ */
.roadmap-section {
    overflow: hidden;
}

.roadmap-intro {
    margin-top: 0.75rem;
    margin-bottom: 0;
    text-align: center;
}

.roadmap-journey-shell {
    display: grid;
    grid-template-columns: 1.25fr 0.8fr;
    gap: 1.5rem;
    align-items: stretch;
    margin-top: 2.5rem;
}

.roadmap-journey {
    position: relative;
    min-height: 560px;
    border-radius: 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.09);
    background:
        radial-gradient(circle at 50% 18%, rgba(255,23,68,0.14), transparent 32%),
        linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.015)),
        #0a0b0e;
    box-shadow: 0 22px 58px -28px rgba(0,0,0,0.82);
}

.roadmap-track {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.track-surface {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 52%, rgba(255,23,68,0.08), transparent 34%),
        linear-gradient(180deg, rgba(255,255,255,0.02), transparent 60%);
}

.track-grid {
    position: absolute;
    inset: 8% 4%;
    background:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 28px 28px;
    mask-image: radial-gradient(circle at center, black 48%, transparent 85%);
    opacity: 0.4;
}

.track-curve {
    position: absolute;
    left: 8%;
    right: 8%;
    top: 14%;
    bottom: 14%;
    border-radius: 50% 50% 45% 45% / 55% 55% 35% 35%;
    border: 1px solid rgba(255,255,255,0.08);
    border-left-color: rgba(255,23,68,0.22);
    border-right-color: rgba(255,255,255,0.16);
    transform: rotate(-4deg);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.03);
}

.track-curve::before,
.track-curve::after {
    content: '';
    position: absolute;
    inset: 14% 12%;
    border-radius: inherit;
    border: 1px dashed rgba(255,255,255,0.05);
}

.track-curve::after {
    inset: 22% 18%;
    border-color: rgba(255,23,68,0.12);
}

.roadmap-node {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
    width: 156px;
    padding: 0.9rem 0.95rem;
    border-radius: 16px;
    background: rgba(255,255,255,0.046);
    border: 1px solid rgba(255,255,255,0.1);
    color: #f5f5f5;
    text-align: left;
    backdrop-filter: blur(16px);
    transform: translate(-50%, -50%);
    transition: transform 0.35s ease, box-shadow 0.35s ease, background 0.35s ease, border-color 0.35s ease, opacity 0.35s ease;
    box-shadow: 0 14px 34px -20px rgba(0,0,0,0.85);
    z-index: 2;
}

.roadmap-node:hover,
.roadmap-node:focus-visible,
.roadmap-node.is-active {
    transform: translate(-50%, -50%) scale(1.05);
    border-color: rgba(255,23,68,0.35);
    background: rgba(255,255,255,0.08);
    box-shadow: 0 18px 34px -16px rgba(0,0,0,0.92), 0 0 0 1px rgba(255,23,68,0.08);
    outline: none;
}

.roadmap-node.is-current {
    border-color: rgba(255,23,68,0.4);
}

.roadmap-node::before {
    content: '';
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.42);
    box-shadow: 0 0 10px rgba(255,255,255,0.18);
}

.roadmap-node.is-current::before,
.roadmap-node.is-active::before {
    background: var(--crimson);
    box-shadow: 0 0 14px rgba(255,23,68,0.66);
}

.node-year {
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ff8ca1;
}

.node-phase {
    font-size: 0.95rem;
    font-weight: 800;
    color: #f5f5f5;
    line-height: 1.28;
}

.node-status {
    font-size: 0.77rem;
    color: #a5a7ad;
    line-height: 1.4;
}

.current-pill {
    margin-top: 0.22rem;
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 0.28rem 0.5rem;
    border-radius: 999px;
    background: rgba(255,23,68,0.12);
    border: 1px solid rgba(255,23,68,0.24);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ffd6dd;
}

.roadmap-destination {
    width: 182px;
    padding: 1rem 1.05rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,23,68,0.08));
    border-color: rgba(255,23,68,0.34);
    box-shadow: 0 18px 42px -20px rgba(255,23,68,0.4), inset 0 0 0 1px rgba(255,255,255,0.04);
}

.roadmap-destination::after,
.roadmap-destination::before {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,23,68,0.34);
    pointer-events: none;
}

.roadmap-destination::before {
    inset: -14px;
    opacity: 0.65;
}

.roadmap-destination::after {
    inset: -26px;
    opacity: 0.4;
}

.roadmap-detail-panel {
    position: relative;
    min-height: 560px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 1.15rem;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.028)),
        rgba(17,17,21,0.78);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 20px 50px -26px rgba(0,0,0,0.8);
}

.detail-meta {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.detail-year {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #ff8ca1;
}

.detail-phase {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.12;
    color: #f5f5f5;
}

.detail-status {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #a5a7ad;
}

.detail-list {
    display: grid;
    gap: 0.7rem;
}

.detail-item {
    display: grid;
    grid-template-columns: 16px 1fr;
    align-items: start;
    gap: 0.8rem;
    padding: 0.7rem 0.2rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

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

.detail-marker {
    width: 9px;
    height: 9px;
    margin-top: 0.45rem;
    border-radius: 50%;
    background: var(--crimson);
    box-shadow: 0 0 12px rgba(255,23,68,0.54);
}

.detail-item span {
    color: #f5f5f5;
    font-weight: 600;
    line-height: 1.5;
}

.roadmap-mobile-timeline {
    display: none;
    position: relative;
    margin-top: 2rem;
    padding-left: 1.1rem;
}

.mobile-roadmap-line {
    position: absolute;
    left: 0.45rem;
    top: 0.6rem;
    bottom: 0.6rem;
    width: 1px;
    background: linear-gradient(180deg, rgba(255,23,68,0.0), rgba(255,23,68,0.55), rgba(255,23,68,0.0));
}

.mobile-roadmap-item {
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem 1rem 1rem 1.4rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(255,255,255,0.09);
}

.mobile-roadmap-item::before {
    content: '';
    position: absolute;
    left: -0.95rem;
    top: 1.35rem;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--crimson);
    box-shadow: 0 0 12px rgba(255,23,68,0.5);
}

.mobile-year-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    align-items: center;
    margin-bottom: 0.45rem;
}

.mobile-year {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #ff8ca1;
}

.mobile-phase {
    font-size: 1rem;
    font-weight: 800;
    color: #f5f5f5;
}

.mobile-status {
    margin-bottom: 0.8rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #a5a7ad;
}

.mobile-roadmap-item ul {
    margin: 0;
    padding-left: 1rem;
    color: rgba(248,249,250,0.78);
}

.mobile-roadmap-item li + li {
    margin-top: 0.46rem;
}

@media (max-width: 991.98px) {
    .roadmap-journey-shell {
        grid-template-columns: 1fr;
    }

    .roadmap-detail-panel {
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    .roadmap-journey {
        display: none;
    }

    .roadmap-detail-panel {
        display: none;
    }

    .roadmap-mobile-timeline {
        display: block;
    }
}

@media (prefers-reduced-motion: reduce) {
    .roadmap-node,
    .roadmap-destination,
    .roadmap-detail-panel,
    .mobile-roadmap-item {
        transition: none;
    }
}

/* ============================================
   PREMIUM TECHNOLOGY ECOSYSTEM SECTION
   ============================================ */
.ecosystem-editorial {
    position: relative;
    overflow: hidden;
}

.ecosystem-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.ecosystem-title {
    margin-bottom: 1rem;
    max-width: 880px;
    text-transform: uppercase;
    font-size: clamp(2.6rem, 4.8vw, 5.6rem);
    letter-spacing: -0.06em;
    line-height: 0.96;
}

.title-divider {
    width: 180px;
    height: 1px;
    margin: 0 0 1.5rem;
    background: linear-gradient(90deg, var(--crimson), transparent);
}

.ecosystem-secondary-title {
    margin-bottom: 0.9rem;
    color: #f5f5f5;
    font-size: clamp(1.4rem, 2.1vw, 2rem);
    line-height: 1.25;
    font-weight: 700;
    max-width: 760px;
}

.ecosystem-subtitle {
    text-align: left;
    margin: 0 0 2rem;
    max-width: 720px;
}

.ecosystem-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.eco-card {
    position: relative;
    min-height: 0px;
    padding: 1rem;
    border-radius: 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.10);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
    overflow: hidden;
    transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
    backdrop-filter: blur(16px);
}

.eco-card::before {
    content: '';
    position: absolute;
    inset: -35% auto auto -25%;
    width: 120%;
    height: 110%;
    background: linear-gradient(125deg, transparent 18%, rgba(255,255,255,0.08) 45%, transparent 66%);
    pointer-events: none;
}

.eco-card:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 23, 68, 0.38);
    box-shadow: 0 18px 34px -22px rgba(0,0,0,0.72), 0 0 0 1px rgba(255,23,68,0.08);
}

.eco-card-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin-bottom: 0.9rem;
    border-radius: 12px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    color: #f5f5f5;
    font-size: 1.05rem;
}

.eco-card-title {
    margin-bottom: 0.55rem;
    font-size: 1.02rem;
    line-height: 1.3;
    font-weight: 800;
    color: #ffffff;
}

.eco-card p {
    margin: 0;
    color: rgba(248, 249, 250, 0.72);
    font-size: 0.88rem;
    line-height: 1.65;
}

.ecosystem-visual {
    position: relative;
    min-height: 560px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,0.09);
    background:
        radial-gradient(circle at 50% 12%, rgba(255, 23, 68, 0.22), transparent 28%),
        radial-gradient(circle at 70% 18%, rgba(255,255,255,0.05), transparent 22%),
        linear-gradient(180deg, #09090c 0%, #070709 100%);
    overflow: hidden;
    box-shadow: 0 32px 70px -30px rgba(0,0,0,0.85);
    transform: perspective(1400px) rotateX(3deg);
}

.ecosystem-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.04), transparent 24%),
        radial-gradient(circle at 80% 70%, rgba(255,23,68,0.12), transparent 25%);
    opacity: 0.9;
    pointer-events: none;
}

.eco-grid-map {
    position: absolute;
    inset: 12% 10% 12% 10%;
    border-radius: 24px;
    background:
        linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
        radial-gradient(circle at center, rgba(255,23,68,0.08), transparent 55%);
    background-size: 28px 28px, 28px 28px, auto;
    mask-image: radial-gradient(circle at center, black 32%, transparent 78%);
    opacity: 0.6;
    filter: blur(0.4px);
}

.eco-ring {
    position: absolute;
    width: 320px;
    height: 320px;
    left: 50%;
    top: 56%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.06);
    box-shadow: 0 0 0 36px rgba(255,255,255,0.015), 0 0 0 72px rgba(255,23,68,0.018);
    opacity: 0.7;
}

.eco-beam {
    position: absolute;
    width: 280px;
    height: 340px;
    filter: blur(18px);
    opacity: 0.35;
    pointer-events: none;
}

.beam-left {
    left: 10%;
    top: 20%;
    background: radial-gradient(circle at center, rgba(255,23,68,0.22), transparent 70%);
    animation: pulseGlow 8s ease-in-out infinite;
}

.beam-right {
    right: 6%;
    top: 14%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.08), transparent 60%);
    animation: pulseGlow 9s ease-in-out infinite reverse;
}

.eco-platform {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotateX(71deg) rotateZ(-11deg);
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.11);
    background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
    box-shadow: 0 18px 36px -18px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.1);
    backdrop-filter: blur(18px);
}

.platform-top {
    width: 260px;
    height: 112px;
    top: 26%;
    opacity: 0.82;
}

.platform-middle {
    width: 330px;
    height: 138px;
    top: 36%;
    opacity: 0.9;
}

.platform-base {
    width: 390px;
    height: 166px;
    top: 48%;
    opacity: 0.96;
}

.eco-core {
    position: absolute;
    left: 50%;
    top: 40%;
    width: 210px;
    height: 210px;
    transform: translate(-50%, -50%);
    border-radius: 28px;
    background: linear-gradient(145deg, rgba(255,255,255,0.14), rgba(255,23,68,0.08));
    border: 1px solid rgba(255,255,255,0.16);
    box-shadow: 0 30px 40px -20px rgba(0,0,0,0.7), inset 0 1px 0 rgba(255,255,255,0.18);
    overflow: hidden;
}

.core-shell,
.core-lattice {
    position: absolute;
    inset: 10px;
    border-radius: 22px;
}

.core-shell {
    border: 1px solid rgba(255,255,255,0.14);
    background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,23,68,0.12));
}

.core-lattice {
    background:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 20px 20px;
    opacity: 0.6;
}

.eco-node {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 0 6px rgba(255,23,68,0.16), 0 0 18px rgba(255,23,68,0.32);
}

.node-1 { top: 28%; left: 24%; }
.node-2 { top: 34%; right: 21%; }
.node-3 { top: 54%; left: 42%; }
.node-4 { bottom: 24%; right: 26%; }
.node-5 { bottom: 18%; left: 28%; }

.eco-cube {
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,23,68,0.12));
    border: 1px solid rgba(255,255,255,0.14);
    box-shadow: 0 14px 26px -14px rgba(0,0,0,0.75);
    backdrop-filter: blur(14px);
    animation: drift 8s ease-in-out infinite;
}

.cube-1 { top: 20%; left: 18%; }
.cube-2 { top: 24%; right: 16%; animation-delay: -1.2s; }
.cube-3 { bottom: 24%; left: 18%; animation-delay: -2.5s; }
.cube-4 { bottom: 18%; right: 14%; animation-delay: -3.1s; }

.eco-link {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,23,68,0.7), transparent);
    opacity: 0.55;
    animation: flicker 7s ease-in-out infinite;
}

.link-1 { width: 140px; top: 31%; left: 30%; transform: rotate(-12deg); }
.link-2 { width: 170px; top: 48%; left: 26%; transform: rotate(18deg); }
.link-3 { width: 120px; top: 38%; right: 23%; transform: rotate(12deg); }
.link-4 { width: 110px; bottom: 24%; left: 44%; transform: rotate(-6deg); }

@keyframes pulseGlow {
    0%, 100% { opacity: 0.28; transform: scale(1); }
    50% { opacity: 0.48; transform: scale(1.05); }
}

@keyframes drift {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-9px) rotate(2deg); }
}

@keyframes flicker {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 0.78; }
}

@media (max-width: 991.98px) {
    .ecosystem-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ecosystem-visual {
        min-height: 500px;
    }
}

@media (max-width: 575.98px) {
    .ecosystem-grid {
        grid-template-columns: 1fr;
    }

    .ecosystem-visual {
        min-height: 420px;
    }

    .platform-top {
        width: 210px;
        top: 28%;
    }

    .platform-middle {
        width: 260px;
        top: 39%;
    }

    .platform-base {
        width: 300px;
        top: 50%;
    }

    .eco-core {
        width: 170px;
        height: 170px;
    }
}

.glass-accordion {
    border: 1px solid rgba(255,255,255,0.09);
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255,255,255,0.02);
}

.glass-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    background: transparent;
}

.glass-accordion .accordion-item:last-child {
    border-bottom: 0;
}

.glass-accordion .accordion-button {
    background: rgba(255,255,255,0.03);
    color: white;
    font-weight: 700;
    box-shadow: none;
    padding: 1.15rem 1.25rem;
}

.glass-accordion .accordion-button:not(.collapsed) {
    background: rgba(255, 23, 68, 0.12);
    color: white;
}

.glass-accordion .accordion-button::after {
    filter: brightness(1.4);
}

.glass-accordion .accordion-body {
    color: rgba(248, 249, 250, 0.78);
    background: rgba(255,255,255,0.015);
    padding: 1rem 1.25rem 1.25rem;
}

.glass-input {
    background: rgba(255,255,255,0.04) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    color: white !important;
    border-radius: 16px !important;
}

.glass-input::placeholder,
.glass-input option {
    color: rgba(255,255,255,0.68) !important;
}

.form-floating > label {
    color: rgba(248, 249, 250, 0.7);
}

.form-control:focus,
.form-select:focus {
    border-color: rgba(255, 23, 68, 0.5) !important;
    box-shadow: 0 0 0 0.25rem rgba(255, 23, 68, 0.16) !important;
}

.ecosystem-header,
.reward-header-presentation,
.gem-header-presentation,
.platform-header,
.wallet-brand,
.exchange-brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.ecosystem-header i,
.reward-icon-large,
.gem-badge-large,
.token-icon,
.arch-icon,
.card-icon,
.tech-check {
    display: inline-grid;
    place-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 14px;
    background: rgba(255, 23, 68, 0.18);
    color: #ff6883;
    font-size: 1.15rem;
}

.ecosystem-stats,
.platform-stats,
.gem-stats-presentation {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.2rem;
}

.ecosystem-stats div,
.platform-stats div,
.gem-stat-row {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    color: rgba(248, 249, 250, 0.82);
    font-size: 0.93rem;
}

.ecosystem-stats span,
.platform-stats .fw-bold,
.gem-stat-row .fw-bold {
    color: white;
}

.token-utility-card .token-icon {
    margin-bottom: 1rem;
}

.token-utility-card h5,
.ecosystem-card h4,
.reward-header-presentation h4,
.gem-benefits-card h5,
.market-platform-card h5,
.wallet-card span,
.exchange-card .fw-semibold {
    color: white;
}

.token-meta,
.meta-value,
.status-pill,
.tier-item,
.gem-price-large,
.gem-subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.token-meta {
    margin-top: 1rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(255,255,255,0.08);
    flex-wrap: wrap;
}

.status-pill {
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.status-pill.active {
    background: rgba(25, 135, 84, 0.18);
    color: #66db9d;
}

.status-pill.premium {
    background: rgba(255, 23, 68, 0.2);
    color: #ff94ab;
}

.meta-value {
    color: white;
    font-weight: 700;
}

.featured {
    border-color: rgba(255, 23, 68, 0.32);
    box-shadow: 0 0 0 1px rgba(255, 23, 68, 0.08), 0 20px 50px -20px rgba(255, 23, 68, 0.45);
}

.reward-header-presentation,
.gem-header-presentation {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.4rem;
}

.reward-header-presentation p,
.gem-subtitle,
.text-muted,
.footer-contact,
.footer-links a,
.footer-legal a {
    color: rgba(248, 249, 250, 0.7) !important;
}

.reward-icon-large {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.2rem;
}

.premium-progress {
    width: 100%;
    height: 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    overflow: hidden;
}

.premium-progress .progress-bar {
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--crimson), #ff6d89);
}

.reward-tiers-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.8rem;
}

.tier-item {
    padding: 0.85rem 0.9rem;
    border-radius: 14px;
    background: rgba(255,255,255,0.035);
    border: 1px solid rgba(255,255,255,0.08);
    color: white;
}

.tier-item.active {
    border-color: rgba(255, 23, 68, 0.45);
    background: rgba(255, 23, 68, 0.12);
}

.lifetime-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.lifetime-stat {
    text-align: center;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.06);
}

.gem-badge-large {
    display: inline-flex;
    width: auto;
    padding: 0.55rem 0.8rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gem-price-large {
    justify-content: flex-start;
    margin: 1rem 0 0.35rem;
}

.price-value {
    font-size: 2.1rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.05em;
}

.price-unit {
    color: rgba(248, 249, 250, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
}

.gem-stats-presentation {
    padding-top: 0.6rem;
}

.gem-benefits-grid {
    display: grid;
    gap: 0.95rem;
}

.gem-premium-copy p,
.gem-cta-note p,
.gem-disclaimer p {
    color: rgba(248, 249, 250, 0.84);
    line-height: 1.7;
    margin-bottom: 0;
}

.gem-cta-note {
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: rgba(255, 23, 68, 0.12);
    border: 1px solid rgba(255, 23, 68, 0.22);
}

.gem-disclaimer {
    padding: 0.95rem 1rem;
    border-radius: 16px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
}

.gem-benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    color: rgba(248, 249, 250, 0.86);
}

.gem-benefit-item i {
    color: #ff6883;
    margin-top: 0.15rem;
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .gem-premium-copy p,
    .gem-disclaimer p {
        font-size: 0.96rem;
    }
}

@media (max-width: 575.98px) {
    .reward-presentation-card, .gem-presentation-card {
        padding: 1.35rem;
    }

    .gem-header-presentation {
        flex-direction: column;
        align-items: flex-start;
    }
}

.wallet-brand img,
.exchange-brand img,
.platform-header img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    flex: 0 0 auto;
}

.wallet-card,
.exchange-card,
.market-platform-card {
    min-height: 92px;
}

.luxury-footer {
    background: radial-gradient(circle at top, rgba(255,23,68,0.06), transparent 30%), #050507;
    padding: 5rem 0 2rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.footer-tagline {
    margin: 0;
    color: rgba(248, 249, 250, 0.78);
    font-weight: 600;
}

.footer-heading {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #ff7c96;
    margin-bottom: 1rem;
}

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

.footer-links li + li {
    margin-top: 0.65rem;
}

.footer-links a,
.footer-legal a {
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-links a:hover,
.footer-legal a:hover,
.footer-social a:hover {
    color: white !important;
}

.footer-contact {
    display: grid;
    gap: 0.82rem;
}

.footer-contact i,
.footer-social i {
    color: #ff7c96;
}

.footer-social {
    display: flex;
    gap: 0.9rem;
    font-size: 1.1rem;
}

.footer-social a {
    width: 2.25rem;
    height: 2.25rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease;
}

.footer-social a:hover {
    transform: translateY(-3px);
    background: rgba(255, 23, 68, 0.14);
    border-color: rgba(255, 23, 68, 0.3);
}

.footer-bottom {
    margin-top: 3rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.copyright {
    color: rgba(248, 249, 250, 0.72);
}

.footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem;
}

/* ============================================
   MOBILE OPTIMIZATIONS
   ============================================ */
@media (max-width: 768px) {
    .section {
        padding: 5rem 0;
    }
    
    .glass-card {
        padding: 1.65rem;
    }
    
    .section-title {
        font-size: 2.55rem;
    }

    .hero-content {
        padding-top: 1.6rem;
        padding-bottom: 5rem;
    }

    .hero-actions {
        width: 100%;
        align-items: stretch;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .hero-stats .row > div {
        width: 33.333%;
        flex: 0 0 33.333%;
    }

    .reward-tiers-grid,
    .lifetime-grid {
        grid-template-columns: 1fr;
    }

    .roadmap-timeline::before {
        display: none;
    }

    .roadmap-item {
        padding: 1.35rem;
    }

    .footer-legal {
        justify-content: flex-start;
        margin-top: 0.8rem;
    }
}

@media (max-width: 991px) {
    .hero-title {
        text-wrap: balance;
    }

    .footer-brand {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        margin-right: 0.5rem;
    }

    .hero-section {
        padding-top: 4.5rem;
    }

    .hero-title {
        font-size: clamp(2.8rem, 11vw, 4rem);
    }

    .section-title {
        font-size: 2.15rem;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .glass-card {
        border-radius: 18px;
    }

    .badge-pill {
        font-size: 0.68rem;
        letter-spacing: 0.1em;
    }
}
/* Scroll Progress */
#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(to right, var(--crimson), #FF3D5E);
    z-index: 9999;
    transition: width 0.1s ease;
}