/* ═══════════════════════════════════════════════════════════
   Webmaster — Website Design Page v3 (Studio Premium)
   ═══════════════════════════════════════════════════════════ */
.wm-wd-page {
    --wm-wd-primary: var(--wm-module-primary);
    --wm-wd-primary-2: var(--wm-module-soft);
    --wm-wd-primary-glow: var(--wm-brand-primary-glow);
    --wm-wd-accent: var(--wm-module-accent);
    --wm-wd-accent-glow: var(--wm-brand-accent-glow);
    --wm-wd-gold: var(--wm-module-accent-light);
    --wm-wd-dark: var(--wm-module-primary-deep);
    --wm-wd-dark-2: var(--wm-module-primary-dark);
    --wm-wd-ink: var(--wm-module-ink);
    --wm-wd-muted: var(--wm-module-muted);
    --wm-wd-line: var(--wm-module-line);
    --wm-wd-surface: var(--wm-module-surface);
    --wm-wd-surface-soft: var(--wm-module-bg-soft);
    --wm-wd-tint: var(--wm-brand-pill);
    --wm-wd-primary-bg: var(--wm-brand-pill);
    --wm-wd-glow: var(--wm-brand-glow-soft);
    --wm-wd-glow-strong: var(--wm-brand-glow-strong);
    --wm-wd-shadow: var(--wm-brand-shadow);
    --wm-wd-tint-warm: #fff7e6;
    --wm-wd-radius: 24px;
    --wm-wd-radius-md: 16px;
    --wm-wd-radius-sm: 12px;
    --wm-wd-pill: 999px;
    --wm-wd-wrap: var(--wm-container, 1360px);
    --wm-wd-section: clamp(72px, 9vw, 120px);
    --wm-seo-primary: var(--wm-wd-primary);
    --wm-seo-primary-deep: var(--wm-wd-dark);
    --wm-seo-accent: var(--wm-wd-accent);
    --wm-seo-accent-glow: var(--wm-wd-accent-glow);
    --wm-seo-primary-glow: var(--wm-wd-primary-glow);
    --wm-seo-dark: var(--wm-wd-dark);
    --wm-seo-ink: var(--wm-wd-ink);
    --wm-seo-muted: var(--wm-wd-muted);
    --wm-seo-line: var(--wm-wd-line);
    --wm-seo-surface: var(--wm-wd-surface);
    --wm-seo-bg: var(--wm-brand-bg);
    --wm-seo-radius: 18px;
    --wm-seo-pill: var(--wm-wd-pill);
    --wm-seo-wrap: var(--wm-wd-wrap);
    --wm-seo-section-y: clamp(48px, 6vw, 80px);
    direction: rtl;
    font-family: inherit;
    color: var(--wm-wd-ink);
    background: var(--wm-brand-bg);
    overflow: hidden;
    position: relative;
}

.wm-wd-page *,
.wm-wd-page *::before,
.wm-wd-page *::after {
    box-sizing: border-box;
}

/* Elementor FA SVGs default to black fill — inherit parent color instead */
.wm-wd-page svg.e-font-icon-svg,
.wm-wd-page svg.e-font-icon-svg path {
    fill: currentColor;
}

.wm-wd-page svg.e-font-icon-svg {
    width: 1.15em;
    height: 1.15em;
    display: block;
    flex-shrink: 0;
}

.wm-wd-wrap {
    width: 100%;
    max-width: var(--wm-wd-wrap);
    margin: 0 auto;
    padding-inline: var(--wm-gutter, clamp(16px, 2.8vw, 36px));
}

.wm-wd-page--section.wm-wd-page {
    background: transparent;
    overflow: visible;
}

.wm-wd-page .wm-seo-process {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-block: var(--wm-wd-section);
    padding-inline: 0;
}

.wm-wd-page .wm-seo-process > :is(header, .wm-seo-process__track) {
    max-width: var(--wm-wd-wrap);
    margin-inline: auto;
    padding-inline: var(--wm-gutter, clamp(16px, 2.8vw, 36px));
}

.wm-wd-page .wm-seo-process__icon--4 { background: var(--wm-grad-icon-4); }
.wm-wd-page .wm-seo-process__icon--5 { background: var(--wm-grad-icon-0); }
.wm-wd-page .wm-seo-process__icon--6 { background: var(--wm-grad-icon-1); }

.wm-wd-page .wm-seo-pricing {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-block: var(--wm-wd-section);
    padding-inline: 0;
    background: linear-gradient(180deg, var(--wm-wd-surface) 0%, var(--wm-wd-surface-soft) 100%);
}

.wm-wd-page .wm-seo-pricing > :is(header, .wm-seo-pricing__grid, .wm-seo-pricing__note) {
    max-width: var(--wm-wd-wrap);
    margin-inline: auto;
    padding-inline: var(--wm-gutter, clamp(16px, 2.8vw, 36px));
}

.wm-wd-page .wm-seo-pricing__note {
    max-width: calc(var(--wm-wd-wrap) - var(--wm-gutter, 36px) * 2);
}

.wm-wd-page .wm-seo-content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    padding-block: var(--wm-wd-section);
    padding-inline: 0;
    background: var(--wm-brand-bg);
}

.wm-wd-page .wm-seo-content > :is(header, .wm-seo-content__prose) {
    max-width: var(--wm-wd-wrap);
    margin-inline: auto;
    padding-inline: var(--wm-gutter, clamp(16px, 2.8vw, 36px));
}

.wm-wd-page .wm-seo-content__prose {
    max-width: min(960px, calc(100% - var(--wm-gutter, 36px) * 2));
}

/* aurora bg */
.wm-wd-page__aurora {
    pointer-events: none;
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.wm-wd-page__aurora i {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.5;
}

.wm-wd-page__aurora i:nth-child(1) {
    width: 55vw;
    height: 55vw;
    max-width: 700px;
    max-height: 700px;
    background: var(--wm-wd-primary);
    top: -20%;
    right: -10%;
    opacity: 0.14;
}

.wm-wd-page__aurora i:nth-child(2) {
    width: 40vw;
    height: 40vw;
    max-width: 500px;
    background: var(--wm-wd-primary-2);
    bottom: 30%;
    left: -15%;
    opacity: 0.1;
}

.wm-wd-page__aurora i:nth-child(3) {
    width: 30vw;
    height: 30vw;
    background: var(--wm-wd-accent);
    bottom: -5%;
    right: 25%;
    opacity: 0.06;
}

/* typography */
.wm-wd-heading {
    margin: 0 0 16px;
    font-size: clamp(1.6rem, 3.2vw, 2.25rem);
    font-weight: 900;
    line-height: 1.35;
    color: var(--wm-wd-ink);
    letter-spacing: -0.02em;
}

.wm-wd-heading--light {
    color: #fff;
}

.wm-wd-subtext {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--wm-wd-muted);
    max-width: 640px;
}

.wm-wd-subtext--light {
    color: rgba(255, 255, 255, 0.72);
}

/* pills & buttons */
.wm-wd-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: var(--wm-wd-pill);
    background: var(--wm-brand-pill);
    color: var(--wm-wd-primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.wm-wd-pill--glass {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
}

.wm-wd-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 32px;
    border-radius: var(--wm-wd-pill);
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
    white-space: nowrap;
    font-family: inherit;
}

.wm-wd-btn--glow {
    background: var(--wm-wd-primary, #5546c9);
    color: #fff;
    box-shadow: 0 10px 28px rgba(85, 70, 201, 0.42);
}

.wm-wd-btn--glow:hover {
    color: #fff;
    background: var(--wm-wd-primary-2, #6e5fe8);
    transform: translateY(-2px);
    box-shadow: 0 14px 34px var(--wm-wd-primary-glow);
}

/* Elementor: رنگ تیره فقط برای بخش‌های واقعاً تیره */
.wm-wd-btn--ghost {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    color: #fff;
}

.wm-wd-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
}

.wm-wd-btn--light {
    background: #fff;
    color: var(--wm-wd-primary);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}

.wm-wd-btn--light:hover {
    color: var(--wm-wd-primary);
    transform: translateY(-2px);
}

.wm-wd-link-arrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--wm-wd-primary);
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
    transition: gap 0.25s ease;
}

.wm-wd-link-arrow:hover {
    gap: 14px;
    color: var(--wm-wd-primary-2);
}

/* reveal */
.wm-wd-reveal {
    transition: opacity 0.7s ease, transform 0.7s ease;
    transition-delay: var(--wm-wd-delay, 0s);
}

.wm-wd-page.wm-wd-js:not(.wm-wd-page--section) .wm-wd-reveal:not(.is-visible) {
    opacity: 0;
    transform: translateY(40px);
}

.wm-wd-page--section .wm-wd-reveal,
.wm-wd-reveal.is-visible {
    opacity: 1;
    transform: none;
}

/* Elementor editor/preview — never hide sections while editing */
.elementor-editor-active .wm-wd-reveal,
.elementor-preview-root .wm-wd-reveal,
body[class*="elementor"] .wm-wd-page .wm-wd-reveal {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

/* tabs */
.wm-wd-tab {
    padding: 11px 24px;
    border-radius: var(--wm-wd-pill);
    border: 1.5px solid var(--wm-wd-line);
    background: #fff;
    color: var(--wm-wd-muted);
    font-size: 0.88rem;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    transition: all 0.22s ease;
}

.wm-wd-tab.is-active {
    background: var(--wm-wd-primary);
    border-color: var(--wm-wd-primary);
    color: #fff;
    box-shadow: 0 8px 24px var(--wm-wd-primary-glow);
}

.wm-wd-tab:hover:not(.is-active) {
    border-color: var(--wm-wd-primary-2);
    color: var(--wm-wd-primary);
}

/* ═══ HERO (light — هم‌خوان با سئو) ═════════════════════ */
.wm-wd-hero {
    position: relative;
    z-index: 1;
    isolation: isolate;
    overflow: hidden;
    padding: clamp(56px, 8vw, 100px) 0 clamp(40px, 6vw, 72px);
    color: var(--wm-wd-ink);
    max-width: none !important;
    background: linear-gradient(180deg, var(--wm-wd-surface-soft) 0%, var(--wm-wd-surface) 42%, var(--wm-brand-bg) 100%);
}

.wm-wd-hero__backdrop {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(ellipse 52% 42% at 82% 12%, rgba(85, 70, 201, 0.14), transparent),
        radial-gradient(ellipse 38% 36% at 8% 78%, rgba(110, 95, 232, 0.1), transparent),
        radial-gradient(ellipse 32% 30% at 68% 58%, rgba(254, 168, 13, 0.06), transparent);
}

.wm-wd-hero .wm-wd-wrap,
.wm-wd-hero__wrap {
    position: relative;
    z-index: 1;
}

.wm-wd-hero__layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(40px, 6vw, 80px);
    align-items: center;
}

.wm-wd-hero .wm-wd-pill--glass {
    background: var(--wm-brand-primary-tint);
    border: none;
    color: var(--wm-wd-primary);
    backdrop-filter: none;
    letter-spacing: 0.02em;
    text-transform: none;
    font-weight: 700;
}

.wm-wd-hero__title {
    margin: 0 0 24px;
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--wm-wd-ink) 0%, var(--wm-wd-primary) 52%, var(--wm-wd-primary-2) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.wm-wd-hero__lead {
    margin: 0 0 20px;
    font-size: 1.05rem;
    line-height: 1.85;
    color: var(--wm-wd-muted);
    max-width: 540px;
}

.wm-wd-hero__details {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 32px;
}

.wm-wd-hero__details p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.85;
    color: var(--wm-wd-muted);
}

.wm-wd-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 48px;
}

.wm-wd-hero .wm-wd-btn--glow {
    background: var(--wm-grad-cta);
    box-shadow: 0 10px 28px var(--wm-wd-primary-glow);
}

.wm-wd-hero .wm-wd-btn--glow:hover {
    background: var(--wm-grad-cta);
    box-shadow: 0 14px 34px var(--wm-wd-accent-glow);
}

.wm-wd-hero .wm-wd-btn--ghost {
    background: transparent;
    border: 2px solid var(--wm-wd-line);
    color: var(--wm-wd-ink);
}

.wm-wd-hero .wm-wd-btn--ghost:hover {
    background: transparent;
    border-color: var(--wm-wd-primary);
    color: var(--wm-wd-primary);
}

.wm-wd-hero__metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.wm-wd-hero .wm-wd-metric {
    padding: 22px 24px;
    border-radius: var(--wm-wd-radius-md);
    background: var(--wm-wd-surface);
    border: 1px solid var(--wm-wd-line);
    box-shadow: 0 10px 32px var(--wm-wd-glow);
    backdrop-filter: none;
}

.wm-wd-hero .wm-wd-metric__val {
    display: block;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 900;
    color: var(--wm-wd-primary);
    line-height: 1;
    margin-bottom: 8px;
}

.wm-wd-hero .wm-wd-metric__lbl {
    font-size: 0.85rem;
    line-height: 1.55;
    color: var(--wm-wd-muted);
}

/* device showcase */
.wm-wd-hero .wm-wd-device__glow {
    position: absolute;
    inset: -20%;
    background: radial-gradient(circle, var(--wm-brand-primary-tint-md), transparent 65%);
    pointer-events: none;
    z-index: 0;
}

.wm-wd-hero .wm-wd-device__screen {
    position: relative;
    z-index: 1;
    border-radius: var(--wm-wd-radius);
    overflow: hidden;
    aspect-ratio: 3 / 2;
    background: #1a1433;
    border: 1px solid var(--wm-wd-line);
    box-shadow:
        0 24px 56px rgba(85, 70, 201, 0.12),
        0 0 0 1px rgba(255, 255, 255, 0.8) inset;
}

.wm-wd-hero .wm-wd-device__chips li {
    background: var(--wm-wd-surface);
    border: 1px solid var(--wm-wd-line);
    color: var(--wm-wd-muted);
    backdrop-filter: none;
}

.wm-wd-hero .wm-wd-device__chips i {
    color: var(--wm-wd-primary);
}

.wm-wd-device {
    position: relative;
}

.wm-wd-hero .wm-wd-device .wm-fake-visual__screen,
.wm-wd-hero .wm-wd-device .wm-fake-visual--hero-device {
    background: linear-gradient(165deg, var(--wm-brand-pill) 0%, var(--wm-wd-surface) 100%);
}

.wm-wd-hero .wm-wd-device .wm-fake-visual__hero-block {
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--wm-brand-purple-soft) 55%, #fff),
        color-mix(in srgb, var(--wm-wd-primary) 28%, #fff)
    );
}

.wm-wd-hero .wm-wd-device .wm-fake-visual__row span {
    background: var(--wm-brand-primary-tint);
}

.wm-wd-device__media {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    vertical-align: top;
}

.wm-wd-device__placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, var(--wm-wd-dark), var(--wm-wd-dark-2));
}

.wm-wd-device__play {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    color: var(--wm-wd-primary);
    font-size: 1.3rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 2;
}

.wm-wd-device.is-playing .wm-wd-device__play {
    opacity: 0;
    pointer-events: none;
}

.wm-wd-device__chips {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.wm-wd-device__chips li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: var(--wm-wd-pill);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.8rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
}

.wm-wd-device__chips i {
    color: var(--wm-wd-primary-2);
}

/* device mock inside hero (light) — see .wm-wd-hero rules above */

/* ═══ PORTFOLIO — light (هم‌خوان با سئو) ═════════════════ */
.wm-wd-portfolio {
    position: relative;
    z-index: 2;
    padding: 0 !important;
    max-width: none !important;
}

.wm-wd-portfolio__shell {
    position: relative;
    padding: var(--wm-wd-section) 0;
    color: var(--wm-wd-ink);
    overflow: hidden;
    background: linear-gradient(180deg, var(--wm-brand-bg) 0%, var(--wm-wd-surface-soft) 48%, var(--wm-wd-surface) 100%);
}

.wm-wd-portfolio__shell::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 40% at 88% 10%, rgba(85, 70, 201, 0.1), transparent),
        radial-gradient(ellipse 42% 38% at 6% 88%, rgba(110, 95, 232, 0.08), transparent);
    pointer-events: none;
}

.wm-wd-portfolio__shell::after {
    content: none;
}

.wm-wd-portfolio__toolbar {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.wm-wd-portfolio__filters-row {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 4px;
}

.wm-wd-portfolio__desc {
    margin: 12px 0 0;
    max-width: 560px;
    font-size: 0.94rem;
    line-height: 1.85;
    color: var(--wm-wd-muted);
}

.wm-wd-portfolio__desc + .wm-wd-portfolio__filters-row {
    margin-top: 16px;
}

.wm-wd-portfolio__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    padding: 6px 14px;
    border-radius: var(--wm-wd-pill);
    background: var(--wm-brand-primary-tint);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: none;
    color: var(--wm-wd-primary);
}

.wm-wd-portfolio__eyebrow::before {
    content: none;
}

.wm-wd-portfolio__title {
    margin: 0;
    font-size: clamp(1.5rem, 2.6vw, 2rem);
    font-weight: 800;
    line-height: 1.35;
    color: var(--wm-wd-ink);
    letter-spacing: -0.02em;
}

.wm-wd-portfolio__filters {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 5px;
    border-radius: 16px;
    background: var(--wm-wd-surface);
    border: 1px solid var(--wm-wd-line);
    box-shadow: 0 8px 24px var(--wm-wd-glow);
    backdrop-filter: none;
}

.wm-wd-portfolio__filter {
    position: relative;
    padding: 10px 18px;
    border-radius: 12px;
    border: none;
    background: transparent;
    color: var(--wm-wd-muted);
    font-size: 0.84rem;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    transition: color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.wm-wd-portfolio__filter.is-active {
    background: var(--wm-wd-primary);
    color: #fff;
    box-shadow: 0 8px 20px var(--wm-wd-primary-glow);
}

.wm-wd-portfolio__filter.is-active::after {
    content: none;
}

.wm-wd-portfolio__filter:hover:not(.is-active) {
    color: var(--wm-wd-primary);
    background: var(--wm-brand-pill);
}

.wm-wd-portfolio__rail {
    position: relative;
    z-index: 1;
    margin-top: 36px;
    padding: 0 0 8px;
    overflow: visible;
}

.wm-wd-portfolio__track {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
    padding: 0;
}

.wm-wd-showcase {
    position: relative;
    width: 100%;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    cursor: pointer;
    font-family: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    filter: none;
    transform: none;
}

.wm-wd-showcase:nth-child(even),
.wm-wd-showcase:nth-child(3n) {
    width: 100%;
    margin: 0;
    transform: none;
}

.wm-wd-showcase.is-hidden {
    display: none;
}

.wm-wd-showcase:hover {
    transform: translateY(-8px);
    z-index: 2;
}

.wm-wd-portfolio__shell .wm-wd-showcase:hover {
    transform: translateY(-8px);
    z-index: 2;
    filter: drop-shadow(0 16px 32px rgba(85, 70, 201, 0.14));
}

.wm-wd-portfolio__shell .wm-wd-showcase__frame {
    background: var(--wm-wd-surface);
    border: 1px solid var(--wm-wd-line);
    box-shadow: 0 14px 36px var(--wm-wd-glow);
}

.wm-wd-portfolio__shell .wm-wd-showcase:hover .wm-wd-showcase__frame {
    border-color: color-mix(in srgb, var(--wm-wd-showcase-theme) 35%, var(--wm-wd-line));
    box-shadow: 0 20px 44px var(--wm-wd-glow-strong);
}

.wm-wd-portfolio__shell .wm-wd-showcase__brand {
    background: color-mix(in srgb, var(--wm-wd-showcase-theme) 10%, var(--wm-wd-surface));
}

.wm-wd-portfolio__shell .wm-wd-showcase__brand::before {
    background: color-mix(in srgb, var(--wm-wd-showcase-theme) 55%, var(--wm-wd-primary));
}

.wm-wd-portfolio__shell .wm-wd-showcase__name {
    color: var(--wm-wd-ink);
}

.wm-wd-portfolio__shell .wm-wd-showcase__logo {
    filter: none;
}

.wm-wd-portfolio__shell .wm-wd-portfolio__all {
    border: 1px solid var(--wm-wd-line);
    background: var(--wm-wd-surface);
    color: var(--wm-wd-ink);
    backdrop-filter: none;
}

.wm-wd-portfolio__shell .wm-wd-portfolio__all:hover {
    color: var(--wm-wd-primary);
    border-color: var(--wm-wd-primary);
    background: var(--wm-brand-pill);
}

.wm-wd-showcase:nth-child(even):hover {
    transform: translateY(-8px);
}

.wm-wd-showcase__special {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    transform: none;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    padding: 5px 11px;
    border-radius: 8px;
    background: var(--wm-wd-primary);
    color: #fff;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(85, 70, 201, 0.4);
}

.wm-wd-showcase__special::before {
    content: '★ ';
    font-size: 0.55rem;
    color: rgba(255, 255, 255, 0.85);
}

.wm-wd-showcase__frame {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    min-height: 168px;
    border-radius: 18px;
    overflow: hidden;
    background: color-mix(in srgb, var(--wm-wd-showcase-theme) 82%, var(--wm-brand-primary-deep));
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    transition: box-shadow 0.35s ease, border-color 0.35s ease;
}

.wm-wd-showcase__frame::before {
    content: none;
}

.wm-wd-showcase:hover .wm-wd-showcase__frame {
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.45);
}

.wm-wd-showcase__screen {
    display: flex;
    flex-direction: column;
    position: relative;
    flex: 0 0 58%;
    width: 58%;
    height: auto;
    min-height: 168px;
    margin: 8px 0 8px 8px;
    border-radius: 12px;
    overflow: hidden;
    background: var(--wm-brand-primary-deep);
    border-inline-start: none;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.wm-wd-showcase__screen::before {
    content: '';
    display: block;
    flex-shrink: 0;
    height: 22px;
    background: rgba(0, 0, 0, 0.35);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background-image:
        radial-gradient(circle, #f87171 2.5px, transparent 2.5px),
        radial-gradient(circle, rgba(255, 255, 255, 0.35) 2.5px, transparent 2.5px),
        radial-gradient(circle, var(--wm-brand-purple-soft) 2.5px, transparent 2.5px);
    background-size: 5px 5px;
    background-position: 10px 50%, 18px 50%, 26px 50%;
    background-repeat: no-repeat;
}

.wm-wd-showcase__screen::after {
    content: '';
    position: absolute;
    inset: 22px 0 0;
    background: linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.35));
    pointer-events: none;
}

.wm-wd-showcase__screen img,
.wm-wd-showcase__mock {
    flex: 1;
    width: 100%;
    min-height: 132px;
}

.wm-wd-showcase__screen img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.wm-wd-showcase__ph {
    width: 100%;
    min-height: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: rgba(255, 255, 255, 0.2);
}

.wm-wd-showcase__tab {
    display: none;
}

.wm-wd-showcase__mock {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 8px;
    gap: 6px;
    box-sizing: border-box;
    background:
        linear-gradient(165deg,
            color-mix(in srgb, var(--wm-mock-accent) 45%, var(--wm-brand-primary-deep)),
            var(--wm-wd-dark) 75%);
    overflow: hidden;
}

.wm-wd-showcase__mock-label {
    position: absolute;
    bottom: 6px;
    left: 8px;
    right: 8px;
    font-size: 0.5rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.35);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}

/* mock v0 — hero + icons */
.wm-wd-showcase__mock-hero-block {
    display: block;
    height: 52%;
    border-radius: 8px;
    background: linear-gradient(145deg, var(--wm-mock-accent), color-mix(in srgb, var(--wm-mock-accent) 40%, #000));
    box-shadow: 0 8px 24px color-mix(in srgb, var(--wm-mock-accent) 35%, transparent);
}

.wm-wd-showcase__mock-row {
    display: flex;
    gap: 5px;
    margin-top: auto;
}

.wm-wd-showcase__mock-row span {
    flex: 1;
    height: 28px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

/* mock v1 — split layout */
.wm-wd-showcase__mock-split {
    display: flex;
    gap: 6px;
    flex: 1;
}

.wm-wd-showcase__mock-split-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
}

.wm-wd-showcase__mock-split-art {
    flex: 0 0 42%;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.08);
}

/* mock v2 — banner + grid */
.wm-wd-showcase__mock-banner {
    display: block;
    height: 38%;
    border-radius: 8px;
    background: linear-gradient(90deg, var(--wm-wd-primary-2), var(--wm-wd-primary));
    opacity: 0.9;
}

.wm-wd-showcase__mock-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    flex: 1;
}

.wm-wd-showcase__mock-grid span {
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

/* mock v3 — centered brand */
.wm-wd-showcase__mock-center-logo {
    width: 36px;
    height: 36px;
    margin: 8px auto 4px;
    border-radius: 50%;
    background: var(--wm-mock-accent);
    box-shadow: 0 0 20px color-mix(in srgb, var(--wm-mock-accent) 50%, transparent);
}

.wm-wd-showcase__mock-pills {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin-top: auto;
    padding-bottom: 14px;
}

.wm-wd-showcase__mock-pills span {
    width: 28px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
}

.wm-wd-showcase__mock-pills span:first-child {
    background: var(--wm-mock-accent);
    width: 36px;
}

/* mock v4 — shop cards */
.wm-wd-showcase__mock-shop {
    display: flex;
    gap: 6px;
    flex: 1;
    align-items: stretch;
}

.wm-wd-showcase__mock-shop-item {
    flex: 1;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

.wm-wd-showcase__mock-shop-item::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 8px;
    right: 8px;
    height: 6px;
    border-radius: 3px;
    background: var(--wm-mock-accent);
    opacity: 0.7;
}

/* mock v5 — wave + stats */
.wm-wd-showcase__mock-wave {
    display: block;
    height: 45%;
    border-radius: 8px 8px 40% 40%;
    background: linear-gradient(180deg, color-mix(in srgb, var(--wm-mock-accent) 70%, #fff), var(--wm-mock-accent));
    opacity: 0.85;
}

.wm-wd-showcase__mock-stats {
    display: flex;
    gap: 5px;
    margin-top: auto;
    padding-bottom: 12px;
}

.wm-wd-showcase__mock-stats span {
    flex: 1;
    height: 32px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    border-top: 2px solid var(--wm-mock-accent);
}

.wm-wd-showcase__mock-line {
    display: block;
    height: 5px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.2);
    width: 80%;
}

.wm-wd-showcase__mock-line--lg {
    height: 8px;
    width: 65%;
    background: rgba(255, 255, 255, 0.75);
}

.wm-wd-showcase__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 1;
    min-height: 0;
    padding: 16px 14px;
    background: transparent;
    text-align: center;
    border-top: none;
}

.wm-wd-showcase__brand::before {
    content: '';
    width: 28px;
    height: 3px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
}

.wm-wd-showcase__logo {
    max-height: 22px;
    max-width: 80px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.wm-wd-showcase__name {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.35;
}

.wm-wd-portfolio__foot {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 16px;
}

.wm-wd-portfolio__all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 22px;
    border-radius: var(--wm-wd-pill);
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.88);
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    backdrop-filter: blur(10px);
    transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease, gap 0.22s ease;
}

.wm-wd-portfolio__all:hover {
    color: #fff;
    gap: 16px;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.1);
}

.wm-wd-portfolio__all i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--wm-wd-primary);
    font-size: 0.72rem;
    color: #fff;
}

/* ── Fake preview pages (HTML mock — no external images) ─ */
.wm-wd-fake-page {
    width: 100%;
    background: var(--wm-wd-surface-soft);
    color: var(--wm-brand-primary-deep);
    font-family: inherit;
    direction: rtl;
    text-align: right;
}

.wm-wd-fake-page[hidden] {
    display: none !important;
}

.wm-wd-fake-page__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: #fff;
    border-bottom: 1px solid var(--wm-wd-line);
}

.wm-wd-fake-page__logo {
    font-size: 0.82rem;
    font-weight: 900;
    color: var(--wm-fake-accent, var(--wm-brand-primary));
}

.wm-wd-fake-page__menu {
    display: flex;
    gap: 8px;
}

.wm-wd-fake-page__menu i {
    display: block;
    width: 36px;
    height: 6px;
    border-radius: 999px;
    background: var(--wm-wd-line);
}

.wm-wd-fake-page__menu-btn {
    width: 28px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid var(--wm-wd-line);
}

.wm-wd-fake-page__hero {
    position: relative;
    padding: 36px 24px 40px;
    background: linear-gradient(160deg, var(--wm-wd-dark), color-mix(in srgb, var(--wm-fake-accent, var(--wm-brand-primary)) 40%, var(--wm-wd-dark-2)));
    color: #fff;
    overflow: hidden;
}

.wm-wd-fake-page--mobile .wm-wd-fake-page__hero {
    padding: 28px 18px 32px;
}

.wm-wd-fake-page__title {
    margin: 0 0 12px;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 900;
    line-height: 1.35;
}

.wm-wd-fake-page--mobile .wm-wd-fake-page__title {
    font-size: 1.15rem;
}

.wm-wd-fake-page__lead {
    margin: 0 0 18px;
    max-width: 520px;
    font-size: 0.82rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.72);
}

.wm-wd-fake-page--mobile .wm-wd-fake-page__lead {
    font-size: 0.72rem;
}

.wm-wd-fake-page__cta {
    display: inline-flex;
    padding: 10px 22px;
    border-radius: 999px;
    background: var(--wm-wd-primary);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 800;
}

.wm-wd-fake-page__hero-art {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 38%;
    height: 62%;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.wm-wd-fake-page__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    padding: 20px 24px;
    background: #fff;
    border-bottom: 1px solid var(--wm-wd-line);
}

.wm-wd-fake-page__stats span {
    text-align: center;
}

.wm-wd-fake-page__stats strong {
    display: block;
    font-size: 1.1rem;
    color: var(--wm-fake-accent, var(--wm-brand-primary));
}

.wm-wd-fake-page__stats small {
    display: block;
    margin-top: 4px;
    font-size: 0.68rem;
    color: var(--wm-wd-muted);
}

.wm-wd-fake-page__cards,
.wm-wd-fake-page__split,
.wm-wd-fake-page__gallery,
.wm-wd-fake-page__banner {
    padding: 28px 24px;
}

.wm-wd-fake-page--mobile .wm-wd-fake-page__cards,
.wm-wd-fake-page--mobile .wm-wd-fake-page__split,
.wm-wd-fake-page--mobile .wm-wd-fake-page__gallery,
.wm-wd-fake-page--mobile .wm-wd-fake-page__banner {
    padding: 22px 16px;
}

.wm-wd-fake-page__cards h3,
.wm-wd-fake-page__split h3,
.wm-wd-fake-page__gallery h3,
.wm-wd-fake-page__banner h3 {
    margin: 0 0 16px;
    font-size: 1rem;
    font-weight: 900;
}

.wm-wd-fake-page__card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 12px;
}

.wm-wd-fake-page--mobile .wm-wd-fake-page__card-grid {
    grid-template-columns: 1fr;
}

.wm-wd-fake-page__card-grid article {
    padding: 14px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--wm-wd-line);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.wm-wd-fake-page__card-grid article span {
    display: block;
    height: 64px;
    margin-bottom: 10px;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--wm-wd-tint), var(--wm-wd-tint-warm));
}

.wm-wd-fake-page__card-grid p {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
}

.wm-wd-fake-page__split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: center;
    background: var(--wm-wd-surface-soft);
}

.wm-wd-fake-page--mobile .wm-wd-fake-page__split {
    grid-template-columns: 1fr;
}

.wm-wd-fake-page__split-media {
    display: block;
    min-height: 180px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff, var(--wm-wd-line));
    border: 1px solid var(--wm-wd-line);
}

.wm-wd-fake-page__split p {
    margin: 0 0 12px;
    font-size: 0.8rem;
    line-height: 1.7;
    color: var(--wm-wd-muted);
}

.wm-wd-fake-page__split ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wm-wd-fake-page__split li {
    position: relative;
    padding: 6px 18px 6px 0;
    font-size: 0.76rem;
    color: var(--wm-wd-ink);
}

.wm-wd-fake-page__split li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--wm-fake-accent, var(--wm-brand-primary));
}

.wm-wd-fake-page__gallery {
    background: #fff;
}

.wm-wd-fake-page__gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.wm-wd-fake-page--mobile .wm-wd-fake-page__gallery-grid {
    grid-template-columns: repeat(2, 1fr);
}

.wm-wd-fake-page__gallery-grid span {
    display: block;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    background: linear-gradient(145deg, var(--wm-wd-line), var(--wm-wd-surface-soft));
    border: 1px solid var(--wm-wd-line);
}

.wm-wd-fake-page__banner {
    text-align: center;
    background: var(--wm-wd-primary);
    color: #fff;
}

.wm-wd-fake-page__banner span {
    display: inline-flex;
    margin-top: 12px;
    padding: 10px 24px;
    border-radius: 999px;
    background: #fff;
    color: var(--wm-fake-accent, var(--wm-brand-primary));
    font-size: 0.78rem;
    font-weight: 800;
}

.wm-wd-fake-page__footer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    background: var(--wm-brand-primary-deep);
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
}

.wm-wd-fake-page__footer-logo {
    font-weight: 900;
    color: var(--wm-fake-accent, var(--wm-brand-primary));
}

/* ── Preview modal (Rayman-style) ─────────────────────── */
.wm-wd-preview {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

.wm-wd-preview.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.wm-wd-preview__overlay {
    position: absolute;
    inset: 0;
    background: rgba(6, 12, 28, 0.92);
    backdrop-filter: blur(8px);
}

.wm-wd-preview__dialog {
    position: relative;
    z-index: 1;
    width: min(960px, 100%);
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
    padding-right: 52px;
}

.wm-wd-preview__close {
    position: absolute;
    top: -8px;
    left: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
    font-family: inherit;
}

.wm-wd-preview__close:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: scale(1.05);
}

.wm-wd-preview__close-icon {
    width: 20px;
    height: 20px;
    display: block;
}

.wm-wd-preview__brand {
    margin-bottom: 28px;
    font-size: 1.1rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.02em;
    text-align: center;
}

.wm-wd-preview__stage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 28px;
    width: 100%;
    direction: ltr;
    overflow: visible;
}

.wm-wd-preview__devices {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
}

.wm-wd-preview__device {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.22s ease;
    font-family: inherit;
    padding: 0;
}

.wm-wd-preview__device-icon {
    width: 22px;
    height: 22px;
    display: block;
    flex-shrink: 0;
    pointer-events: none;
}

.wm-wd-preview__device:not(.is-active) .wm-wd-preview__device-icon path {
    fill: #fff;
}

.wm-wd-preview__device.is-active .wm-wd-preview__device-icon path {
    fill: var(--wm-wd-dark);
}

.wm-wd-preview__resize {
    color: rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.wm-wd-preview__resize-icon {
    width: 20px;
    height: 20px;
    display: block;
}

.wm-wd-preview__device.is-active {
    background: #fff;
    border-color: #fff;
    color: var(--wm-wd-ink);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.wm-wd-preview__device.is-active .wm-wd-preview__device-icon {
    color: var(--wm-wd-ink);
}

.wm-wd-preview__device:hover:not(.is-active) {
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
}

.wm-wd-preview__frame {
    position: relative;
    flex: 1;
    min-width: 0;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.wm-wd-preview__unit {
    position: relative;
    width: 100%;
    max-width: min(100%, 820px);
    margin: 0 auto;
    transition: max-width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.wm-wd-preview__frame[data-device="desktop"] .wm-wd-preview__unit {
    max-width: min(100%, 820px);
}

.wm-wd-preview__frame[data-device="mobile"] .wm-wd-preview__unit {
    max-width: 390px;
}

.wm-wd-preview__tab {
    position: absolute;
    top: -36px;
    left: 24px;
    right: auto;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 12px 12px 0 0;
    background: #fff;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    max-width: 220px;
}

.wm-wd-preview__tab-logo {
    max-height: 22px;
    max-width: 60px;
    object-fit: contain;
}

.wm-wd-preview__tab-logo[hidden] {
    display: none !important;
}

.wm-wd-preview__tab-name {
    font-size: 0.72rem;
    font-weight: 800;
    color: var(--wm-wd-ink);
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wm-wd-preview__viewport {
    width: 100%;
    height: min(68vh, 600px);
    border-radius: 12px;
    background: var(--wm-wd-surface-soft);
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.45);
    border: 3px solid #fff;
    position: relative;
}

.wm-wd-preview__frame[data-device="desktop"] .wm-wd-preview__viewport {
    border-radius: 12px 12px 20px 20px;
}

.wm-wd-preview__frame[data-device="desktop"] .wm-wd-preview__viewport::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 28px;
    background: linear-gradient(180deg, var(--wm-wd-line), var(--wm-wd-surface-soft));
    border-bottom: 1px solid var(--wm-wd-line);
    z-index: 2;
    pointer-events: none;
}

.wm-wd-preview__frame[data-device="desktop"] .wm-wd-preview__viewport::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 14px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f87171;
    box-shadow: 16px 0 0 rgba(255, 255, 255, 0.35), 32px 0 0 var(--wm-brand-purple-soft);
    z-index: 3;
    pointer-events: none;
}

.wm-wd-preview__frame[data-device="mobile"] .wm-wd-preview__viewport {
    height: min(68vh, 640px);
    border-radius: 32px;
    border-width: 10px;
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.45),
        inset 0 0 0 2px rgba(0, 0, 0, 0.06);
}

.wm-wd-preview__frame[data-device="mobile"] .wm-wd-preview__viewport::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 5px;
    border-radius: 999px;
    background: var(--wm-wd-line);
    z-index: 2;
    pointer-events: none;
}

.wm-wd-preview__scroll {
    will-change: transform;
    transition: transform 0.06s linear;
}

.wm-wd-preview__shot {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.wm-wd-preview__shot[hidden] {
    display: none !important;
}

.wm-wd-preview__side {
    position: absolute;
    top: 50%;
    right: -58px;
    left: auto;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    z-index: 4;
}

.wm-wd-preview__side.is-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.wm-wd-preview__like {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #fff;
    color: #ef4444;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease, background 0.2s ease;
    font-family: inherit;
    padding: 0;
}

.wm-wd-preview__like-icon {
    width: 18px;
    height: 18px;
    display: block;
}

.wm-wd-preview__like-icon--filled {
    display: none;
}

.wm-wd-preview__like.is-liked {
    background: #fef2f2;
}

.wm-wd-preview__like.is-liked .wm-wd-preview__like-icon--outline {
    display: none;
}

.wm-wd-preview__like.is-liked .wm-wd-preview__like-icon--filled {
    display: block;
}

.wm-wd-preview__like:hover {
    transform: scale(1.08);
}

.wm-wd-preview__slider-wrap {
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 10px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
}

.wm-wd-preview__slider {
    -webkit-appearance: none;
    appearance: none;
    width: 6px;
    height: 140px;
    margin: 0;
    cursor: pointer;
    background: linear-gradient(180deg, var(--wm-wd-line), var(--wm-wd-line));
    border-radius: 999px;
    outline: none;
    writing-mode: vertical-lr;
    direction: rtl;
}

.wm-wd-preview__slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--wm-wd-primary);
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(85, 70, 201, 0.45);
    cursor: grab;
}

.wm-wd-preview__slider::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--wm-wd-primary);
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(85, 70, 201, 0.45);
    cursor: grab;
}

.wm-wd-preview__slider::-moz-range-track {
    width: 6px;
    height: 140px;
    background: var(--wm-wd-line);
    border-radius: 999px;
    border: none;
}

.wm-wd-preview__slider:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.wm-wd-preview__live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.wm-wd-preview__live:hover {
    color: #fff;
}

.wm-wd-preview__live[hidden] {
    display: none !important;
}

body.wm-wd-modal-open {
    overflow: hidden;
}

/* ═══ WHY / SOLUTIONS ═══════════════════════════════════ */
.wm-wd-why {
    position: relative;
    z-index: 1;
    padding: var(--wm-wd-section) 0;
    background: var(--wm-brand-bg, #f7f6fe);
    max-width: none !important;
}

.wm-wd-section-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}

.wm-wd-section-head__tag {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--wm-wd-primary);
    background: color-mix(in srgb, var(--wm-wd-primary) 10%, #fff);
    border: 1px solid color-mix(in srgb, var(--wm-wd-primary) 18%, transparent);
}

.wm-wd-section-head h2 {
    margin: 0;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 900;
    line-height: 1.45;
    color: var(--wm-wd-ink, #1a1433);
}

.wm-wd-why__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.wm-wd-why__card {
    background: var(--wm-wd-surface);
    border: 1px solid var(--wm-wd-line);
    border-radius: var(--wm-wd-radius);
    padding: 28px 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wm-wd-why__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(85, 70, 201, 0.1);
}

.wm-wd-why__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #fff;
    font-size: 1.15rem;
    box-shadow: 0 10px 24px rgba(85, 70, 201, 0.18);
}

.wm-wd-why__icon svg.e-font-icon-svg,
.wm-wd-why__icon svg {
    width: 24px;
    height: 24px;
    color: inherit;
    fill: currentColor;
}

.wm-wd-why__icon svg path {
    fill: currentColor;
}

.wm-wd-why__icon--0 { background: linear-gradient(135deg, #5546c9, #7b6ef0); }
.wm-wd-why__icon--1 { background: linear-gradient(135deg, #fea80d, #ffc857); }
.wm-wd-why__icon--2 { background: linear-gradient(135deg, #372b7d, #5546c9); }

.wm-wd-why__card h3 {
    margin: 0 0 10px;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.5;
}

.wm-wd-why__card p {
    margin: 0;
    color: var(--wm-wd-muted);
    font-size: 0.92rem;
    line-height: 1.8;
}

@media (max-width: 960px) {
    .wm-wd-why__grid {
        grid-template-columns: 1fr;
    }
}

/* ═══ SERVICES (zigzag) ═════════════════════════════════ */
.wm-wd-services {
    position: relative;
    z-index: 1;
    padding: var(--wm-wd-section) 0;
    background: var(--wm-wd-surface-soft);
    max-width: none !important;
}

.wm-wd-services .wm-wd-section-head {
    margin-bottom: 48px;
}

.wm-wd-services__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.wm-wd-svc {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    padding: 40px;
    border-radius: var(--wm-wd-radius);
    background: #fff;
    border: 1px solid var(--wm-wd-line);
    box-shadow: 0 8px 32px var(--wm-wd-glow);
}

.wm-wd-svc--flip .wm-wd-svc__visual {
    order: 2;
}

.wm-wd-svc--flip .wm-wd-svc__body {
    order: 1;
}

.wm-wd-svc__visual {
    position: relative;
    border-radius: var(--wm-wd-radius-md);
    overflow: hidden;
    aspect-ratio: 16 / 11;
    background: linear-gradient(135deg, var(--wm-wd-tint), var(--wm-brand-bg-soft));
}

.wm-wd-svc__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wm-wd-svc__ph {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: var(--wm-wd-primary);
    opacity: 0.4;
}

.wm-wd-svc__index {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: var(--wm-wd-dark);
    color: #fff;
    font-size: 0.85rem;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wm-wd-svc__body h3 {
    margin: 0 0 16px;
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--wm-wd-ink);
    line-height: 1.45;
}

.wm-wd-svc__body p {
    margin: 0 0 24px;
    font-size: 0.98rem;
    line-height: 1.9;
    color: var(--wm-wd-muted);
}

.wm-wd-svc__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 12px 26px;
    border-radius: var(--wm-wd-pill);
    background: var(--wm-grad-cta);
    color: #fff;
    font-size: 0.94rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    box-shadow: 0 10px 24px var(--wm-wd-primary-glow);
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.wm-wd-svc__cta:hover {
    color: #fff;
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow: 0 14px 30px var(--wm-wd-primary-glow);
}

/* ═══ PROCESS (compact timeline) ═════════════════════════ */
.wm-wd-process {
    position: relative;
    z-index: 1;
    padding: clamp(48px, 7vw, 88px) 0;
    max-width: none !important;
    background: linear-gradient(180deg, #fff 0%, var(--wm-wd-surface-soft) 100%);
}

.wm-wd-process__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px 24px;
    margin-bottom: 32px;
}

.wm-wd-process__badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: var(--wm-wd-pill);
    background: var(--wm-brand-primary-tint-md);
    border: 1px solid var(--wm-brand-primary-tint-border);
    color: var(--wm-wd-primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.wm-wd-process__intro {
    flex: 1 1 280px;
    min-width: 0;
}

.wm-wd-process__title {
    margin: 10px 0 6px;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 900;
    line-height: 1.35;
    color: var(--wm-wd-ink);
    letter-spacing: -0.02em;
}

.wm-wd-process__lead {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--wm-wd-muted);
    max-width: 42ch;
}

.wm-wd-process__count {
    flex-shrink: 0;
    padding: 10px 16px;
    border-radius: var(--wm-wd-pill);
    background: var(--wm-wd-dark);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 700;
}

.wm-wd-process__rail {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(168px, 1fr));
    gap: 12px;
    counter-reset: wm-wd-step;
}

.wm-wd-process__step {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 18px 16px 16px;
    border-radius: var(--wm-wd-radius-sm);
    background: #fff;
    border: 1px solid var(--wm-wd-line);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.wm-wd-process__step:hover {
    border-color: var(--wm-brand-soft-tint);
    box-shadow: 0 10px 28px var(--wm-brand-primary-tint);
    transform: translateY(-3px);
}

.wm-wd-process__marker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.wm-wd-process__num {
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
    color: var(--wm-wd-line);
    letter-spacing: -0.03em;
}

.wm-wd-process__icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--wm-brand-primary-tint);
    color: var(--wm-wd-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
}

.wm-wd-process__icon svg.e-font-icon-svg,
.wm-wd-process__icon svg {
    width: 16px;
    height: 16px;
    color: inherit;
    fill: currentColor;
}

.wm-wd-process__icon svg path {
    fill: currentColor;
}

.wm-wd-process__body h3 {
    margin: 0 0 4px;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.45;
    color: var(--wm-wd-ink);
}

.wm-wd-process__body p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.55;
    color: var(--wm-wd-muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* connector line between steps (desktop) */
@media (min-width: 768px) {
    .wm-wd-process__step:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 34px;
        left: -7px;
        width: 14px;
        height: 2px;
        background: linear-gradient(90deg, var(--wm-wd-primary-2), transparent);
        opacity: 0.45;
        pointer-events: none;
    }
}

@media (max-width: 767px) {
    .wm-wd-process__head {
        align-items: flex-start;
    }

    .wm-wd-process__rail {
        grid-template-columns: 1fr;
    }

    .wm-wd-process__step {
        flex-direction: row;
        align-items: flex-start;
        gap: 14px;
        padding: 14px;
    }

    .wm-wd-process__marker {
        flex-direction: column;
        align-items: center;
        min-width: 42px;
    }

    .wm-wd-process__num {
        font-size: 1.1rem;
    }

    .wm-wd-process__icon {
        width: 30px;
        height: 30px;
        font-size: 0.75rem;
    }
}

/* ═══ FEATURES (light stepped grid) ═════════════════════ */
.wm-wd-features {
    position: relative;
    z-index: 1;
    padding: var(--wm-wd-section) 0;
    background: linear-gradient(180deg, var(--wm-wd-surface-soft) 0%, var(--wm-brand-bg) 42%, var(--wm-wd-surface) 100%);
    max-width: none !important;
    overflow: hidden;
}

.wm-wd-features__backdrop {
    pointer-events: none;
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 46% 42% at 92% 8%, rgba(85, 70, 201, 0.1), transparent),
        radial-gradient(ellipse 40% 36% at 4% 92%, rgba(110, 95, 232, 0.08), transparent);
}

.wm-wd-features__head {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: clamp(40px, 5vw, 64px);
}

.wm-wd-features__head .wm-wd-subtext {
    margin: 0 auto;
}

.wm-wd-features__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 16px;
    align-items: start;
}

.wm-wd-perk {
    --wm-wd-step-offset: calc((var(--wm-wd-step-tier, 1) - 1) * 34px);
    padding-top: var(--wm-wd-step-offset);
    transition: transform 0.32s ease;
}

.wm-wd-perk--row-alt {
    --wm-wd-step-offset: calc((4 - var(--wm-wd-step-tier, 1)) * 34px);
}

.wm-wd-perk--wide {
    grid-column: span 2;
}

.wm-wd-perk__card {
    position: relative;
    height: 100%;
    padding: 22px 20px 24px;
    border-radius: var(--wm-wd-radius-md);
    background: #fff;
    border: 1px solid var(--wm-wd-line);
    box-shadow:
        0 10px 28px var(--wm-wd-glow),
        0 1px 0 rgba(255, 255, 255, 0.9) inset;
    transition: transform 0.32s ease, box-shadow 0.32s ease, border-color 0.32s ease;
}

.wm-wd-perk__card::before {
    content: '';
    position: absolute;
    top: 0;
    inset-inline: 20px;
    height: 3px;
    border-radius: 0 0 6px 6px;
    background: var(--wm-grad-cta);
    opacity: 0.85;
}

.wm-wd-perk:hover .wm-wd-perk__card {
    transform: translateY(-6px);
    border-color: var(--wm-brand-primary-tint-md);
    box-shadow:
        0 18px 40px var(--wm-wd-primary-glow),
        0 1px 0 rgba(255, 255, 255, 0.95) inset;
}

.wm-wd-perk__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 18px;
}

.wm-wd-perk__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: var(--wm-grad-cta);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    box-shadow: 0 8px 22px var(--wm-wd-primary-glow);
    flex-shrink: 0;
}

.wm-wd-perk__icon svg.e-font-icon-svg,
.wm-wd-perk__icon svg {
    width: 22px;
    height: 22px;
    color: inherit;
    fill: currentColor;
}

.wm-wd-perk__icon svg path {
    fill: currentColor;
}

.wm-wd-perk__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 10px;
    border-radius: 12px;
    background: var(--wm-brand-pill);
    color: var(--wm-wd-primary);
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.06em;
}

.wm-wd-perk h3 {
    margin: 0 0 10px;
    font-size: 0.96rem;
    font-weight: 800;
    color: var(--wm-wd-ink);
    line-height: 1.45;
}

.wm-wd-perk p {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.8;
    color: var(--wm-wd-muted);
}

.wm-wd-perk--wide .wm-wd-perk__card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px 24px;
    align-items: start;
    padding: 26px 28px;
}

.wm-wd-perk--wide .wm-wd-perk__head {
    grid-row: span 2;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
}

.wm-wd-perk--wide .wm-wd-perk__body {
    grid-column: 2;
}

@media (max-width: 1100px) {
    .wm-wd-features__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wm-wd-perk {
        padding-top: 0 !important;
    }

    .wm-wd-perk--wide {
        grid-column: span 2;
    }
}

@media (max-width: 640px) {
    .wm-wd-features__grid {
        grid-template-columns: 1fr;
    }

    .wm-wd-perk--wide {
        grid-column: span 1;
    }

    .wm-wd-perk--wide .wm-wd-perk__card {
        display: block;
    }

    .wm-wd-perk--wide .wm-wd-perk__head {
        flex-direction: row;
        margin-bottom: 18px;
    }
}

/* ═══ CTA ═══════════════════════════════════════════════ */
.wm-wd-cta {
    position: relative;
    z-index: 1;
    padding: var(--wm-wd-section) 0;
    max-width: none !important;
}

.wm-wd-cta__panel {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
    padding: clamp(40px, 6vw, 56px);
    border-radius: var(--wm-wd-radius);
    background: var(--wm-grad-cta-deep);
    overflow: hidden;
    color: #fff;
}

.wm-wd-cta__glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    filter: blur(80px);
    top: -100px;
    left: -100px;
    pointer-events: none;
}

.wm-wd-cta__main {
    position: relative;
    z-index: 1;
    flex: 1;
}

.wm-wd-cta__main h2 {
    margin: 0 0 14px;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 900;
    line-height: 1.35;
}

.wm-wd-cta__main p {
    margin: 0 0 28px;
    font-size: 1rem;
    line-height: 1.85;
    opacity: 0.9;
    max-width: 480px;
}

.wm-wd-cta__call {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 200px;
    padding: 32px 28px;
    border-radius: var(--wm-wd-radius-md);
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-decoration: none;
    color: #fff;
    backdrop-filter: blur(12px);
    transition: transform 0.3s ease, background 0.3s ease;
    flex-shrink: 0;
}

.wm-wd-cta__call:hover {
    color: #fff;
    transform: scale(1.03);
    background: rgba(255, 255, 255, 0.18);
}

.wm-wd-cta__call-ring {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    color: var(--wm-wd-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 4px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.wm-wd-cta__call-label {
    font-size: 0.78rem;
    opacity: 0.8;
    font-weight: 600;
}

.wm-wd-cta__call strong {
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: 0.02em;
}

/* ═══ FAQ (split) ═══════════════════════════════════════ */
.wm-wd-faq {
    position: relative;
    z-index: 1;
    padding: var(--wm-wd-section) 0 calc(var(--wm-wd-section) + 20px);
    background: var(--wm-wd-surface-soft);
    max-width: none !important;
}

.wm-wd-faq__layout {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(32px, 5vw, 64px);
    align-items: start;
}

.wm-wd-faq__help {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 32px;
    padding: 18px 22px;
    border-radius: var(--wm-wd-radius-md);
    background: #fff;
    border: 1px solid var(--wm-wd-line);
    font-size: 0.9rem;
    color: var(--wm-wd-muted);
    font-weight: 600;
}

.wm-wd-faq__help i {
    color: var(--wm-wd-primary);
    font-size: 1.2rem;
}

.wm-wd-faq__acc {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.wm-wd-acc {
    border-radius: var(--wm-wd-radius-md);
    background: #fff;
    border: 1px solid var(--wm-wd-line);
    overflow: hidden;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.wm-wd-acc.is-open {
    border-color: var(--wm-brand-primary-tint-border);
    box-shadow: 0 12px 36px var(--wm-brand-glow-soft);
}

.wm-wd-acc__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px 26px;
    border: none;
    background: none;
    cursor: pointer;
    text-align: right;
    font-family: inherit;
    font-size: 0.96rem;
    font-weight: 700;
    color: var(--wm-wd-ink);
    line-height: 1.5;
}

.wm-wd-acc__trigger i {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: var(--wm-wd-surface-soft);
    color: var(--wm-wd-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    flex-shrink: 0;
    transition: transform 0.3s ease, background 0.3s ease;
}

.wm-wd-acc.is-open .wm-wd-acc__trigger i {
    transform: rotate(45deg);
    background: var(--wm-brand-primary-tint);
}

.wm-wd-acc__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.wm-wd-acc.is-open .wm-wd-acc__panel {
    max-height: 400px;
}

.wm-wd-acc__panel p {
    margin: 0;
    padding: 0 26px 24px;
    font-size: 0.92rem;
    line-height: 1.9;
    color: var(--wm-wd-muted);
}

/* ═══ RESPONSIVE ════════════════════════════════════════ */
@media (max-width: 991px) {
    .wm-wd-hero__layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .wm-wd-hero__stage {
        order: -1;
        max-width: 520px;
        margin: 0 auto;
    }

    .wm-wd-svc,
    .wm-wd-svc--flip {
        grid-template-columns: 1fr;
    }

    .wm-wd-svc--flip .wm-wd-svc__visual,
    .wm-wd-svc--flip .wm-wd-svc__body {
        order: unset;
    }

    .wm-wd-faq__layout {
        grid-template-columns: 1fr;
    }

    .wm-wd-cta__panel {
        flex-direction: column;
        text-align: center;
    }

    .wm-wd-cta__main p {
        margin-left: auto;
        margin-right: auto;
    }

    .wm-wd-cta__call {
        width: 100%;
    }

    .wm-wd-preview__dialog {
        padding-right: 16px;
    }

    .wm-wd-preview__stage {
        flex-direction: column;
        gap: 20px;
    }

    .wm-wd-preview__devices {
        flex-direction: row;
    }

    .wm-wd-preview__frame {
        width: 100%;
    }

    .wm-wd-preview__frame[data-device="mobile"] .wm-wd-preview__unit {
        max-width: min(100%, 320px);
    }

    .wm-wd-preview__side {
        right: 0;
    }

    .wm-wd-preview__viewport {
        height: min(52vh, 480px);
    }

    .wm-wd-portfolio__track {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .wm-wd-showcase__screen {
        flex: 0 0 52%;
        width: 52%;
        min-height: 156px;
    }

    .wm-wd-showcase__frame {
        min-height: 156px;
    }
}

@media (max-width: 640px) {
    .wm-wd-hero__metrics {
        grid-template-columns: 1fr;
    }

    .wm-wd-hero__actions {
        flex-direction: column;
    }

    .wm-wd-hero__actions .wm-wd-btn {
        width: 100%;
        justify-content: center;
    }

    .wm-wd-portfolio__toolbar {
        margin-bottom: 0;
    }

    .wm-wd-portfolio__filters-row {
        justify-content: flex-start;
        width: 100%;
    }

    .wm-wd-portfolio__filters {
        overflow-x: auto;
        flex-wrap: nowrap;
        max-width: 100%;
        width: 100%;
    }

    .wm-wd-portfolio__filter {
        flex-shrink: 0;
        padding: 10px 16px 12px;
        font-size: 0.8rem;
    }

    .wm-wd-portfolio__track {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .wm-wd-showcase__frame {
        flex-direction: column;
        min-height: auto;
    }

    .wm-wd-showcase__screen {
        flex: none;
        width: 100%;
        min-height: 140px;
    }

    .wm-wd-showcase__brand {
        padding: 16px;
    }

    .wm-wd-svc {
        padding: 28px 24px;
    }

    .wm-wd-features__grid {
        grid-template-columns: 1fr;
    }

    .wm-wd-preview__side {
        right: 4px;
    }

    .wm-wd-preview__slider-wrap {
        height: 120px;
    }

    .wm-wd-preview__slider {
        height: 100px;
    }
}
