.mlc-site-shell-react {
    min-height: 100%;
}

body.mlc-marketing-shell #content {
    overflow-x: clip;
}

body.mlc-marketing-shell .lead,
body.mlc-marketing-shell p {
    line-height: 1.75;
}

body.mlc-marketing-shell .btn,
body.mlc-marketing-shell .card,
body.mlc-marketing-shell .shadow-soft {
    border-radius: 0.5rem;
}

body.mlc-marketing-shell .card {
    border-color: rgba(219, 232, 246, 0.9);
    box-shadow: 0 18px 44px rgba(15, 31, 53, 0.07);
}

body.mlc-marketing-shell .btn {
    min-height: 3.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    font-weight: 800;
}

.mlc-page-flow {
    position: relative;
    padding: 4.5rem 0 5.5rem;
    background:
        radial-gradient(circle at 8% 0%, rgba(20, 116, 234, 0.12), transparent 28rem),
        linear-gradient(180deg, #f6fbff 0%, #ffffff 38rem);
}

.mlc-page-flow > .mlc-shell-frame + .mlc-shell-frame {
    margin-top: 3rem;
}

body.mlc-marketing-shell .mlc-page-flow > .mlc-shell-frame:not(.mlc-logo-strip):not(.mlc-cta-band) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.mlc-page-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(24rem, 0.92fr);
    align-items: center;
    gap: 4rem;
}

.mlc-page-hero--compact {
    align-items: start;
}

.mlc-page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    color: var(--mlc-brand-dark);
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.mlc-page-title {
    max-width: 58rem;
    margin: 0;
    color: var(--mlc-ink);
    font-size: 4.15rem;
    line-height: 1.04;
    letter-spacing: 0;
}

.mlc-page-title span {
    color: #2b83c6;
}

.mlc-page-lede {
    max-width: 49rem;
    margin: 1.35rem 0 0;
    color: var(--mlc-body);
    font-size: 1.22rem;
}

.mlc-page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.9rem;
}

.mlc-page-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 3.6rem;
    padding: 0 1.35rem;
    border: 1px solid transparent;
    border-radius: 0.5rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.mlc-page-button:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.mlc-page-button--primary {
    background: #ff6a13;
    color: #fff;
    box-shadow: 0 18px 38px rgba(255, 106, 19, 0.24);
}

.mlc-page-button--primary:hover {
    color: #fff;
    box-shadow: 0 22px 44px rgba(255, 106, 19, 0.28);
}

.mlc-page-button--secondary {
    background: #fff;
    color: var(--mlc-ink);
    border-color: rgba(203, 213, 225, 0.95);
    box-shadow: 0 12px 28px rgba(15, 31, 53, 0.08);
}

.mlc-page-button--secondary:hover {
    color: var(--mlc-brand-dark);
    border-color: rgba(20, 116, 234, 0.35);
}

.mlc-quick-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.15rem;
    margin-top: 1.25rem;
    color: var(--mlc-muted);
    font-weight: 800;
}

.mlc-quick-points span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.mlc-quick-points i {
    color: var(--mlc-success);
}

.mlc-page-visual {
    overflow: hidden;
    border: 1px solid rgba(219, 232, 246, 0.95);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 26px 70px rgba(15, 31, 53, 0.12);
}

.mlc-page-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.mlc-page-visual__footer {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    border-top: 1px solid rgba(219, 232, 246, 0.95);
    background: #e6eef8;
}

.mlc-page-visual__footer span {
    display: grid;
    gap: 0.2rem;
    min-height: 5rem;
    padding: 1rem;
    background: #fff;
    color: var(--mlc-body);
    font-size: 0.88rem;
    font-weight: 700;
}

.mlc-page-visual__footer strong {
    color: var(--mlc-ink);
    font-size: 1.25rem;
    line-height: 1;
}

.mlc-logo-strip {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    align-items: center;
    gap: 1rem;
    padding: 1.1rem;
    border: 1px solid rgba(219, 232, 246, 0.95);
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 18px 44px rgba(15, 31, 53, 0.06);
}

.mlc-logo-strip img {
    width: 100%;
    max-width: 8rem;
    height: 3.2rem;
    margin: 0 auto;
    object-fit: contain;
    opacity: 0.72;
    filter: grayscale(1);
}

.mlc-section-heading {
    max-width: 52rem;
    margin: 0 auto 1.75rem;
    text-align: center;
}

.mlc-section-heading h2 {
    margin: 0;
    color: var(--mlc-ink);
    font-size: 2.55rem;
    line-height: 1.15;
    letter-spacing: 0;
}

.mlc-section-heading p {
    margin: 0.85rem 0 0;
    color: var(--mlc-muted);
    font-size: 1.08rem;
}

.mlc-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.mlc-info-card {
    min-height: 100%;
    padding: 1.45rem;
    border: 1px solid rgba(219, 232, 246, 0.95);
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15, 31, 53, 0.07);
}

.mlc-info-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.9rem;
    height: 2.9rem;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    background: #e8f3ff;
    color: var(--mlc-brand-dark);
    font-size: 1.25rem;
}

.mlc-info-card h3 {
    margin: 0;
    color: var(--mlc-ink);
    font-size: 1.35rem;
    letter-spacing: 0;
}

.mlc-info-card h2 {
    margin: 0;
    color: var(--mlc-ink);
    font-size: 1.55rem;
    letter-spacing: 0;
}

.mlc-info-card p {
    margin: 0.75rem 0 0;
    color: var(--mlc-body);
}

.mlc-info-card a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 1rem;
    font-weight: 800;
}

.mlc-content-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 1.5rem;
    align-items: start;
}

.mlc-side-panel,
.mlc-copy-panel {
    padding: 1.55rem;
    border: 1px solid rgba(219, 232, 246, 0.95);
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15, 31, 53, 0.07);
}

.mlc-side-panel {
    background: linear-gradient(180deg, #071323 0%, #0f2742 100%);
    color: #dbeafe;
}

.mlc-side-panel h2,
.mlc-side-panel h3 {
    color: #fff;
}

.mlc-copy-panel h2,
.mlc-copy-panel h3,
.mlc-step-card h3,
.mlc-cta-band h2 {
    letter-spacing: 0;
}

.mlc-check-list {
    display: grid;
    gap: 0.7rem;
    margin: 1.2rem 0 0;
    padding: 0;
    list-style: none;
}

.mlc-check-list li {
    display: flex;
    gap: 0.65rem;
    color: inherit;
}

.mlc-check-list i {
    color: var(--mlc-success);
    margin-top: 0.15rem;
}

.mlc-step-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.mlc-step-card {
    padding: 1.3rem;
    border: 1px solid rgba(219, 232, 246, 0.95);
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15, 31, 53, 0.07);
}

.mlc-step-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-bottom: 1rem;
    border-radius: 50%;
    background: #e8f3ff;
    color: var(--mlc-brand-dark);
    font-weight: 900;
}

.mlc-stat-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.mlc-stat-card {
    padding: 1.25rem;
    border: 1px solid rgba(219, 232, 246, 0.95);
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15, 31, 53, 0.07);
}

.mlc-stat-card strong {
    display: block;
    color: var(--mlc-ink);
    font-size: 2rem;
    line-height: 1;
}

.mlc-stat-card span {
    display: block;
    margin-top: 0.55rem;
    color: var(--mlc-muted);
    font-weight: 800;
}

.mlc-cta-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.25rem;
    padding: 2rem;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, #071323 0%, #0d335f 100%);
    color: #dbeafe;
    box-shadow: 0 24px 60px rgba(8, 17, 31, 0.18);
}

.mlc-cta-band h2 {
    margin: 0;
    color: #fff;
    font-size: 2rem;
}

.mlc-cta-band p {
    margin: 0.7rem 0 0;
    max-width: 54rem;
}

.mlc-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.mlc-product-tile {
    display: block;
    min-height: 100%;
    padding: 1.25rem;
    border: 1px solid rgba(219, 232, 246, 0.95);
    border-radius: 0.5rem;
    background: #fff;
    color: var(--mlc-body);
    text-decoration: none;
    box-shadow: 0 16px 42px rgba(15, 31, 53, 0.07);
}

.mlc-product-tile:hover {
    color: var(--mlc-body);
    text-decoration: none;
    border-color: rgba(20, 116, 234, 0.34);
}

.mlc-product-tile img {
    display: block;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: 1rem;
    object-fit: contain;
}

.mlc-product-tile h3 {
    margin: 0;
    color: var(--mlc-ink);
    font-size: 1.1rem;
}

.mlc-product-tile p {
    margin: 0.55rem 0 0;
    color: var(--mlc-muted);
    font-size: 0.95rem;
}

.mlc-contact-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.2rem;
}

.mlc-contact-row a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.65rem 0.85rem;
    border: 1px solid rgba(219, 232, 246, 0.95);
    border-radius: 0.5rem;
    background: #fff;
    color: var(--mlc-ink);
    font-weight: 800;
}

.mlc-about-badge {
    display: block;
    width: 10rem;
    max-width: 100%;
    margin-top: 1rem;
}

@media (max-width: 1199.98px) {
    .mlc-page-title {
        font-size: 3.55rem;
    }

    .mlc-product-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .mlc-page-flow {
        padding: 3.4rem 0 4.5rem;
    }

    .mlc-page-hero,
    .mlc-content-split {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .mlc-card-grid,
    .mlc-step-grid,
    .mlc-stat-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mlc-logo-strip {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .mlc-page-title {
        font-size: 2.85rem;
        line-height: 1.08;
    }

    .mlc-page-lede {
        font-size: 1.08rem;
    }

    .mlc-card-grid,
    .mlc-step-grid,
    .mlc-stat-strip,
    .mlc-product-grid,
    .mlc-page-visual__footer,
    .mlc-cta-band {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .mlc-page-flow {
        padding: 2.5rem 0 3.75rem;
    }

    .mlc-page-title {
        font-size: 2.45rem;
    }

    .mlc-page-actions a {
        width: 100%;
    }

    .mlc-logo-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
