html,
body {
    min-height: 100%;
}

body.mb-landing-page .mb-main {
    padding: 0;
}

body.mb-landing-page .masthead,
body.mb-landing-page #solutions,
body.mb-landing-page #operations,
body.mb-landing-page #about,
body.mb-landing-page #contact,
body.mb-landing-page .masthead .masthead-device-mockup,
body.mb-landing-page .features-device-mockup {
    overflow-x: hidden;
}

body:not(.mb-landing-page):not(.mb-portal-page) .mb-main {
    min-height: calc(100vh - 220px);
    padding: 6.5rem 0 3rem;
}

body {
    background: #ffffff;
}

#mainNav .nav-link {
    font-weight: 700;
}

.meon-kicker {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1.1rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(41, 55, 240, 0.08);
    color: #2937f0;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.meon-action-stack .btn {
    min-width: 13rem;
}

.meon-hero-photo-wrap {
    width: min(100%, 46rem);
    aspect-ratio: 16 / 9;
    margin: 0 auto;
    padding: 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.6rem;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.meon-hero-photo-carousel,
.meon-hero-photo-carousel .carousel-inner,
.meon-hero-photo-carousel .carousel-item {
    height: 100%;
    border-radius: 1.45rem;
    background: transparent;
    overflow: hidden;
}

.meon-hero-photo {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1.45rem;
    object-fit: cover;
    object-position: center;
    transform: none;
    transform-origin: center;
    background: transparent;
}

.meon-stat-strip,
.meon-product-pills,
.meon-download-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.meon-stat-strip span,
.meon-product-pills span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.6rem;
    padding: 0.6rem 1rem;
    border: 1px solid rgba(33, 37, 41, 0.08);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
    color: #495057;
    font-size: 0.92rem;
    font-weight: 700;
}

.meon-screen-slide {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.masthead-device-mockup .screen,
.features-device-mockup .screen,
.masthead-device-mockup .device-wrapper,
.features-device-mockup .device-wrapper,
.masthead-device-mockup .device,
.features-device-mockup .device,
.masthead-device-mockup .carousel,
.features-device-mockup .carousel,
.masthead-device-mockup .carousel-inner,
.features-device-mockup .carousel-inner,
.masthead-device-mockup .carousel-item,
.features-device-mockup .carousel-item {
    height: 100%;
    overflow: hidden !important;
}

.masthead-device-mockup .screen,
.features-device-mockup .screen {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.masthead-device-mockup .screen::-webkit-scrollbar,
.features-device-mockup .screen::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.meon-screen-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meon-screen-overlay {
    position: absolute;
    right: 0.85rem;
    bottom: 0.85rem;
    left: 0.85rem;
    display: grid;
    gap: 0.2rem;
    padding: 0.75rem 0.85rem;
    border-radius: 1rem;
    background: rgba(17, 24, 39, 0.72);
    color: #ffffff;
    backdrop-filter: blur(10px);
}

.meon-screen-overlay strong {
    font-size: 0.95rem;
    line-height: 1.35;
}

.meon-screen-overlay span {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.76rem;
    line-height: 1.45;
}

.meon-aside-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.75rem 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.meon-showcase-grid {
    margin-top: 0.5rem;
}

.meon-showcase-card {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 2rem;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.22);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    isolation: isolate;
}

.meon-showcase-card:hover {
    transform: translateY(-0.65rem);
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.32);
}

.meon-showcase-card.is-disabled {
    cursor: not-allowed;
    opacity: 0.9;
}

.meon-showcase-card.is-disabled:hover {
    transform: none;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
}

.meon-showcase-media,
.meon-showcase-media img,
.meon-showcase-backdrop {
    position: absolute;
    inset: 0;
}

.meon-showcase-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.meon-showcase-card:hover .meon-showcase-media img {
    transform: scale(1.08);
}

.meon-showcase-card.is-disabled .meon-showcase-media img,
.meon-showcase-card.is-disabled:hover .meon-showcase-media img {
    transform: none;
    filter: grayscale(0.28) saturate(0.72);
}

.meon-showcase-backdrop {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.12) 0%, rgba(15, 23, 42, 0.82) 68%, rgba(15, 23, 42, 0.92) 100%),
        linear-gradient(135deg, rgba(41, 55, 240, 0.22), rgba(159, 64, 255, 0.14));
    transition: background 0.4s ease;
}

.meon-showcase-card:hover .meon-showcase-backdrop {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.18) 0%, rgba(15, 23, 42, 0.86) 68%, rgba(15, 23, 42, 0.96) 100%),
        linear-gradient(135deg, rgba(41, 55, 240, 0.28), rgba(159, 64, 255, 0.18));
}

.meon-showcase-card.is-disabled .meon-showcase-backdrop,
.meon-showcase-card.is-disabled:hover .meon-showcase-backdrop {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.14) 0%, rgba(15, 23, 42, 0.84) 68%, rgba(15, 23, 42, 0.94) 100%),
        linear-gradient(135deg, rgba(100, 116, 139, 0.24), rgba(71, 85, 105, 0.16));
}

.meon-showcase-body {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 27rem;
    padding: 2rem;
    text-align: center;
}

.meon-showcase-badge {
    display: inline-flex;
    align-items: center;
    min-height: 2rem;
    margin-bottom: 1rem;
    padding: 0.38rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    color: #475569;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.meon-showcase-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 5rem;
    height: 5rem;
    margin-bottom: 1.5rem;
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
    color: #2937f0;
    font-size: 2rem;
}

.meon-showcase-body h3 {
    margin-bottom: 0.75rem;
    color: #ffffff;
    font-size: 1.45rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.meon-showcase-body p {
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.75;
    font-weight: 500;
}

.meon-showcase-link {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: auto;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.meon-showcase-card:hover .meon-showcase-link {
    transform: translateX(0.2rem);
}

.meon-solution-card {
    display: grid;
    gap: 1.2rem;
    padding: 1.35rem;
    border: 1px solid rgba(33, 37, 41, 0.08);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.08);
}

.meon-solution-points {
    display: grid;
    gap: 1rem;
}

.meon-solution-points div {
    display: grid;
    gap: 0.2rem;
}

.meon-solution-points strong {
    color: #212529;
    font-size: 1rem;
}

.meon-solution-points span {
    color: #6c757d;
    line-height: 1.6;
}

.meon-download-actions {
    justify-content: center;
}

.meon-download-actions .btn {
    min-width: 13rem;
}

.meon-about-section {
    padding: 6rem 0;
    background: #2937f0;
}

.meon-about-intro,
.meon-about-card {
    height: 100%;
    padding: 2rem;
    border: 1px solid rgba(33, 37, 41, 0.08);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.08);
}

.meon-about-intro {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.meon-about-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.meon-about-notes span {
    display: inline-flex;
    align-items: center;
    min-height: 2.8rem;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(33, 37, 41, 0.08);
    border-radius: 999px;
    background: #f8fafc;
    color: #495057;
    font-size: 0.92rem;
    font-weight: 700;
}

.meon-about-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.meon-about-card-accent {
    background:
        linear-gradient(135deg, rgba(41, 55, 240, 0.08), rgba(159, 64, 255, 0.06)),
        rgba(255, 255, 255, 0.98);
}

.meon-about-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 1.25rem;
    background: rgba(41, 55, 240, 0.08);
    color: #2937f0;
    font-size: 1.5rem;
}

.meon-about-card h3 {
    margin-bottom: 0;
    color: #212529;
}

.meon-about-card p {
    color: #6c757d;
    line-height: 1.75;
}

.meon-about-card-link {
    position: relative;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.meon-about-card-link .meon-about-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: auto;
    font-size: 0.92rem;
    font-weight: 700;
    color: #0f766e;
}

.meon-about-card-link:hover {
    transform: translateY(-0.3rem);
}

.meon-about-card-link:hover .meon-about-card-cta {
    color: #0f5e58;
}

.meon-contact-section {
    padding: 6rem 0;
    background: linear-gradient(180deg, #f3f4f6 0%, #e8ebef 100%);
}

.meon-contact-card,
.meon-contact-form-card {
    height: 100%;
    padding: 2rem;
    border: 1px solid rgba(33, 37, 41, 0.08);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(17, 24, 39, 0.08);
}

.meon-contact-info-list {
    display: grid;
    gap: 1rem;
}

.meon-contact-proof {
    display: grid;
    gap: 0.65rem;
}

.meon-contact-proof span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.4rem;
    padding: 0.6rem 0.85rem;
    border: 1px solid rgba(33, 37, 41, 0.08);
    border-radius: 0.5rem;
    background: rgba(248, 250, 252, 0.95);
    color: #334155;
    font-size: 0.92rem;
    font-weight: 600;
}

.meon-contact-proof i {
    color: #0f766e;
    font-size: 1rem;
}

.meon-contact-info-item {
    display: grid;
    grid-template-columns: 3.5rem 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(33, 37, 41, 0.06);
    border-radius: 1.35rem;
    background: #f8fafc;
}

.meon-contact-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    background: rgba(41, 55, 240, 0.08);
    color: #2937f0;
    font-size: 1.35rem;
}

.meon-contact-info-item strong,
.meon-contact-form-card h3 {
    display: block;
    color: #212529;
}

.meon-contact-info-item span,
.meon-contact-note {
    color: #6c757d;
    line-height: 1.6;
}

.meon-contact-form .form-label {
    margin-bottom: 0.55rem;
    color: #212529;
    font-weight: 700;
}

.meon-contact-form .form-control,
.meon-contact-form .form-select {
    min-height: 3.5rem;
    border: 1px solid #d6dbe3;
    border-radius: 1rem;
    background: #f8fafc;
    box-shadow: none;
}

.meon-contact-form textarea.form-control {
    min-height: 10rem;
    padding-top: 1rem;
    resize: vertical;
}

.meon-contact-form .form-control:focus,
.meon-contact-form .form-select:focus {
    border-color: rgba(41, 55, 240, 0.45);
    box-shadow: 0 0 0 0.2rem rgba(41, 55, 240, 0.08);
    background: #ffffff;
}

.meon-contact-feedback {
    margin-bottom: 1rem;
    padding: 0.72rem 0.9rem;
    border-radius: 0.65rem;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
}

.meon-contact-feedback-success {
    border: 1px solid rgba(15, 118, 110, 0.22);
    background: rgba(15, 118, 110, 0.08);
    color: #0f766e;
}

.meon-contact-feedback-error {
    border: 1px solid rgba(185, 28, 28, 0.22);
    background: rgba(185, 28, 28, 0.08);
    color: #991b1b;
}

.meon-contact-note {
    max-width: 34rem;
    font-size: 0.95rem;
}

@media (max-width: 991.98px) {
    body:not(.mb-landing-page):not(.mb-portal-page) .mb-main {
        padding-top: 5.5rem;
    }

    .meon-hero-photo-wrap {
        width: 100%;
    }

    .meon-action-stack .btn,
    .meon-download-actions .btn {
        min-width: 0;
    }
}

@media (max-width: 575.98px) {
    .meon-hero-photo-wrap {
        width: 100%;
    }

    .meon-stat-strip span,
    .meon-product-pills span,
    .meon-download-actions .btn,
    .meon-action-stack .btn {
        width: 100%;
    }

    .meon-solution-card {
        padding: 1rem;
        border-radius: 1.5rem;
    }

    .meon-showcase-card {
        border-radius: 1.5rem;
    }

    .meon-showcase-body {
        min-height: 23rem;
        padding: 1.5rem;
    }

    .meon-about-intro,
    .meon-about-card,
    .meon-contact-card,
    .meon-contact-form-card {
        padding: 1.35rem;
        border-radius: 1.5rem;
    }

    .meon-contact-info-item {
        grid-template-columns: 3rem 1fr;
        padding: 0.9rem 1rem;
        border-radius: 1.1rem;
    }

    .meon-contact-info-icon {
        width: 3rem;
        height: 3rem;
        border-radius: 0.9rem;
        font-size: 1.15rem;
    }

    .meon-showcase-icon {
        width: 4.35rem;
        height: 4.35rem;
        margin-bottom: 1.1rem;
        border-radius: 1.2rem;
        font-size: 1.7rem;
    }

    .meon-screen-overlay {
        right: 0.6rem;
        bottom: 0.6rem;
        left: 0.6rem;
        padding: 0.65rem 0.75rem;
    }
}

/* Landing page polish */
body.mb-landing-page {
    --meon-ink: #0f172a;
    --meon-ink-soft: #334155;
    --meon-muted: #64748b;
    --meon-line: rgba(15, 23, 42, 0.14);
    --meon-surface: #ffffff;
    --meon-surface-soft: #f2f7fa;
    --meon-accent: #0f766e;
    --meon-accent-soft: #14b8a6;
    background:
        radial-gradient(circle at 8% -8%, rgba(20, 184, 166, 0.14), transparent 34%),
        radial-gradient(circle at 92% -4%, rgba(14, 116, 144, 0.14), transparent 38%),
        linear-gradient(180deg, #f8fafc 0%, #edf2f7 42%, #f8fafc 100%);
    color: var(--meon-ink);
}

body.mb-landing-page #mainNav {
    border-bottom: 1px solid var(--meon-line);
    background: rgba(248, 251, 255, 0.9);
    backdrop-filter: blur(10px);
}

body.mb-landing-page #mainNav .navbar-brand {
    color: var(--meon-ink);
}

body.mb-landing-page #mainNav .nav-link {
    color: #1f2937;
}

body.mb-landing-page #mainNav .nav-link:hover {
    color: var(--meon-accent);
}

body.mb-landing-page .masthead {
    padding-top: 8rem;
    padding-bottom: 4.75rem;
    background: #ffffff;
}

body.mb-landing-page .meon-hero-copy h1 {
    max-width: 17ch;
    color: var(--meon-ink);
    font-weight: 800;
    letter-spacing: -0.02em;
}

body.mb-landing-page .meon-hero-copy .lead {
    max-width: 44rem;
    color: var(--meon-muted) !important;
    line-height: 1.75;
}

body.mb-landing-page .meon-kicker {
    border: 1px solid rgba(15, 118, 110, 0.22);
    border-radius: 0.55rem;
    background: rgba(15, 118, 110, 0.08);
    color: #0f5e58;
}

body.mb-landing-page .meon-kicker-dark {
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.12);
    color: #0f172a;
}

body.mb-landing-page .meon-action-stack .btn {
    min-height: 3.15rem;
    border-radius: 0.6rem !important;
    font-weight: 700;
}

body.mb-landing-page .btn-primary {
    border-color: #2937f0;
    background: #2937f0;
    color: #ffffff;
}

body.mb-landing-page .btn-primary:hover,
body.mb-landing-page .btn-primary:focus {
    border-color: #2330d8;
    background: #2330d8;
    color: #ffffff;
}

body.mb-landing-page .meon-stat-strip span {
    border: 1px solid var(--meon-line);
    border-radius: 0.65rem;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
    color: #334155;
    font-weight: 700;
}

body.mb-landing-page .meon-stat-strip i {
    color: var(--meon-accent);
}

body.mb-landing-page .gradient-start-color {
    stop-color: #0f766e;
}

body.mb-landing-page .gradient-end-color {
    stop-color: #155e75;
}

body.mb-landing-page .bg-gradient-primary-to-secondary {
    background: linear-gradient(132deg, #0f172a 0%, #1e293b 52%, #0f766e 100%);
}

body.mb-landing-page #solutions {
    padding: 5.75rem 0 6.25rem;
}

body.mb-landing-page .meon-aside-mark {
    border-radius: 0.6rem;
    background: rgba(15, 118, 110, 0.2);
    border-color: rgba(148, 163, 184, 0.4);
    color: #f8fafc;
}

body.mb-landing-page .meon-showcase-card {
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 0.75rem;
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.24);
}

body.mb-landing-page .meon-showcase-card.is-disabled {
    border-color: rgba(148, 163, 184, 0.48);
}

body.mb-landing-page .meon-showcase-body {
    align-items: flex-start;
    text-align: left;
    min-height: 25.5rem;
}

body.mb-landing-page .meon-showcase-body p {
    max-width: 33ch;
}

body.mb-landing-page .meon-showcase-link {
    color: rgba(255, 255, 255, 0.95);
}

body.mb-landing-page .meon-showcase-card.is-disabled .meon-showcase-link {
    color: rgba(255, 255, 255, 0.82);
}

body.mb-landing-page .meon-showcase-icon {
    border-radius: 0.7rem;
    color: #0f766e;
}

body.mb-landing-page .meon-showcase-backdrop {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.82) 68%, rgba(15, 23, 42, 0.92) 100%),
        linear-gradient(140deg, rgba(20, 184, 166, 0.2), rgba(15, 118, 110, 0.14));
}

body.mb-landing-page .meon-showcase-card:hover .meon-showcase-backdrop {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.18) 0%, rgba(15, 23, 42, 0.88) 68%, rgba(15, 23, 42, 0.96) 100%),
        linear-gradient(140deg, rgba(20, 184, 166, 0.26), rgba(15, 118, 110, 0.2));
}

body.mb-landing-page .meon-feature-shell {
    padding: 5.5rem 0;
}

body.mb-landing-page .meon-feature-shell-alt {
    background: linear-gradient(180deg, #f8fafc 0%, #eef5f7 100%);
}

body.mb-landing-page .meon-feature-header {
    max-width: 50rem;
}

body.mb-landing-page .meon-feature-header .meon-kicker {
    justify-content: center;
}

body.mb-landing-page .meon-feature-header h2 {
    letter-spacing: -0.02em;
}

body.mb-landing-page .meon-section-lead {
    max-width: 58rem;
    color: var(--meon-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

body.mb-landing-page .meon-feature-content {
    row-gap: 2rem;
}

body.mb-landing-page .meon-feature-copy-wrap {
    width: min(100%, 52rem);
}

body.mb-landing-page #operations .meon-feature-copy-wrap {
    margin-left: auto;
}

body.mb-landing-page #operations-hospitality .meon-feature-copy-wrap {
    margin-right: auto;
}

body.mb-landing-page .meon-feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 1.5rem 1.2rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    text-align: center;
}

body.mb-landing-page .meon-feature-card h3 {
    margin-bottom: 0.75rem;
}

body.mb-landing-page .meon-feature-card p {
    max-width: 28ch;
    margin-left: auto;
    margin-right: auto;
}

body.mb-landing-page .meon-feature-visual {
    min-height: 100%;
}

body.mb-landing-page .meon-operation-slider {
    overflow: hidden;
    min-height: clamp(17rem, 30vw, 27rem);
    border: 1px solid rgba(15, 118, 110, 0.18);
    border-radius: 1.6rem;
    background: linear-gradient(145deg, #0f172a, #1e293b);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.2);
}

body.mb-landing-page .meon-operation-slider .carousel-inner,
body.mb-landing-page .meon-operation-slider .carousel-item,
body.mb-landing-page .meon-operation-slide {
    height: 100%;
    min-height: inherit;
}

body.mb-landing-page .meon-operation-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem;
}

body.mb-landing-page .meon-operation-slide img {
    width: 100%;
    height: 100%;
    max-height: clamp(16rem, 29vw, 26rem);
    object-fit: contain;
    object-position: center;
    border-radius: 1.15rem;
    background: #f8fafc;
    box-shadow: 0 16px 44px rgba(2, 6, 23, 0.28);
}

body.mb-landing-page .meon-operation-slider .carousel-indicators {
    bottom: 0.45rem;
    margin-bottom: 0;
}

body.mb-landing-page .meon-operation-slider .carousel-indicators [data-bs-target] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 999px;
    background-color: #ffffff;
    opacity: 0.55;
}

body.mb-landing-page .meon-operation-slider .carousel-indicators .active {
    opacity: 1;
}

body.mb-landing-page .meon-operation-slider .carousel-control-prev,
body.mb-landing-page .meon-operation-slider .carousel-control-next {
    width: 14%;
}

body.mb-landing-page .sipyon-phone-slider {
    overflow: hidden;
    width: min(100%, 23rem);
    min-height: clamp(28rem, 48vw, 39rem);
    margin-left: auto;
    border: 1px solid rgba(249, 115, 22, 0.18);
    border-radius: 1.7rem;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18);
}

body.mb-landing-page .sipyon-phone-slider .carousel-inner,
body.mb-landing-page .sipyon-phone-slider .carousel-item,
body.mb-landing-page .sipyon-phone-slide {
    height: 100%;
    min-height: inherit;
}

body.mb-landing-page .sipyon-phone-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.mb-landing-page .sipyon-phone-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body.mb-landing-page .sipyon-phone-slider .carousel-indicators {
    bottom: 0.65rem;
    margin-bottom: 0;
}

body.mb-landing-page .sipyon-phone-slider .carousel-indicators [data-bs-target] {
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 999px;
    background-color: #f97316;
    opacity: 0.45;
}

body.mb-landing-page .sipyon-phone-slider .carousel-indicators .active {
    opacity: 1;
}

body.mb-landing-page .sipyon-phone-slider .carousel-control-prev,
body.mb-landing-page .sipyon-phone-slider .carousel-control-next {
    width: 16%;
}

body.mb-landing-page .sipyon-phone-slider .carousel-control-prev-icon,
body.mb-landing-page .sipyon-phone-slider .carousel-control-next-icon {
    filter: drop-shadow(0 0.25rem 0.5rem rgba(15, 23, 42, 0.35));
}

body.mb-landing-page .icon-feature {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 0.7rem;
    background: rgba(15, 118, 110, 0.1);
    color: var(--meon-accent);
    font-size: 1.35rem;
}

body.mb-landing-page .icon-feature::before {
    line-height: 1;
}

body.mb-landing-page .text-gradient {
    background: none;
    background-image: none;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-text-fill-color: currentColor;
    color: var(--meon-accent);
}

@media (min-width: 992px) {
    body.mb-landing-page #operations .features-device-mockup {
        justify-content: flex-start;
    }

    body.mb-landing-page #operations .features-device-mockup .device-wrapper {
        margin-left: 0;
        margin-right: auto;
    }

    body.mb-landing-page #operations-hospitality .features-device-mockup {
        justify-content: flex-end;
    }

    body.mb-landing-page #operations-hospitality .features-device-mockup .device-wrapper {
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    body.mb-landing-page .meon-feature-copy-wrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    body.mb-landing-page .sipyon-phone-slider {
        margin-right: auto;
    }
}

body.mb-landing-page #about {
    padding: 5.75rem 0;
}

body.mb-landing-page .meon-about-intro h2 {
    max-width: 18ch;
    letter-spacing: -0.01em;
}

body.mb-landing-page .meon-about-intro .lead {
    color: #475569 !important;
}

body.mb-landing-page .meon-about-intro,
body.mb-landing-page .meon-about-card,
body.mb-landing-page .meon-contact-card,
body.mb-landing-page .meon-contact-form-card {
    border-radius: 0.75rem;
    border: 1px solid rgba(148, 163, 184, 0.32);
    box-shadow: 0 20px 48px rgba(15, 23, 42, 0.1);
}

body.mb-landing-page .meon-about-card-accent {
    background:
        linear-gradient(140deg, rgba(20, 184, 166, 0.12), rgba(20, 184, 166, 0.03)),
        rgba(255, 255, 255, 0.98);
}

body.mb-landing-page .meon-about-card-icon,
body.mb-landing-page .meon-contact-info-icon {
    border-radius: 0.6rem;
    background: rgba(15, 118, 110, 0.1);
    color: #0f766e;
}

body.mb-landing-page .meon-about-card-link:hover {
    border-color: rgba(15, 118, 110, 0.32);
    box-shadow: 0 26px 54px rgba(15, 23, 42, 0.13);
}

body.mb-landing-page .meon-about-card-link .meon-about-card-cta {
    color: #0f766e;
}

body.mb-landing-page .meon-about-notes span {
    border-radius: 0.55rem;
}

body.mb-landing-page .meon-contact-section {
    padding: 5.75rem 0;
    background: linear-gradient(180deg, #eef3f8 0%, #e6edf4 100%);
}

body.mb-landing-page .meon-contact-info-item {
    border-radius: 0.7rem;
    border-color: rgba(148, 163, 184, 0.34);
    background: rgba(255, 255, 255, 0.88);
}

body.mb-landing-page .meon-contact-form .form-control,
body.mb-landing-page .meon-contact-form .form-select {
    border-radius: 0.65rem;
}

body.mb-landing-page .meon-contact-note {
    color: #475569;
    font-size: 0.9rem;
}

body.mb-landing-page .meon-contact-form .form-control:focus,
body.mb-landing-page .meon-contact-form .form-select:focus {
    border-color: rgba(15, 118, 110, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(15, 118, 110, 0.11);
}

@media (max-width: 991.98px) {
    body.mb-landing-page .masthead {
        padding-top: 7.4rem;
        padding-bottom: 3.6rem;
    }

    body.mb-landing-page .meon-feature-shell {
        padding: 4.5rem 0;
    }
}

@media (max-width: 575.98px) {
    body.mb-landing-page .meon-showcase-card,
    body.mb-landing-page .meon-about-intro,
    body.mb-landing-page .meon-about-card,
    body.mb-landing-page .meon-contact-card,
    body.mb-landing-page .meon-contact-form-card {
        border-radius: 0.65rem;
    }

    body.mb-landing-page .meon-feature-card {
        padding: 1.25rem 1rem;
    }
}
