/* CreatorConnect public landing — premium marketplace homepage */

:root {
    --lp-primary: #7C3AED;
    --lp-primary-deep: #5B21B6;
    --lp-indigo: #4F46E5;
    --lp-blue: #2563EB;
    --lp-success: #10B981;
    --lp-bg: #F5F0FB;
    --lp-surface: #FFFFFF;
    --lp-text: #1E1635;
    --lp-muted: #6B6280;
    --lp-border: rgba(124, 58, 237, 0.14);
    --lp-shadow: 0 18px 50px rgba(91, 33, 182, 0.10);
    --lp-shadow-sm: 0 8px 24px rgba(91, 33, 182, 0.08);
    --lp-radius: 20px;
    --lp-font: "Plus Jakarta Sans", system-ui, sans-serif;
}

.lp-body {
    margin: 0;
    font-family: var(--lp-font);
    color: var(--lp-text);
    background: var(--lp-bg);
    overflow-x: hidden;
}

.lp-body a { text-decoration: none; }

/* ── Nav ── */
.lp-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: background 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
    background: transparent;
}

.lp-nav.is-scrolled {
    background: rgba(245, 240, 251, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 rgba(124, 58, 237, 0.08);
}

.lp-nav__inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0.85rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.lp-brand {
    display: inline-flex;
    align-items: center;
    color: var(--lp-text);
}

.lp-brand img {
    height: 40px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
    display: block;
}

.lp-nav__links {
    display: flex;
    align-items: center;
    gap: 0.15rem 1.1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.lp-nav__links a {
    color: var(--lp-muted);
    font-size: 0.92rem;
    font-weight: 600;
    padding: 0.35rem 0;
    transition: color 0.2s;
}

.lp-nav__links a:hover,
.lp-nav__links a:focus-visible {
    color: var(--lp-primary);
}

.lp-nav__actions {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.92rem;
    padding: 0.7rem 1.35rem;
    border: 1.5px solid transparent;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s, color 0.2s;
    cursor: pointer;
    line-height: 1.2;
}

.lp-btn:focus-visible {
    outline: 2px solid var(--lp-primary);
    outline-offset: 3px;
}

.lp-btn:hover { transform: translateY(-2px); }

.lp-btn--primary {
    background: linear-gradient(135deg, var(--lp-primary) 0%, var(--lp-indigo) 100%);
    color: #fff;
    box-shadow: 0 10px 28px rgba(124, 58, 237, 0.32);
}

.lp-btn--primary:hover { color: #fff; box-shadow: 0 14px 34px rgba(124, 58, 237, 0.4); }

.lp-btn--ghost {
    background: #fff;
    color: var(--lp-text);
    border-color: var(--lp-border);
}

.lp-btn--ghost:hover {
    color: var(--lp-primary-deep);
    border-color: rgba(124, 58, 237, 0.35);
}

.lp-btn--lg { padding: 0.9rem 1.7rem; font-size: 1rem; }

.lp-nav__toggle {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid var(--lp-border);
    background: #fff;
    color: var(--lp-text);
    align-items: center;
    justify-content: center;
}

.lp-nav__drawer {
    display: none;
}

@media (max-width: 991px) {
    .lp-nav__links,
    .lp-nav__actions { display: none; }

    .lp-nav__toggle { display: inline-flex; }

    .lp-nav__drawer {
        display: none;
        padding: 0.5rem 1.25rem 1.1rem;
        border-top: 1px solid var(--lp-border);
        background: rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(12px);
    }

    .lp-nav__drawer.is-open { display: block; }

    .lp-nav__drawer a {
        display: block;
        padding: 0.7rem 0.25rem;
        color: var(--lp-text);
        font-weight: 600;
        border-bottom: 1px solid rgba(124, 58, 237, 0.08);
    }

    .lp-nav__drawer .lp-btn { width: 100%; margin-top: 0.5rem; }
}

/* ── Hero ── */
.lp-hero {
    position: relative;
    padding: clamp(2rem, 5vh, 3.5rem) 1.25rem 2.5rem;
    overflow: hidden;
}

.lp-hero__blobs {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.lp-hero__blobs span {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.55;
}

.lp-hero__blobs .b1 {
    width: 420px; height: 420px;
    background: rgba(124, 58, 237, 0.28);
    top: -80px; left: -60px;
}

.lp-hero__blobs .b2 {
    width: 360px; height: 360px;
    background: rgba(37, 99, 235, 0.18);
    top: 20%; right: -80px;
}

.lp-hero__blobs .b3 {
    width: 280px; height: 280px;
    background: rgba(16, 185, 129, 0.12);
    bottom: 0; left: 35%;
}

.lp-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 2.5rem;
    align-items: center;
}

.lp-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: rgba(124, 58, 237, 0.1);
    color: var(--lp-primary-deep);
    font-size: 0.82rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
}

.lp-hero h1 {
    font-size: clamp(2.4rem, 5.2vw, 3.75rem);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.08;
    margin: 0 0 1.1rem;
    color: var(--lp-text);
}

.lp-hero h1 .accent {
    background: linear-gradient(135deg, var(--lp-primary), var(--lp-blue));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.lp-hero__lead {
    font-size: clamp(1rem, 1.5vw, 1.12rem);
    line-height: 1.65;
    color: var(--lp-muted);
    max-width: 34rem;
    margin: 0 0 1.6rem;
}

.lp-hero__appname {
    margin: 0 0 0.7rem;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--lp-primary-deep);
}

.lp-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

/* Floating preview cards */
.lp-preview {
    position: relative;
    min-height: 420px;
}

.lp-glass {
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: var(--lp-radius);
    box-shadow: var(--lp-shadow);
    padding: 1.1rem 1.2rem;
}

.lp-glass--float {
    position: absolute;
    animation: lp-float 6s ease-in-out infinite;
}

.lp-glass--campaign { top: 8%; left: 4%; width: min(280px, 78%); animation-delay: 0s; }
.lp-glass--creator { top: 38%; right: 0; width: min(250px, 72%); animation-delay: 1.2s; }
.lp-glass--pay { bottom: 4%; left: 12%; width: min(240px, 70%); animation-delay: 2.2s; }

@keyframes lp-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.lp-glass__label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--lp-muted);
    margin-bottom: 0.35rem;
}

.lp-glass__title {
    font-size: 1.05rem;
    font-weight: 800;
    margin: 0 0 0.75rem;
}

.lp-glass__row {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    font-size: 0.88rem;
}

.lp-glass__row strong { color: var(--lp-text); }
.lp-glass__row span { color: var(--lp-muted); }

.lp-score {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.65rem;
    padding: 0.25rem 0.55rem;
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.12);
    color: #047857;
    font-size: 0.78rem;
    font-weight: 700;
}

.lp-pay-amount {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--lp-primary-deep);
    margin: 0.2rem 0 0;
}

/* ── Sections common ── */
.lp-section {
    padding: clamp(3.5rem, 8vh, 5.5rem) 1.25rem;
}

.lp-section--tight { padding-top: 1.5rem; }

.lp-wrap {
    max-width: 1180px;
    margin: 0 auto;
}

.lp-eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lp-primary);
    margin-bottom: 0.65rem;
}

.lp-section h2 {
    font-size: clamp(1.85rem, 3.5vw, 2.45rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin: 0 0 0.75rem;
}

.lp-section__lead {
    color: var(--lp-muted);
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 40rem;
    margin: 0 0 2rem;
}

.lp-center { text-align: center; }
.lp-center .lp-section__lead { margin-left: auto; margin-right: auto; }

/* ── Stats ── */
.lp-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.lp-stat {
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    padding: 1.35rem 1.1rem;
    text-align: center;
    box-shadow: var(--lp-shadow-sm);
    transition: transform 0.25s, box-shadow 0.25s;
}

.lp-stat:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow);
}

.lp-stat__value {
    font-size: clamp(1.7rem, 3vw, 2.2rem);
    font-weight: 800;
    color: var(--lp-primary-deep);
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.lp-stat__label {
    margin-top: 0.35rem;
    color: var(--lp-muted);
    font-weight: 600;
    font-size: 0.9rem;
}

/* ── How it works ── */
.lp-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0.85rem;
    counter-reset: step;
}

.lp-step {
    position: relative;
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: var(--lp-radius);
    padding: 1.25rem 1rem;
    box-shadow: var(--lp-shadow-sm);
    transition: transform 0.25s, box-shadow 0.25s;
}

.lp-step:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow);
}

.lp-step__num {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.9rem;
    color: #fff;
    background: linear-gradient(135deg, var(--lp-primary), var(--lp-indigo));
    margin-bottom: 0.85rem;
}

.lp-step h3 {
    font-size: 1rem;
    font-weight: 800;
    margin: 0 0 0.4rem;
}

.lp-step p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.45;
    color: var(--lp-muted);
}

/* ── Feature grid ── */
.lp-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
}

.lp-feature {
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: 22px;
    padding: 1.5rem 1.35rem;
    box-shadow: var(--lp-shadow-sm);
    transition: transform 0.25s, box-shadow 0.25s;
    height: 100%;
}

.lp-feature:hover {
    transform: translateY(-6px);
    box-shadow: var(--lp-shadow);
}

.lp-feature__icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    color: #fff;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--lp-primary), var(--lp-indigo));
    transition: transform 0.25s;
}

.lp-feature:hover .lp-feature__icon { transform: scale(1.08); }

.lp-feature__icon--blue { background: linear-gradient(135deg, var(--lp-blue), var(--lp-indigo)); }
.lp-feature__icon--green { background: linear-gradient(135deg, var(--lp-success), #059669); }
.lp-feature__icon--violet { background: linear-gradient(135deg, #A855F7, var(--lp-primary)); }

.lp-feature h3 {
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0 0 0.45rem;
}

.lp-feature > p {
    color: var(--lp-muted);
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0 0 0.85rem;
}

.lp-feature ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.lp-feature li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.4rem;
    font-size: 0.88rem;
    color: var(--lp-text);
    line-height: 1.4;
}

.lp-feature li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lp-primary);
}

/* ── Split comparison ── */
.lp-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

.lp-panel {
    border-radius: 24px;
    padding: 1.75rem 1.5rem;
    color: #fff;
    box-shadow: var(--lp-shadow);
    min-height: 100%;
}

.lp-panel--creator {
    background: linear-gradient(160deg, #7C3AED 0%, #5B21B6 55%, #4C1D95 100%);
}

.lp-panel--brand {
    background: linear-gradient(160deg, #2563EB 0%, #1D4ED8 55%, #1E3A8A 100%);
}

.lp-panel h3 {
    font-size: 1.55rem;
    font-weight: 800;
    margin: 0 0 0.5rem;
}

.lp-panel > p {
    opacity: 0.88;
    margin: 0 0 1.2rem;
    line-height: 1.5;
}

.lp-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0.65rem;
}

.lp-panel li {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    padding: 0.75rem 0.9rem;
    font-weight: 600;
    font-size: 0.92rem;
}

.lp-panel li i {
    margin-top: 0.1rem;
    opacity: 0.95;
}

/* ── Platforms ── */
.lp-platforms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
}

.lp-platform {
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: 22px;
    padding: 1.4rem;
    box-shadow: var(--lp-shadow-sm);
    transition: transform 0.25s, box-shadow 0.25s;
}

.lp-platform:hover {
    transform: translateY(-5px);
    box-shadow: var(--lp-shadow);
}

.lp-platform__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.lp-platform__icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #fff;
}

.lp-platform__icon--ig { background: linear-gradient(135deg, #F58529, #DD2A7B, #8134AF); }
.lp-platform__icon--yt { background: #FF0000; }
.lp-platform__icon--fb { background: #1877F2; }

.lp-platform h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 800;
}

.lp-platform__metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
}

.lp-platform__metrics div {
    background: rgba(124, 58, 237, 0.05);
    border-radius: 12px;
    padding: 0.65rem 0.75rem;
}

.lp-platform__metrics strong {
    display: block;
    font-size: 0.78rem;
    color: var(--lp-muted);
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.lp-platform__metrics span {
    font-weight: 800;
    color: var(--lp-text);
    font-size: 0.95rem;
}

/* ── Trust ── */
.lp-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.lp-trust__item {
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: 18px;
    padding: 1.2rem 1.15rem;
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    box-shadow: var(--lp-shadow-sm);
    transition: transform 0.2s;
}

.lp-trust__item:hover { transform: translateY(-3px); }

.lp-trust__item i {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(124, 58, 237, 0.1);
    color: var(--lp-primary);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.lp-trust__item h3 {
    margin: 0 0 0.25rem;
    font-size: 1rem;
    font-weight: 800;
}

.lp-trust__item p {
    margin: 0;
    font-size: 0.86rem;
    color: var(--lp-muted);
    line-height: 1.45;
}

/* ── Testimonials ── */
.lp-quotes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
}

.lp-quote {
    background: var(--lp-surface);
    border: 1px solid var(--lp-border);
    border-radius: 22px;
    padding: 1.45rem;
    box-shadow: var(--lp-shadow-sm);
    transition: transform 0.25s, box-shadow 0.25s;
}

.lp-quote:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow);
}

.lp-quote__text {
    font-size: 1rem;
    line-height: 1.55;
    color: var(--lp-text);
    margin: 0 0 1.2rem;
    font-weight: 500;
}

.lp-quote__person {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.lp-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, var(--lp-primary), var(--lp-blue));
    flex-shrink: 0;
}

.lp-quote__person strong {
    display: block;
    font-size: 0.95rem;
}

.lp-quote__person span {
    font-size: 0.82rem;
    color: var(--lp-muted);
}

/* ── CTA band ── */
.lp-cta {
    margin: 0 1.25rem 3rem;
}

.lp-cta__inner {
    max-width: 1180px;
    margin: 0 auto;
    border-radius: 28px;
    padding: clamp(2.5rem, 6vh, 3.75rem) 1.5rem;
    text-align: center;
    color: #fff;
    background:
        radial-gradient(ellipse 60% 80% at 20% 20%, rgba(255, 255, 255, 0.16), transparent 55%),
        linear-gradient(135deg, #7C3AED 0%, #4F46E5 55%, #2563EB 120%);
    box-shadow: 0 24px 60px rgba(124, 58, 237, 0.35);
}

.lp-cta__inner h2 {
    color: #fff;
    margin-bottom: 0.65rem;
}

.lp-cta__inner p {
    color: rgba(255, 255, 255, 0.88);
    max-width: 34rem;
    margin: 0 auto 1.5rem;
    font-size: 1.05rem;
    line-height: 1.55;
}

.lp-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.lp-cta .lp-btn--primary {
    background: #fff;
    color: var(--lp-primary-deep);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

.lp-cta .lp-btn--primary:hover { color: var(--lp-primary-deep); }

.lp-cta .lp-btn--ghost {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

.lp-cta .lp-btn--ghost:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* ── Footer ── */
.lp-footer {
    background: #1A1230;
    color: rgba(255, 255, 255, 0.72);
    padding: 3.5rem 1.25rem 1.75rem;
}

.lp-footer__grid {
    max-width: 1180px;
    margin: 0 auto 2.5rem;
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 2rem;
}

.lp-footer__brand {
    color: #fff;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.lp-footer__brand img {
    height: 36px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    display: block;
}

.lp-footer__name {
    font-size: 1.05rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.45rem;
    letter-spacing: -0.02em;
}

.lp-footer p {
    font-size: 0.9rem;
    line-height: 1.55;
    margin: 0 0 1rem;
    max-width: 18rem;
}

.lp-footer h4 {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0 0 0.9rem;
}

.lp-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lp-footer li { margin-bottom: 0.5rem; }

.lp-footer a {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
    transition: color 0.2s;
}

.lp-footer a:hover { color: #fff; }

.lp-social {
    display: flex;
    gap: 0.55rem;
}

.lp-social a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.lp-social a:hover { background: rgba(124, 58, 237, 0.55); }

.lp-footer__bottom {
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: space-between;
    font-size: 0.82rem;
}

.lp-footer__bottom a { color: rgba(255, 255, 255, 0.68); }

/* ── Reveal ── */
.lp-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.lp-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ── Responsive ── */
@media (max-width: 1100px) {
    .lp-steps { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991px) {
    .lp-hero__inner {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .lp-preview {
        min-height: 360px;
        max-width: 420px;
        margin: 0 auto;
        width: 100%;
    }

    .lp-stats { grid-template-columns: repeat(2, 1fr); }
    .lp-features,
    .lp-platforms,
    .lp-quotes,
    .lp-trust { grid-template-columns: 1fr 1fr; }
    .lp-split { grid-template-columns: 1fr; }
    .lp-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .lp-stats,
    .lp-features,
    .lp-platforms,
    .lp-quotes,
    .lp-trust,
    .lp-steps,
    .lp-footer__grid { grid-template-columns: 1fr; }

    .lp-hero h1 { font-size: 2.15rem; }

    .lp-preview { min-height: 340px; }

    .lp-glass--campaign { left: 0; width: 86%; }
    .lp-glass--creator { right: 0; width: 80%; }
    .lp-glass--pay { left: 6%; width: 78%; }

    .lp-cta { margin: 0 0.75rem 2rem; }
}
