/*
 * Optivo ("What is Optivo?") page — page-specific styles.
 * Extracted from DesignV2 pages/optivo.html inline <style> block.
 */

.optivo-brand { text-align: center; margin-bottom: 22px; display: flex; flex-direction: column; align-items: center; gap: 6px; }
.optivo-lockup { display: inline-flex; align-items: center; gap: 12px; }
.optivo-icon { display: block; height: 44px; width: auto; }
.optivo-divider { width: 1px; height: 28px; background: rgba(255,255,255,0.5); }
.optivo-wordmark {
    font-family: 'Poppins', 'Roboto', sans-serif;
    font-size: 1.5rem; font-weight: 700;
    color: #fff; letter-spacing: 0.04em;
}
.optivo-tagline { font-size: 0.7rem; color: rgba(255,255,255,0.85); margin: 0; letter-spacing: 0.04em; text-transform: uppercase; }
.optivo-tagline strong { font-weight: 700; color: #fff; }

.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 8px 0 8px 38px; font-size: 0.95rem; line-height: 1.55; color: #292929; }
.check-list li:before {
    content: "";
    position: absolute; left: 0; top: 12px;
    width: 22px; height: 22px; border-radius: 50%;
    background: #8dbb44 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/13px no-repeat;
}
.check-list-simple li { padding: 6px 0 6px 28px; font-size: 0.92rem; }
.check-list-simple li:before {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238dbb44' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/16px no-repeat;
    width: 16px; height: 16px; border-radius: 0; top: 10px;
}

.plain-list { list-style: disc; padding: 0 0 0 22px; margin: 0; }
.plain-list li { font-size: 0.95rem; line-height: 1.55; color: #292929; margin-bottom: 6px; }
.plain-list li::marker { color: #111213; }

.how-it-works-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 22px; }
.how-step { display: flex; gap: 20px; align-items: flex-start; }
.how-num {
    font-family: 'Poppins', 'Roboto', sans-serif;
    font-size: 1.85rem; font-weight: 700; color: #8dbb44;
    line-height: 1.3; min-width: 28px; flex-shrink: 0;
    text-align: left;
}
.how-body { padding-top: 4px; }
.how-body p { margin: 0; color: #fff; font-size: 1rem; line-height: 1.55; }

.hiw-image { position: relative; display: block; }
.split-image .hiw-image img.hiw-photo {
    width: 100% !important; height: auto !important; min-height: 0 !important;
    display: block; border-radius: 20px; object-fit: cover;
}
.hiw-image .hiw-badge {
    position: absolute; left: 20px; bottom: 20px; z-index: 2;
    background: #fff; border-radius: 10px;
    padding: 8px 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
    max-width: 45%;
}
.split-image .hiw-badge img {
    display: block !important;
    height: 28px !important; width: auto !important;
    min-height: 0 !important; max-height: 28px !important;
    border-radius: 0 !important; box-shadow: none !important; background: transparent !important;
    object-fit: contain !important;
}

.learn-card {
    background: var(--light-bg) !important;
    box-shadow: none !important;
    padding: 28px 24px !important;
}
.learn-card-icon {
    background: transparent !important;
    width: auto !important; height: auto !important;
    border-radius: 0 !important;
    margin-bottom: 10px;
    display: flex; justify-content: center; align-items: center;
}
.learn-card-icon img {
    display: block;
    width: 48px !important; height: 48px !important;
    min-height: 0 !important; max-height: 48px !important;
    background: transparent !important; box-shadow: none !important;
    border-radius: 0 !important; object-fit: contain !important;
}
.learn-card p { font-size: 1rem; font-weight: 700; color: #111213; line-height: 1.3; }
