/* ==========================================================================
   Marketing pages — premium dark layout (About, etc.)
   Project tokens: --accent-green, --accent-blue, --accent-purple
   ========================================================================== */

.mkt-about-root {
    position: relative;
    overflow: visible;
    min-height: 100%;
}

.mkt-page-root {
    position: relative;
    overflow: visible;
    min-height: 100%;
}

/* Atmospheric scene — fixed to viewport so nothing spills sideways */
.mkt-scene {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.mkt-scene__base {
    position: absolute;
    inset: 0;
    background: var(--mkt-bg-base, #01030a);
}

.mkt-scene__mesh {
    position: absolute;
    inset: 0;
    background: var(--mkt-bg-mesh,
        radial-gradient(ellipse 90% 55% at 12% 8%, rgba(34, 197, 94, 0.11), transparent 58%),
        radial-gradient(ellipse 60% 45% at 95% 18%, rgba(56, 189, 248, 0.08), transparent 52%),
        radial-gradient(ellipse 70% 40% at 50% 100%, rgba(99, 102, 241, 0.07), transparent 55%));
}

.mkt-scene__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(72px);
    pointer-events: none;
}

.mkt-scene__glow--left {
    width: min(55vw, 700px);
    height: min(55vw, 700px);
    top: -12%;
    left: -8%;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.22) 0%, transparent 68%);
}

.mkt-scene__glow--right {
    width: min(42vw, 560px);
    height: min(42vw, 560px);
    top: 10%;
    right: 0;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.14) 0%, transparent 68%);
}

.mkt-scene__lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.55;
}

.mkt-scene__line-path {
    fill: none;
    stroke: url(#mktLineGrad);
    stroke-width: 1.2;
    stroke-linecap: round;
    filter: drop-shadow(0 0 8px rgba(34, 197, 94, 0.35));
}

.mkt-scene__line-path--2 {
    stroke: url(#mktLineGrad2);
    opacity: 0.7;
    stroke-width: 0.9;
}

/* Page container */
.mkt-page {
    --mkt-green: var(--accent-green, #22c55e);
    --mkt-blue: var(--accent-blue, #38bdf8);
    --mkt-purple: var(--accent-purple, #6366f1);
    --mkt-text: var(--text-main, #e5e7eb);
    --mkt-muted: var(--text-soft, #9ca3af);
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.25rem 4.5rem;
    color: var(--mkt-text);
}

/* Breadcrumb — единственный отступ под хедер; выравнивание как у .mkt-page */
.mkt-breadcrumb-section {
    position: relative;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding-top: calc(max(var(--site-header-clearance-min), var(--site-header-clearance)) + 0.5rem);
    padding-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

.mkt-breadcrumb-section .mkt-breadcrumb {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-sizing: border-box;
}

.mkt-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2.25rem;
    font-size: 0.8125rem;
    color: rgba(148, 163, 184, 0.85);
}

.mkt-breadcrumb a {
    color: rgba(148, 163, 184, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
}

.mkt-breadcrumb a:hover {
    color: var(--mkt-blue);
}

.mkt-breadcrumb [aria-current="page"] {
    color: #e2e8f0;
}

.mkt-breadcrumb__sep {
    opacity: 0.4;
}

/* Hero */
.mkt-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 2rem 2.5rem;
    align-items: center;
    margin-bottom: 4.5rem;
}

.mkt-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--mkt-green);
    background: rgba(34, 197, 94, 0.08);
    border: 1px solid rgba(34, 197, 94, 0.22);
    box-shadow: 0 0 24px rgba(34, 197, 94, 0.12);
}

.mkt-hero__eyebrow-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--mkt-green);
    box-shadow: 0 0 10px var(--mkt-green);
    animation: mktPulse 2.4s ease-in-out infinite;
}

.mkt-hero__title {
    margin: 0 0 1.15rem;
    font-size: clamp(2.35rem, 5.5vw, 3.65rem);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.035em;
    color: #f8fafc;
    text-shadow: 0 0 40px rgba(34, 197, 94, 0.08);
}

.mkt-hero__title-accent {
    display: inline-block;
    background: linear-gradient(105deg, #22c55e 0%, #4ade80 25%, #38bdf8 55%, #22c55e 100%);
    background-size: 220% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: mktShimmer 7s linear infinite;
    filter: drop-shadow(0 0 18px rgba(34, 197, 94, 0.25));
}

.mkt-hero__lead {
    margin: 0;
    max-width: 36rem;
    font-size: clamp(1rem, 1.9vw, 1.125rem);
    line-height: 1.7;
    color: rgba(203, 213, 225, 0.88);
}

/* Gradient-border glass */
.mkt-glass {
    position: relative;
    border-radius: 22px;
    background: rgba(6, 10, 28, 0.65);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    box-shadow:
        0 24px 70px rgba(2, 6, 23, 0.65),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.mkt-glass::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
        145deg,
        rgba(34, 197, 94, 0.45) 0%,
        rgba(56, 189, 248, 0.2) 40%,
        rgba(99, 102, 241, 0.15) 70%,
        rgba(34, 197, 94, 0.25) 100%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.mkt-glass > * {
    position: relative;
    z-index: 1;
}

/* Stats */
.mkt-stats {
    padding: 0.35rem 1.35rem;
    animation: mktFadeUp 0.8s ease-out 0.15s both;
}

.mkt-stats__row {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem 1.15rem;
    align-items: center;
    padding: 1.1rem 0;
}

.mkt-stats__row + .mkt-stats__row {
    border-top: 1px solid rgba(148, 163, 184, 0.1);
}

.mkt-stats__icon {
    width: 3rem;
    height: 3rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(34, 197, 94, 0.12), rgba(56, 189, 248, 0.06));
    border: 1px solid rgba(34, 197, 94, 0.35);
    color: var(--mkt-green);
    box-shadow:
        0 0 28px rgba(34, 197, 94, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mkt-stats__icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.mkt-stats__value {
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 1.1;
    color: #f8fafc;
    letter-spacing: -0.025em;
}

.mkt-stats__label {
    margin-top: 0.2rem;
    font-size: 0.8125rem;
    color: var(--mkt-muted);
}

/* Sections */
.mkt-section {
    margin-bottom: 4.5rem;
}

.mkt-section__title {
    margin: 0 0 1.5rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #f8fafc;
}

.mkt-section__title--center {
    text-align: center;
    margin-bottom: 2.25rem;
}

.mkt-section__title--center::after {
    content: "";
    display: block;
    width: 56px;
    height: 3px;
    margin: 0.85rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--mkt-green), var(--mkt-blue));
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.4);
}

/* Mission */
.mkt-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 1fr);
    gap: 2rem 3rem;
    align-items: center;
}

.mkt-split__text {
    animation: mktFadeUp 0.85s ease-out both;
}

.mkt-split__text p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(203, 213, 225, 0.9);
}

.mkt-split__text p + p {
    margin-top: 1.1rem;
}

.mkt-mission-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
    background: transparent;
    animation: mktFadeUp 0.9s ease-out 0.2s both;
}

.mkt-mission-visual__halo {
    position: absolute;
    width: min(100%, 380px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.35) 0%, rgba(56, 189, 248, 0.12) 40%, transparent 68%);
    filter: blur(12px);
    animation: mktHaloPulse 4s ease-in-out infinite;
}

.mkt-mission-visual__float {
    position: relative;
    z-index: 2;
    animation: mktFloat 5.5s ease-in-out infinite;
}

.mkt-mission-visual__img {
    display: block;
    width: min(100%, 420px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 24px 48px rgba(34, 197, 94, 0.28));
}

/* Feature grid */
.mkt-features__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.15rem;
}

.mkt-card {
    padding: 1.65rem 1.35rem 1.5rem;
    min-height: 100%;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    animation: mktFadeUp 0.7s ease-out both;
}

.mkt-card:nth-child(1) { animation-delay: 0.05s; }
.mkt-card:nth-child(2) { animation-delay: 0.12s; }
.mkt-card:nth-child(3) { animation-delay: 0.19s; }
.mkt-card:nth-child(4) { animation-delay: 0.26s; }

.mkt-card::after {
    content: "";
    position: absolute;
    inset: auto 1.25rem 0;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.5), transparent);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.mkt-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 28px 60px rgba(2, 6, 23, 0.55),
        0 0 40px rgba(34, 197, 94, 0.1);
}

.mkt-card:hover::after {
    opacity: 1;
}

.mkt-card__icon-wrap {
    width: 4.25rem;
    height: 4.75rem;
    margin-bottom: 1.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mkt-shield-svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 14px rgba(34, 197, 94, 0.2));
}

.mkt-card__title {
    margin: 0 0 0.6rem;
    font-size: 1rem;
    font-weight: 700;
    color: #f8fafc;
}

.mkt-card__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--mkt-muted);
}

.mkt-hero__copy {
    animation: mktFadeUp 0.75s ease-out both;
}

/* Animations */
@keyframes mktShimmer {
    0% { background-position: 0% center; }
    100% { background-position: 220% center; }
}

@keyframes mktPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.55; transform: scale(0.85); }
}

@keyframes mktFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@keyframes mktHaloPulse {
    0%, 100% { opacity: 0.85; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.06); }
}

@keyframes mktFadeUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mkt-hero__title-accent,
    .mkt-mission-visual__float,
    .mkt-mission-visual__halo,
    .mkt-faq-hero-icon,
    .mkt-hiw-hero-visual,
    .mkt-hiw-hero-visual__float,
    .mkt-hiw-hero-visual__halo,
    .mkt-hiw-video,
    .mkt-hiw-steps,
    .mkt-hiw-why__showcase,
    .mkt-hiw-why-card,
    .mkt-hiw-stats,
    .mkt-hiw-cta,
    .mkt-faq-item,
    .mkt-faq-cta,
    .mkt-privacy-item,
    .mkt-privacy-cta,
    .mkt-privacy-hero-visual,
    .mkt-wf-benefit,
    .mkt-wf-fee-card,
    .mkt-wf-cta,
    .mkt-wf-hero-visual,
    .mkt-wf-crypto-strip,
    .mkt-wf-timeline__step,
    .mkt-hero__eyebrow-dot,
    .mkt-card,
    .mkt-split__text,
    .mkt-stats,
    .mkt-hero__copy {
        animation: none !important;
    }
    .mkt-card:hover {
        transform: none;
    }
}

/* Responsive */
@media (max-width: 1024px) {
    .mkt-features__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .mkt-page {
        padding-top: 0.5rem;
        padding-bottom: 3rem;
    }

    .mkt-hero,
    .mkt-split {
        grid-template-columns: 1fr;
    }

    .mkt-stats {
        order: 2;
    }

    .mkt-mission-visual {
        min-height: 260px;
        order: -1;
    }

    .mkt-mission-visual__img {
        width: min(100%, 320px);
    }

    .mkt-features__grid {
        grid-template-columns: 1fr;
    }
}

/* Marketing layout — single background layer, seamless header */
body.site-layout--marketing {
    --mkt-bg-base: #01030a;
    --mkt-bg-mesh:
        radial-gradient(ellipse 90% 55% at 12% 8%, rgba(34, 197, 94, 0.11), transparent 58%),
        radial-gradient(ellipse 60% 45% at 95% 18%, rgba(56, 189, 248, 0.08), transparent 52%),
        radial-gradient(ellipse 70% 40% at 50% 100%, rgba(99, 102, 241, 0.07), transparent 55%);
    overflow-x: clip;
    background-color: var(--mkt-bg-base);
    background-image: var(--mkt-bg-mesh);
}

body.site-layout--marketing .bg-orbit,
body.site-layout--marketing .bg-noise {
    display: none;
}

body.site-layout.site-layout--marketing .site-layout-main {
    position: relative;
    z-index: 1;
    padding-top: 0 !important;
    background: transparent !important;
}

body.site-layout.site-layout--marketing .mkt-page-root,
body.site-layout.site-layout--marketing .page-root {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background: transparent !important;
}

body.site-layout--marketing .hero__nav.site-header {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.07);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.site-layout--marketing .hero__nav.site-header::before {
    background: rgba(8, 14, 31, 0.42);
}

body.site-layout--marketing .mkt-page {
    padding-top: 0;
}

@media (max-width: 768px) {
    .mkt-breadcrumb-section {
        padding-top: calc(max(var(--site-header-clearance-min), var(--site-header-clearance)) + 0.625rem);
    }

    .mkt-breadcrumb-section .mkt-breadcrumb,
    .mkt-page {
        padding-left: max(1rem, env(safe-area-inset-left));
        padding-right: max(1rem, env(safe-area-inset-right));
    }

    body.site-layout--marketing .mkt-page {
        padding-bottom: 3rem;
    }
}

/* Footer stack on marketing pages (loads after style_vw.css) */
@media (max-width: 900px) {
    body.site-layout--marketing .footer {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        height: auto;
        min-height: auto;
        padding-bottom: 0;
    }

    body.site-layout--marketing .footer__inner {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        z-index: 2;
        width: 100%;
        padding-bottom: clamp(1.5rem, 6vw, 2.5rem);
    }

    body.site-layout--marketing .footer__bar {
        position: relative;
        bottom: auto;
        left: auto;
        flex-shrink: 0;
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        box-sizing: border-box;
        z-index: 3;
    }

    body.site-layout--marketing .footer-bg {
        z-index: 0;
        opacity: 0.22;
        bottom: 16vw;
        pointer-events: none;
    }
}

/* ==========================================================================
   FAQ page
   ========================================================================== */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mkt-hero--faq {
    margin-bottom: 2.5rem;
}

.mkt-hero__title--stacked {
    font-size: clamp(2.5rem, 6vw, 4rem);
    line-height: 1.02;
}

.mkt-faq-hero-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: mktFadeUp 0.85s ease-out 0.1s both;
}

.mkt-faq-hero-icon svg {
    width: min(100%, 220px);
    height: auto;
    filter: drop-shadow(0 0 32px rgba(34, 197, 94, 0.22));
}

.mkt-faq {
    margin-bottom: 2.5rem;
}

.mkt-faq__toolbar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.35rem;
}

.mkt-faq-search {
    position: relative;
    display: block;
}

.mkt-faq-search__input {
    width: 100%;
    padding: 1rem 3.25rem 1rem 1.25rem;
    border-radius: 999px;
    border: 1px solid rgba(34, 197, 94, 0.28);
    background: rgba(6, 10, 28, 0.72);
    color: #f8fafc;
    font-size: 0.9375rem;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.mkt-faq-search__input::placeholder {
    color: rgba(148, 163, 184, 0.75);
}

.mkt-faq-search__input:focus {
    border-color: rgba(34, 197, 94, 0.55);
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.12);
}

.mkt-faq-search__icon {
    position: absolute;
    right: 1.15rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    color: var(--mkt-green, #22c55e);
    pointer-events: none;
}

.mkt-faq-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.mkt-faq-filter {
    padding: 0.55rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(34, 197, 94, 0.28);
    background: rgba(6, 10, 28, 0.55);
    color: rgba(203, 213, 225, 0.88);
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.mkt-faq-filter:hover {
    border-color: rgba(34, 197, 94, 0.45);
    color: #f8fafc;
}

.mkt-faq-filter.is-active {
    background: linear-gradient(105deg, #22c55e, #38bdf8);
    border-color: transparent;
    color: #041018;
    font-weight: 700;
    box-shadow: 0 0 24px rgba(34, 197, 94, 0.28);
}

.mkt-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.mkt-faq-item {
    border-radius: 18px;
    border: 1px solid rgba(34, 197, 94, 0.22);
    background: rgba(6, 10, 28, 0.62);
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    animation: mktFadeUp 0.65s ease-out both;
}

.mkt-faq-item:nth-child(1) { animation-delay: 0.04s; }
.mkt-faq-item:nth-child(2) { animation-delay: 0.08s; }
.mkt-faq-item:nth-child(3) { animation-delay: 0.12s; }
.mkt-faq-item:nth-child(4) { animation-delay: 0.16s; }
.mkt-faq-item:nth-child(5) { animation-delay: 0.2s; }
.mkt-faq-item:nth-child(6) { animation-delay: 0.24s; }
.mkt-faq-item:nth-child(7) { animation-delay: 0.28s; }
.mkt-faq-item:nth-child(8) { animation-delay: 0.32s; }

.mkt-faq-item[open] {
    border-color: rgba(34, 197, 94, 0.42);
    box-shadow: 0 12px 40px rgba(2, 6, 23, 0.45);
}

.mkt-faq-item.is-filtered-out {
    display: none !important;
}

.mkt-faq-item__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.35rem;
    list-style: none;
    cursor: pointer;
    user-select: none;
}

.mkt-faq-item__summary::-webkit-details-marker {
    display: none;
}

.mkt-faq-item__question {
    font-size: 0.975rem;
    font-weight: 600;
    color: #f8fafc;
    line-height: 1.45;
}

.mkt-faq-item__toggle {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    border: 1px solid rgba(34, 197, 94, 0.35);
    position: relative;
    transition: transform 0.25s ease, background 0.25s ease;
}

.mkt-faq-item__toggle::before,
.mkt-faq-item__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.7rem;
    height: 2px;
    background: var(--mkt-green, #22c55e);
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.mkt-faq-item__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.mkt-faq-item[open] .mkt-faq-item__toggle {
    background: rgba(34, 197, 94, 0.12);
}

.mkt-faq-item[open] .mkt-faq-item__toggle::after {
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 0;
}

.mkt-faq-item__body {
    padding: 0 1.35rem 1.2rem;
}

.mkt-faq-item__body p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(203, 213, 225, 0.88);
}

.mkt-faq-empty {
    margin: 1.25rem 0 0;
    text-align: center;
    font-size: 0.9rem;
    color: var(--mkt-muted, #9ca3af);
}

.mkt-faq-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1.5rem 2rem;
    align-items: center;
    padding: 1.75rem 1.75rem 1.75rem 2rem;
    margin-bottom: 1rem;
    animation: mktFadeUp 0.8s ease-out 0.2s both;
}

.mkt-faq-cta__title {
    margin: 0 0 0.45rem;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    font-weight: 700;
    color: #f8fafc;
}

.mkt-faq-cta__text {
    margin: 0;
    font-size: 0.9375rem;
    color: rgba(203, 213, 225, 0.82);
}

.mkt-faq-cta__action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.mkt-faq-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.8rem 1.35rem;
    border: none;
    border-radius: 999px;
    background: linear-gradient(105deg, #22c55e, #38bdf8);
    color: #041018;
    font-size: 0.875rem;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 0 28px rgba(34, 197, 94, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mkt-faq-cta__btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 36px rgba(34, 197, 94, 0.38);
}

.mkt-faq-cta__btn svg {
    width: 1rem;
    height: 1rem;
}

@media (max-width: 768px) {
    .mkt-hero--faq {
        grid-template-columns: 1fr;
    }

    .mkt-faq-hero-icon {
        order: -1;
        margin-bottom: 0.5rem;
    }

    .mkt-faq-hero-icon svg {
        width: min(100%, 160px);
    }

    .mkt-faq-cta {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 1.5rem 1.25rem;
    }

    .mkt-faq-cta__action {
        justify-content: center;
    }

    .mkt-faq-cta__btn {
        width: 100%;
        justify-content: center;
    }
}

/* ==========================================================================
   How it Works page
   ========================================================================== */

.mkt-hero--hiw {
    margin-bottom: 2.5rem;
    align-items: center;
}

.mkt-hero__copy--hiw {
    animation: mktFadeUp 0.75s ease-out both;
}

.mkt-hero__eyebrow--compact {
    margin-bottom: 0.75rem;
}

.mkt-hero__lead-accent {
    color: var(--mkt-green, #22c55e);
    font-weight: 600;
    text-shadow: 0 0 24px rgba(34, 197, 94, 0.25);
}

.mkt-hiw-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px;
    animation: mktFadeUp 0.9s ease-out 0.12s both;
}

.mkt-hiw-hero-visual__halo {
    position: absolute;
    width: min(100%, 420px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.34) 0%, rgba(56, 189, 248, 0.14) 42%, transparent 68%);
    filter: blur(16px);
    animation: mktHaloPulse 4.5s ease-in-out infinite;
}

.mkt-hiw-hero-visual__float {
    position: relative;
    z-index: 2;
    animation: mktFloat 5.5s ease-in-out infinite;
}

.mkt-hiw-hero-visual__img {
    display: block;
    width: min(100%, 460px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 28px 56px rgba(34, 197, 94, 0.28));
}

/* Video cinema block */
.mkt-hiw-video {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
    gap: 1.75rem 2rem;
    align-items: center;
    padding: 1.75rem 1.75rem 1.65rem;
    margin-bottom: 3.5rem;
    animation: mktFadeUp 0.85s ease-out 0.1s both;
}

.mkt-hiw-video__title {
    margin: 0 0 0.65rem;
    font-size: clamp(1.45rem, 2.8vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #f8fafc;
}

.mkt-hiw-video__text {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(203, 213, 225, 0.86);
    max-width: 26rem;
}

.mkt-hiw-video__frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #000;
    border: 1px solid rgba(34, 197, 94, 0.28);
    box-shadow:
        0 24px 70px rgba(2, 6, 23, 0.65),
        0 0 40px rgba(34, 197, 94, 0.12);
}

.mkt-hiw-video__glow {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle at 50% 50%, rgba(34, 197, 94, 0.22), transparent 62%);
    pointer-events: none;
    animation: mktHaloPulse 5s ease-in-out infinite;
    z-index: 0;
}

.mkt-hiw-video__poster {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: #000;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
}

.mkt-hiw-video__poster.is-hidden {
    display: none;
}

.mkt-hiw-video__poster-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.mkt-hiw-video__poster:hover .mkt-hiw-video__poster-img,
.mkt-hiw-video__poster:focus-visible .mkt-hiw-video__poster-img {
    transform: scale(1.06);
}

.mkt-hiw-video__poster-dim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(1, 3, 10, 0.15) 0%, rgba(1, 3, 10, 0.55) 100%),
        radial-gradient(circle at 50% 50%, transparent 35%, rgba(1, 3, 10, 0.45) 100%);
    pointer-events: none;
}

.mkt-hiw-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 5.25rem;
    height: 5.25rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(34, 197, 94, 0.95), rgba(56, 189, 248, 0.9));
    color: #031018;
    box-shadow:
        0 0 0 8px rgba(34, 197, 94, 0.14),
        0 0 40px rgba(34, 197, 94, 0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.mkt-hiw-video__play-ring,
.mkt-hiw-video__play-ring--2 {
    position: absolute;
    inset: -10px;
    border-radius: 999px;
    border: 1px solid rgba(34, 197, 94, 0.45);
    animation: mktVideoRing 2.4s ease-out infinite;
}

.mkt-hiw-video__play-ring--2 {
    animation-delay: 1.2s;
}

.mkt-hiw-video__play-icon {
    position: relative;
    z-index: 1;
    width: 1.65rem;
    height: 1.65rem;
    margin-left: 0.2rem;
}

.mkt-hiw-video__poster:hover .mkt-hiw-video__play,
.mkt-hiw-video__poster:focus-visible .mkt-hiw-video__play {
    transform: translate(-50%, -50%) scale(1.06);
    box-shadow:
        0 0 0 10px rgba(34, 197, 94, 0.18),
        0 0 52px rgba(34, 197, 94, 0.55);
}

.mkt-hiw-video__poster-label {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 2;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #e2fbe8;
    background: rgba(1, 3, 10, 0.55);
    border: 1px solid rgba(34, 197, 94, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.mkt-hiw-video__player {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000;
}

.mkt-hiw-video__player.is-hidden {
    display: none;
}

.mkt-hiw-video__frame.is-playing .mkt-hiw-video__glow {
    opacity: 0.35;
}

@keyframes mktVideoRing {
    0% {
        transform: scale(0.92);
        opacity: 0.75;
    }
    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}

/* Steps */
.mkt-hiw-steps-wrap {
    margin-bottom: 4rem;
}

.mkt-hiw-steps__head {
    margin-bottom: 1.5rem;
}

.mkt-hiw-steps__lead {
    margin: -0.75rem auto 0;
    max-width: 34rem;
    text-align: center;
    font-size: 0.95rem;
    line-height: 1.65;
    color: rgba(203, 213, 225, 0.82);
}

.mkt-hiw-steps {
    position: relative;
    padding: 2.25rem 1.75rem 2rem;
    overflow: hidden;
    animation: mktFadeUp 0.85s ease-out 0.15s both;
}

.mkt-hiw-steps::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(34, 197, 94, 0.08), transparent 60%);
    pointer-events: none;
}

.mkt-hiw-steps__connector {
    position: absolute;
    top: 7.5rem;
    left: 12%;
    right: 12%;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.45), rgba(56, 189, 248, 0.35), transparent);
    box-shadow: 0 0 18px rgba(34, 197, 94, 0.35);
    pointer-events: none;
}

.mkt-hiw-steps__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem 1.75rem;
}

.mkt-hiw-step {
    position: relative;
    text-align: center;
    padding: 0 0.35rem;
}

.mkt-hiw-step__badge {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.35rem;
    height: 3.35rem;
    margin: 0 auto 1.15rem;
    border-radius: 999px;
    background: linear-gradient(145deg, #22c55e 0%, #38bdf8 100%);
    color: #031018;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    box-shadow:
        0 0 0 4px rgba(34, 197, 94, 0.14),
        0 0 32px rgba(34, 197, 94, 0.42),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    animation: mktPulse 3s ease-in-out infinite;
}

.mkt-hiw-step__badge span {
    transform: translateY(1px);
}

.mkt-hiw-step__visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    margin-bottom: 1.1rem;
}

.mkt-hiw-step__visual-halo {
    position: absolute;
    width: min(100%, 200px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.28) 0%, transparent 68%);
    filter: blur(10px);
}

.mkt-hiw-step__img {
    position: relative;
    z-index: 1;
    width: min(100%, 180px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 16px 32px rgba(34, 197, 94, 0.22));
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.mkt-hiw-step:hover .mkt-hiw-step__img {
    transform: translateY(-6px) scale(1.03);
}

.mkt-hiw-step__title {
    margin: 0 0 0.55rem;
    font-size: 1.125rem;
    font-weight: 800;
    color: #f8fafc;
    letter-spacing: -0.02em;
}

.mkt-hiw-step__text {
    margin: 0 auto;
    max-width: 18rem;
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(203, 213, 225, 0.84);
}

/* Why — showcase + stacked cards */
.mkt-hiw-why {
    margin-bottom: 3.25rem;
}

.mkt-hiw-why__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.15fr);
    gap: 2rem 2.5rem;
    align-items: center;
}

.mkt-hiw-why__showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 380px;
    animation: mktFadeUp 0.85s ease-out both;
}

.mkt-hiw-why__showcase-glow {
    position: absolute;
    width: min(100%, 420px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.22) 0%, rgba(34, 197, 94, 0.12) 40%, transparent 68%);
    filter: blur(18px);
    animation: mktHaloPulse 5s ease-in-out infinite;
}

.mkt-hiw-why__showcase-float {
    position: relative;
    z-index: 1;
    animation: mktFloat 6s ease-in-out infinite;
}

.mkt-hiw-why__showcase-img {
    display: block;
    width: min(100%, 400px);
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 28px 52px rgba(34, 197, 94, 0.24));
}

.mkt-hiw-why__content {
    animation: mktFadeUp 0.85s ease-out 0.1s both;
}

.mkt-hiw-why__intro {
    margin: -0.5rem 0 1.35rem;
    font-size: 0.975rem;
    line-height: 1.7;
    color: rgba(203, 213, 225, 0.82);
    max-width: 34rem;
}

.mkt-hiw-why__stack {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
}

.mkt-hiw-why-card {
    padding: 1.2rem 1.25rem 1.15rem;
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease,
        border-color 0.35s ease;
    animation: mktFadeUp 0.7s ease-out both;
    animation-delay: calc(0.08s * var(--hiw-card-i, 0));
}

.mkt-hiw-why-card:hover {
    transform: translateX(6px);
    box-shadow:
        0 20px 50px rgba(2, 6, 23, 0.5),
        0 0 36px rgba(34, 197, 94, 0.1);
}

.mkt-hiw-why-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.mkt-hiw-why-card__tag {
    display: inline-flex;
    padding: 0.28rem 0.65rem;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mkt-green, #22c55e);
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.25);
}

.mkt-hiw-why-card__icon {
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
}

.mkt-hiw-why-card__icon svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 12px rgba(34, 197, 94, 0.22));
}

.mkt-hiw-why-card__title {
    margin: 0 0 0.4rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #f8fafc;
    line-height: 1.4;
}

.mkt-hiw-why-card__text {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.65;
    color: var(--mkt-muted, #9ca3af);
}

/* Stats strip */
.mkt-hiw-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem 1rem;
    padding: 1.35rem 1.5rem;
    margin-bottom: 2.75rem;
    animation: mktFadeUp 0.8s ease-out 0.15s both;
}

.mkt-hiw-stats__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.85rem;
    align-items: center;
    padding: 0.55rem 0.35rem;
    border-radius: 14px;
    transition: background 0.25s ease;
}

.mkt-hiw-stats__item:hover {
    background: rgba(34, 197, 94, 0.05);
}

.mkt-hiw-stats__icon {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(34, 197, 94, 0.14), rgba(56, 189, 248, 0.08));
    border: 1px solid rgba(34, 197, 94, 0.32);
    color: var(--mkt-green, #22c55e);
    box-shadow: 0 0 22px rgba(34, 197, 94, 0.12);
}

.mkt-hiw-stats__icon svg {
    width: 1.3rem;
    height: 1.3rem;
}

.mkt-hiw-stats__value {
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.1;
    color: #f8fafc;
    letter-spacing: -0.025em;
}

.mkt-hiw-stats__label {
    margin-top: 0.2rem;
    font-size: 0.78rem;
    color: var(--mkt-muted, #9ca3af);
}

/* CTA */
.mkt-hiw-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.65rem 1.75rem;
    margin-bottom: 1rem;
    border-radius: 22px;
    border: 1px solid rgba(34, 197, 94, 0.24);
    background: linear-gradient(135deg, rgba(6, 14, 32, 0.82), rgba(8, 20, 40, 0.65));
    animation: mktFadeUp 0.8s ease-out 0.2s both;
}

.mkt-hiw-cta__title {
    margin: 0 0 0.45rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #f8fafc;
}

.mkt-hiw-cta__text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(148, 163, 184, 0.9);
}

.mkt-hiw-cta__action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.mkt-hiw-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.35rem;
    border-radius: 999px;
    background: linear-gradient(105deg, #22c55e, #38bdf8);
    color: #041018;
    font-size: 0.875rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 0 28px rgba(34, 197, 94, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mkt-hiw-cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 36px rgba(34, 197, 94, 0.42);
}

.mkt-hiw-cta__btn svg {
    width: 1rem;
    height: 1rem;
}

@media (max-width: 1024px) {
    .mkt-hiw-video,
    .mkt-hiw-why__layout {
        grid-template-columns: 1fr;
    }

    .mkt-hiw-steps__grid {
        grid-template-columns: 1fr;
    }

    .mkt-hiw-steps__connector {
        display: none;
    }

    .mkt-hiw-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mkt-hiw-why__showcase {
        min-height: 280px;
        order: -1;
    }
}

@media (max-width: 768px) {
    .mkt-hero--hiw {
        grid-template-columns: 1fr;
    }

    .mkt-hiw-hero-visual {
        order: -1;
        min-height: 220px;
        margin-bottom: 0.5rem;
    }

    .mkt-hiw-hero-visual__img {
        width: min(100%, 300px);
    }

    .mkt-hiw-video {
        padding: 1.35rem 1.15rem;
    }

    .mkt-hiw-steps {
        padding: 1.5rem 1.1rem 1.35rem;
    }

    .mkt-hiw-step__badge {
        width: 3rem;
        height: 3rem;
        font-size: 1.2rem;
    }

    .mkt-hiw-stats {
        grid-template-columns: 1fr;
        padding: 1.15rem 1rem;
    }

    .mkt-hiw-cta {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 1.5rem 1.25rem;
    }

    .mkt-hiw-cta__action {
        justify-content: center;
    }

    .mkt-hiw-cta__btn {
        width: 100%;
        justify-content: center;
    }

    .mkt-hiw-why-card:hover {
        transform: translateY(-4px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mkt-hiw-hero-visual__float,
    .mkt-hiw-hero-visual__halo,
    .mkt-hiw-why__showcase-float,
    .mkt-hiw-why__showcase-glow,
    .mkt-hiw-video__glow,
    .mkt-hiw-video__play-ring,
    .mkt-hiw-video__play-ring--2 {
        animation: none !important;
    }

    .mkt-hiw-step__badge {
        animation: none !important;
    }
}

/* ─── Privacy Policy ─── */

.mkt-privacy-root,
.mkt-offer-root {
    --mkt-privacy-glow: rgba(34, 197, 94, 0.22);
}

.mkt-hero--privacy,
.mkt-hero--offer {
    margin-bottom: 2.25rem;
    align-items: center;
}

.mkt-privacy-updated {
    margin: 0 0 0.85rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(148, 163, 184, 0.85);
    letter-spacing: 0.02em;
}

.mkt-privacy-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    animation: mktFadeUp 0.85s ease-out 0.12s both;
}

.mkt-privacy-hero-visual__halo {
    position: absolute;
    width: min(100%, 340px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.18) 0%, rgba(56, 189, 248, 0.08) 42%, transparent 72%);
    animation: mktPulseHalo 4.5s ease-in-out infinite;
}

.mkt-privacy-hero-visual__float {
    position: relative;
    z-index: 1;
    animation: mktFloatY 5s ease-in-out infinite;
}

.mkt-privacy-hero-visual__img,
.mkt-privacy-hero-visual__svg {
    display: block;
    width: min(100%, 320px);
    height: auto;
    filter: drop-shadow(0 0 36px rgba(34, 197, 94, 0.28));
}

.mkt-privacy {
    margin-bottom: 2.5rem;
}

.mkt-privacy-panel {
    padding: 1.35rem 1.25rem;
    border-radius: 22px;
    border: 1px solid rgba(34, 197, 94, 0.2);
    background: rgba(6, 10, 28, 0.55);
    box-shadow: 0 24px 60px rgba(2, 6, 23, 0.35);
}

.mkt-privacy-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mkt-privacy-item {
    border-radius: 16px;
    border: 1px solid rgba(34, 197, 94, 0.18);
    background: rgba(4, 8, 22, 0.72);
    overflow: hidden;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
    animation: mktFadeUp 0.65s ease-out both;
}

.mkt-privacy-item:nth-child(1) { animation-delay: 0.04s; }
.mkt-privacy-item:nth-child(2) { animation-delay: 0.08s; }
.mkt-privacy-item:nth-child(3) { animation-delay: 0.12s; }
.mkt-privacy-item:nth-child(4) { animation-delay: 0.16s; }
.mkt-privacy-item:nth-child(5) { animation-delay: 0.2s; }
.mkt-privacy-item:nth-child(6) { animation-delay: 0.24s; }
.mkt-privacy-item:nth-child(7) { animation-delay: 0.28s; }
.mkt-privacy-item:nth-child(8) { animation-delay: 0.32s; }

.mkt-privacy-item[open] {
    border-color: rgba(34, 197, 94, 0.42);
    background: rgba(6, 14, 32, 0.88);
    box-shadow: 0 10px 32px rgba(2, 6, 23, 0.4);
}

.mkt-privacy-item__summary {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.15rem;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.mkt-privacy-item__summary::-webkit-details-marker {
    display: none;
}

.mkt-privacy-item__num {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 10px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #041018;
    background: linear-gradient(135deg, #22c55e, #38bdf8);
    box-shadow: 0 0 18px rgba(34, 197, 94, 0.35);
}

.mkt-privacy-item__title {
    flex: 1;
    font-size: 0.975rem;
    font-weight: 600;
    color: #f8fafc;
    line-height: 1.35;
}

.mkt-privacy-item__toggle {
    position: relative;
    flex-shrink: 0;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    border: 1px solid rgba(34, 197, 94, 0.35);
    background: rgba(34, 197, 94, 0.08);
    transition: transform 0.25s ease, background 0.25s ease;
}

.mkt-privacy-item__toggle::before,
.mkt-privacy-item__toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.55rem;
    height: 2px;
    background: #22c55e;
    border-radius: 1px;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.mkt-privacy-item__toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.mkt-privacy-item[open] .mkt-privacy-item__toggle {
    background: rgba(34, 197, 94, 0.18);
    transform: rotate(180deg);
}

.mkt-privacy-item[open] .mkt-privacy-item__toggle::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

.mkt-privacy-item__body {
    padding: 0 1.15rem 1.15rem 4.15rem;
}

.mkt-privacy-item__body p {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.72;
    color: rgba(203, 213, 225, 0.88);
}

.mkt-privacy-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.65rem 1.75rem;
    margin-bottom: 1rem;
    border-radius: 22px;
    border: 1px solid rgba(34, 197, 94, 0.24);
    background: linear-gradient(135deg, rgba(6, 14, 32, 0.82), rgba(8, 20, 40, 0.65));
}

.mkt-privacy-cta__title {
    margin: 0 0 0.45rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #f8fafc;
}

.mkt-privacy-cta__text {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(148, 163, 184, 0.9);
}

.mkt-privacy-cta__action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.mkt-privacy-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.35rem;
    border: none;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #041018;
    cursor: pointer;
    background: linear-gradient(105deg, #22c55e, #38bdf8);
    box-shadow: 0 0 28px rgba(34, 197, 94, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mkt-privacy-cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 36px rgba(34, 197, 94, 0.42);
}

.mkt-privacy-cta__btn svg {
    width: 1rem;
    height: 1rem;
}

@media (max-width: 900px) {
    .mkt-hero--privacy,
    .mkt-hero--offer {
        grid-template-columns: 1fr;
    }

    .mkt-privacy-hero-visual {
        order: -1;
        min-height: 220px;
        margin-bottom: 0.25rem;
    }

    .mkt-privacy-hero-visual__img,
    .mkt-privacy-hero-visual__svg {
        width: min(100%, 260px);
    }

    .mkt-privacy-item__body {
        padding-left: 1.15rem;
    }

    .mkt-privacy-cta {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mkt-privacy-cta__action {
        justify-content: center;
    }

    .mkt-privacy-cta__btn {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mkt-privacy-hero-visual__float,
    .mkt-privacy-hero-visual__halo {
        animation: none !important;
    }
}

/* ==========================================================================
   Withdrawals & Fees
   ========================================================================== */

.mkt-wf-root {
    --mkt-wf-line: rgba(34, 197, 94, 0.35);
}

.mkt-hero--wf {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 2rem 3rem;
    align-items: center;
    margin-bottom: 3.25rem;
}

.mkt-hero__copy--wf {
    max-width: 34rem;
    animation: mktFadeUp 0.75s ease-out both;
}

.mkt-wf-hero__title {
    margin-bottom: 1rem;
}

.mkt-wf-hero__lead {
    margin: 0;
    max-width: none;
}

.mkt-wf-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    width: 100%;
    animation: mktFadeUp 0.85s ease-out 0.1s both;
}

.mkt-wf-hero-visual__halo {
    position: absolute;
    inset: 8% 0;
    margin: auto;
    width: min(100%, 380px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.22) 0%, rgba(56, 189, 248, 0.1) 48%, transparent 70%);
    filter: blur(14px);
    animation: mktHaloPulse 4.8s ease-in-out infinite;
}

.mkt-wf-hero-visual__float {
    position: relative;
    z-index: 2;
    width: min(100%, 400px);
    margin: 0 auto;
    animation: mktFloat 5.8s ease-in-out infinite;
}

.mkt-wf-hero-visual__platform {
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translateX(-50%);
    width: 82%;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.mkt-wf-hero-visual__img,
.mkt-wf-hero-visual__svg {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 420px);
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(34, 197, 94, 0.3));
}

.mkt-wf-benefits {
    margin-bottom: 3rem;
}

.mkt-wf-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.mkt-wf-benefit {
    padding: 1.35rem 1.25rem 1.4rem;
    border-radius: 18px;
    border: 1px solid rgba(34, 197, 94, 0.2);
    background: rgba(6, 10, 28, 0.58);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    animation: mktFadeUp 0.7s ease-out both;
}

.mkt-wf-benefit:nth-child(1) { animation-delay: 0.05s; }
.mkt-wf-benefit:nth-child(2) { animation-delay: 0.1s; }
.mkt-wf-benefit:nth-child(3) { animation-delay: 0.15s; }
.mkt-wf-benefit:nth-child(4) { animation-delay: 0.2s; }

.mkt-wf-benefit:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 197, 94, 0.42);
    box-shadow: 0 16px 40px rgba(2, 6, 23, 0.45);
}

.mkt-wf-benefit__icon {
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1rem;
}

.mkt-wf-icon-svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 12px rgba(34, 197, 94, 0.35));
}

.mkt-wf-benefit__title {
    margin: 0 0 0.45rem;
    font-size: 0.975rem;
    font-weight: 700;
    color: #f8fafc;
}

.mkt-wf-benefit__text {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.6;
    color: rgba(148, 163, 184, 0.92);
}

.mkt-wf-section {
    margin-bottom: 3rem;
}

.mkt-wf-section--fees {
    margin-bottom: 2.5rem;
}

.mkt-wf-crypto-strip {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem 1.5rem;
    padding: 1.35rem 1.75rem;
    border-radius: 20px;
    border: 1px solid rgba(34, 197, 94, 0.28);
    background: linear-gradient(135deg, rgba(6, 12, 30, 0.82), rgba(4, 8, 22, 0.72));
    box-shadow: 0 0 40px rgba(34, 197, 94, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    animation: mktFadeUp 0.75s ease-out 0.12s both;
}

.mkt-wf-crypto-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 9rem;
}

.mkt-wf-crypto-symbol {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
}

.mkt-wf-crypto-symbol--usdt {
    filter: drop-shadow(0 0 8px rgba(74, 222, 128, 0.65));
}

.mkt-wf-crypto-symbol--btc {
    filter: drop-shadow(0 0 8px rgba(251, 146, 60, 0.7));
}

.mkt-wf-crypto-symbol--eth {
    filter: drop-shadow(0 0 8px rgba(129, 140, 248, 0.65));
}

.mkt-wf-crypto-symbol--sol {
    filter: drop-shadow(0 0 8px rgba(45, 212, 191, 0.55)) drop-shadow(0 0 10px rgba(168, 85, 247, 0.45));
}

.mkt-wf-crypto-symbol--bnb {
    filter: drop-shadow(0 0 8px rgba(250, 204, 21, 0.7));
}

.mkt-wf-crypto-item__meta {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.mkt-wf-crypto-item__label {
    font-size: 0.95rem;
    font-weight: 700;
    color: #f8fafc;
}

.mkt-wf-crypto-item__net {
    font-size: 0.75rem;
    color: rgba(148, 163, 184, 0.85);
}

.mkt-wf-timeline {
    position: relative;
    padding: 1.5rem 0 0.5rem;
}

.mkt-wf-timeline__track {
    position: absolute;
    top: 2.35rem;
    left: 8%;
    right: 8%;
    height: 3px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgba(34, 197, 94, 0.15), rgba(34, 197, 94, 0.55), rgba(56, 189, 248, 0.45), rgba(34, 197, 94, 0.15));
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.25);
}

.mkt-wf-timeline__list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mkt-wf-timeline__step {
    position: relative;
    text-align: center;
    padding: 0 0.5rem;
    animation: mktFadeUp 0.7s ease-out both;
}

.mkt-wf-timeline__step:nth-child(1) { animation-delay: 0.08s; }
.mkt-wf-timeline__step:nth-child(2) { animation-delay: 0.14s; }
.mkt-wf-timeline__step:nth-child(3) { animation-delay: 0.2s; }
.mkt-wf-timeline__step:nth-child(4) { animation-delay: 0.26s; }

.mkt-wf-timeline__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    font-size: 0.9rem;
    font-weight: 800;
    color: #041018;
    background: linear-gradient(135deg, #22c55e, #38bdf8);
    box-shadow: 0 0 22px rgba(34, 197, 94, 0.45);
    position: relative;
    z-index: 1;
}

.mkt-wf-timeline__title {
    margin: 0 0 0.4rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #f8fafc;
}

.mkt-wf-timeline__text {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(148, 163, 184, 0.9);
}

.mkt-wf-fees__title {
    margin-bottom: 1.25rem;
}

.mkt-wf-fees__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.mkt-wf-fee-card {
    padding: 1.4rem 1.3rem;
    border-radius: 18px;
    border: 1px solid rgba(34, 197, 94, 0.22);
    background: rgba(6, 10, 28, 0.62);
    transition: transform 0.25s ease, border-color 0.25s ease;
    animation: mktFadeUp 0.7s ease-out both;
}

.mkt-wf-fee-card:nth-child(1) { animation-delay: 0.06s; }
.mkt-wf-fee-card:nth-child(2) { animation-delay: 0.12s; }
.mkt-wf-fee-card:nth-child(3) { animation-delay: 0.18s; }

.mkt-wf-fee-card:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 197, 94, 0.4);
}

.mkt-wf-fee-card__icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 0.85rem;
}

.mkt-wf-fee-card__title {
    margin: 0 0 0.4rem;
    font-size: 0.95rem;
    font-weight: 700;
    color: #f8fafc;
}

.mkt-wf-fee-card__text {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.65;
    color: rgba(203, 213, 225, 0.86);
}

.mkt-wf-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    flex-wrap: wrap;
    padding: 1.75rem 1.85rem;
    margin-bottom: 1rem;
    border-radius: 22px;
    border: 1px solid rgba(34, 197, 94, 0.28);
    background: linear-gradient(135deg, rgba(6, 14, 32, 0.88), rgba(8, 22, 42, 0.7));
    box-shadow: 0 0 48px rgba(34, 197, 94, 0.1);
    animation: mktFadeUp 0.8s ease-out 0.1s both;
}

.mkt-wf-cta__title {
    margin: 0 0 0.35rem;
    font-size: clamp(1.2rem, 2.5vw, 1.55rem);
    font-weight: 800;
    color: #f8fafc;
}

.mkt-wf-cta__text {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(148, 163, 184, 0.9);
}

.mkt-wf-cta__btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.85rem 1.5rem;
    border: none;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #041018;
    cursor: pointer;
    white-space: nowrap;
    background: linear-gradient(105deg, #22c55e, #38bdf8);
    box-shadow: 0 0 32px rgba(34, 197, 94, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mkt-wf-cta__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 42px rgba(34, 197, 94, 0.48);
}

.mkt-wf-cta__btn svg {
    width: 1rem;
    height: 1rem;
}

@media (max-width: 1024px) {
    .mkt-wf-benefits__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mkt-wf-timeline__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 2rem;
    }

    .mkt-wf-timeline__track {
        display: none;
    }

    .mkt-wf-fees__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .mkt-hero--wf {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .mkt-hero__copy--wf {
        max-width: none;
    }

    .mkt-wf-hero-visual {
        order: -1;
    }

    .mkt-wf-hero-visual__float {
        width: min(100%, 300px);
    }

    .mkt-wf-benefits__grid {
        grid-template-columns: 1fr;
    }

    .mkt-wf-crypto-strip {
        flex-direction: column;
        align-items: stretch;
    }

    .mkt-wf-crypto-item {
        min-width: 0;
    }

    .mkt-wf-timeline__list {
        grid-template-columns: 1fr;
    }

    .mkt-wf-cta {
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .mkt-wf-cta__btn {
        width: 100%;
        justify-content: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mkt-wf-hero-visual__float,
    .mkt-wf-hero-visual__halo {
        animation: none !important;
    }
}
