@charset "UTF-8";

/* ══════════════════════════════════════════════════════════════
   Company Why LIVE — Hybrid (v7 design): v2 Timeline (top) + v5 Stats Summary (bottom)
   Scoped to #body-company-why-live
   Top (intro / timeline / quote) = v2 Timeline layout
   Bottom (summary) = v5 Zigzag-Overlap stats-row summary card
   Brand palette:  Green #00853e  Gold #fbbb10  Dark #282e3e
   ══════════════════════════════════════════════════════════════ */

#body-company-why-live {
    background: linear-gradient(180deg, #f7f9f8 0%, #eef2ef 100%);
    padding: 60px 0 60px;
}

/* ── Intro (from v2) ───────────────────────────────────────── */
#body-company-why-live .opt7-intro {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
    padding: 0 24px;
}
#body-company-why-live .opt7-intro .kicker {
    display: inline-block;
    padding: 5px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: #00853e;
    color: #fff;
    margin-bottom: 14px;
}
#body-company-why-live .opt7-intro h2 {
    font-size: 30px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 8px;
}
#body-company-why-live .opt7-intro hr {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #00853e, #fbbb10);
    border: none;
    margin: 0 auto 16px;
    border-radius: 2px;
}
#body-company-why-live .opt7-intro p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
}

/* ── Timeline (from v2) ────────────────────────────────────── */
#body-company-why-live .opt7-timeline {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}
#body-company-why-live .opt7-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: linear-gradient(180deg, #00853e, #fbbb10, #00853e);
    transform: translateX(-50%);
    border-radius: 3px;
}

#body-company-why-live .opt7-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
    position: relative;
}
#body-company-why-live .opt7-item:nth-child(even) { flex-direction: row-reverse; }

#body-company-why-live .opt7-item-img {
    flex: 0 0 43%;
    height: 260px;
    border-radius: 14px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    overflow: hidden;
    position: relative;
}
#body-company-why-live .opt7-item-img::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 14px;
    border: 2px solid rgba(0,133,62,0.15);
}

#body-company-why-live .opt7-item-content {
    flex: 0 0 43%;
    padding: 0 24px;
}

#body-company-why-live .opt7-item-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #00853e, #006b32);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    box-shadow: 0 4px 14px rgba(0,133,62,0.3);
    border: 4px solid #f7f9f8;
}

#body-company-why-live .opt7-item-content h3 {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 6px;
}
#body-company-why-live .opt7-item-content h3 span { color: #00853e; }
#body-company-why-live .opt7-item-content hr {
    width: 40px;
    height: 3px;
    background: #fbbb10;
    border: none;
    margin: 0 0 14px;
    border-radius: 2px;
}
#body-company-why-live .opt7-item-content p {
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}

/* ── Quote (from v2) ───────────────────────────────────────── */
#body-company-why-live .opt7-quote {
    max-width: 900px;
    margin: 20px auto 40px;
    padding: 36px 40px;
    text-align: center;
    background: #fff;
    border-radius: 14px;
    border-left: 5px solid #00853e;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}
#body-company-why-live .opt7-quote blockquote {
    font-size: 17px;
    font-style: italic;
    color: #333;
    line-height: 1.6;
    border: none;
    margin: 0;
    padding: 0;
}
#body-company-why-live .opt7-quote .quote-author {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #00853e;
}

/* ── Summary section (from v5) ─────────────────────────────── */
#body-company-why-live .opt7-summary {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 24px;
}

/* .opt7-summary itself is the white card wrapper */
#body-company-why-live .opt7-summary {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

#body-company-why-live .opt7-summary-text {
    padding: 40px 40px 28px;
    text-align: center;
}
#body-company-why-live .opt7-summary-text h3 {
    font-size: 24px;
    font-weight: 700;
    color: #282e3e;
    margin: 0 0 10px;
    line-height: 1.3;
}
#body-company-why-live .opt7-summary-text hr {
    width: 50px;
    height: 3px;
    border: none;
    background: linear-gradient(90deg, #00853e, #fbbb10);
    margin: 0 auto 18px;
    border-radius: 2px;
}
#body-company-why-live .opt7-summary-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin: 0;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}
#body-company-why-live .opt7-summary-text .highlight {
    color: #00853e;
    font-weight: 600;
}

/* Stats row */
#body-company-why-live .opt7-summary-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 32px 32px;
    gap: 0;
}
#body-company-why-live .opt7-summary-stats .stat-item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px 16px;
    position: relative;
}
#body-company-why-live .opt7-summary-stats .stat-item + .stat-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: rgba(40, 46, 62, 0.1);
}
#body-company-why-live .opt7-summary-stats .stat-item i {
    font-size: 22px;
    color: #00853e;
    margin-bottom: 8px;
}
#body-company-why-live .opt7-summary-stats .stat-item span {
    font-size: 13px;
    font-weight: 600;
    color: #282e3e;
    line-height: 1.4;
}

/* ── Responsive (768px) ────────────────────────────────────── */
@media (max-width: 768px) {
    /* Timeline (from v2) */
    #body-company-why-live .opt7-timeline::before { left: 24px; }
    #body-company-why-live .opt7-item,
    #body-company-why-live .opt7-item:nth-child(even) { flex-direction: column; }
    #body-company-why-live .opt7-item-img { flex: 0 0 auto; height: 200px; width: 100%; }
    #body-company-why-live .opt7-item-content { padding: 20px 0 0 0; }
    #body-company-why-live .opt7-item-number { left: 24px; top: -25px; transform: none; }

    /* Summary (from v5) */
    #body-company-why-live .opt7-summary { padding: 0 16px; }
    #body-company-why-live .opt7-summary-text { padding: 28px 24px 20px; }
    #body-company-why-live .opt7-summary-text h3 { font-size: 20px; }

    /* Stats: 2-column grid on mobile */
    #body-company-why-live .opt7-summary-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        padding: 16px 20px 28px;
    }
    #body-company-why-live .opt7-summary-stats .stat-item { padding: 10px 8px; }
    #body-company-why-live .opt7-summary-stats .stat-item + .stat-item::before { display: none; }
}
