/* home-welcome.css v5 — بازگشت nav + marquee ساده */

@font-face {
    font-family: 'Tir-Zebr';
    src: url('/fonts/Tir.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Blabeloo';
    src: url('/fonts/bla.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Mikhak-R';
    src: url('/fonts/Mikhak-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'Diaplo';
    src: url('/fonts/Diaplo.ttf') format('truetype');
    font-display: swap;
}

.mk-page--welcome {
    --wl-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --wl-tagline-color: #f59e0b;
    --wl-grad-1: #f8fafc;
    --wl-grad-2: #8a79ea;
    --wl-grad-3: #1b1c71;
    --wl-grad-4: #14375b;
    background: var(--mk-surface-2);
    overflow-x: clip;
}

[data-theme="dark"] .mk-page--welcome {
    --wl-grad-1: #020617;
    --wl-grad-2: #0c4a6e;
    --wl-grad-3: #1e1b4b;
    --wl-grad-4: #0f172a;
}

/* Scroll progress */
.wl-progress {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    z-index: 13000;
    background: linear-gradient(90deg, #06b6d4, #6366f1, #8b5cf6);
    width: 0;
    transform-origin: right center;
    box-shadow: 0 0 12px rgba(6, 182, 212, 0.6);
    pointer-events: none;
}

/* ═══ HERO ═══ */
.wl-hero {
    position: relative;
    min-height: min(88vh, 820px);
    display: flex;
    align-items: center;
    padding: 3rem 0 4rem;
    overflow: hidden;
    isolation: isolate;
}

.wl-hero-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, var(--wl-grad-1) 0%, var(--wl-grad-2) 35%, var(--wl-grad-3) 70%, var(--wl-grad-4) 100%);
}

.wl-hero-grid-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, #000 20%, transparent 75%);
}

.wl-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.55;
    animation: wl-orb-drift 12s ease-in-out infinite alternate;
}

.wl-orb--1 {
    width: 320px;
    height: 320px;
    background: #06b6d4;
    top: -8%;
    right: 5%;
}

.wl-orb--2 {
    width: 280px;
    height: 280px;
    background: #6366f1;
    bottom: 0;
    left: 10%;
    animation-delay: -4s;
}

.wl-orb--3 {
    width: 200px;
    height: 200px;
    background: #8b5cf6;
    top: 40%;
    left: 45%;
    animation-delay: -8s;
    opacity: 0.35;
}

@keyframes wl-orb-drift {
    0% {
        transform: translate(0, 0) scale(1);
    }

    100% {
        transform: translate(20px, -25px) scale(1.08);
    }
}

.wl-hero-spotlight {
    position: absolute;
    inset: 0;
    background: radial-gradient(600px circle at var(--x, 50%) var(--y, 40%), rgba(6, 182, 212, 0.12), transparent 45%);
    pointer-events: none;
    z-index: 1;
}

.wl-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

.wl-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
    align-items: center;
}

.wl-hero-copy {
    color: #f8fafc;
}

.wl-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.85rem;
    margin-bottom: 3rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #67e8f9;
    background: rgba(6, 182, 212, 0.12);
    border: 1px solid rgba(6, 182, 212, 0.35);
    border-radius: 999px;
    backdrop-filter: blur(8px);
    animation: wl-badge-pulse 3s ease-in-out infinite;
}

@keyframes wl-badge-pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(6, 182, 212, 0.2);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(6, 182, 212, 0);
    }
}

.wl-hero-title {
    font-size: clamp(2.75rem, 7vw, 4.5rem);
    font-weight: 900;
    line-height: 1.05;
    margin: 0 0 0.85rem;
    letter-spacing: -0.04em;
}

.wl-hero-brand {
    display: block;
}

.wl-hero-line {
    font-family: Tir-Zebr !important;
    display: block;
    color: #7df8ae;
}

.wl-hero-highlight {
    font-family: Tir-Zebr !important;
    display: block;
    background: linear-gradient(180deg, #7df8ae 0%, #c47a2a 42%, #dcc9a8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    filter: drop-shadow(0 0 30px rgba(196, 122, 42, 0.22));
}

.wl-hero-seo {
    display: block;
    margin-top: 0.85rem;
    max-width: 28rem;
    font-size: clamp(0.95rem, 2.1vw, 1.15rem);
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 0;
    color: rgba(243, 243, 243, 0.92);
    font-family: Mikhak-R !important;
    -webkit-text-fill-color: rgba(243, 243, 243, 0.92);
}

.wl-hero-sub {
    font-size: clamp(1.1rem, 2.4vw, 1.45rem);
    font-weight: 600;
    margin: 0 0 0.75rem;
    opacity: 0.95;
    font-family: Blabeloo !important;
    color: var(--wl-tagline-color, #f59e0b);
    -webkit-text-fill-color: var(--wl-tagline-color, #f59e0b);
}

.wl-hero-desc p {
    margin: 0 0 0.3rem;
    font-size: 0.95rem;
    line-height: 1.75;
    color: rgba(243, 243, 243, 0.78);
    text-shadow: white 0 0 8px;
    font-family: Mikhak-R !important;
}

.wl-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.5rem;
}

.mk-hero-actions .mk-btn {
    font-family: Diaplo;
}

.mk-hero-actions .mk-btn-primary {
    background: #3d2ec6;
    color: #fff;
}

.mk-hero-actions .mk-btn-primary:hover {
    background: #10c464;
    color: #fff;
}

.wl-hero-copy .mk-btn-secondary {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.22);
    color: #fff;
    backdrop-filter: blur(8px);
}

.wl-hero-copy .mk-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.wl-btn-glow {
    box-shadow: 0 4px 24px rgba(1, 14, 16, 0.895), 0 0 0 1px rgba(6, 182, 212, 0.2) inset;
}

.wl-btn-glow:hover {
    box-shadow: 0 8px 32px rgba(12, 40, 160, 0.692);
    transform: translateY(-2px);
}

.wl-hero-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    list-style: none;
    padding: 0;
    margin: 1.25rem 0 0;
}

.wl-hero-trust li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    font-family: Mikhak-R !important; 
    font-weight: 600;
    color: rgba(248, 250, 252, 0.7);
}

.wl-hero-trust i {
    color: #9f1f1f;
    font-size: 0.7rem;
}

/* Orbit hub */
.wl-hero-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wl-orbit-hub {
    position: relative;
    width: 320px;
    height: 320px;
    margin: 0 auto;
    transform-style: preserve-3d;
    perspective: 800px;
    transition: transform 0.15s var(--wl-ease);
}

.wl-orbit-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(103, 232, 249, 0.25);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wl-orbit-ring--outer {
    width: 100%;
    height: 100%;
    animation: wl-ring-spin 20s linear infinite;
    border-style: dashed;
}

.wl-orbit-ring--inner {
    width: 72%;
    height: 72%;
    animation: wl-ring-spin 14s linear infinite reverse;
    border-color: rgba(99, 102, 241, 0.3);
}

@keyframes wl-ring-spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.wl-orbit-core {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: linear-gradient(135deg, #06b6d4, #6366f1);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.65rem;
    box-shadow: 0 0 40px rgba(6, 182, 212, 0.5), 0 0 80px rgba(99, 102, 241, 0.25);
    animation: wl-core-pulse 3s ease-in-out infinite;
    z-index: 2;
}

@keyframes wl-core-pulse {

    0%,
    100% {
        box-shadow: 0 0 35px rgba(6, 182, 212, 0.45);
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        box-shadow: 0 0 55px rgba(6, 182, 212, 0.65);
        transform: translate(-50%, -50%) scale(1.05);
    }
}

.wl-float-card {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding: 0.85rem 1rem;
    min-width: 88px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(16px);
    color: #fff;
    font-weight: 700;
    font-size: 0.82rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
    z-index: 3;
}

.wl-float-card i {
    font-size: 1.35rem;
    color: #67e8f9;
}

.wl-float-card--1 {
    top: 4%;
    right: 2%;
    animation: wl-float 4s ease-in-out infinite;
}

.wl-float-card--2 {
    bottom: 12%;
    left: -2%;
    animation: wl-float 4.5s ease-in-out 0.5s infinite;
}

.wl-float-card--3 {
    bottom: 8%;
    right: 8%;
    animation: wl-float 3.8s ease-in-out 1s infinite;
}

@keyframes wl-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.wl-domain-pill {
    margin-top: 1rem;
    padding: 0.35rem 1rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #67e8f9;
    background: rgba(6, 182, 212, 0.1);
    border: 1px solid rgba(6, 182, 212, 0.3);
    border-radius: 999px;
}

.wl-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-top: 2.5rem;
}

.wl-stat-card {
    padding: 1rem;
    text-align: center;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    transition: transform 0.3s var(--wl-ease), border-color 0.3s;
    font-family: Mikhak-R;
}

.wl-stat-card:hover {
    transform: translateY(-3px);
    border-color: rgba(6, 182, 212, 0.4);
}

.wl-stat-value {
    display: block;
    font-size: 1.2rem;
    font-weight: 800;
    color: #67e8f9;
}

.wl-stat-label {
    display: block;
    font-size: 0.72rem;
    color: rgba(255, 254, 254, 0.973);
    margin-top: 0.15rem;
    font-size: 14px;
}

.wl-scroll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.95rem;
    margin: 2rem auto 0;
    padding: 0;
    border: none;
    background: none;
    color: rgba(255, 255, 255, 0.801);
    font-family: Mikhak-R;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: color 0.2s;
}

.wl-scroll:hover {
    color: #fff;
}

.wl-scroll-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.687);
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    animation: wl-bounce 2.2s ease-in-out infinite;
}

@keyframes wl-bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(7px);
    }
}

/* Modules marquee */
.wl-modules-strip {
    padding: 0.85rem 0;
    background: var(--mk-surface);
    border-bottom: 1px solid var(--mk-border);
    overflow: hidden;
}

.wl-modules-track {
    display: flex;
    gap: 0.65rem;
    width: max-content;
    animation: wl-marquee 35s linear infinite;
}

@keyframes wl-marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(50%);
    }
}

.wl-module-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.9rem;
    font-family: Mikhak-R;
    font-size: 0.8rem;
    font-weight: 800;
    white-space: nowrap;
    color: var(--mk-text-2);
    background: var(--mk-surface-2);
    border: 1px solid var(--mk-border);
    border-radius: 999px;
}

.wl-module-chip i {
    color: var(--mk-primary-dark);
    font-size: 0.85rem;
}

#story,
#introduction,
#plans {
    scroll-margin-top: calc(4.25rem + 3rem);
}

/* ═══ STORY ═══ */
.wl-story {
    position: relative;
}

.wl-story-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    padding-right: 1.5rem;
}

.wl-story-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.45rem;
    width: 2px;
    background: linear-gradient(180deg, var(--mk-primary), var(--mk-border));
    border-radius: 2px;
}

.wl-story-step {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: center;
}

.wl-story-step--flip .wl-story-img {
    order: 2;
}

.wl-story-step--flip .wl-story-body {
    order: 1;
}

.wl-story-marker {
    position: absolute;
    right: -1.8rem;
    top: -0.5rem;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--mk-primary), #6366f1);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px var(--mk-surface-2), 0 4px 14px rgba(6, 182, 212, 0.35);
    z-index: 1;
}

.wl-story-img {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid var(--mk-border);
    box-shadow: var(--mk-shadow-lg);
    transition: transform 0.4s var(--wl-ease);
}

.wl-story-step.is-visible .wl-story-img:hover {
    transform: scale(1.02) rotate(-0.5deg);
}

.wl-story-img-glow {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.2), transparent 60%);
    pointer-events: none;
    z-index: 0;
}

.wl-story-img img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    min-height: 260px;
    max-height: 400px;
    object-fit: cover;
}

.wl-story-body h3 {
    margin: 0 0 0.65rem;
    font-size: 1.85rem;
    letter-spacing: -0.02em;
    font-family: Tir-Zebr !important;
    text-shadow: #a4c4b8 0 0 20px ;
}

.wl-story-body p {
    margin: 0 0 0.85rem;
    font-family: Mikhak-R !important;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.9;
    color: var(--mk-muted);
}

.wl-story-quote {
    margin: 0;
    padding: 0.75rem 1rem;
    border-right: 3px solid var(--mk-primary);
    background: linear-gradient(90deg, var(--mk-primary-soft), transparent);
    border-radius: 0 12px 12px 0;
    font-weight: 600;
    font-size: 0.88rem;
    font-style: italic;
    color: var(--mk-text);
}

/* ═══ FEATURES ═══ */
.wl-features {
    position: relative;
}

.wl-features-grid {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 0.85rem;
    align-items: stretch;
    perspective: 1000px;
}

.wl-feature {
    padding: 0;
    background: transparent;
    transform-style: preserve-3d;
}

.wl-feature-inner {
    height: 100%;
    padding: 1.4rem 1.25rem;
    background: var(--mk-surface);
    border: 1px solid var(--mk-border);
    border-radius: var(--mk-radius-lg);
    transition: transform 0.18s var(--wl-ease), box-shadow 0.3s, border-color 0.3s;
}

.wl-feature--hero .wl-feature-inner {
    padding: 1.75rem 1.4rem;
    border-color: rgba(6, 182, 212, 0.35);
    background: linear-gradient(145deg, var(--mk-primary-soft), var(--mk-surface));
    box-shadow: var(--mk-shadow-lg);
}

.wl-feature:hover .wl-feature-inner {
    border-color: rgba(6, 182, 212, 0.45);
    box-shadow: 0 16px 40px rgba(6, 182, 212, 0.12);
}

.wl-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--mk-primary-soft), rgba(50, 100, 200, 0.407));
    color: var(--mk-primary-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 0.85rem;
    box-shadow: 0 4px 14px rgba(6, 182, 212, 0.15);
}

.wl-feature h3 {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    font-weight: 700;
}

.wl-feature p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.75;
    color: var(--mk-muted);
}

/* ═══ INTRO ═══ */
.wl-intro-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 3rem;
    align-items: center;
}

.wl-intro-visual {
    position: relative;
}

.wl-intro-frame {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid var(--mk-border);
    box-shadow: var(--mk-shadow-lg);
}

.wl-intro-frame-ring {
    position: absolute;
    inset: -3px;
    border-radius: 24px;
    background: linear-gradient(135deg, #06b6d4, #6366f1, #8b5cf6);
    z-index: -1;
    opacity: 0.7;
}

.wl-intro-frame img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.wl-intro-float {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--mk-surface);
    border: 1px solid var(--mk-border);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mk-primary-dark);
    font-size: 1.1rem;
    box-shadow: var(--mk-shadow);
}

.wl-intro-float--1 {
    top: 3%;
    left: -47px;
    animation: wl-float 4s ease-in-out infinite;
}

.wl-intro-float--2 {
    bottom: 1%;
    right: -50px;
    animation: wl-float 5s ease-in-out 0.6s infinite;
}

.wl-intro-text h2 {
    margin: 0 0 0.75rem;
    font-size: 1.5rem;
    font-weight: 800;
}

.wl-intro-text p {
    margin: 0 0 0.65rem;
    font-size: 0.92rem;
    font-weight: bold;
    line-height: 1.85;
    color: var(--mk-muted-Text);
}

.wl-intro-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    font-family: Mikhak-R !important;
    font-weight: 600;
}

.wl-intro-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}

.wl-intro-list i {
    color: var(--mk-primary);
    margin-top: 0.2rem;
}

.wl-intro-list a {
    color: var(--mk-primary-dark);
    font-weight: 600;
    text-decoration: none;
}

.wl-intro-list a:hover {
    text-decoration: underline;
}

.wl-intro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

/* ═══ PLANS ═══ */
.wl-plans-section {
    position: relative;
}

.wl-plans .mk-plan {
    padding: 0;
    background: transparent;
    border: none;
    transform-style: preserve-3d;
}

.wl-plan-inner {
    height: 100%;
    padding: 1.35rem 1.2rem;
    background: var(--mk-surface);
    border: 1px solid var(--mk-border);
    border-radius: var(--mk-radius-lg);
    display: flex;
    flex-direction: column;
    transition: transform 0.18s var(--wl-ease), box-shadow 0.35s;
}

.wl-plan-inner .mk-btn {
    margin-top: auto;
}

.wl-plans .mk-plan.is-featured .wl-plan-inner {
    border-color: rgba(6, 182, 212, 0.45);
    box-shadow: 0 0 0 1px rgba(6, 182, 212, 0.15), 0 20px 50px rgba(6, 182, 212, 0.15);
}

.wl-plans .mk-plan:hover .wl-plan-inner {
    box-shadow: 0 18px 45px rgba(6, 182, 212, 0.14);
}

.mk-page--welcome .mk-price {
    color: var(--mk-price-color, #0e7490);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

[data-theme="dark"] .mk-page--welcome .mk-price {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

/* ═══ TERMS ═══ */
.wl-terms-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.85rem;
    font-family: Mikhak-R !important;
    font-weight: 600;
    font-size: 0.88rem;
}

.wl-terms-card {
    padding: 0;
    background: transparent;
    transform-style: preserve-3d;
}

.wl-terms-inner {
    height: 100%;
    padding: 1.25rem 1.15rem;
    background: var(--mk-surface);
    border: 1px solid var(--mk-border);
    border-radius: var(--mk-radius-lg);
    transition: transform 0.18s var(--wl-ease), border-color 0.25s, box-shadow 0.3s;
}

.wl-terms-card:hover .wl-terms-inner {
    border-color: rgba(6, 182, 212, 0.35);
    box-shadow: var(--mk-shadow);
}

.wl-terms-inner h3 {
    margin: 0 0 0.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.wl-terms-inner h3 i {
    color: var(--mk-primary-dark);
}

.wl-terms-inner p {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.75;
    color: var(--mk-muted);
}

.wl-terms-inner a {
    color: var(--mk-primary-dark);
    font-weight: 600;
}

/* ═══ CTA ═══ */
.wl-cta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 2rem 1.85rem;
    border-radius: 24px;
    overflow: hidden;
    background: linear-gradient(135deg, #96cef6 0%, #2e4273e6 40%, #092643 100%);
    color: #f8fafc;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 60px rgba(6, 182, 212, 0.2);
}

.wl-cta-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.07) 50%, transparent 60%);
    animation: wl-cta-shine 5s ease-in-out infinite;
    pointer-events: none;
}

@keyframes wl-cta-shine {

    0%,
    100% {
        transform: translateX(-100%);
    }

    50% {
        transform: translateX(100%);
    }
}

.wl-cta-copy {
    position: relative;
    z-index: 1;
}

.wl-cta h2 {
    margin: 0 0 0.4rem;
    font-size: 1.4rem;
    font-weight: 800;
    color: white;
}

.wl-cta p {
    margin: 0;
    font-size: 0.92rem;
    opacity: 0.88;
    line-height: 1.7;
    max-width: 34rem;
}

.wl-cta-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.wl-cta .mk-btn-secondary {
    background: rgba(51, 70, 148, 0.596);
    border-color: rgba(255, 255, 255, 0.22);
    color: #f8fafc;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 960px) {
    .wl-hero {
        min-height: auto;
        padding: 2rem 0 3rem;
    }

    .wl-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .wl-hero-actions,
    .wl-hero-trust {
        justify-content: center;
    }

    .wl-orbit-hub {
        width: 260px;
        height: 260px;
    }

    .wl-hero-stats {
        grid-template-columns: 1fr;
    }

    .wl-story-timeline {
        padding-right: 0;
    }

    .wl-story-timeline::before,
    .wl-story-marker {
        display: none;
    }

    .wl-story-step,
    .wl-story-step--flip {
        grid-template-columns: 1fr;
    }

    .wl-story-step--flip .wl-story-img,
    .wl-story-step--flip .wl-story-body {
        order: unset;
    }

    .wl-features-grid {
        grid-template-columns: 1fr;
    }

    .wl-feature--hero .wl-feature-inner {
        padding: 1.4rem 1.25rem;
    }

    .wl-intro-grid {
        grid-template-columns: 1fr;
    }

    .wl-terms-grid {
        grid-template-columns: 1fr;
    }

    .wl-cta {
        flex-direction: column;
        text-align: center;
    }

    .wl-cta-actions {
        justify-content: center;
    }

    .wl-section-cta {
        margin-right: 0;
    }
}

/* ===== SEO + FAQ blocks ===== */
.wl-mark {
    color: #ff6b6b;
    font-weight: 800;
}

.wl-seo-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 2rem 2.75rem;
    align-items: start;
    margin-bottom: 3rem;
}

.wl-seo-lead p {
    margin: 0 0 1.1rem;
    font-size: 1rem;
    line-height: 2.05;
    color: var(--text-secondary, #94a3b8);
    font-family: Mikhak-R, Vazirmatn, sans-serif;
    font-weight: 600;
}

.wl-seo-lead strong {
    color: var(--text-primary, #e2e8f0);
    font-weight: 800;
}

.wl-seo-lead a {
    color: var(--wl-accent, #22d3ee);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dashed rgba(34, 211, 238, 0.45);
    transition: color 0.2s, border-color 0.2s;
}

.wl-seo-lead a:hover {
    color: #ff6b6b;
    border-bottom-color: rgba(255, 107, 107, 0.55);
}

/* Topic cards */
.wl-seo-topics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.wl-topic-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1.05rem 1.1rem;
    border-radius: 16px;
    text-decoration: none;
    border: 1px solid var(--chrome-border, rgba(148, 163, 184, 0.2));
    background: var(--bg-secondary, rgba(148, 163, 184, 0.05));
    overflow: hidden;
    transition: transform 0.25s var(--chrome-ease, ease), border-color 0.25s, box-shadow 0.25s;
}

.wl-topic-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(34, 211, 238, 0.12), rgba(255, 107, 107, 0.06) 60%, transparent);
    opacity: 0;
    transition: opacity 0.25s;
    pointer-events: none;
}

.wl-topic-card:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 211, 238, 0.45);
    box-shadow: 0 16px 34px rgba(2, 8, 23, 0.3);
}

.wl-topic-card:hover::before {
    opacity: 1;
}

.wl-topic-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--wl-accent, #06b6d4), #0891b2);
    color: #fff;
    font-size: 0.95rem;
    box-shadow: 0 6px 16px rgba(6, 182, 212, 0.25);
}

.wl-topic-title {
    font-family: Mikhak-R, Vazirmatn, sans-serif;
    font-weight: 800;
    font-size: 0.98rem;
    color: var(--text-primary, #e2e8f0);
}

.wl-topic-text {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.75;
    color: var(--text-secondary, #94a3b8);
    font-family: Mikhak-R, Vazirmatn, sans-serif;
}

.wl-topic-more {
    margin-top: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: #ff6b6b;
    font-family: Mikhak-R, Vazirmatn, sans-serif;
}

.wl-topic-more i {
    font-size: 0.68rem;
    transition: transform 0.25s var(--chrome-ease, ease);
}

.wl-topic-card:hover .wl-topic-more i {
    transform: translateX(-4px);
}

/* Steps */
.wl-seo-how h2 {
    margin: 0 0 1.5rem;
    font-size: clamp(1.3rem, 2.6vw, 1.7rem);
    color: var(--text-primary, #e2e8f0);
    text-align: center;
    font-family: Mikhak-R, Vazirmatn, sans-serif;
    font-weight: 800;
}

.wl-seo-steps {
    list-style: none;
    counter-reset: wlstep;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.85rem;
    margin: 0;
    padding: 0;
}

.wl-seo-steps li {
    counter-increment: wlstep;
    position: relative;
    padding: 2.7rem 1.05rem 1.1rem;
    border-radius: 16px;
    border: 1px solid var(--chrome-border, rgba(148, 163, 184, 0.2));
    background: var(--bg-secondary, rgba(148, 163, 184, 0.05));
    font-size: 0.83rem;
    line-height: 1.85;
    color: var(--text-secondary, #94a3b8);
    font-family: Mikhak-R, Vazirmatn, sans-serif;
    overflow: hidden;
    transition: transform 0.25s var(--chrome-ease, ease), border-color 0.25s;
}

.wl-seo-steps li:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 107, 107, 0.4);
}

.wl-seo-steps li::before {
    content: counter(wlstep, decimal-leading-zero);
    position: absolute;
    top: 0.5rem;
    right: 1.05rem;
    font-size: 1.9rem;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(180deg, var(--wl-accent, #22d3ee), #ff6b6b);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    opacity: 0.85;
}

.wl-seo-steps li strong {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--text-primary, #e2e8f0);
}

.wl-seo-steps li a {
    color: var(--wl-accent, #22d3ee);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px dashed rgba(34, 211, 238, 0.45);
}

.wl-seo-steps li a:hover {
    color: #ff6b6b;
}

/* FAQ — پنل دونیمه شیک */
.wl-faq-split {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    gap: 1rem 1.35rem;
    align-items: stretch;
    max-width: 58rem;
    margin: 0 auto;
}

.wl-faq-nav {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.wl-faq-nav-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: center;
    width: 100%;
    text-align: right;
    border: 1px solid var(--chrome-border, rgba(148, 163, 184, 0.18));
    background: var(--bg-secondary, rgba(255, 255, 255, 0.03));
    color: inherit;
    border-radius: 14px;
    padding: 0.7rem 0.85rem;
    cursor: pointer;
    transition: border-color 0.22s, background 0.22s, transform 0.22s, box-shadow 0.22s;
}

.wl-faq-nav-item:hover {
    border-color: rgba(34, 211, 238, 0.35);
    transform: translateX(-2px);
}

.wl-faq-nav-item.is-active {
    border-color: rgba(255, 107, 107, 0.45);
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1), rgba(34, 211, 238, 0.06));
    box-shadow: 0 10px 24px rgba(2, 8, 23, 0.18);
}

.wl-faq-nav-num {
    width: 2rem;
    height: 2rem;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 900;
    direction: ltr;
    color: var(--wl-accent, #22d3ee);
    background: rgba(34, 211, 238, 0.1);
    border: 1px solid rgba(34, 211, 238, 0.22);
    font-family: Mikhak-R, Vazirmatn, sans-serif;
}

.wl-faq-nav-item.is-active .wl-faq-nav-num {
    color: #fff;
    background: linear-gradient(135deg, #ff6b6b, #e11d48);
    border-color: transparent;
}

.wl-faq-nav-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
}

.wl-faq-nav-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--wl-accent, #22d3ee);
    font-family: Mikhak-R, Vazirmatn, sans-serif;
}

.wl-faq-nav-q {
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1.55;
    color: var(--text-primary, #e2e8f0);
    font-family: Mikhak-R, Vazirmatn, sans-serif;
}

.wl-faq-panel-wrap {
    position: relative;
    border-radius: 18px;
    border: 1px solid var(--chrome-border, rgba(148, 163, 184, 0.2));
    background:
        linear-gradient(160deg, rgba(34, 211, 238, 0.08), rgba(255, 107, 107, 0.05) 45%, transparent),
        var(--bg-secondary, rgba(15, 23, 42, 0.45));
    box-shadow: 0 18px 40px rgba(2, 8, 23, 0.2);
    padding: 1.35rem 1.4rem;
    min-height: 100%;
}

.wl-faq-panel {
    display: none;
    animation: wlFaqPanelIn 0.3s ease;
}

.wl-faq-panel.is-active {
    display: block;
}

@keyframes wlFaqPanelIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.wl-faq-panel-top {
    margin-bottom: 0.85rem;
}

.wl-faq-panel-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.55rem;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #ff6b6b;
    background: rgba(255, 107, 107, 0.1);
    border: 1px solid rgba(255, 107, 107, 0.28);
    font-family: Mikhak-R, Vazirmatn, sans-serif;
}

.wl-faq-panel h3 {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.7;
    color: var(--text-primary, #e2e8f0);
    font-family: Mikhak-R, Vazirmatn, sans-serif;
}

.wl-faq-panel > p {
    margin: 0 0 0.9rem;
    font-size: 0.94rem;
    line-height: 2;
    color: var(--text-secondary, #94a3b8);
    font-family: Mikhak-R, Vazirmatn, sans-serif;
    font-weight: 600;
}

.wl-faq-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 0.6rem;
}

.wl-faq-links a {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--wl-accent, #22d3ee);
    text-decoration: none;
    border: 1px solid rgba(34, 211, 238, 0.3);
    background: rgba(34, 211, 238, 0.07);
    transition: color 0.2s, border-color 0.2s, background 0.2s;
}

.wl-faq-links a:hover {
    color: #ff6b6b;
    border-color: rgba(255, 107, 107, 0.5);
    background: rgba(255, 107, 107, 0.08);
}

@media (max-width: 800px) {
    .wl-faq-split {
        grid-template-columns: 1fr;
    }

    .wl-faq-panel-wrap {
        min-height: 0;
    }
}

@media (max-width: 900px) {
    .wl-seo-grid {
        grid-template-columns: 1fr;
    }

    .wl-seo-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .wl-seo-topics {
        grid-template-columns: 1fr;
    }

    .wl-seo-steps {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {

    .wl-orb,
    .wl-orbit-ring,
    .wl-orbit-core,
    .wl-float-card,
    .wl-scroll-icon,
    .wl-modules-track,
    .wl-cta-shine,
    .wl-hero-badge,
    .wl-intro-float {
        animation: none !important;
    }

    .wl-story-step.is-visible .wl-story-img:hover {
        transform: none;
    }

    .wl-feature-inner,
    .wl-plan-inner,
    .wl-terms-inner,
    .wl-orbit-hub {
        transform: none !important;
    }

    .wl-stat-card:hover {
        transform: none;
    }
}