/* MBOX Staking — Yellow & White Theme */
:root {
    --mbox-yellow: #FBBF24;
    --mbox-yellow-dark: #F59E0B;
    --mbox-yellow-light: #FEF3C7;
    --mbox-navy: #0F172A;
    --mbox-navy-mid: #1E3A8A;
    --mbox-blue: #3B82F6;
    --mbox-white: #FFFFFF;
    --mbox-gray: #64748B;
    --mbox-gray-light: #F8FAFC;
}

body.mbox-site {
    background: var(--mbox-white);
    color: #1e293b;
}

/* Site logo — single source: assets/images/logoIcon/logo.png */
.site-logo {
    display: block;
    object-fit: contain;
    object-position: center;
    height: auto;
    max-width: 100%;
}

.site-logo-link {
    display: inline-flex;
    align-items: center;
    line-height: 0;
}

.site-logo--nav {
    height: 2.5rem;
    width: auto;
    max-width: 10.5rem;
}

/* Dashboard sidebar only — see mbox-dashboard.css for .mbox-sidebar__brand */
.site-logo--sidebar {
    height: 2.125rem;
    width: auto;
    max-width: 10rem;
    object-fit: contain;
}

@media (min-width: 640px) {
    .site-logo--nav {
        height: 2.85rem;
        max-width: 12.5rem;
    }
}

@media (min-width: 1024px) {
    .site-logo--nav {
        height: 3rem;
        max-width: 14rem;
    }
}

.site-logo--footer {
    height: 3.25rem;
    width: auto;
    max-width: 14rem;
}

.site-logo--auth {
    width: 100%;
    max-width: 17.5rem;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.site-logo--card {
    height: 2.75rem;
    width: auto;
    max-width: 9rem;
    flex-shrink: 0;
}

.site-logo--hero {
    width: 100%;
    max-height: none;
}

/* MBOX coin icon (circular token logo) */
.site-coin-icon {
    display: block;
    object-fit: cover;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid rgba(251, 191, 36, 0.35);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
}

.site-coin-icon--section {
    width: 4.5rem;
    height: 4.5rem;
}

@media (min-width: 768px) {
    .site-coin-icon--section {
        width: 5.5rem;
        height: 5.5rem;
    }
}

.site-coin-icon--card {
    width: 3.5rem;
    height: 3.5rem;
    border-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
    .site-coin-icon--card {
        width: 4rem;
        height: 4rem;
    }
}

.mbox-hero {
    background: linear-gradient(135deg, var(--mbox-navy) 0%, #1e3a8a 50%, #0f172a 100%);
    position: relative;
    overflow: hidden;
}

.mbox-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 80%, rgba(251, 191, 36, 0.15) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 40%);
    pointer-events: none;
}

/* ——— Cryptco-style hero banner ——— */
.hero-cryptco {
    position: relative;
    margin-top: 4rem;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #0a0e17;
}

@media (min-width: 768px) {
    .hero-cryptco {
        margin-top: 4.25rem;
        min-height: 600px;
    }
}

@media (min-width: 1024px) {
    .hero-cryptco {
        min-height: 680px;
    }
}

@media (min-width: 1280px) {
    .hero-cryptco {
        min-height: 720px;
    }
}

.hero-cryptco__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-cryptco__bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    display: block;
}

@media (max-width: 767px) {
    .hero-cryptco__bg-img {
        object-position: 70% center;
    }
}

.hero-cryptco__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(5, 8, 15, 0.95) 0%,
        rgba(5, 8, 15, 0.88) 38%,
        rgba(5, 8, 15, 0.55) 58%,
        rgba(5, 8, 15, 0.2) 78%,
        transparent 100%
    );
}

.hero-cryptco__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 2.5rem 0 3rem;
}

@media (min-width: 768px) {
    .hero-cryptco__content {
        padding: 4rem 0 4.5rem;
    }
}

@media (min-width: 1024px) {
    .hero-cryptco__content {
        padding: 5rem 0 5.5rem;
    }
}

.hero-cryptco__inner {
    max-width: 42rem;
}

.hero-cryptco__text {
    text-align: left;
}

.hero-cryptco__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 1.25rem;
}

.hero-cryptco__badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--mbox-yellow);
    box-shadow: 0 0 12px var(--mbox-yellow);
    animation: mbox-pulse 2s ease-in-out infinite;
}

.hero-cryptco__title {
    font-size: clamp(1.75rem, 5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin: 0 0 1.25rem;
    text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}

.hero-cryptco__subtitle {
    font-size: clamp(1rem, 2.2vw, 1.25rem);
    line-height: 1.6;
    color: #cbd5e1;
    margin: 0 0 1.5rem;
    max-width: 36rem;
}

.hero-cryptco__highlight {
    color: var(--mbox-yellow);
    font-weight: 700;
}

.hero-cryptco__subtitle strong {
    color: #fff;
    font-weight: 700;
}

.hero-cryptco__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-bottom: 2rem;
    font-size: 0.875rem;
    color: #94a3b8;
}

.hero-cryptco__stats strong {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 800;
    margin-right: 0.25rem;
}

.hero-cryptco__stats-gold strong {
    color: var(--mbox-yellow);
}

.hero-cryptco__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.hero-cryptco__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.25rem;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f172a;
    background: linear-gradient(180deg, #fcd34d 0%, #f59e0b 55%, #d97706 100%);
    border: none;
    border-radius: 4px;
    box-shadow: 0 8px 28px rgba(245, 158, 11, 0.45);
    transition: transform 0.2s, box-shadow 0.2s;
}

.hero-cryptco__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(245, 158, 11, 0.55);
    color: #0f172a;
}

.hero-cryptco__btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.75rem;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    transition: background 0.2s, border-color 0.2s;
}

.hero-cryptco__btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: var(--mbox-yellow);
    color: #fff;
}

@media (max-width: 479px) {
    .hero-cryptco__actions {
        flex-direction: column;
        align-items: stretch;
    }
    .hero-cryptco__btn,
    .hero-cryptco__btn-outline {
        width: 100%;
        text-align: center;
    }
}

/* ——— Premium hero banner (legacy) ——— */
.hero-premium {
    position: relative;
    margin-top: 4rem;
    background: #070b14;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .hero-premium {
        margin-top: 4.25rem;
    }
}

.hero-premium--tall {
    min-height: 620px;
}

@media (min-width: 768px) {
    .hero-premium--tall {
        min-height: 680px;
    }
}

@media (min-width: 1024px) {
    .hero-premium--tall {
        min-height: 720px;
        max-height: 880px;
    }
}

.hero-premium__bg {
    position: absolute;
    inset: 0;
    background: #0a1020;
}

.hero-premium__bg-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% center;
    opacity: 0.72;
}

@media (max-width: 767px) {
    .hero-premium__bg-photo {
        object-position: 65% center;
        opacity: 0.55;
    }
}

.hero-premium__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 11, 20, 0.93) 0%, rgba(7, 11, 20, 0.82) 42%, rgba(15, 23, 42, 0.45) 68%, rgba(15, 23, 42, 0.25) 100%),
        linear-gradient(to top, rgba(7, 11, 20, 0.85) 0%, transparent 40%);
}

.hero-premium__mesh {
    position: absolute;
    inset: 0;
    opacity: 0.08;
    background-image: radial-gradient(rgba(251, 191, 36, 0.2) 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

.hero-premium__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
}

.hero-premium__glow--gold {
    width: 480px;
    height: 480px;
    top: -140px;
    left: -100px;
    background: rgba(251, 191, 36, 0.18);
}

.hero-premium__glow--blue {
    width: 400px;
    height: 400px;
    bottom: -80px;
    right: 5%;
    background: rgba(59, 130, 246, 0.15);
}

.hero-premium__body {
    position: relative;
    z-index: 2;
    padding: 1.75rem 0 1rem;
    display: flex;
    align-items: center;
    min-height: calc(620px - 4rem - 40px);
}

@media (min-width: 768px) {
    .hero-premium__body {
        padding: 2.5rem 0 1.25rem;
        min-height: calc(680px - 4.25rem - 40px);
    }
}

@media (min-width: 1024px) {
    .hero-premium__body {
        padding: 3rem 0 1.5rem;
        min-height: calc(720px - 4.25rem - 44px);
    }
}

.hero-premium__grid {
    display: grid;
    gap: 1.75rem;
    align-items: center;
    width: 100%;
}

@media (min-width: 1024px) {
    .hero-premium__grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem 3rem;
        align-items: center;
    }
}

.hero-premium__copy {
    text-align: center;
}

@media (min-width: 1024px) {
    .hero-premium__copy {
        text-align: left;
    }
}

.hero-premium__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #94a3b8;
    margin-bottom: 1rem;
}

.hero-premium__eyebrow-line {
    width: 2rem;
    height: 2px;
    background: linear-gradient(90deg, var(--mbox-yellow), transparent);
    flex-shrink: 0;
}

@media (min-width: 1024px) {
    .hero-premium__eyebrow-line {
        width: 2.5rem;
    }
}

.hero-premium__title {
    font-size: clamp(1.875rem, 4.5vw, 2.75rem);
    font-weight: 800;
    line-height: 1.12;
    color: #fff;
    letter-spacing: -0.02em;
    margin: 0 0 0.875rem;
}

.hero-premium__title-accent {
    display: block;
    background: linear-gradient(90deg, #fde68a 0%, #fbbf24 45%, #f59e0b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@media (min-width: 640px) {
    .hero-premium__title-accent {
        display: inline;
    }
}

.hero-premium__lead {
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #94a3b8;
    max-width: 32rem;
    margin: 0 auto 1.25rem;
}

@media (min-width: 1024px) {
    .hero-premium__lead {
        margin-left: 0;
        margin-right: 0;
        font-size: 1rem;
    }
}

.hero-premium__metrics--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    width: 100%;
    max-width: 28rem;
    margin: 0 auto 1.5rem;
    padding: 0;
    background: transparent;
    border: none;
    backdrop-filter: none;
}

@media (min-width: 1024px) {
    .hero-premium__metrics--grid {
        margin-left: 0;
        margin-right: 0;
    }
}

.hero-premium__metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 0.5rem;
    min-width: 0;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-premium__metric-value {
    font-size: 1.375rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.hero-premium__metric-value--gold {
    color: var(--mbox-yellow);
}

.hero-premium__metric-label {
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    margin-top: 0.2rem;
    white-space: nowrap;
}

.hero-premium__cta {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    width: 100%;
    max-width: 24rem;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .hero-premium__cta {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: none;
    }
}

@media (min-width: 1024px) {
    .hero-premium__cta {
        justify-content: flex-start;
        margin: 0;
    }
}

.hero-premium__cta .hero-premium__btn {
    width: 100%;
}

@media (min-width: 640px) {
    .hero-premium__cta .hero-premium__btn {
        width: auto;
    }
}

.hero-premium__perks {
    list-style: none;
    margin: 1.25rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1rem;
}

.hero-premium__perks li {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    color: #94a3b8;
}

.hero-premium__perks li i {
    color: var(--mbox-yellow);
}

/* Visual column — brand + floating coins */
.hero-premium__visual {
    order: -1;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .hero-premium__visual {
        order: 0;
        max-width: none;
        margin: 0;
    }
}

.hero-premium__visual-main {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 32px 64px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(251, 191, 36, 0.1);
    background: linear-gradient(145deg, rgba(30, 58, 138, 0.4), rgba(15, 23, 42, 0.8));
}

.hero-premium__brand-img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 160px;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 768px) {
    .hero-premium__brand-img {
        min-height: 220px;
    }
}

@media (min-width: 1024px) {
    .hero-premium__brand-img {
        min-height: 280px;
        max-height: 340px;
        object-fit: contain;
        padding: 1rem;
        background: radial-gradient(ellipse at center, rgba(59, 130, 246, 0.2) 0%, transparent 70%);
    }
}

.hero-premium__float-coin {
    position: absolute;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(251, 191, 36, 0.35);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
    animation: hero-float 5s ease-in-out infinite;
}

.hero-premium__float-coin--1 {
    width: 56px;
    height: 56px;
    top: 12%;
    right: 6%;
    animation-delay: 0s;
}

.hero-premium__float-coin--2 {
    width: 44px;
    height: 44px;
    bottom: 18%;
    left: 8%;
    animation-delay: 1.2s;
}

@media (min-width: 1024px) {
    .hero-premium__float-coin--1 {
        width: 72px;
        height: 72px;
    }
    .hero-premium__float-coin--2 {
        width: 56px;
        height: 56px;
    }
}

@keyframes hero-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.hero-premium__card {
    margin-top: 1rem;
    padding: 1.25rem 1.5rem;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

@media (min-width: 1024px) {
    .hero-premium__card {
        margin-top: 1.25rem;
    }
}

.hero-premium__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 700;
    border-radius: 10px;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.hero-premium__btn--primary {
    background: linear-gradient(180deg, #fcd34d 0%, #f59e0b 100%);
    color: #0f172a;
    box-shadow: 0 4px 24px rgba(251, 191, 36, 0.35);
}

.hero-premium__btn--primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 32px rgba(251, 191, 36, 0.45);
    color: #0f172a;
}

.hero-premium__btn--ghost {
    color: #e2e8f0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.03);
}

.hero-premium__btn--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(251, 191, 36, 0.4);
    color: #fff;
}

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

.hero-premium__card-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.8125rem;
    color: #cbd5e1;
    line-height: 1.5;
    margin-bottom: 0.65rem;
}

.hero-premium__card-list li i {
    color: var(--mbox-yellow);
    flex-shrink: 0;
    margin-top: 2px;
}

.hero-premium__card-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    padding: 0.5rem 0.875rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--mbox-yellow);
    background: rgba(251, 191, 36, 0.1);
    border: 1px solid rgba(251, 191, 36, 0.25);
    border-radius: 8px;
}

.hero-premium__card-badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--mbox-yellow);
    animation: mbox-pulse 2s ease-in-out infinite;
}

.hero-premium__ticker {
    position: relative;
    z-index: 4;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.5);
    padding: 0.625rem 0;
}

.hero-premium__ticker-track {
    display: flex;
    gap: 2.5rem;
    padding: 0 1.5rem;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #64748b;
}

.hero-premium__ticker-highlight {
    color: var(--mbox-yellow);
}

.hero-premium__fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.85) 85%, #ffffff 100%);
    pointer-events: none;
    z-index: 3;
}

@media (max-width: 639px) {
    .hero-premium__title {
        font-size: 1.75rem;
    }
    .hero-premium__metric-label {
        font-size: 0.5625rem;
    }
    .hero-premium__metric-value {
        font-size: 1.125rem;
    }
}

.mbox-btn-primary {
    background: linear-gradient(135deg, var(--mbox-yellow) 0%, var(--mbox-yellow-dark) 100%);
    color: var(--mbox-navy);
    font-weight: 700;
    border-radius: 12px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 20px rgba(251, 191, 36, 0.35);
}

.mbox-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(251, 191, 36, 0.45);
    color: var(--mbox-navy);
}

.mbox-btn-outline {
    border: 2px solid var(--mbox-yellow);
    color: var(--mbox-yellow);
    background: transparent;
    border-radius: 12px;
    font-weight: 600;
}

.mbox-btn-outline:hover {
    background: var(--mbox-yellow);
    color: var(--mbox-navy);
}

.mbox-card {
    background: var(--mbox-white);
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
    transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.mbox-card:hover {
    border-color: var(--mbox-yellow);
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(251, 191, 36, 0.12);
}

.mbox-card-featured {
    border: 2px solid var(--mbox-yellow);
    background: linear-gradient(180deg, #fffbeb 0%, #ffffff 100%);
}

.mbox-section-alt {
    background: var(--mbox-gray-light);
}

.mbox-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 1rem;
    background: rgba(251, 191, 36, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.4);
    border-radius: 9999px;
    color: var(--mbox-yellow);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.mbox-gradient-text {
    background: linear-gradient(90deg, var(--mbox-yellow) 0%, #fde68a 50%, var(--mbox-white) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.mbox-table thead {
    background: linear-gradient(135deg, var(--mbox-navy) 0%, var(--mbox-navy-mid) 100%);
    color: var(--mbox-white);
}

.mbox-table tbody tr:nth-child(even) {
    background: #f8fafc;
}

.mbox-table tbody tr:hover {
    background: var(--mbox-yellow-light);
}

.mbox-nav {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(12px);
    border-bottom: 2px solid rgba(251, 191, 36, 0.3);
}

.mbox-nav--premium {
    background: rgba(7, 11, 20, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

.mbox-nav--premium .mbox-btn-primary {
    border-radius: 10px;
    padding: 0.5rem 1.25rem;
    font-size: 0.8125rem;
}

.mbox-package-price {
    font-size: 2rem;
    font-weight: 800;
    color: var(--mbox-yellow-dark);
}

.mbox-ticker {
    background: var(--mbox-navy);
    color: var(--mbox-yellow-light);
    overflow: hidden;
}

@keyframes mbox-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.mbox-ticker-inner {
    animation: mbox-scroll 25s linear infinite;
}

.mbox-coming-soon {
    animation: mbox-pulse 2s ease-in-out infinite;
}

@keyframes mbox-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.7; }
}

/* ═══════════════════════════════════════════════════════════
   MOBILE RESPONSIVE — full site
   ═══════════════════════════════════════════════════════════ */
html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body.mbox-site {
    overflow-x: hidden;
    max-width: 100vw;
}

img, video {
    max-width: 100%;
    height: auto;
}

/* —— Navigation mobile —— */
@media (max-width: 1023px) {
    .mbox-nav--premium {
        border-bottom-color: rgba(251, 191, 36, 0.2);
    }

    .site-logo--nav {
        height: 2.25rem;
        max-width: 9rem;
    }

    #mobile-menu {
        max-height: calc(100vh - 4rem);
        max-height: calc(100dvh - 4rem);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    }

    body.mbox-menu-open {
        overflow: hidden;
    }
}

/* —— Hero Cryptco mobile —— */
@media (max-width: 767px) {
    .hero-cryptco {
        min-height: auto;
        margin-top: 4rem;
    }

    .hero-cryptco__bg-img {
        object-position: 75% center;
    }

    .hero-cryptco__overlay {
        background: linear-gradient(
            180deg,
            rgba(5, 8, 15, 0.92) 0%,
            rgba(5, 8, 15, 0.88) 55%,
            rgba(5, 8, 15, 0.75) 100%
        );
    }

    .hero-cryptco__content {
        padding: 1.75rem 0 2.25rem;
    }

    .hero-cryptco__inner {
        max-width: 100%;
    }

    .hero-cryptco__badge {
        font-size: 0.625rem;
        letter-spacing: 0.08em;
        margin-bottom: 0.875rem;
    }

    .hero-cryptco__title {
        font-size: clamp(1.5rem, 7vw, 1.875rem);
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .hero-cryptco__subtitle {
        font-size: 0.9375rem;
        line-height: 1.55;
        margin-bottom: 1.25rem;
    }

    .hero-cryptco__stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0.5rem;
        margin-bottom: 1.5rem;
        text-align: center;
        font-size: 0.6875rem;
    }

    .hero-cryptco__stats span {
        padding: 0.5rem 0.25rem;
        background: rgba(255, 255, 255, 0.06);
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

    .hero-cryptco__stats strong {
        display: block;
        font-size: 1rem;
        margin: 0 0 0.15rem;
    }

    .hero-cryptco__actions {
        flex-direction: column;
        width: 100%;
    }

    .hero-cryptco__btn,
    .hero-cryptco__btn-outline {
        width: 100%;
        padding: 0.875rem 1.5rem;
    }
}

@media (max-width: 380px) {
    .hero-cryptco__title br {
        display: none;
    }

    .hero-cryptco__title {
        font-size: 1.375rem;
    }
}

/* —— Coin / market section mobile —— */
@media (max-width: 767px) {
  #mbox-coin {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    #mbox-coin .flex.gap-4.items-start {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #mbox-coin .site-coin-icon--section {
        width: 4rem;
        height: 4rem;
    }

    #mbox-coin h2 {
        font-size: 1.5rem;
    }

    #mbox-coin .mbox-cmc-btns {
        flex-direction: column;
        width: 100%;
    }

    #mbox-coin .mbox-cmc-btns a {
        width: 100%;
    }

    #mbox-coin #mbox-price {
        font-size: 2rem;
    }

    #mbox-coin .flex.items-center.gap-4.mb-6 {
        flex-wrap: wrap;
    }

    #mbox-coin #mbox-rank {
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-top: 0.5rem;
    }

    #mbox-coin .grid.grid-cols-2.md\\:grid-cols-4 {
        grid-template-columns: 1fr 1fr;
    }

    #mbox-coin .grid.grid-cols-2.md\\:grid-cols-3.lg\\:grid-cols-6 {
        grid-template-columns: 1fr 1fr;
    }
}

/* —— Sections spacing mobile —— */
@media (max-width: 767px) {
    #opportunity,
    #how,
    #packages,
    #plans,
    section.py-20 {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }

    #opportunity .text-3xl,
    #how .text-3xl,
    #packages .text-3xl,
    #plans .text-3xl,
    section .text-3xl {
        font-size: 1.5rem !important;
    }

    #opportunity .text-lg {
        font-size: 1rem;
    }

    #opportunity .mbox-card.p-8 {
        padding: 1.25rem;
    }

    blockquote.text-2xl {
        font-size: 1.125rem !important;
        line-height: 1.5 !important;
    }

    #packages .mbox-card.p-10 {
        padding: 1.5rem !important;
    }

    #packages .text-4xl {
        font-size: 2rem;
    }

    #packages .text-3xl {
        font-size: 1.5rem;
    }

    #plans .mbox-card.p-8 {
        padding: 1.25rem !important;
    }

    #plans .mt-10.flex {
        flex-direction: column;
    }

    #plans .mt-10.flex a {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .grid.lg\\:grid-cols-2.gap-12 {
        gap: 2rem;
    }

    section .flex.flex-col.sm\\:flex-row.gap-4.justify-center a {
        width: 100%;
        justify-content: center;
    }
}

/* —— Offer strip —— */
@media (max-width: 639px) {
    section.bg-mbox-yellow p,
    section.py-5.bg-mbox-yellow p {
        font-size: 0.8125rem;
        line-height: 1.5;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    section.bg-mbox-yellow .text-xl,
    section.py-5.bg-mbox-yellow .text-xl {
        font-size: 1.125rem;
    }
}

/* —— Footer mobile —— */
@media (max-width: 767px) {
    footer.bg-mbox-navy .grid.md\\:grid-cols-3 {
        text-align: center;
    }

    footer .site-logo--footer {
        margin-left: auto;
        margin-right: auto;
    }

    footer .mbox-btn-primary {
        width: 100%;
        justify-content: center;
    }
}

/* —— Cards & buttons global mobile —— */
@media (max-width: 767px) {
    .mbox-card {
        border-radius: 12px;
    }

    .mbox-btn-primary {
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }
}

/* —— Auth pages mobile —— */
@media (max-width: 479px) {
    .site-logo--auth {
        max-width: 14rem;
    }

    body.min-h-screen .glass-card {
        padding: 1.25rem !important;
    }
}
