/* ==========================================================================
   MoldPulse Homepage — Premium Visual Layer
   Scoped to body.mp-home. Copy, routes, forms, and behavior unchanged.
   ========================================================================== */

body.mp-home {
    --mp-display: 'Manrope', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --mp-body-font: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    --mp-ink: #061827;
    --mp-ink-soft: #0f2d42;
    --mp-surface: #f8fbfc;
    --mp-surface-2: #eef5f8;
    --mp-line: rgba(8, 32, 50, 0.08);
    --mp-teal: #00b3a4;
    --mp-teal-bright: #18d4c8;
    --mp-teal-glow: rgba(0, 179, 164, 0.35);
    --mp-navy: #061827;
    --mp-navy-mid: #0c2a40;
    --mp-text: #334155;
    --mp-text-muted: #64748b;
    --mp-radius-lg: 20px;
    --mp-radius-md: 14px;
    --mp-radius-sm: 10px;
    --mp-shadow-soft: 0 4px 24px rgba(6, 24, 39, 0.06);
    --mp-shadow-card: 0 12px 40px rgba(6, 24, 39, 0.08);
    --mp-shadow-elevated: 0 24px 64px rgba(6, 24, 39, 0.12);
    --mp-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --mp-section-y: clamp(5.5rem, 10vw, 8.5rem);
    --mp-container: min(1200px, calc(100% - 48px));
    scroll-behavior: smooth;
    background: #fbfdfe;
}

/* Unified section rhythm & alignment */
body.mp-home .container,
body.mp-home .contact-wrapper,
body.mp-home .compliance-section .container-fluid {
    width: var(--mp-container) !important;
    max-width: 1200px !important;
    margin-inline: auto !important;
    padding-inline: 0 !important;
}

body.mp-home .compliance-section .container-fluid {
    max-width: 1200px !important;
    padding-inline: 0 !important;
}

body.mp-home .launch-head,
body.mp-home .compliance-head,
body.mp-home .features-header-tabbed,
body.mp-home .home-pathways-head {
    text-align: center !important;
    margin-inline: auto !important;
    max-width: 780px !important;
}

body.mp-home .launch-head p,
body.mp-home .features-header-tabbed p,
body.mp-home .home-pathways-head p {
    margin-inline: auto !important;
}

body.mp-home .launch-badge,
body.mp-home .features-badge-tab,
body.mp-home .home-pathways-badge,
body.mp-home .hero-badge {
    letter-spacing: 0.06em !important;
}

@media (prefers-reduced-motion: reduce) {
    body.mp-home,
    body.mp-home * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* -------------------------------------------------------------------------- */
/* Navigation — frosted glass, refined scroll state                            */
/* -------------------------------------------------------------------------- */

body.mp-home nav[aria-label="Main navigation"] {
    background: rgba(255, 255, 255, 0.72) !important;
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border-bottom: 1px solid rgba(6, 24, 39, 0.06) !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset !important;
    transition: background 0.35s var(--mp-ease), box-shadow 0.35s var(--mp-ease);
}

body.mp-home nav[aria-label="Main navigation"].is-scrolled,
body.mp-home nav[aria-label="Main navigation"][style*="0.95"] {
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 8px 32px rgba(6, 24, 39, 0.08) !important;
}

body.mp-home nav[aria-label="Main navigation"] .nav-links > li > a {
    position: relative;
    font-family: var(--mp-body-font);
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
}

body.mp-home nav[aria-label="Main navigation"] .nav-links > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--mp-teal), var(--mp-teal-bright));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.28s var(--mp-ease);
}

body.mp-home nav[aria-label="Main navigation"] .nav-links > li > a:hover::after,
body.mp-home nav[aria-label="Main navigation"] .nav-links > li:focus-within > a::after {
    transform: scaleX(1);
}

body.mp-home nav[aria-label="Main navigation"] .nav-cta {
    border-radius: 999px !important;
    padding: 0.72rem 1.25rem !important;
    font-size: 0.88rem !important;
    letter-spacing: -0.01em !important;
    transition: transform 0.25s var(--mp-ease), box-shadow 0.25s var(--mp-ease) !important;
}

body.mp-home nav[aria-label="Main navigation"] .nav-cta:hover {
    box-shadow: 0 14px 32px var(--mp-teal-glow) !important;
}

body.mp-home nav[aria-label="Main navigation"] .dropdown-menu {
    border-radius: var(--mp-radius-md) !important;
    backdrop-filter: blur(12px);
}

/* -------------------------------------------------------------------------- */
/* Hero — cinematic hierarchy, breathable layout                               */
/* -------------------------------------------------------------------------- */

body.mp-home .hero {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: clamp(520px, 72vh, 680px) !important;
    max-height: 720px !important;
    height: auto !important;
    overflow: hidden !important;
    padding: clamp(4.75rem, 7.5vh, 5.75rem) 0 clamp(2rem, 3.5vh, 2.75rem) !important;
    background: #041018 !important;
}

body.mp-home .hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(0, 179, 164, 0.08) 0%, transparent 30%),
        radial-gradient(circle at 75% 25%, rgba(255, 255, 255, 0.03) 0%, transparent 25%);
    animation: mpHeroAmbient 12s ease-in-out infinite alternate;
}

@keyframes mpHeroAmbient {
    from { opacity: 0.7; }
    to { opacity: 1; }
}

body.mp-home .hero-media {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    overflow: hidden !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    isolation: isolate;
}

body.mp-home .hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        radial-gradient(ellipse 115% 95% at 50% 50%, rgba(3, 10, 18, 0.24) 0%, rgba(3, 10, 18, 0.57) 100%),
        rgba(3, 10, 18, 0.33);
}

body.mp-home .hero-video {
    position: absolute !important;
    inset: -0.5% !important;
    width: 101% !important;
    height: 101% !important;
    opacity: 1 !important;
    filter: contrast(1.07) saturate(1.03) !important;
    -webkit-filter: contrast(1.07) saturate(1.03) !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
    image-rendering: auto !important;
}

body.mp-home .hero-gradient,
body.mp-home .hero-overlay {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}

body.mp-home .hero-gradient {
    z-index: 1 !important;
    background:
        linear-gradient(90deg, rgba(4, 12, 20, 0.58) 0%, rgba(4, 12, 20, 0.43) 42%, rgba(4, 12, 20, 0.25) 68%, rgba(4, 12, 20, 0.13) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.26) 100%) !important;
}

body.mp-home .hero-overlay {
    z-index: 2 !important;
    background: linear-gradient(180deg, rgba(4, 12, 20, 0.37) 0%, rgba(4, 12, 20, 0.57) 100%) !important;
}

body.mp-home .hero-content {
    position: relative !important;
    z-index: 2 !important;
    width: min(1200px, calc(100% - 48px)) !important;
    max-width: 1200px !important;
    margin-inline: auto !important;
    padding: 0 !important;
    min-width: 0 !important;
}

body.mp-home .hero-layout {
    display: block !important;
    width: 100% !important;
    max-width: 620px !important;
}

body.mp-home .hero-copy {
    width: 100% !important;
    max-width: 680px !important;
    min-width: 0 !important;
    margin: 0 !important;
    animation: mpHeroFadeUp 0.9s var(--mp-ease) both;
}

/* Hero product visual — live monitoring cues facilities buyers expect */
body.mp-home .hero-visual {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.mp-home .hero-visual-glow {
    position: absolute;
    inset: 10% 5%;
    background:
        radial-gradient(circle at 50% 45%, rgba(0, 179, 164, 0.28), transparent 55%),
        radial-gradient(circle at 70% 70%, rgba(36, 99, 235, 0.15), transparent 45%);
    filter: blur(40px);
    pointer-events: none;
    animation: mpHeroAmbient 8s ease-in-out infinite alternate;
}

body.mp-home .hero-device-frame {
    position: relative;
    z-index: 2;
    width: min(100%, 340px);
    animation: mpFloat 6s ease-in-out infinite;
}

@keyframes mpFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

body.mp-home .hero-device-img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 32px 64px rgba(0, 0, 0, 0.45));
}

body.mp-home .hero-monitor-card {
    position: absolute;
    z-index: 3;
    border-radius: 16px;
    background: rgba(8, 20, 32, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

body.mp-home .hero-monitor-card--primary {
    top: 8%;
    right: -4%;
    width: min(280px, 88%);
    padding: 16px 18px;
    animation: mpCardDrift 7s ease-in-out infinite;
}

body.mp-home .hero-monitor-card--alert {
    bottom: 12%;
    left: -2%;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    max-width: 240px;
    animation: mpCardDrift 7s ease-in-out infinite reverse;
}

@keyframes mpCardDrift {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

body.mp-home .hero-monitor-card__head {
    margin-bottom: 10px;
}

body.mp-home .hero-monitor-card__live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(200, 245, 240, 0.95);
}

body.mp-home .hero-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #18d4c8;
    box-shadow: 0 0 10px rgba(24, 212, 200, 0.8);
    animation: mpPulse 2s ease-in-out infinite;
}

body.mp-home .hero-monitor-card__chart svg {
    display: block;
    width: 100%;
    height: 56px;
}

body.mp-home .hero-monitor-card__stats {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.68rem;
    font-weight: 600;
    color: rgba(180, 210, 220, 0.85);
}

body.mp-home .hero-monitor-card__icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(245, 158, 11, 0.15);
    color: #fbbf24;
}

body.mp-home .hero-monitor-card--alert strong {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

body.mp-home .hero-monitor-card--alert span {
    display: block;
    font-size: 0.72rem;
    color: rgba(180, 210, 220, 0.8);
    margin-top: 2px;
}

@keyframes mpHeroFadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body.mp-home .hero-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-family: var(--mp-body-font) !important;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    padding: 0.45rem 0.9rem !important;
    background: rgba(0, 179, 164, 0.12) !important;
    border: 1px solid rgba(0, 179, 164, 0.28) !important;
    color: #7ef0e8 !important;
    backdrop-filter: blur(8px);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

body.mp-home .hero-badge::before {
    content: "";
    flex-shrink: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--mp-teal-bright);
    box-shadow: 0 0 8px var(--mp-teal-glow);
    animation: mpPulse 2.4s ease-in-out infinite;
}

@keyframes mpPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.6; transform: scale(0.85); }
}

body.mp-home .hero-copy h1 {
    font-family: var(--mp-display) !important;
    font-size: clamp(1.85rem, 3.6vw, 2.75rem) !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.035em !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
    text-shadow: none !important;
    margin-bottom: 0.9rem !important;
}

body.mp-home .hero-copy p {
    font-family: var(--mp-body-font);
    font-size: clamp(0.98rem, 1.2vw, 1.0625rem) !important;
    line-height: 1.65 !important;
    color: rgba(232, 244, 248, 0.88) !important;
    margin-bottom: 1.1rem !important;
    max-width: 580px !important;
}

body.mp-home .hero-points {
    gap: 8px !important;
    margin-bottom: 1.25rem !important;
}

body.mp-home .chip {
    font-size: 0.8rem !important;
    font-weight: 600 !important;
    padding: 0.42rem 0.85rem !important;
    background: rgba(255, 255, 255, 0.07) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    backdrop-filter: blur(10px);
    transition: background 0.25s var(--mp-ease), border-color 0.25s var(--mp-ease), transform 0.25s var(--mp-ease);
}

body.mp-home .chip:hover {
    background: rgba(255, 255, 255, 0.12) !important;
    border-color: rgba(0, 179, 164, 0.35) !important;
    transform: translateY(-1px);
}

body.mp-home .hero-cta-group {
    gap: 12px !important;
}

body.mp-home .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0.85rem 1.5rem !important;
    border-radius: 999px !important;
    font-family: var(--mp-body-font);
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.01em !important;
    background: linear-gradient(135deg, var(--mp-teal) 0%, var(--mp-teal-bright) 100%) !important;
    color: #042a28 !important;
    box-shadow: 0 4px 20px var(--mp-teal-glow), 0 0 0 1px rgba(255, 255, 255, 0.15) inset !important;
    transition: transform 0.28s var(--mp-ease), box-shadow 0.28s var(--mp-ease) !important;
    position: relative;
    overflow: hidden;
}

body.mp-home .btn-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.25) 50%, transparent 60%);
    transform: translateX(-120%);
    transition: transform 0.55s var(--mp-ease);
}

body.mp-home .btn-primary:hover::after {
    transform: translateX(120%);
}

body.mp-home .btn-primary:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 36px var(--mp-teal-glow), 0 0 0 1px rgba(255, 255, 255, 0.2) inset !important;
}

body.mp-home .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0.85rem 1.4rem !important;
    border-radius: 999px !important;
    font-family: var(--mp-body-font);
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    background: rgba(255, 255, 255, 0.06) !important;
    backdrop-filter: blur(12px);
    transition: background 0.28s var(--mp-ease), border-color 0.28s var(--mp-ease), transform 0.28s var(--mp-ease) !important;
}

body.mp-home .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.14) !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    transform: translateY(-2px) !important;
}

body.mp-home .hero-trustline {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.mp-home .hero-trustline p {
    font-size: 0.875rem !important;
    line-height: 1.65 !important;
    color: rgba(210, 230, 238, 0.72) !important;
    max-width: 560px !important;
}

/* -------------------------------------------------------------------------- */
/* Launch section — numbered cards, dot grid texture                           */
/* -------------------------------------------------------------------------- */

body.mp-home .launch-section {
    padding-block: var(--mp-section-y) !important;
    padding-top: clamp(2.25rem, 4vw, 3rem) !important;
    background:
        radial-gradient(circle at 0% 0%, rgba(0, 179, 164, 0.06), transparent 40%),
        linear-gradient(180deg, #ffffff 0%, var(--mp-surface) 100%) !important;
    position: relative;
}

body.mp-home .launch-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.4;
    background-image: radial-gradient(circle, rgba(6, 24, 39, 0.06) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(180deg, transparent, black 15%, black 85%, transparent);
}

body.mp-home .launch-head h2 {
    font-family: var(--mp-display) !important;
    font-size: clamp(1.85rem, 3.5vw, 2.75rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.08 !important;
    color: var(--mp-ink) !important;
}

body.mp-home .launch-head p {
    font-size: 1.0625rem !important;
    line-height: 1.75 !important;
    color: var(--mp-text) !important;
}

body.mp-home .launch-badge {
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    font-size: 0.72rem !important;
}

body.mp-home .launch-grid {
    gap: 24px !important;
}

body.mp-home .launch-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 1rem;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(0, 179, 164, 0.12), rgba(0, 179, 164, 0.06));
    border: 1px solid rgba(0, 179, 164, 0.18);
    color: #078a82;
    transition: transform 0.35s var(--mp-ease), background 0.35s var(--mp-ease);
}

body.mp-home .launch-card:hover .launch-icon {
    transform: scale(1.06);
    background: linear-gradient(145deg, rgba(0, 179, 164, 0.2), rgba(0, 179, 164, 0.1));
}

body.mp-home .launch-number {
    position: absolute;
    top: 24px;
    right: 24px;
    margin-bottom: 0 !important;
    font-family: var(--mp-display) !important;
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    color: var(--mp-teal) !important;
    opacity: 0.45;
}

body.mp-home .launch-card {
    position: relative;
    min-height: 260px;
    padding: 28px !important;
    border-radius: var(--mp-radius-lg) !important;
    border: 1px solid var(--mp-line) !important;
    background: #fff !important;
    box-shadow: var(--mp-shadow-soft) !important;
    overflow: hidden;
    transition: transform 0.35s var(--mp-ease), box-shadow 0.35s var(--mp-ease), border-color 0.35s var(--mp-ease);
}

body.mp-home .launch-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, var(--mp-teal), var(--mp-teal-bright));
    opacity: 0;
    transition: opacity 0.35s var(--mp-ease);
}

body.mp-home .launch-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--mp-shadow-card) !important;
    border-color: rgba(0, 179, 164, 0.2) !important;
}

body.mp-home .launch-card:hover::before {
    opacity: 1;
}

body.mp-home .launch-card h3 {
    font-family: var(--mp-display) !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    color: var(--mp-ink) !important;
}

body.mp-home .launch-card p {
    font-size: 0.9375rem !important;
    line-height: 1.7 !important;
    color: var(--mp-text) !important;
}

/* -------------------------------------------------------------------------- */
/* Compliance — dark premium band, glowing logo tiles                          */
/* -------------------------------------------------------------------------- */

body.mp-home .compliance-section {
    padding-block: var(--mp-section-y) !important;
    background:
        radial-gradient(ellipse 60% 50% at 85% 10%, rgba(0, 179, 164, 0.15), transparent 50%),
        radial-gradient(ellipse 40% 30% at 5% 90%, rgba(36, 99, 235, 0.1), transparent 45%),
        linear-gradient(165deg, #041018 0%, #0a2235 50%, #061827 100%) !important;
}

body.mp-home .compliance-head h2 {
    font-family: var(--mp-display) !important;
    font-size: clamp(1.85rem, 3.5vw, 2.65rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
}

body.mp-home .compliance-head p {
    font-size: 1.0625rem !important;
    line-height: 1.7 !important;
    color: rgba(148, 163, 184, 0.95) !important;
}

body.mp-home .logo-box.xl {
    width: 128px !important;
    height: 128px !important;
    border-radius: var(--mp-radius-md) !important;
    background: rgba(255, 255, 255, 0.98) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(255, 255, 255, 0.05) inset !important;
    transition: transform 0.35s var(--mp-ease), box-shadow 0.35s var(--mp-ease) !important;
}

body.mp-home .rail-item:hover .logo-box {
    transform: scale(1.04) translateY(-2px) !important;
    box-shadow: 0 16px 48px rgba(0, 179, 164, 0.25), 0 0 0 1px rgba(0, 179, 164, 0.2) inset !important;
}

body.mp-home .rail-item > span {
    font-family: var(--mp-display) !important;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
}

body.mp-home .explainer-item {
    padding: 24px !important;
    border-radius: var(--mp-radius-md) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px);
    transition: background 0.3s var(--mp-ease), border-color 0.3s var(--mp-ease), transform 0.3s var(--mp-ease);
}

body.mp-home .explainer-item:hover {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(0, 179, 164, 0.2) !important;
    transform: translateY(-2px);
}

body.mp-home .explainer-item h3 {
    font-family: var(--mp-display) !important;
    font-size: 1.05rem !important;
    letter-spacing: -0.01em !important;
}

body.mp-home .explainer-item p {
    font-size: 0.9375rem !important;
    line-height: 1.65 !important;
}

/* -------------------------------------------------------------------------- */
/* Features tabs — pill nav, glass content panel                               */
/* -------------------------------------------------------------------------- */

body.mp-home .features-section-tabbed {
    padding-block: var(--mp-section-y) !important;
    background:
        radial-gradient(circle at 90% 0%, rgba(0, 179, 164, 0.07), transparent 35%),
        radial-gradient(circle at 0% 100%, rgba(36, 99, 235, 0.05), transparent 30%),
        linear-gradient(180deg, #fbfdfe 0%, var(--mp-surface-2) 100%) !important;
}

body.mp-home .features-header-tabbed h2 {
    font-family: var(--mp-display) !important;
    font-size: clamp(1.85rem, 3.5vw, 2.65rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
}

body.mp-home .features-badge-tab {
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    font-size: 0.72rem !important;
}

body.mp-home .feature-tabs {
    display: inline-flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px !important;
    padding: 6px !important;
    margin-bottom: 2rem !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.85) !important;
    border: 1px solid var(--mp-line) !important;
    box-shadow: var(--mp-shadow-soft) !important;
    backdrop-filter: blur(8px);
}

body.mp-home .tab-button {
    min-height: 44px !important;
    padding: 0.6rem 1.25rem !important;
    border-radius: 999px !important;
    border: none !important;
    background: transparent !important;
    font-family: var(--mp-body-font);
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: var(--mp-text-muted) !important;
    box-shadow: none !important;
    transition: color 0.25s var(--mp-ease), background 0.25s var(--mp-ease), transform 0.25s var(--mp-ease) !important;
}

body.mp-home .tab-button:hover {
    color: var(--mp-ink) !important;
    background: rgba(6, 24, 39, 0.04) !important;
    transform: none !important;
    box-shadow: none !important;
}

body.mp-home .tab-button.active {
    background: var(--mp-ink) !important;
    color: #fff !important;
    box-shadow: 0 4px 16px rgba(6, 24, 39, 0.2) !important;
}

body.mp-home .tab-button.active svg {
    color: var(--mp-teal-bright) !important;
}

body.mp-home .tab-grid {
    border-radius: var(--mp-radius-lg) !important;
    border: 1px solid var(--mp-line) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: var(--mp-shadow-card) !important;
    backdrop-filter: blur(8px);
    padding: clamp(32px, 4vw, 48px) !important;
    gap: clamp(28px, 4vw, 48px) !important;
}

body.mp-home .visual-placeholder {
    width: min(100%, 220px) !important;
    aspect-ratio: 1 !important;
    border-radius: var(--mp-radius-lg) !important;
    background:
        radial-gradient(circle at 30% 25%, rgba(0, 179, 164, 0.18), transparent 45%),
        radial-gradient(circle at 70% 75%, rgba(36, 99, 235, 0.12), transparent 40%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(238, 247, 246, 0.95)) !important;
    border: 1px solid var(--mp-line);
    box-shadow: var(--mp-shadow-soft);
    position: relative;
}

body.mp-home .visual-placeholder::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    border: 1px solid rgba(0, 179, 164, 0.15);
    animation: mpRingPulse 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes mpRingPulse {
    0%, 100% { opacity: 0.4; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.02); }
}

body.mp-home .tab-details h3 {
    font-family: var(--mp-display) !important;
    font-size: clamp(1.35rem, 2.5vw, 1.65rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.025em !important;
}

body.mp-home .tab-description {
    font-size: 1rem !important;
    line-height: 1.65 !important;
    color: var(--mp-text) !important;
}

body.mp-home .feature-list li {
    padding: 0.35rem 0;
    font-size: 0.9375rem !important;
    line-height: 1.55 !important;
}

body.mp-home .feature-list li svg {
    width: 20px !important;
    height: 20px !important;
    padding: 2px;
    border-radius: 50%;
    background: rgba(0, 179, 164, 0.1);
}

body.mp-home .tab-stats {
    gap: 12px !important;
    padding-top: 1.5rem !important;
    border-top: 1px solid var(--mp-line) !important;
}

body.mp-home .stat {
    padding: 16px !important;
    border-radius: var(--mp-radius-sm) !important;
    background: linear-gradient(145deg, #f4faf9, #eef7f6) !important;
    border: 1px solid rgba(0, 179, 164, 0.08);
    transition: transform 0.25s var(--mp-ease);
}

body.mp-home .stat:hover {
    transform: translateY(-2px);
}

body.mp-home .stat-value {
    font-family: var(--mp-display) !important;
    font-size: clamp(1rem, 2vw, 1.25rem) !important;
    font-weight: 800 !important;
}

body.mp-home .stat-label {
    font-size: 0.7rem !important;
    letter-spacing: 0.06em !important;
}

body.mp-home .features-cta-compact {
    margin-top: 2.5rem !important;
    padding: 28px 32px !important;
    border-radius: var(--mp-radius-lg) !important;
    background: #fff !important;
    border: 1px solid var(--mp-line) !important;
    box-shadow: var(--mp-shadow-soft) !important;
}

body.mp-home .features-cta-compact p {
    font-family: var(--mp-display) !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}

/* -------------------------------------------------------------------------- */
/* Evaluation pathways — elevated hub cards                                      */
/* -------------------------------------------------------------------------- */

body.mp-home .home-pathways {
    padding-block: var(--mp-section-y) !important;
    background:
        linear-gradient(180deg, var(--mp-surface) 0%, #ffffff 50%, var(--mp-surface-2) 100%) !important;
}

body.mp-home .home-pathways-head h2 {
    font-family: var(--mp-display) !important;
    font-size: clamp(1.85rem, 3.5vw, 2.75rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
}

body.mp-home .home-pathways-head p {
    font-size: 1.0625rem !important;
    line-height: 1.75 !important;
}

body.mp-home .home-pathways .hub-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
}

body.mp-home .home-pathways .hub-card {
    min-height: 240px;
    padding: 28px !important;
    border-radius: var(--mp-radius-lg) !important;
    border: 1px solid var(--mp-line) !important;
    background: #fff !important;
    box-shadow: var(--mp-shadow-soft) !important;
    transition: transform 0.35s var(--mp-ease), box-shadow 0.35s var(--mp-ease), border-color 0.35s var(--mp-ease);
}

body.mp-home .home-pathways .hub-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--mp-teal), var(--mp-teal-bright));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s var(--mp-ease);
}

body.mp-home .home-pathways .hub-card::after {
    display: none;
}

body.mp-home .home-pathways .hub-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--mp-shadow-elevated) !important;
    border-color: rgba(0, 179, 164, 0.18) !important;
}

body.mp-home .home-pathways .hub-card:hover::before {
    transform: scaleX(1);
}

body.mp-home .home-pathways .hub-card h3 {
    font-family: var(--mp-display) !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
}

body.mp-home .home-pathways .hub-card p {
    font-size: 0.9375rem !important;
    line-height: 1.65 !important;
}

body.mp-home .home-pathways .hub-card a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    transition: gap 0.25s var(--mp-ease), color 0.25s var(--mp-ease);
}

body.mp-home .home-pathways .hub-card a::after {
    content: "→";
    transition: transform 0.25s var(--mp-ease);
}

body.mp-home .home-pathways .hub-card a:hover {
    gap: 10px;
}

body.mp-home .home-pathways .hub-card a:hover::after {
    transform: translateX(2px);
}

body.mp-home .home-pathways .hub-tag {
    font-size: 0.68rem !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
}

/* -------------------------------------------------------------------------- */
/* Contact — split layout, premium form card                                   */
/* -------------------------------------------------------------------------- */

body.mp-home .contact-section {
    padding-block: var(--mp-section-y) !important;
    background:
        radial-gradient(ellipse 50% 40% at 90% 20%, rgba(0, 179, 164, 0.14), transparent 50%),
        radial-gradient(ellipse 40% 30% at 5% 80%, rgba(36, 99, 235, 0.08), transparent 45%),
        linear-gradient(160deg, #041018 0%, #0a2235 55%, #061827 100%) !important;
}

body.mp-home .contact-section::before {
    opacity: 0.5;
}

body.mp-home .contact-benefits h2 {
    font-family: var(--mp-display) !important;
    font-size: clamp(1.85rem, 3.5vw, 2.5rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    line-height: 1.08 !important;
}

body.mp-home .lead-subtitle {
    font-size: 1.0625rem !important;
    line-height: 1.7 !important;
    color: rgba(232, 246, 250, 0.82) !important;
}

body.mp-home .benefit-item {
    padding: 16px;
    border-radius: var(--mp-radius-sm);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: background 0.3s var(--mp-ease), border-color 0.3s var(--mp-ease);
}

body.mp-home .benefit-item:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(0, 179, 164, 0.15);
}

body.mp-home .benefit-icon {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
    background: rgba(0, 179, 164, 0.15) !important;
    color: #6ef0e6 !important;
}

body.mp-home .benefit-item h4 {
    font-family: var(--mp-display) !important;
    font-weight: 700 !important;
}

body.mp-home .contact-form-container {
    border-radius: var(--mp-radius-lg) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 32px 80px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(255, 255, 255, 0.05) inset !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(16px);
}

body.mp-home .form-group label {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.01em !important;
    color: var(--mp-ink-soft) !important;
}

body.mp-home .form-group input,
body.mp-home .form-group select,
body.mp-home .form-group textarea {
    min-height: 52px !important;
    border-radius: var(--mp-radius-sm) !important;
    border: 1px solid #dce6ed !important;
    background: #fafcfd !important;
    font-size: 0.9375rem !important;
    transition: border-color 0.25s var(--mp-ease), box-shadow 0.25s var(--mp-ease), background 0.25s var(--mp-ease) !important;
}

body.mp-home .form-group input:focus,
body.mp-home .form-group select:focus,
body.mp-home .form-group textarea:focus {
    border-color: var(--mp-teal) !important;
    background: #fff !important;
    box-shadow: 0 0 0 4px rgba(0, 179, 164, 0.12) !important;
}

body.mp-home .submit-btn {
    min-height: 54px !important;
    border-radius: 999px !important;
    font-family: var(--mp-body-font) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, var(--mp-teal), var(--mp-teal-bright)) !important;
    color: #042a28 !important;
    box-shadow: 0 8px 28px var(--mp-teal-glow) !important;
    transition: transform 0.28s var(--mp-ease), box-shadow 0.28s var(--mp-ease) !important;
}

body.mp-home .submit-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 40px var(--mp-teal-glow) !important;
}

body.mp-home .contact-method {
    border-radius: var(--mp-radius-sm) !important;
    border: 1px solid var(--mp-line) !important;
    background: var(--mp-surface) !important;
    transition: transform 0.25s var(--mp-ease), border-color 0.25s var(--mp-ease), box-shadow 0.25s var(--mp-ease) !important;
}

body.mp-home .contact-method:hover {
    border-color: rgba(0, 179, 164, 0.3) !important;
    box-shadow: var(--mp-shadow-soft) !important;
}

body.mp-home .success-popup {
    border-radius: var(--mp-radius-md) !important;
    background: var(--mp-ink) !important;
    border: 1px solid rgba(0, 179, 164, 0.25) !important;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35) !important;
}

/* -------------------------------------------------------------------------- */
/* Footer on homepage                                                          */
/* -------------------------------------------------------------------------- */

body.mp-home footer {
    background:
        radial-gradient(circle at 15% 0%, rgba(0, 179, 164, 0.1), transparent 35%),
        #041018 !important;
    padding-block: 4rem 2rem !important;
}

body.mp-home .footer-section h4 {
    font-family: var(--mp-display) !important;
    font-weight: 800 !important;
    letter-spacing: -0.01em !important;
}

body.mp-home .footer-section a {
    font-size: 0.9rem !important;
    transition: color 0.2s var(--mp-ease), transform 0.2s var(--mp-ease) !important;
}

body.mp-home .footer-section a:hover {
    color: var(--mp-teal-bright) !important;
}

/* -------------------------------------------------------------------------- */
/* Responsive refinements                                                      */
/* -------------------------------------------------------------------------- */

@media (min-width: 901px) {
    body.mp-home .hero-copy h1 {
        font-size: clamp(2.15rem, 3.2vw, 3rem) !important;
    }
}

@media (max-width: 1080px) {
    body.mp-home .home-pathways .hub-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    body.mp-home .launch-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 900px) {
    body.mp-home nav[aria-label="Main navigation"] .nav-links > li > a::after {
        display: none;
    }

    body.mp-home .feature-tabs {
        border-radius: var(--mp-radius-md) !important;
        width: 100%;
    }
}

@media (max-width: 720px) {
    body.mp-home .launch-grid,
    body.mp-home .home-pathways .hub-grid {
        grid-template-columns: 1fr !important;
    }

    body.mp-home .feature-tabs {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: var(--mp-radius-md) !important;
        padding: 8px !important;
    }

    body.mp-home .tab-button {
        justify-content: center;
        width: 100%;
    }

    body.mp-home .tab-grid {
        padding: 24px 20px !important;
    }

    body.mp-home .btn-primary,
    body.mp-home .btn-secondary {
        width: 100%;
    }

    body.mp-home .contact-form-container {
        padding: 24px 20px !important;
    }
}

/* ==========================================================================
   ICP Enterprise v2 — dashboard UI mocks, icons, layout perfection
   ========================================================================== */

body.mp-home .hero-copy h1 {
    font-size: clamp(1.85rem, 3.2vw, 2.65rem) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
}

body.mp-home .explainer-item h3::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--mp-teal-bright);
    box-shadow: 0 0 8px var(--mp-teal-glow);
    vertical-align: middle;
}

body.mp-home .compliance-rail-wrap {
    margin-block: 2.5rem 2rem !important;
}

body.mp-home .compliance-explainer {
    gap: 20px !important;
}

body.mp-home .features-section-tabbed .feature-tabs {
    display: flex !important;
    width: fit-content;
    max-width: 100%;
    margin-inline: auto  !important;
}

body.mp-home .tab-content-wrapper {
    min-height: 380px !important;
}

body.mp-home .tab-grid {
    grid-template-columns: minmax(240px, 0.85fr) minmax(0, 1.15fr) !important;
}

body.mp-home .tab-visual {
    width: 100%;
}

/* SaaS dashboard mock panels (uses existing page stat labels only) */
body.mp-home .mp-ui-panel {
    width: 100% !important;
    max-width: 320px !important;
    aspect-ratio: auto !important;
    min-height: 260px !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    background: linear-gradient(165deg, #0a1828 0%, #0f2438 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 24px 56px rgba(6, 24, 39, 0.18), 0 0 0 1px rgba(255, 255, 255, 0.04) inset !important;
}

body.mp-home .mp-ui-panel::after {
    display: none !important;
}

body.mp-home .mp-ui-panel__bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 14px;
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body.mp-home .mp-ui-panel__bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

body.mp-home .mp-ui-panel__bar span:first-child { background: #ff5f57; }
body.mp-home .mp-ui-panel__bar span:nth-child(2) { background: #febc2e; }
body.mp-home .mp-ui-panel__bar span:nth-child(3) { background: #28c840; }

body.mp-home .mp-ui-panel__body {
    flex: 1;
    padding: 18px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.mp-home .mp-ui-metric em {
    display: block;
    font-style: normal;
    font-family: var(--mp-display);
    font-size: 1.65rem;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1;
}

body.mp-home .mp-ui-metric small {
    display: block;
    margin-top: 4px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(148, 180, 195, 0.9);
}

body.mp-home .mp-ui-sparkline {
    height: 48px;
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(0, 179, 164, 0.25) 0%, transparent 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 40' preserveAspectRatio='none'%3E%3Cpath d='M0 30 L25 26 L50 28 L75 18 L100 22 L125 12 L150 16 L175 8 L200 14' fill='none' stroke='%2300b3a4' stroke-width='2.5'/%3E%3C/svg%3E") center / 100% 100% no-repeat;
    border: 1px solid rgba(0, 179, 164, 0.15);
}

body.mp-home .mp-ui-doc-lines {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

body.mp-home .mp-ui-doc-lines span {
    display: block;
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
}

body.mp-home .mp-ui-doc-lines span:nth-child(1) { width: 92%; }
body.mp-home .mp-ui-doc-lines span:nth-child(2) { width: 78%; }
body.mp-home .mp-ui-doc-lines span:nth-child(3) { width: 85%; background: rgba(0, 179, 164, 0.2); }
body.mp-home .mp-ui-doc-lines span:nth-child(4) { width: 65%; }

body.mp-home .mp-ui-shield {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    color: var(--mp-teal-bright);
    opacity: 0.9;
}

body.mp-home .mp-ui-zones {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}

body.mp-home .mp-ui-zones li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(200, 220, 230, 0.9);
    padding: 8px 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

body.mp-home .mp-ui-dot {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

body.mp-home .mp-ui-dot--ok {
    background: #28c840;
    box-shadow: 0 0 6px rgba(40, 200, 64, 0.6);
}

body.mp-home .mp-ui-dot--watch {
    background: #febc2e;
    box-shadow: 0 0 6px rgba(254, 188, 46, 0.6);
}

body.mp-home .hub-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: linear-gradient(145deg, rgba(0, 179, 164, 0.14), rgba(0, 179, 164, 0.06));
    border: 1px solid rgba(0, 179, 164, 0.16);
    color: #078a82;
    transition: transform 0.35s var(--mp-ease), background 0.35s var(--mp-ease);
}

body.mp-home .home-pathways .hub-card:hover .hub-card-icon {
    transform: scale(1.08) rotate(-3deg);
    background: linear-gradient(145deg, rgba(0, 179, 164, 0.22), rgba(0, 179, 164, 0.1));
}

body.mp-home .home-pathways .hub-card--cta {
    background: linear-gradient(155deg, #061827 0%, #0a3048 100%) !important;
    border-color: rgba(0, 179, 164, 0.2) !important;
}

body.mp-home .home-pathways .hub-card--cta h3,
body.mp-home .home-pathways .hub-card--cta p {
    color: rgba(236, 245, 248, 0.92) !important;
}

body.mp-home .home-pathways .hub-card--cta .hub-tag {
    background: rgba(0, 179, 164, 0.18) !important;
    color: #8cf5ec !important;
}

body.mp-home .home-pathways .hub-card--cta .hub-card-icon {
    background: rgba(0, 179, 164, 0.2) !important;
    border-color: rgba(140, 245, 236, 0.25) !important;
    color: #8cf5ec !important;
}

body.mp-home .home-pathways .hub-card--cta a {
    color: #8cf5ec !important;
}

body.mp-home .contact-section .container {
    width: var(--mp-container) !important;
}

body.mp-home .benefit-badge svg {
    color: var(--mp-teal-bright) !important;
}

body.mp-home .trust-badges {
    gap: 40px !important;
}

body.mp-home .trust-item {
    flex-direction: row !important;
    text-align: left !important;
    gap: 14px !important;
    padding: 16px 20px;
    border-radius: var(--mp-radius-sm);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

body.mp-home .trust-item span {
    text-align: left !important;
}

/* Section transitions */
body.mp-home .launch-section {
    position: relative;
}

body.mp-home .launch-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(200px, 40%);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 179, 164, 0.35), transparent);
}

@media (min-width: 1100px) {
    body.mp-home .hero-copy h1 {
        font-size: clamp(1.95rem, 3.2vw, 2.75rem) !important;
    }
}

@media (max-width: 1024px) {
    body.mp-home .hero-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    body.mp-home .hero-visual {
        min-height: 360px;
        max-width: 480px;
        margin-inline: auto;
    }

    body.mp-home .hero-monitor-card--primary {
        right: 0;
        top: 4%;
    }

    body.mp-home .hero-monitor-card--alert {
        left: 0;
        bottom: 8%;
    }

    body.mp-home .tab-grid {
        grid-template-columns: 1fr !important;
    }

    body.mp-home .mp-ui-panel {
        max-width: 100% !important;
        margin-inline: auto;
    }
}

@media (max-width: 720px) {
    body.mp-home .hero-visual {
        min-height: 300px;
    }

    body.mp-home .hero-device-frame {
        width: min(100%, 260px);
    }

    body.mp-home .hero-monitor-card--primary {
        width: min(240px, 82%);
    }

    body.mp-home .hero-monitor-card--alert {
        max-width: 210px;
        padding: 12px 14px;
    }

    body.mp-home .trust-badges {
        flex-direction: column !important;
        align-items: stretch !important;
    }
}

/* ==========================================================================
   Launch Final — Apple-grade polish (v3)
   ========================================================================== */

html:has(body.mp-home) {
    scroll-padding-top: 84px;
}

body.mp-home {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body.mp-home ::selection {
    background: rgba(0, 179, 164, 0.22);
    color: var(--mp-ink);
}

body.mp-home main {
    overflow-x: clip;
}

/* Override legacy site.css letter-spacing reset for display type */
body.mp-home .hero-copy h1,
body.mp-home .launch-head h2,
body.mp-home .compliance-head h2,
body.mp-home .features-header-tabbed h2,
body.mp-home .home-pathways-head h2,
body.mp-home .contact-benefits h2,
body.mp-home .launch-badge,
body.mp-home .features-badge-tab,
body.mp-home .home-pathways-badge,
body.mp-home .hero-badge,
body.mp-home .hub-tag,
body.mp-home .stat-label {
    letter-spacing: inherit !important;
}

body.mp-home .hero-copy h1 {
    font-family: var(--mp-display) !important;
    font-size: clamp(1.85rem, 3.2vw, 2.65rem) !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: none !important;
    text-shadow: none !important;
}

body.mp-home .launch-head h2,
body.mp-home .features-header-tabbed h2,
body.mp-home .home-pathways-head h2 {
    font-family: var(--mp-display) !important;
    font-weight: 800 !important;
    letter-spacing: -0.038em !important;
    line-height: 1.06 !important;
    margin-bottom: 1rem !important;
}

body.mp-home .compliance-head h2 {
    font-family: var(--mp-display) !important;
    letter-spacing: -0.038em !important;
    line-height: 1.06 !important;
}

body.mp-home .mp-section {
    position: relative;
    isolation: isolate;
}

body.mp-home .launch-head,
body.mp-home .compliance-head,
body.mp-home .features-header-tabbed,
body.mp-home .home-pathways-head {
    margin-bottom: clamp(2.75rem, 5vw, 3.75rem) !important;
}

body.mp-home .launch-badge,
body.mp-home .features-badge-tab,
body.mp-home .home-pathways-badge {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 30px !important;
    padding: 0.35rem 0.85rem !important;
    margin-bottom: 1rem !important;
    font-size: 0.7rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.07em !important;
    text-transform: uppercase !important;
    border-radius: 999px !important;
    background: rgba(0, 179, 164, 0.08) !important;
    border: 1px solid rgba(0, 179, 164, 0.18) !important;
    color: #067a72 !important;
}

/* Hero cinematic finish */
body.mp-home .hero-noise {
    display: none !important;
}

body.mp-home .hero-scroll-hint {
    display: none !important;
}

/* Apple-style interaction states */
body.mp-home a:focus-visible,
body.mp-home button:focus-visible,
body.mp-home input:focus-visible,
body.mp-home select:focus-visible,
body.mp-home textarea:focus-visible {
    outline: 2px solid var(--mp-teal) !important;
    outline-offset: 3px !important;
}

body.mp-home .btn-primary:active,
body.mp-home .btn-secondary:active,
body.mp-home .submit-btn:active,
body.mp-home nav[aria-label="Main navigation"] .nav-cta:active {
    transform: scale(0.98) !important;
}

body.mp-home .tab-button:focus-visible {
    outline-offset: 2px !important;
    box-shadow: 0 0 0 4px rgba(0, 179, 164, 0.15) !important;
}

body.mp-home .tab-button:active {
    transform: scale(0.97) !important;
}

/* Cards — softer Apple shadows */
body.mp-home .launch-card,
body.mp-home .home-pathways .hub-card,
body.mp-home .explainer-item {
    box-shadow:
        0 1px 2px rgba(6, 24, 39, 0.04),
        0 8px 24px rgba(6, 24, 39, 0.06) !important;
}

body.mp-home .feature-list li {
    padding: 0.5rem 0.65rem !important;
    margin-inline: -0.65rem;
    border-radius: 10px;
    transition: background 0.2s var(--mp-ease);
}

body.mp-home .feature-list li:hover {
    background: rgba(0, 179, 164, 0.06);
}

/* Compliance — glass tray for trust logos */
body.mp-home .compliance-rail-wrap {
    padding: 28px 20px !important;
    border-radius: var(--mp-radius-lg) !important;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 1px solid rgba(255, 255, 255, 0.07) !important;
    backdrop-filter: blur(12px);
}

body.mp-home .rail-item {
    cursor: default;
    transition: transform 0.35s var(--mp-ease);
}

body.mp-home .rail-item:hover {
    transform: translateY(-4px);
}

/* Features CTA — elevated closing band */
body.mp-home .features-cta-compact {
    flex-direction: row !important;
    justify-content: space-between !important;
    padding: clamp(24px, 3vw, 32px) clamp(28px, 4vw, 40px) !important;
    background: linear-gradient(135deg, #061827 0%, #0a2a40 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow: 0 20px 50px rgba(6, 24, 39, 0.12) !important;
}

body.mp-home .features-cta-compact p {
    color: rgba(236, 245, 248, 0.92) !important;
    text-align: left !important;
    max-width: 520px;
}

body.mp-home .features-cta-compact .btn-primary {
    flex-shrink: 0;
    white-space: nowrap;
}

/* Hub cards — equal height, clean grid */
body.mp-home .home-pathways .hub-card {
    display: flex !important;
    flex-direction: column !important;
}

body.mp-home .home-pathways .hub-card a {
    margin-top: auto !important;
    padding-top: 0.5rem;
}

/* Contact form — premium card accent */
body.mp-home .contact-form-container {
    position: relative;
    overflow: hidden;
}

body.mp-home .contact-form-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--mp-teal), var(--mp-teal-bright), #2463eb);
}

body.mp-home .contact-form-container::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 179, 164, 0.08), transparent 70%);
    pointer-events: none;
}

body.mp-home .submit-btn {
    letter-spacing: -0.01em !important;
}

body.mp-home .submit-btn:disabled {
    opacity: 0.55 !important;
    cursor: not-allowed !important;
    transform: none !important;
}

/* Footer homepage finish */
body.mp-home .footer-content {
    gap: 2.5rem !important;
}

body.mp-home .footer-brand .footer-desc {
    line-height: 1.7 !important;
    max-width: 340px;
}

body.mp-home .footer-bottom {
    font-size: 0.85rem !important;
    letter-spacing: 0.01em;
}

/* Tab visual centering on desktop */
body.mp-home .tab-visual {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* Mobile UX — headline first, then product (Apple pattern) */
@media (max-width: 1024px) {
    body.mp-home .hero-visual {
        order: 1 !important;
        margin-top: 8px;
    }

    body.mp-home .hero-copy {
        order: 0 !important;
    }

    body.mp-home .hero-scroll-hint {
        display: none;
    }

    body.mp-home .features-cta-compact {
        flex-direction: column !important;
        align-items: stretch !important;
        text-align: center !important;
        gap: 16px !important;
    }

    body.mp-home .features-cta-compact p {
        text-align: center !important;
        max-width: none;
    }

    body.mp-home .features-cta-compact .btn-primary {
        width: 100%;
    }
}

@media (max-width: 720px) {
    body.mp-home {
        --mp-container: min(100% - 32px, 1200px);
    }

    body.mp-home .compliance-rail-wrap {
        padding: 20px 12px !important;
    }

    body.mp-home .hero-cta-group {
        flex-direction: column;
    }

    body.mp-home .hero-points {
        flex-direction: column;
        align-items: flex-start;
    }

    body.mp-home .chip {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
}

@media (min-width: 901px) {
    body.mp-home .hero-layout {
        min-height: auto;
        align-items: flex-start;
    }
}

/* Hero — aligned split columns */
body.mp-home .hero-scroll-hint {
    display: none !important;
}

body.mp-home .hero-copy h1 {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 0.9rem !important;
    font-family: var(--mp-display) !important;
    font-size: clamp(1.85rem, 3.2vw, 2.65rem) !important;
    font-weight: 800 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.035em !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: none !important;
    text-shadow: none !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

body.mp-home .hero-copy p {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 1.1rem !important;
    font-size: clamp(0.98rem, 1.2vw, 1.0625rem) !important;
    line-height: 1.65 !important;
    color: rgba(232, 244, 248, 0.95) !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.32) !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

body.mp-home .hero-trustline {
    margin-top: 1rem !important;
    padding-top: 0.85rem !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

body.mp-home .hero-trustline p {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 0.9rem !important;
    line-height: 1.65 !important;
    color: rgba(210, 230, 238, 0.78) !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

body.mp-home .hero-badge {
    display: inline-flex !important;
    max-width: 100% !important;
    margin-bottom: 1rem !important;
    white-space: normal !important;
    line-height: 1.45 !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}

body.mp-home .hero-points {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-bottom: 1.5rem !important;
}

body.mp-home .hero-cta-group {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin-bottom: 0 !important;
}

body.mp-home .chip {
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
    text-align: left !important;
}

@media (max-width: 900px) {
    body.mp-home .hero {
        min-height: clamp(560px, 78vh, 720px) !important;
        max-height: none !important;
        padding: clamp(5rem, 12vh, 6.5rem) clamp(16px, 4vw, 24px) clamp(2.5rem, 6vh, 3.5rem) !important;
    }

    body.mp-home .hero-content {
        width: 100% !important;
        max-width: 100% !important;
    }

    body.mp-home .hero-layout,
    body.mp-home .hero-copy {
        max-width: 100% !important;
    }

    body.mp-home .hero-layout,
    body.mp-home .hero-copy {
        max-width: 100% !important;
    }

    body.mp-home .hero-copy h1 {
        font-size: clamp(1.75rem, 6.5vw, 2.35rem) !important;
        line-height: 1.2 !important;
    }

    body.mp-home .hero-scroll-hint {
        display: none !important;
    }
}

@media (max-width: 720px) {
    body.mp-home .hero-content {
        width: calc(100% - 32px) !important;
        max-width: calc(100% - 32px) !important;
    }

    body.mp-home .hero-cta-group {
        flex-direction: column !important;
    }

    body.mp-home .hero-cta-group a {
        width: 100% !important;
        justify-content: center !important;
        text-align: center !important;
    }

    body.mp-home .hero-points {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    body.mp-home .chip {
        width: 100% !important;
        justify-content: flex-start !important;
    }
}

/* Wins over all legacy site.css hero rules — see full-bleed block at end of file */

@media (min-width: 901px) {
    body.mp-home .hero-copy h1 {
        font-size: clamp(1.85rem, 3.2vw, 2.65rem) !important;
        line-height: 1.12 !important;
    }
}

@media (max-width: 900px) {
    body.mp-home section.hero {
        max-height: none !important;
    }
}

body.mp-home .hero-copy,
body.mp-home .hero-copy h1,
body.mp-home .hero-copy p,
body.mp-home .hero-trustline p,
body.mp-home .hero-badge,
body.mp-home .chip {
    overflow-wrap: normal !important;
    word-break: normal !important;
    hyphens: manual !important;
}

/* Hero video — darker overlay, sharper render */
body.mp-home .hero-media .hero-video {
    position: absolute !important;
    inset: -0.5% !important;
    width: 101% !important;
    height: 101% !important;
    opacity: 1 !important;
    filter: contrast(1.07) saturate(1.03) !important;
    -webkit-filter: contrast(1.07) saturate(1.03) !important;
    object-fit: cover !important;
    transform: none !important;
}

body.mp-home .hero-media .hero-gradient {
    background:
        linear-gradient(90deg, rgba(4, 12, 20, 0.58) 0%, rgba(4, 12, 20, 0.43) 42%, rgba(4, 12, 20, 0.25) 68%, rgba(4, 12, 20, 0.13) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.26) 100%) !important;
}

body.mp-home .hero-media .hero-overlay {
    background: linear-gradient(180deg, rgba(4, 12, 20, 0.37) 0%, rgba(4, 12, 20, 0.57) 100%) !important;
}

body.mp-home .hero-media::after {
    background:
        radial-gradient(ellipse 115% 95% at 50% 50%, rgba(3, 10, 18, 0.24) 0%, rgba(3, 10, 18, 0.57) 100%),
        rgba(3, 10, 18, 0.33) !important;
}

/* Hero — full-bleed background video with text overlay */
body.mp-home section.hero {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: clamp(520px, 72vh, 680px) !important;
    max-height: 720px !important;
    overflow: hidden !important;
}

body.mp-home .hero-media {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.mp-home .hero-media .hero-video {
    position: absolute !important;
    inset: -0.5% !important;
    width: 101% !important;
    height: 101% !important;
    opacity: 1 !important;
    filter: contrast(1.07) saturate(1.03) !important;
    -webkit-filter: contrast(1.07) saturate(1.03) !important;
    object-fit: cover !important;
}

body.mp-home .hero-content {
    position: relative !important;
    z-index: 2 !important;
}

body.mp-home .hero-gradient,
body.mp-home .hero-overlay {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

body.mp-home .hero-media .hero-gradient {
    background:
        linear-gradient(90deg, rgba(4, 12, 20, 0.58) 0%, rgba(4, 12, 20, 0.43) 42%, rgba(4, 12, 20, 0.25) 68%, rgba(4, 12, 20, 0.13) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.26) 100%) !important;
}

body.mp-home .hero-media .hero-overlay {
    background: linear-gradient(180deg, rgba(4, 12, 20, 0.37) 0%, rgba(4, 12, 20, 0.57) 100%) !important;
}

body.mp-home .hero-media::after {
    background:
        radial-gradient(ellipse 115% 95% at 50% 50%, rgba(3, 10, 18, 0.24) 0%, rgba(3, 10, 18, 0.57) 100%),
        rgba(3, 10, 18, 0.33) !important;
}

@media (max-width: 900px) {
    body.mp-home section.hero {
        min-height: clamp(560px, 78vh, 720px) !important;
        max-height: none !important;
    }
}
