@font-face { font-family: "WORKSANS EXTRABOLD"; font-display: swap; src: url("/assets/vendor/fonts/WORKSANS-EXTRABOLD.woff") }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    body { font-family: 'Work Sans', sans-serif; color: #1a2340; background: #f7f8fc; }
    .mjp-nav { position: sticky; top: 0; z-index: 1000; background: #fff; border-bottom: 2px solid #f0f0f0; padding: 0 2rem; height: 80px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
    .mjp-nav a { text-decoration: none; }
    .mjp-nav-logo img { height: 48px; }
    .mjp-nav-links { display: flex; align-items: center; gap: 2rem; }
    .mjp-nav-links a { font-size: 15px; font-weight: 500; color: #1a2340; transition: color 0.2s; }
    .mjp-nav-links a:hover { color: #e02020; }
    .mjp-nav-links a.active { color: #e02020; font-weight: 700; }
    .mjp-nav-cta { background: #e02020; color: #fff !important; padding: 8px 20px; border-radius: 6px; font-weight: 600 !important; transition: background 0.2s !important; }
    .mjp-nav-cta:hover { background: #b81818 !important; color: #fff !important; }
    .mjp-nav-lang { border: 1px solid #1a2340; padding: 5px 12px; border-radius: 4px; font-size: 13px; color: #1a2340 !important; }
    .mjp-hero { background: linear-gradient(135deg, #1a2340 0%, #2b3a6b 60%, #1a2340 100%); padding: 4rem 2rem 3rem; text-align: center; position: relative; overflow: hidden; }
    .mjp-hero::before { content: ''; position: absolute; inset: 0; background: url('/images/1920/11189725/oven.png') center/cover no-repeat; opacity: 0.08; }
    .mjp-breadcrumb { position: relative; font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 1rem; }
    .mjp-breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }
    .mjp-breadcrumb a:hover { color: #fff; }
    .mjp-breadcrumb span { color: rgba(255,255,255,0.9); }
    .mjp-hero h1 { position: relative; font-family: 'WORKSANS EXTRABOLD', 'Work Sans', sans-serif; font-size: clamp(2rem, 5vw, 3.2rem); color: #fff; line-height: 1.15; margin-bottom: 1rem; }
    .mjp-hero h1 span { color: #e02020; }
    .mjp-hero-sub { position: relative; font-size: 1.05rem; color: rgba(255,255,255,0.8); max-width: 640px; margin: 0 auto 2rem; line-height: 1.7; }
    .mjp-hero-cta { position: relative; display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: #fff; text-decoration: none; padding: 12px 28px; border-radius: 8px; font-weight: 600; font-size: 15px; transition: background 0.2s, transform 0.2s; box-shadow: 0 4px 16px rgba(37,211,102,0.35); }
    .mjp-hero-cta:hover { background: #1da851; transform: translateY(-2px); }
    .mjp-back-bar { background: #fff; padding: 1rem 2rem; border-bottom: 1px solid #eee; display: flex; align-items: center; gap: 0.5rem; font-size: 14px; }
    .mjp-back-bar a { color: #e02020; text-decoration: none; font-weight: 600; display: flex; align-items: center; gap: 6px; }
    .mjp-back-bar a:hover { text-decoration: underline; }
    .mjp-section { max-width: 1100px; margin: 2.5rem auto; padding: 0 2rem; }
    .mjp-section-title { font-size: 1.3rem; font-weight: 700; color: #1a2340; margin-bottom: 1.5rem; padding-bottom: 0.75rem; border-bottom: 3px solid #e02020; display: inline-block; }
    .mjp-overview { background: #fff; border-radius: 14px; padding: 2.5rem; box-shadow: 0 2px 14px rgba(0,0,0,0.06); display: grid; grid-template-columns: 1fr 1.3fr; gap: 2.5rem; align-items: center; }
    .mjp-overview-img { width: 100%; border-radius: 10px; object-fit: cover; height: 280px; background: #f0f3ff; display: block; }
    .mjp-overview-text h2 { font-size: 1.4rem; font-weight: 700; color: #1a2340; margin-bottom: 1rem; }
    .mjp-overview-text p { color: #555; line-height: 1.8; font-size: 0.97rem; margin-bottom: 1rem; }
    .mjp-tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 1rem; }
    .mjp-tag { background: #f0f3ff; color: #2b3a6b; padding: 5px 14px; border-radius: 20px; font-size: 12px; font-weight: 600; border: 1px solid #d0d8f0; }
    .mjp-features { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.25rem; }
    .mjp-feature-card { background: #fff; border-radius: 12px; padding: 1.5rem; box-shadow: 0 2px 10px rgba(0,0,0,0.06); display: flex; flex-direction: column; gap: 0.75rem; border-top: 3px solid #e02020; }
    .mjp-feature-icon { font-size: 2rem; line-height: 1; }
    .mjp-feature-card h3 { font-size: 1rem; font-weight: 700; color: #1a2340; }
    .mjp-feature-card p { font-size: 0.88rem; color: #666; line-height: 1.6; }
    .mjp-specs-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
    .mjp-specs-table thead { background: #1a2340; color: #fff; }
    .mjp-specs-table thead th { padding: 1rem 1.25rem; text-align: left; font-size: 14px; font-weight: 600; }
    .mjp-specs-table tbody tr { border-bottom: 1px solid #f0f0f0; }
    .mjp-specs-table tbody tr:last-child { border-bottom: none; }
    .mjp-specs-table tbody tr:nth-child(even) { background: #f7f8fc; }
    .mjp-specs-table td { padding: 0.85rem 1.25rem; font-size: 0.92rem; color: #333; }
    .mjp-specs-table td:first-child { font-weight: 600; color: #1a2340; width: 35%; }
    .mjp-usecases { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 1rem; }
    .mjp-usecase-card { background: #fff; border-radius: 10px; padding: 1.25rem; text-align: center; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
    .mjp-usecase-icon { font-size: 2rem; margin-bottom: 0.5rem; }
    .mjp-usecase-card h4 { font-size: 0.92rem; font-weight: 700; color: #1a2340; margin-bottom: 0.3rem; }
    .mjp-usecase-card p { font-size: 0.82rem; color: #777; line-height: 1.5; }
    .mjp-brands { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
    .mjp-brand-card { background: #fff; border-radius: 12px; padding: 1.5rem 1rem; text-align: center; box-shadow: 0 2px 10px rgba(0,0,0,0.06); border: 2px solid transparent; transition: border-color 0.2s, transform 0.2s; }
    .mjp-brand-card:hover { border-color: #e02020; transform: translateY(-3px); }
    .mjp-brand-name { font-size: 1.4rem; font-weight: 800; color: #1a2340; margin-bottom: 0.5rem; }
    .mjp-brand-desc { font-size: 0.82rem; color: #666; line-height: 1.5; }
    .mjp-brand-badge { display: inline-block; margin-top: 0.75rem; background: #f0f3ff; color: #2b3a6b; font-size: 11px; font-weight: 600; padding: 3px 10px; border-radius: 20px; }
    .mjp-related { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 1rem; }
    .mjp-related-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.07); text-decoration: none; color: #1a2340; transition: transform 0.2s; display: block; }
    .mjp-related-card:hover { transform: translateY(-4px); }
    .mjp-related-card img { width: 100%; height: 110px; object-fit: cover; background: #f0f3ff; display: block; }
    .mjp-related-label { padding: 0.7rem 1rem; font-size: 0.88rem; font-weight: 600; }
    .mjp-cta-banner { background: linear-gradient(135deg, #1a2340, #2b3a6b); margin: 2rem auto; max-width: 1100px; border-radius: 16px; padding: 2.5rem 2rem; text-align: center; color: #fff; }
    .mjp-cta-banner h2 { font-size: 1.6rem; margin-bottom: 0.75rem; }
    .mjp-cta-banner p { color: rgba(255,255,255,0.75); margin-bottom: 1.5rem; }
    .mjp-cta-banner a { display: inline-flex; align-items: center; gap: 10px; background: #25D366; color: #fff; text-decoration: none; padding: 13px 32px; border-radius: 8px; font-weight: 700; font-size: 15px; transition: background 0.2s; }
    .mjp-cta-banner a:hover { background: #1da851; }
    .mjp-footer { background: #1a2340; color: rgba(255,255,255,0.75); padding: 3rem 2rem 1.5rem; margin-top: 3rem; }
    .mjp-footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 2fr; gap: 2rem; }
    .mjp-footer img { height: 50px; margin-bottom: 1rem; filter: brightness(0) invert(1); }
    .mjp-footer h4 { color: #fff; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 1rem; }
    .mjp-footer ul { list-style: none; }
    .mjp-footer ul li { margin-bottom: 0.5rem; }
    .mjp-footer ul li a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 14px; }
    .mjp-footer ul li a:hover { color: #fff; }
    .mjp-footer-contact p { font-size: 14px; margin-bottom: 0.5rem; line-height: 1.6; }
    .mjp-footer-contact a { color: rgba(255,255,255,0.65); text-decoration: none; }
    .mjp-footer-bar { max-width: 1100px; margin: 2rem auto 0; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,0.12); text-align: center; font-size: 13px; color: rgba(255,255,255,0.4); }
    #wa-float { position: fixed; bottom: 28px; right: 28px; z-index: 9999; background: #25D366; border-radius: 50%; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.25); text-decoration: none; transition: transform 0.2s; }
    #wa-float:hover { transform: scale(1.1); }
    @media (max-width: 900px) { .mjp-overview { grid-template-columns: 1fr; } .mjp-brands { grid-template-columns: repeat(2,1fr); } }
    @media (max-width: 768px) { .mjp-nav-links { display: none; } .mjp-footer-inner { grid-template-columns: 1fr 1fr; } }
    @media (max-width: 480px) { .mjp-footer-inner { grid-template-columns: 1fr; } }