@import '_content/Just.Core.Blazor/Just.Core.Blazor.r4llpgmi2x.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.84wtju4z0n.bundle.scp.css';

/* /AdminLayout.razor.rz.scp.css */
:host[b-c4s45zzyyy] {
    display: block;
}

/* ── Shell ────────────────────────────────────────────────── */
.admin-shell[b-c4s45zzyyy] {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    min-height: 100vh;
    background: var(--surface-base);
}

/* ── Sidebar ──────────────────────────────────────────────── */
.admin-sidebar[b-c4s45zzyyy] {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--surface-panel);
    border-right: 1px solid var(--ink-200);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 30;
}

/* ── Brand ────────────────────────────────────────────────── */
.sidebar-top[b-c4s45zzyyy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.15rem 1rem;
}

.admin-brand[b-c4s45zzyyy] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    text-decoration: none;
    color: var(--ink-900);
    transition: opacity 0.15s ease;
}

.admin-brand:hover[b-c4s45zzyyy] {
    opacity: 0.85;
    color: var(--ink-900);
}

.admin-brand-mark[b-c4s45zzyyy] {
    display: grid;
    place-items: center;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 0.5rem;
    background: var(--accent-50);
    border: 1px solid var(--accent-100);
    flex-shrink: 0;
}

.admin-brand-mark img[b-c4s45zzyyy] {
    width: 1.4rem;
    height: 1.4rem;
    object-fit: contain;
}

.admin-brand-text[b-c4s45zzyyy] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.admin-brand-text strong[b-c4s45zzyyy] {
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--ink-900);
}

.admin-brand-label[b-c4s45zzyyy] {
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--ink-500);
    padding: 0.1rem 0.4rem;
    border: 1px solid var(--ink-200);
    border-radius: 0.3rem;
    background: var(--ink-50);
}

.sidebar-close-btn[b-c4s45zzyyy] {
    display: none;
    border: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 0.4rem;
    background: var(--ink-100);
    color: var(--ink-600);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease;
}

.sidebar-close-btn:hover[b-c4s45zzyyy] {
    background: var(--ink-200);
    color: var(--ink-900);
}

/* ── Navigation (deep into NavMenu) ───────────────────────── */
[b-c4s45zzyyy] .admin-nav {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    padding: 0 0.65rem;
    flex: 1;
}

[b-c4s45zzyyy] .nav-section-label {
    margin: 1.25rem 0 0.4rem;
    padding: 0 0.55rem;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ink-400);
}

[b-c4s45zzyyy] .nav-section-label:first-child {
    margin-top: 0.5rem;
}

[b-c4s45zzyyy] .nav-link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border-radius: 0.45rem;
    padding: 0.5rem 0.55rem;
    border: 1px solid transparent;
    color: var(--ink-600);
    font-weight: 500;
    font-size: 0.855rem;
    transition: color 0.12s ease, background-color 0.12s ease;
    text-decoration: none;
}

[b-c4s45zzyyy] .nav-link:hover {
    color: var(--ink-900);
    background: var(--ink-50);
}

[b-c4s45zzyyy] .nav-link.active {
    color: var(--ink-900);
    background: var(--accent-50);
    border-color: var(--accent-100);
}

[b-c4s45zzyyy] .nav-link:focus-visible {
    outline: 2px solid rgba(99, 152, 255, 0.5);
    outline-offset: 1px;
}

[b-c4s45zzyyy] .nav-link-icon {
    width: 1.1rem;
    text-align: center;
    color: var(--ink-400);
    flex-shrink: 0;
    font-size: 0.88rem;
}

[b-c4s45zzyyy] .nav-link:hover .nav-link-icon {
    color: var(--ink-600);
}

[b-c4s45zzyyy] .nav-link.active .nav-link-icon {
    color: var(--accent-600);
}

[b-c4s45zzyyy] .nav-link-child {
    margin-left: 0.4rem;
    padding-left: 0.85rem;
    font-size: 0.83rem;
}

[b-c4s45zzyyy] .admin-nav-group {
    margin: 0;
}

[b-c4s45zzyyy] .admin-nav-group-row {
    display: flex;
    align-items: center;
    gap: 0;
}

[b-c4s45zzyyy] .nav-link-group {
    flex: 1;
}

[b-c4s45zzyyy] .admin-nav-group-toggle {
    border: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 0.35rem;
    background: transparent;
    color: var(--ink-400);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.12s ease, background-color 0.12s ease;
    font-size: 0.65rem;
}

[b-c4s45zzyyy] .admin-nav-group-toggle:hover {
    color: var(--ink-700);
    background: var(--ink-100);
}

[b-c4s45zzyyy] .admin-nav-submenu {
    display: grid;
    gap: 0.1rem;
    margin: 0.1rem 0 0.25rem;
}

/* ── Sidebar bottom (user + actions) ──────────────────────── */
.sidebar-bottom[b-c4s45zzyyy] {
    margin-top: auto;
    padding: 0.75rem 0.65rem 0.85rem;
    border-top: 1px solid var(--ink-200);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.sidebar-user[b-c4s45zzyyy] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

.sidebar-user-avatar[b-c4s45zzyyy] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--ink-100);
    display: grid;
    place-items: center;
    color: var(--ink-500);
    font-size: 0.72rem;
    flex-shrink: 0;
}

.sidebar-user-info[b-c4s45zzyyy] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sidebar-user-name[b-c4s45zzyyy] {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--ink-800);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-user-role[b-c4s45zzyyy] {
    font-size: 0.66rem;
    font-weight: 500;
    color: var(--ink-500);
    letter-spacing: 0.02em;
}

.sidebar-actions[b-c4s45zzyyy] {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    flex-shrink: 0;
}

.sidebar-action-btn[b-c4s45zzyyy] {
    border: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 0.4rem;
    background: transparent;
    color: var(--ink-500);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.12s ease, background-color 0.12s ease;
    font-size: 0.82rem;
    text-decoration: none;
}

.sidebar-action-btn:hover[b-c4s45zzyyy] {
    color: var(--ink-800);
    background: var(--ink-100);
}

/* ── Main area ────────────────────────────────────────────── */
.admin-main[b-c4s45zzyyy] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #fff;
}

/* ── Topbar ───────────────────────────────────────────────── */
.admin-topbar[b-c4s45zzyyy] {
    height: 3.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 1.75rem;
    position: sticky;
    top: 0;
    z-index: 25;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--ink-100);
}

.topbar-menu-btn[b-c4s45zzyyy] {
    display: none;
    border: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 0.4rem;
    background: var(--ink-50);
    color: var(--ink-600);
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease;
}

.topbar-menu-btn:hover[b-c4s45zzyyy] {
    background: var(--ink-100);
    color: var(--ink-900);
}

[b-c4s45zzyyy] .topbar-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    min-width: 0;
}

[b-c4s45zzyyy] .topbar-content > span {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-width: 0;
}

[b-c4s45zzyyy] .topbar-content > .ms-auto {
    margin-left: auto !important;
    flex-shrink: 0;
}

[b-c4s45zzyyy] .topbar-content h3 {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    color: var(--ink-900);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ── Page content ─────────────────────────────────────────── */
.admin-page[b-c4s45zzyyy] {
    flex: 1;
    padding: 1.5rem 1.75rem 2.5rem;
}

/* ── Error UI ─────────────────────────────────────────────── */
#blazor-error-ui[b-c4s45zzyyy] {
    background: #fef2f2;
    color: #991b1b;
    border-top: 1px solid rgba(220, 38, 38, 0.2);
    bottom: 0;
    box-shadow: 0 -4px 16px -8px rgba(153, 27, 27, 0.25);
    display: none;
    left: 0;
    padding: 0.6rem 1rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 0.85rem;
}

#blazor-error-ui .dismiss[b-c4s45zzyyy] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.45rem;
    color: #991b1b;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .admin-shell[b-c4s45zzyyy] {
        display: block;
    }

    .admin-sidebar[b-c4s45zzyyy] {
        position: fixed;
        left: 0;
        top: 0;
        width: min(80vw, 300px);
        max-width: 300px;
        --bs-offcanvas-width: min(80vw, 300px);
        z-index: var(--bs-offcanvas-zindex);
        box-shadow: 8px 0 30px rgba(15, 23, 42, 0.12);
    }

    .sidebar-close-btn[b-c4s45zzyyy] {
        display: inline-flex;
    }

    .topbar-menu-btn[b-c4s45zzyyy] {
        display: inline-flex;
    }

    .admin-topbar[b-c4s45zzyyy] {
        padding: 0 1rem;
    }

    .admin-page[b-c4s45zzyyy] {
        padding: 1rem;
    }

    [b-c4s45zzyyy] .topbar-content h3 {
        font-size: 0.9rem;
    }
}

@media (max-width: 560px) {
    [b-c4s45zzyyy] .topbar-content > .ms-auto {
        margin-left: 0 !important;
    }

    [b-c4s45zzyyy] .topbar-content {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    [b-c4s45zzyyy] .topbar-content .btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .admin-sidebar[b-c4s45zzyyy] {
        transition: none !important;
    }
}
/* /Features/Campaigns/Create.razor.rz.scp.css */
.breadcrumb-item.active[b-mgywtcw4k5] {
    color: blue;
}
/* /Features/Creators/Pages/Index.razor.rz.scp.css */
[b-96w7a19rs7] tbody td {
    white-space: nowrap;
    overflow: hidden;
    max-width: 0;
    text-overflow: ellipsis;
}
/* /Features/Creators/SocialProfiles/AddProfileModal.razor.rz.scp.css */
.option-tile[b-xylyimdg4v] {
    display: block;
    border: 1px solid var(--bs-border-color);
    border-radius: .75rem;
    padding: 2rem;
    background: var(--bs-body-bg);
    text-align: left;
    transition: border-color .15s ease, box-shadow .15s ease, transform .05s ease;
}

.option-tile:hover[b-xylyimdg4v], .option-tile:focus[b-xylyimdg4v] {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-primary-rgb), .15);
}

.option-inner[b-xylyimdg4v] {
    min-height: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.option-title[b-xylyimdg4v] {
    font-size: 1.5rem;
    font-weight: 600;
}

.option-sub[b-xylyimdg4v] {
    color: var(--bs-secondary-color);
    margin-top: .5rem;
}
/* /Features/SearchMatches/Details.razor.rz.scp.css */
.card[b-twq6ldbs03] {
    border: 0;
    background: #fafafa;
}
/* /Pages/Sample.razor.rz.scp.css */
/* ─────────────────────────────────────────────────────────
   Sample / Leseprobe — World-class conversion landing page
   ───────────────────────────────────────────────────────── */

/* ── Page grid ──────────────────────────────────────────── */
/* Row 1: hero text spans full width
   Row 2: preview image (left) + conversion card (right) */
.lp[b-muyo9pd6v7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: clamp(1.5rem, 3vw, 2.5rem) clamp(2rem, 4vw, 3.5rem);
    align-items: stretch;
    width: min(1340px, 100%);
    margin: 0 auto;
    padding: clamp(2rem, 5vw, 4rem) 0;
    animation: lpFadeUp-b-muyo9pd6v7 0.8s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* ── Hero content (spans full width, row 1) ─────────────── */
.lp-hero-content[b-muyo9pd6v7] {
    grid-column: 1 / -1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 680px;
}

/* Badge — pulsing dot + label */
.lp-badge[b-muyo9pd6v7] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    width: fit-content;
    padding: 0.4rem 1.1rem 0.4rem 0.85rem;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--accent-700);
    background: linear-gradient(135deg, rgba(43, 109, 247, 0.08) 0%, rgba(43, 109, 247, 0.03) 100%);
    border: 1px solid rgba(43, 109, 247, 0.15);
    border-radius: 999px;
    animation: lpFadeUp-b-muyo9pd6v7 0.6s 0.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.lp-badge-dot[b-muyo9pd6v7] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--accent-500);
    box-shadow: 0 0 0 0 rgba(43, 109, 247, 0.5);
    animation: lpPulseDot-b-muyo9pd6v7 2.4s ease-out infinite;
}

/* Title */
.lp-title[b-muyo9pd6v7] {
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: clamp(2rem, 4.5vw, 3.2rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
    color: var(--ink-950);
    margin: 0;
    max-width: 20ch;
    animation: lpFadeUp-b-muyo9pd6v7 0.7s 0.15s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Lead text */
.lp-lead[b-muyo9pd6v7] {
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    line-height: 1.7;
    color: var(--ink-600);
    max-width: 48ch;
    margin: 0;
    animation: lpFadeUp-b-muyo9pd6v7 0.7s 0.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* ── Social proof ───────────────────────────────────────── */
.lp-social-proof[b-muyo9pd6v7] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1.25rem;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(43, 109, 247, 0.08);
    border-radius: 1rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    width: fit-content;
    animation: lpFadeUp-b-muyo9pd6v7 0.7s 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.lp-social-proof:hover[b-muyo9pd6v7] {
    border-color: rgba(43, 109, 247, 0.16);
    box-shadow: 0 4px 20px -6px rgba(43, 109, 247, 0.1);
}

.lp-social-proof-avatars[b-muyo9pd6v7] {
    display: flex;
    flex-shrink: 0;
}

.lp-avatar[b-muyo9pd6v7] {
    display: grid;
    place-items: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.9);
    margin-left: -0.45rem;
}

.lp-avatar:first-child[b-muyo9pd6v7] {
    margin-left: 0;
}

.lp-avatar--1[b-muyo9pd6v7] { background: linear-gradient(135deg, #6366f1, #8b5cf6); }
.lp-avatar--2[b-muyo9pd6v7] { background: linear-gradient(135deg, #2563eb, #3b82f6); }
.lp-avatar--3[b-muyo9pd6v7] { background: linear-gradient(135deg, #0891b2, #06b6d4); }
.lp-avatar--4[b-muyo9pd6v7] {
    background: linear-gradient(135deg, rgba(43, 109, 247, 0.12), rgba(43, 109, 247, 0.06));
    color: var(--accent-600);
    font-size: 0.78rem;
}

.lp-social-proof-text[b-muyo9pd6v7] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.lp-social-proof-text strong[b-muyo9pd6v7] {
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.82rem;
    font-weight: 750;
    color: var(--ink-900);
    letter-spacing: -0.01em;
}

.lp-social-proof-text span[b-muyo9pd6v7] {
    font-size: 0.74rem;
    color: var(--ink-500);
}

/* ── Preview image (row 2, col 1) ──────────────────────── */
.lp-preview[b-muyo9pd6v7] {
    margin: 0;
    position: relative;
    align-self: stretch;
    width: 100%;
    height: 100%;
}

.lp-preview-glow[b-muyo9pd6v7] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43, 109, 247, 0.1) 0%, transparent 70%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

.lp-preview-frame[b-muyo9pd6v7] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 1.5rem;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 251, 255, 0.95) 100%);
    border: 1px solid rgba(43, 109, 247, 0.08);
    max-width: none;
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.03),
        0 4px 12px -2px rgba(15, 23, 42, 0.04),
        0 16px 40px -8px rgba(15, 23, 42, 0.06),
        0 48px 80px -24px rgba(15, 23, 42, 0.08);
}

.lp-preview-frame img[b-muyo9pd6v7] {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
}

.lp-preview-badge[b-muyo9pd6v7] {
    position: absolute;
    z-index: 2;
    bottom: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.45rem 0.95rem;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    color: #ffffff;
    background: rgba(15, 23, 42, 0.72);
    backdrop-filter: blur(12px) saturate(1.4);
    -webkit-backdrop-filter: blur(12px) saturate(1.4);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    letter-spacing: 0.02em;
}

.lp-preview-badge i[b-muyo9pd6v7] {
    font-size: 0.72rem;
    opacity: 0.85;
}

/* ── Card (conversion sidebar) ──────────────────────────── */
.lp-card[b-muyo9pd6v7] {
    position: sticky;
    top: 2rem;
    align-self: stretch;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: clamp(1.75rem, 3vw, 2.5rem);
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.97) 0%, rgba(250, 252, 255, 0.95) 100%);
    border: 1px solid rgba(43, 109, 247, 0.1);
    border-radius: 1.75rem;
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.02),
        0 8px 24px -8px rgba(15, 23, 42, 0.06),
        0 32px 64px -16px rgba(15, 23, 42, 0.06),
        0 64px 96px -32px rgba(15, 23, 42, 0.04);
    overflow: hidden;
    z-index: 1;
    animation: lpSlideIn-b-muyo9pd6v7 0.8s 0.2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* Glow behind card */
.lp-card-glow[b-muyo9pd6v7] {
    position: absolute;
    top: -50%;
    right: -40%;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(43, 109, 247, 0.06) 0%, transparent 70%);
    pointer-events: none;
    z-index: -1;
}

/* Shine stripe across card */
.lp-card-shine[b-muyo9pd6v7] {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        105deg,
        transparent 30%,
        rgba(255, 255, 255, 0.4) 50%,
        transparent 70%
    );
    pointer-events: none;
    z-index: 0;
    animation: lpShine-b-muyo9pd6v7 4s 1.5s ease-in-out 1 forwards;
}

/* Card header */
.lp-card-head[b-muyo9pd6v7] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    position: relative;
    z-index: 1;
}

.lp-card-icon-ring[b-muyo9pd6v7] {
    display: grid;
    place-items: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 1rem;
    background: linear-gradient(145deg, var(--accent-600) 0%, var(--accent-500) 100%);
    color: #ffffff;
    font-size: 1.2rem;
    box-shadow:
        0 4px 12px -2px rgba(43, 109, 247, 0.4),
        0 12px 28px -6px rgba(43, 109, 247, 0.25);
    margin-bottom: 0.25rem;
}

.lp-card-title[b-muyo9pd6v7] {
    margin: 0;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: clamp(1.35rem, 2.4vw, 1.7rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.025em;
    color: var(--ink-950);
}

.lp-card-subtitle[b-muyo9pd6v7] {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.6;
    color: var(--ink-500);
}

/* ── Steps (horizontal) ────────────────────────────────── */
.lp-steps-wrap[b-muyo9pd6v7] {
    display: flex;
    align-items: flex-start;
    gap: 0;
    position: relative;
    z-index: 1;
    padding: 0.75rem 0;
}

.lp-step[b-muyo9pd6v7] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
}

.lp-step-icon[b-muyo9pd6v7] {
    display: grid;
    place-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.75rem;
    background: linear-gradient(145deg, rgba(43, 109, 247, 0.1) 0%, rgba(43, 109, 247, 0.04) 100%);
    border: 1.5px solid rgba(43, 109, 247, 0.15);
    color: var(--accent-600);
    font-size: 0.95rem;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease;
}

.lp-step:hover .lp-step-icon[b-muyo9pd6v7] {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px -4px rgba(43, 109, 247, 0.2);
}

.lp-step-content[b-muyo9pd6v7] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.lp-step-content strong[b-muyo9pd6v7] {
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.76rem;
    font-weight: 750;
    color: var(--ink-800);
    letter-spacing: -0.01em;
}

.lp-step-content span[b-muyo9pd6v7] {
    font-size: 0.68rem;
    color: var(--ink-400);
    line-height: 1.35;
}

.lp-step-connector[b-muyo9pd6v7] {
    display: flex;
    align-items: center;
    padding-top: 0.7rem;
    color: var(--ink-300);
    font-size: 0.55rem;
    flex-shrink: 0;
}

/* ── Divider ────────────────────────────────────────────── */
.lp-card-divider[b-muyo9pd6v7] {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(43, 109, 247, 0.1) 50%, transparent 100%);
    position: relative;
    z-index: 1;
}

/* ── Form ───────────────────────────────────────────────── */
.lp-form[b-muyo9pd6v7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.lp-field[b-muyo9pd6v7] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    width: 100%;
    margin-bottom: 1rem;
}

.lp-label[b-muyo9pd6v7] {
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--ink-600);
}

.lp-input-wrap[b-muyo9pd6v7] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.lp-input-icon[b-muyo9pd6v7] {
    position: absolute;
    left: 1rem;
    font-size: 0.95rem;
    color: var(--ink-400);
    pointer-events: none;
    transition: color 0.3s ease;
    z-index: 2;
}

.lp-input-wrap[b-muyo9pd6v7]  .lp-input {
    display: block;
    flex: 1 1 auto;
    width: 100% !important;
    min-width: 0;
    min-height: 3.2rem;
    padding: 0.88rem 1rem 0.88rem 2.85rem !important;
    font-family: "Rubik", "Segoe UI", sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: var(--ink-900) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border: 1.5px solid rgba(43, 109, 247, 0.14) !important;
    border-radius: 0.95rem !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition:
        border-color 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.lp-input-wrap[b-muyo9pd6v7]  .lp-input::placeholder {
    color: var(--ink-400) !important;
    text-align: left !important;
}

.lp-input-wrap[b-muyo9pd6v7]  .lp-input:focus {
    border-color: rgba(43, 109, 247, 0.45) !important;
    box-shadow: 0 0 0 4px rgba(43, 109, 247, 0.08) !important;
    background: #ffffff !important;
}

.lp-input-wrap:focus-within .lp-input-icon[b-muyo9pd6v7] {
    color: var(--accent-600);
}

[b-muyo9pd6v7] .lp-validation {
    font-size: 0.78rem;
    color: #dc2626;
    padding-left: 0.15rem;
}

/* ── Submit button ──────────────────────────────────────── */
.lp-submit[b-muyo9pd6v7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    width: 100%;
    padding: 0.92rem 1.5rem;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.95rem;
    font-weight: 750;
    letter-spacing: 0.01em;
    color: #ffffff;
    background: linear-gradient(135deg, var(--accent-600) 0%, var(--accent-500) 100%);
    border: none;
    border-radius: 0.95rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow:
        0 1px 2px rgba(43, 109, 247, 0.12),
        0 6px 16px -4px rgba(43, 109, 247, 0.3),
        0 16px 36px -8px rgba(43, 109, 247, 0.2);
    transition:
        transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.lp-submit[b-muyo9pd6v7]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.18) 0%, transparent 50%);
    pointer-events: none;
}

.lp-submit:hover:not(:disabled)[b-muyo9pd6v7] {
    transform: translateY(-2px);
    box-shadow:
        0 2px 4px rgba(43, 109, 247, 0.12),
        0 8px 24px -4px rgba(43, 109, 247, 0.35),
        0 20px 48px -8px rgba(43, 109, 247, 0.25);
}

.lp-submit:active:not(:disabled)[b-muyo9pd6v7] {
    transform: translateY(0.5px);
    box-shadow:
        0 1px 2px rgba(43, 109, 247, 0.12),
        0 3px 8px -2px rgba(43, 109, 247, 0.25);
}

.lp-submit:disabled[b-muyo9pd6v7] {
    opacity: 0.7;
    cursor: not-allowed;
}

.lp-submit i[b-muyo9pd6v7] {
    font-size: 0.85rem;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-submit:hover:not(:disabled) i[b-muyo9pd6v7] {
    transform: translateX(4px);
}

/* Spinner */
.lp-submit-spinner[b-muyo9pd6v7] {
    width: 1.1rem;
    height: 1.1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: lpSpin-b-muyo9pd6v7 0.6s linear infinite;
}

/* ── Feedback (success / error) ─────────────────────────── */
.lp-feedback[b-muyo9pd6v7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    padding: 1.75rem 1.5rem;
    border-radius: 1.15rem;
    position: relative;
    z-index: 1;
    animation: lpFadeUp-b-muyo9pd6v7 0.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.lp-feedback--ok[b-muyo9pd6v7] {
    background: linear-gradient(145deg, rgba(22, 163, 74, 0.05) 0%, rgba(22, 163, 74, 0.02) 100%);
    border: 1px solid rgba(22, 163, 74, 0.15);
}

.lp-feedback--err[b-muyo9pd6v7] {
    flex-direction: row;
    text-align: left;
    gap: 0.65rem;
    padding: 0.85rem 1rem;
    background: rgba(220, 38, 38, 0.04);
    border: 1px solid rgba(220, 38, 38, 0.12);
    font-size: 0.85rem;
    color: #b91c1c;
    border-radius: 0.85rem;
}

.lp-feedback--err i[b-muyo9pd6v7] {
    font-size: 1rem;
    flex-shrink: 0;
}

.lp-feedback-icon-wrap[b-muyo9pd6v7] {
    margin-bottom: 0.25rem;
}

.lp-feedback-check[b-muyo9pd6v7] {
    display: grid;
    place-items: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: linear-gradient(145deg, #16a34a 0%, #22c55e 100%);
    color: #ffffff;
    font-size: 1.4rem;
    box-shadow:
        0 4px 12px -2px rgba(22, 163, 74, 0.35),
        0 8px 24px -4px rgba(22, 163, 74, 0.2);
    animation: lpScaleIn-b-muyo9pd6v7 0.5s 0.1s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.lp-feedback-title[b-muyo9pd6v7] {
    margin: 0;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--ink-900);
    letter-spacing: -0.02em;
}

.lp-feedback-body[b-muyo9pd6v7] {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.6;
    color: var(--ink-600);
}

.lp-feedback-hint[b-muyo9pd6v7] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-top: 0.25rem;
    padding: 0.45rem 0.85rem;
    font-size: 0.74rem;
    font-weight: 500;
    color: var(--ink-500);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(43, 109, 247, 0.06);
    border-radius: 999px;
}

.lp-feedback-hint i[b-muyo9pd6v7] {
    font-size: 0.72rem;
    color: var(--ink-400);
}

/* ── Card footer & trust pills ─────────────────────────── */
.lp-card-footer[b-muyo9pd6v7] {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.lp-trust-row[b-muyo9pd6v7] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    justify-content: center;
}

.lp-trust-pill[b-muyo9pd6v7] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.7rem;
    font-family: "Manrope", "Segoe UI", sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: var(--ink-500);
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(43, 109, 247, 0.06);
    border-radius: 999px;
    transition: border-color 0.25s ease;
}

.lp-trust-pill:hover[b-muyo9pd6v7] {
    border-color: rgba(43, 109, 247, 0.14);
}

.lp-trust-pill i[b-muyo9pd6v7] {
    font-size: 0.62rem;
    color: var(--accent-500);
}

.lp-fine-print[b-muyo9pd6v7] {
    margin: 0;
    font-size: 0.68rem;
    color: var(--ink-400);
    text-align: center;
    line-height: 1.5;
    max-width: 34ch;
}

/* ── Animations ─────────────────────────────────────────── */
@keyframes lpFadeUp-b-muyo9pd6v7 {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes lpSlideIn-b-muyo9pd6v7 {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes lpScaleIn-b-muyo9pd6v7 {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes lpSpin-b-muyo9pd6v7 {
    to {
        transform: rotate(360deg);
    }
}

@keyframes lpPulseDot-b-muyo9pd6v7 {
    0% { box-shadow: 0 0 0 0 rgba(43, 109, 247, 0.5); }
    70% { box-shadow: 0 0 0 8px rgba(43, 109, 247, 0); }
    100% { box-shadow: 0 0 0 0 rgba(43, 109, 247, 0); }
}

@keyframes lpShine-b-muyo9pd6v7 {
    0% { left: -100%; }
    100% { left: 150%; }
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 991px) {
    .lp[b-muyo9pd6v7] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: clamp(1.5rem, 4vw, 2.5rem) 0;
    }

    .lp-preview[b-muyo9pd6v7],
    .lp-preview-frame[b-muyo9pd6v7],
    .lp-card[b-muyo9pd6v7] {
        height: auto;
    }

    .lp-card[b-muyo9pd6v7] {
        position: static;
    }

    .lp-title[b-muyo9pd6v7] {
        max-width: none;
    }

    .lp-hero[b-muyo9pd6v7] {
        gap: 2rem;
    }
}

@media (max-width: 600px) {
    .lp-card[b-muyo9pd6v7] {
        border-radius: 1.25rem;
        padding: 1.5rem;
    }

    .lp-preview-frame[b-muyo9pd6v7] {
        border-radius: 1.15rem;
    }

    .lp-steps-wrap[b-muyo9pd6v7] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

    .lp-step[b-muyo9pd6v7] {
        flex-direction: row;
        text-align: left;
        gap: 0.65rem;
    }

    .lp-step-icon[b-muyo9pd6v7] {
        width: 2.2rem;
        height: 2.2rem;
        font-size: 0.85rem;
    }

    .lp-step-connector[b-muyo9pd6v7] {
        display: none;
    }

    .lp-social-proof[b-muyo9pd6v7] {
        width: 100%;
    }

    .lp-preview-badge[b-muyo9pd6v7] {
        bottom: 0.65rem;
        left: 0.65rem;
    }

    .lp-trust-row[b-muyo9pd6v7] {
        gap: 0.3rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .lp[b-muyo9pd6v7],
    .lp-card[b-muyo9pd6v7],
    .lp-feedback[b-muyo9pd6v7],
    .lp-badge[b-muyo9pd6v7],
    .lp-title[b-muyo9pd6v7],
    .lp-lead[b-muyo9pd6v7],
    .lp-social-proof[b-muyo9pd6v7],
    .lp-preview[b-muyo9pd6v7],
    .lp-feedback-check[b-muyo9pd6v7] {
        animation: none !important;
    }

    .lp-badge-dot[b-muyo9pd6v7] {
        animation: none !important;
    }

    .lp-card-shine[b-muyo9pd6v7] {
        animation: none !important;
        display: none;
    }

    .lp-submit i[b-muyo9pd6v7],
    .lp-step-icon[b-muyo9pd6v7] {
        transition: none !important;
    }
}
