:root {
    --mbi-navy: #071b3a;
    --mbi-navy-2: #0b2c55;
    --mbi-blue: #0b4b7c;
    --mbi-ocean: #087f9c;
    --mbi-teal: #0ea5b7;
    --mbi-red: #b01822;
    --mbi-red-2: #d62835;
    --mbi-gold: #f3c15f;
    --mbi-soft: #f3f7fb;
    --mbi-soft-blue: #eaf5fa;
    --mbi-gray: #65758b;
    --mbi-dark: #0f172a;
    --mbi-white: #ffffff;
    --mbi-border: rgba(7, 27, 58, 0.12);
    --mbi-shadow: 0 24px 60px rgba(7, 27, 58, 0.18);
    --mbi-shadow-soft: 0 18px 42px rgba(7, 27, 58, 0.1);
}

* {
    box-sizing: border-box;
}

body {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--mbi-dark);
    background:
        radial-gradient(circle at top left, rgba(8, 127, 156, 0.08), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
}

a {
    text-decoration: none;
}

.top-strip {
    background: linear-gradient(90deg, var(--mbi-red), #7d1119);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    padding: 0.55rem 0;
}

.top-strip i {
    margin-right: 0.35rem;
}

.top-strip-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    opacity: 0.95;
}

.mbi-navbar {
    background:
        linear-gradient(135deg, rgba(7, 27, 58, 0.98), rgba(11, 44, 85, 0.98)),
        radial-gradient(circle at top right, rgba(14, 165, 183, 0.3), transparent 30%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 35px rgba(7, 27, 58, 0.22);
}

.navbar-scrolled {
    box-shadow: 0 24px 45px rgba(7, 27, 58, 0.32);
}

.brand-logo-shell {
    width: 86px;
    height: 62px;
    background: #fff;
    border-radius: 20px;
    padding: 0.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
}

.brand-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
}

.brand-copy strong {
    font-weight: 950;
    color: #fff;
    letter-spacing: -0.04em;
    font-size: 1.22rem;
}

.brand-copy small {
    color: rgba(255, 255, 255, 0.72);
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.72rem;
}

.nav-link {
    color: rgba(255, 255, 255, 0.82) !important;
    font-weight: 800;
    border-radius: 999px;
    padding: 0.6rem 0.95rem !important;
    transition: 0.2s ease;
}

.nav-link:hover,
.nav-link.active {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12);
}

.btn-mbi-primary {
    background: linear-gradient(135deg, var(--mbi-navy), var(--mbi-blue));
    color: #fff;
    border: 0;
    font-weight: 900;
    border-radius: 999px;
    padding: 0.8rem 1.35rem;
    box-shadow: 0 14px 32px rgba(7, 27, 58, 0.24);
}

.btn-mbi-primary:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(7, 27, 58, 0.3);
}

.btn-mbi-red {
    background: linear-gradient(135deg, var(--mbi-red), var(--mbi-red-2));
    color: #fff;
    border: 0;
    font-weight: 900;
    border-radius: 999px;
    padding: 0.72rem 1.15rem;
    box-shadow: 0 14px 28px rgba(176, 24, 34, 0.35);
}

.btn-mbi-red:hover {
    color: #fff;
    transform: translateY(-1px);
}

.btn-mbi-outline {
    border: 1px solid rgba(7, 27, 58, 0.22);
    color: var(--mbi-navy);
    background: #fff;
    font-weight: 900;
    border-radius: 999px;
    padding: 0.8rem 1.35rem;
}

.btn-mbi-outline:hover {
    color: #fff;
    background: var(--mbi-navy);
}

.btn-language {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    font-weight: 900;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.btn-language:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.16);
}

.hero-section {
    position: relative;
    overflow: hidden;
    padding: 115px 0 98px;
    background:
        linear-gradient(135deg, rgba(7, 27, 58, 0.96), rgba(11, 44, 85, 0.94)),
        radial-gradient(circle at 85% 15%, rgba(14, 165, 183, 0.35), transparent 34%),
        radial-gradient(circle at 15% 90%, rgba(176, 24, 34, 0.24), transparent 32%);
    color: #fff;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.035) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: 0.5;
}

.hero-section::after {
    content: "";
    position: absolute;
    right: -170px;
    bottom: -210px;
    width: 560px;
    height: 560px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(8, 127, 156, 0.5), transparent 68%);
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.hero-badge,
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: #fff;
    background: rgba(176, 24, 34, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.16);
    font-weight: 950;
    border-radius: 999px;
    padding: 0.55rem 0.9rem;
    margin-bottom: 1rem;
    box-shadow: 0 12px 26px rgba(176, 24, 34, 0.22);
}

.hero-section h1,
.page-hero h1 {
    color: #fff;
    font-size: clamp(2.7rem, 5.6vw, 5.8rem);
    line-height: 0.92;
    font-weight: 950;
    letter-spacing: -0.07em;
    margin-bottom: 1rem;
}

.hero-section h2 {
    color: #d9f5fb;
    font-size: clamp(1.45rem, 3vw, 2.25rem);
    font-weight: 900;
    letter-spacing: -0.04em;
}

.hero-section p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.17rem;
    max-width: 720px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.hero-section .btn-mbi-outline {
    border-color: rgba(255,255,255,0.35);
    color: #fff;
    background: rgba(255,255,255,0.08);
}

.hero-section .btn-mbi-outline:hover {
    background: #fff;
    color: var(--mbi-navy);
}

.hero-card {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 36px;
    padding: 2.2rem;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
    backdrop-filter: blur(18px);
    text-align: center;
}

.hero-card img {
    max-width: 330px;
    width: 100%;
    margin-bottom: 1.5rem;
}

.hero-card strong {
    display: block;
    font-size: 2.1rem;
    color: var(--mbi-navy);
    font-weight: 950;
    letter-spacing: -0.04em;
}

.hero-card span {
    color: var(--mbi-gray);
    font-weight: 800;
}

.trust-section {
    margin-top: -38px;
    position: relative;
    z-index: 3;
}

.trust-card {
    height: 100%;
    background: #fff;
    border: 1px solid var(--mbi-border);
    border-top: 4px solid var(--mbi-red);
    border-radius: 24px;
    padding: 1.25rem;
    box-shadow: var(--mbi-shadow-soft);
    display: flex;
    align-items: center;
    gap: 0.9rem;
    color: var(--mbi-navy);
    font-weight: 900;
}

.trust-card i {
    color: var(--mbi-red);
    font-size: 1.65rem;
}

.content-section {
    padding: 86px 0;
}

.bg-soft {
    background:
        radial-gradient(circle at top right, rgba(8, 127, 156, 0.08), transparent 32%),
        var(--mbi-soft);
}

.section-heading {
    margin-bottom: 2.2rem;
}

.section-heading span {
    color: var(--mbi-red);
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.78rem;
}

.section-heading h2 {
    color: var(--mbi-navy);
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    font-weight: 950;
    letter-spacing: -0.06em;
}

.category-card,
.product-card,
.info-card,
.form-card,
.contact-panel {
    background: #fff;
    border: 1px solid var(--mbi-border);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: var(--mbi-shadow-soft);
}

.category-card {
    display: block;
    height: 100%;
    color: inherit;
    transition: 0.22s ease;
}

.category-card:hover,
.product-card:hover,
.info-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--mbi-shadow);
}

.category-image {
    height: 218px;
    background:
        linear-gradient(135deg, rgba(7, 27, 58, 0.08), rgba(8, 127, 156, 0.14)),
        #fff;
    border-bottom: 1px solid var(--mbi-border);
}

.category-image img,
.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-body,
.product-card-body {
    padding: 1.55rem;
}

.category-body h3,
.product-card-body h3,
.info-card h3,
.promotion-card h3 {
    color: var(--mbi-navy);
    font-weight: 950;
    letter-spacing: -0.035em;
}

.category-body p,
.product-card-body p,
.info-card p,
.promotion-card p {
    color: var(--mbi-gray);
}

.product-card {
    height: 100%;
}

.product-card img {
    height: 235px;
    background: var(--mbi-soft-blue);
}

.product-card-body span {
    display: inline-block;
    color: #fff;
    background: linear-gradient(135deg, var(--mbi-red), var(--mbi-red-2));
    border-radius: 999px;
    padding: 0.38rem 0.75rem;
    font-weight: 900;
    font-size: 0.76rem;
    margin-bottom: 0.85rem;
}

.about-preview {
    padding: 90px 0;
    background:
        radial-gradient(circle at 15% 20%, rgba(8, 127, 156, 0.35), transparent 28%),
        linear-gradient(135deg, var(--mbi-navy), var(--mbi-navy-2));
    color: #fff;
    position: relative;
    overflow: hidden;
}

.about-preview::after {
    content: "";
    position: absolute;
    right: -90px;
    top: -120px;
    width: 310px;
    height: 310px;
    border-radius: 999px;
    background: rgba(176, 24, 34, 0.24);
}

.about-preview .container {
    position: relative;
    z-index: 2;
}

.about-preview h2 {
    font-size: clamp(2.1rem, 4vw, 3.4rem);
    font-weight: 950;
    letter-spacing: -0.06em;
}

.about-preview p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.1rem;
}

.stat-box {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 32px;
    padding: 2.2rem;
    backdrop-filter: blur(14px);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18);
}

.stat-box strong {
    display: block;
    font-size: 5.3rem;
    line-height: 1;
    font-weight: 950;
    color: #fff;
}

.stat-box span {
    font-size: 1.15rem;
    font-weight: 850;
    color: rgba(255, 255, 255, 0.8);
}

.page-hero {
    padding: 92px 0;
    background:
        linear-gradient(135deg, rgba(7, 27, 58, 0.96), rgba(11, 44, 85, 0.94)),
        radial-gradient(circle at top right, rgba(8, 127, 156, 0.36), transparent 35%);
    border-bottom: 1px solid var(--mbi-border);
    color: #fff;
}

.page-hero p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.15rem;
    max-width: 760px;
}

.info-card {
    padding: 2.1rem;
    border-top: 5px solid var(--mbi-red);
}

.info-card i {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(7, 27, 58, 0.08), rgba(8, 127, 156, 0.12));
    color: var(--mbi-red);
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.filter-pill {
    border: 1px solid var(--mbi-border);
    color: var(--mbi-navy);
    background: #fff;
    border-radius: 999px;
    padding: 0.72rem 1.1rem;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(7, 27, 58, 0.06);
}

.filter-pill.active,
.filter-pill:hover {
    background: linear-gradient(135deg, var(--mbi-navy), var(--mbi-blue));
    color: #fff;
}

.empty-state {
    text-align: center;
    padding: 4.2rem 2rem;
    border: 1px dashed rgba(7, 27, 58, 0.25);
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(8, 127, 156, 0.12), transparent 30%),
        var(--mbi-soft);
}

.empty-state i {
    color: var(--mbi-red);
    font-size: 3.2rem;
}

.empty-state p {
    color: var(--mbi-gray);
    font-size: 1.1rem;
    margin: 1rem auto;
    max-width: 680px;
}

.promotion-card {
    background: #fff;
    border: 1px solid var(--mbi-border);
    border-left: 6px solid var(--mbi-red);
    border-radius: 30px;
    padding: 1rem;
    box-shadow: var(--mbi-shadow-soft);
    display: grid;
    grid-template-columns: 190px 1fr;
    gap: 1.25rem;
    height: 100%;
}

.promotion-card img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    border-radius: 24px;
    background: var(--mbi-soft);
}

.contact-panel,
.form-card {
    padding: 2.1rem;
}

.contact-panel h3 {
    color: var(--mbi-navy);
    font-weight: 950;
}

.contact-line {
    display: flex;
    gap: 1rem;
    padding: 1.05rem 0;
    border-bottom: 1px solid var(--mbi-border);
}

.contact-line i {
    color: var(--mbi-red);
    font-size: 1.45rem;
}

.contact-line strong {
    display: block;
    color: var(--mbi-navy);
    font-weight: 900;
}

.contact-line span {
    color: var(--mbi-gray);
}

.form-control {
    border-radius: 16px;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(7, 27, 58, 0.18);
}

.form-control:focus {
    border-color: var(--mbi-blue);
    box-shadow: 0 0 0 0.2rem rgba(11, 75, 124, 0.12);
}

.social-row {
    display: flex;
    gap: 0.7rem;
}

.social-row a,
.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(7, 27, 58, 0.08);
    color: var(--mbi-navy);
}

.map-box iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
    border-radius: 26px;
}

.cta-section {
    padding: 72px 0;
}

.cta-box {
    background:
        radial-gradient(circle at top right, rgba(8, 127, 156, 0.38), transparent 32%),
        linear-gradient(135deg, var(--mbi-red), #7d1119);
    color: #fff;
    border-radius: 36px;
    padding: clamp(2.2rem, 5vw, 4.2rem);
    text-align: center;
    box-shadow: var(--mbi-shadow);
}

.cta-box h2 {
    font-weight: 950;
    letter-spacing: -0.06em;
    font-size: clamp(2.1rem, 4vw, 3.35rem);
}

.cta-box p {
    color: rgba(255, 255, 255, 0.84);
    max-width: 720px;
    margin: 0 auto 1.5rem;
    font-size: 1.1rem;
}

.mbi-footer {
    background:
        radial-gradient(circle at top left, rgba(8, 127, 156, 0.18), transparent 32%),
        #061831;
    color: rgba(255, 255, 255, 0.78);
    padding: 64px 0 24px;
}

.footer-brand img {
    width: 82px;
    height: 70px;
    object-fit: contain;
    background: #fff;
    border-radius: 20px;
    padding: 0.35rem;
}

.footer-brand h5,
.mbi-footer h6 {
    color: #fff;
    font-weight: 950;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 0.7rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.78);
}

.footer-links a:hover {
    color: #fff;
}

.footer-contact i {
    color: var(--mbi-red-2);
    margin-right: 0.45rem;
}

.footer-social a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 2.2rem;
    padding-top: 1.5rem;
    text-align: center;
    font-size: 0.9rem;
}

@media (max-width: 991px) {
    .top-strip-contact {
        display: none;
    }

    .brand-logo-shell {
        width: 76px;
        height: 56px;
    }

    .brand-copy strong {
        font-size: 1rem;
    }

    .hero-section {
        padding: 78px 0;
    }

    .hero-card img {
        max-width: 270px;
    }

    .promotion-card {
        grid-template-columns: 1fr;
    }

    .promotion-card img {
        height: 225px;
    }
}

@media (max-width: 575px) {
    .brand-copy {
        display: none;
    }

    .hero-section h1,
    .page-hero h1 {
        font-size: 2.45rem;
    }

    .content-section {
        padding: 64px 0;
    }
}