.lv2-opcent-split {
    min-height: calc(100vh - 5rem);
    padding: 2rem 0 3rem;
    background: #fff;
}

@media (min-width: 1024px) {
    .lv2-opcent-split {
        padding: 3rem 0 4rem;
    }
}

.lv2-opcent-split__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1.25rem;
}

@media (min-width: 1024px) {
    .lv2-opcent-split__grid {
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: 3rem;
        padding: 0 2rem;
    }
}

.lv2-opcent-split__copy {
    max-width: 38rem;
}

.lv2-opcent-split__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.lv2-opcent-split__subtitle {
    font-size: 1.0625rem;
    font-weight: 500;
    color: #334155;
    line-height: 1.65;
    margin-bottom: 1.25rem;
}

.lv2-opcent-split__prose {
    font-size: 1rem;
    line-height: 1.8;
    color: #475569;
}

.lv2-opcent-link {
    color: #910000;
    font-weight: 700;
}

.lv2-opcent-highlight {
    color: #640200;
    font-weight: 600;
}

.lv2-opcent-split__phone {
    color: #640200;
    font-weight: 600;
    text-decoration: none;
}

.lv2-opcent-split__phone:hover {
    color: #550100;
    text-decoration: underline;
}

.lv2-opcent-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 16rem;
    background: transparent;
}

@media (min-width: 1024px) {
    .lv2-opcent-visual {
        min-height: 28rem;
        justify-content: flex-end;
        padding-right: 0.5rem;
    }
}

.lv2-opcent-gravity-wrap {
    width: min(100%, 28rem);
    aspect-ratio: 1;
    background: transparent;
}

.lv2-opcent-gravity-wrap canvas {
    display: block;
    width: 100%;
    height: auto;
    background: transparent;
}
