/* ============================================================
   Info Points — 1280_info_points
   Prefix: .ow-about-why-
   ============================================================ */

.ow-about-why-section {
    padding: 88px 0;
    border-bottom: 1px solid #e5e7eb;
}
.ow-about-why-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(20px, 5vw, 48px);
}

/* ── Intro row ────────────────────────────────────────────── */

.ow-about-why-intro {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 48px;
}
.ow-about-why-eyebrow {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 0;
}
.ow-about-why-eyebrow::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #E8193C;
    flex-shrink: 0;
}
.ow-about-why-title {
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.07;
    color: #111827;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    margin: 0;
}
.ow-about-why-title em {
    font-style: normal;
    color: #E8193C;
}
.ow-about-why-intro-note {
    font-size: .9rem;
    color: #6b7280;
    line-height: 1.7;
    max-width: 320px;
    text-align: right;
    flex-shrink: 0;
    margin: 0;
}

/* ── Two-column grid ──────────────────────────────────────── */

.ow-about-why-compact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 48px;
}

/* ── List ─────────────────────────────────────────────────── */

.ow-about-why-compact-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid #e5e7eb;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ow-about-why-compact-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 14px 0;
    border-bottom: 1px solid #e5e7eb;
    font-size: .84rem;
    color: #6b7280;
    line-height: 1.58;
}
.ow-about-why-compact-list li strong {
    color: #111827;
    font-weight: 700;
}
.ow-about-wc-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #E8193C;
    flex-shrink: 0;
    margin-top: 5px;
}

/* ── Responsive ───────────────────────────────────────────── */

@media (max-width: 880px) {
    .ow-about-why-intro {
        flex-direction: column;
        gap: 12px;
    }
    .ow-about-why-intro-note {
        text-align: left;
    }
    .ow-about-why-compact-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
