:root {
    --live-bg: #06101c;
    --live-surface: #0d1b2d;
    --live-surface-2: #12243b;
    --live-text: #f6f8fb;
    --live-muted: #aab8ca;
    --live-line: rgba(255, 255, 255, 0.14);
    --live-cyan: #32d6ff;
    --live-pink: #ff4f9a;
    --live-green: #2af6a1;
    --live-violet: #7c4dff;
    --live-yellow: #ffd166;
}

.o_7live_page {
    background: var(--live-bg);
}

.o_7live {
    min-height: 100vh;
    background:
        radial-gradient(circle at 15% 5%, rgba(50, 214, 255, 0.24), transparent 30rem),
        radial-gradient(circle at 88% 18%, rgba(255, 79, 154, 0.18), transparent 28rem),
        linear-gradient(180deg, #08172a 0%, #06101c 46%, #08111d 100%);
    color: var(--live-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow: hidden;
}

.o_7live * {
    box-sizing: border-box;
}

.o_7live a {
    color: inherit;
    text-decoration: none;
}

.o_7live_hero,
.o_7live_section,
.o_7live_footer {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.o_7live_hero {
    min-height: 96vh;
    padding: 22px 0 72px;
}

.o_7live_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 14px 0;
}

.o_7live_brand,
.o_7live_footer > div {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 900;
    font-size: 1.15rem;
}

.o_7live_brand img,
.o_7live_footer img {
    width: 38px;
    height: 38px;
    border-radius: 10px;
}

.o_7live_nav_links {
    display: flex;
    align-items: center;
    gap: 24px;
    color: var(--live-muted);
    font-size: 0.95rem;
}

.o_7live_nav_links a:hover {
    color: var(--live-text);
}

.o_7live_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    border-radius: 8px;
    padding: 0 20px;
    border: 1px solid var(--live-line);
    font-weight: 800;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.o_7live_btn:hover {
    transform: translateY(-2px);
}

.o_7live_btn_primary {
    border: 0;
    color: #03111f;
    background: linear-gradient(90deg, var(--live-cyan), var(--live-green));
    box-shadow: 0 18px 42px rgba(42, 246, 161, 0.24);
}

.o_7live_btn_light {
    background: rgba(255, 255, 255, 0.08);
    color: var(--live-text);
}

.o_7live_hero_grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
    gap: 56px;
    align-items: center;
    padding-top: 82px;
}

.o_7live_badge,
.o_7live_eyebrow,
.o_7live_section_head > span {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border: 1px solid rgba(50, 214, 255, 0.28);
    border-radius: 999px;
    background: rgba(50, 214, 255, 0.1);
    color: #bff3ff;
    font-weight: 800;
    font-size: 0.84rem;
}

.o_7live_hero h1,
.o_7live_section h2 {
    margin: 18px 0 0;
    line-height: 1.02;
    letter-spacing: 0;
}

.o_7live_hero h1 {
    max-width: 760px;
    font-size: clamp(3rem, 6.2vw, 6.7rem);
}

.o_7live_hero p,
.o_7live_section_head p,
.o_7live_split p,
.o_7live_conversion p,
.o_7live_footer p {
    color: var(--live-muted);
    line-height: 1.7;
}

.o_7live_hero p {
    max-width: 650px;
    margin: 22px 0 0;
    font-size: 1.16rem;
}

.o_7live_offer {
    display: grid;
    gap: 4px;
    max-width: 560px;
    margin: 24px 0 0;
    padding: 16px 18px;
    border: 1px solid rgba(255, 209, 102, 0.34);
    border-radius: 8px;
    background: rgba(255, 209, 102, 0.1);
}

.o_7live_offer strong {
    color: var(--live-yellow);
}

.o_7live_offer span {
    color: #f8e7bd;
}

.o_7live_cta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.o_7live_stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    max-width: 620px;
    margin-top: 34px;
}

.o_7live_stats div,
.o_7live_card,
.o_7live_benefit_grid article,
.o_7live_flow_panel,
.o_7live_form,
.o_7live_problem_grid div {
    border: 1px solid var(--live-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.o_7live_stats div {
    padding: 16px;
}

.o_7live_stats strong {
    display: block;
    color: var(--live-green);
    font-size: 2rem;
}

.o_7live_stats span {
    color: var(--live-muted);
    font-size: 0.9rem;
}

.o_7live_studio {
    position: relative;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(18, 36, 59, 0.94), rgba(8, 18, 32, 0.94));
    box-shadow: 0 34px 120px rgba(0, 0, 0, 0.48);
}

.o_7live_studio::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(50, 214, 255, 0.72), rgba(255, 79, 154, 0.5), rgba(42, 246, 161, 0.52));
}

.o_7live_studio_top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    color: var(--live-muted);
}

.o_7live_studio_top strong {
    margin-left: auto;
    color: #06101c;
    background: var(--live-green);
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 0.72rem;
}

.o_7live_live_dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--live-pink);
    box-shadow: 0 0 0 7px rgba(255, 79, 154, 0.14);
}

.o_7live_video_preview {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(50, 214, 255, 0.18), transparent 40%),
        radial-gradient(circle at 70% 20%, rgba(255, 79, 154, 0.26), transparent 26rem),
        #111f34;
}

.o_7live_play_image {
    width: min(100%, 420px);
    max-height: 220px;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
    display: block;
    box-shadow: 0 18px 40px rgba(3, 10, 20, 0.28);
}

.o_7live_video_caption strong,
.o_7live_video_caption span {
    display: block;
}

.o_7live_video_caption strong {
    font-size: 1.7rem;
}

.o_7live_video_caption span {
    color: var(--live-muted);
}

.o_7live_channel_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 12px;
}

.o_7live_channel_grid div {
    display: grid;
    gap: 4px;
    padding: 13px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.o_7live_channel_grid span {
    color: var(--live-green);
    font-size: 0.84rem;
}

.o_7live_section {
    padding: 84px 0;
}

.o_7live_trust {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px;
    border-top: 1px solid var(--live-line);
    border-bottom: 1px solid var(--live-line);
    color: var(--live-muted);
}

.o_7live_trust div {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: var(--live-text);
}

.o_7live_section_head {
    max-width: 760px;
    margin-bottom: 34px;
}

.o_7live_section h2 {
    font-size: clamp(2.2rem, 4vw, 4.3rem);
}

.o_7live_cards,
.o_7live_benefit_grid,
.o_7live_problem_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.o_7live_card,
.o_7live_benefit_grid article {
    min-height: 230px;
    padding: 24px;
}

.o_7live_card span {
    color: var(--live-cyan);
    font-weight: 900;
}

.o_7live_card h3,
.o_7live_benefit_grid h3 {
    margin: 26px 0 12px;
    font-size: 1.25rem;
}

.o_7live_card p,
.o_7live_benefit_grid p {
    color: var(--live-muted);
    line-height: 1.6;
    margin: 0;
}

.o_7live_dark {
    width: 100%;
    max-width: none;
    padding: 96px max(16px, calc((100vw - 1180px) / 2));
    background: linear-gradient(135deg, rgba(18, 36, 59, 0.88), rgba(7, 17, 31, 0.96));
}

.o_7live_split,
.o_7live_conversion {
    display: grid;
    grid-template-columns: 0.95fr 1fr;
    gap: 36px;
    align-items: center;
}

.o_7live_chip_row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.o_7live_chip_row span {
    padding: 10px 13px;
    border: 1px solid var(--live-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
}

.o_7live_flow_panel {
    display: grid;
    gap: 12px;
    padding: 22px;
}

.o_7live_flow_panel div {
    min-height: 68px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    border-radius: 8px;
    color: #06101c;
    font-weight: 900;
    background: linear-gradient(90deg, var(--live-cyan), var(--live-green));
}

.o_7live_flow_panel div:nth-child(even) {
    color: var(--live-text);
    background: linear-gradient(90deg, var(--live-violet), var(--live-pink));
}

.o_7live_problem {
    text-align: center;
}

.o_7live_problem .o_7live_section_head {
    margin-left: auto;
    margin-right: auto;
}

.o_7live_problem_grid {
    grid-template-columns: repeat(3, 1fr);
}

.o_7live_problem_grid div {
    padding: 24px;
    font-weight: 850;
}

.o_7live_conversion {
    margin-bottom: 64px;
    padding: 42px;
    border: 1px solid rgba(42, 246, 161, 0.24);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(42, 246, 161, 0.13), rgba(50, 214, 255, 0.08)),
        rgba(255, 255, 255, 0.05);
}

.o_7live_form {
    display: grid;
    gap: 16px;
    padding: 24px;
}

.o_7live_form label {
    display: grid;
    gap: 8px;
    color: var(--live-text);
    font-weight: 800;
}

.o_7live_form input {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--live-line);
    border-radius: 8px;
    padding: 0 14px;
    color: var(--live-text);
    background: rgba(0, 0, 0, 0.18);
}

.o_7live_form small {
    color: var(--live-muted);
}

.o_7live_checkout_box {
    display: grid;
    gap: 12px;
    padding: 24px;
    border: 1px solid var(--live-line);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.07);
}

.o_7live_checkout_box strong {
    font-size: 1.5rem;
}

.o_7live_checkout_box span {
    color: var(--live-muted);
}

.o_7live_checkout_box .o_7live_btn {
    margin-top: 8px;
}

.o_7live_plans_hero {
    min-height: 100vh;
}

.o_7live_plans_head {
    max-width: 820px;
    padding: 74px 0 34px;
}

.o_7live_plans_head h1 {
    margin: 18px 0 0;
    line-height: 1.02;
    font-size: clamp(2.7rem, 5.5vw, 5.9rem);
}

.o_7live_plans_head p {
    max-width: 690px;
    color: var(--live-muted);
    font-size: 1.12rem;
    line-height: 1.7;
}

.o_7live_plan_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    align-items: stretch;
}

.o_7live_plan_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 620px;
    padding: 28px;
    border: 1px solid var(--live-line);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
}

.o_7live_plan_card.o_featured {
    border-color: rgba(42, 246, 161, 0.58);
    background:
        linear-gradient(180deg, rgba(42, 246, 161, 0.12), rgba(255, 255, 255, 0.05)),
        rgba(255, 255, 255, 0.04);
}

.o_7live_plan_tag {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 7px 11px;
    border-radius: 999px;
    color: #06101c;
    background: var(--live-green);
    font-size: 0.76rem;
    font-weight: 900;
}

.o_7live_plan_title h2 {
    max-width: 76%;
    margin: 0;
    font-size: 2rem;
    line-height: 1.05;
}

.o_7live_plan_title p {
    min-height: 112px;
    margin: 16px 0 0;
    color: var(--live-muted);
    line-height: 1.62;
}

.o_7live_plan_price {
    margin-top: 28px;
    padding: 22px 0;
    border-top: 1px solid var(--live-line);
    border-bottom: 1px solid var(--live-line);
}

.o_7live_plan_price span,
.o_7live_plan_price small {
    display: block;
    color: var(--live-muted);
}

.o_7live_plan_price strong {
    display: block;
    margin: 7px 0;
    color: var(--live-text);
    font-size: 2.7rem;
    line-height: 1;
}

.o_7live_plan_features {
    display: grid;
    gap: 12px;
    margin: 24px 0 28px;
    padding: 0;
    list-style: none;
}

.o_7live_plan_features li {
    position: relative;
    padding-left: 24px;
    color: #d8e3ef;
    line-height: 1.45;
}

.o_7live_plan_features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.42em;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--live-green);
}

.o_7live_plan_card form {
    margin-top: auto;
}

.o_7live_plan_card button {
    width: 100%;
}

.o_7live_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 34px 0 46px;
    border-top: 1px solid var(--live-line);
    color: var(--live-muted);
}

.o_7live_footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

@media (max-width: 980px) {
    .o_7live_nav {
        align-items: flex-start;
    }

    .o_7live_nav_links {
        display: none;
    }

    .o_7live_hero_grid,
    .o_7live_split,
    .o_7live_conversion {
        grid-template-columns: 1fr;
    }

    .o_7live_hero_grid {
        padding-top: 48px;
    }

    .o_7live_cards,
    .o_7live_benefit_grid,
    .o_7live_plan_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .o_7live_trust,
    .o_7live_footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 620px) {
    .o_7live_hero,
    .o_7live_section,
    .o_7live_footer {
        width: min(100% - 24px, 1180px);
    }

    .o_7live_nav > .o_7live_btn {
        display: none;
    }

    .o_7live_hero {
        min-height: auto;
        padding-bottom: 42px;
    }

    .o_7live_hero h1 {
        font-size: 3rem;
    }

    .o_7live_stats,
    .o_7live_cards,
    .o_7live_benefit_grid,
    .o_7live_problem_grid,
    .o_7live_channel_grid,
    .o_7live_plan_grid {
        grid-template-columns: 1fr;
    }

    .o_7live_plan_card {
        min-height: auto;
    }

    .o_7live_video_preview {
        min-height: 280px;
    }

    .o_7live_dark {
        padding-left: 12px;
        padding-right: 12px;
    }

    .o_7live_conversion {
        padding: 24px;
    }
}
