.novus-marketing-hero {
    min-height: calc(100vh - 64px);
    padding: 6rem 5% 4rem;
    background: linear-gradient(145deg, #0b1220 0%, #0f2847 42%, #0a7a79 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.novus-marketing-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 20% 20%, rgba(14, 165, 164, 0.35), transparent 50%),
        radial-gradient(ellipse 60% 40% at 85% 75%, rgba(59, 130, 246, 0.2), transparent 45%);
    pointer-events: none;
}

.novus-marketing-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
}

.novus-marketing-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.novus-marketing-headline {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.novus-marketing-lead {
    font-size: 1.125rem;
    opacity: 0.92;
    margin-bottom: 1rem;
    max-width: 56ch;
}

.novus-marketing-mission {
    font-size: 1rem;
    opacity: 0.78;
    margin-bottom: 2rem;
    max-width: 62ch;
    line-height: 1.6;
}

.novus-marketing-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.novus-marketing-cta,
.novus-marketing-cta-secondary {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

.novus-marketing-cta {
    background: #0ea5a4;
    color: #fff;
}

.novus-marketing-cta:hover {
    background: #0c8a89;
    color: #fff;
}

.novus-marketing-cta-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.novus-marketing-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.marketing-page-content {
    padding: 5rem 0 3rem;
    min-height: calc(100vh - 64px);
    width: 100%;
}

.marketing-page-body {
    width: 100%;
    max-width: none;
    margin: 0;
    line-height: 1.7;
}

.marketing-page-body img {
    max-width: 100%;
    height: auto;
}

.marketing-page-body h1,
.marketing-page-body h2,
.marketing-page-body h3 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}
