/* Wave Live — modern public front theme (home + auth) */
:root {
    --wl-primary: #5b4dff;
    --wl-primary-dark: #4338ca;
    --wl-accent: #06b6d4;
    --wl-accent-soft: #67e8f9;
    --wl-ink: #0f172a;
    --wl-ink-muted: #64748b;
    --wl-surface: #ffffff;
    --wl-surface-2: #f1f5f9;
    --wl-border: rgba(15, 23, 42, 0.08);
    --wl-radius: 16px;
    --wl-radius-lg: 24px;
    --wl-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
    --wl-shadow-lg: 0 30px 80px rgba(91, 77, 255, 0.18);
    --wl-nav-height: 72px;
    --wl-font: 'Inter', 'Segoe UI', system-ui, sans-serif;
    --wl-gradient: linear-gradient(135deg, #5b4dff 0%, #7c3aed 45%, #06b6d4 100%);
    --wl-gradient-dark: linear-gradient(160deg, #0f172a 0%, #1e1b4b 55%, #0e7490 100%);
}

body.wl-front-modern {
    font-family: var(--wl-font);
    color: var(--wl-ink);
    background: var(--wl-surface-2);
    -webkit-font-smoothing: antialiased;
}

/* style.css sets font-family on * — restore FA7 icon fonts */
body.wl-front-modern .fa-solid,
body.wl-front-modern .fas,
body.wl-front-modern .fa-regular,
body.wl-front-modern .far {
    font-family: "Font Awesome 7 Free" !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
}

body.wl-front-modern .fa-regular,
body.wl-front-modern .far {
    font-weight: 400;
}

body.wl-front-modern .fa-brands,
body.wl-front-modern .fab {
    font-family: "Font Awesome 7 Brands" !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    display: inline-block;
}

.wl-landing-highlight__icon i,
.wl-landing-card__icon i {
    color: inherit;
}

/* ── Header ── */
.wl-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--wl-border);
    box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
}

.wl-header .navbar {
    background: transparent !important;
    padding: 0.65rem 0;
    min-height: var(--wl-nav-height);
}

.wl-header .navbar-brand img {
    height: 44px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

.wl-header .nav-link {
    color: var(--wl-ink) !important;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.5rem 1rem !important;
    border-radius: 999px;
    transition: background 0.2s, color 0.2s;
}

.wl-header .nav-link:hover,
.wl-header .nav-link.active {
    background: rgba(91, 77, 255, 0.1);
    color: var(--wl-primary) !important;
}

.wl-btn-primary {
    background: var(--wl-gradient);
    border: none;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 0.03em;
    padding: 0.55rem 1.35rem;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(91, 77, 255, 0.35);
    transition: transform 0.2s, box-shadow 0.2s;
}

.wl-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(91, 77, 255, 0.45);
    color: #fff;
}

.wl-mobile-bar {
    display: none;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid var(--wl-border);
}

@media (max-width: 991.98px) {
    .wl-mobile-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .wl-header .navbar-collapse {
        background: #fff;
        border-radius: var(--wl-radius);
        margin-top: 0.75rem;
        padding: 1rem;
        box-shadow: var(--wl-shadow);
    }
}

/* ── Home / landing page ── */
body.wl-home-page {
    background: #fff;
}

.wl-landing-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4rem) 0 clamp(2.5rem, 4vw, 3.5rem);
    background: linear-gradient(135deg, #fdf2f8 0%, #f5f3ff 45%, #eff6ff 100%);
    color: #1e293b;
}

.wl-landing-hero__glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 20%, rgba(225, 29, 72, 0.12), transparent 40%),
        radial-gradient(circle at 90% 15%, rgba(99, 102, 241, 0.12), transparent 38%);
    pointer-events: none;
}

.wl-landing-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
}

.wl-landing-hero__live {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    padding: 0.35rem 0.75rem 0.35rem 0.45rem;
    border-radius: 999px;
    background: rgba(225, 29, 72, 0.08);
    border: 1px solid rgba(225, 29, 72, 0.15);
    font-size: 0.78rem;
    font-weight: 600;
    color: #be123c;
}

.wl-landing-hero__live span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ef4444;
    box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.2);
    animation: wl-pulse 1.8s ease-in-out infinite;
}

@keyframes wl-pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.45; }
}

.wl-landing-hero__copy h1 {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 4.8vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: #0f172a;
}

.wl-landing-hero__copy p {
    margin: 0;
    max-width: 34rem;
    color: #475569;
    font-size: clamp(1rem, 2vw, 1.1rem);
    line-height: 1.75;
}

.wl-landing-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.75rem;
}

.wl-landing-hero__apps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.25rem;
}

.wl-app-store-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 1rem 0.55rem 0.85rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #7c3aed, #db2777);
    color: #fff !important;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s;
    min-width: 150px;
}

.wl-app-store-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
    color: #fff !important;
}

.wl-app-store-btn i {
    font-size: 1.45rem;
    line-height: 1;
    color: #f7f7d9 !important;
}

.wl-app-store-btn span {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    font-size: 0.88rem;
    font-weight: 700;
}

.wl-app-store-btn span small {
    font-size: 0.62rem;
    font-weight: 500;
    opacity: 0.85;
    text-transform: none;
}

.wl-app-store-btn--sm {
    min-width: 140px;
    padding: 0.45rem 0.85rem;
}

.wl-app-store-btn--sm i {
    font-size: 1.25rem;
}

.wl-app-store-btn--sm span {
    font-size: 0.78rem;
}

.wl-landing-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.75rem 1.4rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.wl-landing-btn--fill {
    background: linear-gradient(135deg, #e11d48, #9333ea);
    color: #fff !important;
    box-shadow: 0 10px 28px rgba(225, 29, 72, 0.28);
}

.wl-landing-btn--fill:hover {
    transform: translateY(-2px);
    color: #fff !important;
}

.wl-landing-btn--outline {
    border: 1px solid #cbd5e1;
    color: #334155 !important;
    background: #fff;
}

.wl-landing-btn--outline:hover {
    border-color: #94a3b8;
    transform: translateY(-2px);
    color: #0f172a !important;
}

.wl-landing-btn--outline-dark {
    border: 1px solid #c4b5fd;
    color: #6d28d9 !important;
    background: #fff;
}

.wl-landing-btn--outline-dark:hover {
    background: #f5f3ff;
    transform: translateY(-2px);
}

.wl-landing-hero__frame {
    position: relative;
    padding: 0.5rem;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, 0.35);
    box-shadow: 0 24px 60px rgba(99, 102, 241, 0.15);
}

.wl-landing-hero__frame img {
    display: block;
    width: 100%;
    height: auto;
    max-height: min(520px, 62vh);
    object-fit: cover;
    border-radius: 18px;
}

.wl-landing-strip {
    background: #fff;
    border-bottom: 1px solid #f1f5f9;
    padding: 1.35rem 0;
}

.wl-landing-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.wl-landing-strip__grid div {
    text-align: center;
    padding: 0.85rem 0.5rem;
    border-radius: 14px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
}

.wl-landing-strip__grid i {
    display: block;
    margin-bottom: 0.45rem;
    font-size: 1.15rem;
    color: #9333ea;
}

.wl-landing-strip__grid strong {
    display: block;
    color: #0f172a;
    font-size: 0.92rem;
    margin-bottom: 0.15rem;
}

.wl-landing-strip__grid span {
    color: #64748b;
    font-size: 0.8rem;
}

.wl-landing-about {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: #fafafa;
}

.wl-landing-about__inner {
    max-width: 780px;
    margin: 0 auto;
    padding: clamp(1.5rem, 3vw, 2rem);
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 20px;
}

.wl-landing-about__inner p,
.wl-landing-about__inner li {
    color: #52525b;
    line-height: 1.75;
}

.wl-landing-features {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: linear-gradient(180deg, #fafafa 0%, #fff 100%);
}

.wl-landing-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 2rem;
}

.wl-landing-head__eyebrow {
    display: inline-block;
    margin-bottom: 0.65rem;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: rgba(225, 29, 72, 0.08);
    color: #be123c;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wl-landing-head h2 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.85rem, 4vw, 2.65rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #18181b;
    line-height: 1.15;
}

.wl-landing-head__brand {
    background: linear-gradient(135deg, #e11d48, #9333ea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wl-landing-head p {
    margin: 0;
    color: #475569;
    font-size: 1.02rem;
    line-height: 1.75;
}

.wl-landing-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    max-width: 960px;
    margin: 0 auto 2rem;
}

.wl-landing-highlight {
    text-align: center;
    padding: 1.25rem 1rem;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.wl-landing-highlight__icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 0.75rem;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(225, 29, 72, 0.12), rgba(147, 51, 234, 0.12));
    color: #9333ea;
    font-size: 1.1rem;
}

.wl-landing-highlight strong {
    display: block;
    color: #0f172a;
    font-size: 0.98rem;
    margin-bottom: 0.25rem;
}

.wl-landing-highlight span {
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.45;
}

.wl-landing-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.wl-landing-card {
    padding: 1.35rem 1.25rem 1.5rem;
    border-radius: 18px;
    border: 1px solid #e4e4e7;
    background: #fff;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.wl-landing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(24, 24, 27, 0.08);
    border-color: #d4d4d8;
}

.wl-landing-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.wl-landing-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
}

.wl-landing-card--rose .wl-landing-card__icon { background: rgba(251, 113, 133, 0.15); color: #e11d48; }
.wl-landing-card--violet .wl-landing-card__icon { background: rgba(167, 139, 250, 0.15); color: #7c3aed; }
.wl-landing-card--cyan .wl-landing-card__icon { background: rgba(34, 211, 238, 0.15); color: #0891b2; }
.wl-landing-card--amber .wl-landing-card__icon { background: rgba(251, 191, 36, 0.15); color: #d97706; }
.wl-landing-card--indigo .wl-landing-card__icon { background: rgba(129, 140, 248, 0.15); color: #4f46e5; }
.wl-landing-card--pink .wl-landing-card__icon { background: rgba(244, 114, 182, 0.15); color: #db2777; }

.wl-landing-card__num {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #a1a1aa;
}

.wl-landing-card h3 {
    margin: 0 0 0.45rem;
    font-size: 1.08rem;
    font-weight: 800;
    color: #18181b;
}

.wl-landing-card p {
    margin: 0;
    color: #71717a;
    font-size: 0.9rem;
    line-height: 1.65;
}

.wl-landing-cta {
    padding: 0 0 clamp(3rem, 6vw, 4.5rem);
    background: #f8fafc;
}

.wl-landing-cta__box {
    text-align: center;
    padding: clamp(2rem, 4vw, 2.75rem);
    border-radius: 24px;
    background: linear-gradient(135deg, #fdf2f8 0%, #f5f3ff 50%, #eff6ff 100%);
    border: 1px solid #e9d5ff;
}

.wl-landing-cta__box h2 {
    margin: 0 0 0.5rem;
    color: #0f172a;
    font-size: clamp(1.4rem, 3vw, 1.85rem);
    font-weight: 800;
}

.wl-landing-cta__box p {
    margin: 0 auto 1.25rem;
    color: #64748b;
    max-width: 520px;
}

.wl-landing-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

@media (max-width: 991.98px) {
    .wl-landing-hero__grid {
        grid-template-columns: 1fr;
    }
    .wl-landing-hero__media {
        order: -1;
    }
    .wl-landing-strip__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .wl-landing-highlights,
    .wl-landing-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .wl-landing-hero__actions,
    .wl-landing-hero__actions .wl-landing-btn,
    .wl-landing-hero__apps,
    .wl-landing-hero__apps .wl-app-store-btn {
        width: 100%;
    }
    .wl-landing-strip__grid,
    .wl-landing-highlights,
    .wl-landing-cards {
        grid-template-columns: 1fr;
    }
    .wl-landing-cta__actions,
    .wl-landing-cta__actions .wl-landing-btn {
        width: 100%;
    }
}

/* Legacy hero/feature classes (other pages) */
.wl-hero {
    position: relative;
    min-height: clamp(320px, 52vw, 560px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.wl-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(15, 23, 42, 0.15) 0%,
        rgba(15, 23, 42, 0.55) 65%,
        rgba(15, 23, 42, 0.85) 100%
    );
}

.wl-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 80% 20%, rgba(6, 182, 212, 0.25), transparent 45%);
    pointer-events: none;
}

.wl-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 3rem;
}

.wl-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #e2e8f0;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.wl-hero-title {
    color: #fff;
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 0.75rem;
    max-width: 18ch;
}

.wl-hero-sub {
    color: rgba(226, 232, 240, 0.92);
    font-size: clamp(1rem, 2vw, 1.15rem);
    max-width: 52ch;
    margin-bottom: 0;
}

/* ── About (CMS block) ── */
.wl-about-wrap {
    padding: clamp(3rem, 6vw, 5rem) 0;
    background: var(--wl-surface);
}

.wl-about-wrap .container,
.wl-about-wrap > div {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1.25rem;
}

.wl-about-wrap img {
    max-width: 100%;
    height: auto;
    border-radius: var(--wl-radius);
}

.wl-about-wrap p,
.wl-about-wrap li {
    color: var(--wl-ink-muted);
    line-height: 1.75;
    font-size: 1.05rem;
}

.wl-about-wrap h1,
.wl-about-wrap h2,
.wl-about-wrap h3 {
    color: var(--wl-ink);
    font-weight: 800;
}

/* ── Features ── */
.wl-features {
    padding: clamp(3rem, 7vw, 5.5rem) 0;
    background: var(--wl-surface-2);
}

.wl-section-head {
    text-align: center;
    margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.wl-section-eyebrow {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--wl-primary);
    margin-bottom: 0.65rem;
}

.wl-section-title {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--wl-ink);
    margin: 0;
}

.wl-feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: center;
    margin-bottom: clamp(2.5rem, 6vw, 4rem);
}

.wl-feature-row:last-child {
    margin-bottom: 0;
}

.wl-feature-row.reverse .wl-feature-media {
    order: 2;
}

.wl-feature-row.reverse .wl-feature-copy {
    order: 1;
}

.wl-feature-media {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wl-feature-media img {
    width: min(100%, 380px);
    height: auto;
    filter: drop-shadow(0 24px 40px rgba(91, 77, 255, 0.15));
    transition: transform 0.35s ease;
}

.wl-feature-media:hover img {
    transform: translateY(-6px) scale(1.02);
}

.wl-feature-card {
    background: var(--wl-surface);
    border: 1px solid var(--wl-border);
    border-radius: var(--wl-radius-lg);
    padding: clamp(1.25rem, 3vw, 2rem);
    box-shadow: var(--wl-shadow);
}

.wl-feature-card h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 800;
    margin-bottom: 0.85rem;
    background: var(--wl-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wl-feature-card p {
    color: var(--wl-ink-muted);
    line-height: 1.7;
    margin: 0;
    font-size: 1rem;
}

@media (max-width: 991.98px) {
    .wl-feature-row,
    .wl-feature-row.reverse {
        grid-template-columns: 1fr;
    }
    .wl-feature-row.reverse .wl-feature-media,
    .wl-feature-row.reverse .wl-feature-copy {
        order: unset;
    }
}

/* ── Footer ── */
.wl-footer {
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    color: #64748b;
    padding: 0 0 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.wl-footer__cta {
    background: linear-gradient(135deg, #fdf2f8 0%, #f5f3ff 55%, #eff6ff 100%);
    border-bottom: 1px solid #e9d5ff;
    padding: clamp(1.75rem, 3vw, 2.25rem) 0;
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
}

.wl-footer__cta-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.wl-footer__cta-label {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #be123c;
}

.wl-footer__cta-inner h3 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(1.2rem, 2.5vw, 1.55rem);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.wl-footer__cta-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
}

.wl-footer__cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.65rem 1.25rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #e11d48, #9333ea);
    color: #fff !important;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none !important;
    transition: transform 0.2s;
    box-shadow: 0 8px 20px rgba(225, 29, 72, 0.22);
}

.wl-footer__cta-btn:hover {
    transform: translateY(-2px);
    color: #fff !important;
}

.wl-footer__cta-link {
    color: #6d28d9 !important;
    font-weight: 600;
    text-decoration: none !important;
}

.wl-footer__cta-link:hover {
    color: #5b21b6 !important;
}

.wl-footer__top {
    display: grid;
    grid-template-columns: 1.1fr 1.4fr;
    gap: clamp(2rem, 4vw, 3rem);
    padding-bottom: 2rem;
}

.wl-footer__brand {
    max-width: 400px;
}

.wl-footer__logo-link img {
    max-height: 44px;
    width: auto;
    margin-bottom: 0.65rem;
}

.wl-footer__brand-name {
    margin: 0 0 0.5rem;
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.wl-footer__tagline {
    margin: 0 0 1rem;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.65;
}

.wl-footer__apps {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.wl-footer__cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.wl-footer h4,
.wl-footer .wl-footer-title {
    color: #0f172a;
    font-weight: 700;
    font-size: 0.78rem;
    margin-bottom: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wl-footer p {
    color: #64748b;
    line-height: 1.7;
    font-size: 0.95rem;
}

.wl-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wl-footer-links li {
    margin-bottom: 0.5rem;
}

.wl-footer-links a {
    color: #64748b;
    text-decoration: none;
    font-size: 0.92rem;
    transition: color 0.2s;
}

.wl-footer-links a:hover {
    color: #9333ea;
}

.wl-footer-bottom {
    border-top: 1px solid #e2e8f0;
    padding-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
}

.wl-footer__copy {
    font-size: 0.85rem;
    color: #94a3b8;
}

.wl-footer__social {
    display: flex;
    gap: 0.55rem;
}

.wl-social-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: #f7f7d9 !important;
    text-decoration: none !important;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
}

.wl-social-btn i,
.wl-app-store-btn i {
    color: #f7f7d9 !important;
    font-size: 1.15rem;
    line-height: 1;
}

.wl-social-btn:hover {
    transform: translateY(-3px);
}

.wl-social-btn:hover i {
    color: #fff !important;
}

.wl-social-btn--facebook {
    background: #1877f2;
}

.wl-social-btn--facebook:hover {
    box-shadow: 0 8px 20px rgba(24, 119, 242, 0.35);
}

.wl-social-btn--instagram {
    background: linear-gradient(135deg, #f58529, #dd2a7b, #8134af);
}

.wl-social-btn--instagram:hover {
    box-shadow: 0 8px 20px rgba(221, 42, 123, 0.35);
}

.wl-social-btn--twitter {
    background: #1da1f2;
}

.wl-social-btn--twitter:hover {
    box-shadow: 0 8px 20px rgba(29, 161, 242, 0.35);
}

/* ── Contact page ── */
body.wl-contact-page {
    background: #fff;
}

.wl-contact-hero {
    padding: clamp(2rem, 5vw, 3.5rem) 0 1.5rem;
    background: linear-gradient(135deg, #fdf2f8 0%, #f5f3ff 45%, #eff6ff 100%);
}

.wl-contact-hero__inner {
    max-width: 640px;
}

.wl-contact-hero h1 {
    margin: 0.35rem 0 0.75rem;
    font-size: clamp(1.85rem, 4vw, 2.6rem);
    font-weight: 800;
    color: #0f172a;
}

.wl-contact-hero p {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
    font-size: 1.02rem;
}

.wl-contact-main {
    padding: clamp(1.5rem, 4vw, 3rem) 0 clamp(3rem, 6vw, 4.5rem);
}

.wl-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
    gap: clamp(1.25rem, 3vw, 2rem);
    align-items: start;
}

.wl-contact-form-card,
.wl-contact-info-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.wl-contact-form-card {
    padding: clamp(1.5rem, 3vw, 2rem);
}

.wl-contact-form-card h2 {
    margin: 0 0 0.35rem;
    font-size: 1.35rem;
    font-weight: 800;
    color: #0f172a;
}

.wl-contact-form-card__lead {
    margin: 0 0 1.25rem;
    color: #64748b;
    font-size: 0.95rem;
}

.wl-contact-textarea {
    min-height: 150px;
    resize: vertical;
}

.wl-contact-submit {
    width: 100%;
    min-height: 48px;
    margin-top: 0.25rem;
}

.wl-contact-alert {
    margin-top: 1rem;
    padding: 0.85rem 1rem;
    border-radius: 12px;
    font-size: 0.92rem;
    font-weight: 600;
}

.wl-contact-alert.is-error {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.wl-contact-alert.is-success {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.wl-contact-aside {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.wl-contact-info-card {
    padding: 1.25rem 1.35rem;
}

.wl-contact-info-card h3 {
    margin: 0 0 1rem;
    font-size: 1rem;
    font-weight: 800;
    color: #0f172a;
}

.wl-contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 0.75rem 0;
    text-decoration: none !important;
    color: inherit;
    border-top: 1px solid #f1f5f9;
}

.wl-contact-info-item:first-of-type {
    border-top: none;
    padding-top: 0;
}

.wl-contact-info-item__icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(91, 77, 255, 0.12), rgba(6, 182, 212, 0.12));
    color: #5b4dff;
    flex-shrink: 0;
}

.wl-contact-info-item strong {
    display: block;
    color: #0f172a;
    font-size: 0.88rem;
    margin-bottom: 0.15rem;
}

.wl-contact-info-item span span {
    color: #64748b;
    font-size: 0.92rem;
    word-break: break-word;
}

.wl-contact-info-empty {
    margin: 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.55;
}

.wl-contact-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wl-contact-links li + li {
    margin-top: 0.55rem;
}

.wl-contact-links a {
    color: #475569;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.92rem;
    transition: color 0.2s;
}

.wl-contact-links a:hover {
    color: #5b4dff;
}

.wl-contact-apps {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.wl-contact-social {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .wl-contact-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Auth / Login ── */
.wl-auth-page {
    min-height: calc(100vh - var(--wl-nav-height));
    display: flex;
    align-items: stretch;
    padding: clamp(1.5rem, 4vw, 3rem) 1rem clamp(3rem, 6vw, 5rem);
}

.wl-auth-shell {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: var(--wl-radius-lg);
    overflow: hidden;
    box-shadow: var(--wl-shadow-lg);
    background: var(--wl-surface);
    min-height: min(640px, calc(100vh - 120px));
}

.wl-auth-visual {
    background: var(--wl-gradient-dark);
    padding: clamp(2rem, 5vw, 3rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.wl-auth-visual::before {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(6, 182, 212, 0.35), transparent 70%);
    top: -60px;
    right: -60px;
}

.wl-auth-visual img {
    max-width: 140px;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 1;
}

.wl-auth-visual h2 {
    color: #f8fafc;
    font-weight: 800;
    font-size: clamp(1.5rem, 3vw, 2rem);
    position: relative;
    z-index: 1;
}

.wl-auth-visual p {
    color: #94a3b8;
    margin-top: 0.75rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.wl-auth-form-panel {
    padding: clamp(2rem, 5vw, 3rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wl-auth-form-panel .ch-1 {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: var(--wl-ink);
    letter-spacing: -0.02em;
}

.wl-auth-form-panel .ch-7 {
    color: var(--wl-ink-muted);
    font-size: 0.95rem;
    margin-top: 0.35rem;
}

.wl-form-control {
    border: 1px solid var(--wl-border);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    background: var(--wl-surface-2);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.wl-form-control:focus {
    border-color: var(--wl-primary);
    box-shadow: 0 0 0 4px rgba(91, 77, 255, 0.12);
    background: #fff;
    outline: none;
}

.wl-auth-form-panel .form-check-label {
    color: var(--wl-ink-muted);
    font-size: 0.9rem;
}

.wl-auth-form-panel a.text-dark,
.wl-auth-form-panel a.fb {
    color: var(--wl-primary) !important;
    font-weight: 600;
    text-decoration: none;
}

.wl-auth-form-panel a.text-dark:hover,
.wl-auth-form-panel a.fb:hover {
    color: var(--wl-primary-dark) !important;
}

.wl-auth-form-panel #submit {
    background: var(--wl-gradient);
    border: none;
    border-radius: 12px;
    padding: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: 0 10px 28px rgba(91, 77, 255, 0.3);
}

.wl-auth-form-panel #submit:hover {
    transform: translateY(-1px);
}

.wl-auth-form-panel #alert {
    border-radius: 10px;
    padding: 0.65rem 1rem;
    background: #fef2f2;
    color: #b91c1c;
    font-size: 0.9rem;
}

@media (max-width: 991.98px) {
    .wl-auth-shell {
        grid-template-columns: 1fr;
        min-height: auto;
    }
    .wl-auth-visual {
        padding: 2rem 1.5rem;
        text-align: center;
        align-items: center;
    }
    .wl-auth-visual img {
        margin-left: auto;
        margin-right: auto;
    }
}

.wl-auth-shell--single {
    grid-template-columns: 1fr;
    max-width: 520px;
}

.wl-auth-shell--wide {
    max-width: 1200px;
}

.wl-auth-mobile-logo {
    max-height: 44px;
    width: auto;
}

.wl-auth-form-panel .wl-field {
    margin-bottom: 1rem;
}

.wl-auth-form-panel .wl-field-label {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--wl-ink);
    margin-bottom: 0.4rem;
}

.wl-auth-form-panel #submit:disabled {
    opacity: 0.65;
    transform: none;
    cursor: not-allowed;
}

/* ── Hero CTAs ── */
.wl-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.wl-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.85rem 1.6rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    border: 2px solid transparent;
    min-height: 48px;
}

.wl-hero-btn--primary {
    background: var(--wl-gradient);
    color: #fff !important;
    box-shadow: 0 12px 32px rgba(91, 77, 255, 0.4);
}

.wl-hero-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 36px rgba(91, 77, 255, 0.5);
    color: #fff !important;
}

.wl-hero-btn--ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #f8fafc !important;
    border-color: rgba(255, 255, 255, 0.35);
    backdrop-filter: blur(8px);
}

.wl-hero-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
    color: #fff !important;
}

@media (max-width: 575.98px) {
    .wl-hero-actions {
        flex-direction: column;
    }
    .wl-hero-btn {
        width: 100%;
    }
    .wl-hero-content {
        padding-bottom: 2rem;
    }
}

/* ── Sign-up (professional role picker) ── */
.wl-auth-shell--signup {
    max-width: 1040px;
    min-height: min(720px, calc(100vh - 120px));
}

.wl-signup-pro-page .wl-auth-form-panel {
    justify-content: flex-start;
    overflow-y: auto;
    max-height: calc(100vh - var(--wl-nav-height) - 3rem);
}

.wl-signup-pro-head {
    margin-bottom: 0.25rem;
}

.wl-signup-pro-panel .wl-auth-mode-switch {
    margin-bottom: 1.25rem;
}

.wl-signup-pro-blocks {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
    min-height: 0;
}

.wl-signup-user-cta {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1rem 1.05rem;
    margin-bottom: 1.15rem;
    border-radius: 14px;
    border: 1px solid rgba(34, 197, 94, 0.35);
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.08), rgba(59, 130, 246, 0.06));
    text-decoration: none !important;
    color: var(--wl-ink) !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.wl-signup-user-cta:hover {
    transform: translateY(-1px);
    border-color: rgba(34, 197, 94, 0.55);
    box-shadow: 0 10px 24px rgba(34, 197, 94, 0.12);
    color: var(--wl-ink) !important;
}

.wl-signup-user-cta__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #16a34a;
    font-size: 1.05rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.wl-signup-user-cta__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.wl-signup-user-cta__body strong {
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.3;
}

.wl-signup-user-cta__body span {
    font-size: 0.82rem;
    color: var(--wl-ink-muted);
    line-height: 1.4;
}

.wl-signup-user-cta__action {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #16a34a;
    color: #fff;
    font-size: 0.75rem;
}

.wl-signup-pro-divider {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0.15rem 0 0.65rem;
    color: var(--wl-ink-muted);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.wl-signup-pro-divider::before,
.wl-signup-pro-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--wl-border);
}

.wl-signup-pro-note {
    margin: 0 0 0.75rem;
    font-size: 0.84rem;
    color: var(--wl-ink-muted);
    line-height: 1.45;
}

.wl-signup-pro-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: min(42vh, 380px);
    overflow-y: auto;
    padding-right: 0.15rem;
    margin-bottom: 1rem;
    -webkit-overflow-scrolling: touch;
}

.wl-signup-pro-list::-webkit-scrollbar {
    width: 5px;
}

.wl-signup-pro-list::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.wl-signup-role-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.8rem 0.9rem;
    min-height: 58px;
    border: 1px solid var(--wl-border);
    border-radius: 12px;
    background: var(--wl-surface-2);
    text-decoration: none !important;
    color: var(--wl-ink) !important;
    transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
}

.wl-signup-role-row:hover {
    background: #fff;
    border-color: rgba(91, 77, 255, 0.28);
    transform: translateX(2px);
    color: var(--wl-ink) !important;
}

.wl-signup-role-row__icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.1), rgba(91, 77, 255, 0.08));
    color: #dc2626;
    font-size: 0.95rem;
}

.wl-signup-role-row__body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.wl-signup-role-row__body strong {
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.25;
}

.wl-signup-role-row__body span {
    font-size: 0.78rem;
    color: var(--wl-ink-muted);
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wl-signup-role-row__chevron {
    flex-shrink: 0;
    color: #94a3b8;
    font-size: 0.72rem;
}

.wl-signup-pro-foot a {
    color: var(--wl-primary) !important;
    font-weight: 600;
    text-decoration: none;
}

.wl-auth-mode-switch {
    display: flex;
    gap: 0.35rem;
    padding: 0.25rem;
    background: #f1f5f9;
    border-radius: 12px;
}

.wl-auth-mode-switch .nav-link {
    border-radius: 10px !important;
    font-weight: 600;
    color: var(--wl-ink-muted) !important;
    padding: 0.55rem 0.75rem;
    font-size: 0.92rem;
}

.wl-auth-mode-switch .nav-link.active {
    background: #fff !important;
    color: var(--wl-ink) !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

@media (max-width: 991.98px) {
    .wl-signup-pro-page .wl-auth-form-panel {
        max-height: none;
        overflow: visible;
    }

    .wl-signup-pro-list {
        max-height: none;
        overflow: visible;
    }
}

@media (max-width: 575.98px) {
    .wl-signup-pro-page {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .wl-auth-shell--signup {
        border-radius: 14px;
    }

    .wl-signup-pro-panel {
        padding: 1.35rem 1.15rem 1.5rem !important;
    }

    .wl-signup-user-cta {
        padding: 0.9rem;
        gap: 0.7rem;
    }

    .wl-signup-user-cta__body strong {
        font-size: 0.94rem;
    }

    .wl-signup-role-row {
        padding: 0.72rem 0.8rem;
        min-height: 54px;
    }
}

/* Legacy role grid (other pages) */
.wl-signup-page {
    padding: clamp(2rem, 5vw, 4rem) 1rem clamp(3rem, 6vw, 5rem);
    min-height: calc(100vh - var(--wl-nav-height));
}

.wl-role-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
    gap: 1.25rem;
    max-width: 1100px;
    margin: 0 auto;
}

.wl-role-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 1.35rem;
    background: #fff;
    border: 1px solid var(--wl-border);
    border-radius: 16px;
    text-decoration: none !important;
    color: var(--wl-ink) !important;
}

.wl-role-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(239, 68, 68, 0.12), rgba(91, 77, 255, 0.1));
    color: #dc2626;
    font-size: 1.15rem;
    margin-bottom: 0.85rem;
}

/* ── Multi-step signup wizard (legacy markup, modern skin) ── */
.wl-signup-wizard-page {
    padding: clamp(1.5rem, 4vw, 3rem) 1rem 4rem;
    min-height: calc(100vh - var(--wl-nav-height) - 80px);
}

.wl-signup-wizard-page .container {
    max-width: 720px;
}

body.wl-front-modern .wl-signup-wizard-page .ch-1,
body.wl-front-modern .wl-auth-form-panel .ch-1 {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 800;
    color: var(--wl-ink);
    letter-spacing: -0.02em;
    text-align: center;
}

body.wl-front-modern .wl-signup-wizard-page .ch-7,
body.wl-front-modern .wl-auth-form-panel .ch-7 {
    color: var(--wl-ink-muted);
    font-size: 0.95rem;
    text-align: center;
}

body.wl-front-modern .wl-signup-wizard-page label,
body.wl-front-modern .wl-auth-form-panel label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--wl-ink);
    margin-bottom: 0.35rem;
}

body.wl-front-modern .form-control,
body.wl-front-modern .form-control-lg,
body.wl-front-modern .form-select {
    border: 1px solid var(--wl-border);
    border-radius: 12px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    background: var(--wl-surface-2);
    transition: border-color 0.2s, box-shadow 0.2s;
}

body.wl-front-modern .form-control:focus,
body.wl-front-modern .form-control-lg:focus,
body.wl-front-modern .form-select:focus {
    border-color: var(--wl-primary);
    box-shadow: 0 0 0 4px rgba(91, 77, 255, 0.12);
    background: #fff;
    outline: none;
}

body.wl-front-modern .btn-danger,
body.wl-front-modern #submit.btn-danger,
body.wl-front-modern button.btn-danger {
    background: var(--wl-gradient) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 0.85rem 1.25rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    box-shadow: 0 10px 28px rgba(91, 77, 255, 0.3);
    transition: transform 0.2s, opacity 0.2s;
}

body.wl-front-modern .btn-danger:hover:not(:disabled) {
    transform: translateY(-1px);
    opacity: 0.95;
}

body.wl-front-modern .btn-danger:disabled {
    opacity: 0.6;
    transform: none;
}

body.wl-front-modern a.fb,
body.wl-front-modern .wl-signup-wizard-page a.text-dark {
    color: var(--wl-primary) !important;
    font-weight: 600;
    text-decoration: none;
}

body.wl-front-modern a.fb:hover {
    color: var(--wl-primary-dark) !important;
}

body.wl-front-modern #alert:not(:empty) {
    border-radius: 10px;
    padding: 0.65rem 1rem;
    background: #fef2f2;
    color: #b91c1c;
    font-size: 0.9rem;
}

body.wl-front-modern .wl-signup-wizard-page .card {
    border: 1px solid var(--wl-border);
    border-radius: var(--wl-radius-lg);
    box-shadow: var(--wl-shadow);
}

/* ── Header extras ── */
.wl-header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2815, 23, 42, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.wl-header .wl-btn-outline {
    background: transparent;
    border: 2px solid var(--wl-primary);
    color: var(--wl-primary) !important;
    font-weight: 700;
    padding: 0.5rem 1.25rem;
    border-radius: 999px;
    transition: background 0.2s, color 0.2s;
}

.wl-header .wl-btn-outline:hover {
    background: rgba(91, 77, 255, 0.08);
    color: var(--wl-primary-dark) !important;
}

.wl-header .nav-link.wl-nav-cta {
    margin-left: 0.5rem;
}

/* ── Footer mobile ── */
@media (max-width: 767.98px) {
    .wl-footer__cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .wl-footer__cta-btn {
        width: 100%;
    }
    .wl-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .wl-footer__top {
        grid-template-columns: 1fr;
    }
    .wl-footer__cols {
        grid-template-columns: 1fr 1fr;
    }
}

/* ── Reduce legacy style conflicts on modern pages ── */
body.wl-front-modern {
    background: var(--wl-surface-2);
}

body.wl-front-modern .wl-signup-wizard-page .ch-7:has(a[href*="sign-in"]) {
    display: none !important;
}

body.wl-front-modern .container-fluid {
    max-width: 1280px;
}
