.marketing-splash-shell {
    width: 100%;
    max-width: none;
    min-height: 100dvh;
    margin: 0;
    padding: 0;
    background:
        radial-gradient(circle at 12% 0%, rgba(242, 139, 60, 0.18), transparent 34%),
        radial-gradient(circle at 88% 8%, rgba(50, 170, 255, 0.13), transparent 34%),
        linear-gradient(180deg, #07090d 0%, #0d1016 100%);
    color: #f7f3ea;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.marketing-splash {
    width: min(1680px, calc(100vw - 72px));
    margin: 0 auto;
    padding: clamp(18px, 3vh, 30px) 0 56px;
}

.marketing-splash-top {
    display: flex;
    justify-content: center;
    margin-bottom: clamp(22px, 4vh, 44px);
}

.marketing-splash .front-door-app-nav {
    margin-bottom: 0 !important;
}

.ms-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(26px, 4vw, 64px);
    align-items: center;
    min-height: min(720px, calc(100dvh - 150px));
}

.ms-hero-copy {
    max-width: 790px;
}

.ms-eyebrow {
    margin: 0 0 14px;
    color: #f2c860;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ms-hero h1 {
    margin: 0;
    max-width: 850px;
    font-size: clamp(2.8rem, 5.4vw, 6.15rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.025em;
}

.ms-subhead {
    max-width: 710px;
    margin: 22px 0 0;
    color: rgba(247, 243, 234, 0.72);
    font-size: clamp(1rem, 1.4vw, 1.22rem);
    line-height: 1.62;
}

.ms-launch-offer {
    position: relative;
    display: grid;
    gap: 10px;
    max-width: 720px;
    margin-top: 26px;
    border: 1px solid rgba(93, 232, 136, 0.34);
    border-radius: 24px;
    padding: clamp(18px, 2vw, 24px);
    background:
        radial-gradient(circle at 12% 0%, rgba(93, 232, 136, 0.24), transparent 44%),
        linear-gradient(135deg, rgba(37, 72, 50, 0.88), rgba(24, 31, 42, 0.82));
    box-shadow:
        0 22px 70px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.045) inset,
        0 0 44px rgba(93, 232, 136, 0.10);
    color: #f7f3ea;
    text-decoration: none;
    overflow: hidden;
}

.ms-launch-offer::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, transparent 24%, rgba(255, 255, 255, 0.10), transparent 62%);
    transform: translateX(-110%);
    transition: transform 0.55s ease;
    pointer-events: none;
}

.ms-launch-offer:hover {
    border-color: rgba(93, 232, 136, 0.52);
}

.ms-launch-offer:hover::after {
    transform: translateX(110%);
}

.ms-launch-kicker {
    color: #95f3ac;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ms-launch-offer strong {
    max-width: 560px;
    font-size: clamp(1.3rem, 2.1vw, 2rem);
    font-weight: 720;
    line-height: 1.12;
    letter-spacing: -0.01em;
}

.ms-launch-counts {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ms-launch-counts span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 0 14px 0 8px;
    background: rgba(255, 255, 255, 0.075);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.84rem;
    font-weight: 680;
    letter-spacing: 0.005em;
}

.ms-launch-counts b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    border-radius: 999px;
    background: #95f3ac;
    color: #07100b;
    font-size: 0.92rem;
    font-weight: 780;
}

.ms-actions,
.ms-access-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.ms-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    padding: 0 22px;
    font-size: 0.86rem;
    font-weight: 720;
    letter-spacing: 0.012em;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.15s ease, filter 0.15s ease, background 0.15s ease;
}

.ms-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.06);
}

.ms-btn-primary {
    border: 1px solid rgba(255, 224, 137, 0.82);
    background: linear-gradient(135deg, #fff0b0 0%, #f2c860 38%, #f28b3c 100%);
    color: #1a0e05;
    box-shadow: 0 18px 48px rgba(242, 139, 60, 0.32);
}

.ms-btn-secondary {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.075);
    color: rgba(255, 255, 255, 0.86);
}

.ms-actions-note {
    margin: 14px 0 0;
    font-size: 0.82rem;
    color: rgba(247, 244, 238, 0.62);
    letter-spacing: 0.01em;
}

.ms-actions-note a {
    color: rgba(255, 224, 137, 0.92);
    text-decoration: none;
    font-weight: 700;
}

.ms-actions-note a:hover {
    text-decoration: underline;
}

.ms-proof-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.ms-proof-row span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 999px;
    padding: 0 13px;
    background: rgba(255, 255, 255, 0.055);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
    font-weight: 760;
}

.ms-showcase {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 34px;
    padding: clamp(14px, 2vw, 22px);
    background:
        radial-gradient(circle at 20% 0%, rgba(242, 200, 96, 0.26), transparent 36%),
        radial-gradient(circle at 90% 14%, rgba(91, 202, 255, 0.17), transparent 38%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035));
    box-shadow:
        0 24px 90px rgba(0, 0, 0, 0.34),
        inset 0 1px 0 rgba(255, 255, 255, 0.11);
    overflow: hidden;
}

.ms-showcase::before {
    content: "";
    position: absolute;
    inset: 22px 22px auto auto;
    width: 44%;
    aspect-ratio: 1;
    border-radius: 999px;
    background: rgba(242, 139, 60, 0.18);
    filter: blur(34px);
    pointer-events: none;
}

.ms-video-frame {
    position: relative;
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 28px;
    background:
        radial-gradient(circle at 28% 0%, rgba(242, 200, 96, 0.22), transparent 38%),
        linear-gradient(135deg, rgba(242, 139, 60, 0.28), rgba(62, 138, 255, 0.20));
    overflow: hidden;
}

.ms-sample-video,
.ms-video-fallback {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background:
        radial-gradient(circle at 55% 35%, rgba(255, 255, 255, 0.22), transparent 24%),
        linear-gradient(135deg, rgba(242, 139, 60, 0.72), rgba(62, 138, 255, 0.48));
    background-size: cover;
    background-position: center;
}

.ms-sample-video {
    position: absolute;
    inset: 0;
    opacity: 0;
    transform: scale(1.018);
    background-size: cover;
    background-position: center;
    transition: opacity 0.85s ease, transform 1.1s ease, clip-path 0.95s ease;
}

.ms-sample-video.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.ms-showcase.is-transitioning .ms-video-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.ms-showcase.is-dissolving .ms-video-frame::after {
    background:
        radial-gradient(circle at 50% 45%, rgba(255, 255, 255, 0.16), transparent 38%),
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
    animation: ms-dissolve-glow 0.95s ease both;
}

.ms-showcase.is-stripe-wiping .ms-video-frame::after {
    background: repeating-linear-gradient(
        100deg,
        rgba(255, 255, 255, 0.00) 0 12px,
        rgba(255, 224, 137, 0.22) 12px 15px,
        rgba(255, 255, 255, 0.00) 15px 28px
    );
    transform: translateX(-120%);
    animation: ms-stripe-wipe 0.95s cubic-bezier(.2, .8, .2, 1) both;
}

.ms-showcase.is-soft-zooming .ms-sample-video.is-active {
    animation: ms-soft-zoom-in 1.05s ease both;
}

.ms-showcase.is-light-sweeping .ms-video-frame::after {
    background: linear-gradient(105deg, transparent 28%, rgba(255, 255, 255, 0.28), transparent 72%);
    transform: translateX(-130%);
    animation: ms-light-sweep 0.9s ease both;
}

.ms-video-sheen {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(180deg, transparent 54%, rgba(5, 8, 12, 0.30)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent 34%);
    pointer-events: none;
}

.ms-video-copy {
    position: relative;
    z-index: 1;
    min-height: 128px;
    padding: 18px 4px 2px;
}

.ms-card-kicker {
    position: relative;
    z-index: 1;
    color: rgba(255, 241, 199, 0.82);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ms-video-copy strong {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 8px;
    font-size: clamp(1.55rem, 2.5vw, 2.25rem);
    font-weight: 780;
    line-height: 1.05;
    letter-spacing: -0.025em;
}

.ms-video-copy p {
    position: relative;
    z-index: 1;
    max-width: 560px;
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.94rem;
    line-height: 1.55;
}

.ms-video-dots {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding-top: 4px;
}

.ms-video-dots button {
    width: 26px;
    height: 5px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
    transition: background 0.15s ease, width 0.15s ease;
}

.ms-video-dots button.is-active {
    width: 42px;
    background: #f2c860;
}

@keyframes ms-dissolve-glow {
    0% { opacity: 0; filter: blur(14px); }
    45% { opacity: 1; filter: blur(5px); }
    100% { opacity: 0; filter: blur(18px); }
}

@keyframes ms-stripe-wipe {
    0% { transform: translateX(-120%); opacity: 0; }
    20% { opacity: 1; }
    100% { transform: translateX(120%); opacity: 0; }
}

@keyframes ms-soft-zoom-in {
    0% { transform: scale(1.065); filter: saturate(1.06) brightness(1.08); }
    100% { transform: scale(1); filter: saturate(1) brightness(1); }
}

@keyframes ms-light-sweep {
    0% { transform: translateX(-130%); opacity: 0; }
    18% { opacity: 1; }
    100% { transform: translateX(130%); opacity: 0; }
}

.ms-feature-strip article,
.ms-workflow-grid article,
.ms-access-card {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.055);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ms-workflow-grid strong {
    display: block;
    margin-top: 7px;
    color: #fff;
    font-weight: 780;
}

.ms-feature-strip p,
.ms-workflow-grid p,
.ms-access-card p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.52;
}

.ms-feature-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 22px;
}

.ms-feature-strip article {
    border-radius: 26px;
    padding: 24px;
}

.ms-feature-strip article.is-highlighted {
    border-color: rgba(93, 232, 136, 0.30);
    background:
        radial-gradient(circle at 16% 0%, rgba(93, 232, 136, 0.18), transparent 44%),
        rgba(255, 255, 255, 0.065);
}

.ms-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    border-radius: 16px;
    background: rgba(242, 200, 96, 0.14);
    color: #f2c860;
    font-size: 0.78rem;
    font-weight: 850;
}

.ms-feature-strip h2 {
    margin: 18px 0 0;
    font-size: 1.12rem;
    font-weight: 760;
    letter-spacing: -0.015em;
}

.ms-workflow-section {
    margin-top: clamp(42px, 7vh, 78px);
}

.ms-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 18px;
}

.ms-section-head h2 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(1.9rem, 3.2vw, 3.55rem);
    font-weight: 760;
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.ms-workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.ms-workflow-grid article {
    min-height: 180px;
    border-radius: 24px;
    padding: 22px;
}

.ms-access-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 18px;
    border-radius: 30px;
    padding: clamp(22px, 3.5vw, 34px);
    background:
        radial-gradient(circle at 8% 0%, rgba(242, 139, 60, 0.18), transparent 46%),
        rgba(255, 255, 255, 0.06);
}

.ms-access-card h2 {
    margin: 0;
    font-size: clamp(1.6rem, 2.7vw, 3rem);
    font-weight: 760;
    line-height: 1.06;
    letter-spacing: -0.025em;
}

.ms-access-card p {
    max-width: 720px;
}

.ms-access-actions {
    flex: 0 0 auto;
    margin-top: 0;
    justify-content: flex-end;
}

@media (max-width: 1100px) {
    .marketing-splash {
        width: min(100% - 32px, 980px);
    }

    .ms-hero,
    .ms-feature-strip,
    .ms-workflow-grid {
        grid-template-columns: 1fr;
    }

    .ms-hero {
        min-height: 0;
    }

    .ms-workflow-grid article {
        min-height: auto;
    }

    .ms-access-card,
    .ms-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .ms-access-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {
    .marketing-splash {
        width: min(100% - 24px, 620px);
        padding-top: 12px;
    }

    .ms-hero h1 {
        font-size: clamp(2.55rem, 16vw, 4rem);
    }

    .ms-showcase {
        border-radius: 24px;
        padding: 16px;
    }

    .ms-video-frame {
        border-radius: 22px;
    }

    .ms-video-copy {
        min-height: 150px;
    }

    .ms-btn {
        width: 100%;
    }

    .ms-launch-counts {
        flex-direction: column;
    }

    .ms-launch-counts span {
        width: 100%;
    }
}
