/* MIWIND Enterprise theme main stylesheet. */

/* tokens.css */
:root {
    --miwind-orange: #DD6B00;
    --miwind-ink: #30343b;
    --miwind-muted: #72777f;
    --miwind-line: #e4e4e4;
    --miwind-soft: #E5E5E5;
    --miwind-panel: #ffffff;
    --miwind-dark: #111111;
    --miwind-radius-small: 8px;
    --miwind-radius-medium: 12px;
    --miwind-radius-large: 22px;
    --miwind-wrap: 1536px;
    --miwind-font-family: Montserrat, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
    --miwind-text-size: 16px;
    --miwind-text-line: 1.75;
    --miwind-small-text-size: 14px;
    --miwind-small-text-color: #333333;
    --miwind-dark-text-color: #CECECE;
    --miwind-heading-size: 36px;
    --miwind-hero-title-size: 48px;
    --miwind-nav-size: 16px;
}

/* components.css */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--miwind-body-background, #f5f5f5); color: var(--ink, #30343b); font-family: var(--miwind-font-family); letter-spacing: 0; font-size: var(--miwind-text-size); line-height: var(--miwind-text-line); font-style: normal; text-transform: none; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.wrap { width: min(var(--miwind-wrap), calc(100% - 42px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); }
.miwind-top { position: relative; z-index: 20; height: 88px; padding-top: 8px; background: #f1f1f1; }
.miwind-top > .wrap { width: 1536px; max-width: calc(100% - 42px); }
.miwind-top.is-static { background: #f1f1f1; border-bottom: 1px solid var(--line, #e4e4e4); }
.miwind-brand-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 20px; margin-bottom: 0; }
.miwind-brand { display: inline-flex; align-items: center; color: var(--accent, #DD6B00); font-size: 0; line-height: 1; font-weight: 800; letter-spacing: 0; }
.miwind-brand img { width: 108px; height: 22px; object-fit: contain; }
.miwind-search-form { position: relative; display: inline-flex; align-items: center; margin: 0; }
.miwind-search { width: 148px; height: 20px; border: 0; border-radius: 999px; background: #fff; color: #8a8f96; font-size: 10px; text-align: center; padding: 0 28px 0 18px; box-shadow: none; }
.miwind-search-button { position: absolute; right: 7px; top: 50%; display: grid; place-items: center; width: 18px; height: 18px; padding: 0; border: 0; border-radius: 50%; background: transparent; color: #858b93; transform: translateY(-50%); cursor: pointer; }
.miwind-search-button svg { display: block; width: 12px; height: 12px; stroke-width: 2; }
.miwind-nav-shell { height: 60px; overflow: hidden; border: 0; border-radius: 8px; background: #fff; box-shadow: none; }
.miwind-nav { display: grid; grid-template-columns: .72fr .95fr .95fr .9fr 1.95fr .9fr 1.25fr .7fr .75fr; min-height: 60px; padding: 0 28px; color: #666666; font-size: var(--miwind-nav-size); font-weight: 300; line-height: 1; text-align: center; font-style: normal; text-transform: none; }
.miwind-nav a { display: grid; place-items: center; min-width: 0; position: relative; padding: 0 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.miwind-nav a[aria-current="page"] { color: var(--accent, #DD6B00); font-weight: 700; }
.miwind-nav a[aria-current="page"]:after { content: ""; position: absolute; left: calc(50% - 7px); right: auto; bottom: 10px; width: 14px; height: 2px; background: var(--accent, #DD6B00); }
.section { padding: 72px 0; background: #fff; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 30px; border-bottom: 1px solid var(--accent, #DD6B00); }
.section-head h2 { margin: 0 0 8px; color: var(--accent, #DD6B00); font-size: var(--miwind-heading-size); line-height: 1.25; font-weight: 700; text-transform: none; }
.section-head a, .section-head p { margin: 0 0 9px; color: #666666; font-size: 16px; font-weight: 300; line-height: 1.45; text-align: center; font-style: normal; text-transform: none; }
.section-title-center { text-align: center; }
.section-copy-center { max-width: 720px; margin: 0 auto 28px; color: var(--miwind-small-text-color); text-align: center; font-size: var(--miwind-small-text-size); font-weight: 300; line-height: 1.75; font-style: normal; text-transform: none; }
.kicker { color: var(--accent, #DD6B00); font-weight: 700; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 20px; border: 1px solid var(--accent, #DD6B00); border-radius: 5px; background: var(--accent, #DD6B00); color: #fff; font-size: 16px; font-weight: 700; }
.button.secondary { background: transparent; color: var(--accent, #DD6B00); }
.page-hero { min-height: 300px; padding-top: 106px; background: #eef0f3 center / cover no-repeat; }
.page-hero-copy { padding-top: 64px; }
.page-hero h1 { margin: 0 0 12px; color: var(--accent, #DD6B00); font-size: var(--miwind-heading-size); line-height: 1.25; font-weight: 700; font-style: normal; text-transform: none; }
.page-hero p { margin: 0; max-width: 596px; color: #666666; font-size: 16px; line-height: 1.75; font-weight: 300; font-style: normal; text-transform: none; }
.theme-pagination { display: flex; justify-content: center; gap: 18px; margin-top: 42px; color: #646970; font-size: 13px; }
.theme-pagination a[aria-current="page"] { color: var(--accent, #DD6B00); font-weight: 700; }
.miwind-card { border-radius: var(--miwind-radius-large); background: #fff; }
.image-card { border-radius: 12px; background: #ddd center / cover no-repeat; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; min-height: 36px; border: 1px solid #cfcfcf; background: transparent; padding: 8px 10px; color: #555b64; font-size: 14px; font-weight: 300; }
.contact-form textarea { min-height: 132px; resize: vertical; }
.miwind-footer { min-height: 620px; padding: var(--miwind-footer-top, 68px) 0 58px; background: #E5E5E5; }
.miwind-footer-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 26px; }
.miwind-social-row { display: flex; align-items: center; gap: 10px; }
.miwind-social-row a { display: inline-grid; place-items: center; text-decoration: none; }
.miwind-social-row span { display: grid; place-items: center; width: auto; min-width: 35px; height: 35px; border: 0; border-radius: 0; color: #30343b; }
.miwind-social-row img { display: block; width: auto; height: 35px; object-fit: contain; }
.miwind-social-row svg { display: block; width: 14px; height: 14px; stroke-width: 2; }
.miwind-social-disabled { opacity: .62; cursor: default; }
.miwind-footer-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1.35fr; gap: 82px; padding-top: 32px; border-top: 1px solid #cfcfcf; }
.miwind-footer-grid h3 { margin: 0 0 18px; color: var(--accent, #DD6B00); font-size: 16px; line-height: 1.2; text-transform: none; font-weight: 700; }
.miwind-footer-grid p, .miwind-footer-grid a, .miwind-footer-grid input, .miwind-footer-grid textarea, .miwind-footer-grid select { color: #333333; font-size: 14px; line-height: 1.85; font-weight: 300; text-align: left; font-style: normal; text-transform: none; }
.miwind-footer-form { display: grid; gap: 10px; }
.miwind-footer-form input, .miwind-footer-form textarea, .miwind-footer-form select { width: 100%; border: 1px solid #bfc0c2; background: transparent; padding: 10px 12px; }
.miwind-footer-form textarea { min-height: 128px; }
.miwind-footer-form button { border: 0; min-height: 38px; background: var(--accent, #DD6B00); color: #fff; font-size: 16px; font-weight: 700; }
.miwind-footer-form button:disabled { cursor: wait; opacity: .68; }
.miwind-footer-form-unavailable { align-content: start; }
.miwind-footer-form-unavailable p { margin: 0; border: 1px solid #bfc0c2; padding: 14px 12px; color: #666b72; font-size: 11px; line-height: 1.7; }
.form-status { margin: 0; padding: 10px 12px; border: 1px solid var(--line); color: #62666d; font-size: 12px; line-height: 1.5; }
.form-status[data-state="pending"] { border-color: #d9c49d; color: #8a5a00; background: #fff8eb; }
.form-status[data-state="success"] { border-color: #b8e2c2; color: #146c2e; background: #effaf1; }
.form-status[data-state="error"] { border-color: #f3c0b8; color: #9d2d1f; background: #fff3f0; }
.miwind-modal-open { overflow: hidden; }
.miwind-modal[hidden] { display: none; }
.miwind-modal { position: fixed; inset: 0; z-index: 80; display: grid; place-items: center; padding: 28px; }
.miwind-modal-backdrop { position: absolute; inset: 0; background: rgba(17, 17, 17, .58); }
.miwind-modal-panel { position: relative; z-index: 1; width: min(720px, 100%); max-height: min(760px, calc(100vh - 56px)); overflow: auto; padding: 34px; border-radius: 8px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.22); }
.miwind-modal-panel h2 { margin: 0 0 22px; color: var(--ink, #30343b); font-size: 22px; line-height: 1.2; font-weight: 900; }
.miwind-modal-close { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 34px; height: 34px; border: 0; border-radius: 50%; background: #f1f1f1; color: #30343b; cursor: pointer; font-size: 24px; line-height: 1; }
.miwind-modal-form .contact-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.captcha-field { display: grid; grid-template-columns: minmax(0, 1fr) 150px minmax(130px, 1fr); gap: 10px; align-items: center; }
.captcha-field span { color: #5f646b; font-size: 12px; line-height: 1.4; }
.captcha-field strong { display: grid; place-items: center; min-height: 42px; border: 1px solid #d4d4d4; border-radius: 6px; background: repeating-linear-gradient(-12deg, #f8f8f8 0 7px, #eeeeee 7px 10px); color: #30343b; font-size: 20px; font-weight: 900; letter-spacing: 3px; text-decoration: line-through; }
.page-builder-sections { background: #fff; }
.page-builder-section { background: #fff; }
.page-builder-section:nth-child(2n) { background: #f3f3f3; }
.page-builder-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.page-builder-card-row { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 360px); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; }
.page-builder-card { min-width: 0; padding: 22px; border: 1px solid var(--line, #e4e4e4); border-radius: 8px; background: #fff; box-shadow: 0 12px 30px rgba(24,33,43,.05); scroll-snap-align: start; }
.page-builder-card img { width: 100%; height: 210px; object-fit: cover; border-radius: 6px; background: #e5e7eb; }
.page-builder-section--product_grid .page-builder-card img,
.page-builder-section--certificate_strip .page-builder-card img { object-fit: contain; }
.page-builder-card h3 { margin: 18px 0 8px; font-size: 18px; line-height: 1.25; font-weight: 900; }
.page-builder-card p { margin: 0; color: var(--muted, #72777f); font-size: 13px; line-height: 1.7; }
.page-builder-card--empty { color: var(--muted, #72777f); }
[data-miwind-carousel],
[data-miwind-carousel] [data-carousel-track] {
    overflow-anchor: none;
}
[data-carousel-kind="cards"] [data-carousel-track] {
    transform: translate3d(var(--miwind-carousel-offset, 0px), 0, 0);
    transition: transform .36s ease;
    will-change: transform;
}
.page-builder-faq-list { display: grid; gap: 12px; }
.page-builder-faq-item { border: 1px solid var(--line, #e4e4e4); border-radius: 8px; background: #fff; padding: 18px 20px; }
.page-builder-faq-item summary { cursor: pointer; color: var(--ink, #30343b); font-size: 16px; font-weight: 900; }
.page-builder-faq-item p { margin: 14px 0 0; color: var(--muted, #72777f); font-size: 13px; line-height: 1.7; }
.page-builder-inquiry { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 34px; border-radius: 8px; background: #111; color: #fff; }
.page-builder-inquiry h2 { margin: 0 0 10px; font-size: 28px; line-height: 1.15; }
.page-builder-inquiry p { margin: 0; max-width: 660px; color: #e3e3e3; font-size: 14px; line-height: 1.7; }
.page-builder-text { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 34px; align-items: center; }
.page-builder-text > img { width: 100%; min-height: 260px; object-fit: cover; border-radius: 8px; }
.page-builder-text h2 { margin: 0 0 14px; font-size: 32px; line-height: 1.15; }
.page-builder-text p { margin: 0 0 20px; color: var(--muted, #72777f); font-size: 14px; line-height: 1.8; }
@media (max-width: 900px) {
    .miwind-top { position: static; height: auto; padding: 14px 0; background: #fff; }
    .miwind-top > .wrap { width: min(var(--miwind-wrap), calc(100% - 42px)); }
    .miwind-nav, .miwind-footer-grid, .page-builder-card-grid, .page-builder-text { grid-template-columns: 1fr; }
    .miwind-brand img { width: 110px; height: auto; }
    .miwind-search { width: 100%; max-width: 180px; }
    .miwind-nav-shell { border-radius: 8px; }
    .miwind-nav { padding: 10px 18px; gap: 6px; font-size: 13px; }
    .miwind-nav a { justify-content: start; min-height: 28px; }
    .miwind-footer-head { display: grid; }
    .section { padding: 58px 0; }
    .section-head { display: grid; align-items: start; }
    .miwind-modal { padding: 18px; }
    .miwind-modal-panel { padding: 28px 20px; }
    .miwind-modal-form .contact-form-grid, .captcha-field { grid-template-columns: 1fr; }
    .page-builder-inquiry { display: grid; padding: 24px; }
    .page-builder-card-row { grid-auto-columns: minmax(260px, 86vw); }
}

/* home.css */
.home-hero { position: relative; min-height: 900px; overflow: hidden; background: #f3f5f7; }
.home-hero .wrap { min-height: 900px; }
.home-hero-shell { position: relative; width: min(1920px, 100%); min-height: 900px; margin: 0 auto; overflow: hidden; }
.home-hero-copy { position: relative; z-index: 2; width: auto; max-width: 600px; padding: 224px 0 80px max(21px, calc((100vw - var(--miwind-wrap)) / 2)); padding-top: 224px; }
.home-hero-visual { position: absolute; inset: 0; z-index: 0; min-height: 900px; margin: 0; overflow: hidden; background: #e9eef2; }
.home-hero-visual:before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(243,245,247,.88) 0%, rgba(243,245,247,.82) 24%, rgba(243,245,247,.28) 44%, rgba(243,245,247,0) 62%); pointer-events: none; }
.home-hero-visual img { width: 100%; height: 100%; min-height: 900px; object-fit: cover; object-position: center top; }
.home-hero h1 { margin: 0 0 38px; max-width: 592px; color: var(--accent, #DD6B00); font-size: var(--miwind-hero-title-size); line-height: 60px; font-weight: 700; text-align: left; font-style: normal; text-transform: none; }
.home-hero-summary { margin: 0; max-width: 568px; color: #666666; white-space: pre-line; font-size: 16px; line-height: 1.75; font-weight: 300; text-align: left; font-style: normal; text-transform: none; }
.home-points { display: grid; grid-template-columns: repeat(2, max-content); gap: 30px 58px; margin-top: 58px; color: #666666; font-size: 16px; line-height: 1.2; font-weight: 300; }
.home-points span { display: inline-flex; align-items: center; gap: 12px; }
.home-points i { display: inline-flex; width: 20px; height: 20px; color: var(--accent); }
.home-points i svg { display: block; stroke-width: 1.9; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 66px 100px; }
.product-tile { display: grid; justify-items: center; min-height: 472px; padding: 44px 44px 42px; border-radius: 16px; background: #ededed; overflow: hidden; text-align: center; }
.product-tile img { width: 100%; height: 265px; object-fit: contain; filter: none; mix-blend-mode: multiply; }
.product-tile h3 { margin: 36px 0 13px; font-size: 24px; line-height: 1.12; font-weight: 900; }
.product-tile p { max-width: 600px; margin: 0; color: #333333; font-size: 14px; line-height: 1.75; font-weight: 300; text-align: center; font-style: normal; text-transform: none; }
.case-section { padding-top: 112px; overflow: hidden; }
.case-intro { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 30px; align-items: start; margin-bottom: 58px; }
.case-intro h2 { margin: 0; font-size: 28px; line-height: 1; font-weight: 900; text-transform: uppercase; }
.case-intro p { margin: 0; color: #333333; font-size: 14px; line-height: 1.75; font-weight: 300; text-align: left; font-style: normal; text-transform: none; }
.case-row { display: grid; grid-template-columns: repeat(4, 460px); gap: 62px; overflow: visible; }
.case-card { min-width: 0; }
.case-card img { width: 460px; height: 292px; object-fit: cover; border-radius: 20px; }
.case-card h3 { margin: 14px 0 5px; font-size: 13px; }
.case-card p { margin: 0; color: var(--muted); font-size: 12px; }
.case-controls { display: grid; grid-template-columns: 42px 42px 1fr; gap: 28px; align-items: center; width: min(520px, 100%); margin: 38px auto 0; color: var(--accent); }
.case-controls:after { content: ""; height: 2px; background: linear-gradient(90deg, var(--accent) 0 46%, #d8d8d8 46%); }
.case-controls span,
.case-controls button { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; }
.case-controls button { border: 0; padding: 0; background: transparent; color: inherit; cursor: pointer; }
.about-band { padding: 0 0 118px; background: #E5E5E5; }
.about-grid { display: grid; grid-template-columns: 820px minmax(0, 766px); gap: 72px; align-items: center; width: min(1920px, 100%); padding-right: max(110px, calc((100vw - var(--miwind-wrap)) / 2)); }
.about-image { min-height: 540px; border-radius: 0; background: #E5E5E5 var(--miwind-about-factory) left center / cover no-repeat; }
.about-copy { padding-top: 16px; }
.about-head { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-bottom: 28px; }
.about-head h2, .buyers h2 { margin: 0; color: var(--accent, #DD6B00); font-size: var(--miwind-heading-size); line-height: 60px; font-weight: 700; text-align: left; font-style: normal; text-transform: none; }
.about-head a, .strength-list > a { display: inline-flex; align-items: center; gap: 12px; color: #30343b; font-size: 15px; line-height: 1; font-weight: 900; text-transform: uppercase; }
.about-head a:after, .strength-list > a:after { content: ""; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid var(--accent); }
.about-grid p { margin: 0; color: #333333; font-size: 14px; line-height: 1.85; font-weight: 300; text-align: left; font-style: normal; text-transform: none; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 54px; margin-top: 74px; }
.stats > div { display: grid; gap: 12px; align-content: start; }
.stat-icon { width: 32px; height: 32px; border: 3px solid #151515; border-radius: 7px; }
.stats strong { display: block; color: var(--accent); font-size: 40px; line-height: 1; }
.stats small { margin-left: 2px; color: #30343b; font-size: 17px; text-transform: none; }
.stats span { color: #30343b; font-size: 13px; }
.strength-grid { display: grid; grid-template-columns: minmax(0, 680px) 766px; gap: 90px; align-items: start; margin-top: 118px; }
.strength-list { display: grid; gap: 35px; padding-top: 4px; }
.strength-list h2 { margin: 0 0 20px; font-size: 30px; line-height: 1.15; font-weight: 900; }
.strength-list h3 { display: flex; align-items: center; gap: 12px; margin: 0 0 12px; color: #333840; font-size: 16px; }
.strength-list h3 i { display: inline-flex; width: 22px; height: 22px; color: var(--accent); }
.strength-list h3 svg { stroke-width: 1.9; }
.strength-list p { margin: 0 0 0 34px; color: #62666d; font-size: 14px; line-height: 1.7; }
.strength-list > a { justify-self: start; margin-top: 30px; padding-bottom: 10px; border-bottom: 3px solid var(--accent); }
.strength-mosaic { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.strength-photo { min-height: 276px; border-radius: 28px; background: #d7d7d7 center / cover no-repeat; }
.strength-photo--motor { background-image: var(--miwind-strength-motor); }
.strength-photo--testing { min-height: 376px; background-image: var(--miwind-strength-testing); }
.strength-photo--sparks { background-image: var(--miwind-strength-sparks); }
.strength-output { min-height: 376px; border-radius: 28px; background: linear-gradient(rgba(221, 107, 0, .88), rgba(221, 107, 0, .88)), var(--miwind-strength-output) center / cover no-repeat; display: grid; align-content: end; padding: 28px 34px 42px; color: #fff; }
.strength-output strong { font-size: 58px; line-height: 1; font-weight: 400; }
.strength-output span:first-child { align-self: start; font-size: 18px; font-weight: 900; }
.strength-output span:last-child { font-size: 18px; }
.buyers { min-height: 620px; padding: 150px 0 0; background: #E5E5E5; }
.buyers-heading { display: grid; grid-template-columns: 640px minmax(0, 766px); gap: 128px; align-items: start; }
.buyers-heading h2 { margin: 0; max-width: 592px; color: var(--accent, #DD6B00); font-size: var(--miwind-heading-size); line-height: 60px; font-weight: 700; text-align: left; font-style: normal; text-transform: none; }
.buyers-panel { display: grid; grid-template-columns: minmax(0, 1fr) 766px; min-height: 600px; margin-top: 66px; border-radius: 28px; background: #dde2ea var(--miwind-buyers-panel) left center / cover no-repeat; overflow: hidden; }
.buyer-copy { margin: 0; max-width: 596px; color: #333333; font-size: 14px; line-height: 1.75; font-weight: 300; text-align: left; font-style: normal; text-transform: none; }
.buyer-copy span { display: flex; align-items: start; gap: 12px; }
.buyer-copy i { display: inline-flex; flex: 0 0 16px; width: 16px; height: 16px; margin-top: .24em; color: var(--accent); }
.buyer-copy svg { stroke-width: 2; }
.buyer-chips { display: grid; grid-template-columns: repeat(3, 238px); gap: 28px; align-content: center; padding: 44px 0; }
.buyer-chip { display: grid; place-items: center; min-height: 238px; border: 1px solid rgba(255,255,255,.78); border-radius: 28px; color: #686868; text-align: center; font-size: 13px; line-height: 1.3; }
.buyer-chip strong { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 14px; border-radius: 50%; background: var(--accent); color: #fff; font-size: 12px; }
.download-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.download-card { min-height: 150px; padding: 24px; border-radius: 8px; background: #f1f1f1; }
.download-card h3 { margin: 0 0 10px; font-size: 16px; }
.download-card p { margin: 0 0 16px; color: #62666d; font-size: 12px; line-height: 1.7; }
.global { min-height: 761px; margin-top: 0; padding: 132px 0 0; background: #111111; color: #fff; }
.global-grid { display: grid; grid-template-columns: 620px minmax(0, 780px); gap: 150px; align-items: center; }
.global p { max-width: 596px; color: #CECECE; font-size: 16px; line-height: 1.75; font-weight: 300; text-align: left; font-style: normal; text-transform: none; }
.global-map { width: 780px; height: 300px; object-fit: contain; }
.global-case { transform: translateY(86px); display: grid; grid-template-columns: minmax(0, 1fr) 440px; align-items: stretch; }
.global-case img { width: 100%; height: 676px; border-radius: 28px; object-fit: cover; }
.case-note { align-self: center; margin-left: -440px; min-height: 460px; padding: 48px 56px 0; border-radius: 24px; background: #fff; color: #30343b; box-shadow: 0 20px 46px rgba(0,0,0,.16); overflow: hidden; }
.case-note small { color: #888; font-size: 17px; }
.case-note h3 { margin: 18px 0 22px; font-size: 20px; line-height: 1; }
.case-note i { display: block; width: 20px; height: 4px; margin-bottom: 28px; background: var(--accent); }
.case-note p { margin: 0; color: #30343b; font-size: 16px; line-height: 1.65; }
.case-controls-ui { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; margin: 62px -50px 0; min-height: 90px; padding: 0 52px; background: #f0f0f0; color: #777; }
.case-controls-ui span { display: inline-flex; align-items: center; line-height: 1; }
.case-controls-ui span:last-child { color: var(--accent); }
.case-controls-ui span:first-child { justify-content: end; }
.case-controls-ui b { font-size: 14px; font-weight: 400; white-space: nowrap; }
@media (max-width: 900px) {
    .home-hero { min-height: auto; }
    .home-hero-shell { display: flex; flex-direction: column; min-height: auto; }
    .home-hero-copy { width: auto; max-width: none; padding: 42px 21px 46px; }
    .home-hero-visual { position: relative; inset: auto; min-height: 320px; order: -1; }
    .home-hero-visual img { min-height: 320px; object-position: left center; }
    .home-hero h1 { margin-bottom: 18px; font-size: 30px; line-height: 1.2; }
    .home-hero-summary { font-size: 14px; line-height: 1.7; }
    .home-points { grid-template-columns: 1fr; gap: 12px; margin-top: 24px; font-size: 13px; }
    .home-points i { width: 22px; height: 22px; }
    .home-points, .product-grid, .case-intro, .case-row, .about-grid, .strength-grid, .buyers-heading, .buyers-panel, .download-grid, .global-grid, .global-case { grid-template-columns: 1fr; }
    .case-section { padding-top: 58px; }
    .case-intro { margin-bottom: 34px; }
    .case-intro h2 { font-size: 28px; }
    .case-intro p { font-size: 14px; }
    .case-card, .case-card img { width: 100%; }
    .case-card img { height: auto; aspect-ratio: 1.575; }
    .about-band { padding-bottom: 58px; }
    .about-grid { width: min(var(--miwind-wrap), calc(100% - 42px)); gap: 34px; padding-right: 0; }
    .about-image { min-height: 320px; }
    .about-head { display: grid; }
    .about-head h2, .buyers h2, .strength-list h2 { font-size: 28px; }
    .about-grid p, .strength-list p { font-size: 14px; }
    .stats, .strength-mosaic { grid-template-columns: 1fr 1fr; gap: 18px; }
    .stats strong { font-size: 34px; }
    .strength-grid { gap: 34px; margin-top: 58px; }
    .strength-photo, .strength-photo--testing, .strength-output { min-height: 220px; }
    .buyers { padding-top: 58px; }
    .buyers-heading { gap: 22px; }
    .buyers-heading h2 { font-size: 28px; line-height: 1.35; }
    .buyers-panel { min-height: auto; background-size: auto 100%; }
    .buyer-chips { grid-template-columns: 1fr 1fr; padding: 260px 18px 24px; }
    .buyer-chip { min-height: 150px; font-size: 14px; }
    .global { padding-top: 58px; }
    .global-grid { gap: 34px; }
    .global p { font-size: 14px; }
    .global-map { width: 100%; height: auto; }
    .global-case img { height: 360px; }
    .case-note { margin: 0; }
}

body[data-design="mifeng-home-reference"] {
    --miwind-body-background: #f1f1f1;
    background: #f1f1f1;
}
body[data-design="mifeng-home-reference"] .miwind-top {
    height: 88px;
    padding-top: 8px;
    background: #f1f1f1;
}
body[data-design="mifeng-home-reference"] .miwind-top > .wrap {
    width: 1536px;
    max-width: calc(100% - 42px);
}
body[data-design="mifeng-home-reference"] .miwind-brand-row {
    min-height: 20px;
    margin-bottom: 0;
}
body[data-design="mifeng-home-reference"] .miwind-brand img {
    width: 108px;
    height: 22px;
}
body[data-design="mifeng-home-reference"] .miwind-search {
    width: 148px;
    height: 20px;
    background: #fff;
    font-size: 10px;
    box-shadow: none;
}
body[data-design="mifeng-home-reference"] .miwind-nav-shell {
    height: 60px;
    margin-top: 0;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: none;
}
body[data-design="mifeng-home-reference"] .miwind-nav {
    min-height: 60px;
    padding: 0 28px;
    color: #666666;
    font-size: var(--miwind-nav-size);
    font-weight: 300;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
body[data-design="mifeng-home-reference"] .miwind-nav a[aria-current="page"]:after {
    left: calc(50% - 7px);
    right: auto;
    width: 14px;
    bottom: 10px;
    height: 2px;
}
body[data-design="mifeng-home-reference"] .home-hero {
    height: clamp(320px, 41.6667vw, 800px);
    min-height: 0;
    padding-top: 0;
    background: #fff;
}
body[data-design="mifeng-home-reference"] .home-hero-shell {
    width: min(1920px, 100%);
    height: 100%;
    min-height: 0;
}
body[data-design="mifeng-home-reference"] .home-hero-copy {
    position: absolute;
    left: max(21px, calc((100vw - var(--miwind-wrap)) / 2));
    top: clamp(74px, 9.5833vw, 184px);
    z-index: 2;
    width: min(760px, calc(100% - 42px));
    max-width: none;
    height: auto;
    padding: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none;
}
body[data-design="mifeng-home-reference"] .home-hero-visual {
    min-height: 0;
    height: 100%;
    background: #eef3f7;
}
body[data-design="mifeng-home-reference"] .home-hero-visual:before {
    display: block;
    background: linear-gradient(90deg, rgba(242, 249, 251, .98) 0%, rgba(242, 249, 251, .97) 43%, rgba(242, 249, 251, .72) 50%, rgba(242, 249, 251, 0) 61%);
}
body[data-design="mifeng-home-reference"] .home-hero-visual img {
    min-height: 0;
    height: 100%;
    object-position: center top;
}
body[data-design="mifeng-home-reference"] .home-hero h1 {
    max-width: 592px;
    margin: 0 0 35px;
    color: #20242a;
    font-size: var(--miwind-hero-title-size);
    line-height: 60px;
    font-weight: 900;
    text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
}
body[data-design="mifeng-home-reference"] .home-hero-summary {
    max-width: 568px;
    color: #666666;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
body[data-design="mifeng-home-reference"] .home-points {
    gap: 25px 50px;
    margin-top: 54px;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
}
body[data-design="mifeng-home-reference"] .home-points i {
    color: var(--accent);
}
body[data-design="mifeng-home-reference"] .section {
    padding: 70px 0;
}
body[data-design="mifeng-home-reference"] .home-products {
    padding-top: 98px;
    padding-bottom: 102px;
    background: #fff;
}
body[data-design="mifeng-home-reference"] .section-head {
    margin-bottom: 36px;
    border-bottom-color: var(--accent);
}
body[data-design="mifeng-home-reference"] .section-head h2 {
    margin-bottom: 10px;
    color: #20242a;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}
body[data-design="mifeng-home-reference"] .section-head a {
    margin-bottom: 11px;
    color: #20242a;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}
body[data-design="mifeng-home-reference"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 743px));
    gap: 52px 50px;
    justify-content: space-between;
    align-items: start;
}
body[data-design="mifeng-home-reference"] .product-tile {
    position: relative;
    width: 100%;
    aspect-ratio: 743 / 501;
    height: auto;
    min-height: 0;
    padding: 0;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}
body[data-design="mifeng-home-reference"] .product-tile a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0;
}
body[data-design="mifeng-home-reference"] .product-tile a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 118px;
    background: linear-gradient(180deg, rgba(242, 243, 245, 0) 0%, rgba(241, 242, 244, .96) 29%, #f0f1f3 100%);
    pointer-events: none;
}
body[data-design="mifeng-home-reference"] .product-tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: normal;
}
body[data-design="mifeng-home-reference"] .product-tile h3 {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 58px;
    z-index: 2;
    margin: 0;
    color: #20242a;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 900;
    text-align: center;
}
body[data-design="mifeng-home-reference"] .product-tile p {
    position: absolute;
    left: 44px;
    right: 44px;
    bottom: 33px;
    z-index: 2;
    max-width: none;
    margin: 0;
    color: #333333;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.35;
    text-align: center;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
body[data-design="mifeng-home-reference"] .case-section {
    padding-top: 92px;
    padding-bottom: 86px;
    background: #fff;
    overflow: hidden;
}
body[data-design="mifeng-home-reference"] .case-section > .wrap {
    --miwind-home-case-side: clamp(21px, 10vw, 192px);
    width: min(1920px, 100%);
    padding-left: var(--miwind-home-case-side);
    padding-right: 0;
}
body[data-design="mifeng-home-reference"] .case-intro {
    width: min(var(--miwind-wrap), calc(100vw - 42px));
    grid-template-columns: 250px minmax(0, 760px);
    gap: 30px;
    margin-bottom: 58px;
}
body[data-design="mifeng-home-reference"] .case-intro h2 {
    color: #20242a;
    font-size: 28px;
}
body[data-design="mifeng-home-reference"] .case-row {
    --miwind-home-case-card-width: clamp(300px, 23.9583vw, 460px);
    --miwind-home-case-peek-width: clamp(108px, 8.6458vw, 166px);
    --miwind-home-case-card-height: clamp(209px, 16.6667vw, 320px);
    --miwind-home-case-gap: clamp(24px, 3.2292vw, 62px);
    display: flex;
    grid-template-columns: none;
    gap: var(--miwind-home-case-gap);
    width: calc(100vw - var(--miwind-home-case-side));
    max-width: none;
    overflow: visible;
    padding-right: var(--miwind-home-case-side);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    transform: translate3d(var(--miwind-carousel-offset, 0px), 0, 0);
    transition: transform .36s ease;
    will-change: transform;
}
body[data-design="mifeng-home-reference"] .case-card {
    flex: 0 0 var(--miwind-home-case-card-width);
    width: var(--miwind-home-case-card-width);
    scroll-snap-align: start;
}
body[data-design="mifeng-home-reference"] .case-card:nth-child(4n) {
    flex-basis: var(--miwind-home-case-peek-width);
    width: var(--miwind-home-case-peek-width);
}
body[data-design="mifeng-home-reference"] .case-row::-webkit-scrollbar {
    display: none;
}
body[data-design="mifeng-home-reference"] .case-card img {
    width: 100%;
    max-width: 100%;
    height: var(--miwind-home-case-card-height);
    border-radius: 20px;
    object-fit: cover;
}
body[data-design="mifeng-home-reference"] .case-card h3 {
    margin-top: 18px;
    color: #20242a;
    font-size: 13px;
}
body[data-design="mifeng-home-reference"] .about-band {
    padding: 0 0 118px;
    background: #E5E5E5;
}
body[data-design="mifeng-home-reference"] .about-grid {
    grid-template-columns: minmax(0, 960px) minmax(0, 674px);
    gap: 60px;
    width: min(1920px, 100%);
    padding-right: max(96px, calc((100vw - var(--miwind-wrap)) / 2));
}
body[data-design="mifeng-home-reference"] .about-image {
    min-height: 512px;
    background-size: cover;
}
body[data-design="mifeng-home-reference"] .about-copy {
    padding-top: 26px;
}
body[data-design="mifeng-home-reference"] .about-head h2 span,
body[data-design="mifeng-home-reference"] .buyers-heading h2 span {
    color: var(--accent);
}
body[data-design="mifeng-home-reference"] .about-grid p,
body[data-design="mifeng-home-reference"] .strength-list p,
body[data-design="mifeng-home-reference"] .buyer-copy {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.78;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
body[data-design="mifeng-home-reference"] .stats {
    gap: 44px;
    margin-top: 58px;
}
body[data-design="mifeng-home-reference"] .stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 0;
    color: #30343b;
}
body[data-design="mifeng-home-reference"] .stats strong {
    font-size: 40px;
    font-weight: 900;
}
body[data-design="mifeng-home-reference"] .strength-grid {
    grid-template-columns: minmax(0, 610px) 674px;
    gap: 112px;
    margin-top: 96px;
}
body[data-design="mifeng-home-reference"] .strength-list h2,
body[data-design="mifeng-home-reference"] .buyers-heading h2 {
    color: var(--accent, #DD6B00);
    font-size: var(--miwind-heading-size);
    line-height: 60px;
    font-weight: 700;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
body[data-design="mifeng-home-reference"] .strength-list h2::first-letter,
body[data-design="mifeng-home-reference"] .buyers-heading h2::first-letter {
    color: inherit;
}
body[data-design="mifeng-home-reference"] .strength-list {
    gap: 30px;
}
body[data-design="mifeng-home-reference"] .strength-photo {
    min-height: 253px;
    border-radius: 20px;
}
body[data-design="mifeng-home-reference"] .strength-photo--testing,
body[data-design="mifeng-home-reference"] .strength-output {
    min-height: 377px;
}
body[data-design="mifeng-home-reference"] .strength-output {
    background: linear-gradient(rgba(221, 107, 0, .9), rgba(221, 107, 0, .9)), var(--miwind-strength-output) center / cover no-repeat;
}
body[data-design="mifeng-home-reference"] .buyers {
    min-height: 620px;
    padding: 132px 0 0;
    background: #E5E5E5;
}
body[data-design="mifeng-home-reference"] .buyers-heading {
    grid-template-columns: 640px minmax(0, 766px);
    gap: 128px;
}
body[data-design="mifeng-home-reference"] .buyer-copy {
    display: grid;
    gap: 8px;
}
body[data-design="mifeng-home-reference"] .buyers-panel {
    grid-template-columns: minmax(0, 1fr) 714px;
    min-height: 600px;
    margin-top: 66px;
    border-radius: 28px;
    background-size: cover;
}
body[data-design="mifeng-home-reference"] .buyer-chips {
    grid-template-columns: repeat(3, 150px);
    gap: 18px;
    align-content: center;
    justify-content: center;
    padding: 48px 48px 48px 0;
}
body[data-design="mifeng-home-reference"] .buyer-chip {
    min-height: 150px;
    border-radius: 18px;
    background: rgba(255,255,255,.18);
    color: #5f646b;
    font-size: 11px;
}
body[data-design="mifeng-home-reference"] .buyer-chip strong {
    width: 48px;
    height: 48px;
    margin-bottom: 12px;
    color: #fff;
}
body[data-design="mifeng-home-reference"] .global {
    min-height: 761px;
    padding: 132px 0 0;
    background: #111111;
}
body[data-design="mifeng-home-reference"] .global-grid {
    grid-template-columns: 600px minmax(0, 767px);
    gap: 168px;
}
body[data-design="mifeng-home-reference"] .global p {
    max-width: 596px;
    color: #CECECE;
    opacity: 1;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
body[data-design="mifeng-home-reference"] .global-map {
    width: 767px;
    height: 244px;
}
body[data-design="mifeng-home-reference"] .global-case {
    grid-template-columns: minmax(0, 1fr) 420px;
    transform: translateY(86px);
}
body[data-design="mifeng-home-reference"] .global-case img {
    height: 677px;
    border-radius: 28px;
}
body[data-design="mifeng-home-reference"] .case-note {
    min-height: 440px;
    margin-left: -420px;
    padding: 48px 56px 0;
    border-radius: 24px;
}
body[data-design="mifeng-home-reference"] .case-note small {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}
body[data-design="mifeng-home-reference"] .case-note small i {
    width: 6px;
    height: 6px;
    margin: 0;
    border-radius: 50%;
    background: var(--accent);
}
body[data-design="mifeng-home-reference"] .case-note h3 {
    margin: 8px 0 28px;
    font-size: 16px;
}
body[data-design="mifeng-home-reference"] .case-note p {
    font-size: 14px;
}
body[data-design="mifeng-home-reference"] .miwind-footer {
    padding-top: 210px;
    background: #e7e7e7;
}

@media (max-width: 900px) {
    body[data-design="mifeng-home-reference"] .miwind-top {
        position: static;
        height: auto;
        padding: 14px 0;
    }
    body[data-design="mifeng-home-reference"] .home-hero {
        min-height: auto;
        padding-top: 0;
    }
    body[data-design="mifeng-home-reference"] .home-hero-copy {
        padding: 42px 21px 46px;
    }
    body[data-design="mifeng-home-reference"] .home-hero-visual,
    body[data-design="mifeng-home-reference"] .home-hero-visual img {
        min-height: 320px;
    }
    body[data-design="mifeng-home-reference"] .product-grid,
    body[data-design="mifeng-home-reference"] .case-intro,
    body[data-design="mifeng-home-reference"] .about-grid,
    body[data-design="mifeng-home-reference"] .strength-grid,
    body[data-design="mifeng-home-reference"] .buyers-heading,
    body[data-design="mifeng-home-reference"] .buyers-panel,
    body[data-design="mifeng-home-reference"] .global-grid,
    body[data-design="mifeng-home-reference"] .global-case {
        grid-template-columns: 1fr;
    }
    body[data-design="mifeng-home-reference"] .product-tile,
    body[data-design="mifeng-home-reference"] .product-tile a {
        min-height: 0;
    }
    body[data-design="mifeng-home-reference"] .product-tile img {
        height: 100%;
    }
    body[data-design="mifeng-home-reference"] .product-tile h3 {
        margin-top: -62px;
    }
    body[data-design="mifeng-home-reference"] .case-row {
        grid-template-columns: 1fr;
        gap: 24px;
        overflow: visible;
    }
    body[data-design="mifeng-home-reference"] .case-card img {
        width: 100%;
        height: auto;
        aspect-ratio: 1.44;
    }
    body[data-design="mifeng-home-reference"] .about-grid {
        width: min(var(--miwind-wrap), calc(100% - 42px));
        padding-right: 0;
    }
    body[data-design="mifeng-home-reference"] .buyer-chips {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 260px 18px 24px;
    }
    body[data-design="mifeng-home-reference"] .global-case img {
        height: 360px;
    }
    body[data-design="mifeng-home-reference"] .case-note {
        margin-left: 0;
    }
}

/* product-index.css */
.product-index-hero { min-height: 600px; background-image: var(--miwind-product-hero); }
.product-index-hero .page-hero-copy { padding-top: 210px; }
.product-index-hero h1 { font-size: 43px; }
.product-index-hero p { max-width: 560px; font-size: 18px; line-height: 1.7; }
.benefit-icon-row { display: grid; grid-template-columns: repeat(4, 150px); gap: 34px; margin-top: 92px; color: #3e444d; font-size: 17px; text-align: center; }
.benefit-icon-row span { display: grid; justify-items: center; }
.benefit-icon-row strong { display: block; color: #30343b; font-size: 18px; }
.benefit-icon-row i { display: inline-grid; place-items: center; width: 36px; height: 36px; margin-bottom: 12px; color: #111; }
.benefit-icon-row i img { display: block; max-width: 36px; max-height: 36px; object-fit: contain; }
.product-filter-shell { display: grid; grid-template-columns: 920px 536px; gap: 80px; align-items: stretch; }
.filter-panel, .quick-help-card { min-height: 330px; border: 1px solid #e9e9e9; border-radius: 16px; background: #fff; }
.filter-panel { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; }
.filter-group { padding: 46px 60px; border-right: 1px solid var(--line); }
.filter-group:last-child { border-right: 0; }
.filter-group h2, .quick-help-card h2 { margin: 0 0 20px; font-size: 20px; }
.filter-group a { display: flex; justify-content: space-between; padding: 8px 16px; color: #263039; font-size: 17px; }
.filter-count { margin-left: 16px; color: #7b828a; font-weight: 500; }
.filter-group a.active { background: #f1f1f1; color: var(--accent); font-weight: 800; }
.quick-help-card { display: grid; align-content: center; gap: 22px; padding: 44px 60px; background: #f5f5f5; }
.quick-help-card p, .quick-help-card a { font-size: 17px; line-height: 1.6; }
.series-tabs { display: grid; grid-template-columns: repeat(5, 196px); gap: 12px; margin: 54px 0 42px; }
.series-tabs a { min-height: 48px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 6px; color: #30343b; text-align: center; font-size: 17px; }
.series-tabs a.active { border-color: var(--accent); background: var(--accent); color: #fff; }
.product-card-grid { display: grid; grid-template-columns: repeat(3, 480px); gap: 48px; }
.product-card { display: grid; grid-template-rows: 150px auto auto 1fr auto; min-height: 488px; padding: 40px 42px 30px; border: 1px solid #e9e9e9; border-radius: 20px; background: #fff; }
.product-card img { align-self: center; justify-self: center; width: min(394px, 100%); height: 139px; object-fit: contain; margin-bottom: 0; filter: drop-shadow(0 12px 16px rgba(0,0,0,.08)); }
.product-card h2 { margin: 0 0 12px; font-size: 20px; font-weight: 900; }
.product-card p { min-height: 42px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.55; }
.spec-icon-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 36px 0 28px; color: #676c74; font-size: 17px; text-align: center; }
.spec-item-icon { display: grid; place-items: center; min-height: 35px; color: #30343b; }
.spec-item-icon img { display: block; max-width: 43px; max-height: 35px; object-fit: contain; }
.spec-item-value { display: block; min-height: 2.6em; color: #30343b; font-style: normal; font-weight: 500; line-height: 1.25; }
.spec-item-label { display: block; color: #7a8088; font-size: .82em; line-height: 1.15; font-weight: 500; }
.product-card .button { width: 100%; min-height: 48px; font-size: 17px; }
.product-card-grid + .theme-pagination { margin-top: 48px; }
.product-card-grid + .theme-pagination a { min-width: 190px; min-height: 42px; border: 1px solid #e1e3e6; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; background: #fff; color: #8a8f96; font-size: 13px; }
.product-card-grid + .theme-pagination a svg { margin-left: 12px; color: #9aa0a6; stroke-width: 2; }
.product-empty-state { grid-column: 1 / -1; min-height: 220px; border: 1px solid #dedede; border-radius: 26px; background: #fff; padding: 44px 46px; color: #62666d; }
.product-empty-state strong { display: block; margin-bottom: 14px; color: #30343b; font-size: 22px; line-height: 1.2; }
.product-empty-state p { max-width: 520px; margin: 0 0 26px; font-size: 15px; line-height: 1.7; }
.product-empty-state a { display: inline-flex; color: var(--accent); font-size: 15px; font-weight: 800; }
.solution-section { padding-top: 80px; }
.solution-section h2 { margin: 0 0 36px; font-size: 27px; }
.solution-card-grid { display: grid; grid-template-columns: repeat(4, 360px); gap: 32px; }
.solution-card { min-height: 360px; border-radius: 16px; background: linear-gradient(rgba(20,30,42,.56), rgba(20,30,42,.56)), var(--solution-image) center / cover no-repeat; display: grid; align-content: start; padding: 40px; color: #fff; overflow: hidden; }
.solution-card h2 { margin: 0 0 14px; font-size: 28px; }
.solution-card p { max-width: 230px; margin: 0; font-size: 17px; line-height: 1.55; }
.solution-card a { align-self: end; margin-top: auto; color: var(--accent); font-size: 17px; font-weight: 900; }
.resource-card-grid { display: grid; grid-template-columns: repeat(4, 360px); gap: 16px; }
.resource-card { position: relative; min-height: 130px; padding: 24px 32px 24px 82px; border-radius: 8px; background: #f1f1f1; color: #30343b; }
.resource-card.highlight { background: #efd4b5; }
.resource-card-icon { position: absolute; top: 24px; left: 28px; display: grid; place-items: center; width: 36px; height: 35px; color: #30343b; }
.resource-card-icon img { display: block; max-width: 36px; max-height: 35px; object-fit: contain; }
.resource-card h2 { margin: 0 0 10px; font-size: 18px; }
.resource-card p { margin: 0 0 10px; color: #696f76; font-size: 16px; line-height: 1.45; }
.resource-card a, .resource-card-action { display: inline-flex; align-items: center; gap: 8px; width: auto; min-height: 0; border: 0; background: transparent; padding: 0; color: var(--accent); font-size: 17px; font-weight: 900; cursor: pointer; text-align: left; }
.resource-card a img { display: block; width: 17px; height: 11px; object-fit: contain; }
.resource-card-action:after { content: ""; display: block; width: 17px; height: 11px; background: url("../product-icon-arrow-down-left.png") center / contain no-repeat; }
.dark-product-cta { display: grid; grid-template-columns: minmax(0, 1fr) 370px 370px; gap: 18px; align-items: center; margin-top: 20px; padding: 42px 82px; border-radius: 16px; background: #1c2a42; color: #fff; }
.dark-product-cta h2 { margin: 0 0 16px; font-size: 27px; }
.dark-product-cta p { margin: 0; font-size: 18px; }
@media (max-width: 900px) { .benefit-icon-row, .product-filter-shell, .filter-panel, .series-tabs, .product-card-grid, .solution-card-grid, .resource-card-grid, .dark-product-cta { grid-template-columns: 1fr; } .product-card-grid, .solution-card-grid, .resource-card-grid { gap: 20px; } }

/* product-series.css */
.series-hero { height: 470px; background: var(--miwind-product-hero) center / cover no-repeat; }
.series-heading { padding: 86px 0 76px; text-align: center; }
.series-heading h1 { margin: 0 0 18px; font-size: 34px; line-height: 1.18; font-weight: 700; color: #222; }
.series-heading p { margin: 0 auto; max-width: 760px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.series-products { padding: 0 0 118px; background: #eeeeee; }
.series-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 72px 88px; }
.series-product-card { display: grid; grid-template-rows: 1fr 86px; min-height: 458px; padding: 72px 0 0; border-radius: 28px; overflow: hidden; background: #fff; text-align: center; box-shadow: 0 1px 0 rgba(0,0,0,.02); }
.series-product-link { display: grid; grid-template-rows: minmax(0, 1fr) 86px; min-height: 100%; color: inherit; text-decoration: none; }
.series-product-media { display: grid; place-items: center; min-height: 260px; }
.series-product-card img { align-self: center; justify-self: center; width: 82%; height: 260px; object-fit: contain; }
.series-product-card h2,
.series-product-title { display: grid; place-items: center; margin: 0; border-top: 1px solid #e4e4e4; font-size: 18px; font-weight: 500; color: #333; }
.series-product-card a { color: inherit; text-decoration: none; }
.series-products .theme-pagination { margin-top: 82px; }
.series-pagination { gap: 28px; align-items: center; }
.series-pagination a { display: inline-grid; place-items: center; min-width: 18px; min-height: 24px; color: #5f646b; }
.series-pagination a[aria-current="page"] { color: var(--accent); border-bottom: 1px solid var(--accent); }
@media (max-width: 1100px) { .series-product-grid { gap: 34px; } .series-product-card { min-height: 390px; } }
@media (max-width: 900px) { .series-hero { height: 300px; } .series-product-grid { grid-template-columns: 1fr; } }

/* product-detail.css */
.detail-banner { height: 430px; background: var(--miwind-product-hero) center / cover no-repeat; }
.detail-main { padding: 108px 0 112px; background: #eeeeee; }
.product-intro { display: grid; grid-template-columns: 710px minmax(0, 1fr); gap: 94px; align-items: start; }
.product-gallery { display: grid; grid-template-columns: minmax(0, 1fr) 120px; gap: 30px; }
.gallery-stage { display: grid; place-items: center; min-height: 560px; border-radius: 32px; background: #fff; }
.gallery-stage img { width: min(660px, 88%); height: 340px; object-fit: contain; filter: drop-shadow(0 18px 24px rgba(0,0,0,.08)); }
.thumbnail-rail { display: grid; grid-template-rows: 58px repeat(3, 120px) 58px; gap: 26px; }
.thumbnail-rail button { border: 0; border-radius: 16px; background: #fff; cursor: pointer; }
.thumbnail-rail .carousel-thumb { display: grid; place-items: center; min-height: 120px; border: 2px solid transparent; padding: 0; }
.thumbnail-rail .carousel-thumb.active { border-color: var(--accent); }
.thumbnail-rail img { width: 86%; height: 92px; object-fit: contain; }
.product-carousel--thumbs-bottom { grid-template-columns: 1fr; }
.product-carousel--thumbs-bottom .thumbnail-rail { grid-template-rows: none; grid-template-columns: 58px repeat(4, minmax(100px, 1fr)) 58px; }
.product-carousel--thumbs-bottom .carousel-thumb { min-height: 104px; }
.product-summary h1 { margin: 0 0 24px; font-size: 34px; line-height: 1.1; font-weight: 900; }
.product-summary > p { max-width: 560px; margin: 0 0 28px; color: #555b64; font-size: 17px; line-height: 1.7; }
.parameter-card { margin: 36px 0 38px; padding: 32px 34px; border-radius: 32px; background: #fff; }
.parameter-card hr { margin: 26px 0 24px; border: 0; border-top: 1px solid #dedede; }
.product-detail-quote { min-width: 230px; min-height: 60px; border-radius: 999px; font-size: 16px; }
.detail-panel { margin-top: 32px; padding: 34px 40px; border-radius: 28px; background: #fff; }
.detail-panel--applications { margin-top: 72px; padding: 36px 42px 40px; }
.parameter-card h2 { margin: 0 0 16px; color: var(--accent); font-size: 15px; }
.fact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 22px; color: #656a72; font-size: 15px; line-height: 1.65; }
.fact-grid span { display: inline-flex; gap: 7px; align-items: center; min-width: 0; min-height: 46px; }
.fact-grid span:not(:has(b)) { grid-template-columns: 34px minmax(0, 1fr); }
.fact-grid i { color: #8a8f96; font-style: normal; }
.fact-grid .fact-icon { display: grid; place-items: center; width: 34px; height: 34px; }
.fact-grid .fact-icon img { display: block; max-width: 30px; max-height: 30px; object-fit: contain; }
.fact-grid b { color: #30343b; font-size: 13px; line-height: 1.25; font-weight: 700; }
.fact-grid em { min-width: 0; color: #555b64; font-size: 13px; line-height: 1.45; font-style: normal; font-weight: 300; }
.application-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 36px; text-align: center; color: #656a72; font-size: 14px; }
.detail-application-card { display: grid; gap: 14px; align-content: start; }
.application-img { height: 196px; margin-bottom: 12px; border-radius: 18px; background: #e4e4e4 center / cover no-repeat; }
.below-grid { display: grid; grid-template-columns: minmax(0, 1fr) 625px; gap: 20px; margin-top: 20px; }
.technical-spec-panel { min-height: 536px; }
.dimension-installation-card { min-height: 536px; display: grid; align-content: start; }
.technical-parameters-content { width: 100%; overflow-x: auto; }
.spec-table, .technical-parameters-content table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 8px; color: #646970; font-size: 14px; }
.technical-parameters-content table { min-width: 720px; }
.spec-table th, .spec-table td { padding: 18px 20px; text-align: left; }
.technical-parameters-content th, .technical-parameters-content td { padding: 18px 20px; text-align: left; }
.spec-table thead th, .technical-parameters-content thead th { background: #dedfea; color: #5d6270; font-weight: 500; }
.spec-table tbody tr:nth-child(odd) td, .technical-parameters-content tbody tr:nth-child(odd) td { background: #ededf5; }
.spec-table tbody tr:nth-child(even) td, .technical-parameters-content tbody tr:nth-child(even) td { background: #f7f7fb; }
.technical-parameters-content table:not(:has(thead)) tr:first-child th,
.technical-parameters-content table:not(:has(thead)) tr:first-child td { background: #dedfea; color: #5d6270; font-weight: 500; }
.dimension-figure { display: grid; place-items: center; min-height: 330px; }
.dimension-panel img { width: 100%; height: 320px; object-fit: contain; }
.installation-options { display: flex; justify-content: center; gap: 70px; margin-top: 34px; color: #555b64; font-size: 15px; }
.installation-options span:before { content: "✓"; display: inline-grid; place-items: center; width: 18px; height: 18px; margin-right: 10px; border-radius: 50%; background: #18a86b; color: #fff; font-size: 12px; }
.detail-support-panel { margin-top: 20px; padding: 38px 42px 42px; border-radius: 30px; background: #ffffff; }
.detail-support-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.detail-support-card { min-width: 0; border: 1px solid #e7e7e7; border-radius: 20px; background: #f8f8f8; color: #30343b; overflow: hidden; }
.detail-support-card a,
.detail-support-card > div { display: grid; gap: 0; min-height: 100%; padding: 28px 24px; color: inherit; text-decoration: none; }
.detail-support-card strong { display: block; color: #30343b; font-size: 20px; line-height: 1.35; font-weight: 800; }
.detail-support-card span { display: block; margin-top: 14px; color: #666666; font-size: 15px; line-height: 1.7; font-weight: 300; }
.detail-support-card em { display: block; margin-top: 18px; color: #dd6b00; font-size: 13px; line-height: 1.4; font-style: normal; font-weight: 700; }
.detail-recommended-panel { margin-top: 20px; }
.detail-recommended-head { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }
.detail-recommended-head h2 { margin: 0; color: var(--accent); font-size: 24px; line-height: 1.2; font-weight: 900; }
.detail-recommended-head p { max-width: 520px; margin: 0; color: #555b64; font-size: 14px; line-height: 1.7; text-align: right; }
.detail-recommended-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.detail-recommended-card { min-width: 0; border-radius: 22px; background: #f1f1f1; overflow: hidden; text-align: center; color: #30343b; }
.detail-recommended-card a { display: grid; min-height: 100%; color: inherit; text-decoration: none; }
.detail-recommended-card img { width: 100%; height: 236px; padding: 28px 30px 18px; object-fit: contain; mix-blend-mode: multiply; }
.detail-recommended-card strong { display: block; min-height: 64px; padding: 20px 24px 10px; border-top: 1px solid #e0e0e0; color: #30343b; font-size: 18px; line-height: 1.25; font-weight: 700; }
.detail-recommended-card span { display: block; min-height: 58px; padding: 0 28px 24px; color: #555b64; font-size: 13px; line-height: 1.55; font-weight: 300; }
@media (max-width: 900px) { .product-intro, .product-gallery, .fact-grid, .application-strip, .below-grid, .detail-support-grid { grid-template-columns: 1fr; } }

/* solution-detail.css */
.solution-hero { height: 380px; background: var(--miwind-product-hero) center / cover no-repeat; display: grid; align-items: end; text-align: center; }
.solution-hero h1 { margin: 0 0 122px; font-size: 24px; line-height: 1.2; font-weight: 900; }
.challenge-band { padding: 58px 0 72px; background: #eeeeee; }
.challenge-band .wrap { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 68px; align-items: start; }
.challenge-band h2 { margin: 0; color: #454951; font-size: 24px; line-height: 1.2; font-weight: 500; }
.solution-challenge-copy { max-width: 1040px; color: #5f646b; font-size: 17px; line-height: 1.8; }
.solution-challenge-copy p { margin: 0 0 22px; }
.solution-challenge-copy ul { margin: 0; padding: 0; list-style: none; }
.solution-section-title { text-align: center; margin: 0 0 58px; color: #30343b; font-size: 34px; line-height: 1.2; font-weight: 900; }
.solution-section-title span { color: var(--accent); }
.solution-feature-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.35fr); min-height: 460px; gap: 0; padding: 0; border-radius: 28px 28px 0 0; background: #eeeeee; overflow: hidden; }
.solution-feature-card > div:first-child { display: grid; align-content: center; padding: 66px 74px; }
.solution-feature-card h3 { margin: 0 0 28px; color: #30343b; font-size: 17px; line-height: 1.3; font-weight: 900; }
.solution-feature-card p { margin: 0; color: #3f454d; font-size: 17px; line-height: 1.8; }
.solution-card-media { min-height: 390px; background: #dfe8ec; }
.solution-card-media img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.recommended-products { display: grid; grid-template-columns: 1fr 1fr .95fr; gap: 58px; padding: 72px 58px 82px; border-radius: 0 0 28px 28px; background: #eeeeee; }
.recommended-products-title { grid-column: 1 / -1; margin: 0 0 -6px; color: #30343b; text-align: left; font-size: 16px; line-height: 1.2; font-weight: 900; }
.solution-recommended-card { display: grid; gap: 18px; align-content: start; text-align: center; color: #555b64; font-size: 16px; }
.solution-recommended-card-link { display: grid; gap: 18px; color: inherit; text-decoration: none; }
.solution-recommended-card h3 { grid-column: 1 / -1; margin: 0 0 12px; color: #30343b; text-align: left; font-size: 16px; }
.solution-recommended-card img { width: 100%; height: 230px; object-fit: contain; border-radius: 22px; background: #e2edf1; }
.solution-recommended-card p { margin: 0; }
.product-advantage-list { display: grid; gap: 22px; align-content: center; border-left: 4px solid var(--accent); padding-left: 34px; }
.product-advantage-list strong { margin-bottom: 8px; color: #30343b; font-size: 17px; }
.solution-advantage-item { display: grid; grid-template-columns: 32px 1fr; gap: 16px; align-items: center; color: #555b64; font-size: 16px; line-height: 1.45; }
.solution-advantage-item i { display: grid; place-items: center; width: 32px; height: 32px; border: 0; border-radius: 0; color: #30343b; font-size: 11px; font-style: normal; }
.solution-advantage-item i img { display: block; max-width: 33px; max-height: 32px; object-fit: contain; }
.service-support-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 36px; margin-top: 72px; text-align: center; }
.service-support-step { position: relative; display: grid; justify-items: center; gap: 20px; color: #555b64; font-size: 15px; line-height: 1.45; }
.service-support-step:before { content: ""; position: absolute; left: calc(-50% + 38px); right: calc(50% + 38px); top: 42px; border-top: 1px dashed rgba(221,107,0, .55); }
.service-support-step:first-child:before { display: none; }
.service-support-step strong { display: grid; place-items: center; width: 70px; height: 70px; border: 2px solid var(--accent); border-radius: 50%; color: #30343b; font-size: 20px; }
.service-support-step strong img { display: block; max-width: 35px; max-height: 33px; object-fit: contain; }
.service-support-step p { max-width: 230px; margin: 0; }
.typical-application-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; padding: 38px 42px 34px; border: 1px solid var(--line); border-radius: 28px; text-align: center; }
.typical-application-card { display: grid; gap: 12px; color: #62666d; font-size: 15px; }
.typical-application-card p { margin: 0; }
.typical-application-image { height: 162px; border-radius: 18px; background-image: var(--miwind-solution-card); }
@media (max-width: 900px) { .challenge-band .wrap, .solution-feature-card, .recommended-products, .service-support-line, .typical-application-strip { grid-template-columns: 1fr; } }

/* capability.css */
.capability-hero { height: 380px; background: var(--miwind-product-hero) center / cover no-repeat; }
.market-footprint-card { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(420px, .85fr); gap: 56px; align-items: center; max-width: none; margin: 48px auto 0; padding: 46px 54px; border-radius: 24px; background: #f0f0f0; }
.market-map-figure { min-height: 230px; border-radius: 12px; background: var(--miwind-capability-map) center / contain no-repeat; }
.market-metrics { display: grid; gap: 0; }
.market-metrics strong { display: block; color: var(--accent); font-size: 36px; line-height: 1; }
.market-metrics span { display: block; color: #4f555c; font-size: 14px; }
.market-metrics > span, .market-metrics > strong + span { padding-bottom: 20px; border-bottom: 1px solid #d8d8d8; }
.market-note { margin: 16px 0 0; color: #4f555c; font-size: 14px; line-height: 1.6; }
.market-note span { margin-bottom: 4px; color: var(--accent); font-weight: 800; }
.partner-logo-wall { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px 40px; align-items: center; max-width: 1120px; margin: 38px auto 0; text-align: center; color: #777d84; }
.partner-logo-wall span { display: grid; place-items: center; min-height: 58px; padding: 0; border-radius: 0; background: transparent; color: #697078; font-size: 20px; font-weight: 800; box-shadow: none; }
.partner-logo-wall img { display: block; width: 100%; height: 54px; object-fit: contain; }
.partner-logo-wall em { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); }
.industry-application-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; margin-top: 38px; }
.industry-application-item { display: grid; gap: 15px; min-width: 0; text-align: center; color: #646a72; font-size: 13px; line-height: 1.35; }
.industry-application-image { min-height: 356px; border-radius: 8px; background: var(--miwind-product-hero) center / cover no-repeat; box-shadow: 0 14px 26px rgba(30,35,40,.08); }
.industry-application-item strong { font-weight: 500; }
.experience-tabs { display: flex; justify-content: center; gap: 14px; margin: 30px 0 24px; }
.experience-tabs span { min-width: 172px; padding: 13px 22px; border-radius: 4px; background: #efefef; color: #646970; text-align: center; font-size: 13px; font-weight: 800; }
.experience-tabs .active { background: var(--accent); color: #fff; }
.experience-card { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); gap: 52px; align-items: center; max-width: none; margin: 0 auto; padding: 22px; border-radius: 24px; background: #eeeeee; }
.experience-card img { width: 100%; height: 390px; border-radius: 18px; object-fit: cover; }
.experience-copy { padding: 0 34px 0 0; }
.experience-copy h3 { margin: 0 0 20px; font-size: 24px; }
.experience-copy p { margin: 0 0 32px; color: #555b64; font-size: 14px; line-height: 1.8; }
.capability-experience-proof { display: flex; flex-wrap: wrap; gap: 18px 48px; color: #555b64; font-size: 13px; }
.capability-experience-proof span { display: inline-flex; align-items: center; gap: 10px; }
.capability-experience-proof span:before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: #55bd3b; }
.capability-rnd-head { max-width: 560px; margin-bottom: 34px; }
.capability-rnd-head h2 { margin: 0 0 18px; font-size: 30px; line-height: 1.1; }
.capability-rnd-head p { margin: 0; color: #555b64; font-size: 14px; line-height: 1.8; }
.rnd-capability-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(440px, .72fr); gap: 110px; align-items: end; }
.rnd-capability-grid > img { width: 100%; min-height: 370px; object-fit: cover; }
.rnd-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px 58px; }
.rnd-capability-card { display: grid; place-items: center; gap: 18px; min-height: 206px; padding: 28px; border-radius: 22px; text-align: center; color: #555b64; box-shadow: 0 15px 34px rgba(30,35,40,.12); }
.rnd-capability-card i { display: grid; place-items: center; width: 46px; height: 42px; color: var(--accent); font-size: 25px; font-style: normal; font-weight: 900; text-transform: uppercase; }
.rnd-capability-card i img { display: block; max-width: 46px; max-height: 42px; object-fit: contain; }
.rnd-capability-card span { max-width: 170px; font-size: 14px; line-height: 1.45; }
.quality-process-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 42px; max-width: 1100px; margin: 56px auto 44px; text-align: center; }
.quality-process-step { position: relative; display: grid; justify-items: center; gap: 18px; color: #555b64; font-size: 13px; line-height: 1.4; }
.quality-process-step:before { content: ""; position: absolute; top: 34px; left: calc(-50% + 44px); right: calc(50% + 44px); border-top: 1px solid rgba(221,107,0,.55); }
.quality-process-step:first-child:before { display: none; }
.quality-process-step strong { display: grid; place-items: center; width: 68px; height: 68px; border: 2px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: 22px; }
.quality-process-step strong img { display: block; max-width: 34px; max-height: 34px; object-fit: contain; }
.quality-process-step p { margin: 0; }
.certification-card { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; max-width: 1100px; margin: 0 auto; }
.capability-certification-card { min-height: 160px; padding: 28px 42px; border: 1px solid rgba(221,107,0,.75); border-radius: 16px; text-align: center; }
.capability-certification-card h3 { margin: 0 0 16px; font-size: 15px; }
.capability-certification-card p { margin: 0 0 18px; color: #555b64; font-size: 13px; line-height: 1.6; }
.certification-mark-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; color: #30343b; font-size: 23px; font-weight: 900; }
.capability-partner-grid { display: grid; grid-template-columns: 460px repeat(2, minmax(0, 1fr)); gap: 24px; max-width: none; margin: 40px auto 0; }
.capability-partner-feature { display: grid; grid-row: span 2; align-content: start; min-height: 472px; padding: 54px 38px; border-radius: 14px; background: linear-gradient(135deg, #0d4d8f, #0c2342) center / cover no-repeat; color: #fff; }
.capability-partner-feature h3 { margin: 0 0 22px; font-size: 24px; }
.capability-partner-feature p { max-width: 220px; margin: 0; font-size: 14px; line-height: 1.7; }
.capability-partner-solution-card { min-height: 205px; padding: 30px 34px; border-radius: 12px; background: #f1f1f1 center / cover no-repeat; color: #30343b; }
.capability-partner-solution-card h3 { margin: 0 0 8px; font-size: 18px; }
.capability-partner-solution-card p { margin: 0 0 18px; color: #555b64; font-size: 13px; }
.capability-partner-solution-card ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; color: #555b64; font-size: 13px; line-height: 1.35; }
.capability-partner-solution-card li { position: relative; padding-left: 17px; }
.capability-partner-solution-card li:before { content: ""; position: absolute; top: .45em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
@media (min-width: 901px) { .capability-partner-solution-card:nth-child(n+2) { grid-column: auto; } }
@media (max-width: 900px) { .market-footprint-card, .partner-logo-wall, .industry-application-grid, .experience-card, .rnd-capability-grid, .quality-process-line, .certification-card, .capability-partner-grid, .rnd-card-grid { grid-template-columns: 1fr; } .market-footprint-card, .experience-card { padding: 24px; } .experience-copy { padding: 0; } .rnd-capability-grid { gap: 28px; } }

/* about.css */
.about-hero { height: 382px; background: var(--miwind-home-hero) center top / cover no-repeat; }
.about-company-section { padding: 172px 0 102px; background: #eeeeee; }
.about-profile-split { display: grid; grid-template-columns: minmax(0, 650px) minmax(560px, 718px); gap: 164px; align-items: center; }
.about-profile-copy { padding-top: 2px; }
.about-profile-copy h1 { margin: 0 0 62px; color: #30343b; font-size: 38px; line-height: 1; font-weight: 900; }
.about-profile-copy h1 span { color: var(--accent, #DD6B00); }
.about-profile-copy p { margin: 0 0 42px; color: #30343b; font-size: 18px; line-height: 1.82; }
.about-profile-copy p:last-child { margin-bottom: 0; }
.about-profile-media { margin: 0; }
.about-profile-media img { width: 100%; height: 351px; object-fit: cover; object-position: center; border-radius: 0 28px 28px 0; }
.company-metric-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 122px; margin-top: 118px; }
.company-metric-row--full { grid-column: 1 / -1; }
.company-metric-row--full.section-title-center { display: none; }
.about-metric-card { position: relative; min-height: 134px; padding-top: 34px; border-top: 2px solid var(--accent, #DD6B00); color: #30343b; }
.about-metric-card strong { display: block; margin-top: 20px; color: var(--accent, #DD6B00); font-size: 42px; line-height: .95; font-weight: 900; }
.about-metric-card strong small { color: #30343b; font-size: .45em; }
.about-metric-card > span:last-child { display: block; margin-top: 8px; color: #30343b; font-size: 14px; line-height: 1.3; }
.about-metric-icon { display: inline-grid; place-items: center; width: 38px; height: 34px; color: #111; }
.about-metric-icon img { display: block; max-width: 38px; max-height: 34px; object-fit: contain; }
.about-certificate-section { padding: 86px 0 156px; background: #eeeeee; }
.about-certificate-section h2 { margin: 0; color: #30343b; font-size: 37px; line-height: 1; font-weight: 900; }
.about-certificate-stage { position: relative; display: grid; place-items: center; margin-top: 60px; }
.about-certificate-track { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px; width: min(1304px, 100%); margin: 0 auto; }
.about-certificate-card { display: grid; gap: 14px; text-align: center; color: #30343b; font-size: 13px; line-height: 1.45; }
.about-certificate-card strong { font-size: 14px; line-height: 1.25; }
.about-certificate-card p { margin: 0; color: #62666d; }
.about-certificate-image { width: 100%; aspect-ratio: 220 / 300; object-fit: cover; object-position: center top; background: #fff; box-shadow: 0 0 0 10px #e7e7e7; }
.about-certificate-card:nth-child(1) .about-certificate-image--overview { object-position: 0% center; }
.about-certificate-card:nth-child(2) .about-certificate-image--overview { object-position: 33.333% center; }
.about-certificate-card:nth-child(3) .about-certificate-image--overview { object-position: 66.666% center; }
.about-certificate-card:nth-child(4) .about-certificate-image--overview { object-position: 100% center; }
.about-certificate-control { position: absolute; top: 50%; display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #e2e2e2; color: #555b64; font-size: 33px; line-height: 1; transform: translateY(-50%); }
.about-certificate-control:first-child { left: 0; }
.about-certificate-control:nth-child(3) { right: 0; }
.factory-wide-photo { min-height: 410px; background: var(--miwind-product-hero) center / cover no-repeat; }
.about-strength-section { padding: 100px 0 90px; background: #eeeeee; }
.about-strength-section h2 { margin: 0 0 84px; color: #30343b; font-size: 37px; line-height: 1; font-weight: 900; }
.core-strength-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 98px; }
.about-strength-icon { display: grid; place-items: center; width: 34px; height: 32px; margin-bottom: 28px; }
.about-strength-icon img { display: block; max-width: 34px; max-height: 32px; object-fit: contain; }
.about-strength-card .kicker { display: block; margin-bottom: 30px; color: var(--accent, #DD6B00); font-size: 16px; line-height: 1; font-weight: 900; }
.about-strength-card h3 { margin: 0 0 28px; color: #30343b; font-size: 17px; line-height: 1.25; font-weight: 900; }
.about-strength-card p { margin: 0; color: #4e535a; font-size: 15px; line-height: 1.72; }
.about-video-section { padding: 0 0 136px; background: #eeeeee; }
.video-cover { min-height: 657px; background: var(--miwind-product-hero) center / cover no-repeat; }
.about-video-frame { width: min(1536px, 100%); margin: 0 auto; }
@media (max-width: 900px) {
    .about-hero { height: 260px; }
    .about-company-section, .about-certificate-section, .about-strength-section { padding: 58px 0; }
    .about-profile-split, .company-metric-row, .core-strength-grid { grid-template-columns: 1fr; gap: 34px; }
    .about-profile-copy h1, .about-certificate-section h2, .about-strength-section h2 { font-size: 28px; }
    .about-profile-copy h1 { margin-bottom: 28px; }
    .about-profile-copy p { margin-bottom: 24px; font-size: 14px; }
    .about-profile-media img { height: auto; border-radius: 0 18px 18px 0; }
    .company-metric-row { margin-top: 42px; }
    .about-certificate-control { display: none; }
    .factory-wide-photo { min-height: 230px; }
    .video-cover { min-height: 320px; }
}

/* downloads.css */
.download-hero { height: 382px; min-height: 382px; background-image: var(--miwind-product-hero); background-position: center; }
.download-main-section { padding: 122px 0 124px; background: #eeeeee; }
.download-layout { display: grid; grid-template-columns: 300px minmax(0, 1183px); gap: 53px; align-items: start; }
.download-reference-strip { min-height: 160px; margin-bottom: 28px; border-radius: 12px; background: var(--miwind-download-cards) center / cover no-repeat; }
.download-category-accordion { display: grid; gap: 28px; align-content: start; }
.download-category-accordion h1 { margin: 0 0 42px; color: #30343b; font-size: 36px; line-height: 1.1; font-weight: 900; }
.download-category-group { display: grid; gap: 8px; }
.download-category-group button { min-height: 34px; padding: 0 27px; display: flex; align-items: center; justify-content: space-between; width: 100%; border: 0; background: transparent; color: #5f646b; text-align: left; font-size: 17px; cursor: default; }
.download-category-parent { min-height: 34px; padding: 0 27px; display: flex; align-items: center; justify-content: space-between; width: 100%; border: 0; background: transparent; color: #5f646b; text-align: left; font-size: 17px; cursor: default; }
.download-category-accordion .download-category-header { min-height: 36px; padding: 0 27px; display: flex; align-items: center; justify-content: space-between; border-radius: 0; color: #5f646b; font-size: 17px; }
.download-category-header svg { flex: 0 0 auto; stroke-width: 2; }
.download-category-arrow { flex: 0 0 auto; width: 12px; height: 6px; background: currentColor; clip-path: polygon(0 0, 100% 0, 50% 100%); opacity: .72; }
.download-category-items { display: grid; gap: 0; }
.download-category-accordion a { min-height: 47px; padding: 15px 39px; display: flex; align-items: center; border-radius: 999px; color: #5f646b; font-size: 16px; }
.download-category-accordion a.active { background: #e4e4e4; color: #5f646b; }
.download-category-parent { padding-left: 27px; padding-right: 27px; border-radius: 0; }
.download-section-heading { position: relative; margin: 58px 0 36px; padding-bottom: 22px; color: #30343b; font-size: 20px; line-height: 1.1; font-weight: 500; }
.download-section-heading:after { content: ""; position: absolute; left: 0; bottom: 0; width: 185px; height: 4px; background: #30343b; }
.download-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 360px)); gap: 42px 51px; }
.download-file-card { min-height: 300px; padding: 44px 30px 28px; border-radius: 26px; background: #fff; display: grid; align-content: start; }
.download-file-card strong { display: block; margin: 30px 0 14px; color: #30343b; font-size: 18px; line-height: 1.25; }
.download-file-card p { min-height: 84px; margin: 0; color: #62666d; font-size: 16px; line-height: 1.55; }
.download-file-icon { position: relative; display: inline-grid; place-items: center; width: 38px; height: 38px; color: #c8d0d8; }
.download-file-icon svg { display: block; width: 35px; height: 42px; stroke-width: 1.45; }
.download-file-icon b { position: absolute; left: 4px; bottom: 9px; min-width: 29px; padding: 2px 3px; border-radius: 1px; background: #e14457; color: #fff; text-align: center; font-size: 8px; line-height: 1; }
.download-file-icon img { width: 38px; height: 38px; object-fit: contain; }
.download-file-icon--image { width: 38px; height: 38px; }
.download-file-card--zip .download-file-icon b, .download-file-card--cad .download-file-icon b, .download-file-card--3d .download-file-icon b { background: #3b95d8; }
.download-file-action { align-self: end; display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; color: #30343b; font-size: 16px; }
.download-file-action svg { flex: 0 0 auto; stroke-width: 2.2; }
.download-file-action img { flex: 0 0 auto; width: 20px; height: 16px; object-fit: contain; }
.download-empty-state { grid-column: 1 / -1; min-height: 220px; border: 1px solid #dedede; border-radius: 26px; background: #fff; padding: 44px 46px; color: #62666d; }
.download-empty-state strong { display: block; margin-bottom: 14px; color: #30343b; font-size: 22px; line-height: 1.2; }
.download-empty-state p { max-width: 520px; margin: 0 0 26px; font-size: 15px; line-height: 1.7; }
.download-empty-state a { display: inline-flex; color: var(--accent); font-size: 15px; font-weight: 800; }
@media (max-width: 900px) { .download-layout, .download-card-grid { grid-template-columns: 1fr; } }

/* news.css */
.news-hero { height: 380px; background: var(--miwind-product-hero) center / cover no-repeat; }
.news-main-section { padding: 112px 0 124px; background: #eeeeee; }
.news-title { margin: 0 0 70px; color: #30343b; font-size: 37px; line-height: 1; font-weight: 900; }
.news-layout { display: grid; grid-template-columns: minmax(0, 1160px) 320px; gap: 56px; align-items: start; justify-content: center; }
.news-list { display: grid; gap: 0; }
.news-featured-item, .news-row { display: grid; grid-template-columns: 140px minmax(0, 950px); gap: 70px; border-bottom: 1px solid var(--line); padding-bottom: 52px; }
.news-featured-item .news-body { display: grid; grid-template-columns: 1fr; gap: 24px; }
.news-row { padding-top: 42px; }
.news-row .news-body { display: grid; grid-template-columns: minmax(0, 480px) 400px; gap: 70px; align-items: start; }
.news-date-block { display: flex; align-items: start; gap: 15px; padding-top: 2px; color: #30343b; }
.news-date-block strong { display: block; font-size: 48px; line-height: .9; font-weight: 900; }
.news-date-block span { color: #777; font-size: 15px; line-height: 1.32; }
.news-body h2 { margin: 0; color: #30343b; font-size: 19px; line-height: 1.55; font-weight: 500; }
.news-featured-item .news-body h2 { margin-top: 0; }
.news-body p { margin: 26px 0 0; color: #62666d; font-size: 16px; line-height: 1.8; }
.news-featured-image { width: 950px; max-width: 100%; aspect-ratio: 950 / 535; min-height: 535px; border-radius: 14px; background: var(--miwind-news-feature) center / cover no-repeat; }
.news-image { min-height: 150px; border-radius: 8px; background: var(--miwind-news-feature) center / cover no-repeat; }
.news-row .news-image { width: 400px; max-width: 100%; aspect-ratio: 400 / 225; min-height: 225px; border-radius: 14px; }
.news-empty-state { min-height: 260px; border: 1px solid #dedede; border-radius: 18px; background: #fff; padding: 48px 54px; color: #62666d; }
.news-empty-state h2 { margin: 0 0 14px; color: #30343b; font-size: 24px; line-height: 1.2; }
.news-empty-state p { max-width: 520px; margin: 0 0 24px; font-size: 15px; line-height: 1.7; }
.news-empty-state a { display: inline-flex; color: var(--accent); font-size: 15px; font-weight: 800; }
.news-sidebar { display: grid; gap: 18px; align-content: start; }
.news-sidebar-search { position: relative; }
.news-search-icon { position: absolute; left: 18px; top: 50%; display: inline-flex; color: #9ca1a8; transform: translateY(-50%); pointer-events: none; }
.news-search-icon img { display: block; width: 20px; height: 20px; object-fit: contain; }
.news-sidebar input { width: 100%; height: 46px; border: 1px solid #d5d5d5; border-radius: 999px; background: transparent; padding: 0 18px 0 48px; color: #60656d; }
.news-category-card { display: grid; gap: 10px; padding: 34px 24px; border: 1px solid #d5d5d5; border-radius: 18px; }
.news-category-card a { min-height: 34px; padding: 9px 24px; border-radius: 6px; color: #5f646b; font-size: 16px; text-align: center; }
.news-category-card a.active { background: #e9e9e9; color: var(--accent); font-weight: 800; }
@media (max-width: 900px) { .news-layout, .news-featured-item, .news-row, .news-row .news-body { grid-template-columns: 1fr; } .news-main-section { padding: 58px 0; } .news-title { margin-bottom: 36px; font-size: 28px; } .news-featured-image { min-height: 280px; } .news-row .news-image { min-height: 210px; } }

/* contact.css */
.contact-hero { height: 354px; background: var(--miwind-product-hero) center / cover no-repeat; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 560px) minmax(0, 560px); gap: 80px; align-items: start; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.contact-form-grid .wide { grid-column: 1 / -1; }
.contact-form-unavailable { min-height: 212px; }
.contact-form-unavailable p { margin: 0; border: 1px solid #cfcfcf; padding: 18px; color: #777d84; font-size: 13px; line-height: 1.7; }
.contact-submit { width: 351px; max-width: 100%; justify-self: start; }
.contact-info-panel { display: grid; gap: 26px; border-left: 1px solid var(--line); padding-left: 44px; }
.contact-info-panel h2 { margin-top: 0; }
.contact-detail-row { display: grid; grid-template-columns: 32px 1fr; gap: 18px; align-items: start; }
.contact-detail-row p { margin: 0; color: #4f545c; font-size: 15px; line-height: 1.85; }
.contact-detail-icon { display: grid; place-items: center; width: 24px; height: 24px; color: var(--accent); }
.contact-detail-icon img { width: auto; max-width: 20px; height: auto; max-height: 20px; object-fit: contain; }
.contact-detail-icon svg { display: none; }
.social-icon-row { display: flex; gap: 10px; margin-top: 20px; }
.social-icon-row span { display: grid; place-items: center; width: auto; height: 35px; background: transparent; color: #fff; }
.social-icon-row img { width: auto; max-width: 84px; height: 35px; object-fit: contain; }
.social-icon-row svg { display: block; width: 14px; height: 14px; stroke-width: 2; }
.social-icon-disabled { opacity: 1; cursor: default; }
.map-panel-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 718px)); gap: 64px; margin-top: 72px; }
.map-panel { min-height: 536px; margin-top: 0; background: var(--miwind-contact-map) center / cover no-repeat; border: 1px solid #d9ded9; }
@media (max-width: 900px) { .contact-layout, .contact-form-grid, .map-panel-grid { grid-template-columns: 1fr; } .contact-info-panel { border-left: 0; padding-left: 0; } }

/* page fidelity refinements */
body[data-design="mifeng-product-index-reference"] .product-index-hero { min-height: 500px; background-position: center top; }
body[data-design="mifeng-product-index-reference"] .product-index-hero .page-hero-copy { padding-top: 104px; }
body[data-design="mifeng-product-index-reference"] .product-index-hero h1 { margin-bottom: 14px; font-size: 34px; line-height: 1.12; }
body[data-design="mifeng-product-index-reference"] .product-index-hero p { max-width: 430px; font-size: 13px; line-height: 1.55; }
body[data-design="mifeng-product-index-reference"] .benefit-icon-row { grid-template-columns: repeat(4, 118px); gap: 38px; margin-top: 76px; font-size: 12px; }
body[data-design="mifeng-product-index-reference"] .benefit-icon-row strong { margin-bottom: 3px; font-size: 13px; }
body[data-design="mifeng-product-index-reference"] .benefit-icon-row i { margin-bottom: 8px; width: 24px; height: 24px; }
body[data-design="mifeng-product-index-reference"] .section { padding: 70px 0; }
body[data-design="mifeng-product-index-reference"] .product-filter-shell { grid-template-columns: minmax(0, 920px) minmax(360px, 1fr); gap: 82px; }
body[data-design="mifeng-product-index-reference"] .filter-panel,
body[data-design="mifeng-product-index-reference"] .quick-help-card { min-height: 385px; border-color: #e7e7e7; border-radius: 14px; box-shadow: 0 1px 0 rgba(0,0,0,.02); }
body[data-design="mifeng-product-index-reference"] .filter-group { padding: 45px 64px; }
body[data-design="mifeng-product-index-reference"] .filter-group h2,
body[data-design="mifeng-product-index-reference"] .quick-help-card h2 { font-size: 14px; line-height: 1.1; font-weight: 900; }
body[data-design="mifeng-product-index-reference"] .filter-group a { min-height: 31px; align-items: center; padding: 6px 15px; border-radius: 3px; font-size: 13px; line-height: 1.2; }
body[data-design="mifeng-product-index-reference"] .filter-group a[aria-current="true"] { background: #ededed; color: var(--accent); font-weight: 800; }
body[data-design="mifeng-product-index-reference"] .filter-group a span:first-child { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
body[data-design="mifeng-product-index-reference"] .filter-count { flex: 0 0 auto; color: #737982; }
body[data-design="mifeng-product-index-reference"] .quick-help-card { padding: 48px 64px; background: #f4f4f4; }
body[data-design="mifeng-product-index-reference"] .quick-help-card p,
body[data-design="mifeng-product-index-reference"] .quick-help-card a:not(.button) { font-size: 13px; }
body[data-design="mifeng-product-index-reference"] .quick-help-card .button { width: 100%; min-height: 43px; border-radius: 6px; font-size: 13px; }
body[data-design="mifeng-product-index-reference"] .series-tabs { margin: 0 0 38px; }
body[data-design="mifeng-product-index-reference"] .series-tabs a { min-height: 50px; display: grid; place-items: center; font-size: 13px; }
body[data-design="mifeng-product-index-reference"] .series-tabs a[aria-current="true"] { border-color: var(--accent); background: var(--accent); color: #fff; font-weight: 800; }
body[data-design="mifeng-product-index-reference"] .product-card { grid-template-rows: 205px auto auto 1fr auto; min-height: 488px; padding: 40px 42px 30px; border-radius: 20px; }
body[data-design="mifeng-product-index-reference"] .product-card img { width: min(394px, 100%); height: 139px; margin-bottom: 0; }
body[data-design="mifeng-product-index-reference"] .product-card h2 { margin-bottom: 6px; font-size: 15px; line-height: 1.2; }
body[data-design="mifeng-product-index-reference"] .product-card p,
body[data-design="mifeng-product-index-reference"] .spec-icon-row,
body[data-design="mifeng-product-index-reference"] .product-card .button { font-size: 13px; }
body[data-design="mifeng-product-index-reference"] .product-card p { min-height: 34px; line-height: 1.45; }
body[data-design="mifeng-product-index-reference"] .spec-icon-row { align-self: start; margin: 24px 0 22px; gap: 14px; }
body[data-design="mifeng-product-index-reference"] .spec-icon-row span { display: grid; gap: 5px; min-width: 0; }
body[data-design="mifeng-product-index-reference"] .spec-item-icon { min-height: 28px; }
body[data-design="mifeng-product-index-reference"] .spec-item-icon img { max-height: 28px; }
body[data-design="mifeng-product-index-reference"] .spec-item-value { min-height: 2.3em; font-size: 12px; line-height: 1.18; }
body[data-design="mifeng-product-index-reference"] .spec-icon-row strong { display: block; color: #30343b; font-size: 10px; line-height: 1.1; font-weight: 500; }
body[data-design="mifeng-product-index-reference"] .product-card .button { min-height: 42px; border-radius: 5px; background: transparent; color: var(--accent); }
body[data-design="mifeng-product-index-reference"] .product-card .button:hover { background: var(--accent); color: #fff; }
body[data-design="mifeng-product-index-reference"] .product-card-grid + .theme-pagination a { min-width: 176px; min-height: 38px; border-radius: 6px; font-size: 12px; }
body[data-design="mifeng-product-index-reference"] .solution-card-grid { gap: 31px; }
body[data-design="mifeng-product-index-reference"] .solution-card { min-height: 365px; padding: 42px 38px 30px; border-radius: 13px; background-position: center; }
body[data-design="mifeng-product-index-reference"] .solution-card h2 { font-size: 21px; }
body[data-design="mifeng-product-index-reference"] .solution-card p,
body[data-design="mifeng-product-index-reference"] .solution-card a,
body[data-design="mifeng-product-index-reference"] .resource-card p,
body[data-design="mifeng-product-index-reference"] .resource-card a,
body[data-design="mifeng-product-index-reference"] .resource-card-action { font-size: 13px; }
body[data-design="mifeng-product-index-reference"] .dark-product-cta { border-radius: 14px; background: #17253b; }

body[data-design="mifeng-about-reference"] .about-company-section { padding: 170px 0 110px; }
body[data-design="mifeng-about-reference"] .about-profile-split { grid-template-columns: minmax(0, 660px) minmax(540px, 720px); gap: 160px; }
body[data-design="mifeng-about-reference"] .about-profile-copy h1 { margin-bottom: 60px; font-size: 37px; }
body[data-design="mifeng-about-reference"] .about-profile-copy p { font-size: 15px; line-height: 1.95; }
body[data-design="mifeng-about-reference"] .about-profile-media img { height: 346px; border-radius: 0 25px 25px 0; object-position: center; }
body[data-design="mifeng-about-reference"] .company-metric-row { gap: 118px; margin-top: 114px; }
body[data-design="mifeng-about-reference"] .about-certificate-stage { margin-top: 58px; }
body[data-design="mifeng-about-reference"] .factory-wide-photo { min-height: 442px; background-position: center; background-size: cover; }
body[data-design="mifeng-about-reference"] .about-strength-section { padding: 96px 0 88px; }
body[data-design="mifeng-about-reference"] .core-strength-grid { gap: 96px; }
body[data-design="mifeng-about-reference"] .about-video-section { padding-bottom: 132px; }
body[data-design="mifeng-about-reference"] .video-cover { min-height: 657px; background-position: center; background-size: cover; }

body[data-design="mifeng-news-reference"] .news-main-section { padding: 113px 0 124px; }
body[data-design="mifeng-news-reference"] .news-title { margin-bottom: 70px; }
body[data-design="mifeng-news-reference"] .news-layout { grid-template-columns: minmax(0, 1160px) 320px; gap: 56px; }
body[data-design="mifeng-news-reference"] .news-featured-item,
body[data-design="mifeng-news-reference"] .news-row { grid-template-columns: 140px minmax(0, 950px); gap: 70px; padding-bottom: 48px; }
body[data-design="mifeng-news-reference"] .news-featured-image { width: 950px; aspect-ratio: 950 / 535; min-height: 535px; border-radius: 14px; background-position: center; }
body[data-design="mifeng-news-reference"] .news-row { padding-top: 42px; }
body[data-design="mifeng-news-reference"] .news-row .news-body { grid-template-columns: minmax(0, 480px) 400px; gap: 70px; }
body[data-design="mifeng-news-reference"] .news-row .news-image { width: 400px; aspect-ratio: 400 / 225; min-height: 225px; border-radius: 14px; }
body[data-design="mifeng-news-reference"] .news-date-block strong { font-size: 47px; }
body[data-design="mifeng-news-reference"] .news-body h2 { font-size: 17px; line-height: 1.55; }
body[data-design="mifeng-news-reference"] .news-body p { margin-top: 24px; font-size: 15px; line-height: 1.82; }
body[data-design="mifeng-news-reference"] .news-sidebar input { height: 48px; }
body[data-design="mifeng-news-reference"] .news-category-card { gap: 11px; padding: 34px 24px; border-radius: 18px; }
body[data-design="mifeng-news-reference"] .news-category-card a { font-size: 14px; }
body[data-design="mifeng-news-reference"] .news-sidebar-search { margin-bottom: 10px; }
body[data-design="mifeng-news-reference"] .news-sidebar input { border-radius: 999px; padding-left: 48px; background: transparent; }
body[data-design="mifeng-news-reference"] .news-sidebar input:focus { outline: 0; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(221,107,0,.12); }
body[data-design="mifeng-news-reference"] .news-category-card a[aria-current="page"] { color: var(--accent); font-weight: 900; }
body[data-design="mifeng-news-reference"] .news-list .theme-pagination { margin-top: 88px; gap: 26px; }
body[data-design="mifeng-news-reference"] .news-list .theme-pagination a { display: inline-grid; place-items: center; min-width: 18px; min-height: 24px; color: #5f646b; }
body[data-design="mifeng-news-reference"] .news-list .theme-pagination a[aria-current="page"] { color: var(--accent); border-bottom: 1px solid var(--accent); }
body[data-design="mifeng-news-reference"] .news-list .theme-pagination img { width: auto; height: 14px; object-fit: contain; }

body[data-design="mifeng-contact-reference"] .contact-hero { height: 440px; background-position: center; }
body[data-design="mifeng-contact-reference"] .contact-main-section { padding: 88px 0 86px; background: #eeeeee; }
body[data-design="mifeng-contact-reference"] .contact-title { margin: 0 0 72px; color: #30343b; font-size: 40px; line-height: 1.1; font-weight: 400; letter-spacing: 0; }
body[data-design="mifeng-contact-reference"] .contact-layout { grid-template-columns: minmax(0, 720px) minmax(0, 560px); gap: 72px; margin-bottom: 72px; }
body[data-design="mifeng-contact-reference"] .contact-form h2,
body[data-design="mifeng-contact-reference"] .contact-info-panel h2 { margin: 0 0 22px; font-size: 14px; line-height: 1.2; font-weight: 900; }
body[data-design="mifeng-contact-reference"] .contact-form-grid { gap: 17px 18px; }
body[data-design="mifeng-contact-reference"] .contact-form input,
body[data-design="mifeng-contact-reference"] .contact-form select { height: 48px; min-height: 48px; border-color: #cfcfcf; background-color: transparent; color: #777d84; font-size: 13px; line-height: 1.2; }
body[data-design="mifeng-contact-reference"] .contact-form input { padding: 0 12px; }
body[data-design="mifeng-contact-reference"] .contact-form select { appearance: none; padding: 0 34px 0 12px; background-image: linear-gradient(45deg, transparent 50%, #777d84 50%), linear-gradient(135deg, #777d84 50%, transparent 50%); background-position: calc(100% - 17px) 21px, calc(100% - 12px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
body[data-design="mifeng-contact-reference"] .contact-form textarea { min-height: 247px; border-color: #cfcfcf; background: transparent; color: #777d84; padding: 10px 12px; font-size: 13px; line-height: 1.55; resize: none; }
body[data-design="mifeng-contact-reference"] .contact-form input:focus,
body[data-design="mifeng-contact-reference"] .contact-form textarea:focus,
body[data-design="mifeng-contact-reference"] .contact-form select:focus { outline: 0; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(221,107,0,.12); }
body[data-design="mifeng-contact-reference"] .contact-submit { width: 351px; min-height: 48px; margin-top: 0; border-radius: 0; }
body[data-design="mifeng-contact-reference"] .contact-submit:disabled { cursor: wait; opacity: .68; }
body[data-design="mifeng-contact-reference"] .contact-info-panel { gap: 28px; padding-left: 56px; border-left-color: #d7d7d7; }
body[data-design="mifeng-contact-reference"] .contact-detail-row { grid-template-columns: 32px 1fr; gap: 18px; }
body[data-design="mifeng-contact-reference"] .contact-detail-row p { font-size: 15px; line-height: 1.85; }
body[data-design="mifeng-contact-reference"] .contact-detail-icon { width: 22px; height: 22px; }
body[data-design="mifeng-contact-reference"] .social-icon-row { gap: 10px; margin-top: 6px; }
body[data-design="mifeng-contact-reference"] .social-icon-row a,
body[data-design="mifeng-contact-reference"] .social-icon-disabled { display: inline-grid; place-items: center; height: 35px; overflow: hidden; }
body[data-design="mifeng-contact-reference"] .social-icon-row span { height: 35px; line-height: 1; }
body[data-design="mifeng-contact-reference"] .social-icon-row img { height: 35px; }
body[data-design="mifeng-contact-reference"] .form-status { margin-top: 12px; }
body[data-design="mifeng-contact-reference"] .map-panel-grid { grid-template-columns: repeat(2, minmax(0, 718px)); gap: 64px; margin-top: 72px; }
body[data-design="mifeng-contact-reference"] .map-panel { min-height: 536px; margin-top: 0; border: 0; background-size: cover; }

.miwind-footer .miwind-brand img { width: 150px; height: 31px; }
.miwind-footer { min-height: 620px; padding: 72px 0 70px; }
.miwind-footer-head { padding-bottom: 34px; }
.miwind-footer-grid { grid-template-columns: minmax(0, 260px) minmax(0, 230px) minmax(0, 300px) minmax(300px, 350px); gap: 112px; padding-top: 34px; }
.miwind-footer-grid h3 { margin-bottom: 20px; color: var(--accent, #DD6B00); font-size: 16px; line-height: 1.2; font-weight: 700; text-transform: none; }
.miwind-footer-grid p,
.miwind-footer-grid a { color: #333333; font-size: 14px; line-height: 1.85; font-weight: 300; text-align: left; font-style: normal; text-transform: none; }
.miwind-footer-form { width: 350px; max-width: 100%; gap: 10px; }
.miwind-footer-form input, .miwind-footer-form select { height: 48px; min-height: 48px; line-height: 1.2; }
.miwind-footer-form textarea { min-height: 150px; line-height: 1.55; }
.miwind-footer-form input:focus,
.miwind-footer-form textarea:focus,
.miwind-footer-form select:focus { outline: 0; border-color: var(--accent); box-shadow: 0 0 0 3px rgba(221,107,0,.12); }
.miwind-footer-form button { min-height: 48px; line-height: 1.2; }

body[data-design="mifeng-product-series-reference"] .series-hero { height: 470px; background-position: center; }
body[data-design="mifeng-product-series-reference"] .series-heading { padding: 106px 0 76px; background: #eeeeee; }
body[data-design="mifeng-product-series-reference"] .series-heading h1 { margin-bottom: 18px; font-size: 34px; line-height: 1.18; font-weight: 700; }
body[data-design="mifeng-product-series-reference"] .series-heading p { max-width: 760px; font-size: 13px; line-height: 1.86; }
body[data-design="mifeng-product-series-reference"] .series-product-grid { grid-template-columns: repeat(3, minmax(0, 456px)); justify-content: center; gap: 72px 70px; }
body[data-design="mifeng-product-series-reference"] .series-product-card { grid-template-rows: minmax(0, 1fr) 88px; min-height: 488px; padding-top: 66px; border-radius: 30px; }
body[data-design="mifeng-product-series-reference"] .series-product-link { grid-template-rows: minmax(0, 1fr) 88px; }
body[data-design="mifeng-product-series-reference"] .series-product-card img { width: 86%; height: 290px; object-fit: contain; }
body[data-design="mifeng-product-series-reference"] .series-product-card h2 { font-size: 18px; line-height: 1.25; }
body[data-design="mifeng-product-series-reference"] .series-product-title { font-size: 18px; line-height: 1.25; }
body[data-design="mifeng-product-series-reference"] .series-products .theme-pagination { margin-top: 86px; }

body[data-design="mifeng-product-detail-reference"] .detail-banner { height: 382px; background-position: center; }
body[data-design="mifeng-product-detail-reference"] .detail-main { padding: 96px 0 112px; background: #eeeeee; }
body[data-design="mifeng-product-detail-reference"] .product-intro { grid-template-columns: minmax(0, 765px) minmax(0, 565px); gap: 78px; }
body[data-design="mifeng-product-detail-reference"] .product-gallery { grid-template-columns: minmax(0, 612px) 116px; gap: 30px; }
body[data-design="mifeng-product-detail-reference"] .product-carousel--thumbs-bottom { grid-template-columns: minmax(0, 612px); }
body[data-design="mifeng-product-detail-reference"] .gallery-stage { min-height: 586px; border-radius: 34px; }
body[data-design="mifeng-product-detail-reference"] .gallery-stage img { width: min(566px, 88%); height: 382px; object-fit: contain; }
body[data-design="mifeng-product-detail-reference"] .thumbnail-rail { grid-template-rows: 52px repeat(4, 116px) 52px; gap: 18px; }
body[data-design="mifeng-product-detail-reference"] .product-carousel--thumbs-bottom .thumbnail-rail { grid-template-rows: none; grid-template-columns: 52px repeat(4, minmax(92px, 1fr)) 52px; }
body[data-design="mifeng-product-detail-reference"] .thumbnail-rail button { border-radius: 15px; }
body[data-design="mifeng-product-detail-reference"] .product-summary h1 { margin-bottom: 26px; font-size: 34px; line-height: 1.12; }
body[data-design="mifeng-product-detail-reference"] .product-summary > p { margin-bottom: 30px; font-size: 17px; line-height: 1.78; }
body[data-design="mifeng-product-detail-reference"] .parameter-card { margin: 34px 0 36px; padding: 32px 36px; border-radius: 32px; }
body[data-design="mifeng-product-detail-reference"] .detail-panel--applications { margin-top: 78px; padding: 38px 42px 42px; border-radius: 30px; }
body[data-design="mifeng-product-detail-reference"] .detail-panel h2 { margin: 0 0 28px; font-size: 18px; line-height: 1.2; font-weight: 900; }
body[data-design="mifeng-product-detail-reference"] .application-strip { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 30px; }
body[data-design="mifeng-product-detail-reference"] .application-img { height: 186px; border-radius: 18px; }
body[data-design="mifeng-product-detail-reference"] .below-grid { grid-template-columns: minmax(0, 850px) minmax(0, 626px); gap: 20px; margin-top: 20px; }
body[data-design="mifeng-product-detail-reference"] .technical-spec-panel,
body[data-design="mifeng-product-detail-reference"] .dimension-installation-card { min-height: 536px; padding: 38px 42px; border-radius: 30px; }
body[data-design="mifeng-product-detail-reference"] .technical-parameters-content table { font-size: 14px; line-height: 1.35; }
body[data-design="mifeng-product-detail-reference"] .technical-parameters-content th,
body[data-design="mifeng-product-detail-reference"] .technical-parameters-content td { padding: 18px 20px; }
body[data-design="mifeng-product-detail-reference"] .dimension-figure { min-height: 330px; }
body[data-design="mifeng-product-detail-reference"] .installation-options { gap: 58px; margin-top: 34px; }

body[data-design="mifeng-solution-detail-reference"] .solution-hero { height: 382px; align-items: end; background-position: center; }
body[data-design="mifeng-solution-detail-reference"] .solution-hero h1 { margin-bottom: 124px; color: #30343b; font-size: 24px; line-height: 1.2; font-weight: 900; }
body[data-design="mifeng-solution-detail-reference"] .challenge-band { padding: 58px 0 72px; }
body[data-design="mifeng-solution-detail-reference"] .challenge-band .wrap { grid-template-columns: 250px minmax(0, 1040px); gap: 68px; }
body[data-design="mifeng-solution-detail-reference"] .solution-section-title { margin-bottom: 58px; font-size: 34px; }
body[data-design="mifeng-solution-detail-reference"] .solution-feature-card,
body[data-design="mifeng-solution-detail-reference"] .recommended-products { width: min(var(--miwind-wrap), calc(100% - 42px)); margin-left: auto; margin-right: auto; background: #eeeeee; }
body[data-design="mifeng-solution-detail-reference"] .solution-feature-card { grid-template-columns: minmax(0, 820px) minmax(0, 716px); min-height: 462px; border-radius: 30px 30px 0 0; }
body[data-design="mifeng-solution-detail-reference"] .solution-feature-card > div:first-child { padding: 68px 74px; }
body[data-design="mifeng-solution-detail-reference"] .solution-card-media img { min-height: 402px; object-fit: cover; }
body[data-design="mifeng-solution-detail-reference"] .recommended-products { grid-template-columns: minmax(0, 400px) minmax(0, 400px) minmax(0, 430px); gap: 58px; padding: 70px 58px 82px; border-radius: 0 0 30px 30px; }
body[data-design="mifeng-solution-detail-reference"] .solution-recommended-card img { height: 278px; border-radius: 22px; object-fit: contain; background: #dfe8ec; }
body[data-design="mifeng-solution-detail-reference"] .product-advantage-list { padding-left: 34px; border-left-width: 4px; }
body[data-design="mifeng-solution-detail-reference"] .service-support-line { max-width: 1040px; margin: 72px auto 0; }
body[data-design="mifeng-solution-detail-reference"] .service-support-step strong { width: 70px; height: 70px; }
body[data-design="mifeng-solution-detail-reference"] .typical-application-strip { width: min(var(--miwind-wrap), calc(100% - 42px)); margin: 0 auto; padding: 38px 42px 34px; border-radius: 30px; }
body[data-design="mifeng-solution-detail-reference"] .typical-application-image { height: 196px; border-radius: 18px; object-fit: cover; }

body[data-design="mifeng-capability-reference"] .capability-hero { height: 382px; background-position: center; }
body[data-design="mifeng-capability-reference"] .section { padding: 92px 0; background: #fff; }
body[data-design="mifeng-capability-reference"] .section-title-center { margin: 0 0 20px; font-size: 34px; line-height: 1.12; font-weight: 900; }
body[data-design="mifeng-capability-reference"] .section-copy-center { max-width: 760px; margin-bottom: 42px; font-size: 13px; line-height: 1.86; }
body[data-design="mifeng-capability-reference"] .market-footprint-card { grid-template-columns: minmax(0, 760px) minmax(360px, 420px); gap: 56px; padding: 50px 58px; border-radius: 28px; background: #f0f0f0; }
body[data-design="mifeng-capability-reference"] .market-map-figure { min-height: 288px; background-size: contain; }
body[data-design="mifeng-capability-reference"] .partner-logo-wall { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 26px 42px; max-width: 1160px; margin-top: 42px; }
body[data-design="mifeng-capability-reference"] .partner-logo-wall span { min-height: 58px; padding: 0; border-radius: 0; background: transparent; box-shadow: none; font-size: 20px; }
body[data-design="mifeng-capability-reference"] .partner-logo-wall img { height: 54px; object-fit: contain; }
body[data-design="mifeng-capability-reference"] .industry-application-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; margin-top: 42px; }
body[data-design="mifeng-capability-reference"] .industry-application-image { min-height: 356px; border-radius: 8px; }
body[data-design="mifeng-capability-reference"] .experience-tabs { margin: 34px 0 26px; }
body[data-design="mifeng-capability-reference"] .experience-card { width: min(var(--miwind-wrap), calc(100% - 42px)); grid-template-columns: minmax(0, 760px) minmax(0, 650px); gap: 64px; padding: 24px; border-radius: 28px; background: #eeeeee; }
body[data-design="mifeng-capability-reference"] .experience-card img { height: 430px; border-radius: 20px; }
body[data-design="mifeng-capability-reference"] .rnd-capability-grid { grid-template-columns: minmax(0, 760px) minmax(440px, 520px); gap: 110px; }
body[data-design="mifeng-capability-reference"] .rnd-capability-grid > img { min-height: 392px; object-fit: cover; }
body[data-design="mifeng-capability-reference"] .rnd-capability-card { min-height: 206px; border-radius: 24px; }
body[data-design="mifeng-capability-reference"] .quality-process-line { max-width: 1100px; margin: 58px auto 46px; }
body[data-design="mifeng-capability-reference"] .certification-card { width: min(var(--miwind-wrap), calc(100% - 42px)); max-width: none; gap: 86px; }
body[data-design="mifeng-capability-reference"] .capability-certification-card { min-height: 188px; padding: 34px 58px; }
body[data-design="mifeng-capability-reference"] .capability-partner-grid { grid-template-columns: 460px repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 42px; }
body[data-design="mifeng-capability-reference"] .capability-partner-feature { min-height: 472px; border-radius: 14px; }

body[data-design="mifeng-downloads-reference"] .download-hero { height: 382px; min-height: 382px; background-position: center; }
body[data-design="mifeng-downloads-reference"] .download-main-section { padding: 102px 0 126px; background: #eeeeee; }
body[data-design="mifeng-downloads-reference"] .download-layout { grid-template-columns: 300px minmax(0, 1183px); gap: 53px; }
body[data-design="mifeng-downloads-reference"] .download-category-accordion h1 { margin-bottom: 44px; font-size: 36px; line-height: 1.1; }
body[data-design="mifeng-downloads-reference"] .download-category-group button,
body[data-design="mifeng-downloads-reference"] .download-category-parent { min-height: 36px; padding: 0 27px; font-size: 17px; }
body[data-design="mifeng-downloads-reference"] .download-category-group:not(.is-open) .download-category-items { display: none; }
body[data-design="mifeng-downloads-reference"] .download-category-accordion a { min-height: 47px; padding: 15px 39px; border-radius: 999px; font-size: 16px; }
body[data-design="mifeng-downloads-reference"] .download-category-accordion .download-category-header { min-height: 36px; padding: 0 27px; border-radius: 0; font-size: 17px; }
body[data-design="mifeng-downloads-reference"] .download-category-accordion a[aria-current="page"] { background: #e4e4e4; color: var(--accent); font-weight: 800; }
body[data-design="mifeng-downloads-reference"] .download-section-heading { margin: 0 0 38px; padding-bottom: 22px; font-size: 20px; }
body[data-design="mifeng-downloads-reference"] .download-section-heading:after { width: 185px; height: 4px; }
body[data-design="mifeng-downloads-reference"] .download-card-grid { grid-template-columns: repeat(3, minmax(0, 360px)); gap: 42px 51px; }
body[data-design="mifeng-downloads-reference"] .download-file-card { min-height: 304px; padding: 44px 30px 28px; border-radius: 28px; }
body[data-design="mifeng-downloads-reference"] .download-file-card strong { margin: 30px 0 14px; font-size: 18px; line-height: 1.25; }
body[data-design="mifeng-downloads-reference"] .download-file-card p { min-height: 84px; font-size: 16px; line-height: 1.55; }
body[data-design="mifeng-downloads-reference"] .download-file-action { margin-top: 26px; font-size: 16px; }

/* typography-normalization.css */
.page-hero h1,
.section-head h2,
.about-head h2,
.buyers-heading h2,
.strength-list h2,
.download-category-accordion h1,
.news-title,
.about-profile-copy h1,
.about-certificate-section h2,
.about-strength-section h2,
.market-title h2,
.experience-copy h2,
.capability-rnd-head h2,
.solution-section-title,
.recommended-products-title,
.dark-product-cta h2,
.page-builder-inquiry h2 {
    color: var(--accent, #DD6B00);
    font-family: var(--miwind-font-family);
    font-size: var(--miwind-heading-size);
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.page-hero p,
.product-tile p,
.case-intro p,
.about-grid p,
.strength-list p,
.buyer-copy,
.global p,
.dark-product-cta p,
.page-builder-inquiry p,
.section-copy-center,
.series-heading p,
.product-index-hero p,
.market-title p,
.experience-copy p,
.capability-rnd-head p,
.news-body p,
.download-file-card p,
.contact-detail-row p,
.miwind-footer-grid p,
.miwind-footer-grid a,
.miwind-footer-grid input,
.miwind-footer-grid textarea,
.miwind-footer-grid select {
    font-family: var(--miwind-font-family);
    font-weight: 300;
    letter-spacing: 0;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.product-tile p,
.case-intro p,
.about-grid p,
.strength-list p,
.buyer-copy,
.section-copy-center,
.series-heading p,
.product-index-hero p,
.market-title p,
.experience-copy p,
.capability-rnd-head p,
.contact-detail-row p,
.miwind-footer-grid p,
.miwind-footer-grid a,
.miwind-footer-grid input,
.miwind-footer-grid textarea,
.miwind-footer-grid select {
    color: #333333;
    font-size: 14px;
    line-height: 1.75;
}

.global p,
.dark-product-cta p,
.page-builder-inquiry p {
    color: #CECECE;
    font-size: 16px;
    line-height: 1.75;
}

.miwind-nav,
.theme-pagination,
.button,
.miwind-footer-form button,
.contact-submit {
    font-family: var(--miwind-font-family);
    letter-spacing: 0;
    font-style: normal;
    text-transform: none;
}

body[data-design="mifeng-contact-reference"] .contact-form input,
body[data-design="mifeng-contact-reference"] .contact-form select,
body[data-design="mifeng-contact-reference"] .contact-form textarea,
.miwind-footer .miwind-footer-form input,
.miwind-footer .miwind-footer-form select,
.miwind-footer .miwind-footer-form textarea {
    font-family: var(--miwind-font-family);
    font-weight: 300;
    letter-spacing: 0;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.miwind-footer .miwind-footer-form input,
.miwind-footer .miwind-footer-form select {
    height: 48px;
    min-height: 48px;
    padding: 0 12px;
    color: #333333;
    font-size: 14px;
    line-height: 1.2;
}

.miwind-footer .miwind-footer-form select {
    appearance: none;
    padding-right: 34px;
    background-image: linear-gradient(45deg, transparent 50%, #333333 50%), linear-gradient(135deg, #333333 50%, transparent 50%);
    background-position: calc(100% - 17px) 21px, calc(100% - 12px) 21px;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
}

.miwind-footer .miwind-footer-form textarea {
    min-height: 150px;
    padding: 10px 12px;
    color: #333333;
    font-size: 14px;
    line-height: 1.55;
    resize: none;
}

.miwind-footer,
.buyers,
.about-band,
.about-company-section,
.about-certificate-section,
.about-strength-section,
.about-video-section,
.download-main-section,
.news-main-section,
.contact-main-section,
.series-products,
.detail-main,
.challenge-band,
.recommended-products,
.experience-card {
    background-color: #E5E5E5;
}

.global,
.page-builder-inquiry {
    background-color: #111111;
}

/* home-reference-final.css */
body[data-design="mifeng-home-reference"] .home-hero,
body[data-design="mifeng-home-reference"] .home-hero-shell,
body[data-design="mifeng-home-reference"] .home-hero-visual,
body[data-design="mifeng-home-reference"] .home-hero-visual img {
    height: clamp(320px, 41.6667vw, 800px);
    min-height: 0;
}

body[data-design="mifeng-home-reference"] .home-hero-copy {
    position: absolute;
    left: max(21px, calc((100vw - var(--miwind-wrap)) / 2));
    top: clamp(74px, 9.5833vw, 184px);
    z-index: 2;
    width: min(760px, calc(100% - 42px));
    max-width: none;
    height: auto;
    padding: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none;
}

body[data-design="mifeng-home-reference"] .section-head h2 {
    color: #20242a;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

body[data-design="mifeng-home-reference"] .section-head a {
    color: #20242a;
    font-size: 10px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

body[data-design="mifeng-home-reference"] .product-tile,
body[data-design="mifeng-home-reference"] .product-tile a {
    position: relative;
    width: 100%;
    aspect-ratio: 743 / 501;
    height: auto;
    min-height: 0;
    padding: 0;
    overflow: hidden;
}

body[data-design="mifeng-home-reference"] .product-tile a {
    display: block;
}

body[data-design="mifeng-home-reference"] .product-tile a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 118px;
    background: linear-gradient(180deg, rgba(242, 243, 245, 0) 0%, rgba(241, 242, 244, .96) 29%, #f0f1f3 100%);
    pointer-events: none;
}

body[data-design="mifeng-home-reference"] .product-tile img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body[data-design="mifeng-home-reference"] .product-tile h3 {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 58px;
    z-index: 2;
    margin: 0;
    color: #20242a;
    font-size: 15px;
    line-height: 1.15;
    font-weight: 900;
    text-align: center;
    text-transform: none;
}

body[data-design="mifeng-home-reference"] .product-tile p {
    position: absolute;
    left: 44px;
    right: 44px;
    bottom: 33px;
    z-index: 2;
    max-width: none;
    margin: 0;
    color: #333333;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body[data-design="mifeng-home-reference"] .case-section {
    padding-top: 92px;
    padding-bottom: 86px;
    background: #fff;
    overflow: hidden;
}

body[data-design="mifeng-home-reference"] .case-section > .wrap {
    --miwind-home-case-side: clamp(21px, 10vw, 192px);
    box-sizing: border-box;
    width: min(1920px, 100%);
    max-width: none;
    margin: 0 auto;
    padding-left: var(--miwind-home-case-side);
    padding-right: 0;
    overflow: visible;
}

body[data-design="mifeng-home-reference"] .case-intro {
    width: min(var(--miwind-wrap), calc(100vw - 42px));
    grid-template-columns: 250px minmax(0, 760px);
    gap: 30px;
    margin-bottom: 58px;
}

body[data-design="mifeng-home-reference"] .case-row {
    --miwind-home-case-card-width: clamp(300px, 23.9583vw, 460px);
    --miwind-home-case-peek-width: clamp(108px, 8.6458vw, 166px);
    --miwind-home-case-card-height: clamp(209px, 16.6667vw, 320px);
    --miwind-home-case-gap: clamp(24px, 3.2292vw, 62px);
    display: flex;
    grid-template-columns: none;
    gap: var(--miwind-home-case-gap);
    width: calc(100vw - var(--miwind-home-case-side));
    max-width: none;
    overflow: visible;
    padding-right: var(--miwind-home-case-side);
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
    transform: translate3d(var(--miwind-carousel-offset, 0px), 0, 0);
    transition: transform .36s ease;
    will-change: transform;
}

body[data-design="mifeng-home-reference"] .case-row::-webkit-scrollbar {
    display: none;
}

body[data-design="mifeng-home-reference"] .case-card {
    flex: 0 0 var(--miwind-home-case-card-width);
    width: var(--miwind-home-case-card-width);
    scroll-snap-align: start;
}

body[data-design="mifeng-home-reference"] .case-card:nth-child(4n) {
    flex-basis: var(--miwind-home-case-peek-width);
    width: var(--miwind-home-case-peek-width);
}

body[data-design="mifeng-home-reference"] .case-card img {
    width: 100%;
    max-width: 100%;
    height: var(--miwind-home-case-card-height);
    border-radius: 20px;
    object-fit: cover;
}

body[data-design="mifeng-home-reference"] .case-controls {
    grid-template-columns: 42px 42px minmax(0, 1fr);
    gap: 40px;
    width: min(928px, calc(100vw - (var(--miwind-home-case-side) * 2)));
    margin: 58px var(--miwind-home-case-side) 0 auto;
}

@media (max-width: 900px) {
    body[data-design="mifeng-product-index-reference"] .product-filter-shell,
    body[data-design="mifeng-product-series-reference"] .series-product-grid,
    body[data-design="mifeng-product-detail-reference"] .product-intro,
    body[data-design="mifeng-product-detail-reference"] .product-gallery,
    body[data-design="mifeng-product-detail-reference"] .application-strip,
    body[data-design="mifeng-product-detail-reference"] .below-grid,
    body[data-design="mifeng-solution-detail-reference"] .challenge-band .wrap,
    body[data-design="mifeng-solution-detail-reference"] .solution-feature-card,
    body[data-design="mifeng-solution-detail-reference"] .recommended-products,
    body[data-design="mifeng-solution-detail-reference"] .service-support-line,
    body[data-design="mifeng-solution-detail-reference"] .typical-application-strip,
    body[data-design="mifeng-capability-reference"] .market-footprint-card,
    body[data-design="mifeng-capability-reference"] .partner-logo-wall,
    body[data-design="mifeng-capability-reference"] .industry-application-grid,
    body[data-design="mifeng-capability-reference"] .experience-card,
    body[data-design="mifeng-capability-reference"] .rnd-capability-grid,
    body[data-design="mifeng-capability-reference"] .quality-process-line,
    body[data-design="mifeng-capability-reference"] .capability-partner-grid,
    body[data-design="mifeng-downloads-reference"] .download-layout,
    body[data-design="mifeng-downloads-reference"] .download-card-grid,
    body[data-design="mifeng-about-reference"] .about-profile-split,
    body[data-design="mifeng-news-reference"] .news-layout,
    body[data-design="mifeng-news-reference"] .news-featured-item,
    body[data-design="mifeng-news-reference"] .news-row,
    body[data-design="mifeng-news-reference"] .news-row .news-body,
    body[data-design="mifeng-contact-reference"] .contact-layout { grid-template-columns: 1fr; }
    body[data-design="mifeng-product-index-reference"] .filter-group,
    body[data-design="mifeng-product-index-reference"] .quick-help-card { padding: 28px; }
    body[data-design="mifeng-product-index-reference"] .series-tabs { margin-top: 0; }
    body[data-design="mifeng-about-reference"] .about-company-section,
    body[data-design="mifeng-contact-reference"] .contact-main-section,
    body[data-design="mifeng-news-reference"] .news-main-section { padding: 58px 0; }
    body[data-design="mifeng-product-series-reference"] .series-heading,
    body[data-design="mifeng-product-detail-reference"] .detail-main,
    body[data-design="mifeng-downloads-reference"] .download-main-section,
    body[data-design="mifeng-capability-reference"] .section { padding: 58px 0; }
    body[data-design="mifeng-product-series-reference"] .series-hero,
    body[data-design="mifeng-product-detail-reference"] .detail-banner,
    body[data-design="mifeng-solution-detail-reference"] .solution-hero,
    body[data-design="mifeng-capability-reference"] .capability-hero,
    body[data-design="mifeng-downloads-reference"] .download-hero { height: 300px; min-height: 300px; }
    body[data-design="mifeng-home-reference"] .home-hero,
    body[data-design="mifeng-home-reference"] .home-hero-shell { height: auto; min-height: 0; }
    body[data-design="mifeng-home-reference"] .home-hero-copy { position: relative; left: auto; top: auto; width: auto; padding: 42px 21px 46px; }
    body[data-design="mifeng-home-reference"] .home-hero-visual,
    body[data-design="mifeng-home-reference"] .home-hero-visual img { position: relative; min-height: 320px; height: 320px; }
    body[data-design="mifeng-home-reference"] .home-hero-visual:before { background: linear-gradient(180deg, rgba(242, 249, 251, .98) 0%, rgba(242, 249, 251, .76) 52%, rgba(242, 249, 251, 0) 100%); }
    body[data-design="mifeng-contact-reference"] .contact-title { margin-bottom: 34px; font-size: 32px; }
    body[data-design="mifeng-contact-reference"] .contact-layout { gap: 38px; margin-bottom: 42px; }
    body[data-design="mifeng-contact-reference"] .contact-info-panel { padding-left: 0; border-left: 0; }
    body[data-design="mifeng-product-detail-reference"] .thumbnail-rail { grid-template-rows: none; grid-template-columns: repeat(3, minmax(0, 1fr)); }
    body[data-design="mifeng-product-detail-reference"] .thumbnail-rail > button:not(.carousel-thumb) { display: none; }
    body[data-design="mifeng-capability-reference"] .rnd-card-grid,
    body[data-design="mifeng-capability-reference"] .certification-card { grid-template-columns: 1fr; }
}

/* middle-page-refinement.css */
body[data-design="mifeng-about-reference"] .about-company-section {
    padding: 168px 0 116px;
}

body[data-design="mifeng-about-reference"] .about-profile-copy h1,
body[data-design="mifeng-about-reference"] .about-certificate-section h2,
body[data-design="mifeng-about-reference"] .about-strength-section h2 {
    color: #30343b;
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
}

body[data-design="mifeng-about-reference"] .about-profile-copy h1 span {
    color: var(--accent, #DD6B00);
}

body[data-design="mifeng-about-reference"] .about-profile-copy p {
    color: #333333;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 300;
}

body[data-design="mifeng-about-reference"] .about-profile-media img {
    height: 433px;
    border-radius: 0 20px 20px 0;
}

body[data-design="mifeng-about-reference"] .about-certificate-section {
    padding: 88px 0 152px;
}

body[data-design="mifeng-about-reference"] .about-certificate-track {
    width: min(1304px, 100%);
}

body[data-design="mifeng-about-reference"] .about-certificate-track--has-overview {
    display: block;
}

body[data-design="mifeng-about-reference"] .about-certificate-overview-card {
    display: block;
    width: 100%;
    padding: 0;
    background: transparent;
}

body[data-design="mifeng-about-reference"] .about-certificate-overview-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1304 / 432;
    object-fit: contain;
}

body[data-design="mifeng-about-reference"] .about-certificate-image {
    aspect-ratio: 255 / 197;
    border-radius: 0;
    object-fit: cover;
    box-shadow: none;
}

body[data-design="mifeng-about-reference"] .factory-wide-photo {
    min-height: clamp(410px, 37.2917vw, 716px);
    background-position: center;
    background-size: cover;
}

body[data-design="mifeng-about-reference"] .about-strength-section {
    padding: 96px 0 94px;
}

body[data-design="mifeng-about-reference"] .core-strength-grid {
    gap: 82px;
}

body[data-design="mifeng-about-reference"] .about-strength-card h3 {
    font-size: 16px;
    line-height: 1.35;
}

body[data-design="mifeng-about-reference"] .about-strength-card p {
    color: #333333;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
}

body[data-design="mifeng-capability-reference"] .section:nth-of-type(2n + 2) {
    background: #E5E5E5;
}

body[data-design="mifeng-capability-reference"] .section-title-center,
body[data-design="mifeng-capability-reference"] .capability-rnd-head h2 {
    color: #30343b;
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
}

body[data-design="mifeng-capability-reference"] .section-copy-center,
body[data-design="mifeng-capability-reference"] .capability-rnd-head p,
body[data-design="mifeng-capability-reference"] .experience-copy p {
    color: #333333;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
}

body[data-design="mifeng-capability-reference"] .market-footprint-card {
    grid-template-columns: minmax(0, 826px) minmax(360px, 420px);
    gap: 86px;
    padding: 56px 72px;
    border-radius: 20px;
    background: #FFFFFF;
}

body[data-design="mifeng-capability-reference"] .market-map-figure {
    min-height: 304px;
}

body[data-design="mifeng-capability-reference"] .industry-application-grid {
    grid-template-columns: repeat(6, 220px);
    justify-content: space-between;
    gap: 0;
}

body[data-design="mifeng-capability-reference"] .industry-application-image {
    min-height: 372px;
    border-radius: 0;
    box-shadow: none;
}

body[data-design="mifeng-capability-reference"] .experience-card {
    grid-template-columns: minmax(0, 770px) minmax(0, 620px);
    gap: 70px;
    padding: 0;
    border-radius: 20px;
    background: #FFFFFF;
    overflow: hidden;
}

body[data-design="mifeng-capability-reference"] .experience-card img {
    height: 414px;
    border-radius: 0;
}

body[data-design="mifeng-capability-reference"] .experience-copy {
    padding: 48px 54px 48px 0;
}

body[data-design="mifeng-capability-reference"] .experience-copy h3 {
    color: var(--accent, #DD6B00);
    font-size: 24px;
    line-height: 1.25;
}

body[data-design="mifeng-capability-reference"] .rnd-capability-grid {
    grid-template-columns: minmax(0, 704px) minmax(470px, 560px);
    gap: 120px;
    align-items: center;
}

body[data-design="mifeng-capability-reference"] .rnd-capability-grid > img {
    min-height: 469px;
}

body[data-design="mifeng-capability-reference"] .rnd-card-grid {
    gap: 34px;
}

body[data-design="mifeng-capability-reference"] .rnd-capability-card {
    min-height: 168px;
    padding: 30px 24px 26px;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    box-shadow: none;
}

body[data-design="mifeng-capability-reference"] .rnd-capability-card i {
    width: 46px;
    height: 42px;
}

body[data-design="mifeng-capability-reference"] .rnd-capability-card span {
    color: #333333;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 300;
}

body[data-design="mifeng-capability-reference"] .quality-process-line {
    max-width: 1050px;
}

body[data-design="mifeng-capability-reference"] .capability-certification-card {
    min-height: 188px;
    padding: 34px 42px;
    border-radius: 8px;
    background: #FFFFFF;
}

body[data-design="mifeng-capability-reference"] .capability-certification-card h3 {
    color: var(--accent, #DD6B00);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-capability-reference"] .capability-certification-card p {
    color: #333333;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
}

body[data-design="mifeng-product-detail-reference"] .product-summary h1 {
    color: #30343b;
    font-size: 36px;
    line-height: 1.18;
    font-weight: 700;
}

body[data-design="mifeng-product-detail-reference"] .product-summary > p {
    color: #333333;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
}

body[data-design="mifeng-product-detail-reference"] .parameter-card {
    padding: 34px 36px;
    border-radius: 20px;
}

body[data-design="mifeng-product-detail-reference"] .product-gallery {
    align-items: stretch;
}

body[data-design="mifeng-product-detail-reference"] .gallery-stage {
    background: #FFFFFF;
}

body[data-design="mifeng-product-detail-reference"] .parameter-card h2,
body[data-design="mifeng-product-detail-reference"] .detail-panel h2,
body[data-design="mifeng-product-detail-reference"] .detail-recommended-head h2 {
    color: var(--accent, #DD6B00);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-product-detail-reference"] .fact-grid {
    gap: 18px 24px;
    color: #333333;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 300;
}

body[data-design="mifeng-product-detail-reference"] .fact-grid span {
    min-height: 52px;
    padding: 6px 0;
}

body[data-design="mifeng-product-detail-reference"] .detail-panel {
    border-radius: 20px;
}

body[data-design="mifeng-product-detail-reference"] .below-grid {
    display: block;
    margin-top: 42px;
}

body[data-design="mifeng-product-detail-reference"] .technical-spec-panel {
    min-height: 560px;
    padding: 0 48px 48px;
    overflow: hidden;
    border-radius: 0 0 38px 38px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-detail-reference"] .technical-tab-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% + 96px);
    margin: 0 -48px 52px;
    background: #DDDDDD;
    color: #8a8a8a;
    font-size: 20px;
    line-height: 60px;
    font-weight: 300;
    text-align: center;
}

body[data-design="mifeng-product-detail-reference"] .technical-tab-row span {
    display: block;
    min-height: 60px;
    border-right: 1px solid #cfcfcf;
}

body[data-design="mifeng-product-detail-reference"] .technical-tab-row span:last-child {
    border-right: 0;
}

body[data-design="mifeng-product-detail-reference"] .technical-tab-row .active {
    color: var(--accent, #DD6B00);
    background: #FFFFFF;
    font-weight: 400;
}

body[data-design="mifeng-product-detail-reference"] .technical-spec-panel > h2 {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
}

body[data-design="mifeng-product-detail-reference"] .technical-parameters-content th,
body[data-design="mifeng-product-detail-reference"] .technical-parameters-content td {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
}

body[data-design="mifeng-product-detail-reference"] .technical-parameters-content table {
    min-width: 0;
    border-radius: 6px;
    overflow: hidden;
    color: #666666;
}

body[data-design="mifeng-product-detail-reference"] .technical-parameters-content thead th,
body[data-design="mifeng-product-detail-reference"] .technical-parameters-content table:not(:has(thead)) tr:first-child th,
body[data-design="mifeng-product-detail-reference"] .technical-parameters-content table:not(:has(thead)) tr:first-child td {
    height: 58px;
    background: #D9DBE8;
    color: #555555;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
}

body[data-design="mifeng-product-detail-reference"] .technical-parameters-content tbody td {
    height: 58px;
    padding: 0 22px;
    color: #5f5f5f;
    font-size: 16px;
    line-height: 1.2;
}

body[data-design="mifeng-product-detail-reference"] .technical-parameters-content tbody tr:nth-child(odd) td {
    background: #ECECF4;
}

body[data-design="mifeng-product-detail-reference"] .technical-parameters-content tbody tr:nth-child(even) td {
    background: #F6F4F7;
}

body[data-design="mifeng-product-detail-reference"] .dimension-installation-card {
    margin-top: 20px;
}

body[data-design="mifeng-product-detail-reference"] .dimension-carousel-stage {
    display: grid;
    place-items: center;
    min-height: 332px;
    border-radius: 8px;
    background: #F1F1F1;
}

body[data-design="mifeng-product-detail-reference"] .dimension-carousel-stage img {
    width: min(485px, 86%);
    height: auto;
    object-fit: contain;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-panel {
    padding: 48px;
    border-radius: 38px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-card {
    border-radius: 20px;
    background: #F1F1F1;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-card img {
    height: 260px;
    padding: 34px 42px 22px;
    object-fit: contain;
    background: #F1F1F1;
    mix-blend-mode: multiply;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-card strong {
    min-height: 58px;
    padding-top: 18px;
    color: #333333;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-card span {
    color: #666666;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
}

body[data-design="mifeng-solution-detail-reference"] .solution-feature-card,
body[data-design="mifeng-solution-detail-reference"] .recommended-products {
    background: #F1F1F1;
}

body[data-design="mifeng-solution-detail-reference"] .solution-feature-card {
    border-radius: 20px 20px 0 0;
    min-height: 461px;
    overflow: hidden;
}

body[data-design="mifeng-solution-detail-reference"] .solution-card-media {
    min-height: 461px;
    background: #E5E5E5;
}

body[data-design="mifeng-solution-detail-reference"] .solution-card-media img {
    min-height: 461px;
    object-fit: cover;
}

body[data-design="mifeng-solution-detail-reference"] .solution-feature-card h3,
body[data-design="mifeng-solution-detail-reference"] .recommended-products-title,
body[data-design="mifeng-solution-detail-reference"] .product-advantage-list strong {
    color: var(--accent, #DD6B00);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-solution-detail-reference"] .solution-feature-card p,
body[data-design="mifeng-solution-detail-reference"] .solution-recommended-card p,
body[data-design="mifeng-solution-detail-reference"] .solution-advantage-item,
body[data-design="mifeng-solution-detail-reference"] .service-support-step p {
    color: #333333;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
}

body[data-design="mifeng-solution-detail-reference"] .recommended-products {
    border-radius: 0 0 20px 20px;
    min-height: 584px;
    align-items: start;
}

body[data-design="mifeng-solution-detail-reference"] .solution-recommended-card img {
    height: 282px;
    padding: 0;
    object-fit: contain;
    border-radius: 22px;
    background: #FFFFFF;
}

body[data-design="mifeng-solution-detail-reference"] .solution-recommended-card p {
    min-height: 34px;
    color: #333333;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 300;
}

body[data-design="mifeng-solution-detail-reference"] .product-advantage-list {
    min-height: 282px;
    padding-left: 36px;
    border-left: 4px solid var(--accent, #DD6B00);
}

body[data-design="mifeng-solution-detail-reference"] .solution-advantage-item i img {
    max-width: 36px;
    max-height: 36px;
}

body[data-design="mifeng-solution-detail-reference"] .service-support-line {
    margin-top: 64px;
}

body[data-design="mifeng-solution-detail-reference"] .typical-application-strip {
    border: 0;
    background: #F1F1F1;
}

body[data-design="mifeng-solution-detail-reference"] .typical-application-card {
    color: #333333;
    font-size: 14px;
    font-weight: 300;
}

body[data-design="mifeng-capability-reference"] .rnd-card-grid {
    grid-template-columns: repeat(2, 252px);
    justify-content: space-between;
    gap: 66px 72px;
}

body[data-design="mifeng-capability-reference"] .rnd-capability-card {
    min-height: 252px;
    padding: 54px 34px 38px;
    border: 1px solid #E5E5E5;
    border-radius: 34px;
    box-shadow: 0 18px 32px rgba(0, 0, 0, .10);
}

body[data-design="mifeng-capability-reference"] .rnd-capability-card i {
    margin-bottom: 18px;
}

body[data-design="mifeng-capability-reference"] .rnd-capability-card span {
    max-width: 180px;
    color: #333333;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
}

body[data-design="mifeng-capability-reference"] .quality-process-line {
    max-width: 1240px;
    gap: 86px;
    margin-top: 72px;
}

body[data-design="mifeng-capability-reference"] .quality-process-step {
    font-size: 16px;
    line-height: 1.45;
}

body[data-design="mifeng-capability-reference"] .quality-process-step strong {
    width: 76px;
    height: 76px;
    background: #FFFFFF;
}

body[data-design="mifeng-capability-reference"] .certification-card {
    width: min(1120px, 100%);
    gap: 42px;
    margin-top: 66px;
}

body[data-design="mifeng-capability-reference"] .capability-certification-card {
    min-height: 218px;
    display: grid;
    align-content: center;
    padding: 38px 52px;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .06);
}

@media (max-width: 900px) {
    body[data-design="mifeng-about-reference"] .about-profile-media img {
        height: auto;
    }

    body[data-design="mifeng-about-reference"] .about-certificate-overview-image {
        aspect-ratio: 1304 / 432;
    }

    body[data-design="mifeng-about-reference"] .factory-wide-photo {
        min-height: 260px;
    }

    body[data-design="mifeng-capability-reference"] .industry-application-grid,
    body[data-design="mifeng-product-detail-reference"] .detail-recommended-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    body[data-design="mifeng-capability-reference"] .experience-copy {
        padding: 28px;
    }

    body[data-design="mifeng-product-detail-reference"] .detail-recommended-head {
        display: grid;
    }

    body[data-design="mifeng-product-detail-reference"] .detail-recommended-head p {
        text-align: left;
    }
}

/* page-middle-fidelity-pass.css */
body[data-design="mifeng-about-reference"] .about-company-section,
body[data-design="mifeng-about-reference"] .about-certificate-section,
body[data-design="mifeng-about-reference"] .about-strength-section,
body[data-design="mifeng-about-reference"] .about-video-section {
    background: #F1F1F1;
}

body[data-design="mifeng-about-reference"] .about-profile-copy h1,
body[data-design="mifeng-about-reference"] .about-certificate-section h2,
body[data-design="mifeng-about-reference"] .about-strength-section h2,
body[data-design="mifeng-capability-reference"] .section-title-center,
body[data-design="mifeng-capability-reference"] .capability-rnd-head h2,
body[data-design="mifeng-product-detail-reference"] .product-summary h1,
body[data-design="mifeng-solution-detail-reference"] .solution-section-title {
    letter-spacing: 0;
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
}

body[data-design="mifeng-about-reference"] .about-profile-copy p,
body[data-design="mifeng-about-reference"] .about-strength-card p,
body[data-design="mifeng-capability-reference"] .section-copy-center,
body[data-design="mifeng-capability-reference"] .capability-rnd-head p,
body[data-design="mifeng-capability-reference"] .experience-copy p,
body[data-design="mifeng-product-detail-reference"] .product-summary > p,
body[data-design="mifeng-product-detail-reference"] .fact-grid,
body[data-design="mifeng-solution-detail-reference"] .solution-feature-card p,
body[data-design="mifeng-solution-detail-reference"] .solution-advantage-item,
body[data-design="mifeng-solution-detail-reference"] .service-support-step p {
    color: #333333;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
}

body[data-design="mifeng-about-reference"] .about-profile-split {
    grid-template-columns: minmax(0, 650px) minmax(540px, 770px);
    gap: 116px;
}

body[data-design="mifeng-about-reference"] .about-profile-copy h1 {
    max-width: 596px;
    margin-bottom: 48px;
}

body[data-design="mifeng-about-reference"] .about-profile-copy p {
    max-width: 596px;
    margin-bottom: 28px;
}

body[data-design="mifeng-about-reference"] .about-profile-media img {
    height: 433px;
    border-radius: 0 20px 20px 0;
}

body[data-design="mifeng-about-reference"] .company-metric-row {
    grid-template-columns: repeat(4, minmax(0, 242px));
    justify-content: space-between;
    gap: 0;
    margin-top: 102px;
}

body[data-design="mifeng-about-reference"] .about-metric-card {
    min-height: 134px;
    padding-top: 32px;
}

body[data-design="mifeng-about-reference"] .about-metric-card strong {
    font-size: 48px;
    line-height: 1;
}

body[data-design="mifeng-about-reference"] .about-certificate-section {
    padding: 86px 0 148px;
}

body[data-design="mifeng-about-reference"] .about-certificate-stage {
    margin-top: 56px;
}

body[data-design="mifeng-about-reference"] .about-certificate-track {
    width: min(1304px, calc(100% - 140px));
}

body[data-design="mifeng-about-reference"] .about-certificate-control {
    width: 40px;
    height: 40px;
    background: #DADADA;
}

body[data-design="mifeng-about-reference"] .factory-wide-photo {
    min-height: 716px;
    background-position: center;
    background-size: cover;
}

body[data-design="mifeng-about-reference"] .about-strength-section {
    padding: 94px 0 88px;
}

body[data-design="mifeng-about-reference"] .about-strength-section h2 {
    margin-bottom: 78px;
}

body[data-design="mifeng-about-reference"] .core-strength-grid {
    grid-template-columns: repeat(4, minmax(0, 255px));
    justify-content: space-between;
    gap: 0;
}

body[data-design="mifeng-about-reference"] .about-strength-icon {
    margin-bottom: 26px;
}

body[data-design="mifeng-about-reference"] .about-strength-card .kicker {
    margin-bottom: 28px;
}

body[data-design="mifeng-about-reference"] .about-strength-card h3 {
    min-height: 44px;
    margin-bottom: 22px;
    color: #333333;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}

body[data-design="mifeng-about-reference"] .about-strength-card p {
    max-width: 255px;
}

body[data-design="mifeng-capability-reference"] .section {
    padding: 90px 0;
}

body[data-design="mifeng-capability-reference"] .section:nth-of-type(2n + 2) {
    background: #E5E5E5;
}

body[data-design="mifeng-capability-reference"] .section-title-center {
    margin-bottom: 18px;
}

body[data-design="mifeng-capability-reference"] .section-copy-center {
    max-width: 760px;
    margin-bottom: 44px;
}

body[data-design="mifeng-capability-reference"] .market-footprint-card {
    grid-template-columns: minmax(0, 826px) minmax(360px, 420px);
    gap: 86px;
    padding: 56px 72px;
    border-radius: 20px;
    background: #FFFFFF;
}

body[data-design="mifeng-capability-reference"] .market-map-figure {
    min-height: 304px;
}

body[data-design="mifeng-capability-reference"] .partner-logo-wall {
    max-width: 1240px;
    gap: 30px 52px;
}

body[data-design="mifeng-capability-reference"] .industry-application-grid {
    grid-template-columns: repeat(6, 220px);
    justify-content: space-between;
    gap: 0;
    margin-top: 42px;
}

body[data-design="mifeng-capability-reference"] .industry-application-image {
    min-height: 372px;
    border-radius: 0;
    box-shadow: none;
}

body[data-design="mifeng-capability-reference"] .experience-card {
    width: min(var(--miwind-wrap), calc(100% - 42px));
    grid-template-columns: minmax(0, 770px) minmax(0, 620px);
    gap: 70px;
    padding: 0;
    border-radius: 20px;
    background: #FFFFFF;
    overflow: hidden;
}

body[data-design="mifeng-capability-reference"] .experience-card img {
    height: 414px;
    border-radius: 0;
}

body[data-design="mifeng-capability-reference"] .experience-copy {
    padding: 48px 54px 48px 0;
}

body[data-design="mifeng-capability-reference"] .experience-copy h3 {
    margin-bottom: 20px;
    color: var(--accent, #DD6B00);
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-capability-reference"] .rnd-capability-grid {
    grid-template-columns: 704px 558px;
    gap: 120px;
    align-items: center;
}

body[data-design="mifeng-capability-reference"] .rnd-capability-grid > img {
    min-height: 469px;
    object-fit: cover;
}

body[data-design="mifeng-capability-reference"] .rnd-card-grid {
    grid-template-columns: repeat(2, 252px);
    justify-content: space-between;
    gap: 66px 54px;
}

body[data-design="mifeng-capability-reference"] .rnd-capability-card {
    min-height: 252px;
    padding: 52px 30px 38px;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, .08);
}

body[data-design="mifeng-capability-reference"] .rnd-capability-card span {
    max-width: 186px;
    font-size: 18px;
    line-height: 1.55;
}

body[data-design="mifeng-capability-reference"] .quality-process-line {
    max-width: 1240px;
    gap: 86px;
    margin: 70px auto 48px;
}

body[data-design="mifeng-capability-reference"] .certification-card {
    width: min(1120px, 100%);
    gap: 42px;
    margin-top: 64px;
}

body[data-design="mifeng-capability-reference"] .capability-certification-card {
    min-height: 218px;
    padding: 38px 52px;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-detail-reference"] .product-intro {
    grid-template-columns: minmax(0, 765px) minmax(0, 565px);
    gap: 78px;
}

body[data-design="mifeng-product-detail-reference"] .product-summary h1 {
    margin-bottom: 24px;
    color: #333333;
}

body[data-design="mifeng-product-detail-reference"] .product-summary > p {
    max-width: 568px;
    margin-bottom: 28px;
}

body[data-design="mifeng-product-detail-reference"] .parameter-card {
    margin: 34px 0 34px;
    padding: 32px 36px;
    border-radius: 20px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-detail-reference"] .parameter-card h2,
body[data-design="mifeng-product-detail-reference"] .detail-panel h2,
body[data-design="mifeng-product-detail-reference"] .detail-recommended-head h2 {
    color: var(--accent, #DD6B00);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-product-detail-reference"] .fact-grid {
    gap: 18px 24px;
}

body[data-design="mifeng-product-detail-reference"] .fact-grid span {
    min-height: 52px;
}

body[data-design="mifeng-product-detail-reference"] .fact-grid b,
body[data-design="mifeng-product-detail-reference"] .fact-grid em {
    color: #333333;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 300;
}

body[data-design="mifeng-product-detail-reference"] .detail-panel--applications {
    margin-top: 76px;
    padding: 38px 42px 42px;
    border-radius: 20px;
}

body[data-design="mifeng-product-detail-reference"] .application-strip {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

body[data-design="mifeng-product-detail-reference"] .application-img {
    height: 197px;
    border-radius: 0;
}

body[data-design="mifeng-product-detail-reference"] .below-grid {
    display: block;
    margin-top: 42px;
}

body[data-design="mifeng-product-detail-reference"] .technical-spec-panel {
    min-height: 584px;
    padding: 0 48px 48px;
    border-radius: 0 0 38px 38px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-detail-reference"] .technical-tab-row {
    width: calc(100% + 96px);
    margin: 0 -48px 52px;
    grid-template-columns: repeat(3, 1fr);
    background: #DDDDDD;
    font-size: 20px;
    line-height: 60px;
    font-weight: 300;
}

body[data-design="mifeng-product-detail-reference"] .technical-parameters-content table {
    min-width: 0;
}

body[data-design="mifeng-product-detail-reference"] .technical-parameters-content thead th,
body[data-design="mifeng-product-detail-reference"] .technical-parameters-content table:not(:has(thead)) tr:first-child th,
body[data-design="mifeng-product-detail-reference"] .technical-parameters-content table:not(:has(thead)) tr:first-child td,
body[data-design="mifeng-product-detail-reference"] .technical-parameters-content tbody td {
    height: 58px;
    padding: 0 22px;
    font-size: 16px;
    font-weight: 300;
}

body[data-design="mifeng-product-detail-reference"] .dimension-installation-card {
    margin-top: 20px;
    padding: 38px 42px;
    border-radius: 20px;
}

body[data-design="mifeng-product-detail-reference"] .dimension-carousel-stage {
    min-height: 332px;
    border-radius: 8px;
    background: #F1F1F1;
}

body[data-design="mifeng-product-detail-reference"] .dimension-carousel-stage img {
    width: min(485px, 86%);
    height: auto;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-panel {
    margin-top: 20px;
    padding: 48px;
    border-radius: 20px;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-card {
    border-radius: 20px;
    background: #F1F1F1;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-card img {
    height: 260px;
    padding: 34px 42px 22px;
    background: #F1F1F1;
    object-fit: contain;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-card strong {
    min-height: 58px;
    padding: 18px 24px 10px;
    color: #333333;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-card span {
    color: #666666;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
}

body[data-design="mifeng-solution-detail-reference"] .challenge-band {
    background: #E5E5E5;
}

body[data-design="mifeng-solution-detail-reference"] .challenge-band h2 {
    color: #333333;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-solution-detail-reference"] .solution-challenge-copy {
    color: #333333;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
}

body[data-design="mifeng-solution-detail-reference"] .solution-section-title {
    margin-bottom: 56px;
}

body[data-design="mifeng-solution-detail-reference"] .solution-feature-card,
body[data-design="mifeng-solution-detail-reference"] .recommended-products {
    width: min(var(--miwind-wrap), calc(100% - 42px));
    margin-left: auto;
    margin-right: auto;
    background: #F1F1F1;
}

body[data-design="mifeng-solution-detail-reference"] .solution-feature-card {
    grid-template-columns: minmax(0, 820px) minmax(0, 716px);
    min-height: 461px;
    border-radius: 20px 20px 0 0;
}

body[data-design="mifeng-solution-detail-reference"] .solution-feature-card > div:first-child {
    padding: 64px 74px;
}

body[data-design="mifeng-solution-detail-reference"] .solution-feature-card h3,
body[data-design="mifeng-solution-detail-reference"] .recommended-products-title,
body[data-design="mifeng-solution-detail-reference"] .product-advantage-list strong {
    color: var(--accent, #DD6B00);
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-solution-detail-reference"] .solution-card-media,
body[data-design="mifeng-solution-detail-reference"] .solution-card-media img {
    min-height: 461px;
}

body[data-design="mifeng-solution-detail-reference"] .recommended-products {
    grid-template-columns: minmax(0, 400px) minmax(0, 400px) minmax(0, 430px);
    gap: 58px;
    min-height: 584px;
    padding: 70px 58px 82px;
    border-radius: 0 0 20px 20px;
}

body[data-design="mifeng-solution-detail-reference"] .solution-recommended-card img {
    height: 282px;
    border-radius: 20px;
    background: #FFFFFF;
    object-fit: contain;
}

body[data-design="mifeng-solution-detail-reference"] .solution-recommended-card p {
    min-height: 34px;
    color: #333333;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 300;
}

body[data-design="mifeng-solution-detail-reference"] .product-advantage-list {
    min-height: 282px;
    padding-left: 36px;
    border-left: 4px solid var(--accent, #DD6B00);
}

body[data-design="mifeng-solution-detail-reference"] .service-support-line {
    max-width: 1040px;
    margin: 64px auto 0;
}

body[data-design="mifeng-solution-detail-reference"] .service-support-step strong {
    width: 70px;
    height: 70px;
    background: #FFFFFF;
}

body[data-design="mifeng-solution-detail-reference"] .typical-application-strip {
    width: min(var(--miwind-wrap), calc(100% - 42px));
    margin: 0 auto;
    padding: 38px 42px 34px;
    border: 0;
    border-radius: 20px;
    background: #F1F1F1;
}

body[data-design="mifeng-solution-detail-reference"] .typical-application-image {
    height: 197px;
    border-radius: 0;
}

@media (max-width: 900px) {
    body[data-design="mifeng-about-reference"] .about-profile-split,
    body[data-design="mifeng-about-reference"] .company-metric-row,
    body[data-design="mifeng-about-reference"] .core-strength-grid,
    body[data-design="mifeng-capability-reference"] .market-footprint-card,
    body[data-design="mifeng-capability-reference"] .industry-application-grid,
    body[data-design="mifeng-capability-reference"] .experience-card,
    body[data-design="mifeng-capability-reference"] .rnd-capability-grid,
    body[data-design="mifeng-capability-reference"] .rnd-card-grid,
    body[data-design="mifeng-capability-reference"] .quality-process-line,
    body[data-design="mifeng-capability-reference"] .certification-card,
    body[data-design="mifeng-product-detail-reference"] .product-intro,
    body[data-design="mifeng-product-detail-reference"] .application-strip,
    body[data-design="mifeng-product-detail-reference"] .detail-recommended-grid,
    body[data-design="mifeng-solution-detail-reference"] .challenge-band .wrap,
    body[data-design="mifeng-solution-detail-reference"] .solution-feature-card,
    body[data-design="mifeng-solution-detail-reference"] .recommended-products,
    body[data-design="mifeng-solution-detail-reference"] .service-support-line,
    body[data-design="mifeng-solution-detail-reference"] .typical-application-strip {
        grid-template-columns: 1fr;
    }

    body[data-design="mifeng-about-reference"] .factory-wide-photo {
        min-height: 260px;
    }

    body[data-design="mifeng-capability-reference"] .experience-copy {
        padding: 28px;
    }

    body[data-design="mifeng-product-detail-reference"] .technical-tab-row {
        font-size: 14px;
    }
}

/* contact-google-map-pass.css */
body[data-design="mifeng-contact-reference"] .map-panel {
    min-height: 536px;
    border: 0;
    background: #E5E5E5;
    overflow: hidden;
}

body[data-design="mifeng-contact-reference"] .map-panel--image {
    background: var(--miwind-contact-map) center / cover no-repeat;
}

body[data-design="mifeng-contact-reference"] .map-panel iframe {
    display: block;
    width: 100%;
    height: 536px;
    min-height: 536px;
    border: 0;
}

@media (max-width: 900px) {
    body[data-design="mifeng-contact-reference"] .map-panel,
    body[data-design="mifeng-contact-reference"] .map-panel iframe {
        min-height: 360px;
        height: 360px;
    }
}

/* list-form-fidelity-pass.css */
body[data-design="mifeng-product-index-reference"] .section {
    background: #FFFFFF;
}

body[data-design="mifeng-product-index-reference"] .product-index-hero {
    min-height: 500px;
    background-position: center top;
}

body[data-design="mifeng-product-index-reference"] .product-filter-shell {
    grid-template-columns: 920px 536px;
    gap: 80px;
    align-items: stretch;
}

body[data-design="mifeng-product-index-reference"] .filter-panel,
body[data-design="mifeng-product-index-reference"] .quick-help-card {
    min-height: 385px;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: none;
}

body[data-design="mifeng-product-index-reference"] .filter-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body[data-design="mifeng-product-index-reference"] .filter-group {
    padding: 46px 60px 42px;
}

body[data-design="mifeng-product-index-reference"] .filter-group + .filter-group {
    border-left: 1px solid #E5E5E5;
}

body[data-design="mifeng-product-index-reference"] .filter-group h2,
body[data-design="mifeng-product-index-reference"] .quick-help-card h2,
body[data-design="mifeng-downloads-reference"] .download-section-heading,
body[data-design="mifeng-contact-reference"] .contact-form h2,
body[data-design="mifeng-contact-reference"] .contact-info-panel h2 {
    color: #333333;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-product-index-reference"] .filter-group a {
    min-height: 34px;
    padding: 6px 16px;
    border-radius: 5px;
    color: #333333;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 300;
}

body[data-design="mifeng-product-index-reference"] .filter-group a[aria-current="true"] {
    background: #EEEEEE;
    color: var(--accent, #DD6B00);
    font-weight: 300;
}

body[data-design="mifeng-product-index-reference"] .quick-help-card {
    gap: 30px;
    padding: 46px 60px;
    background: #F6F6F6;
}

body[data-design="mifeng-product-index-reference"] .quick-help-card p,
body[data-design="mifeng-product-index-reference"] .quick-help-card a:not(.button) {
    color: #333333;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 300;
}

body[data-design="mifeng-product-index-reference"] .quick-help-card .button {
    width: 100%;
    min-height: 60px;
    border-radius: 8px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}

body[data-design="mifeng-product-index-reference"] .series-tabs {
    grid-template-columns: repeat(5, 196px);
    gap: 12px;
    margin: 0 0 42px;
}

body[data-design="mifeng-product-index-reference"] .series-tabs a {
    min-height: 50px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    color: #333333;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
}

body[data-design="mifeng-product-index-reference"] .series-tabs a.active {
    border-color: var(--accent, #DD6B00);
    background: var(--accent, #DD6B00);
    color: #FFFFFF;
}

body[data-design="mifeng-product-index-reference"] .product-card-grid {
    grid-template-columns: repeat(3, 480px);
    justify-content: space-between;
    gap: 48px 0;
}

body[data-design="mifeng-product-index-reference"] .product-card {
    grid-template-rows: 196px auto auto 1fr auto;
    width: 480px;
    min-height: 488px;
    padding: 40px 42px 30px;
    border: 1px solid #E9E9E9;
    border-radius: 20px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-index-reference"] .product-card img {
    width: 394px;
    height: 139px;
    object-fit: contain;
}

body[data-design="mifeng-product-index-reference"] .product-card h2 {
    margin: 0 0 8px;
    color: #333333;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-product-index-reference"] .product-card p {
    min-height: 40px;
    color: #666666;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 300;
}

body[data-design="mifeng-product-index-reference"] .spec-icon-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 26px 0 28px;
    color: #333333;
    text-align: center;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 300;
}

body[data-design="mifeng-product-index-reference"] .spec-item-icon {
    width: 43px;
    height: 35px;
    min-height: 35px;
    margin: 0 auto 10px;
}

body[data-design="mifeng-product-index-reference"] .spec-item-icon img {
    max-width: 43px;
    max-height: 35px;
}

body[data-design="mifeng-product-index-reference"] .product-card .button {
    min-height: 48px;
    border-radius: 6px;
    color: var(--accent, #DD6B00);
    font-size: 16px;
    font-weight: 700;
}

body[data-design="mifeng-product-index-reference"] .resource-card-grid {
    grid-template-columns: repeat(4, 360px);
    justify-content: space-between;
    gap: 16px;
}

body[data-design="mifeng-downloads-reference"] .download-main-section,
body[data-design="mifeng-news-reference"] .news-main-section,
body[data-design="mifeng-contact-reference"] .contact-main-section {
    background: #E5E5E5;
}

body[data-design="mifeng-downloads-reference"] .download-main-section {
    padding: 118px 0 126px;
}

body[data-design="mifeng-downloads-reference"] .download-layout {
    grid-template-columns: 300px minmax(0, 1183px);
    gap: 53px;
}

body[data-design="mifeng-downloads-reference"] .download-category-accordion {
    gap: 28px;
}

body[data-design="mifeng-downloads-reference"] .download-category-accordion h1,
body[data-design="mifeng-news-reference"] .news-title {
    color: #333333;
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
}

body[data-design="mifeng-downloads-reference"] .download-category-accordion h1 {
    margin: 0 0 24px;
}

body[data-design="mifeng-downloads-reference"] .download-category-header,
body[data-design="mifeng-downloads-reference"] .download-category-parent,
body[data-design="mifeng-downloads-reference"] .download-category-accordion a {
    color: #333333;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 300;
}

body[data-design="mifeng-downloads-reference"] .download-category-accordion .download-category-header,
body[data-design="mifeng-downloads-reference"] .download-category-parent {
    min-height: 36px;
    padding: 0 27px;
    border-radius: 0;
}

body[data-design="mifeng-downloads-reference"] .download-category-accordion a {
    min-height: 47px;
    padding: 15px 39px;
    border-radius: 999px;
}

body[data-design="mifeng-downloads-reference"] .download-category-accordion a[aria-current="page"] {
    background: #DDDDDD;
    color: #333333;
    font-weight: 300;
}

body[data-design="mifeng-downloads-reference"] .download-section-heading {
    margin: 0 0 32px;
    padding-bottom: 24px;
    border-bottom: 1px solid #CFCFCF;
}

body[data-design="mifeng-downloads-reference"] .download-section-heading:after {
    width: 186px;
    height: 4px;
    background: #333333;
}

body[data-design="mifeng-downloads-reference"] .download-card-grid {
    grid-template-columns: repeat(3, 360px);
    gap: 42px 51px;
}

body[data-design="mifeng-downloads-reference"] .download-file-card {
    width: 360px;
    min-height: 300px;
    padding: 44px 30px 28px;
    border-radius: 20px;
    background: #FFFFFF;
}

body[data-design="mifeng-downloads-reference"] .download-file-card strong {
    margin: 30px 0 12px;
    color: #333333;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-downloads-reference"] .download-file-card strong a {
    color: inherit;
}

body[data-design="mifeng-downloads-reference"] .download-file-card p {
    min-height: 86px;
    color: #333333;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 300;
}

body[data-design="mifeng-downloads-reference"] .download-file-action {
    gap: 10px;
    margin-top: 22px;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
}

body[data-design="mifeng-news-reference"] .news-main-section {
    padding: 112px 0 124px;
}

body[data-design="mifeng-news-reference"] .news-title {
    margin: 0 0 70px;
    text-align: center;
}

body[data-design="mifeng-news-reference"] .news-layout {
    grid-template-columns: minmax(0, 1160px) 320px;
    gap: 56px;
}

body[data-design="mifeng-news-reference"] .news-featured-item,
body[data-design="mifeng-news-reference"] .news-row {
    grid-template-columns: 140px minmax(0, 950px);
    gap: 70px;
    padding-bottom: 52px;
    border-bottom: 1px solid #CFCFCF;
}

body[data-design="mifeng-news-reference"] .news-featured-image {
    width: 950px;
    min-height: 535px;
    aspect-ratio: 950 / 535;
    border-radius: 14px;
}

body[data-design="mifeng-news-reference"] .news-row {
    padding-top: 42px;
}

body[data-design="mifeng-news-reference"] .news-row .news-body {
    grid-template-columns: minmax(0, 480px) 400px;
    gap: 70px;
}

body[data-design="mifeng-news-reference"] .news-row .news-image {
    width: 400px;
    min-height: 225px;
    aspect-ratio: 400 / 225;
    border-radius: 14px;
}

body[data-design="mifeng-news-reference"] .news-date-block strong {
    color: #333333;
    font-size: 48px;
    line-height: .9;
    font-weight: 700;
}

body[data-design="mifeng-news-reference"] .news-date-block span {
    color: #666666;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 300;
}

body[data-design="mifeng-news-reference"] .news-body h2 {
    color: #333333;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

body[data-design="mifeng-news-reference"] .news-body p {
    color: #333333;
    font-size: 16px;
    line-height: 1.82;
    font-weight: 300;
}

body[data-design="mifeng-news-reference"] .news-sidebar input {
    height: 48px;
    border: 1px solid #CFCFCF;
    border-radius: 999px;
    background: transparent;
    color: #333333;
    font-size: 14px;
}

body[data-design="mifeng-news-reference"] .news-category-card {
    padding: 34px 24px;
    border: 1px solid #CFCFCF;
    border-radius: 18px;
    background: transparent;
}

body[data-design="mifeng-news-reference"] .news-category-card a {
    min-height: 38px;
    color: #333333;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
}

body[data-design="mifeng-news-reference"] .news-category-card a[aria-current="page"] {
    background: #DDDDDD;
    color: var(--accent, #DD6B00);
    font-weight: 700;
}

body[data-design="mifeng-contact-reference"] .contact-main-section {
    padding: 88px 0 86px;
}

body[data-design="mifeng-contact-reference"] .contact-title {
    margin: 0 0 72px;
    color: #333333;
    font-size: 48px;
    line-height: 1.1;
    font-weight: 300;
}

body[data-design="mifeng-contact-reference"] .contact-layout {
    grid-template-columns: minmax(0, 720px) minmax(0, 560px);
    gap: 72px;
    margin-bottom: 72px;
}

body[data-design="mifeng-contact-reference"] .contact-form-grid {
    gap: 17px 18px;
}

body[data-design="mifeng-contact-reference"] .contact-form input,
body[data-design="mifeng-contact-reference"] .contact-form select,
body[data-design="mifeng-contact-reference"] .contact-form textarea,
.miwind-footer .miwind-footer-form input,
.miwind-footer .miwind-footer-form select,
.miwind-footer .miwind-footer-form textarea {
    border: 1px solid #CFCFCF;
    background-color: transparent;
    color: #333333;
    font-size: 14px;
    font-weight: 300;
}

body[data-design="mifeng-contact-reference"] .contact-form input,
body[data-design="mifeng-contact-reference"] .contact-form select,
.miwind-footer .miwind-footer-form input,
.miwind-footer .miwind-footer-form select {
    height: 48px;
    min-height: 48px;
    padding: 0 12px;
}

body[data-design="mifeng-contact-reference"] .contact-form textarea {
    min-height: 247px;
    padding: 10px 12px;
    resize: none;
}

body[data-design="mifeng-contact-reference"] .contact-submit,
.miwind-footer .miwind-footer-form button {
    min-height: 48px;
    border-radius: 0;
    background: var(--accent, #DD6B00);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

body[data-design="mifeng-contact-reference"] .contact-submit {
    width: 351px;
}

body[data-design="mifeng-contact-reference"] .contact-info-panel {
    gap: 28px;
    padding-left: 56px;
    border-left: 1px solid #CFCFCF;
}

body[data-design="mifeng-contact-reference"] .contact-detail-row {
    grid-template-columns: 32px 1fr;
    gap: 18px;
}

body[data-design="mifeng-contact-reference"] .contact-detail-row p {
    color: #333333;
    font-size: 16px;
    line-height: 1.85;
    font-weight: 300;
}

body[data-design="mifeng-contact-reference"] .map-panel-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    margin-top: 72px;
}

body[data-design="mifeng-contact-reference"] .map-panel {
    min-height: 536px;
    border: 0;
}

.miwind-footer {
    min-height: 620px;
    padding: 72px 0 70px;
    background: #E5E5E5;
}

.miwind-footer .miwind-brand img {
    width: 150px;
    height: 31px;
}

.miwind-footer-head {
    padding-bottom: 34px;
}

.miwind-footer-grid {
    grid-template-columns: minmax(0, 260px) minmax(0, 230px) minmax(0, 300px) minmax(300px, 350px);
    gap: 112px;
    padding-top: 34px;
    border-top: 1px solid #CFCFCF;
}

.miwind-footer-grid h3 {
    margin-bottom: 20px;
    color: #333333;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
}

.miwind-footer-grid p,
.miwind-footer-grid a,
.miwind-footer-grid input,
.miwind-footer-grid textarea,
.miwind-footer-grid select {
    color: #333333;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 300;
}

.miwind-footer-form {
    width: 350px;
    max-width: 100%;
    gap: 10px;
}

.miwind-footer .miwind-footer-form textarea {
    min-height: 150px;
    padding: 10px 12px;
    resize: none;
}

@media (max-width: 900px) {
    body[data-design="mifeng-product-index-reference"] .product-filter-shell,
    body[data-design="mifeng-product-index-reference"] .filter-panel,
    body[data-design="mifeng-product-index-reference"] .series-tabs,
    body[data-design="mifeng-product-index-reference"] .product-card-grid,
    body[data-design="mifeng-product-index-reference"] .resource-card-grid,
    body[data-design="mifeng-downloads-reference"] .download-layout,
    body[data-design="mifeng-downloads-reference"] .download-card-grid,
    body[data-design="mifeng-news-reference"] .news-layout,
    body[data-design="mifeng-news-reference"] .news-featured-item,
    body[data-design="mifeng-news-reference"] .news-row,
    body[data-design="mifeng-news-reference"] .news-row .news-body,
    body[data-design="mifeng-contact-reference"] .contact-layout,
    body[data-design="mifeng-contact-reference"] .map-panel-grid,
    .miwind-footer-grid {
        grid-template-columns: 1fr;
    }

    body[data-design="mifeng-product-index-reference"] .product-card,
    body[data-design="mifeng-downloads-reference"] .download-file-card {
        width: 100%;
    }

    body[data-design="mifeng-product-index-reference"] .filter-group + .filter-group,
    body[data-design="mifeng-contact-reference"] .contact-info-panel {
        border-left: 0;
    }

    body[data-design="mifeng-contact-reference"] .contact-info-panel {
        padding-left: 0;
    }
}

/* site-module-fidelity-pass.css */
.miwind-top {
    height: 88px;
    padding-top: 8px;
    background: #F1F1F1;
}

.miwind-top > .wrap {
    width: 1536px;
    max-width: calc(100% - 42px);
}

.miwind-brand-row {
    height: 20px;
    min-height: 20px;
}

.miwind-nav-shell {
    height: 60px;
    border-radius: 8px;
    background: #FFFFFF;
}

.miwind-nav {
    min-height: 60px;
    color: #666666;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    text-align: center;
}

.miwind-nav a[aria-current="page"] {
    color: var(--accent, #DD6B00);
    font-weight: 700;
}

body[data-design="mifeng-product-index-reference"] .product-index-hero {
    min-height: 500px;
    background-position: center top;
}

body[data-design="mifeng-product-index-reference"] .section {
    background: #E5E5E5;
}

body[data-design="mifeng-product-index-reference"] .product-filter-shell {
    grid-template-columns: minmax(0, 920px) minmax(0, 536px);
    gap: 80px;
}

body[data-design="mifeng-product-index-reference"] .filter-panel,
body[data-design="mifeng-product-index-reference"] .quick-help-card {
    min-height: 385px;
    border-radius: 8px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-index-reference"] .series-tabs {
    grid-template-columns: repeat(5, 196px);
    gap: 12px;
    margin: 0 0 38px;
}

body[data-design="mifeng-product-index-reference"] .series-tabs a {
    min-height: 50px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.2;
}

body[data-design="mifeng-product-index-reference"] .product-card-grid {
    grid-template-columns: repeat(3, 480px);
    gap: 48px;
}

body[data-design="mifeng-product-index-reference"] .product-card {
    grid-template-rows: 205px auto auto 1fr auto;
    width: 480px;
    min-height: 488px;
    padding: 40px 42px 30px;
    border: 1px solid #E9E9E9;
    border-radius: 20px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-index-reference"] .product-card img {
    width: 394px;
    height: 139px;
    object-fit: contain;
}

body[data-design="mifeng-product-index-reference"] .product-card h2 {
    margin: 0 0 8px;
    color: #333333;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-product-index-reference"] .product-card p {
    min-height: 38px;
    color: #666666;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 300;
}

body[data-design="mifeng-product-index-reference"] .spec-icon-row {
    margin: 24px 0 22px;
    gap: 14px;
    color: #333333;
    font-size: 13px;
    font-weight: 300;
}

body[data-design="mifeng-product-index-reference"] .spec-item-icon {
    min-height: 35px;
}

body[data-design="mifeng-product-index-reference"] .spec-item-icon img {
    max-width: 43px;
    max-height: 35px;
}

body[data-design="mifeng-product-index-reference"] .product-card .button {
    min-height: 42px;
    border-radius: 5px;
    font-size: 13px;
}

body[data-design="mifeng-product-index-reference"] .solution-card-grid,
body[data-design="mifeng-product-index-reference"] .resource-card-grid {
    justify-content: space-between;
}

body[data-design="mifeng-product-index-reference"] .solution-card {
    width: 360px;
    min-height: 300px;
    padding: 34px 32px 28px;
    border-radius: 8px;
}

body[data-design="mifeng-product-index-reference"] .solution-card h2 {
    font-size: 20px;
    line-height: 1.25;
}

body[data-design="mifeng-downloads-reference"] .download-hero,
body[data-design="mifeng-news-reference"] .news-hero {
    height: 380px;
    min-height: 380px;
    background-position: center;
}

body[data-design="mifeng-downloads-reference"] .download-main-section,
body[data-design="mifeng-news-reference"] .news-main-section {
    background: #E5E5E5;
}

body[data-design="mifeng-downloads-reference"] .download-layout {
    grid-template-columns: 300px minmax(0, 1183px);
    gap: 53px;
}

body[data-design="mifeng-downloads-reference"] .download-category-accordion h1,
body[data-design="mifeng-news-reference"] .news-title {
    color: #333333;
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
}

body[data-design="mifeng-downloads-reference"] .download-category-header,
body[data-design="mifeng-downloads-reference"] .download-category-parent {
    color: #333333;
    font-size: 17px;
    font-weight: 300;
}

body[data-design="mifeng-downloads-reference"] .download-card-grid {
    grid-template-columns: repeat(3, 360px);
    gap: 42px 51px;
}

body[data-design="mifeng-downloads-reference"] .download-file-card {
    width: 360px;
    min-height: 300px;
    padding: 44px 30px 28px;
    border-radius: 20px;
    background: #FFFFFF;
}

body[data-design="mifeng-downloads-reference"] .download-file-icon,
body[data-design="mifeng-downloads-reference"] .download-file-icon--image,
body[data-design="mifeng-downloads-reference"] .download-file-icon img {
    width: 38px;
    height: 38px;
}

body[data-design="mifeng-downloads-reference"] .download-file-card strong {
    color: #333333;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-downloads-reference"] .download-file-card p {
    color: #333333;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
}

body[data-design="mifeng-downloads-reference"] .download-file-action {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
}

body[data-design="mifeng-news-reference"] .news-layout {
    grid-template-columns: minmax(0, 1160px) 320px;
    gap: 56px;
}

body[data-design="mifeng-news-reference"] .news-featured-item,
body[data-design="mifeng-news-reference"] .news-row {
    grid-template-columns: 140px minmax(0, 950px);
    gap: 70px;
}

body[data-design="mifeng-news-reference"] .news-featured-image {
    width: 950px;
    min-height: 535px;
    aspect-ratio: 950 / 535;
    border-radius: 14px;
}

body[data-design="mifeng-news-reference"] .news-row .news-body {
    grid-template-columns: minmax(0, 480px) 400px;
    gap: 70px;
}

body[data-design="mifeng-news-reference"] .news-row .news-image {
    width: 400px;
    min-height: 225px;
    aspect-ratio: 400 / 225;
    border-radius: 14px;
}

body[data-design="mifeng-news-reference"] .news-date-block strong {
    font-size: 48px;
    line-height: .9;
}

body[data-design="mifeng-news-reference"] .news-body h2 {
    color: #333333;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 500;
}

body[data-design="mifeng-news-reference"] .news-body p {
    color: #333333;
    font-size: 14px;
    line-height: 1.82;
    font-weight: 300;
}

body[data-design="mifeng-news-reference"] .news-sidebar input {
    height: 48px;
    border-radius: 999px;
    font-size: 14px;
}

body[data-design="mifeng-news-reference"] .news-search-icon img {
    width: 20px;
    height: 20px;
}

body[data-design="mifeng-contact-reference"] .contact-hero {
    height: 440px;
    background-position: center;
}

body[data-design="mifeng-contact-reference"] .contact-main-section {
    background: #E5E5E5;
}

body[data-design="mifeng-contact-reference"] .contact-layout {
    grid-template-columns: minmax(0, 720px) minmax(0, 560px);
    gap: 72px;
}

body[data-design="mifeng-contact-reference"] .contact-form input,
body[data-design="mifeng-contact-reference"] .contact-form select {
    height: 48px;
    min-height: 48px;
    color: #333333;
    font-size: 14px;
}

body[data-design="mifeng-contact-reference"] .contact-form textarea {
    min-height: 247px;
    color: #333333;
    font-size: 14px;
}

body[data-design="mifeng-contact-reference"] .contact-submit {
    width: 351px;
    min-height: 48px;
    border-radius: 0;
}

body[data-design="mifeng-contact-reference"] .map-panel-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
}

body[data-design="mifeng-contact-reference"] .map-panel {
    min-height: 536px;
}

.miwind-footer {
    min-height: 620px;
    padding: 72px 0 70px;
    background: #E5E5E5;
}

.miwind-footer-grid {
    grid-template-columns: minmax(0, 260px) minmax(0, 230px) minmax(0, 300px) minmax(300px, 350px);
    gap: 112px;
}

.miwind-footer-grid h3 {
    color: var(--accent, #DD6B00);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
}

.miwind-footer-grid p,
.miwind-footer-grid a,
.miwind-footer-grid input,
.miwind-footer-grid textarea,
.miwind-footer-grid select {
    color: #333333;
    font-size: 14px;
    line-height: 1.85;
    font-weight: 300;
}

.miwind-footer-form {
    width: 350px;
    max-width: 100%;
}

.miwind-footer .miwind-footer-form input,
.miwind-footer .miwind-footer-form select {
    height: 48px;
    min-height: 48px;
}

.miwind-footer .miwind-footer-form textarea {
    min-height: 150px;
}

.miwind-footer .miwind-footer-form button {
    min-height: 48px;
    border-radius: 0;
}

@media (max-width: 900px) {
    .miwind-top {
        height: auto;
    }

    body[data-design="mifeng-product-index-reference"] .product-card,
    body[data-design="mifeng-downloads-reference"] .download-file-card {
        width: 100%;
    }

    body[data-design="mifeng-product-index-reference"] .product-card-grid,
    body[data-design="mifeng-downloads-reference"] .download-card-grid,
    body[data-design="mifeng-news-reference"] .news-layout,
    body[data-design="mifeng-news-reference"] .news-featured-item,
    body[data-design="mifeng-news-reference"] .news-row,
    body[data-design="mifeng-news-reference"] .news-row .news-body,
    body[data-design="mifeng-contact-reference"] .contact-layout,
    body[data-design="mifeng-contact-reference"] .map-panel-grid,
    .miwind-footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 901px) and (max-width: 1560px) {
    body[data-design="mifeng-product-index-reference"] .product-card-grid,
    body[data-design="mifeng-downloads-reference"] .download-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body[data-design="mifeng-product-index-reference"] .product-card,
    body[data-design="mifeng-downloads-reference"] .download-file-card {
        width: auto;
    }

    body[data-design="mifeng-product-index-reference"] .series-tabs {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    body[data-design="mifeng-product-index-reference"] .solution-card {
        width: auto;
    }

    body[data-design="mifeng-contact-reference"] .map-panel-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* home-series-fidelity-pass.css */
body[data-design="mifeng-home-reference"] .home-hero {
    height: 800px;
    min-height: 800px;
    background: #F2F9FB;
}

body[data-design="mifeng-home-reference"] .home-hero-shell {
    height: 800px;
    min-height: 800px;
}

body[data-design="mifeng-home-reference"] .home-hero-copy {
    top: 100px;
    width: 596px;
}

body[data-design="mifeng-home-reference"] .home-hero h1 {
    max-width: 592px;
    margin-bottom: 34px;
    color: #333333;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
}

body[data-design="mifeng-home-reference"] .home-hero-summary {
    max-width: 568px;
    color: #666666;
    font-size: 16px;
    line-height: 2.15;
    font-weight: 300;
}

body[data-design="mifeng-home-reference"] .home-points {
    grid-template-columns: 185px 260px;
    gap: 24px 44px;
    margin-top: 56px;
    color: #333333;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 300;
}

body[data-design="mifeng-home-reference"] .home-points span {
    display: inline-grid;
    grid-template-columns: 28px 1fr;
    gap: 14px;
    align-items: center;
}

body[data-design="mifeng-home-reference"] .home-points i {
    width: 28px;
    height: 28px;
}

body[data-design="mifeng-home-reference"] .home-points svg {
    width: 24px;
    height: 24px;
    stroke-width: 2;
}

body[data-design="mifeng-home-reference"] .home-hero-visual {
    background: #F2F9FB;
}

body[data-design="mifeng-home-reference"] .home-hero-visual:before {
    z-index: 2;
    display: block;
    background: linear-gradient(90deg, #F2F9FB 0%, #F2F9FB 43%, rgba(242, 249, 251, .88) 52%, rgba(242, 249, 251, 0) 68%);
}

body[data-design="mifeng-home-reference"] .home-hero-visual img {
    position: absolute;
    top: 0;
    right: 0;
    width: 58%;
    height: 800px;
    object-fit: cover;
    object-position: right top;
}

body[data-design="mifeng-home-reference"] .home-products {
    padding-top: 96px;
    padding-bottom: 104px;
    background: #FFFFFF;
}

body[data-design="mifeng-home-reference"] .home-products .section-head {
    margin-bottom: 42px;
}

body[data-design="mifeng-home-reference"] .home-products .section-head h2 {
    color: #333333;
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
    text-transform: none;
}

body[data-design="mifeng-home-reference"] .home-products .section-head a {
    color: #333333;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: none;
}

body[data-design="mifeng-home-reference"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 743px));
    gap: 50px;
}

body[data-design="mifeng-home-reference"] .product-tile {
    aspect-ratio: 743 / 501;
    border-radius: 20px;
    background: #FFFFFF;
}

body[data-design="mifeng-home-reference"] .product-tile a:after {
    height: 126px;
    background: linear-gradient(180deg, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, .9) 36%, #F1F1F1 100%);
}

body[data-design="mifeng-home-reference"] .product-tile h3 {
    bottom: 62px;
    color: #333333;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-home-reference"] .product-tile p {
    left: 58px;
    right: 58px;
    bottom: 34px;
    color: #333333;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 300;
}

body[data-design="mifeng-product-series-reference"] .series-hero {
    height: 500px;
    background-position: center;
}

body[data-design="mifeng-product-series-reference"] .series-heading {
    padding: 102px 0 76px;
    background: #E5E5E5;
}

body[data-design="mifeng-product-series-reference"] .series-heading h1 {
    margin-bottom: 18px;
    color: #333333;
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
}

body[data-design="mifeng-product-series-reference"] .series-heading p {
    max-width: 760px;
    color: #333333;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
}

body[data-design="mifeng-product-series-reference"] .series-products {
    padding-bottom: 118px;
    background: #E5E5E5;
}

body[data-design="mifeng-product-series-reference"] .series-product-grid {
    grid-template-columns: repeat(3, minmax(0, 456px));
    justify-content: center;
    gap: 72px 70px;
}

body[data-design="mifeng-product-series-reference"] .series-product-card {
    min-height: 488px;
    padding-top: 66px;
    border-radius: 20px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-series-reference"] .series-product-link {
    grid-template-rows: minmax(0, 1fr) 88px;
}

body[data-design="mifeng-product-series-reference"] .series-product-media {
    min-height: 300px;
}

body[data-design="mifeng-product-series-reference"] .series-product-card img {
    width: min(394px, 86%);
    height: 260px;
    object-fit: contain;
}

body[data-design="mifeng-product-series-reference"] .series-product-title {
    min-height: 88px;
    color: #333333;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
}

@media (max-width: 900px) {
    body[data-design="mifeng-home-reference"] .home-hero,
    body[data-design="mifeng-home-reference"] .home-hero-shell {
        height: auto;
        min-height: 0;
    }

    body[data-design="mifeng-home-reference"] .home-hero-copy {
        position: relative;
        top: auto;
        width: auto;
        padding: 42px 21px 46px;
    }

    body[data-design="mifeng-home-reference"] .home-hero-visual,
    body[data-design="mifeng-home-reference"] .home-hero-visual img {
        position: relative;
        width: 100%;
        height: 320px;
        min-height: 320px;
    }

    body[data-design="mifeng-home-reference"] .home-points,
    body[data-design="mifeng-home-reference"] .product-grid,
    body[data-design="mifeng-product-series-reference"] .series-product-grid {
        grid-template-columns: 1fr;
    }
}

/* middle-detail-alignment-pass.css */
body[data-design="mifeng-about-reference"] .about-company-section,
body[data-design="mifeng-about-reference"] .about-certificate-section,
body[data-design="mifeng-about-reference"] .about-strength-section,
body[data-design="mifeng-about-reference"] .about-video-section,
body[data-design="mifeng-product-detail-reference"] .detail-main {
    background: #F1F1F1;
}

body[data-design="mifeng-about-reference"] .about-profile-split {
    grid-template-columns: minmax(0, 596px) minmax(0, 674px);
    justify-content: space-between;
    gap: 80px;
}

body[data-design="mifeng-about-reference"] .about-profile-copy h1,
body[data-design="mifeng-about-reference"] .about-certificate-section h2,
body[data-design="mifeng-about-reference"] .about-strength-section h2,
body[data-design="mifeng-capability-reference"] .section-title-center,
body[data-design="mifeng-capability-reference"] .capability-rnd-head h2,
body[data-design="mifeng-product-detail-reference"] .product-summary h1,
body[data-design="mifeng-solution-detail-reference"] .solution-section-title {
    color: #333333;
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0;
}

body[data-design="mifeng-about-reference"] .about-profile-copy p,
body[data-design="mifeng-about-reference"] .about-strength-card p,
body[data-design="mifeng-capability-reference"] .section-copy-center,
body[data-design="mifeng-capability-reference"] .capability-rnd-head p,
body[data-design="mifeng-capability-reference"] .experience-copy p,
body[data-design="mifeng-product-detail-reference"] .product-summary > p,
body[data-design="mifeng-product-detail-reference"] .fact-grid,
body[data-design="mifeng-solution-detail-reference"] .solution-feature-card p,
body[data-design="mifeng-solution-detail-reference"] .solution-challenge-copy,
body[data-design="mifeng-solution-detail-reference"] .solution-advantage-item,
body[data-design="mifeng-solution-detail-reference"] .service-support-step p {
    color: #333333;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
}

body[data-design="mifeng-about-reference"] .about-profile-media img {
    height: 433px;
    border-radius: 0 20px 20px 0;
}

body[data-design="mifeng-about-reference"] .company-metric-row {
    grid-template-columns: repeat(4, minmax(0, 270px));
    justify-content: space-between;
    margin-top: 104px;
}

body[data-design="mifeng-about-reference"] .about-metric-card {
    min-height: 132px;
    padding-top: 31px;
}

body[data-design="mifeng-about-reference"] .about-metric-card strong {
    color: var(--accent, #DD6B00);
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
}

body[data-design="mifeng-about-reference"] .about-certificate-section {
    padding: 92px 0 134px;
}

body[data-design="mifeng-about-reference"] .about-certificate-track {
    width: min(1304px, calc(100% - 140px));
}

body[data-design="mifeng-about-reference"] .about-certificate-overview-image {
    width: 100%;
    aspect-ratio: 1304 / 432;
    object-fit: contain;
}

body[data-design="mifeng-about-reference"] .factory-wide-photo {
    position: relative;
    min-height: 716px;
    display: grid;
    align-items: center;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

body[data-design="mifeng-about-reference"] .factory-wide-photo:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17, 17, 17, .82) 0%, rgba(17, 17, 17, .62) 44%, rgba(17, 17, 17, .28) 100%);
}

body[data-design="mifeng-about-reference"] .about-factory-content {
    position: relative;
    z-index: 1;
    color: #FFFFFF;
}

body[data-design="mifeng-about-reference"] .about-factory-content h2 {
    width: min(720px, 100%);
    margin: 0 0 28px;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-about-reference"] .about-factory-content p {
    width: min(760px, 100%);
    margin: 0;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
}

body[data-design="mifeng-about-reference"] .about-factory-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 245px));
    gap: 42px 104px;
    width: min(1000px, 100%);
    margin-top: 64px;
}

body[data-design="mifeng-about-reference"] .about-factory-stat-grid span {
    display: grid;
    gap: 4px;
    min-width: 0;
}

body[data-design="mifeng-about-reference"] .about-factory-stat-grid strong {
    color: var(--accent, #DD6B00);
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
}

body[data-design="mifeng-about-reference"] .about-factory-stat-grid em {
    color: var(--accent, #DD6B00);
    font-size: 16px;
    line-height: 1.3;
    font-style: normal;
    font-weight: 300;
}

body[data-design="mifeng-about-reference"] .core-strength-grid {
    grid-template-columns: repeat(4, minmax(0, 255px));
    justify-content: space-between;
}

body[data-design="mifeng-about-reference"] .about-strength-card h3 {
    min-height: 44px;
    color: #333333;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}

body[data-design="mifeng-capability-reference"] .section {
    padding: 96px 0;
}

body[data-design="mifeng-capability-reference"] .section:nth-of-type(2n + 2) {
    background: #F1F1F1;
}

body[data-design="mifeng-capability-reference"] .market-footprint-card {
    grid-template-columns: minmax(0, 826px) minmax(360px, 420px);
    gap: 86px;
    padding: 56px 72px;
    border-radius: 20px;
    background: #FFFFFF;
}

body[data-design="mifeng-capability-reference"] .partner-logo-wall {
    max-width: 1330px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 58px 66px;
    margin-top: 42px;
}

body[data-design="mifeng-capability-reference"] .partner-logo-wall span {
    min-height: 54px;
    display: grid;
    place-items: center;
}

body[data-design="mifeng-capability-reference"] .industry-application-grid {
    grid-template-columns: repeat(6, 220px);
    justify-content: space-between;
    margin-top: 48px;
}

body[data-design="mifeng-capability-reference"] .industry-application-image {
    min-height: 372px;
    border-radius: 8px;
    box-shadow: none;
}

body[data-design="mifeng-capability-reference"] .experience-card {
    width: min(var(--miwind-wrap), calc(100% - 42px));
    grid-template-columns: minmax(0, 770px) minmax(0, 620px);
    gap: 70px;
    padding: 24px;
    border-radius: 38px;
    background: #F1F1F1;
    overflow: hidden;
}

body[data-design="mifeng-capability-reference"] .experience-card img {
    height: 390px;
    border-radius: 28px;
    object-fit: cover;
}

body[data-design="mifeng-capability-reference"] .experience-copy {
    padding: 56px 48px 48px 0;
}

body[data-design="mifeng-capability-reference"] .experience-copy h3 {
    margin: 0 0 20px;
    color: #333333;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-capability-reference"] .experience-tabs {
    justify-content: center;
    gap: 34px;
    margin: 38px 0 30px;
}

body[data-design="mifeng-capability-reference"] .experience-tabs span {
    min-width: 246px;
    min-height: 48px;
    border-radius: 6px;
    background: #eeeeee;
    color: #333333;
    font-size: 16px;
    font-weight: 300;
}

body[data-design="mifeng-capability-reference"] .experience-tabs .active {
    background: var(--accent, #DD6B00);
    color: #FFFFFF;
}

body[data-design="mifeng-capability-reference"] .rnd-capability-grid {
    grid-template-columns: 704px 558px;
    gap: 120px;
    align-items: end;
}

body[data-design="mifeng-capability-reference"] .rnd-capability-grid > img {
    width: 704px;
    height: 469px;
    min-height: 469px;
    object-fit: cover;
}

body[data-design="mifeng-capability-reference"] .rnd-card-grid {
    grid-template-columns: repeat(2, 252px);
    gap: 66px 54px;
    justify-content: space-between;
}

body[data-design="mifeng-capability-reference"] .rnd-capability-card {
    min-height: 252px;
    padding: 50px 30px 36px;
    border: 1px solid #E5E5E5;
    border-radius: 28px;
    box-shadow: 0 18px 32px rgba(0, 0, 0, .10);
}

body[data-design="mifeng-capability-reference"] .rnd-capability-card span {
    max-width: 186px;
    color: #333333;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
}

body[data-design="mifeng-capability-reference"] .quality-process-line {
    max-width: 1240px;
    gap: 86px;
    margin: 76px auto 52px;
}

body[data-design="mifeng-capability-reference"] .certification-card {
    width: min(1120px, 100%);
    gap: 42px;
    margin-top: 64px;
}

body[data-design="mifeng-capability-reference"] .capability-certification-card {
    min-height: 218px;
    padding: 38px 52px;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    background: #FFFFFF;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .06);
}

body[data-design="mifeng-product-detail-reference"] .detail-main {
    padding: 110px 0 0;
}

body[data-design="mifeng-product-detail-reference"] .product-intro {
    grid-template-columns: minmax(0, 740px) minmax(0, 596px);
    justify-content: space-between;
    gap: 84px;
}

body[data-design="mifeng-product-detail-reference"] .product-gallery {
    grid-template-columns: minmax(0, 596px) 124px;
    gap: 30px;
}

body[data-design="mifeng-product-detail-reference"] .gallery-stage {
    min-height: 560px;
    border-radius: 34px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-detail-reference"] .gallery-stage img {
    width: min(508px, 86%);
    height: 260px;
    object-fit: contain;
}

body[data-design="mifeng-product-detail-reference"] .thumbnail-rail {
    grid-template-rows: 50px repeat(3, 124px) 50px;
    gap: 24px;
}

body[data-design="mifeng-product-detail-reference"] .thumbnail-rail .carousel-thumb {
    min-height: 124px;
    border-radius: 16px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-detail-reference"] .product-summary h1 {
    max-width: 592px;
    margin: 0 0 18px;
}

body[data-design="mifeng-product-detail-reference"] .product-summary > p {
    max-width: 568px;
    margin: 0 0 28px;
}

body[data-design="mifeng-product-detail-reference"] .parameter-card {
    margin: 30px 0;
    padding: 30px 34px;
    border-radius: 34px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-detail-reference"] .parameter-card h2,
body[data-design="mifeng-product-detail-reference"] .detail-panel h2,
body[data-design="mifeng-product-detail-reference"] .detail-recommended-head h2 {
    color: var(--accent, #DD6B00);
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-product-detail-reference"] .fact-grid {
    gap: 10px 34px;
}

body[data-design="mifeng-product-detail-reference"] .fact-grid span {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    min-height: 30px;
    padding: 0;
}

body[data-design="mifeng-product-detail-reference"] .fact-grid .fact-icon {
    display: inline-grid;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
}

body[data-design="mifeng-product-detail-reference"] .fact-grid span,
body[data-design="mifeng-product-detail-reference"] .fact-grid span:not(:has(b)) {
    grid-template-columns: none;
}

body[data-design="mifeng-product-detail-reference"] .fact-grid .fact-icon img {
    max-width: 22px;
    max-height: 22px;
}

body[data-design="mifeng-product-detail-reference"] .fact-grid b:after {
    content: ":";
}

body[data-design="mifeng-product-detail-reference"] .detail-panel--applications {
    display: block;
    width: min(var(--miwind-wrap), calc(100% - 42px));
    margin: 78px auto 0;
    padding: 38px 42px 42px;
    border-radius: 30px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-detail-reference"] .below-grid {
    display: grid;
    grid-template-columns: minmax(0, 850px) minmax(0, 626px);
    gap: 20px;
    width: min(var(--miwind-wrap), calc(100% - 42px));
    margin: 50px auto 0;
}

body[data-design="mifeng-product-detail-reference"] .technical-spec-panel {
    min-height: 560px;
    padding: 0 40px 48px;
    border-radius: 0 0 38px 38px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-detail-reference"] .technical-tab-row {
    width: calc(100% + 80px);
    margin: 0 -40px 52px;
    grid-template-columns: repeat(3, 1fr);
    background: #DDDDDD;
    color: #8A8A8A;
    font-size: 20px;
    line-height: 60px;
    font-weight: 300;
}

body[data-design="mifeng-product-detail-reference"] .technical-parameters-content table {
    min-width: 720px;
}

body[data-design="mifeng-product-detail-reference"] .technical-parameters-content thead th,
body[data-design="mifeng-product-detail-reference"] .technical-parameters-content table:not(:has(thead)) tr:first-child th,
body[data-design="mifeng-product-detail-reference"] .technical-parameters-content table:not(:has(thead)) tr:first-child td,
body[data-design="mifeng-product-detail-reference"] .technical-parameters-content tbody td {
    height: 58px;
    padding: 0 42px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    text-align: left;
}

body[data-design="mifeng-product-detail-reference"] .dimension-installation-card {
    display: grid;
    align-content: start;
    min-height: 560px;
    margin-top: 0;
    padding: 38px 42px;
    border-radius: 30px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-detail-reference"] .dimension-carousel-stage {
    min-height: 332px;
    border-radius: 8px;
    background: #F1F1F1;
}

body[data-design="mifeng-product-detail-reference"] .dimension-carousel-stage img {
    width: min(485px, 86%);
    height: auto;
    object-fit: contain;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-panel {
    width: min(var(--miwind-wrap), calc(100% - 42px));
    margin: 20px auto 0;
    padding: 48px;
    border-radius: 20px;
    background: #FFFFFF;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-head {
    align-items: start;
    margin-bottom: 34px;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-head p {
    max-width: 520px;
    color: #666666;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 300;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-card {
    border-radius: 20px;
    background: #F1F1F1;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-card img {
    height: 260px;
    padding: 34px 42px 22px;
    background: #F1F1F1;
    object-fit: contain;
    mix-blend-mode: multiply;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-card strong {
    min-height: 58px;
    padding: 18px 24px 10px;
    color: #333333;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
}

body[data-design="mifeng-product-detail-reference"] .detail-recommended-card span {
    color: #666666;
    font-size: 14px;
    line-height: 1.55;
    font-weight: 300;
}

body[data-design="mifeng-solution-detail-reference"] .challenge-band {
    background: #E5E5E5;
}

body[data-design="mifeng-solution-detail-reference"] .solution-feature-card,
body[data-design="mifeng-solution-detail-reference"] .recommended-products {
    width: min(var(--miwind-wrap), calc(100% - 42px));
    margin-left: auto;
    margin-right: auto;
    background: #F1F1F1;
}

body[data-design="mifeng-solution-detail-reference"] .solution-feature-card {
    grid-template-columns: minmax(0, 642px) minmax(0, 894px);
    min-height: 461px;
    border-radius: 20px 20px 0 0;
}

body[data-design="mifeng-solution-detail-reference"] .solution-feature-card > div:first-child {
    padding: 94px 70px 72px;
}

body[data-design="mifeng-solution-detail-reference"] .solution-feature-card h3,
body[data-design="mifeng-solution-detail-reference"] .recommended-products-title,
body[data-design="mifeng-solution-detail-reference"] .product-advantage-list strong {
    color: #333333;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 700;
}

body[data-design="mifeng-solution-detail-reference"] .solution-card-media,
body[data-design="mifeng-solution-detail-reference"] .solution-card-media img {
    min-height: 461px;
}

body[data-design="mifeng-solution-detail-reference"] .recommended-products {
    grid-template-columns: minmax(0, 400px) minmax(0, 400px) minmax(0, 440px);
    gap: 58px;
    min-height: 584px;
    padding: 70px 58px 82px;
    border-radius: 0 0 20px 20px;
}

body[data-design="mifeng-solution-detail-reference"] .solution-recommended-card img {
    height: 282px;
    border-radius: 20px;
    background: #FFFFFF;
    object-fit: contain;
}

body[data-design="mifeng-solution-detail-reference"] .product-advantage-list {
    min-height: 282px;
    padding-left: 36px;
    border-left: 4px solid var(--accent, #DD6B00);
}

body[data-design="mifeng-solution-detail-reference"] .service-support-line {
    max-width: 1200px;
    margin: 92px auto 0;
}

body[data-design="mifeng-solution-detail-reference"] .typical-application-strip {
    width: min(var(--miwind-wrap), calc(100% - 42px));
    margin: 0 auto;
    padding: 56px 48px 46px;
    border: 1px solid #CFCFCF;
    border-radius: 38px;
    background: #FFFFFF;
}

body[data-design="mifeng-solution-detail-reference"] .typical-application-image {
    height: 197px;
    border-radius: 20px;
}

@media (max-width: 900px) {
    body[data-design="mifeng-about-reference"] .about-profile-split,
    body[data-design="mifeng-about-reference"] .company-metric-row,
    body[data-design="mifeng-about-reference"] .about-factory-stat-grid,
    body[data-design="mifeng-about-reference"] .core-strength-grid,
    body[data-design="mifeng-capability-reference"] .market-footprint-card,
    body[data-design="mifeng-capability-reference"] .partner-logo-wall,
    body[data-design="mifeng-capability-reference"] .industry-application-grid,
    body[data-design="mifeng-capability-reference"] .experience-card,
    body[data-design="mifeng-capability-reference"] .rnd-capability-grid,
    body[data-design="mifeng-capability-reference"] .rnd-card-grid,
    body[data-design="mifeng-capability-reference"] .quality-process-line,
    body[data-design="mifeng-capability-reference"] .certification-card,
    body[data-design="mifeng-product-detail-reference"] .product-intro,
    body[data-design="mifeng-product-detail-reference"] .product-gallery,
    body[data-design="mifeng-solution-detail-reference"] .solution-feature-card,
    body[data-design="mifeng-solution-detail-reference"] .recommended-products,
    body[data-design="mifeng-solution-detail-reference"] .typical-application-strip {
        grid-template-columns: 1fr;
    }

    body[data-design="mifeng-about-reference"] .factory-wide-photo {
        min-height: 560px;
    }

    body[data-design="mifeng-about-reference"] .about-factory-stat-grid,
    body[data-design="mifeng-capability-reference"] .rnd-card-grid {
        gap: 24px;
    }

    body[data-design="mifeng-capability-reference"] .rnd-capability-grid > img {
        width: 100%;
        height: auto;
    }

    body[data-design="mifeng-product-detail-reference"] .detail-panel--applications,
    body[data-design="mifeng-product-detail-reference"] .dimension-installation-card {
        display: block;
    }

    body[data-design="mifeng-product-detail-reference"] .technical-tab-row {
        font-size: 14px;
    }
}

/* home-banner-products-final-eof-override.css */
body[data-design="mifeng-home-reference"] .home-hero,
body[data-design="mifeng-home-reference"] .home-hero-shell,
body[data-design="mifeng-home-reference"] .home-hero-visual,
body[data-design="mifeng-home-reference"] .home-hero-visual img {
    height: 800px;
    min-height: 800px;
}

body[data-design="mifeng-home-reference"] .home-hero-copy {
    left: max(192px, calc((100vw - 1536px) / 2));
    top: 184px;
    width: 596px;
}

body[data-design="mifeng-home-reference"] .home-hero-visual:before {
    background: linear-gradient(90deg, #F2F9FB 0%, #F2F9FB 39.5%, rgba(242, 249, 251, .72) 48%, rgba(242, 249, 251, 0) 63%);
}

body[data-design="mifeng-home-reference"] .home-hero-visual img {
    right: 0;
    width: 61.8%;
    object-fit: cover;
    object-position: right top;
}

body[data-design="mifeng-home-reference"] .home-products {
    padding: 96px 0 118px;
    background: #F1F1F1;
}

body[data-design="mifeng-home-reference"] .home-products .wrap {
    width: min(1536px, calc(100% - 42px));
}

body[data-design="mifeng-home-reference"] .home-products .section-head {
    min-height: 60px;
    margin-bottom: 42px;
    border-bottom: 0;
}

body[data-design="mifeng-home-reference"] .home-products .section-head h2 {
    color: var(--accent, #DD6B00);
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
    text-transform: none;
}

body[data-design="mifeng-home-reference"] .home-products .section-head a {
    color: #333333;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: none;
}

body[data-design="mifeng-home-reference"] .product-grid {
    grid-template-columns: repeat(2, 743px);
    justify-content: space-between;
    gap: 50px;
}

body[data-design="mifeng-home-reference"] .product-tile,
body[data-design="mifeng-home-reference"] .product-tile a {
    display: block;
    width: 743px;
    height: 501px;
    aspect-ratio: auto;
    border-radius: 20px;
}

body[data-design="mifeng-home-reference"] .product-tile {
    background: #FFFFFF;
}

body[data-design="mifeng-home-reference"] .product-tile img {
    position: absolute;
    inset: 0;
    width: 743px;
    height: 501px;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: normal;
}

body[data-design="mifeng-home-reference"] .product-tile a:after {
    height: 134px;
    background: linear-gradient(180deg, rgba(241, 241, 241, 0) 0%, rgba(241, 241, 241, .9) 34%, #F1F1F1 100%);
}

body[data-design="mifeng-home-reference"] .product-tile h3 {
    left: 58px;
    right: 58px;
    bottom: 68px;
    color: #333333;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 700;
}

body[data-design="mifeng-home-reference"] .product-tile p {
    left: 58px;
    right: 58px;
    bottom: 38px;
    color: #333333;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 300;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

body[data-design="mifeng-home-reference"] .case-section,
body[data-design="mifeng-home-reference"] .home-case-carousel,
body[data-design="mifeng-home-reference"] .case-row {
    overflow-anchor: none;
}

@media (min-width: 901px) and (max-width: 1560px) {
    body[data-design="mifeng-home-reference"] .home-hero-copy {
        left: 10vw;
    }

    body[data-design="mifeng-home-reference"] .product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body[data-design="mifeng-home-reference"] .product-tile,
    body[data-design="mifeng-home-reference"] .product-tile a {
        width: 100%;
        height: auto;
        aspect-ratio: 743 / 501;
    }

    body[data-design="mifeng-home-reference"] .product-tile img {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
    }
}

/* home-products-caltiane-final-reference-pass.css */
body[data-design="mifeng-home-reference"] .home-products {
    padding: 96px 0 94px;
    background: #FFFFFF;
}

body[data-design="mifeng-home-reference"] .home-products .section-head {
    margin-bottom: 46px;
    border-bottom: 2px solid #DD6B00;
}

body[data-design="mifeng-home-reference"] .home-products .section-head h2 {
    color: #333333;
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

body[data-design="mifeng-home-reference"] .home-products .section-head a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 129px;
    min-height: 16px;
    color: #333333;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

body[data-design="mifeng-home-reference"] .home-products .section-head a::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #DD6B00;
}

body[data-design="mifeng-home-reference"] .product-grid {
    grid-template-columns: repeat(2, minmax(0, 743px));
    gap: 52px 55px;
    justify-content: space-between;
}

body[data-design="mifeng-home-reference"] .product-tile,
body[data-design="mifeng-home-reference"] .product-tile a {
    width: 100%;
    height: auto;
    aspect-ratio: 743 / 501;
}

body[data-design="mifeng-home-reference"] .product-tile {
    background: #F3F4F5;
}

body[data-design="mifeng-home-reference"] .product-tile img {
    width: 100%;
    height: 100%;
}

body[data-design="mifeng-home-reference"] .product-tile a:after {
    height: 124px;
    background: linear-gradient(180deg, rgba(243, 244, 245, 0) 0%, rgba(229, 231, 234, .82) 42%, #D9DDE1 100%);
}

body[data-design="mifeng-home-reference"] .product-tile h3 {
    left: 40px;
    right: 40px;
    bottom: 71px;
    color: #333333;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 700;
}

body[data-design="mifeng-home-reference"] .product-tile p {
    left: 42px;
    right: 42px;
    bottom: 47px;
    color: #666666;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body[data-design="mifeng-home-reference"] .case-section {
    padding-top: 92px;
    padding-bottom: 92px;
    background: #FFFFFF;
    overflow: hidden;
}

body[data-design="mifeng-home-reference"] .case-section > .wrap {
    --miwind-home-case-side: clamp(21px, 10vw, 192px);
    width: min(1920px, 100%);
    max-width: none;
    margin: 0 auto;
    padding-left: var(--miwind-home-case-side);
    padding-right: 0;
    overflow: visible;
}

body[data-design="mifeng-home-reference"] .case-intro {
    display: grid;
    grid-template-columns: 250px minmax(0, 760px);
    gap: 30px;
    align-items: start;
    width: min(1536px, calc(100vw - (var(--miwind-home-case-side) + 21px)));
    margin: 0 0 91px;
}

body[data-design="mifeng-home-reference"] .case-intro h2 {
    margin: 0;
    color: #333333;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0;
}

body[data-design="mifeng-home-reference"] .case-intro p {
    max-width: 760px;
    margin: 0;
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    text-align: left;
}

body[data-design="mifeng-home-reference"] .home-case-carousel {
    width: calc(100vw - var(--miwind-home-case-side));
    max-width: none;
    overflow: visible;
}

body[data-design="mifeng-home-reference"] .case-row {
    --miwind-home-case-card-width: clamp(300px, 23.9583vw, 460px);
    --miwind-home-case-peek-width: clamp(108px, 8.6458vw, 166px);
    --miwind-home-case-card-height: clamp(209px, 16.6667vw, 320px);
    --miwind-home-case-gap: clamp(24px, 3.2292vw, 62px);
    display: flex;
    gap: var(--miwind-home-case-gap);
    width: calc((var(--miwind-home-case-card-width) * 3) + var(--miwind-home-case-peek-width) + (var(--miwind-home-case-gap) * 3));
    max-width: none;
    padding-right: var(--miwind-home-case-side);
    overflow: visible;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    scrollbar-width: none;
}

body[data-design="mifeng-home-reference"] .case-card {
    flex: 0 0 var(--miwind-home-case-card-width);
    width: var(--miwind-home-case-card-width);
    min-width: 0;
    overflow: hidden;
    scroll-snap-align: start;
}

body[data-design="mifeng-home-reference"] .case-card:nth-child(4n) {
    flex-basis: var(--miwind-home-case-peek-width);
    width: var(--miwind-home-case-peek-width);
}

body[data-design="mifeng-home-reference"] .case-card img {
    display: block;
    width: var(--miwind-home-case-card-width);
    max-width: none;
    height: var(--miwind-home-case-card-height);
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

body[data-design="mifeng-home-reference"] .case-card:nth-child(4n) img {
    width: var(--miwind-home-case-peek-width);
}

body[data-design="mifeng-home-reference"] .case-card h3 {
    margin: 18px 0 6px;
    color: #333333;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
}

body[data-design="mifeng-home-reference"] .case-card h3 a {
    color: inherit;
}

body[data-design="mifeng-home-reference"] .case-card p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
}

body[data-design="mifeng-home-reference"] .case-controls {
    display: grid;
    grid-template-columns: 42px 42px minmax(0, 1fr);
    gap: 28px;
    align-items: center;
    width: min(928px, calc(100vw - (var(--miwind-home-case-side) * 2)));
    margin: 58px var(--miwind-home-case-side) 0 auto;
    color: #DD6B00;
}

body[data-design="mifeng-home-reference"] .case-controls:after {
    content: "";
    height: 2px;
    background: linear-gradient(90deg, #DD6B00 0 46%, #D8D8D8 46%);
}

body[data-design="mifeng-home-reference"] .case-controls button {
    width: 42px;
    height: 42px;
    border: 0;
    padding: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

@media (min-width: 1561px) {
    body[data-design="mifeng-home-reference"] .case-row {
        width: 1730px;
    }
}

@media (max-width: 900px) {
    body[data-design="mifeng-home-reference"] .home-products {
        padding: 58px 0 62px;
    }

    body[data-design="mifeng-home-reference"] .home-products .section-head {
        margin-bottom: 28px;
    }

    body[data-design="mifeng-home-reference"] .home-products .section-head h2,
    body[data-design="mifeng-home-reference"] .case-intro h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    body[data-design="mifeng-home-reference"] .product-tile h3 {
        left: 24px;
        right: 24px;
        bottom: 54px;
        font-size: clamp(16px, 5vw, 22px);
    }

    body[data-design="mifeng-home-reference"] .product-tile p {
        left: 24px;
        right: 24px;
        bottom: 28px;
        font-size: clamp(12px, 3.4vw, 15px);
    }

    body[data-design="mifeng-home-reference"] .case-section {
        padding-top: 58px;
        padding-bottom: 62px;
    }

    body[data-design="mifeng-home-reference"] .case-intro {
        grid-template-columns: 1fr;
        gap: 16px;
        width: calc(100vw - 42px);
        margin-bottom: 34px;
    }

    body[data-design="mifeng-home-reference"] .home-case-carousel {
        width: calc(100vw - 21px);
    }

    body[data-design="mifeng-home-reference"] .case-row {
        --miwind-home-case-card-width: min(76vw, 460px);
        --miwind-home-case-peek-width: min(30vw, 166px);
        --miwind-home-case-card-height: calc(var(--miwind-home-case-card-width) * .6957);
        --miwind-home-case-gap: 18px;
        width: calc((var(--miwind-home-case-card-width) * 3) + var(--miwind-home-case-peek-width) + (var(--miwind-home-case-gap) * 3));
    }

    body[data-design="mifeng-home-reference"] .case-controls {
        width: calc(100vw - 42px);
        margin: 34px 21px 0 0;
    }
}

/* home-buyers-final-fidelity-pass.css */
body[data-design="mifeng-home-reference"] .buyers {
    min-height: 994px;
    padding: 170px 0 0;
    background: #E5E5E5;
    overflow: hidden;
}

body[data-design="mifeng-home-reference"] .buyers-heading {
    display: grid;
    grid-template-columns: minmax(0, 592px) minmax(0, 596px);
    gap: 168px;
    align-items: start;
}

body[data-design="mifeng-home-reference"] .buyers-heading h2 {
    max-width: 592px;
    margin: 0;
    color: #333333;
    font-size: 36px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}

body[data-design="mifeng-home-reference"] .buyers-heading h2 span {
    color: var(--accent, #DD6B00);
}

body[data-design="mifeng-home-reference"] .buyer-copy {
    display: grid;
    gap: 14px;
    max-width: 596px;
    margin: 0;
    padding-top: 10px;
    color: #333333;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 300;
    letter-spacing: 0;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

body[data-design="mifeng-home-reference"] .buyer-copy span {
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

body[data-design="mifeng-home-reference"] .buyer-copy i {
    display: inline-grid;
    place-items: center;
    width: 16px;
    height: 16px;
    margin: 0;
    color: var(--accent, #DD6B00);
}

body[data-design="mifeng-home-reference"] .buyer-copy svg {
    width: 16px;
    height: 16px;
    stroke-width: 4;
}

body[data-design="mifeng-home-reference"] .buyers-panel {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    width: min(1536px, calc(100% - 42px));
    min-height: 600px;
    margin: 92px auto 0;
    border-radius: 30px;
    background: var(--miwind-buyers-panel) left center / cover no-repeat;
    overflow: hidden;
}

body[data-design="mifeng-home-reference"] .buyer-panel-photo {
    min-height: 600px;
}

body[data-design="mifeng-home-reference"] .buyer-chips {
    position: absolute;
    top: 82px;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: repeat(3, 238px);
    grid-auto-rows: 238px;
    gap: 28px;
    align-content: start;
    justify-content: end;
    width: 767px;
    padding: 0;
}

body[data-design="mifeng-home-reference"] .buyer-chip {
    display: grid;
    grid-template-rows: 80px auto;
    place-items: center;
    min-height: 238px;
    padding: 58px 18px 38px;
    border: 1px solid rgba(255, 255, 255, .95);
    border-radius: 28px;
    background: rgba(229, 229, 229, .34);
    color: #666666;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0;
    backdrop-filter: blur(1px);
}

body[data-design="mifeng-home-reference"] .buyer-chip strong {
    display: grid;
    place-items: center;
    width: 60px;
    height: 60px;
    margin: 0 0 18px;
    border-radius: 50%;
    background: var(--accent, #DD6B00);
    color: #ffffff;
}

body[data-design="mifeng-home-reference"] .buyer-chip svg {
    width: 38px;
    height: 38px;
    stroke-width: 1.8;
}

body[data-design="mifeng-home-reference"] .buyer-chip span {
    display: block;
    max-width: 190px;
}

@media (max-width: 1200px) {
    body[data-design="mifeng-home-reference"] .buyers {
        min-height: 0;
        padding: 96px 0 0;
    }

    body[data-design="mifeng-home-reference"] .buyers-heading {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body[data-design="mifeng-home-reference"] .buyers-panel {
        min-height: auto;
        aspect-ratio: 1536 / 600;
        margin-top: 54px;
    }

    body[data-design="mifeng-home-reference"] .buyer-panel-photo {
        min-height: 0;
    }

    body[data-design="mifeng-home-reference"] .buyer-chips {
        top: 13.6667%;
        right: 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-auto-rows: minmax(118px, 1fr);
        gap: 3.6%;
        width: 50%;
    }

    body[data-design="mifeng-home-reference"] .buyer-chip {
        min-height: 0;
        padding: 18px 10px 14px;
        border-radius: 18px;
        font-size: 12px;
    }

    body[data-design="mifeng-home-reference"] .buyer-chip strong {
        width: 44px;
        height: 44px;
        margin-bottom: 10px;
    }

    body[data-design="mifeng-home-reference"] .buyer-chip svg {
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 700px) {
    body[data-design="mifeng-home-reference"] .buyers {
        padding-top: 68px;
    }

    body[data-design="mifeng-home-reference"] .buyers-heading h2 {
        font-size: 28px;
        line-height: 38px;
    }

    body[data-design="mifeng-home-reference"] .buyer-copy {
        gap: 10px;
        font-size: 13px;
    }

    body[data-design="mifeng-home-reference"] .buyer-copy span {
        gap: 10px;
    }

    body[data-design="mifeng-home-reference"] .buyers-panel {
        aspect-ratio: auto;
        min-height: 620px;
        margin-top: 36px;
        background-size: auto 100%;
        background-position: 28% center;
    }

    body[data-design="mifeng-home-reference"] .buyer-chips {
        left: 18px;
        right: 18px;
        top: auto;
        bottom: 22px;
        width: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 132px;
        gap: 14px;
    }

    body[data-design="mifeng-home-reference"] .buyer-chip {
        padding: 18px 8px 14px;
        background: rgba(229, 229, 229, .72);
        font-size: 12px;
    }
}

/* home-global-case-slider-final-pass.css */
body[data-design="mifeng-home-reference"] .global {
    position: relative;
    min-height: 1120px;
    margin-top: 0;
    padding: 0 0 96px;
    background: linear-gradient(180deg, #111111 0 74%, #E5E5E5 74% 100%);
    color: #FFFFFF;
    overflow: visible;
}

body[data-design="mifeng-home-reference"] .global-grid {
    position: relative;
    z-index: 1;
    width: min(1536px, calc(100% - 42px));
    display: grid;
    grid-template-columns: minmax(0, 596px) minmax(0, 767px);
    gap: 173px;
    align-items: center;
    padding-top: 142px;
}

body[data-design="mifeng-home-reference"] .global-case-slider {
    position: relative;
    z-index: 2;
    left: 50%;
    width: 100vw;
    min-height: 677px;
    margin: 90px 0 0;
    margin-left: -50vw;
    transform: none;
}

body[data-design="mifeng-home-reference"] .global-case-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 677px;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s ease;
}

body[data-design="mifeng-home-reference"] .global-case-slide.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

body[data-design="mifeng-home-reference"] .global-case-visual {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 677px;
    border-radius: 0;
    background: #d8d8d8 var(--global-case-image) center / cover no-repeat;
    overflow: hidden;
}

body[data-design="mifeng-home-reference"] .global-case img {
    display: none;
}

body[data-design="mifeng-home-reference"] .global-case-slide .case-note {
    position: absolute;
    right: max(91px, calc((100vw - 1536px) / 2 + 91px));
    top: 158px;
    display: grid;
    grid-template-rows: auto auto minmax(120px, 1fr);
    width: 420px;
    min-width: 0;
    min-height: 374px;
    margin: 0;
    padding: 46px 48px 100px;
    border-radius: 24px 24px 0 0;
    background: #FFFFFF;
    color: #30343b;
    box-shadow: 0 24px 52px rgba(0, 0, 0, .16);
    overflow: hidden;
    z-index: 2;
}

body[data-design="mifeng-home-reference"] .global-case-slide .case-note small {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #888888;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 300;
    text-align: left;
}

body[data-design="mifeng-home-reference"] .global-case-slide .case-note small i {
    width: 6px;
    height: 6px;
    margin: 0;
    border-radius: 50%;
    background: #DD6B00;
}

body[data-design="mifeng-home-reference"] .global-case-slide .case-note h3 {
    margin: 12px 0 30px;
    color: #30343b;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

body[data-design="mifeng-home-reference"] .global-case-slide .case-note p {
    max-width: 300px;
    margin: 0;
    color: #6a6f77;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 300;
    text-align: left;
}

body[data-design="mifeng-home-reference"] .global-case-slider > .case-controls-ui {
    position: absolute;
    right: max(91px, calc((100vw - 1536px) / 2 + 91px));
    top: 532px;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 32px;
    width: 420px;
    min-width: 0;
    min-height: 90px;
    padding: 0 48px;
    border-radius: 0 0 24px 24px;
    background: #F1F1F1;
    color: #777777;
}

body[data-design="mifeng-home-reference"] .global-case-slider > .case-controls-ui button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
}

body[data-design="mifeng-home-reference"] .global-case-slider > .case-controls-ui button:first-child {
    justify-self: end;
}

body[data-design="mifeng-home-reference"] .global-case-slider > .case-controls-ui button:last-child {
    justify-self: start;
    color: #DD6B00;
}

body[data-design="mifeng-home-reference"] .global-case-slider > .case-controls-ui b {
    color: #777777;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    white-space: nowrap;
}

@media (max-width: 1280px) {
    body[data-design="mifeng-home-reference"] .global {
        min-height: 980px;
    }

    body[data-design="mifeng-home-reference"] .global-grid {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
        gap: 56px;
        padding-top: 110px;
    }

    body[data-design="mifeng-home-reference"] .global-map {
        width: 520px;
        height: auto;
    }

    body[data-design="mifeng-home-reference"] .global-case-slider,
    body[data-design="mifeng-home-reference"] .global-case-slide {
        min-height: 600px;
    }

    body[data-design="mifeng-home-reference"] .global-case-visual {
        left: 0;
        top: 0;
        width: 100%;
        height: 600px;
    }

    body[data-design="mifeng-home-reference"] .global-case-slide .case-note {
        right: 54px;
        left: auto;
        top: 138px;
        width: 390px;
        min-width: 0;
        min-height: 330px;
        padding: 40px 42px 92px;
    }

    body[data-design="mifeng-home-reference"] .global-case-slider > .case-controls-ui {
        right: 54px;
        left: auto;
        top: 468px;
        width: 390px;
        min-width: 0;
        padding: 0 42px;
    }
}

@media (max-width: 900px) {
    body[data-design="mifeng-home-reference"] .global {
        min-height: auto;
        padding: 54px 0 72px;
        background: #111111;
    }

    body[data-design="mifeng-home-reference"] .global-grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-top: 0;
    }

    body[data-design="mifeng-home-reference"] .global-map {
        width: 100%;
        height: auto;
    }

    body[data-design="mifeng-home-reference"] .global-case-slider,
    body[data-design="mifeng-home-reference"] .global-case-slide {
        min-height: auto;
    }

    body[data-design="mifeng-home-reference"] .global-case-slide {
        position: absolute;
        display: grid;
        gap: 0;
        padding: 42px 21px 64px;
    }

    body[data-design="mifeng-home-reference"] .global-case-slide.is-active {
        position: relative;
    }

    body[data-design="mifeng-home-reference"] .global-case-visual,
    body[data-design="mifeng-home-reference"] .global-case-slide .case-note {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        min-width: 0;
    }

    body[data-design="mifeng-home-reference"] .global-case-visual {
        height: auto;
        aspect-ratio: 1535 / 677;
        border-radius: 20px 20px 0 0;
    }

    body[data-design="mifeng-home-reference"] .global-case-slide .case-note {
        min-height: 360px;
        padding: 34px 28px 0;
        border-radius: 0 0 20px 20px;
    }

    body[data-design="mifeng-home-reference"] .global-case-slider > .case-controls-ui {
        left: 21px;
        right: 21px;
        top: auto;
        bottom: 64px;
        width: auto;
        min-width: 0;
        padding: 0 28px;
        border-radius: 0 0 20px 20px;
    }
}

/* home-about-final-fidelity-pass.css */
body[data-design="mifeng-home-reference"] .about-band {
    padding: 0 0 118px;
    background: #E5E5E5;
}

body[data-design="mifeng-home-reference"] .about-grid {
    width: min(1920px, 100%);
    display: grid;
    grid-template-columns: 50vw minmax(0, 1fr);
    gap: 0;
    align-items: start;
    padding-right: 0;
}

body[data-design="mifeng-home-reference"] .about-image {
    width: 100%;
    min-height: 540px;
    background-color: #E5E5E5;
    background-image: var(--miwind-about-factory);
    background-position: left top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

body[data-design="mifeng-home-reference"] .about-copy {
    display: grid;
    align-content: start;
    padding: 104px max(72px, calc((100vw - 1536px) / 2)) 0 61px;
}

body[data-design="mifeng-home-reference"] .about-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    align-items: center;
    gap: 24px;
    margin: 0 0 36px;
}

body[data-design="mifeng-home-reference"] .about-head h2 {
    margin: 0;
    color: #333333;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}

body[data-design="mifeng-home-reference"] .about-head h2 span {
    color: #DD6B00;
}

body[data-design="mifeng-home-reference"] .about-head a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 9px;
    width: auto;
    min-width: max-content;
    min-height: 14px;
    padding: 0;
    border: 0;
    color: #333840;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

body[data-design="mifeng-home-reference"] .about-head a:after {
    content: "";
    flex: 0 0 auto;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #DD6B00;
}

body[data-design="mifeng-home-reference"] .about-grid p {
    width: min(100%, 620px);
    margin: 0;
    color: #333333;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 1.72;
    font-weight: 300;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

body[data-design="mifeng-home-reference"] .stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(82px, 1fr));
    gap: 52px;
    width: min(100%, 688px);
    margin-top: 58px;
}

body[data-design="mifeng-home-reference"] .stats > div {
    display: grid;
    align-content: start;
    gap: 8px;
    min-width: 0;
}

body[data-design="mifeng-home-reference"] .stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border: 0;
    color: #333333;
}

body[data-design="mifeng-home-reference"] .stat-icon svg {
    width: 23px;
    height: 23px;
    stroke-width: 1.8;
}

body[data-design="mifeng-home-reference"] .stats strong {
    display: block;
    color: #DD6B00;
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0;
    white-space: nowrap;
}

body[data-design="mifeng-home-reference"] .stats strong small {
    margin-left: 2px;
    color: #333333;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
}

body[data-design="mifeng-home-reference"] .stats > div > span:last-child {
    color: #333333;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 300;
    text-align: left;
    white-space: normal;
}

@media (max-width: 1380px) {
    body[data-design="mifeng-home-reference"] .about-image {
        min-height: 512px;
    }

    body[data-design="mifeng-home-reference"] .about-copy {
        padding-top: 72px;
        padding-left: 42px;
        padding-right: 42px;
    }

    body[data-design="mifeng-home-reference"] .about-grid p {
        font-size: 13px;
        line-height: 1.66;
    }

    body[data-design="mifeng-home-reference"] .stats {
        gap: 34px;
        margin-top: 44px;
    }

    body[data-design="mifeng-home-reference"] .stats strong {
        font-size: 32px;
    }
}

@media (max-width: 900px) {
    body[data-design="mifeng-home-reference"] .about-grid {
        grid-template-columns: 1fr;
    }

    body[data-design="mifeng-home-reference"] .about-image {
        min-height: 320px;
        background-size: cover;
    }

    body[data-design="mifeng-home-reference"] .about-copy {
        padding: 42px 21px 0;
    }

    body[data-design="mifeng-home-reference"] .about-head {
        grid-template-columns: minmax(0, 1fr) max-content;
        margin-bottom: 24px;
    }

    body[data-design="mifeng-home-reference"] .stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
}

/* home-strength-mosaic-final-pass.css */
body[data-design="mifeng-home-reference"] .strength-grid {
    width: min(1536px, 80vw);
    grid-template-columns: minmax(0, 596fr) minmax(0, 766fr);
    gap: clamp(54px, 9.0625vw, 174px);
    align-items: start;
    justify-content: space-between;
    margin-top: 118px;
}

body[data-design="mifeng-home-reference"] .strength-list {
    display: flex;
    flex-direction: column;
    min-height: min(643px, 33.49vw);
    gap: 0;
    padding-top: 0;
}

body[data-design="mifeng-home-reference"] .strength-list h2 {
    width: 592px;
    max-width: 100%;
    margin: 0 0 clamp(24px, 2.2vw, 42px);
    color: #333333;
    font-family: Montserrat, sans-serif;
    font-size: clamp(24px, 1.875vw, 36px);
    line-height: 1.25;
    font-weight: 700;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

body[data-design="mifeng-home-reference"] .strength-list h2 span {
    color: #DD6B00;
}

body[data-design="mifeng-home-reference"] .strength-list > div {
    margin-bottom: clamp(22px, 2.6vw, 50px);
}

body[data-design="mifeng-home-reference"] .strength-list h3 {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 14px;
    margin: 0 0 8px;
    color: #333333;
    font-family: Montserrat, sans-serif;
    font-size: clamp(11px, .7292vw, 14px);
    line-height: 1.25;
    font-weight: 700;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

body[data-design="mifeng-home-reference"] .strength-list h3 i {
    position: relative;
    display: inline-flex;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    color: #DD6B00;
}

body[data-design="mifeng-home-reference"] .strength-list h3 i svg {
    display: none;
}

body[data-design="mifeng-home-reference"] .strength-list h3 i:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}

body[data-design="mifeng-home-reference"] .strength-list p {
    width: 596px;
    max-width: 100%;
    margin: 0 0 0 22px;
    color: #666666;
    font-family: Montserrat, sans-serif;
    font-size: clamp(11px, .7292vw, 14px);
    line-height: 1.68;
    font-weight: 300;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

body[data-design="mifeng-home-reference"] .strength-list > a {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: max-content;
    min-height: 10px;
    margin-top: auto;
    padding: 0 0 10px;
    border-bottom: 3px solid #DD6B00;
    color: #333333;
    font-family: Montserrat, sans-serif;
    font-size: clamp(9px, .7292vw, 14px);
    line-height: 10px;
    font-weight: 700;
    text-align: center;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
    word-break: keep-all;
    overflow-wrap: normal;
}

body[data-design="mifeng-home-reference"] .strength-list > a:after {
    flex: 0 0 auto;
    margin-left: 12px;
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 7px;
    border-left-color: #DD6B00;
}

body[data-design="mifeng-home-reference"] .strength-mosaic {
    position: relative;
    display: block;
    width: 766px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 766 / 643;
}

body[data-design="mifeng-home-reference"] .strength-photo,
body[data-design="mifeng-home-reference"] .strength-output {
    position: absolute;
    min-height: 0;
    border-radius: clamp(20px, 1.875vw, 36px);
    overflow: hidden;
}

body[data-design="mifeng-home-reference"] .strength-photo {
    background-color: #d7d7d7;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body[data-design="mifeng-home-reference"] .strength-photo--motor {
    left: 0;
    top: 0;
    width: 49.2167%;
    height: 39.347%;
}

body[data-design="mifeng-home-reference"] .strength-output {
    left: 0;
    top: 41.2131%;
    width: 49.2167%;
    height: 58.7869%;
    padding: clamp(18px, 1.7708vw, 34px) clamp(20px, 1.9792vw, 38px) clamp(22px, 2.2917vw, 44px);
    background: linear-gradient(rgba(221, 107, 0, .9), rgba(221, 107, 0, .9)), var(--miwind-strength-output) center / cover no-repeat;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

body[data-design="mifeng-home-reference"] .strength-photo--testing {
    right: 0;
    top: 0;
    width: 49.2167%;
    height: 58.6314%;
}

body[data-design="mifeng-home-reference"] .strength-photo--sparks {
    right: 0;
    top: 60.4977%;
    width: 49.2167%;
    height: 39.347%;
}

body[data-design="mifeng-home-reference"] .strength-output span:first-child {
    position: absolute;
    left: clamp(20px, 1.9792vw, 38px);
    top: clamp(18px, 1.7708vw, 34px);
    color: #FFFFFF;
    font-size: clamp(11px, .9375vw, 18px);
    line-height: 1;
    font-weight: 700;
}

body[data-design="mifeng-home-reference"] .strength-output strong {
    margin: 0 0 12px;
    color: #FFFFFF;
    font-size: clamp(36px, 3.0208vw, 58px);
    line-height: 1;
    font-weight: 700;
}

body[data-design="mifeng-home-reference"] .strength-output span:last-child {
    color: #FFFFFF;
    font-size: clamp(11px, .9375vw, 18px);
    line-height: 1.35;
    font-weight: 300;
}

@media (max-width: 760px) {
    body[data-design="mifeng-home-reference"] .strength-grid {
        grid-template-columns: 1fr;
        gap: 42px;
        width: min(var(--miwind-wrap), calc(100% - 42px));
    }

    body[data-design="mifeng-home-reference"] .strength-list {
        min-height: 0;
    }

    body[data-design="mifeng-home-reference"] .strength-list > a {
        align-self: flex-start;
        margin-top: 10px;
    }

    body[data-design="mifeng-home-reference"] .strength-mosaic {
        width: min(766px, 100%);
    }
}

@media (max-width: 700px) {
    body[data-design="mifeng-home-reference"] .strength-list h2 {
        font-size: 28px;
        line-height: 38px;
    }

    body[data-design="mifeng-home-reference"] .strength-output {
        padding: 18px 20px 22px;
        border-radius: 20px;
    }

    body[data-design="mifeng-home-reference"] .strength-photo {
        border-radius: 20px;
    }

    body[data-design="mifeng-home-reference"] .strength-output span:first-child {
        left: 20px;
        top: 18px;
        font-size: 13px;
    }

    body[data-design="mifeng-home-reference"] .strength-output strong {
        margin-bottom: 8px;
        font-size: clamp(28px, 10vw, 44px);
    }

    body[data-design="mifeng-home-reference"] .strength-output span:last-child {
        font-size: 12px;
    }
}

@media (max-width: 900px) {
    body[data-design="mifeng-home-reference"] .home-hero,
    body[data-design="mifeng-home-reference"] .home-hero-shell {
        height: auto;
        min-height: 0;
    }

    body[data-design="mifeng-home-reference"] .home-hero-copy {
        left: auto;
        top: auto;
        width: auto;
    }

    body[data-design="mifeng-home-reference"] .home-hero-visual,
    body[data-design="mifeng-home-reference"] .home-hero-visual img {
        height: 320px;
        min-height: 320px;
    }

    body[data-design="mifeng-home-reference"] .home-hero-visual img {
        width: 100%;
    }

    body[data-design="mifeng-home-reference"] .product-grid {
        grid-template-columns: 1fr;
    }

    body[data-design="mifeng-home-reference"] .product-tile,
    body[data-design="mifeng-home-reference"] .product-tile a {
        width: 100%;
        height: auto;
        aspect-ratio: 743 / 501;
    }

    body[data-design="mifeng-home-reference"] .product-tile img {
        width: 100%;
        height: 100%;
        aspect-ratio: auto;
    }
}

/* home-about-strength-actual-eof-effective-pass.css */
@media (min-width: 901px) {
    body[data-design="mifeng-home-reference"] .about-grid {
        grid-template-columns: 50vw minmax(0, 1fr);
        gap: 0;
        padding-right: 0;
    }

    body[data-design="mifeng-home-reference"] .about-image {
        min-height: 559px;
        background-size: 959px 559px;
        background-position: left top;
    }

    body[data-design="mifeng-home-reference"] .about-copy {
        padding: 95px max(192px, calc((100vw - 1536px) / 2)) 0 0;
    }

    body[data-design="mifeng-home-reference"] .about-head h2 {
        font-size: 36px;
        line-height: 43px;
        text-transform: uppercase;
    }

    body[data-design="mifeng-home-reference"] .about-grid p {
        width: min(100%, 768px);
        font-size: 18px;
        line-height: 1.65;
    }

    body[data-design="mifeng-home-reference"] .stats {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 46px;
        width: min(100%, 768px);
        margin-top: 70px;
    }

    body[data-design="mifeng-home-reference"] .stats strong {
        font-size: 48px;
        font-weight: 700;
    }

    body[data-design="mifeng-home-reference"] .stats strong small,
    body[data-design="mifeng-home-reference"] .stats > div > span:last-child {
        font-size: 18px;
    }

    body[data-design="mifeng-home-reference"] .strength-grid {
        width: min(1536px, 80vw);
        grid-template-columns: minmax(0, 596fr) minmax(0, 766fr);
        gap: clamp(54px, 9.0625vw, 174px);
        margin-top: 118px;
    }

    body[data-design="mifeng-home-reference"] .strength-list {
        min-height: min(653px, 34.0104vw);
    }

    body[data-design="mifeng-home-reference"] .strength-list h2 {
        margin-bottom: 40px;
        font-size: 36px;
        line-height: 43px;
    }

    body[data-design="mifeng-home-reference"] .strength-list h3 {
        margin-bottom: 14px;
        font-size: 18px;
    }

    body[data-design="mifeng-home-reference"] .strength-list p {
        margin-left: 24px;
        font-size: 16px;
        line-height: 1.68;
    }

    body[data-design="mifeng-home-reference"] .strength-mosaic {
        width: 766px;
        aspect-ratio: 766 / 653;
    }

    body[data-design="mifeng-home-reference"] .strength-photo--motor {
        width: 49.2167%;
        height: 38.7443%;
    }

    body[data-design="mifeng-home-reference"] .strength-output {
        top: 42.1133%;
        width: 49.2167%;
        height: 57.8867%;
        padding: 34px 38px 44px;
        border-radius: 36px;
    }

    body[data-design="mifeng-home-reference"] .strength-photo--testing {
        width: 49.2167%;
        height: 57.7335%;
    }

    body[data-design="mifeng-home-reference"] .strength-photo--sparks {
        top: 61.1034%;
        width: 49.2167%;
        height: 38.7443%;
    }

    body[data-design="mifeng-home-reference"] .strength-output span:first-child {
        left: 38px;
        top: 34px;
        font-size: 18px;
    }

    body[data-design="mifeng-home-reference"] .strength-output strong {
        font-size: 58px;
    }

    body[data-design="mifeng-home-reference"] .strength-output span:last-child {
        font-size: 18px;
    }
}

@media (min-width: 901px) and (max-width: 1560px) {
    body[data-design="mifeng-home-reference"] .about-copy {
        padding-top: 72px;
        padding-right: 42px;
        padding-left: 42px;
    }

    body[data-design="mifeng-home-reference"] .about-grid p {
        font-size: 15px;
    }

    body[data-design="mifeng-home-reference"] .stats {
        gap: 28px;
        margin-top: 44px;
    }

    body[data-design="mifeng-home-reference"] .stats strong {
        font-size: 36px;
    }

    body[data-design="mifeng-home-reference"] .stats strong small,
    body[data-design="mifeng-home-reference"] .stats > div > span:last-child {
        font-size: 14px;
    }

    body[data-design="mifeng-home-reference"] .strength-list h2 {
        font-size: clamp(28px, 2.3077vw, 36px);
    }

    body[data-design="mifeng-home-reference"] .strength-list h3 {
        font-size: clamp(14px, 1.1538vw, 18px);
    }

    body[data-design="mifeng-home-reference"] .strength-list p {
        font-size: clamp(13px, 1.0256vw, 16px);
    }
}

/* home-global-case-actual-eof-alignment-pass.css */
@media (min-width: 901px) {
    body[data-design="mifeng-home-reference"] .global-case-slider {
        position: relative;
        display: block;
        grid-template-columns: none;
        align-items: initial;
        left: 50%;
        width: 100vw;
        min-height: 677px;
        margin: 90px 0 0;
        margin-left: -50vw;
        transform: none;
    }

    body[data-design="mifeng-home-reference"] .global-case-slide {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        min-height: 677px;
        opacity: 0;
        pointer-events: none;
    }

    body[data-design="mifeng-home-reference"] .global-case-slide.is-active {
        position: relative;
        opacity: 1;
        pointer-events: auto;
    }

    body[data-design="mifeng-home-reference"] .global-case-visual {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 677px;
        border-radius: 0;
        background-size: cover;
        background-position: center;
    }

    body[data-design="mifeng-home-reference"] .global-case-slide .case-note {
        right: max(91px, calc((100vw - 1536px) / 2 + 91px));
        top: 158px;
        width: 420px;
        min-height: 374px;
        padding: 46px 48px 100px;
        border-radius: 24px 24px 0 0;
    }

    body[data-design="mifeng-home-reference"] .global-case-slider > .case-controls-ui {
        right: max(91px, calc((100vw - 1536px) / 2 + 91px));
        top: 532px;
        width: 420px;
        min-height: 90px;
        margin: 0;
        padding: 0 48px;
        border-radius: 0 0 24px 24px;
    }
}

@media (min-width: 901px) and (max-width: 1280px) {
    body[data-design="mifeng-home-reference"] .global-case-slider,
    body[data-design="mifeng-home-reference"] .global-case-slide {
        min-height: 600px;
    }

    body[data-design="mifeng-home-reference"] .global-case-visual {
        height: 600px;
    }

    body[data-design="mifeng-home-reference"] .global-case-slide .case-note {
        right: 54px;
        top: 138px;
        width: 390px;
        min-height: 330px;
        padding: 40px 42px 92px;
    }

    body[data-design="mifeng-home-reference"] .global-case-slider > .case-controls-ui {
        right: 54px;
        top: 468px;
        width: 390px;
        padding: 0 42px;
    }
}

/* site-header-overlap-eof-alignment-pass.css */
@media (min-width: 901px) {
    .miwind-top {
        position: relative;
        z-index: 40;
        height: 88px;
        padding-top: 8px;
        overflow: visible;
        background: #F1F1F1;
    }

    .miwind-top > .wrap {
        position: relative;
        width: 1536px;
        max-width: calc(100% - 42px);
    }

    .miwind-brand-row {
        height: 20px;
        min-height: 20px;
        margin-bottom: 0;
    }

    .miwind-nav-shell {
        position: relative;
        z-index: 2;
        top: 30px;
        height: 60px;
        border-radius: 8px;
        background: #FFFFFF;
    }
}

/* home-buyers-global-gap-eof-alignment-pass.css */
@media (min-width: 901px) {
    body[data-design="mifeng-home-reference"] .buyers {
        padding-bottom: 112px;
        overflow: visible;
    }
}

@media (min-width: 701px) and (max-width: 1200px) {
    body[data-design="mifeng-home-reference"] .buyers {
        padding-bottom: 82px;
    }
}

@media (max-width: 700px) {
    body[data-design="mifeng-home-reference"] .buyers {
        padding-bottom: 58px;
    }
}

/* page-wide-formal-shell.css */
body[data-design="mifeng-page-wide-reference"] {
    background: #eeeeee;
}

body[data-design="mifeng-page-wide-reference"] .page-wide-hero {
    padding: 96px 0 74px;
    background: #111111;
    color: #ffffff;
}

body[data-design="mifeng-page-wide-reference"] .page-wide-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 610px) minmax(0, 650px);
    gap: 104px;
    align-items: center;
}

body[data-design="mifeng-page-wide-reference"] .page-wide-hero-copy span {
    display: block;
    margin-bottom: 18px;
    color: #dd6b00;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
}

body[data-design="mifeng-page-wide-reference"] .page-wide-hero-copy h1 {
    margin: 0 0 24px;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 800;
}

body[data-design="mifeng-page-wide-reference"] .page-wide-hero-copy p {
    max-width: 596px;
    margin: 0;
    color: #cecece;
    font-size: 16px;
    line-height: 1.8;
}

body[data-design="mifeng-page-wide-reference"] .page-wide-hero-visual {
    margin: 0;
    min-height: 360px;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
}

body[data-design="mifeng-page-wide-reference"] .page-wide-hero-visual img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
}

body[data-design="mifeng-page-wide-reference"] .page-builder-sections,
body[data-design="mifeng-page-wide-reference"] .page-builder-section {
    background: #eeeeee;
}

body[data-design="mifeng-page-wide-reference"] .page-builder-section {
    padding: 78px 0;
}

body[data-design="mifeng-page-wide-reference"] .page-builder-section:nth-child(2n) {
    background: #f6f6f6;
}

body[data-design="mifeng-page-wide-reference"] .page-builder-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

body[data-design="mifeng-page-wide-reference"] .page-builder-card,
body[data-design="mifeng-page-wide-reference"] .page-builder-faq-item {
    border: 0;
    border-radius: 8px;
    box-shadow: none;
}

body[data-design="mifeng-page-wide-reference"] .page-builder-card {
    min-height: 236px;
    padding: 32px;
}

body[data-design="mifeng-page-wide-reference"] .page-builder-card img {
    height: 198px;
    border-radius: 8px;
}

body[data-design="mifeng-page-wide-reference"] .page-builder-card h3 {
    font-size: 20px;
    line-height: 1.25;
}

body[data-design="mifeng-page-wide-reference"] .page-builder-card p,
body[data-design="mifeng-page-wide-reference"] .page-builder-text p,
body[data-design="mifeng-page-wide-reference"] .page-builder-faq-item p {
    color: #666666;
    font-size: 15px;
    line-height: 1.78;
}

body[data-design="mifeng-page-wide-reference"] .page-builder-section--cta .page-builder-text {
    grid-template-columns: minmax(0, 1fr);
    max-width: 980px;
    margin: 0 auto;
    padding: 48px 56px;
    border-radius: 8px;
    background: #ffffff;
    text-align: center;
}

@media (max-width: 900px) {
    body[data-design="mifeng-page-wide-reference"] .page-wide-hero {
        padding: 72px 0 46px;
    }

    body[data-design="mifeng-page-wide-reference"] .page-wide-hero-grid,
    body[data-design="mifeng-page-wide-reference"] .page-builder-card-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    body[data-design="mifeng-page-wide-reference"] .page-wide-hero-copy h1 {
        font-size: 36px;
    }

    body[data-design="mifeng-page-wide-reference"] .page-wide-hero-visual,
    body[data-design="mifeng-page-wide-reference"] .page-wide-hero-visual img {
        min-height: 260px;
    }

    body[data-design="mifeng-page-wide-reference"] .page-builder-section {
        padding: 54px 0;
    }
}

/* case-detail-formal-page.css */
body[data-design="mifeng-case-detail-reference"] .case-detail-main {
    background: #eeeeee;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-hero {
    padding: 104px 0 76px;
    background: #111111;
    color: #ffffff;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(0, 720px);
    gap: 92px;
    align-items: center;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-copy span {
    display: block;
    margin-bottom: 18px;
    color: #dd6b00;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-copy h1 {
    margin: 0 0 24px;
    font-size: 48px;
    line-height: 1.08;
    font-weight: 800;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-copy p {
    max-width: 560px;
    margin: 0;
    color: #cecece;
    font-size: 16px;
    line-height: 1.8;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-visual {
    margin: 0;
    min-height: 432px;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-visual img {
    width: 100%;
    height: 100%;
    min-height: 432px;
    object-fit: cover;
    display: block;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-section {
    padding: 82px 0 64px;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 940px) minmax(300px, 392px);
    gap: 64px;
    align-items: start;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-panel,
body[data-design="mifeng-case-detail-reference"] .case-detail-aside,
body[data-design="mifeng-case-detail-reference"] .case-related-card {
    border-radius: 8px;
    background: #ffffff;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-panel {
    padding: 54px 62px;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-panel section + section {
    margin-top: 42px;
    padding-top: 42px;
    border-top: 1px solid #e5e5e5;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-panel h2,
body[data-design="mifeng-case-detail-reference"] .case-detail-aside h2,
body[data-design="mifeng-case-detail-reference"] .case-related-products h2 {
    margin: 0 0 18px;
    color: #30343b;
    font-size: 30px;
    line-height: 1.18;
    font-weight: 800;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-panel p,
body[data-design="mifeng-case-detail-reference"] .case-detail-aside p,
body[data-design="mifeng-case-detail-reference"] .case-related-card p {
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.8;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-aside {
    position: sticky;
    top: 112px;
    padding: 34px 32px;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-inquiry-button,
body[data-design="mifeng-case-detail-reference"] .case-detail-contact {
    width: 100%;
    min-height: 48px;
    margin-top: 26px;
    border-radius: 6px;
}

body[data-design="mifeng-case-detail-reference"] .case-detail-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dd6b00;
    color: #dd6b00;
    font-size: 14px;
    font-weight: 800;
}

body[data-design="mifeng-case-detail-reference"] .case-related-products {
    padding: 0 0 94px;
}

body[data-design="mifeng-case-detail-reference"] .case-related-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

body[data-design="mifeng-case-detail-reference"] .case-related-card {
    min-height: 360px;
    padding: 30px;
}

body[data-design="mifeng-case-detail-reference"] .case-related-card img {
    width: 100%;
    height: 190px;
    object-fit: contain;
    display: block;
    margin-bottom: 24px;
    border-radius: 8px;
    background: #f3f3f3;
}

body[data-design="mifeng-case-detail-reference"] .case-related-card h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

body[data-design="mifeng-case-detail-reference"] .case-related-card h3 a {
    color: #30343b;
}

@media (max-width: 900px) {
    body[data-design="mifeng-case-detail-reference"] .case-detail-hero {
        padding: 72px 0 48px;
    }

    body[data-design="mifeng-case-detail-reference"] .case-detail-hero-grid,
    body[data-design="mifeng-case-detail-reference"] .case-detail-layout,
    body[data-design="mifeng-case-detail-reference"] .case-related-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    body[data-design="mifeng-case-detail-reference"] .case-detail-copy h1 {
        font-size: 36px;
    }

    body[data-design="mifeng-case-detail-reference"] .case-detail-visual,
    body[data-design="mifeng-case-detail-reference"] .case-detail-visual img {
        min-height: 280px;
    }

    body[data-design="mifeng-case-detail-reference"] .case-detail-panel {
        padding: 34px 24px;
    }

    body[data-design="mifeng-case-detail-reference"] .case-detail-aside {
        position: static;
    }
}

/* solution-index-formal-shell.css */
body[data-design="mifeng-solution-index-reference"] {
    background: #f1f1f1;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-hero {
    min-height: 620px;
    padding: 174px 0 96px;
    background: #e5e5e5 var(--miwind-solution-index-hero) center / cover no-repeat;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-hero .wrap {
    width: min(var(--miwind-wrap), calc(100% - 64px));
}

body[data-design="mifeng-solution-index-reference"] .solution-index-hero span {
    display: block;
    margin-bottom: 16px;
    color: #dd6b00;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-hero h1 {
    margin: 0 0 24px;
    color: #30343b;
    font-size: 48px;
    line-height: 1.15;
    font-weight: 800;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-hero p {
    width: min(596px, 100%);
    margin: 0;
    color: #333333;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 300;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-band {
    padding: 82px 0 112px;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-layout {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    gap: 48px;
    width: min(var(--miwind-wrap), calc(100% - 64px));
}

body[data-design="mifeng-solution-index-reference"] .solution-index-aside {
    position: sticky;
    top: 112px;
    align-self: start;
    display: grid;
    gap: 10px;
    padding: 28px;
    border-radius: 8px;
    background: #ffffff;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-aside span {
    margin-bottom: 8px;
    color: #333333;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    text-align: center;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-aside a {
    display: flex;
    min-height: 42px;
    align-items: center;
    padding: 0 16px;
    border-radius: 6px;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-aside a:hover {
    background: #f1f1f1;
    color: #dd6b00;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-heading {
    display: grid;
    grid-template-columns: minmax(0, 592px) minmax(0, 568px);
    gap: 52px;
    align-items: end;
    margin-bottom: 42px;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-heading h2 {
    margin: 0;
    color: #dd6b00;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-heading p {
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 300;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-card {
    min-height: 520px;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-card > a,
body[data-design="mifeng-solution-index-reference"] .solution-index-card > div {
    display: grid;
    grid-template-rows: 252px 1fr;
    min-height: inherit;
    color: inherit;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-card img {
    display: block;
    width: 100%;
    height: 252px;
    object-fit: cover;
    background: #e5e5e5;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-card div {
    display: grid;
    align-content: start;
    padding: 34px 38px 36px;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-card h3 {
    margin: 0 0 12px;
    color: #30343b;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-card p {
    margin: 0 0 18px;
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-card ul {
    display: grid;
    gap: 8px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    color: #333333;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 300;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-card li {
    position: relative;
    padding-left: 18px;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-card li::before {
    content: "";
    position: absolute;
    top: .52em;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #dd6b00;
}

body[data-design="mifeng-solution-index-reference"] .solution-index-card span {
    align-self: end;
    color: #dd6b00;
    font-size: 14px;
    font-weight: 800;
}

@media (max-width: 1100px) {
    body[data-design="mifeng-solution-index-reference"] .solution-index-layout,
    body[data-design="mifeng-solution-index-reference"] .solution-index-heading,
    body[data-design="mifeng-solution-index-reference"] .solution-index-grid {
        grid-template-columns: 1fr;
    }

    body[data-design="mifeng-solution-index-reference"] .solution-index-aside {
        position: static;
    }
}

@media (max-width: 700px) {
    body[data-design="mifeng-solution-index-reference"] .solution-index-hero {
        min-height: 520px;
        padding: 132px 0 64px;
    }

    body[data-design="mifeng-solution-index-reference"] .solution-index-hero h1 {
        font-size: 38px;
    }

    body[data-design="mifeng-solution-index-reference"] .solution-index-heading h2 {
        font-size: 30px;
    }

    body[data-design="mifeng-solution-index-reference"] .solution-index-card {
        min-height: 0;
    }
}

/* case-index-formal-shell.css */
body[data-design="mifeng-case-index-reference"] {
    background: #eeeeee;
}

body[data-design="mifeng-case-index-reference"] .case-index-hero {
    padding: 150px 0 76px;
    background: #111111;
    color: #ffffff;
}

body[data-design="mifeng-case-index-reference"] .case-index-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 596px) minmax(0, 760px);
    gap: 92px;
    align-items: center;
    width: min(var(--miwind-wrap), calc(100% - 64px));
}

body[data-design="mifeng-case-index-reference"] .case-index-hero-copy span {
    display: block;
    margin-bottom: 18px;
    color: #dd6b00;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
}

body[data-design="mifeng-case-index-reference"] .case-index-hero-copy h1 {
    margin: 0 0 22px;
    color: #dd6b00;
    font-size: 48px;
    line-height: 1.18;
    font-weight: 800;
}

body[data-design="mifeng-case-index-reference"] .case-index-hero-copy p {
    width: min(596px, 100%);
    margin: 0 0 32px;
    color: #cecece;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 300;
}

body[data-design="mifeng-case-index-reference"] .case-index-hero-copy a {
    display: inline-flex;
    min-width: 186px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #dd6b00;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
}

body[data-design="mifeng-case-index-reference"] .case-index-hero-visual {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    background: #222222;
}

body[data-design="mifeng-case-index-reference"] .case-index-hero-visual img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

body[data-design="mifeng-case-index-reference"] .case-index-section {
    padding: 82px 0 116px;
}

body[data-design="mifeng-case-index-reference"] .case-index-section .wrap {
    width: min(var(--miwind-wrap), calc(100% - 64px));
}

body[data-design="mifeng-case-index-reference"] .case-index-heading {
    margin-bottom: 42px;
}

body[data-design="mifeng-case-index-reference"] .case-index-heading h2 {
    margin: 0;
    color: #30343b;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
}

body[data-design="mifeng-case-index-reference"] .case-index-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

body[data-design="mifeng-case-index-reference"] .case-index-card {
    min-height: 462px;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
}

body[data-design="mifeng-case-index-reference"] .case-index-card > a,
body[data-design="mifeng-case-index-reference"] .case-index-card > div {
    display: grid;
    grid-template-rows: 238px minmax(0, 1fr);
    min-height: inherit;
    color: inherit;
}

body[data-design="mifeng-case-index-reference"] .case-index-card img {
    display: block;
    width: 100%;
    height: 238px;
    object-fit: cover;
    background: #e5e5e5;
}

body[data-design="mifeng-case-index-reference"] .case-index-card div {
    display: grid;
    align-content: start;
    padding: 30px 32px 34px;
}

body[data-design="mifeng-case-index-reference"] .case-index-card span {
    display: block;
    margin-bottom: 12px;
    color: #dd6b00;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
}

body[data-design="mifeng-case-index-reference"] .case-index-card h3 {
    margin: 0 0 12px;
    color: #30343b;
    font-size: 22px;
    line-height: 1.24;
    font-weight: 800;
}

body[data-design="mifeng-case-index-reference"] .case-index-card p {
    margin: 0 0 24px;
    color: #666666;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 300;
}

body[data-design="mifeng-case-index-reference"] .case-index-card strong {
    align-self: end;
    color: #dd6b00;
    font-size: 14px;
    font-weight: 800;
}

@media (max-width: 1100px) {
    body[data-design="mifeng-case-index-reference"] .case-index-hero-grid,
    body[data-design="mifeng-case-index-reference"] .case-index-grid {
        grid-template-columns: 1fr;
    }

    body[data-design="mifeng-case-index-reference"] .case-index-hero-visual img {
        height: 360px;
    }
}

@media (max-width: 700px) {
    body[data-design="mifeng-case-index-reference"] .case-index-hero {
        padding: 128px 0 60px;
    }

    body[data-design="mifeng-case-index-reference"] .case-index-hero-copy h1 {
        font-size: 38px;
    }

    body[data-design="mifeng-case-index-reference"] .case-index-heading h2 {
        font-size: 30px;
    }

    body[data-design="mifeng-case-index-reference"] .case-index-card,
    body[data-design="mifeng-case-index-reference"] .case-index-card > a,
    body[data-design="mifeng-case-index-reference"] .case-index-card > div {
        min-height: 0;
    }
}

/* certificate-index-formal-shell.css */
body[data-design="mifeng-certificate-index-reference"] {
    background: #eeeeee;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-hero {
    min-height: 620px;
    padding: 166px 0 92px;
    background: #e5e5e5 var(--miwind-certificate-hero) center / cover no-repeat;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 620px);
    align-items: center;
    width: min(var(--miwind-wrap), calc(100% - 64px));
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-hero-copy {
    padding-top: 54px;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-hero-copy span {
    display: block;
    margin-bottom: 18px;
    color: #dd6b00;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-hero-copy h1 {
    margin: 0 0 22px;
    color: #dd6b00;
    font-size: 48px;
    line-height: 1.18;
    font-weight: 800;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-hero-copy p {
    width: min(596px, 100%);
    margin: 0 0 32px;
    color: #333333;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 300;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-actions a {
    display: inline-flex;
    min-width: 174px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dd6b00;
    border-radius: 6px;
    color: #dd6b00;
    font-size: 14px;
    font-weight: 800;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-actions a:first-child {
    background: #dd6b00;
    color: #ffffff;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-section {
    padding: 84px 0 116px;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-section .wrap {
    width: min(var(--miwind-wrap), calc(100% - 64px));
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-heading {
    margin-bottom: 42px;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-heading h2 {
    margin: 0;
    color: #30343b;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-card {
    min-height: 430px;
    overflow: hidden;
    border-radius: 20px;
    background: #ffffff;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-card img {
    display: block;
    width: 100%;
    height: 238px;
    object-fit: cover;
    object-position: center;
    background: #e5e5e5;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-card div {
    padding: 28px 26px 32px;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-card span {
    display: block;
    margin-bottom: 12px;
    color: #dd6b00;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-card h3 {
    margin: 0 0 12px;
    color: #30343b;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 800;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-card h3 a,
body[data-design="mifeng-certificate-index-reference"] .certificate-index-card-link {
    color: inherit;
}

body[data-design="mifeng-certificate-index-reference"] .certificate-index-card p {
    margin: 0;
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    font-weight: 300;
}

@media (max-width: 1180px) {
    body[data-design="mifeng-certificate-index-reference"] .certificate-index-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    body[data-design="mifeng-certificate-index-reference"] .certificate-index-hero {
        min-height: 520px;
        padding: 128px 0 64px;
    }

    body[data-design="mifeng-certificate-index-reference"] .certificate-index-hero-copy h1 {
        font-size: 38px;
    }

    body[data-design="mifeng-certificate-index-reference"] .certificate-index-heading h2 {
        font-size: 30px;
    }

    body[data-design="mifeng-certificate-index-reference"] .certificate-index-grid {
        grid-template-columns: 1fr;
    }
}

/* faq-index-formal-shell.css */
body[data-design="mifeng-faq-index-reference"] {
    background: #eeeeee;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-hero {
    padding: 152px 0 78px;
    background: #111111;
    color: #ffffff;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 676px) minmax(360px, 440px);
    gap: 112px;
    align-items: end;
    width: min(var(--miwind-wrap), calc(100% - 64px));
}

body[data-design="mifeng-faq-index-reference"] .faq-index-hero-copy span {
    display: block;
    margin-bottom: 18px;
    color: #dd6b00;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-hero-copy h1 {
    margin: 0;
    color: #dd6b00;
    font-size: 48px;
    line-height: 1.18;
    font-weight: 800;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-support {
    display: grid;
    gap: 14px;
    padding: 34px;
    border-radius: 20px;
    background: #ffffff;
    color: #30343b;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-support h2 {
    margin: 0 0 6px;
    color: #30343b;
    font-size: 22px;
    line-height: 1.22;
    font-weight: 800;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-support a {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dd6b00;
    border-radius: 6px;
    color: #dd6b00;
    font-size: 14px;
    font-weight: 800;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-support a:first-of-type {
    background: #dd6b00;
    color: #ffffff;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-section {
    padding: 84px 0 116px;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-layout {
    display: grid;
    grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
    gap: 78px;
    align-items: start;
    width: min(var(--miwind-wrap), calc(100% - 64px));
}

body[data-design="mifeng-faq-index-reference"] .faq-index-heading {
    position: sticky;
    top: 112px;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-heading h2 {
    margin: 0;
    color: #30343b;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
}

body[data-design="mifeng-faq-index-reference"] .faq-search-form {
    margin-top: 28px;
    display: grid;
    gap: 12px;
}

body[data-design="mifeng-faq-index-reference"] .faq-search-label {
    color: #666666;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

body[data-design="mifeng-faq-index-reference"] .faq-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

body[data-design="mifeng-faq-index-reference"] .faq-search-row input {
    min-width: 0;
    height: 50px;
    padding: 0 16px;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    background: #ffffff;
    color: #30343b;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
}

body[data-design="mifeng-faq-index-reference"] .faq-search-row button {
    min-width: 108px;
    height: 50px;
    padding: 0 20px;
    border: 0;
    border-radius: 8px;
    background: #dd6b00;
    color: #ffffff;
    font-size: 14px;
    line-height: 1;
    font-weight: 800;
    cursor: pointer;
}

body[data-design="mifeng-faq-index-reference"] .faq-category-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

body[data-design="mifeng-faq-index-reference"] .faq-category-nav a {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dddddd;
    color: #30343b;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}

body[data-design="mifeng-faq-index-reference"] .faq-category-nav a[aria-current="page"] {
    background: #dd6b00;
    border-color: #dd6b00;
    color: #ffffff;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-list {
    display: grid;
    gap: 18px;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-item {
    padding: 34px 38px;
    border-radius: 16px;
    background: #ffffff;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-item-category {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    margin-bottom: 16px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(221, 107, 0, 0.1);
    color: #dd6b00;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-item h3 {
    margin: 0 0 14px;
    color: #30343b;
    font-size: 22px;
    line-height: 1.28;
    font-weight: 800;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-item h3 a {
    color: inherit;
}

body[data-design="mifeng-faq-index-reference"] .faq-index-item p {
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 300;
}

body[data-design="mifeng-faq-index-reference"] .faq-empty-state {
    padding: 42px 38px;
    border-radius: 16px;
    background: #ffffff;
}

body[data-design="mifeng-faq-index-reference"] .faq-empty-state h3 {
    margin: 0 0 12px;
    color: #30343b;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
}

body[data-design="mifeng-faq-index-reference"] .faq-empty-state p {
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 300;
}

@media (max-width: 1000px) {
    body[data-design="mifeng-faq-index-reference"] .faq-index-hero-grid,
    body[data-design="mifeng-faq-index-reference"] .faq-index-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    body[data-design="mifeng-faq-index-reference"] .faq-index-heading {
        position: static;
    }
}

@media (max-width: 700px) {
    body[data-design="mifeng-faq-index-reference"] .faq-index-hero {
        padding: 128px 0 60px;
    }

    body[data-design="mifeng-faq-index-reference"] .faq-index-hero-copy h1 {
        font-size: 38px;
    }

    body[data-design="mifeng-faq-index-reference"] .faq-index-heading h2 {
        font-size: 30px;
    }

    body[data-design="mifeng-faq-index-reference"] .faq-search-row {
        grid-template-columns: 1fr;
    }

    body[data-design="mifeng-faq-index-reference"] .faq-search-row button {
        width: 100%;
    }

    body[data-design="mifeng-faq-index-reference"] .faq-index-item,
    body[data-design="mifeng-faq-index-reference"] .faq-empty-state {
        padding: 28px 24px;
    }
}

/* certificate-and-faq-detail-formal-shell.css */
body[data-design="mifeng-certificate-detail-reference"],
body[data-design="mifeng-faq-detail-reference"],
body[data-design="mifeng-download-detail-reference"] {
    background: #eeeeee;
    color: #30343b;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-hero,
body[data-design="mifeng-faq-detail-reference"] .faq-detail-hero,
body[data-design="mifeng-download-detail-reference"] .download-detail-hero {
    padding: 156px 0 76px;
    background: #111111;
    color: #ffffff;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-hero-grid,
body[data-design="mifeng-faq-detail-reference"] .faq-detail-hero-grid,
body[data-design="mifeng-download-detail-reference"] .download-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    gap: 72px;
    align-items: end;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-copy span,
body[data-design="mifeng-faq-detail-reference"] .faq-detail-copy span,
body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-panel span,
body[data-design="mifeng-faq-detail-reference"] .faq-detail-answer span,
body[data-design="mifeng-download-detail-reference"] .download-detail-copy span,
body[data-design="mifeng-download-detail-reference"] .download-detail-card span,
body[data-design="mifeng-download-detail-reference"] .download-detail-panel span {
    display: inline-flex;
    margin-bottom: 18px;
    color: #dd6b00;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-copy h1,
body[data-design="mifeng-faq-detail-reference"] .faq-detail-copy h1,
body[data-design="mifeng-download-detail-reference"] .download-detail-copy h1 {
    max-width: 760px;
    margin: 0;
    font-size: 48px;
    line-height: 1.14;
    font-weight: 800;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-copy p,
body[data-design="mifeng-download-detail-reference"] .download-detail-copy p {
    max-width: 520px;
    margin: 20px 0 0;
    color: #cecece;
    font-size: 16px;
    line-height: 1.72;
    font-weight: 300;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-actions,
body[data-design="mifeng-faq-detail-reference"] .faq-detail-support,
body[data-design="mifeng-download-detail-reference"] .download-detail-card {
    display: grid;
    gap: 14px;
    padding: 30px;
    border-radius: 16px;
    background: #ffffff;
    color: #30343b;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-actions a,
body[data-design="mifeng-faq-detail-reference"] .faq-detail-support a,
body[data-design="mifeng-download-detail-reference"] .download-detail-primary {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border: 1px solid #dd6b00;
    border-radius: 6px;
    color: #dd6b00;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-actions a:first-child,
body[data-design="mifeng-faq-detail-reference"] .faq-detail-support a:first-of-type,
body[data-design="mifeng-download-detail-reference"] .download-detail-primary {
    background: #dd6b00;
    color: #ffffff;
}

body[data-design="mifeng-faq-detail-reference"] .faq-detail-support h2 {
    margin: 0 0 4px;
    color: #30343b;
    font-size: 22px;
    line-height: 1.22;
    font-weight: 800;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-section,
body[data-design="mifeng-faq-detail-reference"] .faq-detail-section,
body[data-design="mifeng-download-detail-reference"] .download-detail-section {
    padding: 84px 0 116px;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-layout {
    display: grid;
    grid-template-columns: minmax(320px, 560px) minmax(0, 1fr);
    gap: 54px;
    align-items: stretch;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-preview,
body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-panel,
body[data-design="mifeng-faq-detail-reference"] .faq-detail-answer,
body[data-design="mifeng-download-detail-reference"] .download-detail-panel,
body[data-design="mifeng-download-detail-reference"] .download-detail-links {
    margin: 0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 16px 34px rgba(24, 33, 43, .06);
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-preview {
    display: flex;
    min-height: 460px;
    align-items: center;
    justify-content: center;
    padding: 34px;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-preview img {
    width: 100%;
    max-height: 540px;
    object-fit: contain;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-panel,
body[data-design="mifeng-faq-detail-reference"] .faq-detail-answer,
body[data-design="mifeng-download-detail-reference"] .download-detail-panel,
body[data-design="mifeng-download-detail-reference"] .download-detail-links {
    padding: 46px 50px;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-panel h2,
body[data-design="mifeng-faq-detail-reference"] .faq-detail-answer h2,
body[data-design="mifeng-download-detail-reference"] .download-detail-panel h2,
body[data-design="mifeng-download-detail-reference"] .download-detail-links h2 {
    margin: 0 0 18px;
    color: #30343b;
    font-size: 34px;
    line-height: 1.18;
    font-weight: 800;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-panel p,
body[data-design="mifeng-faq-detail-reference"] .faq-detail-answer p,
body[data-design="mifeng-download-detail-reference"] .download-detail-panel p {
    margin: 0;
    color: #666666;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 300;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-links a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid #dd6b00;
    border-radius: 6px;
    color: #dd6b00;
    font-size: 13px;
    font-weight: 800;
}

body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-links a:first-child {
    background: #dd6b00;
    color: #ffffff;
}

body[data-design="mifeng-faq-detail-reference"] .faq-detail-layout {
    max-width: 980px;
}

body[data-design="mifeng-download-detail-reference"] .download-detail-card dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

body[data-design="mifeng-download-detail-reference"] .download-detail-card dl div {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ececec;
}

body[data-design="mifeng-download-detail-reference"] .download-detail-card dt,
body[data-design="mifeng-download-detail-reference"] .download-detail-card dd {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

body[data-design="mifeng-download-detail-reference"] .download-detail-card dt {
    color: #777777;
    font-weight: 300;
}

body[data-design="mifeng-download-detail-reference"] .download-detail-card dd {
    color: #30343b;
    font-weight: 800;
    text-align: right;
}

body[data-design="mifeng-download-detail-reference"] .download-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
    gap: 42px;
    align-items: start;
}

body[data-design="mifeng-download-detail-reference"] .download-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

body[data-design="mifeng-download-detail-reference"] .download-detail-meta a,
body[data-design="mifeng-download-detail-reference"] .download-detail-meta strong,
body[data-design="mifeng-download-detail-reference"] .download-detail-links a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 6px;
    background: #f1f1f1;
    color: #30343b;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
}

body[data-design="mifeng-download-detail-reference"] .download-detail-meta a,
body[data-design="mifeng-download-detail-reference"] .download-detail-links a:first-of-type {
    background: #dd6b00;
    color: #ffffff;
}

body[data-design="mifeng-download-detail-reference"] .download-detail-links {
    display: grid;
    gap: 14px;
}

@media (max-width: 1000px) {
    body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-hero-grid,
    body[data-design="mifeng-faq-detail-reference"] .faq-detail-hero-grid,
    body[data-design="mifeng-download-detail-reference"] .download-detail-hero-grid,
    body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-layout,
    body[data-design="mifeng-download-detail-reference"] .download-detail-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }
}

@media (max-width: 700px) {
    body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-hero,
    body[data-design="mifeng-faq-detail-reference"] .faq-detail-hero,
    body[data-design="mifeng-download-detail-reference"] .download-detail-hero {
        padding: 128px 0 58px;
    }

    body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-copy h1,
    body[data-design="mifeng-faq-detail-reference"] .faq-detail-copy h1,
    body[data-design="mifeng-download-detail-reference"] .download-detail-copy h1 {
        font-size: 36px;
    }

    body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-panel,
    body[data-design="mifeng-faq-detail-reference"] .faq-detail-answer,
    body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-actions,
    body[data-design="mifeng-faq-detail-reference"] .faq-detail-support,
    body[data-design="mifeng-download-detail-reference"] .download-detail-card,
    body[data-design="mifeng-download-detail-reference"] .download-detail-panel,
    body[data-design="mifeng-download-detail-reference"] .download-detail-links {
        padding: 28px 24px;
    }

    body[data-design="mifeng-certificate-detail-reference"] .certificate-detail-preview {
        min-height: 280px;
        padding: 22px;
    }
}

/* site-header-navigation-rebuild.css */
@media (min-width: 901px) {
    .miwind-top {
        position: relative;
        z-index: 50;
        height: 88px;
        padding-top: 14px;
        overflow: visible;
        background: #f1f1f1;
    }

    .miwind-top > .wrap {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 14px;
        width: 1536px;
        max-width: calc(100% - 42px);
        min-height: 88px;
        height: auto;
        overflow: visible;
    }

    .miwind-brand-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        min-height: 30px;
        height: 30px;
        margin: 0;
        padding: 0 8px;
    }

    .miwind-brand {
        align-self: center;
    }

    .miwind-brand img {
        width: 122px;
        height: 25px;
        object-fit: contain;
        display: block;
    }

    .miwind-search-form {
        display: inline-flex;
        align-items: center;
        align-self: center;
        height: 30px;
    }

    .miwind-search {
        width: 214px;
        height: 30px;
        padding: 0 36px 0 20px;
        font-size: 11px;
        line-height: 30px;
        box-shadow: 0 0 0 1px rgba(183, 183, 183, .22);
    }

    .miwind-search-button {
        right: 8px;
        width: 20px;
        height: 20px;
    }

    .miwind-nav-shell {
        position: relative;
        z-index: 4;
        top: 0;
        height: 60px;
        margin-top: 0;
        overflow: visible;
        border: 0;
        border-radius: 8px;
        background: #ffffff;
    }

    .miwind-nav {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        min-height: 60px;
        height: 60px;
        gap: clamp(8px, .82vw, 18px);
        padding: 0 clamp(24px, 2.35vw, 45px);
        color: #666666;
        font-size: 16px;
        font-weight: 300;
        line-height: 1;
        text-align: center;
        overflow: visible;
    }

    .miwind-nav a[aria-current="page"]:after {
        content: none;
    }

    .miwind-nav-item {
        position: relative;
        flex: 0 0 auto;
        min-width: max-content;
        display: flex;
        align-items: stretch;
        justify-content: center;
    }

    .miwind-nav-link {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: auto;
        min-width: max-content;
        height: 60px;
        padding: 0 2px;
        color: #666666;
        white-space: nowrap;
        overflow: visible;
        text-overflow: clip;
        font-size: 16px;
        line-height: 1;
    }

    .miwind-nav-item.is-active > .miwind-nav-link,
    .miwind-nav-link[aria-current="page"] {
        color: var(--accent, #dd6b00);
        font-weight: 700;
    }

    .miwind-nav-item--level-0 > .miwind-nav-link[aria-current="page"]::after,
    .miwind-nav-item--level-0.is-active > .miwind-nav-link::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 10px;
        width: 14px;
        height: 2px;
        background: var(--accent, #dd6b00);
        transform: translateX(-50%);
    }

    .miwind-nav-caret {
        flex: 0 0 auto;
        width: 8px;
        height: 8px;
        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;
        transform: translateY(-2px) rotate(45deg);
        opacity: .82;
    }

    .miwind-nav-panel {
        position: absolute;
        top: calc(100% - 1px);
        left: 50%;
        z-index: 30;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(-50%) translateY(10px);
        transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
        border-radius: 16px;
        background: #ffffff;
        box-shadow: 0 22px 50px rgba(31, 35, 40, .14);
        text-align: left;
    }

    .miwind-nav-item.has-children:hover > .miwind-nav-panel,
    .miwind-nav-item.has-children:focus-within > .miwind-nav-panel {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
    }

    .miwind-nav-panel--mega {
        width: min(1040px, calc(100vw - 84px));
        padding: 28px 30px;
    }

    .miwind-nav-panel--dropdown {
        width: min(360px, calc(100vw - 84px));
        padding: 20px;
    }

    .miwind-nav-panel--mega {
        display: grid;
        grid-template-columns: minmax(220px, 270px) minmax(0, 1fr);
        gap: 28px;
        align-items: start;
    }

    .miwind-nav-panel--dropdown .miwind-nav-panel-copy {
        margin-bottom: 12px;
    }

    .miwind-nav-panel-copy strong {
        display: block;
        margin: 0 0 10px;
        color: #30343b;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 700;
        text-align: left;
    }

    .miwind-nav-panel-copy p {
        margin: 0;
        color: #666666;
        font-size: 13px;
        line-height: 1.7;
        font-weight: 300;
        text-align: left;
    }

    .miwind-nav-panel-links {
        display: grid;
        gap: 10px;
    }

    .miwind-nav-panel--mega .miwind-nav-panel-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .miwind-nav-child {
        display: grid;
        place-items: initial;
        gap: 4px;
        align-content: start;
        min-width: 0;
        padding: 16px 18px;
        border-radius: 12px;
        background: #f7f7f7;
        text-align: left;
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        transition: background .2s ease, color .2s ease, transform .2s ease;
    }

    .miwind-nav-child:hover,
    .miwind-nav-child:focus-visible,
    .miwind-nav-child.is-active,
    .miwind-nav-child[aria-current="page"] {
        background: rgba(221, 107, 0, .09);
        color: var(--accent, #dd6b00);
        transform: translateY(-1px);
    }

    .miwind-nav-child-eyebrow {
        display: block;
        color: var(--accent, #dd6b00);
        font-size: 11px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: .02em;
        text-transform: uppercase;
    }

    .miwind-nav-child strong {
        display: block;
        color: #30343b;
        font-size: 15px;
        line-height: 1.35;
        font-weight: 700;
    }

    .miwind-nav-child:hover strong,
    .miwind-nav-child:focus-visible strong,
    .miwind-nav-child.is-active strong,
    .miwind-nav-child[aria-current="page"] strong {
        color: inherit;
    }

    .miwind-nav-child small {
        display: block;
        color: #666666;
        font-size: 12px;
        line-height: 1.55;
        font-weight: 300;
    }
}

@media (min-width: 901px) and (max-width: 1180px) {
    .miwind-top > .wrap {
        max-width: calc(100% - 30px);
    }

    .miwind-brand img {
        width: 116px;
        height: 24px;
    }

    .miwind-search {
        width: 178px;
    }

    .miwind-nav {
        gap: 8px;
        padding: 0 22px;
        font-size: 13px;
    }

    .miwind-nav-link {
        gap: 5px;
        font-size: 13px;
    }

    .miwind-nav-panel--mega {
        width: min(900px, calc(100vw - 42px));
    }
}

@media (max-width: 900px) {
    .miwind-top {
        height: auto;
        padding: 14px 0;
    }

    .miwind-top > .wrap {
        height: auto;
        gap: 12px;
    }

    .miwind-brand-row {
        height: auto;
        min-height: 0;
        gap: 12px;
        align-items: center;
    }

    .miwind-search {
        width: min(180px, 100%);
        height: 32px;
        font-size: 12px;
        line-height: 32px;
    }

    .miwind-nav-shell {
        height: auto;
        overflow: visible;
    }

    .miwind-nav {
        display: grid;
        grid-template-columns: 1fr;
        height: auto;
        min-height: 0;
        padding: 10px 18px 14px;
        gap: 6px;
    }

    .miwind-nav-item {
        display: grid;
    }

    .miwind-nav-link {
        display: flex;
        justify-content: space-between;
        min-height: 40px;
        height: auto;
        padding: 0;
        white-space: normal;
    }

    .miwind-nav-panel {
        position: static;
        left: auto;
        top: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none;
        width: 100%;
        padding: 12px 0 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .miwind-nav-panel--mega,
    .miwind-nav-panel--dropdown {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        padding: 12px 0 0;
    }

    .miwind-nav-panel-copy {
        padding: 0 0 4px;
    }

    .miwind-nav-panel-links,
    .miwind-nav-panel--mega .miwind-nav-panel-links {
        grid-template-columns: 1fr;
    }
}
