/* home.css — styles dyal homepage (index4.html). khrjnaha mn inline <style>
   bax l-html ybanlna chui sherh w l-css y-cachiha lbrowser. ana ka-update les
   selectors hna whna men daba l-foug — chof HANDOFF.md ila tla9ti chi class
   ma katfhamhach mn lwen kayji */

.ax-hero {
        position: relative;
        padding: var(--gap-xl) 0 var(--gap-lg);
        overflow: hidden;
        min-height: 100vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

.ax-hero-bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
    }

.ax-hero-bg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
        mask-image: linear-gradient(to bottom, transparent 0%, black 12%, black 88%, transparent 100%);
    }

.ax-hero-bg-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(8,8,10,0.35) 0%, rgba(8,8,10,0.75) 70%, rgba(8,8,10,0.95) 100%);
    }

.ax-hero-orb {
        position: absolute;
        top: 30%;
        left: 50%;
        width: 700px;
        height: 700px;
        border-radius: 50%;
        background: radial-gradient(circle, var(--accent-glow) 0%, transparent 60%);
        filter: blur(80px);
        opacity: 0.55;
        pointer-events: none;
        transform: translate(-50%, -50%);
        z-index: 0;
    }

.ax-hero-trust {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 8px 20px;
        background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
        border: 1px solid rgba(255,255,255,0.1);
        border-radius: var(--radius-pill);
        font-family: var(--font-body);
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        color: #fff;
        margin-bottom: var(--gap-md);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        box-shadow: 0 4px 24px rgba(0,0,0,0.4);
    }

.ax-hero-trust::before {
        content: '';
        width: 6px;
        height: 6px;
        background: var(--accent);
        border-radius: 50%;
        box-shadow: 0 0 12px var(--accent);
        animation: ax-pulse 2s infinite;
    }

@keyframes ax-pulse {
        0% { transform: scale(1); opacity: 1; }
        50% { transform: scale(1.6); opacity: 0.4; }
        100% { transform: scale(1); opacity: 1; }
    }

@media (max-width: 768px) {
  .ax-hero {
            justify-content: flex-start;
            padding-top: 120px;
        }
}

.ax-hero-title {
        font-family: var(--font-display);
        font-weight: 900;
        letter-spacing: -0.04em;
        line-height: 0.95;
        font-size: clamp(48px, 9vw, 128px);
        margin: 0 0 var(--gap-md);
        color: var(--ink-strong);
    }

.ax-hero-title em {
        font-style: normal;
        background: linear-gradient(135deg, var(--accent), var(--accent-bright, #c4b5fd));
        background-size: 200% 200%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        animation: axGradient 8s ease infinite;
    }

@keyframes axGradient {
        0%, 100% { background-position: 0% 50%; }
        50% { background-position: 100% 50%; }
    }

.ax-hero-subtitle {
        font-size: clamp(15px, 1.4vw, 18px);
        line-height: 1.6;
        color: var(--ink-muted);
        max-width: 580px;
        margin: 0 0 var(--gap-lg);
    }

.ax-hero-ctas {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

.ax-discord-btn {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 14px 28px;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.15);
        border-radius: var(--radius-pill);
        font-family: var(--font-body);
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
        transition: all 0.3s var(--ease);
    }

.ax-discord-btn:hover {
        background: rgba(255,255,255,0.05);
        border-color: rgba(255,255,255,0.3);
    }

.ax-discord-icon {
        width: 18px;
        height: 18px;
        color: #5865F2;
    }

/* layout: centered (rainmad style) */

.ax-hero[data-layout="centered"] .ax-hero-content {
        text-align: center;
        max-width: 900px;
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }

.ax-hero[data-layout="centered"] .ax-hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

.ax-hero[data-layout="centered"] .ax-hero-ctas {
        justify-content: center;
    }

.ax-hero[data-layout="centered"] .ax-hero-side-images {
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
    }

.ax-hero[data-layout="centered"] .ax-hero-side-images img {
        position: absolute;
        top: 50%;
        width: clamp(420px, 33vw, 850px);
        height: auto;
        object-fit: contain;
        object-position: center;
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
        mask-image: linear-gradient(to bottom, transparent 0%, black 15%, black 85%, transparent 100%);
    }

.ax-hero[data-layout="centered"] .ax-hero-side-images .ax-side-left {
        right: 50%;
        margin-right: clamp(280px, 22vw, 520px);
        transform: translateY(-50%) scaleX(-1);
    }

.ax-hero[data-layout="centered"] .ax-hero-side-images .ax-side-right {
        left: 50%;
        margin-left: clamp(280px, 22vw, 520px);
        transform: translateY(-50%);
    }

@media (max-width: 980px) {
  .ax-hero[data-layout="centered"] .ax-hero-side-images { display: none; }
}

/* layout: split (mycraft / dux.dev) */

/* layout: cinema (full bg) */

.ax-hero[data-layout="cinema"] {
        min-height: 92vh;
    }

.ax-hero[data-layout="cinema"] .ax-hero-content {
        text-align: center;
        max-width: 880px;
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }

.ax-hero[data-layout="cinema"] .ax-hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

.ax-hero[data-layout="cinema"] .ax-hero-ctas {
        justify-content: center;
    }

/* layout: minimal (clean) */

.ax-hero[data-layout="minimal"] .ax-hero-content {
        text-align: center;
        max-width: 820px;
        margin: 0 auto;
        position: relative;
        z-index: 3;
    }

.ax-hero[data-layout="minimal"] .ax-hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

.ax-hero[data-layout="minimal"] .ax-hero-ctas {
        justify-content: center;
    }

.ax-hero[data-layout="minimal"] .ax-hero-orb {
        opacity: 0.7;
        width: 900px;
        height: 900px;
    }

.ax-stats-v3 {
        padding: 80px 0 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 5;
    }

.v3-inner {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
    }

@media (max-width: 980px) {
  .v3-inner { grid-template-columns: 1fr; gap: 40px; }
}

.v3-left { }

.v3-badge {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: var(--accent-bg);
        border: 1px solid var(--accent);
        color: var(--accent);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: .1em;
        text-transform: uppercase;
        padding: 6px 14px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

.v3-badge-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--accent);
        box-shadow: 0 0 10px var(--accent);
    }

.v3-title {
        font-size: clamp(30px, 4vw, 44px);
        font-weight: 800;
        letter-spacing: -.025em;
        line-height: 1.15;
        margin-bottom: 16px;
        font-family: var(--font-display);
        color: #fff;
    }

.v3-title em {
        font-style: normal;
        color: var(--accent);
    }

.v3-desc {
        font-size: 14px;
        color: rgba(255, 255, 255, .4);
        line-height: 1.7;
        max-width: 340px;
    }

.v3-right {
        width: 100%;
        max-width: 720px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
        border-radius: 20px;
        display: grid;
        grid-template-columns: 1fr 1.2fr 1fr;
        overflow: hidden;
        position: relative;
    }

.v3-stat {
        padding: 24px 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        transition: all 0.3s var(--ease);
        position: relative;
    }

.v3-stat:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 25%;
        bottom: 25%;
        width: 1px;
        background: linear-gradient(180deg, transparent, rgba(255,255,255,0.1), transparent);
    }

.v3-stat:hover {
        background: var(--accent-bg);
    }

.v3-stat.big {
        /* Uniform background with others */
    }

.v3-stat .v3-stat-main {
        display: flex;
        align-items: center;
        gap: 12px;
        position: relative;
        justify-content: center;
    }

.v3-trend {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.4);
        font-size: 10px;
        font-weight: 700;
        padding: 3px 8px;
        border-radius: 20px;
        transform: translateY(-2px);
    }

.v3-stat.big .v3-trend {
        background: var(--accent-bg);
        border: 1px solid var(--hairline-accent);
        color: var(--accent);
    }

.v3-trend svg {
        width: 10px;
        height: 10px;
        stroke-width: 3;
    }

.v3-stat-num-wrap {
        display: flex;
        align-items: baseline;
    }

.v3-plus {
        font-size: 0.9em;
        font-weight: 800;
        margin-left: 3px;
        color: inherit;
        opacity: 0.8;
    }

.v3-stat-num {
        font-size: clamp(24px, 3.5vw, 36px);
        font-weight: 800;
        color: #fff;
        line-height: 1;
        letter-spacing: -0.04em;
        font-family: var(--font-display);
        display: block;
    }

.v3-stat.big .v3-stat-num {
        font-size: clamp(32px, 4.5vw, 48px);
        color: var(--accent);
        text-shadow: 0 0 20px var(--accent-glow-soft);
    }

.v3-stat-label {
        font-size: 9px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: rgba(255, 255, 255, 0.3);
        margin-top: 8px;
    }

.v3-stat.big .v3-stat-label {
        color: var(--accent);
        opacity: 0.8;
    }

@media (max-width: 768px) {
  .v3-right { grid-template-columns: 1fr; }

  .v3-stat:not(:last-child)::after {
            right: 20%;
            left: 20%;
            bottom: 0;
            top: auto;
            width: auto;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
        }
}

.v3-stat-label {
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.12em;
        color: rgba(255, 255, 255, 0.4);
        margin-top: 12px;
    }

.v3-stat.big .v3-stat-label {
        color: var(--accent);
        opacity: 0.8;
    }

@media (max-width: 980px) {
  .v3-right { grid-template-columns: 1fr; }

  .v3-stat { min-height: auto; padding: 24px; }
}

/* Mobile: keep stats horizontal (3 columns side-by-side) */

@media (max-width: 768px) {
  .v3-right {
            grid-template-columns: 1fr 1fr 1fr !important;
            max-width: 100%;
        }

  .v3-stat {
            padding: 16px 6px !important;
            min-height: auto;
        }

  .v3-stat-main { gap: 6px; }

  .v3-stat-num { font-size: 22px !important; }

  .v3-stat.big .v3-stat-num { font-size: 26px !important; }

  .v3-stat-label {
            font-size: 9px !important;
            letter-spacing: 0.08em !important;
            margin-top: 8px;
        }

  .v3-trend {
            font-size: 9px !important;
            padding: 3px 6px !important;
        }

  .v3-stat:not(:last-child)::after {
            right: 0 !important;
            left: auto !important;
            top: 20% !important;
            bottom: 20% !important;
            width: 1px !important;
            height: auto !important;
            background: linear-gradient(180deg, transparent, rgba(255,255,255,0.1), transparent) !important;
        }
}

.ax-featured {
        padding: var(--gap-2xl) 0 var(--gap-xl);
        position: relative;
    }

.ax-section-head {
        text-align: center;
        margin-bottom: var(--gap-xl);
    }

.ax-section-kicker {
        display: inline-block;
        padding: 6px 14px;
        background: var(--accent-bg);
        border: 1px solid var(--hairline-accent);
        border-radius: var(--radius-pill);
        font-family: var(--font-body);
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.18em;
        color: var(--accent-bright);
        margin-bottom: var(--gap-sm);
    }

.ax-section-title {
        font-family: var(--font-display);
        font-size: clamp(36px, 5vw, 64px);
        font-weight: 800;
        letter-spacing: -0.03em;
        line-height: 1;
        color: var(--ink-strong);
        margin: 0 0 var(--gap-sm);
    }

.ax-section-title em {
        font-style: normal;
        background: linear-gradient(135deg, var(--accent), var(--accent-bright, #c4b5fd));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.ax-section-sub {
        font-size: 15px;
        color: var(--ink-muted);
        max-width: 540px;
        margin: 0 auto;
    }

/* featured marquee. bax t-loop bla gap, kanduplikiw les cards f JS (chof index4.html)
   w hna kanmchiw translateX -50%. ila katyban gap f middle, zid l-min-set-width f JS. */

.ax-products-marquee {
        width: 100%;
        max-width: 1840px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }

.ax-products-marquee::before,
.ax-products-marquee::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 150px;
        z-index: 10;
        pointer-events: none;
    }

.ax-products-marquee::before {
        left: 0;
        background: linear-gradient(to right, var(--bg-deep) 0%, transparent 100%);
    }

.ax-products-marquee::after {
        right: 0;
        background: linear-gradient(to left, var(--bg-deep) 0%, transparent 100%);
    }

.ax-products {
        display: flex;
        gap: 24px;
        width: max-content;
        padding: 8px 4px 16px;
        animation: axProductsScroll 50s linear infinite;
        will-change: transform;
        backface-visibility: hidden;
    }

.ax-products-marquee:hover .ax-products {
        animation-play-state: paused;
    }

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

.ax-product {
        background: var(--surface);
        border: 1px solid var(--hairline);
        border-radius: var(--radius-lg);
        overflow: hidden;
        text-decoration: none;
        color: var(--ink);
        position: relative;
        transition: all 0.3s var(--ease-premium);
        display: flex;
        flex-direction: column;
        flex: 0 0 320px;
        width: 320px;
    }

.ax-product .ax-wish-btn {
        position: absolute; top: 16px; right: 16px;
        display: flex; align-items: center; justify-content: center;
        width: 24px; height: 24px; background: none; border: none;
        color: rgba(255, 255, 255, 0.6); cursor: pointer; transition: all 0.3s var(--ease-premium);
        z-index: 50;
    }

.ax-product .ax-wish-btn:hover { color: #fff; transform: scale(1.2); }

.ax-product .ax-wish-btn.active {
        color: #ef4444; filter: drop-shadow(0 0 10px rgba(239, 68, 68, 0.6));
    }

.ax-product .ax-wish-btn.active svg { fill: #ef4444; stroke: #ef4444; }

@media (max-width: 768px) {
  .ax-product {
            flex: 0 0 310px;
            width: 310px;
        }

  .ax-products {
            gap: 16px;
            /* Re-enable auto-rotation (slower for mobile readability) */
            animation: axProductsScroll 70s linear infinite;
            padding: 8px 4px 16px;
        }

  .ax-products-marquee {
            /* No mask on mobile — cards must be visible as soon as they slide in */
            -webkit-mask-image: none;
            mask-image: none;
        }

  .ax-products-marquee::before,
  .ax-products-marquee::after { display: none; }

/* Pause on touch so user can read */

  .ax-products-marquee:active .ax-products,
  .ax-products-marquee:focus-within .ax-products {
            animation-play-state: paused;
        }

/* Card internals — tighter on mobile so price/button never overflow */

  .ax-product-body { padding: 18px !important; }

  .ax-product-name { font-size: 17px !important; }

  .ax-product-price { font-size: 24px !important; }

/* Stack price block above full-width button — no overflow */

  .ax-product-foot {
            flex-direction: column !important;
            align-items: stretch !important;
            gap: 14px !important;
        }

  .ax-product .ax-cart-btn {
            width: 100%;
            justify-content: center;
            display: inline-flex;
            align-items: center;
            padding: 12px 18px !important;
        }
}

@media (max-width: 420px) {
  .ax-product { flex: 0 0 290px; width: 290px; }

  .ax-product-img { aspect-ratio: 16/9; }
}

.ax-product:hover {
        transform: translateY(-4px);
        border-color: var(--hairline-accent);
        box-shadow: 0 20px 40px rgba(0,0,0,0.4), 0 0 0 1px var(--accent-bg);
    }

.ax-product-img {
        width: 100%;
        aspect-ratio: 16/9;
        background: var(--surface-2);
        overflow: hidden;
        position: relative;
    }

.ax-product-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s var(--ease-premium);
    }

.ax-product:hover .ax-product-img img { transform: scale(1.05); }

.ax-product-sale {
        position: absolute;
        top: 12px;
        left: 12px;
        padding: 4px 10px;
        background: var(--danger);
        color: #fff;
        border-radius: var(--radius-sm);
        font-family: var(--font-mono);
        font-size: 10px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        z-index: 2;
    }

.ax-product-body {
        padding: var(--gap-md);
        display: flex;
        flex-direction: column;
        flex: 1;
    }

.ax-product-tags {
        margin-bottom: var(--gap-sm);
        min-height: 22px;
    }

.ax-product-name {
        font-family: var(--font-display);
        font-size: 18px;
        font-weight: 700;
        letter-spacing: -0.01em;
        line-height: 1.25;
        color: var(--ink-strong);
        margin: 0 0 8px;
    }

.ax-product-desc {
        font-size: 13px;
        line-height: 1.55;
        color: var(--ink-muted);
        margin: 0 0 var(--gap-md);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.ax-product-foot {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: var(--gap-sm);
        padding-top: var(--gap-sm);
        border-top: 1px solid var(--hairline);
        margin-top: auto;
    }

.ax-product-price-wrap {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

.ax-product-price {
        font-family: var(--font-display);
        font-size: 20px;
        font-weight: 800;
        color: var(--ink-strong);
        line-height: 1;
    }

.ax-product-price-old {
        font-size: 12px;
        color: var(--ink-soft);
        text-decoration: line-through;
        line-height: 1;
    }

.ax-cart-btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 10px 16px;
        background: var(--accent);
        color: #fff;
        border-radius: var(--radius-pill);
        font-family: var(--font-body);
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.25s var(--ease);
        white-space: nowrap;
        border: 0;
    }

.ax-cart-btn:hover {
        background: var(--accent-bright);
        box-shadow: 0 4px 16px var(--accent-glow);
    }

.ax-cart-btn.in-cart {
        background: var(--surface-2);
        color: var(--ink);
    }

.ax-empty {
        grid-column: 1 / -1;
        padding: var(--gap-xl) 0;
        text-align: center;
        color: var(--ink-muted);
        font-size: 15px;
    }

/* hero title typewriter + first-letter bounce */

.ax-hero-title.is-typing .word {
        display: inline-block;
        white-space: nowrap;
    }

.ax-hero-title.is-typing .char {
        display: inline-block;
        opacity: 0;
        transform: translateY(28px);
        animation: heroCharIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        animation-delay: calc(var(--i, 0) * 90ms + 200ms);
        will-change: opacity, transform;
    }

.ax-hero-title.is-typing .char-first {
        animation: heroCharIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) forwards,
                   heroBounce 0.5s ease-in-out 0.7s 4;
    }

@keyframes heroCharIn {
        to { opacity: 1; transform: translateY(0); }
    }

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

/* Fix: chars inside <em> inherit text-fill-color: transparent from .ax-hero-title em.
       Override so each accent char shows in solid accent color (mint/purple per theme). */

.ax-hero-title.is-typing em .char {
        color: var(--accent);
        -webkit-text-fill-color: var(--accent);
        background: none;
    }

/* hide trust / subtitle / ctas / stats / features until title finishes typing */

.ax-hero.hero-animated .ax-hero-trust,
.ax-hero.hero-animated .ax-hero-subtitle,
.ax-hero.hero-animated .ax-hero-ctas,
.ax-hero.hero-animated .ax-stats-v3,
.ax-hero.hero-animated .ax-feature-card {
        opacity: 0;
        transform: translateY(24px);
        animation: heroFadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        will-change: opacity, transform;
    }

/* Title has ~16 chars × 90ms + 200ms start + 500ms char anim ≈ 2.14s.
       Stagger the rest to fade in after typing ends. */

.ax-hero.hero-animated .ax-hero-trust { animation-delay: 2.4s; }

.ax-hero.hero-animated .ax-hero-subtitle { animation-delay: 2.65s; }

.ax-hero.hero-animated .ax-hero-ctas { animation-delay: 2.9s; }

.ax-hero.hero-animated .ax-stats-v3 { animation-delay: 3.15s; }

.ax-hero.hero-animated .ax-feature-card:nth-of-type(1) { animation-delay: 3.4s; }

.ax-hero.hero-animated .ax-feature-card:nth-of-type(2) { animation-delay: 3.55s; }

.ax-hero.hero-animated .ax-feature-card:nth-of-type(3) { animation-delay: 3.7s; }

/*  Side characters: LAST to appear, dramatic slide-in from each side 
       NOTE: must preserve the original translateY(-50%) (and scaleX(-1) for left)
       used to vertically center the images at top:50%. */

.ax-hero.hero-animated .ax-side-left {
        opacity: 0;
        animation: heroSideLeftIn 1.4s cubic-bezier(0.22, 1, 0.36, 1) 3.95s forwards;
        will-change: opacity, transform;
    }

.ax-hero.hero-animated .ax-side-right {
        opacity: 0;
        animation: heroSideRightIn 1.4s cubic-bezier(0.22, 1, 0.36, 1) 3.95s forwards;
        will-change: opacity, transform;
    }

@keyframes heroSideLeftIn {
        from { opacity: 0; transform: translate(-80px, -50%) scale(0.92) scaleX(-1); }
        to   { opacity: 1; transform: translate(0, -50%) scale(1) scaleX(-1); }
    }

@keyframes heroSideRightIn {
        from { opacity: 0; transform: translate(80px, -50%) scale(0.92); }
        to   { opacity: 1; transform: translate(0, -50%) scale(1); }
    }

@keyframes heroFadeUp {
        from { opacity: 0; transform: translateY(24px); }
        to   { opacity: 1; transform: translateY(0); }
    }

@media (prefers-reduced-motion: reduce) {
  .ax-hero-title.is-typing .char,
  .ax-hero-title.is-typing .char-first,
  .ax-hero.hero-animated .ax-side-left,
  .ax-hero.hero-animated .ax-side-right,
  .ax-hero.hero-animated .ax-hero-trust,
  .ax-hero.hero-animated .ax-hero-subtitle,
  .ax-hero.hero-animated .ax-hero-ctas,
  .ax-hero.hero-animated .ax-stats-v3,
  .ax-hero.hero-animated .ax-feature-card {
            animation: none;
            opacity: 1;
            transform: none;
        }
}

@media (max-width: 768px) {
/* Keep glass effect on cards — only disable heavy hover/animations */

  .ax-product:hover {
            transform: none !important;
        }

  .ax-product .ax-product-img img { transition: none !important; }

  .ax-product:hover .ax-product-img img { transform: none !important; }

/* Reviews: keep glass, kill float animation */

  .ax-review-card {
            animation: none !important;
        }

  .ax-review-card:hover {
            transform: none !important;
            animation: none !important;
        }

/* FAQ: keep glass, no hover lift */

  .ax-faq-item:not(.open):hover {
            transform: none !important;
        }

/* Recent payments: keep glass, no hover lift */

  .ax-payment-card:hover { transform: none !important; }

/* Disable expensive decorative blur orbs */

  .ax-hero-orb,
  .ax-reviews-glow {
            display: none !important;
        }

/* Simpler hero bg on mobile */

  .ax-hero-bg-overlay {
            background: linear-gradient(180deg, rgba(8,8,10,0.55) 0%, rgba(8,8,10,0.85) 70%, rgba(8,8,10,0.98) 100%) !important;
        }

/* Cheaper reveal animation */

  [data-reveal] {
            transition-duration: 0.5s !important;
        }

/* Disable tap highlight */

  * { -webkit-tap-highlight-color: transparent; }
}

/* Hero Scroll-to-Featured CTA (transparent icon, last to appear) */

.ax-hero-scroll-wrap {
        display: flex;
        justify-content: center;
        margin-top: 48px;
    }

.ax-hero-scroll-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: rgba(var(--accent-rgb), 0.10);
        border: 1px solid rgba(var(--accent-rgb), 0.30);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        color: var(--accent);
        text-decoration: none;
        box-shadow: 0 4px 14px rgba(var(--accent-rgb), 0.15);
        transition: transform 0.3s var(--ease-premium), background 0.3s var(--ease-premium), box-shadow 0.3s var(--ease-premium), border-color 0.3s var(--ease-premium);
        cursor: pointer;
    }

.ax-hero-scroll-cta svg {
        width: 18px;
        height: 18px;
        animation: axHeroScrollBounce 1.8s ease-in-out infinite;
    }

.ax-hero-scroll-cta:hover {
        background: rgba(var(--accent-rgb), 0.20);
        border-color: rgba(var(--accent-rgb), 0.6);
        transform: scale(1.10);
        box-shadow: 0 8px 22px rgba(var(--accent-rgb), 0.35);
    }

.ax-hero-scroll-cta:hover svg {
        animation-play-state: paused;
    }

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

/* Appear LAST in hero animation chain (after side characters at 3.95s) */

.ax-hero.hero-animated .ax-hero-scroll-wrap {
        opacity: 0;
        transform: translateY(16px);
        animation: heroScrollFadeIn 0.9s cubic-bezier(0.22, 1, 0.36, 1) 4.8s forwards;
        will-change: opacity, transform;
    }

@keyframes heroScrollFadeIn {
        to { opacity: 1; transform: translateY(0); }
    }

@media (prefers-reduced-motion: reduce) {
  .ax-hero-scroll-cta svg { animation: none; }

  .ax-hero.hero-animated .ax-hero-scroll-wrap {
            animation: none;
            opacity: 1;
            transform: none;
        }
}

@media (max-width: 768px) {
  .ax-hero-scroll-wrap { display: none; }
}

.ax-premium-features {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
        padding: 20px 0;
        position: relative;
        z-index: 5;
        max-width: 1000px;
        margin: 0 auto;
    }

@media (max-width: 980px) {
  .ax-premium-features { grid-template-columns: 1fr; }
}

.ax-feature-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 12px;
        transition: all 0.3s ease;
    }

.ax-feature-card:hover {
        transform: translateY(-3px);
    }

.ax-feature-icon {
        width: 44px;
        height: 44px;
        background: rgba(255,255,255,0.03);
        border: 1px solid rgba(255,255,255,0.08);
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--accent);
        flex-shrink: 0;
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    }

.ax-feature-icon svg {
        width: 20px;
        height: 20px;
        stroke-width: 2.2;
    }

.ax-feature-card:hover .ax-feature-icon {
        background: var(--accent-bg);
        border-color: var(--accent-glow);
        color: var(--accent-bright);
        box-shadow: 0 0 15px var(--accent-glow);
        transform: rotate(5deg) scale(1.05);
    }

.ax-feature-text {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.ax-feature-title {
        font-family: var(--font-display);
        font-size: 15px;
        font-weight: 800;
        color: #ffffff;
        margin: 0 0 6px;
        letter-spacing: -0.01em;
        line-height: 1.2;
    }

.ax-feature-desc {
        font-family: var(--font-body);
        font-size: 12px;
        color: var(--ink-muted);
        line-height: 1.5;
        margin: 0;
        max-width: 260px;
    }

/* featured premium frosted */

.ax-products-marquee {
        width: 100%;
        max-width: 1840px;
        margin: 0 auto;
        overflow: hidden;
    }

.ax-product {
        background: rgba(12, 12, 15, 0.15);
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
        border: 1px solid var(--accent);
        border-radius: 24px;
        overflow: hidden;
        text-decoration: none;
        color: var(--ink);
        position: relative;
        transition: all 0.4s var(--ease-premium);
        display: flex;
        flex-direction: column;
        flex: 0 0 540px;
        width: 540px;
    }

.ax-product::before {
        display: none;
    }

.ax-product:hover {
        transform: translateY(-6px) scale(1.005);
        border-color: var(--accent);
        box-shadow: 0 32px 80px rgba(0, 0, 0, 0.75);
    }

.ax-product-img {
        width: 100%;
        aspect-ratio: 16/9;
        background: var(--surface-2);
        overflow: hidden;
        position: relative;
    }

.ax-product-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s var(--ease-premium);
    }

.ax-product:hover .ax-product-img img { transform: scale(1.05); }

.ax-product-sale {
        position: absolute;
        top: 16px;
        left: 16px;
        z-index: 10;
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        color: #fff;
        font-family: var(--font-body);
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
        padding: 4px 14px;
        border-radius: var(--radius-pill);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }

.ax-product-body {
        padding: 18px 20px 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

.ax-product-name {
        font-family: var(--font-display);
        font-size: 17px;
        font-weight: 800;
        letter-spacing: -0.01em;
        color: var(--ink-strong);
        margin: 0;
    }

.ax-product-desc {
        font-size: 12px;
        color: var(--ink-muted);
        line-height: 1.4;
        margin: 0;
        flex: 1;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

.ax-product-foot {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-top: auto;
    }

.ax-product-price {
        font-family: var(--font-display);
        font-size: 36px;
        font-weight: 900;
        letter-spacing: -0.02em;
        color: #ffffff;
        line-height: 1;
    }

.ax-product-price-old {
        font-family: var(--font-body);
        font-size: 16px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.35);
        text-decoration: line-through;
    }

.ax-product-discount {
        display: inline-flex;
        align-items: center;
        background: var(--accent);
        color: #fff;
        font-family: var(--font-body);
        font-size: 15px;
        font-weight: 900;
        padding: 8px 18px;
        border-radius: var(--radius-pill);
        letter-spacing: 0.04em;
        box-shadow: 0 4px 14px var(--accent-glow-soft);
        line-height: 1;
    }

.ax-product-price-wrap {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        gap: 12px;
        flex-wrap: wrap;
    }

.ax-product-price-wrap .ax-product-old-row {
        display: inline-flex;
        align-items: baseline;
        gap: 8px;
    }

.ax-product .ax-cart-btn {
        background: #ffffff;
        color: #050507;
        border: none;
        padding: 14px 28px;
        border-radius: var(--radius-pill);
        font-family: var(--font-body);
        font-size: 15px;
        font-weight: 900;
        letter-spacing: 0.02em;
        cursor: pointer;
        transition: all 0.3s var(--ease-premium);
        box-shadow: 0 5px 14px rgba(0, 0, 0, 0.22);
    }

.ax-product .ax-cart-btn:hover {
        background: #ffffff;
        color: #050507;
        transform: translateY(-3px);
        box-shadow:
            0 8px 24px rgba(0, 0, 0, 0.3),
            0 0 24px var(--accent-glow),
            0 0 0 1px rgba(var(--accent-rgb), 0.3);
    }

.ax-product .ax-cart-btn.in-cart {
        background: rgba(255, 255, 255, 0.05);
        color: var(--ink-muted);
        box-shadow: none;
    }

.ax-product-skeleton {
        background: linear-gradient(110deg, var(--surface) 30%, var(--surface-2) 50%, var(--surface) 70%);
        background-size: 200% 100%;
        animation: axShimmer 2s linear infinite;
        min-height: 380px;
        flex: 0 0 540px;
        width: 540px;
        border-radius: 20px;
        border: 1px solid var(--hairline);
    }

@keyframes axShimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

@media (max-width: 768px) {
  .ax-product { 
            flex: 0 0 300px; 
            width: 300px; 
        }

  .ax-product-skeleton {
            flex: 0 0 300px;
            width: 300px;
            min-height: 380px;
        }

  .ax-products { gap: 16px; }

  .ax-products-marquee {
            max-width: 100%;
        }
}

.ax-main-sections {
        position: relative;
        background: transparent;
        overflow: visible;
        z-index: 5;
    }

.ax-main-sections::after {
        display: none;
    }

.ax-main-sections::before {
        content: '';
        position: absolute;
        top: 20%;
        left: 50%;
        width: 800px;
        height: 800px;
        background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
        pointer-events: none;
        z-index: 0;
        opacity: 0.12;
        transform: translate(-50%, -50%);
        filter: blur(80px);
    }

.ax-main-sections::after {
        content: '';
        position: absolute;
        bottom: 10%;
        right: 10%;
        width: 600px;
        height: 600px;
        background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%);
        pointer-events: none;
        z-index: 0;
        opacity: 0.06;
        filter: blur(100px);
    }

.ax-vs {
        padding: 140px 0;
        position: relative;
        overflow: hidden;
    }

.ax-vs-glow {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 800px;
        height: 500px;
        background: radial-gradient(ellipse, var(--accent-glow) 0%, transparent 70%);
        transform: translate(-50%, -50%);
        opacity: 0.25;
        pointer-events: none;
        z-index: 0;
        filter: blur(60px);
    }

.ax-vs .ax-wrap-wide {
        width: 100%;
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 var(--gap-md);
        position: relative;
        z-index: 1;
    }

.ax-vs-grid {
        display: grid;
        grid-template-columns: 1.35fr 1fr;
        gap: 60px;
        align-items: center;
    }

@media (max-width: 980px) {
  .ax-vs-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* left: video media */

.ax-vs-media {
        position: relative;
        border-radius: 24px;
        overflow: hidden;
        aspect-ratio: 16 / 9;
        background: rgba(12, 12, 15, 0.5);
        border: 1px solid rgba(255, 255, 255, 0.06);
        box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(var(--accent-rgb), 0.08);
        transition: all 0.5s var(--ease-premium);
    }

.ax-vs-media:hover {
        border-color: rgba(var(--accent-rgb), 0.4);
        box-shadow: 0 40px 100px rgba(0, 0, 0, 0.6), 0 0 60px var(--accent-glow);
        transform: translateY(-4px);
    }

/* Gold corner brackets */

.ax-vs-corner {
        position: absolute;
        width: 32px;
        height: 32px;
        border: 2px solid var(--accent);
        z-index: 3;
        pointer-events: none;
        opacity: 0.85;
    }

.ax-vs-corner-tl {
        top: 14px;
        left: 14px;
        border-right: none;
        border-bottom: none;
        border-top-left-radius: 8px;
    }

.ax-vs-corner-br {
        bottom: 14px;
        right: 14px;
        border-left: none;
        border-top: none;
        border-bottom-right-radius: 8px;
    }

.ax-vs-player {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        cursor: pointer;
        text-decoration: none;
    }

.ax-vs-player img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.6s var(--ease-premium), filter 0.4s var(--ease);
    }

.ax-vs-media:hover .ax-vs-player img {
        transform: scale(1.03);
        filter: brightness(1.05);
    }

.ax-vs-player iframe {
        width: 100%;
        height: 100%;
        border: none;
        display: block;
    }

.ax-vs-overlay {
        position: absolute;
        inset: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(135deg, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.45) 100%);
        z-index: 2;
        transition: background 0.3s var(--ease);
    }

.ax-vs-media:hover .ax-vs-overlay {
        background: linear-gradient(135deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.35) 100%);
    }

/* Animated pulsing play button */

.ax-vs-play {
        width: 92px;
        height: 92px;
        border-radius: 50%;
        background: var(--accent);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        box-shadow: 0 12px 40px var(--accent-glow);
        transition: all 0.3s var(--ease-premium);
    }

.ax-vs-play::before,
.ax-vs-play::after {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 50%;
        border: 2px solid var(--accent);
        animation: ax-vs-pulse 2.5s ease-out infinite;
    }

.ax-vs-play::after {
        animation-delay: 1.25s;
    }

@keyframes ax-vs-pulse {
        0% { transform: scale(1); opacity: 0.8; }
        100% { transform: scale(1.8); opacity: 0; }
    }

.ax-vs-media:hover .ax-vs-play {
        transform: scale(1.08);
        background: var(--accent-bright, var(--accent));
    }

.ax-vs-play svg {
        width: 36px;
        height: 36px;
        fill: #fff;
        margin-left: 5px;
    }

/* right: content */

.ax-vs-content {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }

.ax-vs-kicker {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        font-family: var(--font-body);
        font-size: 10px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.2em;
        color: var(--accent-bright);
        align-self: flex-start;
    }

.ax-vs-dot {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--accent);
        box-shadow: 0 0 12px var(--accent);
        animation: ax-pulse 2s infinite;
    }

.ax-vs-title {
        font-family: var(--font-display);
        font-size: clamp(36px, 4vw, 56px);
        font-weight: 800;
        line-height: 1;
        letter-spacing: -0.03em;
        margin: 0;
        color: var(--ink-strong);
    }

.ax-vs-title em {
        font-style: normal;
        background: linear-gradient(135deg, var(--accent), var(--accent-bright, #c4b5fd));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.ax-vs-text {
        font-size: 15px;
        line-height: 1.7;
        color: var(--ink-muted);
        margin: 0;
        max-width: 520px;
    }

.ax-vs-stats {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 4px;
    }

.ax-vs-stat {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 8px 14px;
        background: rgba(255, 255, 255, 0.03);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: var(--radius-pill);
        font-family: var(--font-mono);
        font-size: 11px;
        font-weight: 700;
        color: var(--ink-soft);
        text-transform: uppercase;
        letter-spacing: 0.08em;
        transition: all 0.25s var(--ease);
    }

.ax-vs-stat svg {
        width: 14px;
        height: 14px;
        color: var(--accent-bright);
    }

.ax-vs-stat:hover {
        background: rgba(var(--accent-rgb), 0.08);
        border-color: rgba(var(--accent-rgb), 0.25);
        color: #fff;
    }

.ax-vs-ctas {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 8px;
    }

.ax-vs-btn-primary {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 16px 28px;
        background: #fff;
        color: #050507;
        border-radius: var(--radius-pill);
        font-family: var(--font-body);
        font-size: 13px;
        font-weight: 900;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.3s var(--ease-premium);
        box-shadow: 0 8px 24px rgba(255, 255, 255, 0.1);
    }

.ax-vs-btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 36px rgba(255, 255, 255, 0.18), 0 0 30px var(--accent-glow);
    }

.ax-vs-btn-primary svg {
        width: 16px;
        height: 16px;
        fill: #050507;
    }

.ax-vs-btn-secondary {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 16px 24px;
        background: transparent;
        color: var(--ink-muted);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: var(--radius-pill);
        font-family: var(--font-body);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.3s var(--ease);
    }

.ax-vs-btn-secondary:hover {
        border-color: rgba(var(--accent-rgb), 0.4);
        color: #fff;
        background: rgba(var(--accent-rgb), 0.05);
    }

.ax-vs-btn-secondary svg {
        width: 14px;
        height: 14px;
    }

@media (max-width: 768px) {
  .ax-vs { padding: 80px 0; }

  .ax-vs-glow { width: 500px; height: 300px; opacity: 0.18; }

  .ax-vs-play { width: 70px; height: 70px; }

  .ax-vs-play svg { width: 28px; height: 28px; }

  .ax-vs-title { font-size: clamp(28px, 8vw, 40px) !important; }

  .ax-vs-text { font-size: 14px; }

  .ax-vs-stats { gap: 8px; }

  .ax-vs-stat { padding: 6px 11px; font-size: 10px; }

  .ax-vs-btn-primary,
  .ax-vs-btn-secondary { padding: 13px 22px; font-size: 12px; }

  .ax-vs-corner { width: 24px; height: 24px; top: 10px; left: 10px; }

  .ax-vs-corner-br { top: auto; left: auto; bottom: 10px; right: 10px; }

  .ax-vs-media:hover { transform: none; }
}

.ax-reviews .ax-wrap-wide {
        width: 100%;
        max-width: 1760px;
        margin: 0 auto;
        padding: 0 var(--gap-md);
        position: relative;
        z-index: 5;
    }

.ax-reviews {
        padding: 140px 0;
        position: relative;
        overflow: hidden;
    }

.ax-reviews-glow {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 800px;
        height: 600px;
        background: radial-gradient(circle, var(--accent-glow-soft) 0%, transparent 70%);
        transform: translate(-50%, -50%);
        opacity: 0.2;
        pointer-events: none;
        z-index: 0;
    }

.ax-reviews-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: var(--gap-lg);
        margin-top: var(--gap-xl);
        position: relative;
        z-index: 1;
    }

@media (max-width: 980px) {
  .ax-reviews-grid { grid-template-columns: 1fr; }
}

.ax-reviews-stat-row {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 60px;
        margin: 0 auto var(--gap-xl);
        max-width: 900px;
        position: relative;
        z-index: 1;
    }

.ax-rev-big-num {
        font-family: var(--font-display);
        font-size: 140px;
        font-weight: 900;
        line-height: 0.8;
        color: #ffffff;
        letter-spacing: -5px;
    }

.ax-rev-stat-mid {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding-top: 20px;
    }

.ax-rev-stat-stars {
        display: flex;
        gap: 6px;
        color: #fbbf24;
    }

.ax-rev-stat-stars svg { width: 22px; height: 22px; fill: currentColor; }

.ax-rev-stat-count {
        font-size: 14px;
        color: var(--ink-muted);
        font-weight: 600;
        opacity: 0.6;
    }

.ax-rev-stat-right {
        display: flex;
        flex-direction: column;
        gap: 8px;
        min-width: 240px;
        padding-top: 10px;
    }

.ax-rev-progress-item {
        display: grid;
        grid-template-columns: 24px 1fr 34px;
        align-items: center;
        gap: 12px;
        font-size: 12px;
        color: var(--ink-strong);
        font-weight: 700;
    }

.ax-rev-progress-bar {
        height: 6px;
        background: rgba(255,255,255,0.05);
        border-radius: 3px;
        overflow: hidden;
        position: relative;
    }

.ax-rev-progress-bar div {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background: var(--accent);
        border-radius: 3px;
    }

.ax-rev-progress-item span:last-child {
        color: var(--ink-muted);
        text-align: right;
    }

@media (max-width: 850px) {
  .ax-reviews-stat-row {
            flex-direction: column;
            gap: 30px;
            text-align: center;
        }

  .ax-rev-stat-mid { align-items: center; padding-top: 0; }

  .ax-rev-stat-right { min-width: 100%; width: 100%; }
}

.ax-review-verified {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        margin-top: 4px;
        padding: 3px 8px;
        background: var(--accent);
        color: #ffffff;
        border-radius: var(--radius-pill);
        font-family: var(--font-body);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        box-shadow: 0 2px 8px var(--accent-glow);
    }

.ax-review-verified svg { width: 10px; height: 10px; fill: currentColor; }

.ax-review-avatar {
        position: relative;
        padding: 2px;
        background: linear-gradient(135deg, var(--accent), rgba(255, 255, 255, 0.05));
        border-radius: 50%;
        width: 48px;
        height: 48px;
    }

.ax-review-avatar img,
.ax-review-avatar svg {
        border-radius: 50%;
        background: var(--surface);
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

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

.ax-review-card {
        position: relative;
        overflow: hidden;
        background: rgba(12, 12, 15, 0.15);
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 24px;
        padding: var(--gap-lg);
        transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
        display: flex;
        flex-direction: column;
        animation: ax-review-float 5s ease-in-out infinite;
    }

.ax-review-card:nth-child(2) { animation-delay: 1s; }

.ax-review-card:nth-child(3) { animation-delay: 2s; }

.ax-review-card:hover {
        animation-play-state: paused;
        transform: translateY(-15px) scale(1.02);
        border-color: var(--accent);
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5), 0 0 30px var(--accent-glow);
    }

.ax-review-text {
        font-size: 15px;
        line-height: 1.6;
        color: var(--ink);
        margin: 0 0 var(--gap-lg);
        flex: 1;
    }

.ax-review-stars {
        display: flex;
        gap: 4px;
        color: var(--accent);
        margin-bottom: var(--gap-md);
    }

.ax-review-stars svg {
        width: 18px;
        height: 18px;
        fill: currentColor;
    }

.ax-review-foot {
        display: flex;
        align-items: center;
        gap: 12px;
        border-top: 1px solid var(--hairline);
        padding-top: var(--gap-md);
    }

.ax-review-meta {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

.ax-review-name {
        font-family: var(--font-display);
        font-size: 16px;
        font-weight: 800;
        color: var(--ink-strong);
    }

.ax-review-role {
        font-family: var(--font-mono);
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--ink-soft);
        letter-spacing: 0.1em;
    }

.ax-reviews.stars-gold .ax-review-stars {
        color: #fbbf24;
    }

.ax-recent-payments {
        padding: var(--gap-xl) 0;
        position: relative;
        overflow: hidden;
    }

.ax-payments-marquee {
        margin-top: 40px;
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 10px 0;
    }

.ax-payments-track {
        display: flex;
        gap: 20px;
        width: max-content;
        animation: axPaymentsMarquee 45s linear infinite;
        will-change: transform;
        backface-visibility: hidden;
    }

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

.ax-payment-card {
        background: rgba(12, 12, 15, 0.15);
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 16px;
        padding: 14px 20px;
        display: flex;
        align-items: center;
        gap: 14px;
        min-width: 280px;
        transition: all 0.4s var(--ease-premium);
    }

.ax-payment-card:hover {
        border-color: var(--accent);
        background: rgba(15, 15, 18, 0.7);
        transform: translateY(-5px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.5), 0 0 20px var(--accent-glow-soft);
    }

.ax-pay-avatar {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--accent), var(--accent-bright));
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 800;
        font-size: 15px;
        box-shadow: 0 4px 12px var(--accent-glow-soft);
        flex-shrink: 0;
    }

.ax-pay-body {
        flex: 1;
        min-width: 0;
    }

.ax-pay-user {
        font-family: var(--font-display);
        font-size: 14px;
        font-weight: 800;
        color: var(--ink-strong);
        display: block;
    }

.ax-pay-item {
        font-size: 11px;
        color: var(--ink-muted);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

.ax-pay-item em {
        color: var(--accent);
        font-style: normal;
        font-weight: 600;
    }

.ax-pay-meta {
        text-align: right;
        flex-shrink: 0;
    }

.ax-pay-price {
        font-family: var(--font-mono);
        font-size: 13px;
        font-weight: 700;
        color: var(--ink-strong);
        display: block;
    }

.ax-pay-time {
        font-size: 9px;
        font-weight: 600;
        color: var(--ink-soft);
        text-transform: uppercase;
        letter-spacing: 0.05em;
    }

.ax-faq {
        padding: var(--gap-xl) 0 var(--gap-2xl);
        position: relative;
    }

.ax-faq-list {
        max-width: 820px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

.ax-faq-item {
        position: relative;
        background: rgba(12, 12, 15, 0.15);
        backdrop-filter: blur(24px);
        -webkit-backdrop-filter: blur(24px);
        border: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 24px;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    }

.ax-faq-item:not(.open):hover {
        transform: translateY(-2px);
        border-color: rgba(255, 255, 255, 0.15);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    }

.ax-faq-item.open {
        background: var(--accent-bg);
        border-color: var(--accent);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3), 0 0 24px var(--accent-glow);
    }

.ax-faq-head {
        padding: 22px 28px;
        display: flex;
        align-items: center;
        gap: 20px;
        cursor: pointer;
        user-select: none;
    }

.ax-faq-num {
        font-family: var(--font-display);
        font-size: 14px;
        font-weight: 800;
        color: var(--accent);
        letter-spacing: 0.06em;
        flex-shrink: 0;
        min-width: 28px;
    }

.ax-faq-item.open .ax-faq-num {
        text-shadow: 0 0 12px var(--accent-glow);
    }

.ax-faq-title {
        font-family: var(--font-display);
        font-size: 17px;
        font-weight: 700;
        color: var(--ink-strong);
        margin: 0;
        flex: 1;
        line-height: 1.4;
    }

.ax-faq-icon {
        width: 18px;
        height: 18px;
        color: var(--ink-muted);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        flex-shrink: 0;
    }

.ax-faq-item.open .ax-faq-icon {
        transform: rotate(45deg);
        color: var(--accent);
    }

.ax-faq-body {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    }

.ax-faq-content {
        padding: 0 28px 24px 76px;
        font-size: 15px;
        line-height: 1.7;
        color: var(--ink-muted);
    }

@media (max-width: 640px) {
  .ax-faq-head { padding: 18px 20px; gap: 14px; }

  .ax-faq-num { font-size: 12px; min-width: 22px; }

  .ax-faq-title { font-size: 15px; }

  .ax-faq-content { padding: 0 20px 20px 56px; font-size: 14px; }
}
