.mvg-card {
    border-radius: 16px;
    padding: 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
}
.mvg-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 48px rgba(0,0,0,.12);
}
.mvg-card-mission  { background: linear-gradient(135deg, #6658dd 0%, #4a3fc5 100%); color: #fff; }
.mvg-card-vision   { background: linear-gradient(135deg, #1abc9c 0%, #0f9d7e 100%); color: #fff; }
.mvg-card-goal     { background: linear-gradient(135deg, #f7b731 0%, #e6a010 100%); color: #fff; }
.mvg-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(255,255,255,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    margin-bottom: 24px;
}
.mvg-card-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-weight: 700;
    opacity: .75;
    margin-bottom: 8px;
}
.mvg-card-title {
    font-size: 26px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
}
.mvg-card-text {
    font-size: 15px;
    color: rgba(255,255,255,.9);
    line-height: 1.75;
    margin: 0;
}
.mvg-card-text p,
.mvg-card-text ul,
.mvg-card-text ol,
.mvg-card-text li,
.mvg-card-text strong,
.mvg-card-text a {
    color: rgba(255,255,255,.9);
}
.mvg-card-text p { margin-bottom: 0.75em; }
.mvg-card-text p:last-child { margin-bottom: 0; }
.mvg-card-text ul,
.mvg-card-text ol { padding-left: 1.4em; margin-bottom: 0.75em; }
.mvg-card-text a { text-decoration: underline; }
.mvg-deco {
    position: absolute;
    right: -30px;
    bottom: -30px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(255,255,255,.08);
}
.mvg-deco2 {
    position: absolute;
    right: 30px;
    bottom: 40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
}
.timeline-item { display: flex; gap: 24px; margin-bottom: 40px; }
.timeline-dot {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #6658dd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 4px;
}
