:root {
    --mp-primary: #1a4fa0;
    --mp-accent: #1a1a2e;
}

.mp-brand img,
.mp-brand .custom-logo {
    width: auto;
    max-width: 210px;
    max-height: 72px;
    object-fit: contain;
}

.mp-hero {
    background: linear-gradient(135deg, #f5f8fd 0%, #ffffff 58%, #edf3fb 100%);
}

.mp-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #dce5f1;
    border-radius: 24px;
    min-height: 360px;
}

.mp-hero-visual img {
    width: min(100%, 520px);
    height: auto;
    max-height: 360px;
    object-fit: contain;
}

@media (max-width: 780px) {
    .mp-hero-visual {
        min-height: 240px;
    }
}
