.lvo-shell {
    max-width: 1180px;
    margin: 28px auto 0;
    padding: 0 20px;
}

.lvo-hero {
    background: radial-gradient(circle at top, #db2777, #be185d);
    color: white;
    border-radius: 28px;
    padding: 34px 30px;
    box-shadow: 0 20px 50px rgba(190, 24, 93, 0.18);
    overflow: hidden;
    position: relative;
}

.lvo-hero::before {
    content: "";
    position: absolute;
    width: 540px;
    height: 540px;
    background: rgba(255,255,255,0.08);
    filter: blur(120px);
    top: -220px;
    right: -120px;
}

.lvo-hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: center;
    flex-wrap: wrap;
}

.lvo-kicker {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.85rem;
    font-weight: 700;
    opacity: 0.9;
    color: white;
    margin: 0 0 8px;
}

.lvo-hero h1 {
    color: white !important;
    margin: 0 0 10px;
    font-size: 2.6rem;
    max-width: 760px;
}

.lvo-subtitle {
    margin: 0;
    font-size: 1.04rem;
    opacity: 0.95;
    max-width: 760px;
    line-height: 1.7;
    color: white;
}

.lvo-hero-card {
    min-width: 250px;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.2);
    backdrop-filter: blur(12px);
    border-radius: 22px;
    padding: 18px 22px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.lvo-hero-card span,
.lvo-hero-card strong {
    display: block;
    color: white;
}

.lvo-hero-card span {
    font-size: 0.9rem;
    opacity: 0.92;
    margin-bottom: 7px;
}

.lvo-hero-card strong {
    font-size: 1.15rem;
}

.lvo-panel {
    background: white;
    border-radius: 26px;
    padding: 28px;
    margin-top: 28px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.07);
}

.lvo-intro-card {
    background: linear-gradient(135deg, #fdf2f8, #fff);
    border: 1px solid #fbcfe8;
    border-radius: 22px;
    padding: 24px;
    margin-bottom: 24px;
}

.lvo-intro-card h2 {
    margin: 0 0 12px;
    color: #111827;
}

.lvo-intro-card p,
.lvo-card p,
.split-content p,
.final-note p {
    color: #4b5563;
    line-height: 1.8;
}

.lvo-intro-card p {
    margin: 0 0 12px;
}

.lvo-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 32px;
}

.lvo-card {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.05);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.lvo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 38px rgba(0,0,0,0.08);
}

.lvo-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: #fce7f3;
    color: #be185d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    margin-bottom: 16px;
}

.lvo-card h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 1.2rem;
}

.lvo-card p,
.split-content p,
.final-note p {
    margin: 0;
}

.content-section,
.final-note {
    margin-top: 34px;
}

.section-heading {
    margin-bottom: 18px;
}

.section-heading h2 {
    margin: 0 0 6px;
    color: #111827;
    font-size: 1.85rem;
}

.section-heading p {
    margin: 0;
    color: #6b7280;
}

.compare-section {
    background: #fdf2f8;
    border: 1px solid #fbcfe8;
    border-radius: 24px;
    padding: 24px;
}

.compare-table-wrap {
    overflow-x: auto;
    border-radius: 20px;
    border: 1px solid #edf2f7;
    background: white;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px;
}

.compare-table th {
    background: linear-gradient(135deg, #be185d, #db2777);
    color: white;
    text-align: left;
    padding: 16px;
    font-size: 0.95rem;
}

.compare-table td {
    padding: 16px;
    border-bottom: 1px solid #edf2f7;
    color: #4b5563;
    line-height: 1.6;
}

.compare-table tr:last-child td {
    border-bottom: none;
}

.compare-table td:first-child {
    color: #111827;
    font-weight: 800;
}

.good {
    color: #047857;
    font-weight: 800;
}

.basic {
    color: #6b7280;
}

.split-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 24px;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #edf2f7;
    border-radius: 24px;
    padding: 24px;
}

.split-box.member {
    background: linear-gradient(135deg, #fff, #fdf2f8);
    border-color: #fbcfe8;
}

.split-content h3 {
    margin: 0 0 12px;
    color: #111827;
}

.split-content ul {
    margin: 16px 0 0;
    padding-left: 20px;
    color: #4b5563;
    line-height: 1.9;
}

.split-highlight {
    background: linear-gradient(135deg, #be185d, #db2777);
    color: white;
    border-radius: 22px;
    padding: 24px;
    box-shadow: 0 18px 40px rgba(190, 24, 93, 0.18);
}

.split-highlight span,
.split-highlight strong {
    display: block;
    color: white;
}

.split-highlight span {
    opacity: 0.9;
    margin-bottom: 8px;
}

.split-highlight strong {
    font-size: 1.25rem;
    line-height: 1.35;
}

.final-note {
    text-align: center;
    background: linear-gradient(135deg, #fdf2f8, #fff);
    border: 1px solid #fbcfe8;
    border-radius: 24px;
    padding: 28px;
}

.final-note h2 {
    margin-top: 0;
    color: #111827;
}

.final-strong {
    font-weight: 800;
    color: #be185d !important;
    font-size: 1.08rem;
    margin-top: 12px !important;
}

@media (max-width: 950px) {
    .lvo-grid,
    .split-box {
        grid-template-columns: 1fr;
    }

    .split-highlight {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .lvo-shell {
        padding: 0 14px;
        margin-top: 20px;
    }

    .lvo-hero {
        padding: 28px 22px;
        border-radius: 22px;
    }

    .lvo-hero h1 {
        font-size: 2rem;
    }

    .lvo-panel {
        padding: 20px;
        border-radius: 20px;
    }

    .lvo-hero-card {
        width: 100%;
    }

    .section-heading h2 {
        font-size: 1.55rem;
    }
}

@media (max-width: 480px) {
    .lvo-intro-card,
    .lvo-card,
    .compare-section,
    .split-box,
    .final-note {
        padding: 18px;
        border-radius: 18px;
    }

    .lvo-hero h1 {
        font-size: 1.8rem;
    }
}
