.mm-home-hero {
    padding: 0 0 28px;
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.14), transparent 32%),
        radial-gradient(circle at bottom right, rgba(59, 130, 246, 0.08), transparent 24%),
        linear-gradient(180deg, rgba(240, 246, 255, 0.96), rgba(245, 248, 252, 0.88));
}

.mm-home-hero-shell {
    position: relative;
    overflow: visible;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.mm-home-hero-copy {
    max-width: 1320px;
    margin: 0 auto;
    padding: 92px 32px 76px;
    text-align: center;
}

.mm-home-eyebrow {
    margin: 0 0 14px;
    color: #2563eb;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.mm-home-hero-title {
    margin: 0;
    font-size: clamp(3.2rem, 6.2vw, 5.8rem);
    font-weight: 900;
    line-height: 0.94;
    letter-spacing: -0.05em;
    max-width: none;
    color: #0f172a;
}

.mm-home-hero-title-line {
    display: block;
    white-space: nowrap;
}

.mm-home-hero-title-accent {
    color: #3f73e7;
    font-weight: 900;
}

.mm-home-hero-subtitle {
    max-width: 760px;
    margin: 24px auto 0;
    color: #334155;
    font-size: 1.18rem;
    line-height: 1.6;
}

.mm-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-top: 30px;
}

.mm-home-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mm-home-btn:hover,
.mm-home-btn:focus {
    transform: translateY(-1px);
}

.mm-home-btn-primary {
    color: #fff;
    background: #0f172a;
    border-color: #0f172a;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.16);
}

.mm-home-btn-primary:hover,
.mm-home-btn-primary:focus {
    color: #fff;
    background: #1e293b;
}

.mm-home-btn-secondary {
    color: #0f172a;
    background: rgba(255, 255, 255, 0.85);
}

.mm-home-btn-secondary:hover,
.mm-home-btn-secondary:focus {
    color: #0f172a;
    border-color: #94a3b8;
    background: #fff;
}

@media (max-width: 767px) {
    .mm-home-hero-copy {
        padding: 56px 24px 48px;
    }

    .mm-home-hero-title {
        font-size: clamp(2.5rem, 12vw, 3.8rem);
        line-height: 0.98;
    }

    .mm-home-hero-title-line {
        white-space: normal;
    }

    .mm-home-hero-actions {
        flex-direction: column;
    }

    .mm-home-btn {
        width: 100%;
    }
}
