:root {
    --mmx-navy: #0f1728;
    --mmx-blue: #1e3a5f;
    --mmx-steel: #5d88a8;
    --mmx-ice: #dbe8ef;
    --mmx-white: #ffffff;
    --mmx-mist: #eef4f7;
    --mmx-line: rgba(93, 136, 168, 0.22);
    --mmx-shadow: 0 24px 60px rgba(7, 15, 28, 0.16);
    --azul-profundo: #1E2638; /* Fondo principal oscuro */
    --azul-slate: #3D6079; /* Color secundario elegante */
    --azul-acero: #5F93B4; /* Destacado llamativo */
    --celeste-hielo: #B9D6E1; /* Texto y detalles suaves */
    --blanco-puro: #FFFFFF; /* Texto blanco nítido */
    --color-white: var(--blanco-puro); /* Alias para compatibilidad */
    --color-ice: var(--celeste-hielo); /* Alias para compatibilidad */
    --color-steel: var(--azul-acero); /* Alias para compatibilidad */
    --fuente-principal: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; /* Tipografía base */
}

body {
    background:
        radial-gradient(circle at top right, rgba(93, 136, 168, 0.16), transparent 24%),
        linear-gradient(180deg, #edf3f6 0%, #f8fbfc 100%);
    color: var(--mmx-navy);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

a {
    text-decoration: none;
}

.mmx-topbar {
    background:
        radial-gradient(circle at 85% 20%, rgba(93, 136, 168, 0.2), transparent 24%),
        linear-gradient(135deg, #0f1728 0%, #17304d 45%, #274767 100%);
    color: rgba(255, 255, 255, 0.74);
    font-size: 0.84rem;
}

.mmx-topbar-inner {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 0;
}

.mmx-topbar a {
  color: rgba(255, 255, 255, 0.78);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.mmx-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(14px);
    background:
        radial-gradient(circle at 85% 20%, rgba(93, 136, 168, 0.26), transparent 24%),
        linear-gradient(135deg, rgba(15, 23, 40, 0.94) 0%, rgba(23, 48, 77, 0.94) 45%, rgba(39, 71, 103, 0.94) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mmx-header-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 2rem;
    padding: 1rem 0;
}

.mmx-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: var(--mmx-white);
}

.mmx-brand-has-logo {
    gap: 1rem;
}

.mmx-brand-mark {
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: linear-gradient(145deg, var(--mmx-steel), var(--mmx-blue));
    color: var(--mmx-white);
    font-weight: 800;
    letter-spacing: 0.08em;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.24), var(--mmx-shadow);
}

.mmx-brand-mark-logo-shell {
    width: 10rem;
    height: 4rem;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.mmx-brand-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0;
}

.mmx-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.mmx-brand-copy strong {
    font-size: 1.2rem;
}

.mmx-brand-copy small {
    color: rgba(255, 255, 255, 0.66);
}

.mmx-main-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.1rem 1.6rem;
}

.mmx-header-collapse {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
}

.mmx-header-collapse.collapse:not(.show) {
    display: grid;
}

.mmx-main-nav a,
.mmx-text-link,
.mmx-footer a {
    color: rgba(255, 255, 255, 0.78);
    transition: color 0.2s ease, opacity 0.2s ease;
}

.mmx-main-nav a:hover,
.mmx-text-link:hover,
.mmx-footer a:hover {
    color: #b7d4e4;
}

.mmx-header-actions {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.mmx-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--mmx-white);
}

.mmx-link-pill,
.mmx-cart-pill,
.mmx-btn-secondary,
.mmx-btn-primary,
.ocd-cart-pill,
.ocd-page-link {
    border-radius: 999px;
}

.mmx-link-pill,
.mmx-cart-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: var(--mmx-white);
    background: rgba(255, 255, 255, 0.08);
}

.mmx-category-strip {
    display: flex;
    gap: 0.75rem;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0 0 1rem;
}

.mmx-category-strip a {
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
}

.mmx-home,
.ocd-main {
    min-height: 60vh;
}

.products-section {
    padding: 5rem 0;
    background:
        radial-gradient(circle at 80% 18%, rgba(93, 136, 168, 0.18), transparent 22%),
        linear-gradient(135deg, #1b2436 0%, #202c42 55%, #24324a 100%);
}

.section-title {
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
    color: var(--mmx-white);
    font-size: clamp(2rem, 4vw, 2.6rem);
}

.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin: 0.8rem auto 0;
    border-radius: 999px;
    background: var(--mmx-steel);
}

.product-grid {
    width: 100%;
}

.product-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    padding: 2rem 1.5rem;
    text-align: center;
    background: rgba(93, 136, 168, 0.14);
    border: 1px solid rgba(93, 136, 168, 0.55);
    border-radius: 1.1rem;
    color: var(--mmx-white);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 34px rgba(7, 15, 28, 0.22);
    background: rgba(93, 136, 168, 0.2);
}

.card-icon {
    font-size: 4rem;
    line-height: 1;
    color: #6ea8cc;
    margin-bottom: 0.35rem;
}

.product-card h3 {
    margin: 0;
    color: var(--mmx-white);
    font-size: 1.15rem;
    font-weight: 700;
}

.product-card .price {
    margin: 0;
    color: var(--mmx-ice);
    font-size: 1.1rem;
    font-weight: 700;
}

.btn-add {
    margin-top: 0.55rem;
    padding: 0.7rem 1.3rem;
    background: transparent;
    border: 2px solid #6ea8cc;
    border-radius: 999px;
    color: var(--mmx-white);
    font-weight: 600;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-add:hover {
    background: #6ea8cc;
    border-color: #6ea8cc;
    color: #0f1728;
}

.mmx-hero {
    position: relative;
    overflow: hidden;
    padding: 5.5rem 0 4.5rem;
    background:
        radial-gradient(circle at 85% 20%, rgba(93, 136, 168, 0.32), transparent 24%),
        linear-gradient(135deg, #0f1728 0%, #17304d 45%, #274767 100%);
    color: var(--mmx-white);
}

.product-card-link {
    text-decoration: none;
}

.product-card-media {
    width: 5.5rem;
    height: 5.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.2rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(185, 214, 225, 0.16);
}

.product-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mmx-hero::after {
    content: "";
    position: absolute;
    inset: auto -10% -25% auto;
    width: 32rem;
    height: 32rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(219, 232, 239, 0.18), transparent 62%);
}

.mmx-hero-carousel,
.mmx-hero-carousel .carousel-inner,
.mmx-hero-carousel .carousel-item,
.mmx-hero-slide {
    min-height: clamp(34rem, 70vh, 46rem);
}

.mmx-hero-slide {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5.5rem 0 4.5rem;
}

.mmx-hero-slide-media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.mmx-hero-slide-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(10, 18, 33, 0.88) 0%, rgba(10, 18, 33, 0.7) 42%, rgba(10, 18, 33, 0.42) 100%),
        radial-gradient(circle at 85% 20%, rgba(93, 136, 168, 0.2), transparent 24%);
}

.mmx-hero-slide-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.02);
}

.mmx-hero-slide .container {
    position: relative;
    z-index: 2;
}

.mmx-hero-indicators {
    margin-bottom: 1.5rem;
}

.mmx-hero-indicators [data-bs-target] {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 999px;
    border: 0;
}

.mmx-carousel-control {
    width: 4.5rem;
    opacity: 1;
}

.mmx-carousel-control .carousel-control-prev-icon,
.mmx-carousel-control .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.12);
    background-size: 40%;
    backdrop-filter: blur(10px);
}

.mmx-carousel-control-inline {
    top: auto;
    bottom: -4.75rem;
    width: 3.25rem;
}

.mmx-clients-section {
    padding-bottom: 7rem;
}

.mmx-clients-carousel {
    position: relative;
}

.mmx-client-card {
    padding: 1.75rem 1.35rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(93, 136, 168, 0.3);
    border-radius: 1.35rem;
    box-shadow: var(--mmx-shadow);
}

.mmx-client-card-media {
    width: 100%;
    min-height: 8.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
    padding: 1rem;
    border-radius: 1rem;
    background: rgba(15, 23, 40, 0.28);
}

.mmx-client-card-media img {
    max-width: 100%;
    max-height: 5.5rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

.mmx-client-card-media span {
    width: 4rem;
    height: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: linear-gradient(135deg, #8bbad8, #5d88a8);
    color: #08111f;
    font-size: 1.6rem;
    font-weight: 800;
}

.mmx-client-card h3 {
    margin-bottom: 0.7rem;
    color: var(--mmx-white);
    font-size: 1.08rem;
}

.mmx-client-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.mmx-kicker,
.ocd-eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.78rem;
    font-weight: 700;
    color: #8bbad8;
}

.mmx-hero h1 {
    /*font-size: clamp(2.6rem, 5vw, 4.9rem);
    line-height: 0.98;
    max-width: 11ch;
    margin-bottom: 1rem;*/
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 800;
}

.mmx-hero h1 span {
  color: var(--azul-acero);
  text-shadow: 0 0 20px rgba(95, 147, 180, 0.4);
}

.mmx-hero p {
    max-width: 54ch;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.04rem;
}

.mmx-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.mmx-btn-primary,
.mmx-btn-secondary {
    padding: 0.9rem 1.4rem;
    font-weight: 700;
}

.mmx-btn-primary {
    background: linear-gradient(135deg, #8bbad8, #5d88a8);
    color: #08111f;
    border: 0;
    box-shadow: 0 14px 32px rgba(93, 136, 168, 0.34);
}

.mmx-btn-primary:hover {
    color: #08111f;
    transform: translateY(-1px);
}

.mmx-btn-secondary {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.28);
    color: var(--mmx-white);
}

.mmx-btn-secondary:hover {
    color: var(--mmx-white);
    background: rgba(255, 255, 255, 0.08);
}

.mmx-hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2.2rem;
}

.mmx-hero-metrics div,
.mmx-hero-panel,
.mmx-feature-card,
.mmx-product-card,
.mmx-highlight-strip,
.ocd-product-card,
.ocd-panel,
.ocd-toolbar,
.admin-form-card,
.admin-panel-card {
    border-radius: 1.5rem;
    border: 1px solid var(--mmx-line);
    box-shadow: var(--mmx-shadow);
}

.mmx-hero-metrics div {
    background: rgba(255, 255, 255, 0.08);
    padding: 1rem 1.1rem;
}

.mmx-hero-metrics strong {
    display: block;
    font-size: 1.45rem;
}

.mmx-hero-metrics span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.9rem;
}

.mmx-hero-panel {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    padding: 1.8rem;
}

.mmx-hero-panel-label,
.mmx-footer-label,
.mmx-product-meta {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.74rem;
    font-weight: 700;
}

.mmx-hero-panel h2 {
    margin: 0.8rem 0 1rem;
    font-size: 1.8rem;
    line-height: 1.08;
}

.mmx-bullet-list {
    padding-left: 1.15rem;
    color: rgba(255, 255, 255, 0.82);
}

.mmx-bullet-list li + li {
    margin-top: 0.6rem;
}

.mmx-section {
    padding: 4.8rem 0;
    background:
        radial-gradient(circle at 80% 18%, rgba(93, 136, 168, 0.22), transparent 22%),
        linear-gradient(135deg, #0f1728 0%, #17304d 45%, #274767 100%);
    color: var(--mmx-white);
}

.mmx-section-soft {
    background:
        radial-gradient(circle at 18% 25%, rgba(93, 136, 168, 0.18), transparent 24%),
        linear-gradient(135deg, #0f1728 0%, #17304d 45%, #274767 100%);
    color: var(--mmx-white);
}

.mmx-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.mmx-section-heading h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    margin-bottom: 0.35rem;
}

.mmx-section-heading p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.mmx-feature-card {
    display: block;
    height: 100%;
    padding: 1.7rem;
    background: rgba(255, 255, 255, 0.08);
    color: var(--mmx-white);
}

.mmx-feature-icon {
    width: 3.4rem;
    height: 3.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, var(--mmx-mist), #c9dde8);
    color: var(--mmx-blue);
}

.mmx-feature-card strong {
    display: block;
    margin-bottom: 0.65rem;
    font-size: 1.1rem;
}

.mmx-feature-card p {
    color: rgba(255, 255, 255, 0.72);
    margin-bottom: 0;
}

.mmx-product-card,
.ocd-product-card,
.admin-form-card,
.admin-panel-card,
.ocd-panel,
.ocd-toolbar {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.mmx-product-card {
    position: relative;
}

.mmx-product-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    padding: 0.4rem 0.75rem;
    border-radius: 999px;
    background: #0f1728;
    color: var(--mmx-white);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mmx-product-media,
.ocd-product-media {
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 30% 20%, rgba(93, 136, 168, 0.2), transparent 20%),
        linear-gradient(180deg, #f4f9fb, #dbe8ef);
}

.mmx-product-photo,
.ocd-product-photo {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.ocd-product-photo-lg {
    height: 420px;
}

.mmx-product-media span,
.ocd-product-media span {
    width: 88px;
    height: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.76);
    color: var(--mmx-blue);
    font-size: 2rem;
    font-weight: 800;
}

.mmx-product-body,
.ocd-product-body {
    padding: 1.4rem;
}

.mmx-product-body h3,
.ocd-product-body h3 {
    font-size: 1.08rem;
    line-height: 1.35;
    margin: 0.45rem 0 0.7rem;
}

.mmx-product-body p,
.ocd-product-body p,
.text-secondary {
    color: #5d6f80 !important;
}

.mmx-price-row,
.ocd-price-row {
    display: flex;
    gap: 0.6rem;
    align-items: baseline;
    margin: 1rem 0 0;
}

.mmx-price-row small,
.ocd-price-row small {
    color: #728596;
    text-decoration: line-through;
}

.mmx-price-row strong,
.ocd-price-row strong {
    font-size: 1.35rem;
}

.mmx-brand-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
}

.mmx-brand-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--mmx-line);
    border-radius: 1.2rem;
    color: var(--mmx-white);
    font-weight: 700;
}

.mmx-highlight-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background: linear-gradient(135deg, #102039, #274767);
    color: var(--mmx-white);
}

.mmx-highlight-strip div {
    padding: 1.3rem 1.4rem;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.mmx-highlight-strip div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.mmx-contact-page {
    min-height: 60vh;
}

.mmx-cart-page,
.mmx-checkout-page {
    min-height: 60vh;
}

.mmx-cart-hero,
.mmx-checkout-hero {
    padding: 5rem 0 3.5rem;
    background:
        radial-gradient(circle at 85% 20%, rgba(93, 136, 168, 0.32), transparent 24%),
        linear-gradient(135deg, #0f1728 0%, #17304d 45%, #274767 100%);
    color: var(--mmx-white);
}

.mmx-cart-hero-card,
.mmx-cart-panel,
.mmx-checkout-hero-card,
.mmx-checkout-panel,
.mmx-transfer-box {
    border: 1px solid var(--mmx-line);
    border-radius: 1.5rem;
    box-shadow: var(--mmx-shadow);
}

.mmx-cart-hero-card,
.mmx-checkout-hero-card {
    padding: 1.8rem;
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
}

.mmx-cart-hero-metrics,
.mmx-checkout-hero-metrics {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.mmx-cart-hero-metrics div,
.mmx-checkout-hero-metrics div {
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.08);
}

.mmx-cart-hero-metrics strong,
.mmx-checkout-hero-metrics strong {
    display: block;
    font-size: 1.35rem;
}

.mmx-cart-hero-metrics span,
.mmx-checkout-hero-metrics span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.92rem;
}

.mmx-cart-stack,
.mmx-checkout-stack {
    display: grid;
    gap: 1.5rem;
}

.mmx-cart-panel,
.mmx-checkout-panel {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    color: var(--mmx-white);
}

.mmx-cart-heading,
.mmx-checkout-heading {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.mmx-cart-heading h2,
.mmx-checkout-heading h2,
.mmx-transfer-box-title {
    margin: 0.35rem 0 0;
    color: var(--mmx-white);
}

.mmx-cart-panel .form-label,
.mmx-checkout-panel .form-label {
    color: var(--mmx-white);
}

.mmx-cart-panel .form-control,
.mmx-cart-panel .form-select,
.mmx-checkout-panel .form-control,
.mmx-checkout-panel .form-select {
    background: rgba(255, 255, 255, 0.08);
    color: var(--mmx-white);
    border-color: rgba(255, 255, 255, 0.14);
}

.mmx-cart-panel .form-control::placeholder,
.mmx-checkout-panel .form-control::placeholder,
.mmx-checkout-panel textarea::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.mmx-cart-panel .form-control:focus,
.mmx-cart-panel .form-select:focus,
.mmx-checkout-panel .form-control:focus,
.mmx-checkout-panel .form-select:focus {
    background: rgba(255, 255, 255, 0.12);
    color: var(--mmx-white);
    border-color: rgba(183, 212, 228, 0.55);
    box-shadow: 0 0 0 0.25rem rgba(93, 136, 168, 0.18);
}

.mmx-cart-table-wrap {
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.mmx-cart-table {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
}

.mmx-cart-table > :not(caption) > * > * {
    padding: 1rem;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.08);
    color: inherit;
}

.mmx-cart-table thead th {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.mmx-cart-item-name {
    font-weight: 700;
    color: var(--mmx-white);
}

.mmx-cart-item-meta {
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.88rem;
}

.mmx-cart-qty-input {
    max-width: 110px;
}

.mmx-cart-empty {
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
}

.mmx-cart-coupon-active {
    padding: 0.95rem 1rem;
    border-radius: 1rem;
    background: rgba(183, 212, 228, 0.1);
    color: rgba(255, 255, 255, 0.82);
}

.mmx-cart-summary {
    display: grid;
    gap: 0.8rem;
}

.mmx-cart-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.78);
}

.mmx-cart-summary-row strong {
    color: var(--mmx-white);
}

.mmx-cart-summary-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin: 0.25rem 0;
}

.mmx-cart-summary-total {
    font-size: 1.08rem;
}

.mmx-checkout-option-list {
    display: grid;
    gap: 0.9rem;
}

.mmx-checkout-option {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.mmx-checkout-option:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(183, 212, 228, 0.34);
}

.mmx-checkout-option .form-check-input {
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.mmx-checkout-option-body {
    display: grid;
    gap: 0.2rem;
}

.mmx-checkout-option-body strong {
    color: var(--mmx-white);
    font-size: 1rem;
}

.mmx-checkout-option-body small {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.9rem;
}

.mmx-transfer-box {
    padding: 1.2rem;
    background: rgba(183, 212, 228, 0.1);
    color: rgba(255, 255, 255, 0.8);
}

.mmx-transfer-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
    margin-top: 1rem;
}

.mmx-transfer-item {
    padding: 0.85rem 0.95rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.06);
}

.mmx-transfer-item span {
    display: block;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.mmx-transfer-item strong {
    display: block;
    margin-top: 0.35rem;
    color: var(--mmx-white);
}

.mmx-checkout-summary {
    display: grid;
    gap: 0.8rem;
}

.mmx-checkout-summary-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.78);
}

.mmx-checkout-summary-row strong {
    color: var(--mmx-white);
}

.mmx-checkout-summary-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.12);
    margin: 0.25rem 0;
}

.mmx-checkout-summary-total {
    margin-top: 0.4rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 1.08rem;
}

.mmx-contact-hero {
    padding: 5rem 0 3.5rem;
    background:
        radial-gradient(circle at 85% 20%, rgba(93, 136, 168, 0.32), transparent 24%),
        linear-gradient(135deg, #0f1728 0%, #17304d 45%, #274767 100%);
    color: var(--mmx-white);
}

.mmx-contact-hero-card,
.mmx-contact-card,
.mmx-contact-panel {
    height: 100%;
    border: 1px solid var(--mmx-line);
    border-radius: 1.5rem;
    box-shadow: var(--mmx-shadow);
}

.mmx-contact-hero-card {
    padding: 1.8rem;
    background: rgba(255, 255, 255, 0.08);
}

.mmx-contact-card,
.mmx-contact-panel {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    color: var(--mmx-white);
}

.mmx-contact-card h2,
.mmx-contact-panel h2 {
    margin: 0.9rem 0 0.8rem;
    color: var(--mmx-white);
}

.mmx-contact-card p,
.mmx-contact-panel p {
    color: rgba(255, 255, 255, 0.72);
}

.mmx-contact-card a,
.mmx-contact-card span,
.mmx-contact-panel .form-label {
    color: var(--mmx-white);
}

.mmx-contact-icon {
    width: 3.4rem;
    height: 3.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(219, 232, 239, 0.25), rgba(93, 136, 168, 0.35));
    color: #b7d4e4;
    font-size: 1.2rem;
}

.mmx-contact-panel .form-control {
    background: rgba(255, 255, 255, 0.08);
    color: var(--mmx-white);
    border-color: rgba(255, 255, 255, 0.14);
}

.mmx-contact-panel .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.mmx-contact-panel .form-control:focus {
    background: rgba(255, 255, 255, 0.12);
    color: var(--mmx-white);
    border-color: rgba(183, 212, 228, 0.55);
    box-shadow: 0 0 0 0.25rem rgba(93, 136, 168, 0.18);
}

.mmx-contact-benefits {
    display: grid;
    gap: 1rem;
    margin-top: 1.2rem;
}

.mmx-contact-benefits div {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mmx-contact-benefits strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--mmx-white);
}

.mmx-services-page {
    color: var(--mmx-white);
}

.mmx-service-card {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.08);
    color: var(--mmx-white);
    border: 1px solid var(--mmx-line);
    border-radius: 1.5rem;
    box-shadow: var(--mmx-shadow);
}

.mmx-service-card h2 {
    margin: 0.9rem 0 0.8rem;
    color: var(--mmx-white);
    font-size: 1.15rem;
}

.mmx-service-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.mmx-service-flow {
    display: grid;
    gap: 1rem;
    margin-top: 1.2rem;
}

.mmx-service-flow div {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.mmx-service-flow strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--mmx-white);
}

.mmx-service-flow p {
    margin: 0;
}

.mmx-service-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.5rem;
}

.mmx-footer {
    padding: 4rem 0 2rem;
    background: #09111d;
    color: rgba(255, 255, 255, 0.74);
}

.mmx-footer h2 {
    color: var(--mmx-white);
    max-width: 14ch;
}

.mmx-footer-logo {
    max-width: 180px;
    max-height: 64px;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.mmx-footer h3 {
    color: var(--mmx-white);
    font-size: 1rem;
    margin-bottom: 1rem;
}

.mmx-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mmx-footer-list li + li {
    margin-top: 0.65rem;
}

.mmx-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.9rem;
}

.mmx-footer-bottom a {
    color: rgba(255, 255, 255, 0.78);
    transition: color 0.2s ease, opacity 0.2s ease;
}

.ocd-topbar {
    background: transparent;
    color: #5d6f80;
}

.ocd-topbar a {
    color: inherit;
}

.ocd-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.ocd-page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    padding: 0.65rem 0.95rem;
    border: 1px solid var(--mmx-line);
    background: rgba(255, 255, 255, 0.9);
    color: var(--mmx-navy);
    font-weight: 700;
}

.ocd-page-link.active {
    background: var(--mmx-blue);
    border-color: var(--mmx-blue);
    color: var(--mmx-white);
}

.ocd-page-link.disabled {
    pointer-events: none;
    opacity: 0.45;
}

.ocd-toolbar {
    padding: 1.2rem 1.35rem;
}

.ocd-panel {
    padding: 1.35rem;
}

.ocd-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ocd-list li + li {
    border-top: 1px solid rgba(93, 136, 168, 0.12);
}

.ocd-list a {
    display: block;
    padding: 0.8rem 0;
    color: #28435f;
}

.ocd-section-title {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.admin-page-header h1,
.h2,
.h4,
.h5 {
    color: var(--mmx-navy);
}

.form-control,
.form-select,
.input-group-text {
    border-radius: 0.95rem;
    border-color: rgba(93, 136, 168, 0.22);
}

.btn-dark {
    background: var(--mmx-blue);
    border-color: var(--mmx-blue);
}

.btn-outline-dark {
    color: var(--mmx-blue);
    border-color: rgba(30, 58, 95, 0.3);
}

@media (max-width: 991px) {
    .mmx-topbar {
        display: none;
    }

    .mmx-topbar-inner,
    .mmx-section-heading,
    .mmx-footer-bottom {
        grid-template-columns: 1fr;
        display: grid;
    }

    .mmx-header-row {
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .mmx-brand {
        min-width: 0;
    }

    .mmx-brand-mark-logo-shell {
        width: 7.5rem;
        height: 3rem;
    }

    .mmx-brand-copy strong {
        font-size: 1rem;
    }

    .mmx-brand-copy small {
        font-size: 0.74rem;
    }

    .mmx-header-collapse {
        grid-column: 1 / -1;
        display: block;
    }

    .mmx-header-collapse:not(.show) {
        display: none;
    }

    .mmx-main-nav,
    .mmx-header-actions {
        justify-content: flex-start;
    }

    .mmx-main-nav {
        flex-direction: column;
        gap: 0.9rem;
        padding: 1rem 0 0.5rem;
    }

    .mmx-main-nav a {
        display: block;
        width: 100%;
        padding: 0.4rem 0;
    }

    .mmx-header-actions {
        flex-direction: column;
        align-items: stretch;
        padding: 0.5rem 0 0;
    }

    .mmx-link-pill,
    .mmx-cart-pill {
        justify-content: center;
    }

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

    .mmx-hero-metrics,
    .mmx-cart-hero-metrics,
    .mmx-highlight-strip,
    .mmx-transfer-grid {
        grid-template-columns: 1fr;
    }

    .mmx-highlight-strip div + div {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
    }
}

@media (max-width: 767px) {
    .mmx-hero,
    .mmx-cart-hero,
    .mmx-checkout-hero {
        padding: 4.5rem 0 3.5rem;
    }

    .mmx-hero-carousel,
    .mmx-hero-carousel .carousel-inner,
    .mmx-hero-carousel .carousel-item,
    .mmx-hero-slide {
        min-height: auto;
    }

    .mmx-hero-slide {
        padding: 4.5rem 0 5rem;
    }

    .mmx-carousel-control {
        width: 3.5rem;
    }

    .mmx-brand-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ocd-product-photo-lg {
        height: 300px;
    }

    .mmx-cart-panel,
    .mmx-checkout-panel,
    .mmx-checkout-hero-card {
        padding: 1.25rem;
    }
}

@media (max-width: 575px) {
    .mmx-header {
        position: static;
    }

    .mmx-brand {
        gap: 0.7rem;
    }

    .mmx-brand-mark-logo-shell {
        width: 6.25rem;
        height: 2.5rem;
    }

    .mmx-brand-copy strong {
        font-size: 0.92rem;
    }

    .mmx-brand-copy small {
        font-size: 0.68rem;
    }

    .mmx-menu-toggle {
        width: 2.8rem;
        height: 2.8rem;
    }

    .mmx-brand-grid {
        grid-template-columns: 1fr;
    }

    .mmx-hero h1 {
        max-width: none;
    }

    .mmx-hero-slide-media::after {
        background:
            linear-gradient(180deg, rgba(10, 18, 33, 0.9) 0%, rgba(10, 18, 33, 0.76) 55%, rgba(10, 18, 33, 0.6) 100%),
            radial-gradient(circle at 85% 20%, rgba(93, 136, 168, 0.2), transparent 24%);
    }

    .mmx-carousel-control-inline {
        bottom: -4.25rem;
    }

    .mmx-product-photo,
    .ocd-product-photo {
        height: 220px;
    }
}
