.mk-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #fff;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.mk-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}

.mk-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 12px;
    flex: 1;
    justify-content: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.mk-nav::-webkit-scrollbar {
    display: none;
}

.mk-nav-link {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    color: rgba(15, 23, 42, 0.82);
    text-decoration: none;
    font-weight: 700;
    white-space: nowrap;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.mk-nav-link:hover {
    color: #0f172a;
    text-decoration: none;
}

.mk-nav-link-active {
    border-color: rgba(16, 152, 173, 0.35);
    color: #0f172a;
    background: rgba(16, 152, 173, 0.12);
}

.mk-logo img {
    height: 42px;
    width: auto;
    display: block;
}

.mk-icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.mk-icon-btn:hover {
    transform: translateY(-1px);
    border-color: rgba(15, 23, 42, 0.18);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1);
}

.mk-search {
    display: none;
    padding: 0 0 14px;
}

.mk-search-open .mk-search {
    display: block;
}

.mk-search-form {
    margin: 0;
}

.mk-search-input {
    width: 100%;
    height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    padding: 0 14px;
    outline: none;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.mk-main {
    background: #f7f7f7;
}

.mk-hero {
    padding: 34px 0 10px;
}

.mk-hero-title {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
}

.mk-hero-subtitle {
    margin: 0;
    color: rgba(15, 23, 42, 0.7);
}

.mk-section {
    padding: 24px 0;
}

.mk-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.mk-section-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
}

.mk-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.mk-cats-section .mk-cat-card {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.mk-cats-section .mk-cat-card.mk-card {
    border-color: rgba(15, 23, 42, 0.1);
    box-shadow: none;
}

.mk-cats-section .mk-cat-card:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

.mk-cats-section .mk-cat-card:hover.mk-card {
    border-color: rgba(16, 152, 173, 0.35);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}

.mk-cat-card {
    padding: 14px;
    margin-bottom: 14px;
    text-align: center;
}

.mk-cat-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    margin: 0 auto 10px;
    background: linear-gradient(135deg, rgba(16, 152, 173, 0.15), rgba(7, 179, 155, 0.15));
    border: 1px solid rgba(16, 152, 173, 0.28);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mk-cats-section .mk-cat-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.04);
    border-color: rgba(15, 23, 42, 0.08);
}

.mk-cat-img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.mk-cat-title {
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4;
    color: #0f172a;
}

.mk-item-card {
    display: block;
    margin-bottom: 16px;
    color: inherit;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mk-item-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1);
    text-decoration: none;
}

.mk-media-wrap {
    position: relative;
    width: 100%;
    padding-top: 62%;
    background: #eaeaea;
}

.mk-media {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mk-card-body {
    padding: 14px 14px 16px;
}

.mk-badges {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.mk-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    color: #0f172a;
    background: rgba(15, 23, 42, 0.06);
}

.mk-item-title {
    font-weight: 800;
    color: #0f172a;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
    max-height: 40px;
    overflow: hidden;
}

.mk-item-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: rgba(15, 23, 42, 0.7);
    font-size: 12px;
}

.mk-price {
    font-weight: 900;
    color: #1098ad;
}

.mk-footer {
    margin-top: 10px;
    background: #0f172a;
    color: rgba(255, 255, 255, 0.85);
}

.mk-footer-inner {
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.mk-footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mk-footer-logo {
    height: 34px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.mk-footer-text {
    font-weight: 600;
}

.mk-footer-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.mk-footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 700;
}

.mk-footer-links a:hover {
    text-decoration: underline;
}

.mk-footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mk-social-link {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    text-decoration: none;
    transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.mk-social-link:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
}

.mk-empty {
    padding: 18px;
    border-radius: 16px;
    border: 1px dashed rgba(15, 23, 42, 0.18);
    background: rgba(255, 255, 255, 0.7);
    color: rgba(15, 23, 42, 0.75);
}

.mk-page {
    background: #f7f7f7;
}

.mk-has-mobile-bar {
    padding-bottom: 64px;
}

.mk-mobile-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    display: none;
    padding-bottom: env(safe-area-inset-bottom);
}

.mk-mobile-bar-inner {
    padding: 0;
}

.mk-mobile-call {
    width: 100%;
    border-radius: 0;
    padding: 16px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 900;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #1098ad, #07b39b);
    box-shadow: none;
}

.mk-mobile-call:hover {
    text-decoration: none;
    color: #fff;
}

.mk-breadcrumb {
    padding: 16px 0 10px;
    color: rgba(15, 23, 42, 0.65);
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.mk-breadcrumb a {
    color: rgba(15, 23, 42, 0.75);
    text-decoration: none;
}

.mk-breadcrumb a:hover {
    text-decoration: underline;
}

.mk-bc-sep {
    opacity: 0.5;
}

.mk-detail-card {
    margin-bottom: 18px;
}

.mk-detail-media {
    background: #eaeaea;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.mk-detail-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.mk-detail-body {
    padding: 16px;
}

.mk-detail-title {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 900;
    color: #0f172a;
    line-height: 1.4;
}

.mk-detail-content {
    color: rgba(15, 23, 42, 0.8);
    line-height: 1.9;
}

.mk-detail-content p {
    margin-bottom: 12px;
}

.mk-side-card {
    padding: 16px;
    margin-bottom: 18px;
}

.mk-side-title {
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 12px;
    font-size: 14px;
}

.mk-btn {
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    padding: 12px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: 900;
    text-decoration: none;
}

.mk-btn:hover {
    text-decoration: none;
}

.mk-btn-primary {
    background: linear-gradient(135deg, #1098ad, #07b39b);
    color: #fff;
    border-color: transparent;
}

.mk-btn-ghost {
    background: #fff;
    color: #0f172a;
}

.mk-btn-meta {
    font-weight: 800;
    opacity: 0.95;
}

.mk-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 8px 0 16px;
}

.mk-chip {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: rgba(255, 255, 255, 0.9);
    color: #0f172a;
    font-weight: 800;
    text-decoration: none;
}

.mk-chip:hover {
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

.mk-pagination {
    margin: 18px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.mk-page-btn {
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    background: #fff;
    color: #0f172a;
    font-weight: 900;
    text-decoration: none;
}

.mk-page-btn-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.mk-page-status {
    color: rgba(15, 23, 42, 0.7);
    font-weight: 800;
}

.fixed-action-bar-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    background: #ffffff;
    box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.15);
    z-index: 10000;
    justify-content: space-around;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

.action-btn {
    flex: 1;
    height: 48px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: #fff !important;
    font-weight: 900;
    font-size: 15px;
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.action-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.call-action {
    background: linear-gradient(135deg, #27ae60, #2ecc71);
}

.whatsapp-action {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.action-btn i {
    margin-left: 8px;
    font-size: 18px;
}

.action-btn svg {
    margin-left: 8px;
    flex: 0 0 auto;
}

@media (max-width: 768px) {
    .mk-hero-title {
        font-size: 24px;
    }

    .mk-logo img {
        height: 38px;
    }

    .mk-mobile-bar {
        display: block;
    }
}

@media (max-width: 767px) {
    .mk-header-inner {
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
        padding: 10px 0;
    }

    .mk-logo {
        order: 1;
        flex: 0 0 auto;
    }

    .mk-icon-btn {
        order: 2;
        flex: 0 0 auto;
    }

    .mk-nav {
        order: 3;
        flex: 0 0 100%;
        justify-content: flex-start;
        margin: 0;
        padding: 0 0 6px;
        gap: 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .mk-nav-link {
        flex: 0 0 auto;
        padding: 7px 10px;
        font-size: 12px;
        border-radius: 999px;
    }
}

@media (min-width: 768px) {
    .fixed-action-bar-mobile {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .has-fixed-action-bar {
        padding-bottom: 80px !important;
    }

    .fixed-action-bar-mobile {
        display: flex;
    }
}
