.umo-56b7f874-wrapper {
    font-family: var(--e-global-typography-text-font-family, sans-serif);
    color: #333;
    background: #f9f9fa;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.umo-56b7f874-hero {
    position: relative;
    padding: 60px 40px;
    color: #fff;
    min-height: 300px;
    display: flex;
    align-items: flex-end;
}

.umo-56b7f874-hero-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-size: cover;
    background-position: center;
    background-color: #2a2a2a;
    z-index: 1;
}

.umo-56b7f874-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.3));
}

.umo-56b7f874-bg-placeholder {
    background-color: #1a365d; /* Placeholder color when no image */
}

.umo-56b7f874-hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}

.umo-56b7f874-country {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.umo-56b7f874-title {
    font-size: 36px;
    margin: 0 0 5px 0;
    color: #fff; /* Replaced with control later */
    line-height: 1.2;
}

.umo-56b7f874-univ {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 20px 0;
    color: #f1f1f1; /* Replaced with control later */
    opacity: 0.9;
}

.umo-56b7f874-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
}

.umo-56b7f874-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.umo-56b7f874-tag svg, .umo-56b7f874-tag i {
    width: 16px;
    fill: currentColor;
}

.umo-56b7f874-body {
    padding: 40px;
}

.umo-56b7f874-snapshots {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
    margin-top: -60px; /* pull up */
    position: relative;
    z-index: 3;
}

.umo-56b7f874-snap-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.umo-56b7f874-snap-icon {
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f4f8;
    border-radius: 8px;
}

.umo-56b7f874-snap-icon svg { width: 20px; fill: currentColor; }

.umo-56b7f874-snap-text h4 {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.umo-56b7f874-snap-text p {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    color: #111;
}

.umo-56b7f874-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.umo-56b7f874-section {
    margin-bottom: 40px;
}

.umo-56b7f874-section h2 {
    font-size: 24px;
    margin: 0 0 20px 0;
    color: #111;
    border-bottom: 2px solid #eaeaea;
    padding-bottom: 10px;
}

.umo-56b7f874-wysiwyg p { line-height: 1.6; margin-bottom: 15px; }

.umo-56b7f874-why-grid, .umo-56b7f874-funding-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.umo-56b7f874-why-card, .umo-56b7f874-funding-card {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}

.umo-56b7f874-why-card svg, .umo-56b7f874-funding-card svg { width: 24px; fill: currentColor; margin-bottom: 15px; display: block; }
.umo-56b7f874-why-card h4, .umo-56b7f874-funding-card h4 { margin: 0 0 10px 0; font-size: 18px; }
.umo-56b7f874-why-card p, .umo-56b7f874-funding-card p { margin: 0; font-size: 14px; color: #555; }

.umo-56b7f874-side-col {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.umo-56b7f874-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.umo-56b7f874-box h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.umo-56b7f874-checklist {
    list-style: none;
    padding: 0; margin: 0;
}

.umo-56b7f874-checklist li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.4;
}

.umo-56b7f874-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.umo-56b7f874-btn {
    display: inline-block;
    text-align: center;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.umo-56b7f874-btn-primary { background: #1a365d; color: #fff; }
.umo-56b7f874-btn-primary:hover { background: #112240; color: #fff; }

.umo-56b7f874-btn-secondary { background: #f0f4f8; color: #1a365d; }
.umo-56b7f874-btn-secondary:hover { background: #e2e8f0; }

.umo-56b7f874-btn-outline { border: 2px solid #1a365d; color: #1a365d; }
.umo-56b7f874-btn-outline:hover { background: #1a365d; color: #fff; }

@media (max-width: 768px) {
    .umo-56b7f874-grid { grid-template-columns: 1fr; }
    .umo-56b7f874-hero { padding: 40px 20px; }
    .umo-56b7f874-snapshots { margin-top: 0; }
    .umo-56b7f874-why-grid, .umo-56b7f874-funding-grid { grid-template-columns: 1fr; }
}
