/* Postéalo Landing V2 · archivos aislados para no tocar la herramienta */
:root {
    --lp-purple: #5F3BF5;
    --lp-purple-2: #7B62FF;
    --lp-ink: #1A1042;
    --lp-ink-soft: #2A2148;
    --lp-lavender: #CBC4F6;
    --lp-lavender-soft: #F3F0FF;
    --lp-paper: #FCFBFF;
    --lp-white: #FFFFFF;
    --lp-muted: #6E6686;
    --lp-line: rgba(95, 59, 245, .15);
    --lp-shadow: 0 22px 70px rgba(26, 16, 66, .12);
    --lp-shadow-soft: 0 14px 38px rgba(26, 16, 66, .08);
    --lp-radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.lp-body {
    margin: 0;
    background: radial-gradient(circle at top right, rgba(203,196,246,.28), transparent 34rem), var(--lp-paper);
    color: var(--lp-ink);
    font-family: "DejaVu Sans", Inter, "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}
.lp-body::before,
.lp-body::after {
    content: "";
    position: fixed;
    width: 28rem;
    height: 28rem;
    border-radius: 999px;
    background: rgba(203,196,246,.18);
    filter: blur(8px);
    z-index: -2;
    pointer-events: none;
}
.lp-body::before { left: -13rem; top: 16rem; }
.lp-body::after { right: -16rem; top: 48rem; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }

.section-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.lp-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: min(1180px, calc(100% - 40px));
    margin: 18px auto 0;
    padding: 14px 18px;
    border: 1px solid rgba(255,255,255,.68);
    border-radius: 24px;
    background: rgba(252,251,255,.82);
    backdrop-filter: blur(18px);
    box-shadow: 0 14px 42px rgba(26,16,66,.08);
}
.lp-logo img { height: 42px; width: auto; }
.lp-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    color: var(--lp-ink-soft);
    font-size: .91rem;
    font-weight: 720;
}
.lp-nav a {
    position: relative;
    opacity: .86;
    transition: opacity .2s ease, color .2s ease;
}
.lp-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    height: 2px;
    transform: scaleX(0);
    border-radius: 999px;
    background: var(--lp-purple);
    transition: transform .22s ease;
}
.lp-nav a:hover { opacity: 1; color: var(--lp-purple); }
.lp-nav a:hover::after { transform: scaleX(1); }
.lp-actions { display: flex; align-items: center; gap: 12px; }
.lp-link-admin { color: var(--lp-muted); font-size: .86rem; font-weight: 720; }
.lp-menu-button { display: none; }

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 850;
    letter-spacing: -.02em;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.lp-btn:hover { transform: translateY(-2px); }
.lp-btn-primary {
    background: linear-gradient(135deg, var(--lp-purple), var(--lp-purple-2));
    color: #fff;
    box-shadow: 0 16px 34px rgba(95,59,245,.28);
}
.lp-btn-primary:hover { box-shadow: 0 22px 44px rgba(95,59,245,.35); }
.lp-btn-ghost {
    color: var(--lp-purple);
    border-color: rgba(95,59,245,.36);
    background: rgba(255,255,255,.76);
}
.lp-btn-light {
    color: var(--lp-purple);
    background: #fff;
    box-shadow: 0 12px 30px rgba(26,16,66,.13);
}
.lp-btn-small { min-height: 42px; padding: 0 18px; font-size: .88rem; }

.lp-pill, .lp-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    gap: 8px;
    color: var(--lp-purple);
    background: rgba(203,196,246,.48);
    border: 1px solid rgba(95,59,245,.13);
    padding: 8px 14px;
    border-radius: 999px;
    font-weight: 850;
    font-size: .82rem;
}
.lp-kicker {
    background: transparent;
    border: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: .76rem;
}

.lp-hero {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(520px, 1.05fr);
    align-items: center;
    gap: 64px;
    min-height: 680px;
    padding: 76px 0 54px;
}
.lp-hero-copy h1,
.section-heading h2,
.timeline-card h2,
.audience-card h2,
.lp-platform h2,
.diff-card h2,
.demo-copy h2,
.lp-final-cta h2 {
    margin: 0;
    color: var(--lp-ink);
    font-size: clamp(2.45rem, 5vw, 5.2rem);
    line-height: .96;
    letter-spacing: -.07em;
    font-weight: 950;
}
.lp-hero-copy h1 {
    margin-top: 18px;
    max-width: 590px;
    font-size: clamp(2.9rem, 4.35vw, 4.45rem);
    line-height: .98;
    letter-spacing: -.065em;
}
.lp-hero-copy h1 em {
    display: block;
    color: var(--lp-purple);
    font-style: normal;
}
.lp-lead {
    max-width: 560px;
    margin: 22px 0 0;
    color: var(--lp-ink-soft);
    font-size: clamp(.98rem, 1.15vw, 1.12rem);
    line-height: 1.62;
}
.lp-cta-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.lp-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 22px;
    color: var(--lp-muted);
    font-weight: 760;
    font-size: .92rem;
}
.lp-proof-row span { display: inline-flex; align-items: center; gap: 8px; }
.lp-proof-row span::before {
    content: "✓";
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: var(--lp-purple);
    background: rgba(95,59,245,.1);
}

.lp-hero-stage {
    position: relative;
    min-height: 635px;
    border-radius: 46px;
    background: linear-gradient(180deg, rgba(255,255,255,.96), rgba(247,245,255,.98));
    border: 1px solid rgba(255,255,255,.92);
    box-shadow: 0 30px 80px rgba(26,16,66,.08);
    overflow: hidden;
}
.lp-hero-stage::before,
.lp-hero-stage::after {
    content: "";
    position: absolute;
    pointer-events: none;
}
.lp-hero-stage::before {
    width: 310px;
    height: 250px;
    left: 118px;
    top: 122px;
    border-radius: 56px 140px 90px 120px;
    background: radial-gradient(circle at 60% 50%, rgba(215,208,250,.42), rgba(215,208,250,.16) 58%, rgba(215,208,250,0) 72%);
    transform: rotate(-12deg);
}
.lp-hero-stage::after {
    width: 220px;
    height: 220px;
    right: 26px;
    bottom: 34px;
    border-radius: 45% 55% 58% 42%;
    background: radial-gradient(circle at 30% 30%, rgba(213,204,250,.45), rgba(238,233,255,.7) 60%, rgba(255,255,255,0) 78%);
}

.phone-mockup {
    position: absolute;
    left: 32%;
    top: 52%;
    width: 252px;
    height: 506px;
    transform: translate(-50%, -50%) rotate(-2.2deg);
    padding: 11px;
    border-radius: 42px;
    background: linear-gradient(145deg, #24212e, #0e0c15 60%, #191621);
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 28px 60px rgba(26,16,66,.18), 0 8px 20px rgba(26,16,66,.08);
    z-index: 4;
}
.phone-mockup::before {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 40px;
    pointer-events: none;
    box-shadow: inset 1px 1px 0 rgba(255,255,255,.12), inset -1px -2px 0 rgba(255,255,255,.03);
}
.phone-side-buttons {
    position: absolute;
    right: -3px;
    top: 106px;
    width: 4px;
    height: 56px;
    border-radius: 999px;
    background: #2d2936;
    box-shadow: 0 70px 0 #2d2936;
}
.phone-screen {
    position: relative;
    height: 100%;
    border-radius: 32px;
    background: linear-gradient(180deg, #ffffff, #faf8ff 100%);
    overflow: hidden;
    padding: 18px 15px 18px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.95);
}
.phone-screen::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    width: 88px;
    height: 4px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: rgba(24,18,42,.9);
}
.phone-notch {
    position: absolute;
    left: 50%;
    top: 14px;
    width: 88px;
    height: 22px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #05040a;
    z-index: 5;
    box-shadow: inset 0 -1px 0 rgba(255,255,255,.06);
}
.phone-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6px 0 14px;
    color: var(--lp-ink-soft);
    font-size: .68rem;
    font-weight: 850;
}
.mini-logo {
    display: grid;
    place-items: center;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 9px;
    background: linear-gradient(180deg, #6a51ff, #5f3bf5);
    box-shadow: 0 6px 14px rgba(95,59,245,.18);
    font-weight: 950;
}
.phone-status-icons {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.phone-status-icons i {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(33,24,71,.88);
}
.phone-status-icons i:last-child {
    width: 13px;
    height: 7px;
    border-radius: 4px;
}
.event-mini-hero {
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 10px;
    align-items: center;
    margin-bottom: 13px;
}
.event-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ddd6f5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,.82), 0 8px 14px rgba(26,16,66,.10);
}
.event-mini-hero b { display: block; font-size: 1rem; color: var(--lp-ink); line-height: 1.06; }
.event-mini-hero small { display: block; color: var(--lp-purple); font-size: .63rem; font-weight: 760; line-height: 1.15; }
.phone-tabs {
    display: flex;
    gap: 6px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}
.phone-tabs span {
    padding: 5px 10px;
    border-radius: 999px;
    color: #786f96;
    background: rgba(95,59,245,.05);
    border: 1px solid rgba(95,59,245,.06);
    font-size: .57rem;
    font-weight: 850;
}
.phone-tabs span.active {
    color: #fff;
    background: linear-gradient(180deg, #6a51ff, #5f3bf5);
    box-shadow: 0 7px 14px rgba(95,59,245,.18);
}
.phone-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
    margin-top: 2px;
}
.phone-gallery i, .screen-gallery span {
    display: block;
    aspect-ratio: 1;
    border-radius: 14px;
    background-color: #dcd6ef;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 -10px 18px rgba(0,0,0,.10), 0 1px 0 rgba(255,255,255,.75);
}
.phone-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
    padding: 0 2px 8px;
    color: #726a93;
    font-weight: 900;
    font-size: .85rem;
}
.phone-nav span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.phone-nav .is-active {
    width: 34px;
    height: 34px;
    color: #fff;
    background: linear-gradient(180deg, #6a51ff, #5f3bf5);
    box-shadow: 0 10px 16px rgba(95,59,245,.18);
}

.qr-stand {
    position: absolute;
    left: 52%;
    top: 50%;
    width: 242px;
    min-height: 406px;
    z-index: 3;
    padding: 24px 22px 34px;
    border-radius: 10px;
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #fbfaff 100%);
    border: 1px solid rgba(232,228,249,.96);
    box-shadow: 0 24px 44px rgba(26,16,66,.10), 0 2px 10px rgba(26,16,66,.04);
    transform: translateY(-50%);
}
.qr-stand::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 8px;
    border: 1px solid rgba(95,59,245,.05);
    pointer-events: none;
}
.qr-stand::after {
    content: "";
    position: absolute;
    left: -16px;
    right: -16px;
    bottom: -18px;
    height: 24px;
    border-radius: 6px;
    background: linear-gradient(90deg, #b98f66, #e8c59d 50%, #be8f62);
    box-shadow: 0 12px 20px rgba(90,54,22,.14);
}
.qr-brand {
    width: 34px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 1;
    opacity: .95;
}
.qr-stand b {
    display: block;
    color: var(--lp-purple);
    font-size: 1.08rem;
    line-height: 1.08;
    letter-spacing: -.03em;
    position: relative;
    z-index: 1;
}
.qr-code-shell {
    position: relative;
    width: 152px;
    height: 152px;
    margin: 18px auto 14px;
    padding: 8px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #fbfaff);
    box-shadow: 0 12px 22px rgba(26,16,66,.08);
    border: 1px solid rgba(230,225,248,.92);
    z-index: 1;
}
.qr-image {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    background: #fff;
}
.qr-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}
.qr-actions span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--lp-purple);
    background: rgba(95,59,245,.06);
    border: 1px solid rgba(95,59,245,.08);
}
.qr-actions svg {
    width: 14px;
    height: 14px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.qr-stand small {
    display: block;
    color: var(--lp-purple);
    font-size: 1rem;
    font-weight: 780;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}
.qr-stand em {
    display: block;
    margin-top: 2px;
    font-style: normal;
    font-size: .94rem;
    color: var(--lp-muted);
    font-weight: 700;
    opacity: .94;
    position: relative;
    z-index: 1;
}
.hero-drape {
    position: absolute;
    right: 36px;
    bottom: 20px;
    width: 190px;
    height: 128px;
    border-radius: 44% 56% 38% 62% / 50% 44% 56% 50%;
    background: linear-gradient(180deg, rgba(234,229,250,.95), rgba(217,209,248,.82));
    box-shadow: inset 0 -16px 24px rgba(255,255,255,.34), 0 18px 34px rgba(26,16,66,.08);
    transform: rotate(10deg);
    z-index: 1;
}
.hero-drape::before {
    content: "";
    position: absolute;
    inset: 18px 22px 22px;
    border-radius: 48% 52% 40% 60%;
    border: 1px solid rgba(255,255,255,.34);
}

.lp-float-card {
    position: absolute;
    z-index: 7;
    width: 192px;
    padding: 14px 14px;
    border: 1px solid rgba(255,255,255,.92);
    border-radius: 20px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 14px 30px rgba(26,16,66,.08);
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.lp-float-card-rich {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}
.lp-float-card-rich .lp-float-icon {
    position: absolute;
    top: 16px;
    left: 14px;
}
.lp-float-card-rich .lp-float-copy {
    padding-left: 46px;
}
.lp-float-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--lp-purple);
    background: rgba(95,59,245,.06);
    border: 1px solid rgba(95,59,245,.10);
}
.lp-float-icon svg {
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.lp-float-copy { min-width: 0; }
.lp-float-card b { display: block; color: var(--lp-ink); font-size: .85rem; line-height: 1.1; }
.lp-float-card span { display: block; color: var(--lp-muted); margin-top: 4px; font-size: .72rem; font-weight: 720; line-height: 1.25; }
.lp-color-dots {
    display: flex;
    gap: 8px;
    padding-left: 46px;
}
.lp-color-dots i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
}
.lp-color-dots i:nth-child(1) { background: #f0a4c4; }
.lp-color-dots i:nth-child(2) { background: #f0bf56; }
.lp-color-dots i:nth-child(3) { background: #e38b2d; }
.lp-color-dots i:nth-child(4) { background: #5f3bf5; }
.lp-stars {
    padding-left: 46px;
    color: #f6ad1b;
    font-size: .86rem;
    letter-spacing: .1em;
}
.lp-card-live { left: 22px; top: 132px; }
.lp-card-audio { left: 18px; top: 280px; }
.lp-card-layout { right: 18px; top: 92px; }
.lp-card-rating { right: 30px; top: 292px; }
.lp-card-camera { right: 18px; bottom: 72px; }

.lp-stats {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    padding: 10px 0 52px;
}
.lp-stats::before,
.lp-stats::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
    pointer-events: none;
    z-index: 0;
}
.lp-stats::before {
    width: 220px;
    height: 120px;
    left: -30px;
    top: -6px;
    background: radial-gradient(circle at center, rgba(203,196,246,.32), rgba(203,196,246,0));
}
.lp-stats::after {
    width: 240px;
    height: 130px;
    right: -20px;
    bottom: 8px;
    background: radial-gradient(circle at center, rgba(95,59,245,.12), rgba(95,59,245,0));
}
.lp-stats article {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 22px 18px 20px;
    border-radius: 22px;
    border: 1px solid rgba(95,59,245,.12);
    background: linear-gradient(180deg, rgba(255,255,255,.9), rgba(255,255,255,.76));
    box-shadow: var(--lp-shadow-soft);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.lp-stats article:hover {
    transform: translateY(-4px);
    box-shadow: var(--lp-shadow);
    border-color: rgba(95,59,245,.22);
}
.lp-stats article::after {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 110px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--lp-purple), rgba(95,59,245,.16));
}
.lp-stats article::before {
    position: absolute;
    top: 16px;
    right: 16px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 14px;
    background: rgba(95,59,245,.08);
    color: var(--lp-purple);
    font-size: 1rem;
    font-weight: 900;
    line-height: 1;
}
.lp-stats article:nth-child(1)::before { content: "✦"; }
.lp-stats article:nth-child(2)::before { content: "★"; }
.lp-stats article:nth-child(3)::before { content: "✓"; }
.lp-stats article:nth-child(4)::before { content: "◔"; }
.lp-stats strong {
    display: block;
    margin-bottom: 4px;
    color: var(--lp-purple);
    font-size: 1.6rem;
    letter-spacing: -.04em;
}
.lp-stats span {
    display: block;
    max-width: 170px;
    color: var(--lp-muted);
    font-weight: 760;
    line-height: 1.18;
}

.lp-section, .lp-how, .lp-timeline, .audience-grid, .lp-platform, .lp-diff, .lp-demo, .lp-pricing, .lp-faq {
    padding: 58px 0;
}
.section-heading { text-align: center; max-width: 780px; margin: 0 auto 36px; }
.section-heading.compact { margin-bottom: 28px; }
.section-heading h2, .timeline-card h2, .diff-card h2, .demo-copy h2, .lp-final-cta h2 {
    font-size: clamp(2rem, 3.4vw, 3.35rem);
    line-height: 1.06;
}
.section-heading p {
    margin: 16px auto 0;
    max-width: 690px;
    color: var(--lp-muted);
    font-size: 1.05rem;
    line-height: 1.65;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.feature-card {
    min-height: 202px;
    padding: 24px;
    border: 1px solid rgba(95,59,245,.11);
    border-radius: 28px;
    background: rgba(255,255,255,.82);
    box-shadow: var(--lp-shadow-soft);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--lp-shadow);
    border-color: rgba(95,59,245,.22);
}
.feature-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    border-radius: 18px;
    color: var(--lp-purple);
    background: rgba(95,59,245,.1);
}
.feature-icon svg {
    width: 26px;
    height: 26px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.feature-icon svg [fill="currentColor"] {
    fill: currentColor;
}
.feature-card h3 { margin: 18px 0 8px; font-size: 1.05rem; letter-spacing: -.035em; }
.feature-card p { margin: 0; color: var(--lp-muted); line-height: 1.48; }

.how-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    position: relative;
}
.how-row::before {
    content: "";
    position: absolute;
    left: 12%; right: 12%; top: 44px;
    border-top: 4px dotted rgba(95,59,245,.28);
}
.how-step {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 22px;
}
.how-step span {
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    margin: 0 auto 16px;
    border: 3px solid rgba(95,59,245,.55);
    border-radius: 50%;
    color: var(--lp-purple);
    background: #fff;
    box-shadow: 0 16px 34px rgba(95,59,245,.15);
    font-size: 1.6rem;
    font-weight: 950;
}
.how-step b { display: block; font-size: 1.05rem; letter-spacing: -.03em; }
.how-step p { margin: 8px auto 0; max-width: 280px; color: var(--lp-muted); line-height: 1.48; }

.timeline-card {
    padding: 38px;
    border-radius: 36px;
    background: linear-gradient(135deg, rgba(255,255,255,.88), rgba(243,240,255,.84));
    border: 1px solid rgba(255,255,255,.74);
    box-shadow: var(--lp-shadow-soft);
    text-align: center;
}
.timeline-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 28px;
}
.timeline-grid article {
    padding: 24px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(95,59,245,.1);
}
.timeline-grid span {
    display: inline-flex;
    margin-bottom: 10px;
    color: var(--lp-purple);
    font-weight: 950;
    font-size: 1.08rem;
}
.timeline-grid p { margin: 0; color: var(--lp-muted); line-height: 1.5; }


.audience-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.audience-card {
    min-height: 404px;
    display: grid;
    grid-template-columns: minmax(230px, .84fr) minmax(300px, 1.16fr);
    gap: 14px;
    align-items: center;
    padding: 24px 28px 18px;
    border-radius: 34px;
    overflow: hidden;
    position: relative;
    color: #fff;
    background: linear-gradient(135deg, #6A47FF, #CABFFF);
    box-shadow: var(--lp-shadow);
}
.audience-card.corp {
    grid-template-columns: minmax(270px, .9fr) minmax(320px, 1.1fr);
    gap: 12px;
    background: linear-gradient(135deg, #332167, #705CFF 52%, #C8D4FF);
}
.audience-card h2 {
    color: #fff;
    font-size: clamp(1.52rem, 2.08vw, 2.05rem);
    line-height: 1.02;
    max-width: 340px;
}
.audience-card.corp h2 { max-width: 390px; }
.audience-card p {
    color: rgba(255,255,255,.88);
    line-height: 1.5;
    margin: 12px 0 0;
    max-width: 310px;
    font-size: .98rem;
}
.audience-card.corp p { max-width: 360px; }
.audience-card .lp-kicker { color: #fff; opacity: .84; margin-bottom: 8px; }
.audience-card > div:first-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: start;
    padding-top: 6px;
}
.audience-card.social > div:first-child,
.audience-card.corp > div:first-child {
    min-height: 100%;
}
.audience-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.audience-card .lp-btn {
    min-height: 44px;
    padding: 0 18px;
    font-weight: 820;
}
.audience-card .lp-btn-light {
    background: rgba(255,255,255,.97);
    color: var(--lp-purple);
    box-shadow: 0 12px 26px rgba(26,16,66,.14);
}
.audience-card .lp-btn-ghost {
    color: #fff;
    border-color: rgba(255,255,255,.34);
    background: rgba(255,255,255,.08);
    box-shadow: none;
    backdrop-filter: blur(10px);
}
.audience-card .lp-btn-ghost:hover { background: rgba(255,255,255,.14); }
.memory-mosaic {
    position: relative;
    min-height: 286px;
}
.mosaic-card {
    position: absolute;
    width: 41%;
    min-height: 158px;
    padding: 12px;
    display: flex;
    align-items: flex-end;
    border: 4px solid rgba(255,255,255,.88);
    border-radius: 24px;
    background-color: rgba(255,255,255,.12);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 24px 42px rgba(26,16,66,.26);
    overflow: hidden;
}
.mosaic-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,0) 28%);
    pointer-events: none;
}
.mosaic-card-label {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.94);
    color: #38295f;
    font-size: .98rem;
    font-weight: 900;
    box-shadow: 0 8px 18px rgba(26,16,66,.18);
}
.m1 { left: 2%; top: 24px; transform: rotate(-6deg); }
.m2 { right: 1%; top: 4px; transform: rotate(5deg); }
.m3 { left: 18%; bottom: 8px; transform: rotate(4deg); }
.m4 { right: 1%; bottom: 38px; transform: rotate(-5deg); }
.audience-actions-corp { margin-top: 20px; align-items: flex-start; flex-direction: column; }
.audience-actions-corp .lp-btn-light {
    min-height: 46px;
    padding: 0 28px;
    border: 1px solid rgba(255,255,255,.18);
    background: rgba(255,255,255,.97);
    color: var(--lp-purple);
    box-shadow: 0 14px 28px rgba(26,16,66,.16);
    white-space: nowrap;
    width: auto !important;
    font-size: .96rem;
    letter-spacing: -.01em;
}
.audience-actions-corp .lp-btn-ghost {
    width: auto !important;
    white-space: nowrap;
    padding: 0 26px;
}
.audience-actions-corp .lp-btn-light:hover { box-shadow: 0 18px 34px rgba(26,16,66,.22); }
.corp-visual {
    position: relative;
    min-height: 292px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 6px;
}
.corp-visual::before {
    content: "";
    position: absolute;
    inset: 12% 6% 10% 12%;
    background: radial-gradient(circle at center, rgba(255,255,255,.18), rgba(255,255,255,0) 64%);
    filter: blur(14px);
    pointer-events: none;
}
.corp-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: min(105%, 510px);
    max-width: 510px;
    margin-right: -5%;
    margin-bottom: 0;
    margin-left: 1%;
    transform: translateX(2px) translateY(-6px);
    filter: drop-shadow(0 26px 46px rgba(17,10,54,.30));
    pointer-events: none;
}

.dashboard-mini {
    padding: 22px;
    border-radius: 26px;
    background: #171326;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 24px 48px rgba(0,0,0,.25);
}
.dash-top, .screen-header { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.dash-top span { color: #ff5b7d; font-size: .7rem; font-weight: 950; }
.dash-stats, .screen-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 18px; }
.dash-stats i, .screen-metrics i {
    font-style: normal;
    padding: 16px 10px;
    border-radius: 16px;
    background: rgba(255,255,255,.08);
}
.dash-stats b, .screen-metrics strong { display: block; color: #fff; font-size: 1.35rem; }
.dash-stats small, .screen-metrics small { color: rgba(255,255,255,.6); }
.dash-chart, .screen-chart {
    height: 92px;
    margin: 18px 0;
    border-radius: 18px;
    background:
        linear-gradient(135deg, transparent 40%, rgba(203,196,246,.75) 41% 44%, transparent 45%),
        linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
}
.dash-feed p { margin: 8px 0 0; color: rgba(255,255,255,.72); font-size: .84rem; }

.platform-showcase {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr) 210px;
    gap: 20px;
    align-items: center;
}
.platform-sidebar { display: grid; gap: 14px; }
.platform-sidebar article {
    padding: 18px;
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--lp-shadow-soft);
    border: 1px solid rgba(95,59,245,.1);
}
.platform-sidebar b { display: block; color: var(--lp-purple); margin-bottom: 6px; }
.platform-sidebar span { color: var(--lp-muted); line-height: 1.42; }
.platform-screen {
    min-height: 430px;
    padding: 26px;
    border-radius: 34px;
    color: #fff;
    background: linear-gradient(135deg, #161124, #2a1d50);
    box-shadow: 0 28px 78px rgba(26,16,66,.28);
}
.screen-header span { color: rgba(255,255,255,.58); }
.screen-chart { height: 122px; }
.screen-gallery { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.screen-gallery span { border-radius: 14px; }


.diff-card {
    position: relative;
    overflow: hidden;
    padding: clamp(30px, 4vw, 54px);
    color: #fff;
    border-radius: 38px;
    background:
        radial-gradient(circle at 10% 12%, rgba(122, 90, 255, .42), transparent 22rem),
        radial-gradient(circle at 86% 82%, rgba(198, 188, 255, .2), transparent 20rem),
        linear-gradient(135deg, #1A1042 0%, #241850 58%, #161033 100%);
    box-shadow: var(--lp-shadow);
}
.diff-card::before {
    content: "";
    position: absolute;
    inset: 22px;
    border-radius: 30px;
    border: 1px solid rgba(255,255,255,.08);
    pointer-events: none;
}
.diff-card::after {
    content: "";
    position: absolute;
    right: -120px;
    top: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,255,255,.12), rgba(255,255,255,0) 70%);
    pointer-events: none;
}
.diff-kicker {
    position: relative;
    z-index: 1;
    display: block;
    width: fit-content;
    margin: 0 auto 10px;
    color: #c8bcff;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .78rem;
    font-weight: 950;
}
.diff-card h2 {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: .98;
}
.diff-intro {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 18px auto 0;
    color: rgba(255,255,255,.72);
    text-align: center;
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    line-height: 1.6;
}
.diff-columns {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 24px;
    align-items: stretch;
    margin-top: 34px;
}
.diff-panel {
    position: relative;
    padding: 26px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.08);
    box-shadow: 0 20px 42px rgba(9,5,27,.18);
    backdrop-filter: blur(16px);
}
.diff-panel.good {
    border-color: rgba(255,255,255,.2);
    background:
        linear-gradient(135deg, rgba(95,59,245,.96), rgba(143,120,255,.9)),
        rgba(255,255,255,.1);
}
.diff-panel.basic {
    background: rgba(255,255,255,.1);
}
.diff-panel-head {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.14);
}
.diff-icon {
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    color: #fff;
    background: rgba(255,255,255,.18);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
}
.diff-icon.muted {
    color: rgba(255,255,255,.72);
    background: rgba(255,255,255,.11);
}
.diff-icon svg {
    width: 22px;
    height: 22px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.diff-panel h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    letter-spacing: -.04em;
}
.diff-panel-head p {
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.42;
}
.diff-list {
    list-style: none;
    display: grid;
    gap: 11px;
    margin: 20px 0 0;
    padding: 0;
}
.diff-list li {
    position: relative;
    padding-left: 28px;
    color: rgba(255,255,255,.82);
    line-height: 1.43;
    font-weight: 680;
}
.diff-list li::before {
    position: absolute;
    left: 0;
    top: .12em;
    display: grid;
    place-items: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: .72rem;
    font-weight: 950;
}
.diff-list-good li::before {
    content: "✓";
    color: #fff;
    background: rgba(255,255,255,.2);
}
.diff-list-basic li::before {
    content: "–";
    color: rgba(255,255,255,.68);
    background: rgba(255,255,255,.12);
}
.versus {
    display: grid;
    place-items: center;
    align-self: center;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 50%;
    color: #fff;
    background: rgba(255,255,255,.07);
    font-weight: 950;
    box-shadow: 0 14px 34px rgba(9,5,27,.22);
    backdrop-filter: blur(12px);
}

.lp-demo {
    display: grid;
    grid-template-columns: minmax(300px, .86fr) minmax(0, 1.14fr);
    gap: clamp(26px, 4vw, 56px);
    align-items: center;
    padding: clamp(32px, 4vw, 58px);
    border-radius: 42px;
    background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(240,235,255,.96));
    box-shadow: var(--lp-shadow-soft);
}
.demo-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 540px;
}
.demo-media::before {
    content: "";
    position: absolute;
    inset: 10% 14% 8%;
    border-radius: 40px;
    background: radial-gradient(circle at center, rgba(111,84,255,.14), rgba(111,84,255,0) 68%);
    filter: blur(10px);
    pointer-events: none;
}
.demo-media-stage {
    position: relative;
    z-index: 1;
    width: min(100%, 380px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.demo-media-stage img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 28px 54px rgba(26,16,66,.18));
}
.demo-content h2 {
    margin: 14px 0 14px;
    font-size: clamp(2.45rem, 4.6vw, 4.2rem);
    line-height: .94;
    letter-spacing: -.06em;
}
.demo-content > p {
    margin: 0;
    max-width: 680px;
    color: var(--lp-muted);
    line-height: 1.66;
    font-size: 1.06rem;
}
.demo-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 20px;
    margin-top: 26px;
}
.demo-actions small { color: var(--lp-muted); font-weight: 760; }
.demo-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}
.demo-feature-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 18px 18px 17px;
    border-radius: 22px;
    background: rgba(255,255,255,.8);
    border: 1px solid rgba(95,59,245,.12);
    box-shadow: 0 14px 28px rgba(26,16,66,.08);
}
.demo-feature-icon {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: var(--lp-purple);
    background: rgba(95,59,245,.10);
}
.demo-feature-icon svg { width: 20px; height: 20px; }
.demo-feature-card h3 {
    margin: 0 0 6px;
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: -.02em;
}
.demo-feature-card p {
    margin: 0;
    color: var(--lp-muted);
    font-size: .92rem;
    line-height: 1.5;
}

.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 640px;
    padding: 28px;
    border-radius: 30px;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(95,59,245,.12);
    box-shadow: var(--lp-shadow-soft);
}
.price-card.featured {
    transform: translateY(-12px);
    border-color: rgba(95,59,245,.42);
    box-shadow: var(--lp-shadow);
}
.plan-tag {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #fff;
    background: var(--lp-purple);
    font-size: .72rem;
    font-weight: 900;
}
.price-card h3 { margin: 0 0 10px; font-size: 1.32rem; letter-spacing: -.04em; }
.price-card p { min-height: 88px; margin: 0; color: var(--lp-muted); line-height: 1.48; }
.price-card strong { display: block; margin: 18px 0 4px; color: var(--lp-purple); font-size: 1.45rem; letter-spacing: -.04em; }
.plan-real-price { display: block; margin: 0 0 16px; color: var(--lp-muted); font-size: .82rem; line-height: 1.35; }
.price-card ul { list-style: none; margin: 0 0 24px; padding: 0; display: grid; gap: 10px; }
.price-card li { color: var(--lp-ink-soft); line-height: 1.34; font-size: .94rem; }
.price-card li::before { content: "✓"; color: var(--lp-purple); font-weight: 950; margin-right: 8px; }
.price-card .lp-btn { margin-top: auto; width: 100%; }
.pricing-note { text-align: center; color: var(--lp-muted); margin: 18px 0 0; font-size: .88rem; }

.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.faq-item {
    border: 1px solid rgba(95,59,245,.12);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(26,16,66,.05);
    overflow: hidden;
}
.faq-item summary {
    cursor: pointer;
    padding: 20px 22px;
    font-weight: 850;
    list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; float: right; color: var(--lp-purple); font-size: 1.2rem; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { margin: 0; padding: 0 22px 20px; color: var(--lp-muted); line-height: 1.55; }

.lp-final-cta {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 26px;
    margin-top: 22px;
    margin-bottom: 56px;
    padding: 30px;
    color: #fff;
    border-radius: 30px;
    background: linear-gradient(135deg, var(--lp-purple), #8e7aff 68%, var(--lp-lavender));
    box-shadow: var(--lp-shadow);
}
.lp-final-cta img { width: 68px; filter: drop-shadow(0 12px 24px rgba(26,16,66,.18)); border-radius: 18px; }
.lp-final-cta h2 { color: #fff; font-size: clamp(1.35rem, 2.4vw, 2.35rem); }
.lp-final-cta p { margin: 8px 0 0; color: rgba(255,255,255,.82); }

.lp-footer {
    padding: 48px 0 22px;
    color: #fff;
    background: #1A1042;
}
.footer-grid {
    display: grid;
    grid-template-columns: 1.3fr .8fr .8fr .9fr;
    gap: 38px;
    border-bottom: 1px solid rgba(255,255,255,.18);
    padding-bottom: 34px;
}
.footer-logo { width: 166px; filter: brightness(0) invert(1); }
.lp-footer p, .lp-footer a { color: rgba(255,255,255,.75); }
.footer-grid > div { display: grid; align-content: start; gap: 10px; }
.footer-grid b { color: #fff; letter-spacing: .04em; }
.social-row { display: flex; align-items: center; gap: 12px; margin-top: 8px; flex-wrap: wrap; }
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border-radius: 999px;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.08);
    transition: transform .2s ease, background .2s ease;
}
.social-icon--circle { width: 38px; padding: 10px; }
.social-icon--wide { width: 72px; padding: 0 12px; }
.social-icon--linkedin { width: 86px; }
.social-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.social-icon:hover { transform: translateY(-2px); background: rgba(255,255,255,.18); }
.footer-copy { text-align: center; margin: 22px 0 0; font-size: .88rem; }

.reveal-on-scroll {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .7s ease, transform .7s ease;
}
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) {
    .lp-header { align-items: center; }
    .lp-nav, .lp-actions { display: none; }
    .lp-menu-button {
        display: inline-flex;
        border: 1px solid rgba(95,59,245,.18);
        border-radius: 999px;
        padding: 10px 14px;
        color: var(--lp-purple);
        background: #fff;
        font-weight: 850;
    }
    .lp-header.is-open { flex-wrap: wrap; }
    .lp-header.is-open .lp-nav,
    .lp-header.is-open .lp-actions {
        display: flex;
        width: 100%;
    }
    .lp-header.is-open .lp-nav { flex-direction: column; align-items: flex-start; gap: 14px; padding: 12px 2px; }
    .lp-header.is-open .lp-actions { justify-content: space-between; }
    .lp-hero { grid-template-columns: 1fr; min-height: 0; padding-top: 56px; }
    .lp-hero-stage { min-height: 700px; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .audience-grid { grid-template-columns: 1fr; }
    .platform-showcase { grid-template-columns: 1fr; }
    .pricing-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
    .section-shell, .lp-header { width: min(100% - 24px, 1180px); }
    .lp-header { margin-top: 10px; border-radius: 18px; }
    .lp-logo img { height: 34px; }
    .lp-hero-copy h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
    .lp-hero { gap: 26px; padding: 42px 0 30px; }
    .lp-hero-stage { min-height: 640px; border-radius: 30px; }
    .lp-hero-stage::before { width: 190px; height: 160px; left: 24px; top: 176px; }
    .lp-hero-stage::after { width: 150px; height: 150px; right: -10px; bottom: 34px; }
    .phone-mockup { width: 182px; height: 374px; left: 35%; top: 53%; padding: 8px; }
    .phone-notch { width: 66px; height: 17px; }
    .phone-side-buttons { right: -2px; top: 76px; height: 42px; box-shadow: 0 52px 0 #2d2936; }
    .event-mini-hero { grid-template-columns: 34px 1fr; gap: 8px; }
    .event-avatar { width: 34px; height: 34px; }
    .event-mini-hero b { font-size: .82rem; }
    .event-mini-hero small { font-size: .54rem; }
    .phone-tabs span { font-size: .48rem; padding: 4px 8px; }
    .phone-gallery { gap: 5px; }
    .phone-nav { font-size: .72rem; }
    .phone-nav span { width: 22px; height: 22px; }
    .phone-nav .is-active { width: 28px; height: 28px; }
    .qr-stand { left: 50%; width: 178px; min-height: 312px; padding: 16px 14px 26px; }
    .qr-stand b { font-size: .92rem; }
    .qr-code-shell { width: 112px; height: 112px; padding: 6px; margin: 14px auto 12px; }
    .qr-actions span { width: 24px; height: 24px; }
    .qr-actions svg { width: 12px; height: 12px; }
    .qr-stand small { font-size: .78rem; }
    .qr-stand em { font-size: .75rem; }
    .hero-drape { width: 120px; height: 86px; right: 10px; bottom: 28px; }
    .lp-float-card { width: 148px; padding: 10px 11px; gap: 8px; border-radius: 16px; }
    .lp-float-card-rich .lp-float-icon { top: 12px; left: 11px; }
    .lp-float-card-rich .lp-float-copy, .lp-color-dots, .lp-stars { padding-left: 38px; }
    .lp-float-icon { width: 28px; height: 28px; flex-basis: 28px; }
    .lp-float-icon svg { width: 14px; height: 14px; }
    .lp-float-card b { font-size: .74rem; }
    .lp-float-card span { font-size: .64rem; }
    .lp-card-live { left: 10px; top: 88px; }
    .lp-card-audio { left: 10px; top: 210px; }
    .lp-card-layout { right: 10px; top: 66px; }
    .lp-card-rating { right: 10px; top: 246px; }
    .lp-card-camera { display: none; }
    .lp-stats { grid-template-columns: repeat(2, 1fr); }
    .feature-grid, .how-row, .timeline-grid, .audience-card, .lp-demo, .pricing-grid, .faq-grid, .lp-final-cta, .footer-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: 0; }
    .how-row::before { display: none; }
    .timeline-card, .audience-card, .diff-card { padding: 24px; border-radius: 26px; }
    .memory-mosaic { min-height: 318px; }
    .mosaic-card { width: 43%; min-height: 156px; }
    .audience-actions { gap: 10px; }
    .audience-card .lp-btn { width: 100%; }
    .audience-actions-corp .lp-btn-light { width: 100% !important; white-space: normal; }
    .audience-card.corp { grid-template-columns: 1fr; }
    .corp-visual { min-height: 280px; justify-content: center; padding-left: 0; }
    .corp-visual::before { inset: 10% 10% 10% 10%; }
    .corp-visual img { width: min(95%, 458px); max-width: 458px; margin: 0 auto 0; transform: none; }
    .diff-columns { grid-template-columns: 1fr; }
    .versus { margin: 0 auto; }
    .lp-demo { padding: 30px 20px; border-radius: 28px; }
    .demo-media { min-height: 0; order: 1; }
    .demo-media-stage { width: min(100%, 320px); }
    .demo-content { order: 2; }
    .demo-content h2 { font-size: clamp(2rem, 10vw, 3rem); }
    .demo-feature-grid { grid-template-columns: 1fr; }
    .price-card.featured { transform: none; }
    .lp-final-cta { text-align: center; justify-items: center; }
    .footer-logo { filter: brightness(0) invert(1); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
    .reveal-on-scroll { opacity: 1; transform: none; }
}

/* Hero final aprobado como imagen para evitar inconsistencias visuales */
.lp-hero-stage.lp-hero-stage-image {
    min-height: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 38px !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}
.lp-hero-stage.lp-hero-stage-image::before,
.lp-hero-stage.lp-hero-stage-image::after {
    display: none !important;
}
.hero-main-picture {
    display: block;
    width: 100%;
}
.hero-main-picture img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 34px;
    filter: drop-shadow(0 24px 48px rgba(26,16,66,.09));
}
@media (max-width: 1080px) {
    .lp-hero-stage.lp-hero-stage-image {
        width: min(100%, 920px);
        margin: 0 auto;
    }
}
@media (max-width: 760px) {
    .hero-main-picture img {
        border-radius: 24px;
    }
}

/* Ajuste hero: versión más editorial y menos pesada */
@media (min-width: 1081px) {
    .lp-hero-stage.lp-hero-stage-image {
        transform: translateY(8px);
    }
}
@media (max-width: 1080px) {
    .lp-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding-top: 56px;
        gap: 36px;
    }
    .lp-hero-copy h1 {
        max-width: 780px;
        font-size: clamp(2.55rem, 8vw, 4.1rem);
    }
}
@media (max-width: 760px) {
    .lp-hero-copy h1 {
        font-size: clamp(2.25rem, 12vw, 3.35rem);
        letter-spacing: -.06em;
    }
    .lp-lead {
        font-size: 1rem;
    }
}


/* Hero más integrado: imagen grande y fundida con el fondo */
.lp-hero {
    position: relative;
    isolation: isolate;
    grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
    gap: 42px;
    overflow: visible;
}
.lp-hero::after {
    content: "";
    position: absolute;
    inset: 6% -6% 10% 48%;
    border-radius: 44px;
    background:
        radial-gradient(circle at 32% 42%, rgba(126, 92, 255, .14), transparent 28%),
        radial-gradient(circle at 76% 52%, rgba(197, 183, 255, .44), transparent 34%),
        linear-gradient(135deg, rgba(245, 242, 255, .55), rgba(255,255,255,0));
    filter: blur(10px);
    z-index: -1;
    pointer-events: none;
}
.lp-hero-copy {
    position: relative;
    z-index: 2;
}
.lp-hero-copy h1 {
    max-width: 560px;
}
.lp-lead {
    max-width: 535px;
}
.lp-hero-stage.lp-hero-stage-image {
    position: relative;
    z-index: 1;
    margin-right: -34px;
    transform: translateY(2px);
}
.lp-hero-stage.lp-hero-stage-image::before,
.lp-hero-stage.lp-hero-stage-image::after {
    content: "" !important;
    position: absolute;
    display: block !important;
    pointer-events: none;
    z-index: -1;
}
.lp-hero-stage.lp-hero-stage-image::before {
    inset: 6% 8% 12% 8%;
    border-radius: 46px;
    background: radial-gradient(circle at 50% 45%, rgba(255,255,255,.95) 0%, rgba(243,238,255,.72) 52%, rgba(240,235,255,0) 78%);
    filter: blur(18px);
}
.lp-hero-stage.lp-hero-stage-image::after {
    width: 78%;
    height: 20%;
    left: 11%;
    bottom: 2%;
    border-radius: 50%;
    background: radial-gradient(circle at center, rgba(118,87,246,.16), rgba(118,87,246,0) 70%);
    filter: blur(22px);
}
.hero-main-picture {
    width: 112%;
    max-width: none;
    margin-left: -7%;
}
.hero-main-picture img {
    border-radius: 38px;
    filter: drop-shadow(0 30px 60px rgba(26,16,66,.10));
}
@media (min-width: 1280px) {
    .lp-hero-stage.lp-hero-stage-image {
        margin-right: -48px;
    }
    .hero-main-picture {
        width: 116%;
        margin-left: -8%;
    }
}
@media (max-width: 1180px) {
    .lp-hero {
        grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr);
        gap: 28px;
    }
    .lp-hero-stage.lp-hero-stage-image {
        margin-right: -12px;
    }
    .hero-main-picture {
        width: 107%;
        margin-left: -3%;
    }
}
@media (max-width: 1080px) {
    .lp-hero::after {
        inset: 42% 0 0 0;
    }
    .lp-hero-stage.lp-hero-stage-image {
        margin-right: 0;
        transform: none;
    }
    .hero-main-picture {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 760px) {
    .lp-hero::after {
        inset: 48% -4% 0 -4%;
        border-radius: 28px;
    }
    .hero-main-picture img {
        border-radius: 26px;
    }
}


/* === HERO SECCIÓN APROBADA · integración real, sin mockup de web === */
.lp-hero {
    position: relative !important;
    isolation: isolate !important;
    display: grid !important;
    grid-template-columns: minmax(500px, .95fr) minmax(540px, 1.05fr) !important;
    align-items: center !important;
    gap: clamp(70px, 6vw, 112px) !important;
    min-height: 700px !important;
    padding: 78px 0 58px !important;
    overflow: visible !important;
}

.lp-hero::after {
    display: none !important;
}

.lp-hero-copy {
    position: relative !important;
    z-index: 3 !important;
    padding-right: 0 !important;
}

.lp-hero-copy h1 {
    max-width: 660px !important;
    margin-top: 18px !important;
    font-size: clamp(3.1rem, 4.25vw, 4.75rem) !important;
    line-height: .98 !important;
    letter-spacing: -.068em !important;
    text-wrap: balance;
}

.lp-hero-copy h1 em {
    display: block !important;
    color: var(--lp-purple) !important;
    font-style: normal !important;
}

.lp-lead {
    max-width: 570px !important;
    margin-top: 24px !important;
    font-size: clamp(1rem, 1.08vw, 1.12rem) !important;
    line-height: 1.6 !important;
}

.lp-hero-stage.lp-hero-stage-image {
    position: relative !important;
    z-index: 1 !important;
    min-height: 0 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    transform: translateX(10px) !important;
}

.lp-hero-stage.lp-hero-stage-image::before,
.lp-hero-stage.lp-hero-stage-image::after {
    content: "" !important;
    position: absolute !important;
    display: block !important;
    pointer-events: none !important;
    z-index: -1 !important;
}

.lp-hero-stage.lp-hero-stage-image::before {
    inset: 12% 6% 13% 6% !important;
    border-radius: 999px !important;
    background:
        radial-gradient(circle at 42% 45%, rgba(255,255,255,.68), rgba(246,242,255,.38) 40%, rgba(246,242,255,0) 70%),
        radial-gradient(circle at 68% 58%, rgba(203,196,246,.24), rgba(203,196,246,0) 52%) !important;
    filter: blur(16px) !important;
}

.lp-hero-stage.lp-hero-stage-image::after {
    width: 70% !important;
    height: 14% !important;
    left: 15% !important;
    bottom: 7% !important;
    border-radius: 999px !important;
    background: radial-gradient(circle at center, rgba(95,59,245,.12), rgba(95,59,245,.045) 42%, rgba(95,59,245,0) 76%) !important;
    filter: blur(10px) !important;
    opacity: .78 !important;
}

.hero-main-picture {
    display: block !important;
    width: min(100%, 800px) !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}

.hero-main-picture img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: drop-shadow(0 24px 40px rgba(26,16,66,.10)) !important;
}

@media (max-width: 1180px) {
    .lp-hero {
        grid-template-columns: minmax(440px, .95fr) minmax(460px, 1.05fr) !important;
        gap: 52px !important;
    }
    .lp-hero-copy h1 {
        max-width: 590px !important;
        font-size: clamp(2.85rem, 4.35vw, 4.25rem) !important;
    }
    .hero-main-picture {
        width: min(100%, 710px) !important;
    }
}

@media (max-width: 1080px) {
    .lp-hero {
        grid-template-columns: 1fr !important;
        gap: 38px !important;
        min-height: 0 !important;
        padding-top: 56px !important;
    }
    .lp-hero-copy h1,
    .lp-lead {
        max-width: 820px !important;
    }
    .lp-hero-stage.lp-hero-stage-image {
        transform: none !important;
    }
    .hero-main-picture {
        width: min(100%, 880px) !important;
    }
}

@media (max-width: 760px) {
    .lp-hero {
        gap: 28px !important;
        padding-top: 42px !important;
    }
    .lp-hero-copy h1 {
        font-size: clamp(2.35rem, 10.5vw, 3.35rem) !important;
        letter-spacing: -.06em !important;
    }
    .lp-lead {
        font-size: 1rem !important;
    }
    .hero-main-picture {
        width: 108% !important;
        margin-left: -4% !important;
    }
}


/* === HERO APROBADO V3 · fuerza nueva imagen sin caché === */
.lp-hero {
    grid-template-columns: minmax(500px, .95fr) minmax(540px, 1.05fr) !important;
    gap: clamp(70px, 6vw, 112px) !important;
}
.hero-main-picture {
    width: min(100%, 800px) !important;
    max-width: 800px !important;
    margin: 0 auto !important;
}
.hero-main-picture img {
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: drop-shadow(0 24px 40px rgba(26,16,66,.10)) !important;
}


/* === AJUSTE 02 · Hero balanceado y visual mejor proporcionado === */
.lp-hero {
    grid-template-columns: minmax(390px, .78fr) minmax(660px, 1.22fr) !important;
    gap: clamp(42px, 4.6vw, 72px) !important;
    min-height: 665px !important;
    padding: 74px 0 56px !important;
    align-items: center !important;
}

.lp-hero-copy {
    max-width: 560px !important;
}

.lp-hero-copy h1 {
    max-width: 560px !important;
    font-size: clamp(2.75rem, 3.55vw, 3.95rem) !important;
    line-height: .98 !important;
    letter-spacing: -.066em !important;
    font-weight: 950 !important;
    text-wrap: balance;
}

.lp-hero-copy h1 em {
    display: block !important;
    margin-top: 8px !important;
    color: var(--lp-purple) !important;
    font-style: normal !important;
}

.lp-lead {
    max-width: 500px !important;
    margin-top: 24px !important;
    font-size: clamp(.98rem, 1vw, 1.06rem) !important;
    line-height: 1.64 !important;
}

.lp-cta-row {
    margin-top: 28px !important;
}

.lp-proof-row {
    margin-top: 22px !important;
}

.lp-hero-stage.lp-hero-stage-image {
    justify-self: end !important;
    transform: translateX(24px) !important;
}

.hero-main-picture {
    width: min(118%, 1040px) !important;
    max-width: 1040px !important;
    margin-left: auto !important;
    margin-right: -7% !important;
}

.hero-main-picture img {
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: drop-shadow(0 24px 42px rgba(26,16,66,.10)) !important;
}

@media (max-width: 1180px) {
    .lp-hero {
        grid-template-columns: minmax(360px, .82fr) minmax(500px, 1.18fr) !important;
        gap: 30px !important;
    }

    .lp-hero-copy h1 {
        max-width: 520px !important;
        font-size: clamp(2.55rem, 3.75vw, 3.58rem) !important;
    }

    .lp-lead {
        max-width: 470px !important;
    }

    .lp-hero-stage.lp-hero-stage-image {
        transform: translateX(18px) !important;
    }

    .hero-main-picture {
        width: min(114%, 900px) !important;
        max-width: 900px !important;
        margin-right: -5% !important;
    }
}

@media (max-width: 1080px) {
    .lp-hero {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
        min-height: 0 !important;
        padding-top: 52px !important;
    }

    .lp-hero-copy,
    .lp-hero-copy h1 {
        max-width: 760px !important;
    }

    .lp-hero-copy h1 {
        font-size: clamp(2.55rem, 7vw, 3.7rem) !important;
    }

    .lp-lead {
        max-width: 680px !important;
    }

    .lp-hero-stage.lp-hero-stage-image {
        justify-self: center !important;
        transform: none !important;
    }

    .hero-main-picture {
        width: min(102%, 940px) !important;
        max-width: 940px !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 760px) {
    .lp-hero-copy h1 {
        font-size: clamp(2.08rem, 9vw, 2.9rem) !important;
        line-height: 1.02 !important;
        letter-spacing: -.055em !important;
    }

    .lp-lead {
        font-size: .98rem !important;
    }

    .hero-main-picture {
        width: 108% !important;
        max-width: none !important;
        margin-left: -4% !important;
        margin-right: -4% !important;
    }
}


/* === FIX 05 · Iconos proof correctos + botones sin brillo excesivo === */

/* Header limpio */
.lp-header .lp-actions {
    gap: 0 !important;
}
.lp-header .lp-link-admin {
    display: none !important;
}
.lp-header .lp-btn-primary {
    min-height: 44px !important;
    padding: 0 22px !important;
    background: linear-gradient(135deg, #5F3BF5, #6B55F2) !important;
    box-shadow: 0 7px 16px rgba(95,59,245,.14) !important;
}
.lp-header .lp-btn-primary:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 9px 20px rgba(95,59,245,.18) !important;
}

/* Botones del hero más finos */
.lp-hero .lp-cta-row {
    margin-top: 34px !important;
    gap: 16px !important;
}
.lp-hero .lp-btn {
    min-height: 46px !important;
    padding: 0 24px !important;
    font-weight: 820 !important;
}
.lp-hero .lp-btn-primary {
    box-shadow: 0 7px 16px rgba(95,59,245,.12) !important;
}
.lp-hero .lp-btn-primary:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 9px 20px rgba(95,59,245,.16) !important;
}
.lp-hero .lp-btn-ghost {
    background: rgba(255,255,255,.72) !important;
    border-color: rgba(95,59,245,.24) !important;
    box-shadow: none !important;
}

/* Beneficios discretos */
.lp-hero .lp-proof-row {
    margin-top: 24px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px 20px !important;
    align-items: center !important;
    color: rgba(42,33,72,.72) !important;
    font-weight: 740 !important;
    font-size: .9rem !important;
}
.lp-hero .lp-proof-row span {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    min-height: 30px !important;
    line-height: 1.1 !important;
}
.lp-hero .lp-proof-row span::before {
    display: none !important;
    content: none !important;
}
.lp-hero .lp-proof-row svg,
.lp-hero .lp-proof-row .proof-icon {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    max-width: 26px !important;
    flex: 0 0 26px !important;
    padding: 6px !important;
    border-radius: 999px !important;
    color: var(--lp-purple) !important;
    background: rgba(95,59,245,.075) !important;
    border: 1px solid rgba(95,59,245,.08) !important;
    stroke: currentColor !important;
    fill: none !important;
    stroke-width: 1.8 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    box-shadow: 0 5px 12px rgba(95,59,245,.05) !important;
}

/* Por si algún navegador decide rellenar paths/rects */
.lp-hero .lp-proof-row svg *,
.lp-hero .lp-proof-row .proof-icon * {
    fill: none !important;
    stroke: currentColor !important;
}

@media (max-width: 760px) {
    .lp-hero .lp-cta-row {
        margin-top: 28px !important;
        gap: 12px !important;
    }
    .lp-hero .lp-btn {
        min-height: 44px !important;
        padding: 0 18px !important;
    }
    .lp-hero .lp-proof-row {
        margin-top: 18px !important;
        gap: 10px 14px !important;
        font-size: .86rem !important;
    }
    .lp-hero .lp-proof-row svg,
    .lp-hero .lp-proof-row .proof-icon {
        width: 24px !important;
        height: 24px !important;
        min-width: 24px !important;
        max-width: 24px !important;
        flex-basis: 24px !important;
        padding: 5px !important;
    }
}


/* === SECCIÓN CÓMO FUNCIONA · tarjetas visuales aprobadas === */
.lp-how {
    position: relative;
    isolation: isolate;
    padding-top: clamp(56px, 7vw, 92px) !important;
    padding-bottom: clamp(48px, 6vw, 82px) !important;
}

.lp-how::before {
    content: "";
    position: absolute;
    inset: 5% -8% 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 28%, rgba(95,59,245,.06), transparent 30%),
        radial-gradient(circle at 84% 18%, rgba(203,196,246,.16), transparent 28%),
        radial-gradient(circle at 50% 92%, rgba(95,59,245,.055), transparent 34%);
    filter: blur(2px);
}

.lp-how .section-heading {
    margin-bottom: clamp(28px, 4vw, 46px) !important;
}

.lp-how .section-heading h2 {
    max-width: 760px;
    margin-inline: auto;
}

.lp-how .how-row {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(18px, 2.2vw, 28px) !important;
    position: relative !important;
}

.lp-how .how-row::before {
    display: none !important;
}

.lp-how .how-step {
    position: relative !important;
    z-index: 1 !important;
    text-align: left !important;
    padding: 14px 14px 22px !important;
    border-radius: 34px !important;
    background:
        linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.74)) !important;
    border: 1px solid rgba(95,59,245,.10) !important;
    box-shadow: 0 22px 50px rgba(31, 20, 75, .075) !important;
    overflow: hidden !important;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease !important;
}

.lp-how .how-step:hover {
    transform: translateY(-5px);
    border-color: rgba(95,59,245,.18) !important;
    box-shadow: 0 28px 64px rgba(31, 20, 75, .105) !important;
}

.lp-how .how-media {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(250,248,255,.96), rgba(242,239,255,.76));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.78);
}

.lp-how .how-media picture,
.lp-how .how-media img {
    display: block;
    width: 100%;
}

.lp-how .how-media img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transform: scale(1.01);
}

.lp-how .how-number {
    position: absolute !important;
    left: 16px !important;
    top: 16px !important;
    display: grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    border-radius: 15px !important;
    border: 1px solid rgba(95,59,245,.18) !important;
    background: rgba(255,255,255,.82) !important;
    color: var(--lp-purple) !important;
    box-shadow: 0 12px 28px rgba(95,59,245,.12) !important;
    font-size: 1rem !important;
    font-weight: 950 !important;
    backdrop-filter: blur(12px) !important;
}

.lp-how .how-copy {
    padding: 20px 12px 0;
    text-align: center;
}

.lp-how .how-step b {
    display: block !important;
    font-size: clamp(1.05rem, 1.12vw, 1.18rem) !important;
    letter-spacing: -.035em !important;
    color: var(--lp-ink) !important;
}

.lp-how .how-step p {
    margin: 9px auto 0 !important;
    max-width: 310px !important;
    color: var(--lp-muted) !important;
    line-height: 1.5 !important;
    font-size: .96rem !important;
}

@media (max-width: 1080px) {
    .lp-how .how-row {
        grid-template-columns: 1fr !important;
        max-width: 720px;
        margin-inline: auto;
    }

    .lp-how .how-step {
        display: grid;
        grid-template-columns: minmax(210px, .95fr) minmax(250px, 1fr);
        gap: 18px;
        align-items: center;
        padding: 14px !important;
    }

    .lp-how .how-copy {
        text-align: left;
        padding: 0 14px 0 0;
    }

    .lp-how .how-step p {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 680px) {
    .lp-how .how-step {
        display: block;
        padding: 12px 12px 20px !important;
        border-radius: 28px !important;
    }

    .lp-how .how-media {
        border-radius: 22px;
    }

    .lp-how .how-copy {
        text-align: center;
        padding: 18px 10px 0;
    }

    .lp-how .how-step p {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .lp-how .how-number {
        width: 38px !important;
        height: 38px !important;
        border-radius: 14px !important;
        font-size: .95rem !important;
    }
}


/* === AJUSTE 06 · Cómo funciona como proceso 1-2-3 === */
.lp-how .how-row {
    position: relative !important;
    padding-top: 82px !important;
    isolation: isolate !important;
}

.lp-how .how-row::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    z-index: 0 !important;
    top: 39px !important;
    left: calc(16.666% + 42px) !important;
    right: calc(16.666% + 42px) !important;
    height: 2px !important;
    background-image: linear-gradient(90deg, rgba(95,59,245,.34) 38%, rgba(95,59,245,0) 0) !important;
    background-size: 13px 2px !important;
    background-repeat: repeat-x !important;
    opacity: .9 !important;
}

.lp-how .how-step {
    overflow: visible !important;
}

.lp-how .how-number {
    position: absolute !important;
    z-index: 5 !important;
    left: 50% !important;
    top: -72px !important;
    transform: translateX(-50%) !important;
    display: grid !important;
    place-items: center !important;
    width: 72px !important;
    height: 72px !important;
    margin: 0 !important;
    border-radius: 50% !important;
    border: 2px solid rgba(95,59,245,.22) !important;
    background:
        radial-gradient(circle at 30% 25%, rgba(255,255,255,.95), rgba(255,255,255,.78) 60%, rgba(241,237,255,.94)) !important;
    color: var(--lp-purple) !important;
    box-shadow:
        0 20px 38px rgba(95,59,245,.13),
        inset 0 0 0 8px rgba(255,255,255,.65) !important;
    font-size: 1.45rem !important;
    font-weight: 950 !important;
    backdrop-filter: blur(12px) !important;
}

.lp-how .how-step:nth-child(1) .how-number::after,
.lp-how .how-step:nth-child(2) .how-number::after {
    content: "" !important;
    position: absolute !important;
    left: calc(100% + 16px) !important;
    top: 50% !important;
    width: clamp(90px, 16vw, 220px) !important;
    height: 48px !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    background:
        radial-gradient(circle at right center, rgba(95,59,245,.44) 0 3px, transparent 4px),
        linear-gradient(90deg, rgba(95,59,245,0), rgba(95,59,245,.22)) !important;
    clip-path: polygon(0 47%, 92% 47%, 92% 36%, 100% 50%, 92% 64%, 92% 53%, 0 53%) !important;
    opacity: .55 !important;
}

.lp-how .how-step:nth-child(2) .how-number::after {
    width: clamp(90px, 16vw, 220px) !important;
}

.lp-how .how-media {
    margin-top: 0 !important;
}

@media (max-width: 1080px) {
    .lp-how .how-row {
        padding-top: 0 !important;
    }

    .lp-how .how-row::before {
        left: 40px !important;
        right: auto !important;
        top: 36px !important;
        bottom: 36px !important;
        width: 2px !important;
        height: auto !important;
        background-image: linear-gradient(180deg, rgba(95,59,245,.34) 38%, rgba(95,59,245,0) 0) !important;
        background-size: 2px 13px !important;
        background-repeat: repeat-y !important;
    }

    .lp-how .how-number {
        left: 40px !important;
        top: 28px !important;
        transform: none !important;
        width: 56px !important;
        height: 56px !important;
        font-size: 1.1rem !important;
        box-shadow:
            0 14px 28px rgba(95,59,245,.12),
            inset 0 0 0 7px rgba(255,255,255,.65) !important;
    }

    .lp-how .how-step:nth-child(1) .how-number::after,
    .lp-how .how-step:nth-child(2) .how-number::after {
        display: none !important;
    }

    .lp-how .how-step {
        padding-left: 112px !important;
    }
}

@media (max-width: 680px) {
    .lp-how .how-row::before {
        left: 31px !important;
    }

    .lp-how .how-number {
        left: 24px !important;
        top: 24px !important;
        width: 48px !important;
        height: 48px !important;
        font-size: 1rem !important;
    }

    .lp-how .how-step {
        padding-left: 86px !important;
    }

    .lp-how .how-media {
        border-radius: 22px !important;
    }
}


/* === AJUSTE 07 · Flujo 1-2-3 más fino, sin riel pesado === */

/* Apagamos conectores anteriores */
.lp-how .how-row::before,
.lp-how .how-step:nth-child(1) .how-number::after,
.lp-how .how-step:nth-child(2) .how-number::after {
    display: none !important;
    content: none !important;
}

/* Dejamos espacio para números y conectores */
.lp-how .how-row {
    position: relative !important;
    padding-top: 78px !important;
}

/* Capa dedicada de líneas */
.lp-how .how-flow-line {
    position: absolute !important;
    z-index: 1 !important;
    top: 35px !important;
    left: 0 !important;
    right: 0 !important;
    height: 36px !important;
    pointer-events: none !important;
}

.lp-how .how-flow-line span {
    position: absolute !important;
    top: 17px !important;
    width: 25.8% !important;
    height: 1px !important;
    border-top: 3px dotted rgba(95, 59, 245, .23) !important;
    opacity: .95 !important;
}

.lp-how .how-flow-line span:first-child {
    left: 22.1% !important;
}

.lp-how .how-flow-line span:nth-child(2) {
    left: 52.1% !important;
}

/* Flechita discreta */
.lp-how .how-flow-line span::after {
    content: "" !important;
    position: absolute !important;
    right: -4px !important;
    top: -6px !important;
    width: 11px !important;
    height: 11px !important;
    border-top: 2px solid rgba(95, 59, 245, .27) !important;
    border-right: 2px solid rgba(95, 59, 245, .27) !important;
    transform: rotate(45deg) !important;
    border-radius: 2px !important;
}

/* Números flotantes y limpios */
.lp-how .how-number {
    position: absolute !important;
    z-index: 4 !important;
    left: 50% !important;
    top: -72px !important;
    transform: translateX(-50%) !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 50% !important;
    background: rgba(255,255,255,.88) !important;
    border: 2px solid rgba(95,59,245,.20) !important;
    box-shadow:
        0 16px 34px rgba(95,59,245,.10),
        inset 0 0 0 8px rgba(248,246,255,.9) !important;
    color: var(--lp-purple) !important;
    font-size: 1.42rem !important;
    font-weight: 950 !important;
    backdrop-filter: blur(14px) !important;
}

/* Tarjetas por encima de fondo, debajo de números */
.lp-how .how-step {
    z-index: 2 !important;
}

/* Ajuste responsive: en móvil se vuelve vertical y limpio */
@media (max-width: 1080px) {
    .lp-how .how-row {
        padding-top: 0 !important;
    }

    .lp-how .how-flow-line {
        display: none !important;
    }

    .lp-how .how-row::before {
        content: "" !important;
        display: block !important;
        position: absolute !important;
        z-index: 0 !important;
        left: 40px !important;
        top: 36px !important;
        bottom: 36px !important;
        width: 2px !important;
        height: auto !important;
        background-image: linear-gradient(180deg, rgba(95,59,245,.24) 40%, rgba(95,59,245,0) 0) !important;
        background-size: 2px 13px !important;
        background-repeat: repeat-y !important;
    }

    .lp-how .how-number {
        left: 40px !important;
        top: 28px !important;
        transform: none !important;
        width: 56px !important;
        height: 56px !important;
        font-size: 1.08rem !important;
        box-shadow:
            0 14px 28px rgba(95,59,245,.10),
            inset 0 0 0 7px rgba(248,246,255,.9) !important;
    }

    .lp-how .how-step {
        padding-left: 112px !important;
    }
}

@media (max-width: 680px) {
    .lp-how .how-row::before {
        left: 31px !important;
    }

    .lp-how .how-number {
        left: 24px !important;
        top: 24px !important;
        width: 48px !important;
        height: 48px !important;
        font-size: 1rem !important;
    }

    .lp-how .how-step {
        padding-left: 86px !important;
    }
}



/* === AJUSTE 08 · Pasos curvos más limpios y números más separados === */
.lp-how .how-row {
    padding-top: 122px !important;
}

.lp-how .how-flow-line {
    position: absolute !important;
    z-index: 1 !important;
    top: 8px !important;
    left: 0 !important;
    right: 0 !important;
    height: 72px !important;
    pointer-events: none !important;
}

.lp-how .how-flow-line span {
    position: absolute !important;
    top: 0 !important;
    width: 31% !important;
    height: 54px !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    opacity: .92 !important;
    filter: drop-shadow(0 2px 8px rgba(95,59,245,.05)) !important;
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 56' fill='none'>\
<path d='M6 38 Q120 4 226 38' stroke='%23B8A9FF' stroke-width='2.7' stroke-linecap='round' stroke-dasharray='1.2 8'/>\
<path d='M216 30 L226 38 L214 43' stroke='%23B8A9FF' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>") !important;
}

.lp-how .how-flow-line span:first-child {
    left: 15.7% !important;
}

.lp-how .how-flow-line span:nth-child(2) {
    left: 53.4% !important;
}

.lp-how .how-flow-line span::after {
    display: none !important;
}

.lp-how .how-number {
    top: -100px !important;
    width: 78px !important;
    height: 78px !important;
    border: 2px solid rgba(95,59,245,.16) !important;
    background: rgba(255,255,255,.9) !important;
    box-shadow:
        0 10px 24px rgba(95,59,245,.08),
        inset 0 0 0 8px rgba(248,246,255,.95),
        inset 0 0 0 14px rgba(255,255,255,.86) !important;
}

@media (max-width: 1080px) {
    .lp-how .how-row {
        padding-top: 0 !important;
    }
    .lp-how .how-flow-line {
        display: none !important;
    }
    .lp-how .how-number {
        top: 24px !important;
        width: 56px !important;
        height: 56px !important;
        box-shadow:
            0 10px 22px rgba(95,59,245,.08),
            inset 0 0 0 6px rgba(248,246,255,.95),
            inset 0 0 0 10px rgba(255,255,255,.9) !important;
    }
}


/* === AJUSTE 09 · Quitar rayitas rectas arriba de las curvas === */
.lp-how .how-flow-line span {
    border-top: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
}

.lp-how .how-flow-line span::before {
    display: none !important;
    content: none !important;
}

.lp-how .how-flow-line span::after {
    display: none !important;
    content: none !important;
}

/* Curvas limpias 1→2 y 2→3 */
.lp-how .how-flow-line span {
    background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 56' fill='none'>\
<path d='M6 38 Q120 4 226 38' stroke='%23B8A9FF' stroke-width='2.7' stroke-linecap='round' stroke-dasharray='1.2 8'/>\
<path d='M216 30 L226 38 L214 43' stroke='%23B8A9FF' stroke-width='2.7' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>") !important;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}


/* === FIX INDEX OFICIAL V2 · botones superiores más chicos y estéticos === */
.lp-header .lp-actions {
    gap: 8px !important;
    flex: 0 0 auto;
}
.lp-header .lp-actions .lp-btn-small {
    min-height: 38px !important;
    padding: 0 17px !important;
    font-size: .82rem !important;
    font-weight: 840 !important;
    line-height: 1 !important;
    border-radius: 999px !important;
    white-space: nowrap !important;
}
.lp-header .lp-actions .lp-btn-ghost {
    background: rgba(255,255,255,.72) !important;
    border-color: rgba(95,59,245,.24) !important;
    color: #4f35db !important;
    box-shadow: none !important;
}

.lp-header .lp-btn-primary {
    gap: 10px;
}
.lp-header .lp-btn-primary svg {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.lp-header .lp-btn-primary svg [fill="currentColor"] {
    fill: currentColor;
}
.lp-header .lp-actions .lp-btn-primary {
    min-height: 38px !important;
    padding: 0 18px !important;
    font-size: .82rem !important;
    background: linear-gradient(135deg, #5F3BF5, #735AF7) !important;
    box-shadow: 0 10px 24px rgba(95,59,245,.18) !important;
}
.lp-header .lp-actions .lp-btn-small:hover {
    transform: translateY(-1px) !important;
}
@media (max-width: 1140px) {
    .lp-header .lp-actions .lp-btn-small {
        min-height: 36px !important;
        padding: 0 14px !important;
        font-size: .78rem !important;
    }
}


/* =========================================================
   Login cliente integrado en landing
   ========================================================= */
.lp-modal-open {
    overflow: hidden;
}
.lp-login-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: grid;
    place-items: center;
    padding: 24px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}
.lp-login-modal.is-open {
    opacity: 1;
    pointer-events: auto;
}
.lp-login-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(18, 10, 48, .34);
    backdrop-filter: blur(14px);
    cursor: pointer;
}
.lp-login-card {
    position: relative;
    width: min(520px, 100%);
    max-height: min(760px, calc(100vh - 42px));
    overflow: auto;
    border: 1px solid rgba(95,59,245,.16);
    border-radius: 30px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 32px 90px rgba(26,16,66,.24);
    padding: 34px;
    transform: translateY(16px) scale(.98);
    transition: transform .22s ease;
}
.lp-login-modal.is-open .lp-login-card {
    transform: translateY(0) scale(1);
}
.lp-login-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(95,59,245,.16);
    border-radius: 14px;
    background: #fff;
    color: var(--lp-ink);
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
}
.lp-login-brand {
    margin: 0 0 18px;
}
.lp-login-brand .platform-brand-lockup .brand-icon-img {
    width: 36px;
    height: 36px;
}
.lp-login-brand .platform-brand-lockup .brand-lockup-img {
    width: 142px;
}
.lp-login-card h2 {
    margin: 12px 0 12px;
    color: var(--lp-ink);
    font-size: clamp(2.2rem, 7vw, 3.5rem);
    line-height: .95;
    letter-spacing: -.07em;
    font-weight: 950;
}
.lp-login-card > p:not(.lp-kicker):not(.lp-login-helper) {
    margin: 0 0 20px;
    color: var(--lp-muted);
    line-height: 1.55;
}
.lp-login-form {
    display: grid;
    gap: 13px;
}
.lp-login-form label {
    display: grid;
    gap: 7px;
    color: var(--lp-ink);
    font-size: .92rem;
    font-weight: 850;
}
.lp-login-form input {
    width: 100%;
    border: 1px solid rgba(95,59,245,.16);
    border-radius: 16px;
    background: #fff;
    color: var(--lp-ink);
    padding: 14px 15px;
    outline: none;
}
.lp-login-form input:focus {
    border-color: rgba(95,59,245,.58);
    box-shadow: 0 0 0 4px rgba(95,59,245,.10);
}
.lp-login-form .lp-btn {
    width: 100%;
    margin-top: 4px;
}
.lp-login-alert {
    margin: 0 0 14px;
    padding: 12px 14px;
    border: 1px solid rgba(192,54,54,.18);
    border-radius: 16px;
    background: #fff5f5;
    color: #a42a2a;
    font-weight: 850;
}
.lp-login-helper {
    margin: 16px 0 0;
    color: var(--lp-muted);
}
.lp-login-helper a {
    color: var(--lp-purple);
    font-weight: 900;
}
@media (max-width: 640px) {
    .lp-login-modal {
        padding: 14px;
    }
    .lp-login-card {
        padding: 26px 22px;
        border-radius: 24px;
    }
}

/* =========================================================
   Registro cliente integrado en landing
   ========================================================= */
.lp-register-card {
    width: min(720px, 100%);
}
.lp-register-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 14px;
}
.lp-register-form .span-two {
    grid-column: 1 / -1;
}
.lp-register-card h2 {
    max-width: 620px;
}
.lp-register-card > p:not(.lp-kicker):not(.lp-login-helper) {
    max-width: 620px;
}
@media (max-width: 760px) {
    .lp-register-form {
        grid-template-columns: 1fr;
    }
    .lp-register-form .span-two {
        grid-column: auto;
    }
}

.lp-admin-card {
    width: min(500px, 100%);
}
.lp-admin-card h2 {
    font-size: clamp(2rem, 6vw, 3.05rem);
}


/* Acceso administrador: mismo estilo que los demás links del footer */
.footer-admin-access {
    display: inline;
    width: auto;
    margin: 0;
    padding: 0;
    font: inherit;
    font-weight: inherit;
    color: rgba(255,255,255,.75);
    opacity: 1;
}
.footer-admin-access::before {
    content: none !important;
}
.footer-admin-access:hover {
    color: #fff;
}

/* Recuperación de contraseña usuario */
.lp-reset-body{min-height:100vh;display:grid;place-items:center;padding:28px;background:radial-gradient(circle at 14% 8%, rgba(203,196,246,.36), transparent 32rem),linear-gradient(180deg,#fff,#fbf9ff)}
.lp-reset-shell{width:min(560px,100%)}
.lp-reset-card{position:relative;width:100%;max-width:none;margin:0;padding:clamp(1.4rem,4vw,2rem);border:1px solid rgba(95,59,245,.12);border-radius:30px;background:rgba(255,255,255,.9);box-shadow:0 28px 90px rgba(26,16,66,.14);backdrop-filter:blur(18px)}
.lp-reset-card h2{margin:.45rem 0 .65rem;color:#1a1042;font-family:Inter,"DM Sans",system-ui,sans-serif;font-size:clamp(2.2rem,6vw,3.7rem);font-weight:950;line-height:.9;letter-spacing:-.075em}
.lp-reset-card p{color:#6e6686;font-weight:650;line-height:1.55}.lp-login-alert.success{border-color:rgba(32,139,85,.16);background:#f0fff7;color:#208b55}


/* === CTA landing · demo deshabilitada === */
.lp-btn-disabled {
    opacity: .72 !important;
    cursor: default !important;
    pointer-events: auto !important;
}
.lp-btn-disabled:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* === Plataforma viva · ecosistema completo === */
.lp-platform {
    position: relative;
    overflow: hidden;
}

.lp-platform::before {
    content: "";
    position: absolute;
    inset: 8% -18% auto -18%;
    height: 520px;
    background: radial-gradient(circle at center, rgba(95,59,245,.11), rgba(95,59,245,0) 68%);
    filter: blur(18px);
    pointer-events: none;
}

.lp-platform .section-heading {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin-bottom: 24px;
}

.lp-platform .section-heading h2 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.lp-platform .section-heading p {
    max-width: 820px;
}

.platform-viva-layout {
    position: relative;
    z-index: 2;
    width: min(100%, 1340px);
    margin: 28px auto 0;
    display: grid;
    grid-template-columns: minmax(210px, 260px) minmax(0, 1fr) minmax(210px, 260px);
    gap: 18px;
    align-items: center;
}

.platform-viva-visual {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.platform-viva-visual::before {
    content: "";
    position: absolute;
    inset: 22% 8% 8%;
    border-radius: 999px;
    background: radial-gradient(circle at center, rgba(95,59,245,.18), rgba(95,59,245,0) 68%);
    filter: blur(28px);
    pointer-events: none;
}

.platform-viva-visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: min(100%, 820px);
    max-width: 820px;
    height: auto;
    filter: drop-shadow(0 30px 56px rgba(28,18,74,.13));
}

.platform-viva-benefits {
    display: grid;
    gap: 13px;
}

.platform-viva-benefits article,
.platform-viva-essentials article {
    border: 1px solid rgba(95,59,245,.11);
    background: rgba(255,255,255,.86);
    box-shadow: 0 18px 52px rgba(26,16,66,.08);
    backdrop-filter: blur(16px);
}

.platform-viva-benefits article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: flex-start;
    padding: 15px;
    border-radius: 22px;
}

.platform-viva-benefits span {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: var(--lp-purple);
    background: linear-gradient(180deg, rgba(95,59,245,.12), rgba(95,59,245,.05));
    box-shadow: inset 0 0 0 1px rgba(95,59,245,.08);
}

.platform-viva-benefits svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.platform-viva-benefits h3,
.platform-viva-essentials h3 {
    margin: 0;
    color: var(--lp-ink);
    font-size: .96rem;
    line-height: 1.05;
    letter-spacing: -.035em;
}

.platform-viva-benefits p,
.platform-viva-essentials p {
    margin: 6px 0 0;
    color: var(--lp-muted);
    font-size: .86rem;
    line-height: 1.38;
}

.platform-viva-left article:nth-child(2),
.platform-viva-right article:nth-child(2) {
    transform: translateX(10px);
}

.platform-viva-left article:nth-child(3),
.platform-viva-right article:nth-child(3) {
    transform: translateX(-6px);
}

.platform-viva-essentials {
    position: relative;
    z-index: 2;
    width: min(100%, 1060px);
    margin: 18px auto 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.platform-viva-essentials article {
    padding: 17px 18px;
    border-radius: 22px;
}

.platform-viva-essentials article:nth-child(2) {
    background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(249,247,255,.9));
}

@media (max-width: 1180px) {
    .platform-viva-layout {
        grid-template-columns: 1fr;
        gap: 18px;
        max-width: 920px;
    }

    .platform-viva-benefits {
        grid-template-columns: repeat(2, 1fr);
        order: 2;
    }

    .platform-viva-visual {
        order: 1;
    }

    .platform-viva-right {
        order: 3;
    }

    .platform-viva-left article,
    .platform-viva-right article {
        transform: none !important;
    }

    .platform-viva-visual img {
        width: min(100%, 820px);
    }
}

@media (max-width: 760px) {
    .lp-platform .section-heading h2 {
        font-size: clamp(2rem, 9vw, 3rem);
    }

    .platform-viva-layout {
        margin-top: 18px;
        gap: 16px;
    }

    .platform-viva-benefits,
    .platform-viva-essentials {
        grid-template-columns: 1fr;
    }

    .platform-viva-visual {
        width: 124%;
        margin-left: -12%;
    }

    .platform-viva-visual img {
        width: 100%;
        max-width: none;
    }

    .platform-viva-benefits article {
        padding: 14px;
    }
}


/* Páginas internas: Empresas y Demos */
.lp-inner-page {
    min-height: 100vh;
    padding: 142px 0 72px;
    background:
        radial-gradient(circle at 12% 12%, rgba(95,59,245,.10), transparent 32%),
        radial-gradient(circle at 82% 18%, rgba(169,150,255,.16), transparent 30%),
        #fbfaff;
}
.lp-page-hero {
    text-align: center;
    padding: clamp(34px, 5vw, 58px);
    border-radius: 42px;
    background: linear-gradient(135deg, rgba(255,255,255,.92), rgba(241,237,255,.92));
    box-shadow: var(--lp-shadow-soft);
}
.lp-page-hero h1 {
    max-width: 920px;
    margin: 14px auto 16px;
    color: var(--lp-ink);
    font-size: clamp(3rem, 6vw, 5.8rem);
    line-height: .92;
    letter-spacing: -.075em;
}
.lp-page-hero p {
    max-width: 780px;
    margin: 0 auto;
    color: var(--lp-muted);
    font-size: 1.08rem;
    line-height: 1.65;
}
.lp-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 28px;
}
.lp-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}
.lp-page-card {
    min-height: 220px;
    padding: 26px;
    border-radius: 30px;
    background: rgba(255,255,255,.86);
    border: 1px solid rgba(95,59,245,.12);
    box-shadow: var(--lp-shadow-soft);
}
.lp-page-card .lp-page-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    color: var(--lp-purple);
    background: rgba(95,59,245,.10);
    margin-bottom: 18px;
}
.lp-page-icon svg { width: 23px; height: 23px; }
.lp-page-card h2,
.lp-page-card h3 {
    margin: 0 0 10px;
    color: var(--lp-ink);
    font-size: 1.35rem;
    line-height: 1.1;
    letter-spacing: -.04em;
}
.lp-page-card p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.55;
}
.lp-page-card.is-featured {
    color: #fff;
    background: linear-gradient(135deg, #281b5d, #5f3bf5 58%, #b9b0ff);
    border-color: transparent;
}
.lp-page-card.is-featured h2,
.lp-page-card.is-featured h3,
.lp-page-card.is-featured p { color: #fff; }
.lp-page-card.is-featured .lp-page-icon { color: #fff; background: rgba(255,255,255,.16); }
.lp-demo-list .lp-page-card { min-height: 260px; }
.lp-demo-status {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 14px;
    padding: 7px 11px;
    border-radius: 999px;
    color: var(--lp-purple);
    background: rgba(95,59,245,.10);
    font-size: .78rem;
    font-weight: 900;
}
.lp-demo-status::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
}
@media (max-width: 1080px) {
    .lp-page-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
    .lp-inner-page { padding-top: 112px; }
    .lp-page-hero { border-radius: 28px; }
    .lp-page-grid { grid-template-columns: 1fr; }
    .lp-page-actions .lp-btn { width: 100%; }
}


/* === Ajuste final hero: imagen vertical correcta === */
@media (min-width: 1081px) {
    .lp-hero-stage.lp-hero-stage-image {
        justify-self: center !important;
        transform: translateX(12px) translateY(-6px) !important;
    }
    .hero-main-picture {
        width: auto !important;
        max-width: none !important;
        margin: 0 auto !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    .hero-main-picture img {
        width: auto !important;
        height: clamp(570px, 43vw, 690px) !important;
        max-width: min(100%, 820px) !important;
        object-fit: contain !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        filter: drop-shadow(0 26px 46px rgba(26,16,66,.11)) !important;
    }
}
@media (max-width: 1180px) and (min-width: 1081px) {
    .hero-main-picture img {
        height: clamp(520px, 46vw, 620px) !important;
        max-width: min(100%, 720px) !important;
    }
}
@media (max-width: 1080px) {
    .hero-main-picture {
        width: min(100%, 760px) !important;
        max-width: 760px !important;
        margin: 0 auto !important;
    }
    .hero-main-picture img {
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
}
@media (max-width: 760px) {
    .hero-main-picture {
        width: 112% !important;
        margin-left: -6% !important;
        margin-right: -6% !important;
    }
}

/* === Página Demos · assets por separado === */
.lp-nav a.is-active {
    color: var(--lp-purple);
    opacity: 1;
}
.lp-nav a.is-active::after {
    transform: scaleX(1);
}
.demo-body {
    background:
        radial-gradient(circle at 84% 14%, rgba(203, 196, 246, .46), transparent 34rem),
        radial-gradient(circle at 18% 8%, rgba(255,255,255,.95), transparent 28rem),
        #fbfaff;
}
.demo-main {
    padding: 68px 0 76px;
}
.demo-hero {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(470px, 1fr);
    align-items: center;
    gap: clamp(34px, 5vw, 76px);
}
.demo-hero-copy {
    max-width: 610px;
}
.demo-kicker {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--lp-purple);
    font-size: .82rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.demo-kicker span {
    width: 17px;
    height: 17px;
    border-radius: 999px;
    background: radial-gradient(circle at 50% 50%, #5f3bf5 0 34%, rgba(95,59,245,.18) 38% 100%);
    box-shadow: 0 0 0 4px rgba(95,59,245,.08);
}
.demo-hero h1 {
    margin: 0;
    max-width: 640px;
    color: var(--lp-ink);
    font-size: clamp(2.95rem, 5.25vw, 5.05rem);
    line-height: .95;
    letter-spacing: -.085em;
}
.demo-hero p {
    max-width: 560px;
    margin: 26px 0 0;
    color: var(--lp-muted);
    font-size: 1.08rem;
    line-height: 1.62;
}
.demo-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
}
.demo-primary-btn,
.demo-link-btn,
.demo-card-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    letter-spacing: -.02em;
}
.demo-primary-btn {
    min-height: 52px;
    padding: 0 10px 0 26px;
    color: #fff;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--lp-purple), var(--lp-purple-2));
    box-shadow: 0 18px 38px rgba(95,59,245,.30);
    transition: transform .18s ease, box-shadow .18s ease;
}
.demo-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 48px rgba(95,59,245,.38);
}
.demo-primary-btn img,
.demo-arrow img {
    width: 38px;
    height: 38px;
    padding: 8px;
    border-radius: 999px;
    background: #fff;
}
.demo-link-btn {
    color: var(--lp-purple);
    min-height: 52px;
}
.demo-link-btn span {
    font-size: 1.6rem;
    line-height: 0;
    transform: translateY(-1px);
}
.demo-hero-art {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.demo-hero-art::before {
    content: "";
    position: absolute;
    inset: -80px -40px -40px -80px;
    background: url('../img/demos/backgrounds/fondo_lavanda_suave.png') center/contain no-repeat;
    opacity: .58;
    z-index: -1;
}
.demo-hero-art img {
    width: min(100%, 680px);
    filter: drop-shadow(0 28px 46px rgba(95,59,245,.17));
}
.demo-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 32px;
}
.demo-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 45px;
    padding: 0 21px;
    border-radius: 999px;
    color: var(--lp-ink-soft);
    background: rgba(255,255,255,.78);
    border: 1px solid rgba(95,59,245,.10);
    box-shadow: 0 12px 28px rgba(26,16,66,.06);
    font-size: .92rem;
    font-weight: 800;
}
.demo-chip img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
.demo-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 38px;
}
.demo-card {
    min-height: 382px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border-radius: 25px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(95,59,245,.10);
    box-shadow: 0 20px 48px rgba(26,16,66,.08);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.demo-card:hover {
    transform: translateY(-4px);
    border-color: rgba(95,59,245,.20);
    box-shadow: 0 28px 62px rgba(26,16,66,.12);
}
.demo-photo-wrap {
    position: relative;
    padding: 14px 14px 0;
}
.demo-photo {
    width: 100%;
    aspect-ratio: 310 / 172;
    object-fit: cover;
    border-radius: 17px;
    box-shadow: 0 8px 18px rgba(26,16,66,.08);
}
.demo-card-icon {
    position: absolute;
    top: 22px;
    left: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 10px 24px rgba(26,16,66,.10);
}
.demo-card-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.demo-card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 18px 22px 22px;
}
.demo-card h2 {
    margin: 0 0 9px;
    color: var(--lp-ink);
    font-size: 1.43rem;
    line-height: 1.08;
    letter-spacing: -.045em;
}
.demo-card p {
    margin: 0;
    color: var(--lp-muted);
    font-size: .98rem;
    line-height: 1.55;
}
.demo-card-link {
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
    padding-top: 22px;
    color: var(--lp-purple);
}
.demo-card-link .demo-arrow {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(95,59,245,.42);
    transition: transform .18s ease, background .18s ease;
}
.demo-card-link:hover .demo-arrow {
    transform: translateX(3px);
    background: rgba(95,59,245,.08);
}
.demo-card-link .demo-arrow img {
    width: 32px;
    height: 32px;
    padding: 7px;
    background: transparent;
}
@media (max-width: 1180px) {
    .demo-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
    .demo-main { padding-top: 36px; }
    .demo-hero { grid-template-columns: 1fr; }
    .demo-hero-copy { max-width: 760px; text-align: center; margin: 0 auto; }
    .demo-hero p { margin-left: auto; margin-right: auto; }
    .demo-actions, .demo-filter-row { justify-content: center; }
    .demo-hero-art { min-height: 330px; }
}
@media (max-width: 620px) {
    .demo-main { padding: 30px 0 56px; }
    .demo-hero h1 { font-size: clamp(2.65rem, 15vw, 4.2rem); }
    .demo-actions { align-items: stretch; }
    .demo-primary-btn, .demo-link-btn { width: 100%; justify-content: center; }
    .demo-filter-row { justify-content: flex-start; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 8px; }
    .demo-chip { flex: 0 0 auto; }
    .demo-card-grid { grid-template-columns: 1fr; gap: 18px; }
    .demo-card { min-height: 360px; }
    .demo-hero-art { min-height: 250px; }
    .demo-hero-art::before { inset: -40px; }
}


/* Ajustes demos julio 2026 */
.demo-hero-copy {
    max-width: 650px;
}
.demo-hero h1 {
    max-width: 650px;
    font-size: clamp(2.95rem, 5.25vw, 5.05rem);
    line-height: .95;
}
.demo-hero p {
    max-width: 640px;
}
.demo-hero-art {
    min-height: 450px;
}
.demo-hero-art::after {
    content: "";
    position: absolute;
    width: min(82%, 560px);
    height: min(70%, 360px);
    border-radius: 44px;
    background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(245,240,255,.38));
    border: 1px solid rgba(255,255,255,.8);
    box-shadow: 0 34px 84px rgba(65, 45, 162, .12);
    z-index: -1;
    backdrop-filter: blur(12px);
}
.demo-hero-art img {
    width: min(94%, 610px);
    transform: translateY(-4px);
    filter: drop-shadow(0 34px 54px rgba(95,59,245,.18));
}
.demo-chip:first-child {
    color: var(--lp-purple);
    background: rgba(255,255,255,.92);
    border-color: rgba(95,59,245,.18);
    box-shadow: 0 16px 34px rgba(95,59,245,.10);
}
@media (max-width: 980px) {
    .demo-hero h1 {
        font-size: clamp(3rem, 10vw, 4.6rem);
    }
    .demo-hero-art {
        min-height: 340px;
    }
    .demo-hero-art img {
        width: min(94%, 560px);
    }
}
@media (max-width: 620px) {
    .demo-hero h1 {
        font-size: clamp(2.55rem, 13vw, 3.7rem);
    }
    .demo-hero p {
        font-size: 1rem;
    }
    .demo-hero-art {
        min-height: 260px;
    }
    .demo-hero-art img {
        width: min(100%, 420px);
    }
}


/* === Empresas · rediseño premium === */
.lp-inner-page-enterprise {
    padding-top: 32px;
}
.ep-showcase.section-shell,
.ep-benefits-grid.section-shell {
    width: min(1180px, calc(100% - 40px));
}
.ep-showcase {
    margin-bottom: 26px;
}
.ep-showcase-card {
    display: grid;
    grid-template-columns: minmax(360px, .86fr) minmax(560px, 1.14fr);
    gap: clamp(28px, 3vw, 44px);
    align-items: center;
    padding: clamp(28px, 3vw, 44px);
    border-radius: 38px;
    background: linear-gradient(180deg, rgba(255,255,255,.94), rgba(245,241,255,.94));
    border: 1px solid rgba(95,59,245,.08);
    box-shadow: var(--lp-shadow-soft);
}
.ep-copy {
    max-width: 470px;
}
.ep-copy .lp-kicker {
    margin-bottom: 18px;
}
.ep-copy h1 {
    margin: 0;
    max-width: 460px;
    color: var(--lp-ink);
    font-size: clamp(2.7rem, 4.1vw, 4.5rem);
    line-height: .95;
    letter-spacing: -.07em;
    font-weight: 950;
}
.ep-copy p {
    max-width: 460px;
    margin: 18px 0 0;
    color: var(--lp-muted);
    font-size: 1.04rem;
    line-height: 1.62;
}
.ep-action-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 28px;
}
.ep-action-row .lp-btn svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ep-action-row .lp-btn svg [fill="currentColor"] {
    fill: currentColor;
}
.ep-btn-primary {
    gap: 10px;
    min-width: 252px;
}
.ep-btn-ghost {
    gap: 10px;
    min-width: 172px;
}
.ep-visual {
    min-width: 0;
}
.ep-visual-frame {
    position: relative;
    padding: 14px;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,246,255,.98));
    border: 1px solid rgba(95,59,245,.08);
    box-shadow: 0 28px 56px rgba(36, 24, 89, .10);
}
.ep-visual-frame::before {
    content: none;
}
.ep-visual-frame img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: auto;
    border-radius: 28px;
}
.ep-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.ep-benefit-card {
    min-height: 230px;
    padding: 28px;
    border-radius: 28px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(95,59,245,.10);
    box-shadow: var(--lp-shadow-soft);
}
.ep-benefit-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-bottom: 18px;
    color: var(--lp-purple);
    background: rgba(95,59,245,.09);
}
.ep-benefit-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ep-benefit-icon svg [fill="currentColor"] {
    fill: currentColor;
}
.ep-benefit-card h2 {
    margin: 0 0 12px;
    color: var(--lp-ink);
    font-size: 1.18rem;
    line-height: 1.2;
    letter-spacing: -.04em;
}
.ep-benefit-card p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.65;
    font-size: 1rem;
}
@media (max-width: 1180px) {
    .ep-showcase-card {
        grid-template-columns: 1fr;
    }
    .ep-copy {
        max-width: 760px;
    }
    .ep-copy h1,
    .ep-copy p {
        max-width: none;
    }
}
@media (max-width: 1024px) {
    .ep-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 860px) {
    .ep-action-row .lp-btn {
        width: 100%;
    }
    .ep-benefits-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 640px) {
    .lp-inner-page-enterprise {
        padding-top: 20px;
    }
    .ep-showcase.section-shell,
    .ep-benefits-grid.section-shell {
        width: min(1180px, calc(100% - 24px));
    }
    .ep-showcase-card {
        padding: 22px 18px;
        border-radius: 28px;
    }
    .ep-copy h1 {
        font-size: clamp(2.25rem, 12vw, 3.45rem);
    }
    .ep-copy p {
        font-size: 1rem;
    }
    .ep-visual-frame {
        padding: 8px;
        border-radius: 24px;
    }
    .ep-visual-frame::before {
        inset: 18px;
        border-radius: 20px;
    }
    .ep-visual-frame img {
        border-radius: 20px;
    }
    .ep-benefit-card {
        min-height: auto;
        padding: 22px;
        border-radius: 22px;
    }
}


/* === AJUSTE 10 · Paquetes más estéticos y ligeros === */
.pricing-grid {
    align-items: stretch;
    gap: 22px;
}

.price-card {
    min-height: 100%;
    padding: 26px 26px 24px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255,255,255,.95), rgba(249,247,255,.92));
    border: 1px solid rgba(95,59,245,.12);
    box-shadow: 0 18px 40px rgba(26,16,66,.08);
}

.price-card.featured {
    border-color: rgba(95,59,245,.34);
    box-shadow: 0 24px 54px rgba(95,59,245,.14);
}

.plan-tag {
    top: 18px;
    right: 18px;
    padding: 8px 12px;
    font-size: .72rem;
    letter-spacing: .01em;
}

.plan-head {
    display: grid;
    align-content: start;
    min-height: 170px;
    gap: 10px;
}

.plan-eyebrow {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(95,59,245,.08);
    color: var(--lp-purple);
    font-size: .73rem;
    font-weight: 860;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.price-card h3 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.02;
    letter-spacing: -.05em;
}

.price-card p {
    min-height: 0;
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.5;
    font-size: .97rem;
}

.plan-price-box {
    display: grid;
    align-content: start;
    gap: 8px;
    min-height: 84px;
    margin: 16px 0 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(95,59,245,.10);
}

.price-card strong {
    display: block;
    margin: 0;
    color: var(--lp-purple);
    font-size: clamp(1.78rem, 2.35vw, 2.3rem);
    line-height: 1;
    letter-spacing: -.05em;
}

.price-card.is-contact strong {
    font-size: clamp(1.55rem, 2.05vw, 2rem);
    line-height: 1.05;
}

.plan-real-price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: var(--lp-muted);
    font-size: .82rem;
}

.plan-launch-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 9px;
    border-radius: 999px;
    background: rgba(95,59,245,.10);
    color: var(--lp-purple);
    font-size: .7rem;
    font-weight: 860;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.plan-real-price s {
    color: var(--lp-muted);
    text-decoration-thickness: 2px;
    text-decoration-color: rgba(95,59,245,.45);
}

.price-card ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    display: grid;
    gap: 10px;
}

.price-card li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: var(--lp-ink-soft);
    line-height: 1.4;
    font-size: .94rem;
}

.price-card li::before {
    content: "✓";
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    color: var(--lp-purple);
    background: rgba(95,59,245,.10);
    font-size: .72rem;
    font-weight: 950;
}

.price-card li.plan-inherited {
    padding: 11px 12px;
    border-radius: 16px;
    background: rgba(95,59,245,.08);
    font-weight: 820;
}

.price-card li.plan-inherited::before {
    content: "↺";
    background: rgba(95,59,245,.16);
}

.price-card .lp-btn {
    margin-top: auto;
    width: 100%;
    min-height: 54px;
    font-size: .97rem;
}

.pricing-note {
    margin-top: 20px;
}

@media (max-width: 1080px) {
    .plan-head {
        min-height: 0;
    }

    .plan-price-box {
        min-height: 0;
    }
}
