/* =====================================================================
   MAZI-STYLE THEME OVERRIDE  (Smart Financials)
   Loaded AFTER style.css / responsive.css to restyle the site with a
   MaziFinance-inspired look: purple accent, DM Sans, floating pill nav,
   dark feature band + footer, pill gradient buttons.
   ===================================================================== */

:root {
    /* --- Accent remap: blue #3749E9  ->  purple #1e5eff --- */
    --primary-color3: #1e5eff;
    --primary-color14: #1e5eff;
    --primary-color33: #1e5eff;
    --primary-color13: rgba(30, 94, 255, 0.10);
    --primary-color24: rgba(30, 94, 255, 0.10);
    --primary-color25: rgba(30, 94, 255, 0.10);
    --primary-color35: rgba(30, 94, 255, 0.10);

    /* --- Mazi palette --- */
    --mz-purple: #1e5eff;
    --mz-purple-2: #3fb6ff;
    --mz-purple-deep: #0b3ec9;
    --mz-grad: linear-gradient(90deg, #1e5eff 0%, #3fb6ff 100%);
    --mz-grad-btn: linear-gradient(90deg, #1046d6 0%, #2f7bff 55%, #3fb6ff 100%);
    --mz-ink: #191820;
    --mz-body-bg: #f3f3f6;
    --mz-dark: #050208;
}

body,
.body {
    background: var(--mz-body-bg);
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6,
.heading {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    letter-spacing: -0.02em;
}

/* ---------------------------------------------------------------------
   BUTTONS  — pill gradient primary, dark secondary
   ------------------------------------------------------------------- */
.tf-button {
    border-radius: 999px !important;
    font-weight: 700;
    letter-spacing: 0.1px;
}

.tf-button.style-2,
.btn-slider .tf-button.btn-hover,
.tf-button.btn-hover {
    background: var(--mz-grad-btn) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(30, 94, 255, 0.35);
}

.tf-button.style-2:hover,
.btn-slider .tf-button.btn-hover:hover,
.tf-button.btn-hover:hover,
.tf-button:hover,
.tf-button.active {
    background: linear-gradient(90deg, #0d3fc4 0%, #2f7bff 100%) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(30, 94, 255, 0.45);
}

/* dark "ghost" secondary button */
.tf-button.style-3 {
    background: #100b18 !important;
    border: none !important;
    color: #fff !important;
    border-radius: 999px !important;
}
.tf-button.style-3:hover {
    background: #000 !important;
    color: #fff !important;
}

/* ---------------------------------------------------------------------
   HEADER  — floating white pill navbar
   ------------------------------------------------------------------- */
header.absolute {
    padding-top: 22px;
}

header #site-header-inner {
    background: #ffffff;
    border-radius: 999px;
    padding: 8px 8px 8px 26px;
    box-shadow: 0 12px 40px rgba(20, 10, 40, 0.10);
    border: 1px solid rgba(20, 10, 40, 0.04);
}

header #site-header-inner #site-logo {
    margin-right: 0;
}

header #site-header-inner .header-center {
    margin: 0 auto;
}

header #site-header-inner .login-btn {
    margin-left: auto;
}

/* nav links */
#main-nav > ul > li {
    padding: 18px 18px;
}
#main-nav > ul > li > a {
    font-size: 14px;
    font-weight: 600;
    color: #252525;
}
#main-nav > ul > li > a:hover,
#main-nav > ul > li.current-menu-item > a,
#main-nav ul .current-menu-item a {
    color: var(--mz-purple) !important;
}

/* login button in navbar */
.login-btn .tf-button.style-2 {
    padding: 10px 26px;
    font-size: 14px;
    background: var(--mz-grad-btn) !important;
}

/* keep the pill look when the header sticks */
.header.is-fixed {
    background: transparent !important;
    box-shadow: none !important;
    padding-top: 12px;
}
.header.is-fixed #site-header-inner {
    box-shadow: 0 12px 40px rgba(20, 10, 40, 0.16);
}

/* mobile menu button color on white pill */
.mobile-menu-btn { color: var(--mz-purple) !important; }

/* ---------------------------------------------------------------------
   HERO  (slider style-5)  — full screen, edge to edge, no border
   ------------------------------------------------------------------- */
.mz-hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    border: none;
    overflow: hidden;
    background:
        radial-gradient(1200px 620px at 50% -6%, rgba(30, 94, 255, 0.14), transparent 60%),
        radial-gradient(900px 500px at 12% 108%, rgba(63, 182, 255, 0.12), transparent 55%),
        linear-gradient(180deg, #eef2fb 0%, var(--mz-body-bg) 55%, #e9eefb 100%);
}
/* subtle dot grid, faded toward edges */
.mz-hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(30, 94, 255, 0.10) 1px, transparent 1px);
    background-size: 26px 26px;
    -webkit-mask: radial-gradient(circle at 50% 42%, #000 0%, transparent 72%);
    mask: radial-gradient(circle at 50% 42%, #000 0%, transparent 72%);
    pointer-events: none;
    z-index: 0;
}
.mz-hero-section > .tf-container { position: relative; z-index: 2; width: 100%; }
.mz-hero-section .tf-slider-item.style-5 {
    padding-top: 110px;
    padding-bottom: 40px;
    background: transparent;
    border: none;
}

/* floating glow orbs */
.mz-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.55;
    pointer-events: none;
    z-index: 0;
}
.mz-orb-1 {
    width: 420px; height: 420px;
    background: radial-gradient(circle, #1e5eff 0%, transparent 70%);
    top: -90px; left: -70px;
    animation: mz-orb-float 15s ease-in-out infinite;
}
.mz-orb-2 {
    width: 360px; height: 360px;
    background: radial-gradient(circle, #3fb6ff 0%, transparent 70%);
    bottom: -80px; right: -50px;
    animation: mz-orb-float 19s ease-in-out infinite reverse;
}
.mz-orb-3 {
    width: 260px; height: 260px;
    background: radial-gradient(circle, #0b3ec9 0%, transparent 70%);
    top: 44%; right: 16%;
    opacity: 0.35;
    animation: mz-orb-float 22s ease-in-out infinite;
}
@keyframes mz-orb-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(30px, -34px) scale(1.08); }
}

/* soft glow behind the hero heading */
.mz-hero-section .content-inner .heading { position: relative; }

/* "Revolution is here" style badge */
.mz-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    border: 1px solid rgba(20, 10, 40, 0.06);
    box-shadow: 0 8px 24px rgba(20, 10, 40, 0.08);
    color: #252525;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 18px 8px 8px;
    border-radius: 999px;
    margin-bottom: 26px;
}
.mz-badge .mz-badge-dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--mz-grad);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
}

.tf-slider-item.style-5 .content-inner .heading,
.tf-slider-item.style-5 .content-inner h1.heading {
    font-size: 50px;
    line-height: 1.08;
    font-weight: 800;
    color: var(--mz-ink);
    letter-spacing: -0.03em;
    margin-bottom: 16px;
}

/* static gradient highlight word in the hero, with a subtle shimmer */
.mz-highlight {
    background: linear-gradient(90deg, #1e5eff 0%, #3fb6ff 50%, #1e5eff 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--mz-purple);
    animation: mz-shine 4s linear infinite;
    white-space: nowrap;
}
@keyframes mz-shine {
    to { background-position: 200% center; }
}

.tf-slider-item.style-5 .content-inner .sub-heading {
    color: #575757;
    font-size: 16px !important;
    font-weight: unset !important;
    line-height: 1.6;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

/* hero dual buttons */
.mz-hero-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 8px;
}

/* hero feature pills */
.mz-hero-pills {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.mz-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(30, 94, 255, 0.16);
    color: #33384a;
    font-weight: 600;
    font-size: 13.5px;
    padding: 9px 16px;
    border-radius: 999px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    box-shadow: 0 6px 16px rgba(20, 10, 40, 0.05);
}
.mz-pill svg { width: 15px; height: 15px; color: var(--mz-purple); flex-shrink: 0; }

/* hero trust row */
.mz-hero-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
}
.mz-trust-avatars { display: flex; }
.mz-trust-avatars span {
    width: 36px; height: 36px;
    border-radius: 50%;
    background: var(--mz-grad-btn);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    border: 2px solid #fff;
    margin-left: -9px;
    box-shadow: 0 4px 10px rgba(30, 94, 255, 0.25);
}
.mz-trust-avatars span:first-child { margin-left: 0; }
.mz-trust-text { text-align: left; line-height: 1.3; }
.mz-trust-stars { color: #ffb020; letter-spacing: 2px; font-size: 14px; }
.mz-trust-text > div:last-child { color: #575757; font-size: 13.5px; }
.mz-trust-text b { color: var(--mz-ink); }

/* hero stat counters — 4-up card grid */
#stats-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 900px;
    margin: 50px auto 30px;
}
#stats-section .mz-stat {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(20, 10, 40, 0.06);
    border-radius: 18px;
    padding: 22px 14px;
    text-align: center;
    backdrop-filter: blur(6px);
    transition: transform .3s ease, box-shadow .3s ease;
}
#stats-section .mz-stat:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(30, 94, 255, 0.16);
}
#stats-section h3 {
    font-size: 40px;
    font-weight: 800;
    margin: 0;
    background: var(--mz-grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
#stats-section p {
    font-size: 14px !important;
    font-weight: 600;
    color: #6b6b76 !important;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 6px 0 0 !important;
}

/* =====================================================================
   NEW SECTIONS + ANIMATIONS
   ===================================================================== */

/* --- shared bits --- */
.mz-section-tag {
    display: inline-block;
    background: var(--mz-grad);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 18px;
}
.mz-title {
    font-size: 31px;
    font-weight: 800;
    color: var(--mz-ink);
    letter-spacing: -0.02em;
    line-height: 1.15;
    margin-bottom: 18px;
}
.mz-lead {
    color: #575757;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
}

/* --- marquee strip --- */
.mz-marquee-wrap {
    background: var(--mz-dark);
    padding: 18px 0;
    overflow: hidden;
}
.mz-marquee { width: 100%; overflow: hidden; }
.mz-marquee-track {
    display: inline-flex;
    gap: 26px;
    white-space: nowrap;
    align-items: center;
    animation: mz-scroll 32s linear infinite;
    will-change: transform;
}
.mz-marquee-track span {
    color: #a9c6ff;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.04em;
}
.mz-marquee-track span:nth-child(3n+1) {
    background: var(--mz-grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
@keyframes mz-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* --- "Featured in" moving press-logo strip --- */
.mz-featured {
    padding: 64px 0 54px;
    background: var(--mz-body-bg);
    text-align: center;
    overflow: hidden;
}
.mz-featured-title {
    font-size: 20px;
    font-weight: 600;
    color: #33384a;
    margin-bottom: 44px;
}
.mz-logos {
    width: 100%;
    overflow: hidden;
    -webkit-mask: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
    mask: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.mz-logos-track {
    display: flex;
    align-items: center;
    gap: 74px;
    width: max-content;
    animation: mz-logos-scroll 30s linear infinite;
}
.mz-logos:hover .mz-logos-track { animation-play-state: paused; }
@keyframes mz-logos-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

.mz-logo {
    flex-shrink: 0;
    color: #6b7280;
    opacity: 0.6;
    line-height: 1;
    white-space: nowrap;
    transition: opacity .3s ease, color .3s ease;
    -webkit-font-smoothing: antialiased;
}
.mz-logo:hover { opacity: 1; color: #1f2430; }

/* individual brand wordmark styling */
.mz-bbc { display: inline-flex; gap: 5px; }
.mz-bbc i {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    color: #fff;
    background: #6b7280;
    padding: 5px 7px;
    border-radius: 3px;
    letter-spacing: 1px;
}
.mz-bi {
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.05;
    text-align: left;
    font-family: "Arial Narrow", Arial, sans-serif;
}
.mz-serif { font-family: Georgia, "Times New Roman", serif; font-weight: 600; font-size: 28px; }
.mz-coinbase { font-weight: 800; font-size: 26px; letter-spacing: -0.5px; }
.mz-forbes { font-family: Georgia, "Times New Roman", serif; font-weight: 800; font-size: 30px; letter-spacing: -0.5px; }
.mz-cnbc {
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1px;
    background: #6b7280;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}
.mz-cnbc:hover { background: #1f2430; color: #fff; }

@media (max-width: 767px) {
    .mz-featured { padding: 44px 0 40px; }
    .mz-featured-title { font-size: 17px; margin-bottom: 30px; }
    .mz-logos-track { gap: 48px; }
    .mz-serif, .mz-forbes { font-size: 24px; }
    .mz-coinbase { font-size: 22px; }
    .mz-bbc i { font-size: 18px; }
    .mz-cnbc { font-size: 20px; }
}

/* --- platform section --- */
.mz-platform { padding: 90px 0; }
.mz-platform .mz-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}
.mz-platform .mz-check-list li {
    color: #3f3f4a;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.mz-check {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--mz-grad);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.mz-platform-visual { display: flex; justify-content: center; }
.mz-glow-card {
    position: relative;
    width: 100%;
    max-width: 440px;
    background: linear-gradient(160deg, #0a1226 0%, #050208 100%);
    border: 1px solid rgba(30, 94, 255, 0.35);
    border-radius: 26px;
    padding: 28px;
    box-shadow: 0 30px 70px rgba(30, 94, 255, 0.28);
    overflow: hidden;
    animation: mz-float 5s ease-in-out infinite;
}
.mz-glow-card::before {
    content: "";
    position: absolute;
    top: -40%; left: -20%;
    width: 140%; height: 80%;
    background: radial-gradient(circle, rgba(30, 94, 255, 0.5), transparent 60%);
    filter: blur(30px);
    animation: mz-pulse 4s ease-in-out infinite;
}
.mz-ticker-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
}
.mz-pair { color: #fff; font-weight: 700; }
.mz-up   { color: #2ee6a6; font-weight: 700; }
.mz-down { color: #ff5c7c; font-weight: 700; }
.mz-spark {
    position: relative;
    height: 70px;
    margin-top: 8px;
    border-radius: 12px;
    background:
        linear-gradient(90deg, transparent, rgba(30, 94, 255, 0.15), transparent),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 40px);
    overflow: hidden;
}
.mz-spark::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 0%, rgba(63,182,255,0.6) 50%, transparent 100%);
    transform: translateX(-100%);
    animation: mz-sweep 2.6s ease-in-out infinite;
}
@keyframes mz-float {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-14px); }
}
@keyframes mz-pulse {
    0%, 100% { opacity: 0.5; }
    50%      { opacity: 1; }
}
@keyframes mz-sweep {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* stacked centered section heading + sub-heading */
.mz-steps .tf-heading,
.mz-testimonials .tf-heading {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.mz-steps .tf-heading .sub-heading,
.mz-testimonials .tf-heading .sub-heading {
    margin: 12px 0 0;
    display: block;
    width: 100%;
}

/* --- how it works --- */
.mz-steps { padding: 40px 0 90px; }
.mz-step {
    background: #fff;
    border: 1px solid rgba(20, 10, 40, 0.06);
    border-radius: 22px;
    padding: 34px 28px;
    height: 100%;
    margin-bottom: 24px;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.mz-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 24px 56px rgba(30, 94, 255, 0.16);
    border-color: rgba(30, 94, 255, 0.3);
}
.mz-step-num {
    font-size: 34px;
    font-weight: 800;
    width: 68px; height: 68px;
    border-radius: 18px;
    background: var(--mz-grad);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 12px 26px rgba(30, 94, 255, 0.32);
}
.mz-step h5 {
    font-weight: 800;
    color: var(--mz-ink);
    font-size: 21px;
    margin-bottom: 10px;
}
.mz-step p { color: #6b6b76; line-height: 1.6; margin: 0; }

/* --- testimonials --- */
.mz-testimonials {
    padding: 90px 0;
    background:
        radial-gradient(700px 400px at 50% 0%, rgba(30, 94, 255, 0.07), transparent 60%),
        #efeaf6;
}
.mz-quote {
    background: #fff;
    border: 1px solid rgba(20, 10, 40, 0.06);
    border-radius: 22px;
    padding: 30px 26px;
    height: 100%;
    margin-bottom: 24px;
    transition: transform .3s ease, box-shadow .3s ease;
}
.mz-quote:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(30, 94, 255, 0.14);
}
.mz-stars { color: #ffb020; font-size: 18px; letter-spacing: 2px; margin-bottom: 14px; }
.mz-quote p { color: #3f3f4a; line-height: 1.7; font-size: 16px; margin-bottom: 22px; }
.mz-author { display: flex; align-items: center; gap: 12px; }
.mz-author strong { display: block; color: var(--mz-ink); font-size: 15px; }
.mz-author small { color: #8a8494; font-size: 13px; }
.mz-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--mz-grad);
    color: #fff;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* --- CTA band --- */
.mz-cta-wrap { padding: 40px 0 90px; }
.mz-cta {
    position: relative;
    text-align: center;
    border-radius: 32px;
    padding: 64px 30px;
    overflow: hidden;
    background: linear-gradient(120deg, #0b3ec9, #1e5eff, #3fb6ff, #1e5eff);
    background-size: 300% 300%;
    animation: mz-gradient 8s ease infinite;
    box-shadow: 0 30px 70px rgba(30, 94, 255, 0.35);
}
.mz-cta h2 {
    color: #fff;
    font-weight: 800;
    font-size: 33px;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}
.mz-cta p { color: rgba(255, 255, 255, 0.9); font-size: 16px; margin-bottom: 28px; }
.mz-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.mz-cta-btns .tf-button.btn-hover {
    background: #fff !important;
    color: var(--mz-purple) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.mz-cta-btns .tf-button.style-3 {
    background: rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
@keyframes mz-gradient {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* --- responsive for new sections --- */
@media (max-width: 991px) {
    #stats-section { grid-template-columns: repeat(2, 1fr); }
    .mz-title, .mz-cta h2 { font-size: 30px; }
    .mz-platform, .mz-testimonials { padding: 60px 0; }
    .mz-glow-card { margin-bottom: 34px; }
}
@media (max-width: 575px) {
    .mz-marquee-track span { font-size: 15px; }
    .mz-cta { padding: 44px 18px; }
}

/* =====================================================================
   FLOATING WIDGETS — WhatsApp + Chat bot
   ===================================================================== */
/* ---------------------------------------------------------------------
   FIXED / STICKY HEADER  — pill nav stays visible while scrolling
   ------------------------------------------------------------------- */
.header.absolute {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
.header.is-fixed {
    top: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding-top: 12px;
    z-index: 1000;
}
.header.is-fixed #site-header-inner {
    box-shadow: 0 12px 40px rgba(20, 10, 40, 0.16);
}

/* ---------------------------------------------------------------------
   SCROLL-TO-TOP  — move to bottom-left so it clears the chat buttons
   ------------------------------------------------------------------- */
#scroll-top {
    left: 22px !important;
    right: auto !important;
    bottom: 26px !important;
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
    z-index: 9996 !important;
    box-shadow: 0 10px 24px rgba(30, 94, 255, 0.40);
}
#scroll-top::before { background-color: var(--mz-purple) !important; }

/* keep WhatsApp higher so the chat bot sits below it */
.whatsapp-float { bottom: 96px !important; right: 22px !important; z-index: 9998; border: none; }

/* ---------------------------------------------------------------------
   WHATSAPP CHAT POPUP  (mirrors the bot, opens WhatsApp)
   ------------------------------------------------------------------- */
.mz-wa-panel {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 10000;
    width: 320px;
    max-width: calc(100vw - 32px);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 30px 80px rgba(20, 10, 40, 0.28);
    border: 1px solid rgba(20, 10, 40, 0.06);
    overflow: hidden;
    opacity: 0;
    transform: translateY(24px) scale(0.96);
    pointer-events: none;
    transition: opacity .28s ease, transform .28s ease;
}
.mz-wa-panel.open { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.mz-wa-head {
    background: #075e54;
    color: #fff;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.mz-wa-avatar {
    width: 42px; height: 42px;
    border-radius: 50%;
    background: #25d366;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.mz-wa-avatar img { width: 26px; height: 26px; }
.mz-wa-head strong { display: block; font-size: 15px; line-height: 1.1; }
.mz-wa-head small { font-size: 12px; opacity: 0.85; display: flex; align-items: center; gap: 6px; }
.mz-wa-close {
    margin-left: auto; background: none; border: none; color: #fff;
    font-size: 24px; line-height: 1; cursor: pointer; opacity: 0.9;
}
.mz-wa-body {
    padding: 20px 18px;
    background:
        linear-gradient(rgba(229, 221, 213, 0.35), rgba(229, 221, 213, 0.35)),
        #ece5dd;
}
.mz-wa-msg {
    background: #fff;
    border-radius: 12px;
    border-top-left-radius: 2px;
    padding: 12px 14px;
    font-size: 14px;
    line-height: 1.5;
    color: #2a2a33;
    box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    position: relative;
}
.mz-wa-msg small { display: block; color: #8a8494; font-size: 11px; margin-top: 6px; }
.mz-wa-start {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 16px;
    padding: 12px;
    border-radius: 999px;
    background: #25d366;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, transform .2s ease;
}
.mz-wa-start:hover { background: #1ebe5b; transform: translateY(-2px); color: #fff; }
.mz-wa-start svg { width: 20px; height: 20px; }

/* hide the assets-slider nav arrows (all cards already show; they collided
   with the floating buttons after the hero went full-screen) */
.button-live-auction-next,
.button-live-auction-prev { display: none !important; }

/* chat bot launcher */
.mz-chat-fab {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 9998;
    width: 60px !important;
    height: 60px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    border-radius: 50%;
    border: none;
    background: var(--mz-grad-btn);
    box-shadow: 0 10px 26px rgba(30, 94, 255, 0.45);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .25s ease, opacity .25s ease;
    animation: mz-fab-pulse 2.4s ease-in-out infinite;
}
.mz-chat-fab:hover { transform: scale(1.08); background: var(--mz-grad-btn); }
.mz-chat-fab.hidden { opacity: 0; pointer-events: none; transform: scale(0.6); }
.mz-chat-fab-dot {
    position: absolute;
    top: 10px; right: 12px;
    width: 10px; height: 10px;
    border-radius: 50%;
    background: #2ee6a6;
    border: 2px solid #fff;
}
@keyframes mz-fab-pulse {
    0%, 100% { box-shadow: 0 10px 26px rgba(30, 94, 255, 0.45); }
    50%      { box-shadow: 0 10px 26px rgba(30, 94, 255, 0.45), 0 0 0 12px rgba(30, 94, 255, 0.12); }
}

/* chat panel */
.mz-chat-panel {
    position: fixed;
    bottom: 22px;
    right: 22px;
    z-index: 10000;
    width: 360px;
    max-width: calc(100vw - 32px);
    height: 520px;
    max-height: calc(100vh - 44px);
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 30px 80px rgba(20, 10, 40, 0.28);
    border: 1px solid rgba(20, 10, 40, 0.06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transform: translateY(24px) scale(0.96);
    pointer-events: none;
    transition: opacity .28s ease, transform .28s ease;
}
.mz-chat-panel.open {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.mz-chat-head {
    background: linear-gradient(120deg, #0b3ec9, #1e5eff, #3fb6ff);
    color: #fff;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mz-chat-head-info { display: flex; align-items: center; gap: 12px; }
.mz-chat-head-info strong { display: block; font-size: 16px; line-height: 1.1; }
.mz-chat-head-info small { font-size: 12px; opacity: 0.9; display: flex; align-items: center; gap: 6px; }
.mz-online { width: 8px; height: 8px; border-radius: 50%; background: #2ee6a6; display: inline-block; }
.mz-chat-avatar {
    width: 40px; height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 18px;
}
.mz-chat-close {
    background: none; border: none; color: #fff;
    font-size: 26px; line-height: 1; cursor: pointer; opacity: 0.9;
}
.mz-chat-close:hover { opacity: 1; }

.mz-chat-body {
    flex: 1;
    padding: 18px;
    overflow-y: auto;
    background: #f6f4fb;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mz-msg {
    max-width: 82%;
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.5;
    animation: mz-msg-in .25s ease;
}
.mz-msg a { color: var(--mz-purple); font-weight: 700; }
.mz-msg-bot {
    align-self: flex-start;
    background: #fff;
    color: #2a2a33;
    border: 1px solid rgba(20, 10, 40, 0.06);
    border-bottom-left-radius: 4px;
}
.mz-msg-user {
    align-self: flex-end;
    background: var(--mz-grad-btn);
    color: #fff;
    border-bottom-right-radius: 4px;
}
.mz-msg-user a { color: #fff; text-decoration: underline; }
@keyframes mz-msg-in {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}
.mz-typing { display: flex; gap: 4px; align-items: center; }
.mz-typing span {
    width: 7px; height: 7px; border-radius: 50%;
    background: #b7add0;
    animation: mz-blink 1.2s infinite ease-in-out;
}
.mz-typing span:nth-child(2) { animation-delay: .2s; }
.mz-typing span:nth-child(3) { animation-delay: .4s; }
@keyframes mz-blink {
    0%, 80%, 100% { opacity: 0.3; transform: scale(0.8); }
    40%           { opacity: 1; transform: scale(1); }
}

.mz-chat-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 14px 6px;
    background: #f6f4fb;
}
.mz-chat-quick button {
    border: 1px solid rgba(30, 94, 255, 0.4);
    background: #fff;
    color: var(--mz-purple);
    font-size: 13px;
    font-weight: 600;
    padding: 7px 12px;
    border-radius: 999px;
    cursor: pointer;
    transition: all .2s ease;
}
.mz-chat-quick button:hover { background: var(--mz-purple); color: #fff; }

.mz-chat-input {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid rgba(20, 10, 40, 0.06);
    background: #fff;
}
.mz-chat-input input {
    flex: 1;
    border: 1px solid rgba(20, 10, 40, 0.12);
    border-radius: 999px;
    padding: 11px 16px;
    font-size: 14px;
    outline: none;
}
.mz-chat-input input:focus { border-color: var(--mz-purple); }
.mz-chat-input button {
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    flex-shrink: 0;
    border: none;
    border-radius: 50%;
    background: var(--mz-grad-btn);
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: transform .2s ease;
}
.mz-chat-input button:hover { transform: scale(1.08); }

@media (max-width: 575px) {
    .mz-chat-panel { height: calc(100vh - 90px); bottom: 22px; }
}

/* ---------------------------------------------------------------------
   SECTION HEADINGS
   ------------------------------------------------------------------- */
.tf-heading .heading {
    font-weight: 800;
    color: var(--mz-ink);
    font-size: 33px;
    letter-spacing: -0.02em;
}

/* ---------------------------------------------------------------------
   ASSET CARDS (Discover more Assets)
   ------------------------------------------------------------------- */
.sc-product.style1 {
    background: #fff;
    border-radius: 22px;
    padding: 14px;
    box-shadow: 0 16px 40px rgba(20, 10, 40, 0.08);
    border: 1px solid rgba(20, 10, 40, 0.05);
    transition: transform .3s ease, box-shadow .3s ease;
}
.sc-product.style1:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 60px rgba(30, 94, 255, 0.20);
}
.sc-product.style1 .product-media img {
    border-radius: 16px;
}

/* consistent designed asset image (same pattern for all cards) */
.mz-asset {
    position: relative;
    height: 210px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(120% 130% at 22% 0%, rgba(63, 182, 255, 0.35), transparent 55%),
        linear-gradient(160deg, #0c1428 0%, #0a1f45 60%, #0b3ec9 160%);
}
/* grid texture */
.mz-asset::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
    background-size: 26px 26px;
    -webkit-mask: linear-gradient(180deg, #000, transparent 85%);
    mask: linear-gradient(180deg, #000, transparent 85%);
}
/* rising sparkline chart at the bottom */
.mz-asset::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 78px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 80' preserveAspectRatio='none'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0' stop-color='%233fb6ff' stop-opacity='0.45'/%3E%3Cstop offset='1' stop-color='%233fb6ff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M0 62 L40 52 L80 60 L120 38 L160 48 L200 26 L240 36 L300 12 L300 80 L0 80 Z' fill='url(%23g)'/%3E%3Cpath d='M0 62 L40 52 L80 60 L120 38 L160 48 L200 26 L240 36 L300 12' fill='none' stroke='%233fb6ff' stroke-width='2.5'/%3E%3C/svg%3E") no-repeat bottom center;
    background-size: 100% 100%;
}
.mz-asset .mz-asset-ic {
    position: relative;
    z-index: 2;
    width: 66px;
    height: 66px;
    color: #fff;
    filter: drop-shadow(0 8px 18px rgba(30, 94, 255, 0.55));
    transition: transform .35s ease;
}
.sc-product.style1:hover .mz-asset-ic { transform: scale(1.12) translateY(-4px); }

.sc-product.style1 .top .tag {
    background: var(--mz-grad);
    color: #fff;
    border-radius: 999px;
    padding: 6px 16px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
/* asset card body text: readable + not clipped */
.tf-live-auction .slider-item .sc-product.style1 {
    height: auto !important;
}
.sc-product.style1 .bottom {
    padding: 8px 8px 12px;
}
.sc-product.style1 .bottom p {
    color: #4a4a55;
    font-size: 15px;
    line-height: 1.55;
}

/* ---------------------------------------------------------------------
   DARK FEATURE BAND  — "Why Trade With Smart Financials?"
   ------------------------------------------------------------------- */
.tf-top-seller {
    background:
        radial-gradient(900px 480px at 50% 0%, rgba(30, 94, 255, 0.22), transparent 60%),
        radial-gradient(700px 400px at 90% 100%, rgba(63, 182, 255, 0.14), transparent 60%),
        var(--mz-dark);
    border-radius: 40px;
    margin: 40px 20px;
    padding: 74px 40px;
    position: relative;
    overflow: hidden;
}
.tf-top-seller .tf-heading .heading { color: #fff; }
.mz-why .tf-heading {
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.mz-why .tf-heading .sub-heading {
    color: #aeb8d0;
    margin: 12px 0 0;
    display: block;
    width: 100%;
}

/* subtle grid texture on the dark band */
.tf-top-seller::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 48px 48px;
    -webkit-mask: radial-gradient(circle at 50% 30%, #000, transparent 75%);
    mask: radial-gradient(circle at 50% 30%, #000, transparent 75%);
    pointer-events: none;
}

.mz-why-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 14px;
}
.mz-why-card {
    position: relative;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    padding: 30px 22px 26px;
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, background .3s ease;
}
.mz-why-card::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--mz-grad);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .35s ease;
}
.mz-why-card:hover {
    transform: translateY(-8px);
    background: rgba(30, 94, 255, 0.10);
    border-color: rgba(30, 94, 255, 0.45);
    box-shadow: 0 26px 54px rgba(30, 94, 255, 0.28);
}
.mz-why-card:hover::before { transform: scaleX(1); }

.mz-why-num {
    position: absolute;
    top: 16px; right: 20px;
    font-size: 34px;
    font-weight: 800;
    line-height: 1;
    color: rgba(255, 255, 255, 0.08);
}
.mz-why-icon {
    width: 60px; height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mz-grad-btn);
    color: #fff;
    margin-bottom: 22px;
    box-shadow: 0 12px 26px rgba(30, 94, 255, 0.4);
    transition: transform .3s ease;
}
.mz-why-card:hover .mz-why-icon { transform: scale(1.08) rotate(-4deg); }
.mz-why-icon svg { width: 30px; height: 30px; }
.mz-why-card h5 {
    color: #fff;
    font-weight: 800;
    font-size: 17px;
    margin-bottom: 9px;
}
.mz-why-card p {
    color: #a9b2c8;
    font-size: 13.5px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 991px) {
    .mz-why-grid { grid-template-columns: repeat(2, 1fr); }
    .tf-top-seller { padding: 54px 20px; }
}
@media (max-width: 480px) {
    .mz-why-grid { grid-template-columns: 1fr; }
}

/* ---------------------------------------------------------------------
   "WHY CHOOSE" FEATURE CARDS
   ------------------------------------------------------------------- */
.sc-product.style2 {
    background: #fff;
    border-radius: 22px;
    padding: 30px 26px;
    height: 100%;
    box-shadow: 0 14px 36px rgba(20, 10, 40, 0.06);
    border: 1px solid rgba(20, 10, 40, 0.05);
    transition: transform .3s ease, box-shadow .3s ease;
    margin-bottom: 24px;
}
.sc-product.style2:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 56px rgba(30, 94, 255, 0.16);
    border-color: rgba(30, 94, 255, 0.25);
}
.sc-product.style2 .product-media {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: var(--mz-grad);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.sc-product.style2 .product-media img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}
.sc-product.style2 h6 {
    font-weight: 800;
    color: var(--mz-ink);
    font-size: 20px;
    margin-bottom: 10px;
}
.sc-product.style2 p {
    color: #6b6b76;
    line-height: 1.6;
}

/* beat the theme's hardcoded light-gray card text (.about-bullet-style ...) */
.about-bullet-style .sc-product {
    background: #fff !important;
    border: 1px solid rgba(20, 10, 40, 0.06) !important;
    height: auto !important;
    text-align: left;
    box-shadow: 0 14px 36px rgba(20, 10, 40, 0.06);
}
.about-bullet-style .sc-product .details-product .content h6 {
    color: var(--mz-ink) !important;
    font-size: 20px !important;
    font-weight: 800 !important;
}
.about-bullet-style .sc-product .details-product .content p {
    color: #6b6b76 !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
}
.about-bullet-style .sc-product .bottom .details-product {
    justify-content: flex-start;
}
.about-bullet-style .sc-product .product-media {
    margin: 0 0 20px;
}
.about-bullet-style .sc-product .product-media img {
    width: 32px !important;
    margin: 0 !important;
}

/* ---------------------------------------------------------------------
   TRADING INSTRUMENTS / ACCOUNT PAGES
   ------------------------------------------------------------------- */
.content-banner h3 {
    font-weight: 800;
    color: var(--mz-ink);
    letter-spacing: -0.02em;
}
/* readable body copy on the light theme (theme colored these for dark bg) */
.section__default-style .content-banner p,
.tf-banner-create .content-banner p,
.section__default-style p,
.content-banner p {
    color: #4a4a55 !important;
    font-size: 16px;
    line-height: 1.75;
    opacity: 1 !important;
    visibility: visible !important;
}
.section__default__image {
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(20, 10, 40, 0.12);
}
/* generic section copy + sub-headings on light backgrounds */
.tf-heading .sub-heading,
.tf-contact .tf-heading .sub-heading {
    color: #575757;
}
.instant_item_header {
    color: #6b6b76;
}

/* 3-step icons (account open) */
.instant_item .instant_item_icon {
    background: var(--mz-grad) !important;
    box-shadow: 0 10px 24px rgba(30, 94, 255, 0.32);
}
.instant_item_header p {
    font-weight: 700;
    color: var(--mz-ink);
}

/* ---------------------------------------------------------------------
   CONTACT FORM
   ------------------------------------------------------------------- */
.comment-form .tb-my-input,
.comment-form textarea {
    border-radius: 14px;
    border: 1px solid rgba(20, 10, 40, 0.12);
    background: #fff;
    padding: 14px 18px;
}
.comment-form .tb-my-input:focus,
.comment-form textarea:focus {
    border-color: var(--mz-purple);
    box-shadow: 0 0 0 3px rgba(30, 94, 255, 0.12);
    outline: none;
}
.tf-contact .tf-heading .heading {
    font-weight: 800;
    color: var(--mz-ink);
}
/* submit button -> purple gradient (was green) */
.comment-form .tf-button,
.comment-form .btn-submit .tf-button,
#registerBtn {
    background: var(--mz-grad-btn) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    width: 100%;
    box-shadow: 0 10px 24px rgba(30, 94, 255, 0.35);
}
/* contact details block readable */
.tf-contact .contact-info,
.tf-contact .contact-info p {
    color: #4a4a55 !important;
}
.tf-contact .contact-info p strong {
    color: var(--mz-ink) !important;
}

/* ---------------------------------------------------------------------
   FOOTER  — dark, structured, glowing top accent
   ------------------------------------------------------------------- */
.mz-footer {
    position: relative;
    padding: 0 !important;
    background:
        radial-gradient(900px 380px at 80% 0%, rgba(30, 94, 255, 0.16), transparent 60%),
        radial-gradient(700px 340px at 8% 10%, rgba(63, 182, 255, 0.10), transparent 55%),
        var(--mz-dark) !important;
    color: #9aa3b8;
    overflow: hidden;
}
/* glowing gradient line at the top of the footer */
.mz-footer::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #1e5eff, #3fb6ff, #1e5eff, transparent);
    background-size: 200% 100%;
    animation: mz-shine 6s linear infinite;
}

.mz-footer-top { padding: 66px 0 44px; }

.mz-footer-brand .footer_logo { width: 180px; height: auto; margin-bottom: 18px; }
.mz-footer .footer_descript {
    color: #8e97ad;
    line-height: 1.75;
    font-size: 14px;
    max-width: 340px;
    text-align: left;
}

.mz-footer-social { display: flex; gap: 10px; margin-top: 20px; }
.mz-footer-social a {
    width: 40px; height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.06);
    color: #cfd6e6 !important;
    font-size: 16px;
    transition: transform .25s ease, background .25s ease, color .25s ease;
}
.mz-footer-social a:hover {
    background: var(--mz-grad-btn);
    color: #fff !important;
    transform: translateY(-4px);
}

.mz-footer-title {
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 12px;
}
.mz-footer-title::after {
    content: "";
    position: absolute;
    left: 0; bottom: 0;
    width: 28px; height: 3px;
    border-radius: 3px;
    background: var(--mz-grad);
}

.mz-footer-links,
.mz-footer-contact { list-style: none; padding: 0; margin: 0; }
.mz-footer-links li { margin-bottom: 12px; }
.mz-footer-links a {
    color: #9aa3b8 !important;
    font-size: 14px;
    text-decoration: none;
    transition: color .2s ease, padding-left .2s ease;
    display: inline-block;
}
.mz-footer-links a::before {
    content: "›";
    color: var(--mz-purple-2);
    margin-right: 8px;
    opacity: 0;
    transition: opacity .2s ease;
}
.mz-footer-links a:hover { color: #fff !important; padding-left: 4px; }
.mz-footer-links a:hover::before { opacity: 1; }

.mz-footer-contact li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: #9aa3b8;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 14px;
}
.mz-footer-contact i { color: var(--mz-purple-2); margin-top: 3px; flex-shrink: 0; }
.mz-footer-contact a { color: #9aa3b8 !important; text-decoration: none; }
.mz-footer-contact a:hover { color: #fff !important; }

.mz-footer-legal {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 26px;
    padding-bottom: 8px;
}
.mz-footer-legal .footer_info {
    color: #767e93;
    font-size: 12.5px;
    line-height: 1.7;
    margin-bottom: 12px;
    text-align: justify;
}
.mz-footer-legal .footer_info b { color: #c7cdda; }
.mz-footer-legal a { color: var(--mz-purple-2) !important; }

.mz-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 22px 16px;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
}
.mz-footer-bottom .copy-right { color: #767e93 !important; margin: 0; font-size: 13px; }

/* ---------------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------------- */

/* prevent any accidental horizontal scroll */
html, body { overflow-x: hidden; }

/* ---- Tablet (<= 991px) ---- */
@media (max-width: 991px) {
    .tf-slider-item.style-5 .content-inner .heading,
    .tf-slider-item.style-5 .content-inner h1.heading { font-size: 40px; }
    .tf-heading .heading { font-size: 30px; }
    .mz-title, .mz-cta h2 { font-size: 28px; }
    .tf-top-seller { margin: 20px 10px; border-radius: 26px; padding: 54px 16px; }
    .mz-glow-card { margin-bottom: 30px; }

    /* --- Mobile navbar: logo left, Login + hamburger grouped right (no overlap) --- */
    header #site-header-inner {
        border-radius: 22px;
        padding: 8px 12px 8px 18px;
        align-items: center;
    }
    .login-btn { margin-left: auto; }
    .login-btn .tf-button.style-2 { padding: 9px 20px; font-size: 13px; }

    .mobile-menu-wrapper {
        position: relative !important;
        top: auto !important;
        right: auto !important;
        margin-left: 12px;
        display: flex !important;
        align-items: center;
    }
    .mobile-menu-btn { font-size: 26px; line-height: 1; }
    .mobile-menu { top: 46px; right: 0; }
}

/* ---- Mobile (<= 767px) ---- */
@media (max-width: 767px) {
    #logo_header { width: 150px !important; }

    .tf-slider-item.style-5 .content-inner .heading,
    .tf-slider-item.style-5 .content-inner h1.heading { font-size: 34px; }
    .tf-slider-item.style-5 .content-inner .sub-heading { font-size: 15px; }
    .mz-hero-section .tf-slider-item.style-5 { padding-top: 120px; }

    /* hero extras */
    .mz-hero-btns { gap: 10px; }
    .mz-hero-btns .tf-button { flex: 1 1 auto; text-align: center; }
    .mz-hero-pills { gap: 8px; margin-top: 24px; }
    .mz-pill { font-size: 12.5px; padding: 8px 13px; }
    .mz-hero-trust { margin-top: 24px; }

    /* stats 2-up */
    #stats-section { grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 34px; }
    #stats-section h3 { font-size: 30px; }
    #stats-section .mz-stat { padding: 18px 10px; }

    /* section titles + spacing */
    .tf-heading .heading { font-size: 26px; }
    .tf-heading .sub-heading { font-size: 14px; }
    .tf-section { padding: 44px 0; }
    .mz-platform, .mz-testimonials, .mz-steps, .mz-cta-wrap { padding: 44px 0; }
    .mz-marquee-track span { font-size: 15px; }

    /* why-trade grid 2-up */
    .mz-why-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .mz-why-card { padding: 22px 16px; }

    /* footer */
    .mz-footer-top { padding: 46px 0 20px; }
    .mz-footer-brand { margin-bottom: 26px; }
    .mz-footer .footer_descript { max-width: 100%; }
    .mz-footer-title { margin-bottom: 14px; }
    .mz-footer-social { margin-bottom: 24px; }

    /* keep floating widgets from crowding */
    .mz-chat-panel, .mz-wa-panel { width: calc(100vw - 28px); right: 14px; }
}

/* ---- Small phones (<= 480px) ---- */
@media (max-width: 480px) {
    #logo_header { width: 132px !important; }
    header #site-header-inner { padding: 8px 10px 8px 14px; }
    .login-btn .tf-button.style-2 { padding: 8px 16px; }

    .tf-slider-item.style-5 .content-inner .heading,
    .tf-slider-item.style-5 .content-inner h1.heading { font-size: 29px; }
    .mz-highlight { white-space: normal; }
    .mz-hero-btns { flex-direction: column; }
    .mz-hero-btns .tf-button { width: 100%; }
    .mz-hero-trust { flex-direction: column; gap: 10px; text-align: center; }
    .mz-trust-text { text-align: center; }

    /* single-column cards */
    .mz-why-grid { grid-template-columns: 1fr; }
    #stats-section { grid-template-columns: repeat(2, 1fr); }

    .mz-cta h2 { font-size: 24px; }
    .mz-title { font-size: 25px; }
    .tf-top-seller { padding: 44px 14px; }
}
