/**
 * Trust2 — Homepage Hero / Banner (futuristic)
 */

body.frontend-futuristic .fe-hero.fe-hero--futuristic {
    position: relative;
    min-height: min(92vh, 920px);
    display: flex;
    align-items: center;
    padding: clamp(120px, 11vw, 150px) 0 clamp(56px, 7vw, 88px);
    background: #060b14 !important;
    background-image: none !important;
    overflow: hidden;
}

/* Homepage: bg topbar+header के पीछे, content के बीच gap नहीं */
body.frontend-futuristic .fe-home {
    --fe-top-stack-h: 102px;
}

@media (max-width: 991.98px) {
    body.frontend-futuristic .fe-home {
        --fe-top-stack-h: 108px;
    }
}

body.frontend-futuristic .fe-home .fe-hero.fe-hero--futuristic {
    margin-top: calc(-1 * var(--fe-top-stack-h));
    padding-top: calc(var(--fe-top-stack-h) + 1.25rem) !important;
    padding-bottom: clamp(56px, 7vw, 88px) !important;
    background: transparent !important;
    background-image: none !important;
    min-height: min(88vh, 900px);
}

body.frontend-futuristic .fe-home .fe-hero.fe-hero--futuristic .fe-hero__bg,
body.frontend-futuristic .fe-home .fe-hero.fe-hero--futuristic .fe-hero__decor {
    top: 0;
    height: 100%;
}

body.frontend-futuristic .fe-home .fe-hero__bg-img {
    opacity: 0.28;
}

/* figma / homepage-redesign hero padding override */
body.frontend-futuristic .fe-home .fe-hero {
    padding-top: calc(var(--fe-top-stack-h) + 1.25rem) !important;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic::after {
    display: none !important;
}

/* Admin background_image — low visibility */
body.frontend-futuristic .fe-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
}

body.frontend-futuristic .fe-hero__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.28;
    filter: saturate(0.92);
}

body.frontend-futuristic .fe-hero__bg-shade {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(105deg, rgba(6, 11, 20, 0.88) 0%, rgba(6, 11, 20, 0.78) 42%, rgba(6, 11, 20, 0.58) 100%),
        radial-gradient(ellipse 70% 55% at 78% 35%, color-mix(in srgb, var(--color-primary) 14%, transparent), transparent 62%);
}

body.frontend-futuristic .fe-hero__decor {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    color: rgba(255, 255, 255, 0.06);
}

body.frontend-futuristic .fe-hero-bg__grid {
    width: 100%;
    height: 100%;
    animation: feHeroGridDrift 55s linear infinite;
}

body.frontend-futuristic .fe-hero-bg__line {
    animation: feHeroLinePulse 4s ease-in-out infinite;
}

body.frontend-futuristic .fe-hero-bg__hex {
    position: absolute;
    right: -30px;
    bottom: 8%;
    width: min(260px, 45vw);
    height: auto;
    color: var(--color-primary);
    opacity: 0.45;
    animation: feHeroHexSpin 42s linear infinite;
}

body.frontend-futuristic .fe-hero-bg__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    opacity: 0.45;
}

body.frontend-futuristic .fe-hero-bg__orb--1 {
    width: 440px;
    height: 440px;
    top: 6%;
    left: -10%;
    background: color-mix(in srgb, var(--color-primary) 28%, transparent);
    animation: feHeroOrb 18s ease-in-out infinite;
}

body.frontend-futuristic .fe-hero-bg__orb--2 {
    width: 380px;
    height: 380px;
    bottom: 0;
    right: -6%;
    background: rgba(99, 102, 241, 0.18);
    animation: feHeroOrb 22s ease-in-out infinite reverse;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .container {
    position: relative;
    z-index: 2;
}

/* Copy */
body.frontend-futuristic .fe-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 1rem;
    padding: 6px 14px 6px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-primary);
    border: 1px solid color-mix(in srgb, var(--color-primary) 35%, var(--fe-border));
    background: color-mix(in srgb, var(--color-primary) 8%, rgba(255, 255, 255, 0.03));
}

body.frontend-futuristic .fe-hero__eyebrow-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-primary);
    box-shadow: 0 0 12px var(--color-primary);
    animation: feHeroDotPulse 2s ease-in-out infinite;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__title {
    font-size: clamp(2.15rem, 5.2vw, 3.65rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: var(--fe-text);
    margin-bottom: 1rem;
    max-width: 16ch;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__title.fe-hero__title--multiline {
    max-width: none;
    line-height: 1.12;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__title .fe-hero__title-accent,
body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__title .fe-gradient-word {
    color: var(--color-primary);
    background: none;
    -webkit-text-fill-color: currentColor;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__subtitle {
    font-size: clamp(1rem, 2vw, 1.12rem);
    line-height: 1.65;
    color: var(--fe-muted);
    max-width: 34rem;
    margin-bottom: 1.5rem;
}

/* Stats — MOZOTRADE-style pills */
body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem 1.75rem;
    margin-bottom: 1.5rem;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 1rem;
    flex-shrink: 0;
    color: var(--color-primary);
    background: var(--color-primary-light);
    box-shadow: 0 0 18px color-mix(in srgb, var(--color-primary) 38%, transparent);
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-copy {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-value {
    font-size: clamp(1rem, 2.2vw, 1.2rem);
    font-weight: 700;
    color: var(--fe-text);
    line-height: 1.2;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-label {
    font-size: 0.78rem;
    font-weight: 500;
    color: var(--fe-muted);
    line-height: 1.3;
}

/* Mobile — stats एक ही row */
@media (max-width: 991.98px) {
    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__full-row {
        margin-top: -0.5rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-strip {
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: stretch;
        gap: 0.5rem 0.65rem;
        width: 100%;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-pill {
        flex: 1 1 0;
        min-width: 0;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 0.5rem;
        text-align: center;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-icon {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-copy {
        align-items: center;
        width: 100%;
        min-width: 0;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-value {
        font-size: clamp(0.98rem, 4.4vw, 1.2rem);
        word-break: break-word;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-label {
        font-size: clamp(0.78rem, 3.2vw, 0.88rem);
        line-height: 1.25;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* 4 stats — compact single row */
    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-strip--4 {
        gap: 0.3rem 0.4rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-strip--4 .fe-hero__stat-pill {
        gap: 0.35rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-strip--4 .fe-hero__stat-icon {
        width: 34px;
        height: 34px;
        font-size: 0.95rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-strip--4 .fe-hero__stat-value {
        font-size: clamp(0.78rem, 3.1vw, 0.95rem);
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-strip--4 .fe-hero__stat-label {
        font-size: clamp(0.58rem, 2.1vw, 0.68rem);
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 374.98px) {
    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-strip {
        gap: 0.4rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-icon {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-value {
        font-size: clamp(0.92rem, 4vw, 1.12rem);
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-label {
        font-size: clamp(0.72rem, 2.9vw, 0.82rem);
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-strip--4 {
        gap: 0.2rem 0.28rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-strip--4 .fe-hero__stat-icon {
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-strip--4 .fe-hero__stat-value {
        font-size: clamp(0.72rem, 2.8vw, 0.88rem);
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__stat-strip--4 .fe-hero__stat-label {
        font-size: clamp(0.52rem, 1.9vw, 0.62rem);
    }
}

/* Features panel — band + motion illustrations */
body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features-panel {
    position: relative;
    margin-bottom: 1.35rem;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__full-row {
    margin-top: 0;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features-panel--full {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 0;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__top-row {
    margin-bottom: 0;
}

@media (min-width: 992px) {
    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__top-row {
        --bs-gutter-x: 0;
        align-items: flex-start;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__top-row > .fe-hero__copy-col {
        flex: 0 0 60%;
        width: 60%;
        max-width: 60%;
        padding-right: 0.5rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__top-row > .fe-hero__visual-col {
        flex: 0 0 40%;
        width: 40%;
        max-width: 40%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__copy-col .fe-hero__title:not(.fe-hero__title--multiline) {
        max-width: 20ch;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__copy-col .fe-hero__subtitle {
        margin-bottom: 1rem;
        max-width: 30rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__copy-col .fe-hero__stat-strip {
        margin-bottom: 0;
        max-width: 100%;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__visual-col,
    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__visual-col .fe-hero__visual-stage,
    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__visual-col .fe-hero__visual-bundle {
        overflow: visible;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__top-row {
        margin-bottom: 0;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__full-row {
        margin-top: -1.75rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features-panel--full {
        margin-top: 0;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features-panel--full .fe-hero__features-band {
        margin-bottom: 0.45rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__visual-col .fe-hero__visual-stage {
        min-height: 0;
        margin-top: -0.35rem;
        justify-content: flex-start;
        align-items: flex-start;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__visual-col .fe-hero__visual-bundle {
        width: min(112%, 100%);
        min-height: 0;
        margin-left: -2rem;
        margin-right: auto;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__visual-col .fe-hero__visual-bundle .fe-hero-motion {
        transform: scale(1.32);
        transform-origin: 50% 44%;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__visual-col .fe-hero__wallet-frame {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__visual-col .fe-hero__wallet-img {
        max-height: clamp(300px, 46vw, 480px);
    }
}

@media (min-width: 1200px) {
    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__visual-col .fe-hero__visual-bundle {
        margin-left: -2.5rem;
    }
}

@media (min-width: 1400px) {
    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__visual-col .fe-hero__visual-bundle {
        margin-left: -3rem;
    }
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features-band {
    display: block;
    width: 100%;
    height: 24px;
    margin-bottom: 0.65rem;
    opacity: 0.75;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features-band-dot {
    opacity: 0.85;
    animation: feBandDotPulse 2.4s ease-in-out infinite;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features-band-dot--2 {
    animation-delay: 0.5s;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features-band-dot--3 {
    animation-delay: 1s;
}

@keyframes feBandDotPulse {
    0%, 100% {
        opacity: 0.35;
        transform: scale(0.85);
    }
    50% {
        opacity: 1;
        transform: scale(1.15);
    }
}

/* Feature cards — icon left, text right (reference layout) */
body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
        align-items: stretch;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features:not(.fe-hero__features--4) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features--4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.85rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features-panel--full .fe-hero__feature-card {
        padding: 1.1rem 1rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features-panel--full .feature-title {
        font-size: clamp(0.88rem, 1vw, 1rem);
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features-panel--full .fe-hero__feature-desc {
        font-size: clamp(0.72rem, 0.85vw, 0.8rem);
    }
}

@media (min-width: 1200px) {
    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features--4 {
        gap: 1rem;
    }
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-card {
    --fe-card-accent: var(--color-primary);
    --fe-ring-glow: color-mix(in srgb, var(--color-primary) 38%, transparent);
    position: relative;
    display: block;
    height: 100%;
    padding: 0.95rem 0.85rem;
    border-radius: 12px;
    border: 1px solid color-mix(in srgb, var(--color-primary) 12%, rgba(255, 255, 255, 0.08));
    background: linear-gradient(165deg, rgba(14, 20, 34, 0.78) 0%, rgba(8, 12, 22, 0.92) 100%);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 4px 20px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-row {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    width: 100%;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-shine {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--fe-card-accent), transparent);
    opacity: 0.5;
    pointer-events: none;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, var(--fe-ring-glow), transparent 70%);
    opacity: 0.35;
    pointer-events: none;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-card:hover {
    transform: translateY(-3px);
    border-color: color-mix(in srgb, var(--fe-card-accent) 28%, rgba(255, 255, 255, 0.1));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 12px 36px color-mix(in srgb, var(--fe-card-accent) 14%, transparent);
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-card:hover .fe-hero__feature-motion {
    opacity: 0.65;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-card:hover .fe-hero__feature-icon-pulse {
    animation-duration: 5s;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-motion {
    position: absolute;
    right: -4px;
    bottom: -6px;
    width: 58%;
    max-width: 110px;
    color: var(--color-primary);
    opacity: 0.45;
    pointer-events: none;
    z-index: 0;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-motion svg {
    width: 100%;
    height: auto;
    display: block;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-fmotion__stroke {
    stroke-dasharray: 140;
    stroke-dashoffset: 140;
    animation: feFeatureDraw 5s ease-in-out infinite;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-fmotion__pulse {
    transform-origin: 60px 42px;
    animation: feFeaturePulse 3s ease-in-out infinite;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-fmotion__orbit {
    transform-origin: 60px 40px;
    animation: feFeatureOrbit 14s linear infinite;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-fmotion__arc {
    transform-origin: 60px 40px;
    animation: feFeatureSpin 8s linear infinite;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-fmotion__dot {
    animation: feBandDotPulse 2.2s ease-in-out infinite;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-fmotion__dot--2 {
    animation-delay: 0.7s;
}

@keyframes feFeatureDraw {
    0% {
        stroke-dashoffset: 140;
        opacity: 0.3;
    }
    45%, 55% {
        stroke-dashoffset: 0;
        opacity: 1;
    }
    100% {
        stroke-dashoffset: -140;
        opacity: 0.3;
    }
}

@keyframes feFeaturePulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes feFeatureOrbit {
    to {
        transform: rotate(360deg);
    }
}

@keyframes feFeatureSpin {
    to {
        transform: rotate(-360deg);
    }
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-scan {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(105deg, transparent, color-mix(in srgb, var(--color-primary) 12%, transparent), transparent);
    transform: translateX(-120%);
    animation: feCardScan 5.5s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

@keyframes feCardScan {
    0%, 100% {
        transform: translateX(-120%);
        opacity: 0;
    }
    15% {
        opacity: 0.7;
    }
    50% {
        transform: translateX(280%);
        opacity: 0.5;
    }
    85% {
        opacity: 0;
    }
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-icon-ring {
    position: relative;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-top: 1px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, var(--color-primary) 35%, transparent);
    background: linear-gradient(145deg, var(--color-primary-light), var(--color-primary-light-2));
    box-shadow:
        0 0 22px var(--fe-ring-glow),
        inset 0 0 10px color-mix(in srgb, var(--color-primary) 16%, transparent);
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-icon-pulse {
    position: absolute;
    inset: -5px;
    border-radius: 50%;
    border: 1px dashed color-mix(in srgb, var(--color-primary) 45%, transparent);
    animation: feFeatureOrbit 10s linear infinite;
    pointer-events: none;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-card .feature-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    color: var(--color-primary) !important;
    font-size: 1.05rem !important;
    line-height: 1 !important;
    margin: 0 !important;
    filter: drop-shadow(0 0 6px var(--fe-ring-glow));
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-card .feature-icon i {
    display: block;
    line-height: 1;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-copy {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding-top: 1px;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-card .feature-title {
    margin: 0;
    color: #f1f5f9 !important;
    font-size: clamp(0.8rem, 1.8vw, 0.9rem);
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-desc {
    margin: 0;
    font-size: clamp(0.68rem, 1.5vw, 0.74rem);
    font-weight: 400;
    line-height: 1.5;
    color: var(--fe-muted) !important;
}

/* Mobile — feature title + description बड़ा, title center */
@media (max-width: 991.98px) {
    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-card {
        padding: 1.05rem 0.95rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-row {
        flex-direction: column;
        align-items: center;
        gap: 0.65rem;
        text-align: center;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-icon-ring {
        width: 46px;
        height: 46px;
        margin-top: 0;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-card .feature-icon {
        font-size: 1.25rem !important;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-copy {
        align-items: stretch;
        width: 100%;
        gap: 0.45rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-card .feature-title {
        width: 100%;
        text-align: center;
        font-size: clamp(1.05rem, 3vw, 1.18rem);
        line-height: 1.35;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-desc {
        width: 100%;
        text-align: left;
        font-size: clamp(0.82rem, 2.2vw, 0.92rem);
        line-height: 1.55;
        color: var(--fe-muted) !important;
    }
}

@media (max-width: 575.98px) {
    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__features {
        gap: 0.85rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-card {
        padding: 1.15rem 1rem;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-icon-ring {
        width: 48px;
        height: 48px;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-card .feature-icon {
        font-size: 1.35rem !important;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-card .feature-title {
        font-size: clamp(1.12rem, 4.6vw, 1.28rem);
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__feature-desc {
        font-size: clamp(0.88rem, 3.5vw, 0.98rem);
        color: var(--fe-muted) !important;
    }
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__trusted-label {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(148, 163, 184, 0.85);
    margin: 0 0 0.85rem;
    text-align: center;
}

/* Trusted by — container के अंदर full width (layout align) */
body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__trusted-row {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: clamp(1.25rem, 3vw, 2rem);
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__providers-wrap {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin-top: 0.15rem;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 3%, #000 97%, transparent 100%);
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__marquee {
    overflow: hidden;
    width: 100%;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__marquee-scroll {
    display: flex;
    width: max-content;
    flex-shrink: 0;
    animation: feTrustedMarquee var(--fe-trusted-duration, 40s) linear infinite;
    will-change: transform;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__marquee-group {
    display: flex;
    flex-shrink: 0;
    align-items: center;
}

@keyframes feTrustedMarquee {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(var(--fe-trusted-shift, -50%), 0, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__marquee-scroll {
        animation: none;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__provider {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 106px;
    height: 22px;
    padding: 0;
    margin-right: 1.5rem;
    background: transparent;
    border: none;
    border-radius: 0;
    white-space: nowrap;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__provider img {
    display: block;
    width: 106px;
    height: 22px;
    max-width: 106px;
    max-height: 22px;
    object-fit: contain;
    object-position: center;
    opacity: 0.7;
    filter: grayscale(1) brightness(1.85) contrast(0.85);
    transition: opacity 0.25s ease;
}

body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__provider:hover img {
    opacity: 1;
}

/* Visual — wallet PNG + motion SVG (bundle moves together) */
body.frontend-futuristic .fe-hero__visual-stage {
    position: relative;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.frontend-futuristic .fe-hero__visual-bundle {
    position: relative;
    width: min(100%, 520px);
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
}

body.frontend-futuristic .fe-hero__visual-stage--mobile {
    margin-bottom: 1rem;
    min-height: 0;
}

body.frontend-futuristic .fe-hero__visual-stage--mobile .fe-hero__visual-bundle {
    width: min(100%, 420px);
    min-height: 0;
}

body.frontend-futuristic .fe-hero__visual-stage--mobile .fe-hero__visual-bundle .fe-hero-motion {
    transform: scale(1.26);
    transform-origin: 50% 45%;
}

body.frontend-futuristic .fe-hero__visual-stage--mobile .fe-hero__wallet-img {
    max-height: clamp(240px, 58vw, 360px);
}

body.frontend-futuristic .fe-hero__visual-bundle .fe-hero-motion {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    pointer-events: none;
    z-index: 1;
    transform: scale(1.22);
    transform-origin: 50% 46%;
}

body.frontend-futuristic .fe-hero__visual-bundle {
    overflow: visible;
}

body.frontend-futuristic .fe-hero__visual-stage {
    overflow: visible;
}

body.frontend-futuristic .fe-hero-motion__bar {
    animation: feHeroBarPulse 2.8s ease-in-out infinite;
    animation-delay: calc(var(--bar-i, 0) * 0.12s);
}

body.frontend-futuristic .fe-hero-motion__orbit {
    transform-origin: 260px 250px;
    animation: feHeroOrbitSpin 24s linear infinite;
}

body.frontend-futuristic .fe-hero-motion__orbit--inner {
    animation-direction: reverse;
    animation-duration: 18s;
}

body.frontend-futuristic .fe-hero-motion__coin--1 {
    animation: feHeroCoinFloat 5s ease-in-out infinite;
}

body.frontend-futuristic .fe-hero-motion__coin--2 {
    animation: feHeroCoinFloat 5.5s ease-in-out infinite 0.8s;
}

body.frontend-futuristic .fe-hero-motion__coin--3 {
    animation: feHeroCoinFloat 6s ease-in-out infinite 1.4s;
}

body.frontend-futuristic .fe-hero-motion__coin--4 {
    animation: feHeroCoinFloat 5.8s ease-in-out infinite 2s;
}

body.frontend-futuristic .fe-hero-motion__scan {
    animation: feHeroScan 5s linear infinite;
}

body.frontend-futuristic .fe-hero__wallet-frame {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
    animation: feHeroWalletFloat 6s ease-in-out infinite;
}

body.frontend-futuristic .fe-hero__wallet-glow {
    position: absolute;
    inset: 2% -8%;
    border-radius: 50%;
    background: radial-gradient(
        ellipse at 50% 55%,
        color-mix(in srgb, var(--color-primary) 55%, transparent) 0%,
        color-mix(in srgb, var(--color-primary) 22%, transparent) 42%,
        transparent 72%
    );
    filter: blur(36px);
    pointer-events: none;
    animation: feHeroAura 4s ease-in-out infinite;
}

body.frontend-futuristic .fe-hero__wallet-img {
    position: relative;
    z-index: 2;
    max-width: 100%;
    width: auto;
    max-height: clamp(220px, 36vw, 380px);
    height: auto;
    object-fit: contain;
    filter:
        drop-shadow(0 0 28px color-mix(in srgb, var(--color-primary) 70%, transparent))
        drop-shadow(0 0 56px color-mix(in srgb, var(--color-primary) 40%, transparent))
        drop-shadow(0 16px 32px rgba(0, 0, 0, 0.35));
}

@media (max-width: 1199px) {
    body.frontend-futuristic .fe-home {
        --fe-top-stack-h: 100px;
    }

    body.frontend-futuristic .fe-home .fe-hero.fe-hero--futuristic {
        margin-top: calc(-1 * var(--fe-top-stack-h));
        padding-top: calc(var(--fe-top-stack-h) + 1rem) !important;
        min-height: auto;
    }

    body.frontend-futuristic .fe-home .fe-hero {
        padding-top: calc(var(--fe-top-stack-h) + 1rem) !important;
    }

    body.frontend-futuristic .fe-home .fe-hero__eyebrow {
        margin-bottom: 0.65rem;
    }
}

@media (max-width: 991px) {
    body.frontend-futuristic .fe-home .fe-hero.fe-hero--futuristic,
    body.frontend-futuristic .fe-home .fe-hero {
        padding-top: calc(var(--fe-top-stack-h) + 0.75rem) !important;
        padding-bottom: 60px !important;
    }
}

@media (max-width: 991px) {
    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-hero__title {
        max-width: none;
    }
}

@keyframes feHeroGridDrift {
    0% { transform: translate(0, 0); }
    100% { transform: translate(48px, 48px); }
}

@keyframes feHeroHexSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes feHeroOrb {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(18px, -14px); }
}

@keyframes feHeroLinePulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 0.75; }
}

@keyframes feHeroDotPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.85); }
}

@keyframes feHeroBarPulse {
    0%, 100% { opacity: 0.45; }
    50% { opacity: 1; }
}

@keyframes feHeroOrbitSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

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

@keyframes feHeroScan {
    0% { transform: translateY(-80px); opacity: 0; }
    15% { opacity: 0.5; }
    85% { opacity: 0.5; }
    100% { transform: translateY(120px); opacity: 0; }
}

@keyframes feHeroWalletFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

@keyframes feHeroAura {
    0%, 100% { opacity: 0.65; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.06); }
}

@media (prefers-reduced-motion: reduce) {
    body.frontend-futuristic .fe-hero-bg__grid,
    body.frontend-futuristic .fe-hero-bg__hex,
    body.frontend-futuristic .fe-hero-bg__orb,
    body.frontend-futuristic .fe-hero-motion__bar,
    body.frontend-futuristic .fe-hero-motion__orbit,
    body.frontend-futuristic .fe-hero-motion__coin,
    body.frontend-futuristic .fe-hero-motion__scan,
    body.frontend-futuristic .fe-hero__wallet-frame,
    body.frontend-futuristic .fe-hero__wallet-glow,
    body.frontend-futuristic .fe-hero__eyebrow-dot,
    body.frontend-futuristic .fe-hero__features-band-dot,
    body.frontend-futuristic .fe-hero__feature-scan,
    body.frontend-futuristic .fe-hero__feature-icon-pulse,
    body.frontend-futuristic .fe-fmotion__stroke,
    body.frontend-futuristic .fe-fmotion__pulse,
    body.frontend-futuristic .fe-fmotion__orbit,
    body.frontend-futuristic .fe-fmotion__arc,
    body.frontend-futuristic .fe-fmotion__dot {
        animation: none !important;
    }

    body.frontend-futuristic .fe-hero.fe-hero--futuristic .fe-fmotion__stroke {
        stroke-dashoffset: 0;
    }
}
