:root {
    --motqo-navy-950: #071526;
    --motqo-navy-900: #0a1d34;
    --motqo-navy-800: #102a49;
    --motqo-blue-700: #1558b0;
    --motqo-blue-600: #1768d4;
    --motqo-blue-500: #2783ee;
    --motqo-sky-100: #eaf4ff;
    --motqo-ink: #172338;
    --motqo-muted: #5c6a7d;
    --motqo-line: #dbe2ea;
    --motqo-surface: #ffffff;
    --motqo-canvas: #f4f7fa;
    --motqo-success: #18805a;
    --motqo-warning: #ad6500;
    --motqo-danger: #b42318;
    --motqo-radius-sm: 6px;
    --motqo-radius: 10px;
    --motqo-radius-lg: 16px;
    --motqo-shadow: 0 12px 34px rgb(9 28 49 / 9%);
    --motqo-container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--motqo-ink);
    background: var(--motqo-surface);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.55;
    text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; height: auto; }
a { color: var(--motqo-blue-700); text-decoration: none; }
a:hover { color: var(--motqo-blue-600); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid #68aaf5; outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--motqo-navy-950); line-height: 1.15; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.3rem, 5vw, 4.7rem); }
h2 { font-size: clamp(1.75rem, 3vw, 2.55rem); }
h3 { font-size: 1.18rem; }
.screen-reader-text {
    position: absolute !important;
    width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.motqo-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
.motqo-container { width: min(calc(100% - 40px), var(--motqo-container)); margin-inline: auto; }
.motqo-skip-link {
    position: fixed; top: 10px; left: 10px; z-index: 10000;
    transform: translateY(-160%); padding: 10px 16px; border-radius: 4px;
    color: #fff; background: var(--motqo-blue-600);
}
.motqo-skip-link:focus { transform: translateY(0); }

.motqo-button {
    display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px;
    padding: 11px 20px; border: 1px solid var(--motqo-blue-600); border-radius: var(--motqo-radius-sm);
    color: #fff; background: var(--motqo-blue-600); font-weight: 700; line-height: 1.2; cursor: pointer;
    transition: transform .15s ease, background-color .15s ease, border-color .15s ease;
}
.motqo-button:hover { color: #fff; background: #0f57b9; border-color: #0f57b9; transform: translateY(-1px); }
.motqo-button--small { min-height: 40px; padding: 9px 15px; font-size: .88rem; }
.motqo-button--secondary { color: var(--motqo-navy-900); background: #fff; border-color: #bac7d6; }
.motqo-button--secondary:hover { color: var(--motqo-blue-700); background: var(--motqo-sky-100); border-color: var(--motqo-blue-500); }
.motqo-button--light { color: var(--motqo-navy-900); background: #fff; border-color: #fff; }
.motqo-button--light:hover { color: var(--motqo-blue-700); background: var(--motqo-sky-100); border-color: var(--motqo-sky-100); }
.motqo-button--danger { color: #fff; background: var(--motqo-danger); border-color: var(--motqo-danger); }
.motqo-button--danger:hover { color: #fff; background: #8f1c14; border-color: #8f1c14; }
.motqo-text-link { display: inline-flex; align-items: center; gap: 5px; color: #dceaff; font-weight: 700; }
.motqo-text-link:hover { color: #fff; }
.motqo-eyebrow { margin-bottom: 12px; color: var(--motqo-blue-600); font-size: .76rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }

.site-header { position: relative; z-index: 100; background: #fff; box-shadow: 0 1px 0 var(--motqo-line); }
.motqo-utility { color: #d4dfec; background: var(--motqo-navy-950); font-size: .76rem; }
.motqo-utility__inner { display: flex; min-height: 32px; align-items: center; justify-content: space-between; gap: 20px; }
.motqo-utility a { color: #fff; }
.motqo-header-main { display: grid; min-height: 76px; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.motqo-brand { display: inline-flex; flex-direction: column; color: var(--motqo-navy-950); line-height: 1; }
.motqo-brand:hover { color: var(--motqo-navy-950); }
.motqo-brand__mark { font-size: 1.72rem; font-weight: 900; letter-spacing: .06em; }
.motqo-brand__descriptor { margin-top: 5px; color: var(--motqo-blue-600); font-size: .66rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.motqo-brand .custom-logo-link { display: block; }
.motqo-brand .custom-logo { width: auto; max-height: 54px; }
.motqo-primary-nav { display: flex; align-items: center; gap: 30px; }
.motqo-primary-nav a { color: #314056; font-size: .91rem; font-weight: 700; }
.motqo-primary-nav a:hover { color: var(--motqo-blue-600); }
.motqo-header-actions { display: flex; align-items: center; gap: 16px; }
.motqo-header-action { display: inline-flex; align-items: center; gap: 6px; color: #3a485a; font-size: .82rem; font-weight: 700; }
.motqo-header-action .dashicons { color: var(--motqo-blue-600); }
.motqo-menu-toggle { display: none; border: 0; color: var(--motqo-navy-900); background: transparent; cursor: pointer; }

.motqo-hero { position: relative; overflow: hidden; color: #fff; background: var(--motqo-navy-900); }
.motqo-hero::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 70% 30%, rgb(31 94 153 / 30%), transparent 38%), linear-gradient(115deg, rgb(6 20 37 / 100%) 0 42%, rgb(9 31 56 / 86%) 58%, rgb(9 31 56 / 35%) 100%); z-index: 1; }
.motqo-hero__grid { position: relative; min-height: 650px; display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); align-items: center; z-index: 2; }
.motqo-hero__content { position: relative; z-index: 3; max-width: 710px; padding: 74px 0 84px; }
.motqo-hero .motqo-eyebrow { color: #83bdff; }
.motqo-hero h1 { max-width: 690px; margin-bottom: 22px; color: #fff; font-size: clamp(2.5rem, 4.6vw, 4.4rem); }
.motqo-hero__lead { max-width: 660px; margin-bottom: 30px; color: #c8d6e7; font-size: 1.08rem; }
.motqo-hero__visual { position: absolute; top: 0; right: max(calc((100vw - var(--motqo-container)) / -2), -40px); bottom: 0; left: 48%; opacity: .93; }
.motqo-hero__visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, var(--motqo-navy-900) 0%, transparent 45%), linear-gradient(0deg, rgb(10 29 52 / 34%), transparent 35%); }
.motqo-hero__visual img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.motqo-search { max-width: 700px; padding: 8px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 12px; background: rgb(255 255 255 / 10%); box-shadow: 0 18px 50px rgb(0 0 0 / 24%); backdrop-filter: blur(8px); }
.motqo-search__tabs { display: flex; gap: 4px; padding: 0 4px 8px; }
.motqo-search__tabs button { padding: 7px 12px; border: 0; border-radius: 5px; color: #c4d4e7; background: transparent; font-size: .79rem; font-weight: 700; cursor: pointer; }
.motqo-search__tabs button[aria-selected="true"] { color: #fff; background: rgb(255 255 255 / 13%); }
.motqo-search__form { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 6px 6px 6px 16px; border-radius: 7px; background: #fff; }
.motqo-search__form > .dashicons { color: #718098; }
.motqo-search__form input[type="search"] { min-width: 0; height: 44px; border: 0; outline: 0; color: var(--motqo-ink); background: transparent; }
.motqo-hero__actions { display: flex; align-items: center; gap: 22px; margin-top: 24px; }

.motqo-upload-band { padding: 42px 0 48px; background: #fff; border-bottom: 1px solid var(--motqo-line); }
.motqo-section-heading { max-width: 760px; margin-bottom: 32px; }
.motqo-section-heading h2 { margin-bottom: 12px; }
.motqo-section-heading > p:last-child { margin-bottom: 0; color: var(--motqo-muted); }
.motqo-section-heading--inline { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 60px; }
.motqo-section-heading--inline > p { max-width: 470px; }
.motqo-section-heading--center { margin-inline: auto; text-align: center; }
.motqo-upload-actions { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--motqo-line); border-radius: var(--motqo-radius); overflow: hidden; background: #fff; box-shadow: var(--motqo-shadow); }
.motqo-upload-actions > a { display: grid; min-height: 106px; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 20px; border-right: 1px solid var(--motqo-line); color: var(--motqo-ink); }
.motqo-upload-actions > a:last-child { border-right: 0; }
.motqo-upload-actions > a:hover { color: var(--motqo-blue-700); background: #f8fbff; }
.motqo-upload-actions > a > .dashicons:first-child { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 8px; color: var(--motqo-blue-600); background: var(--motqo-sky-100); font-size: 22px; }
.motqo-upload-actions span { display: flex; min-width: 0; flex-direction: column; }
.motqo-upload-actions small { margin-top: 3px; color: var(--motqo-muted); font-size: .74rem; line-height: 1.35; }
.motqo-upload-actions > a > .dashicons:last-child { color: #90a0b2; }

.motqo-capabilities { padding: 18px 0; color: #e2eaf3; background: var(--motqo-navy-950); }
.motqo-capabilities__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.motqo-capabilities__grid > div { display: flex; align-items: center; gap: 12px; padding: 7px 22px; border-right: 1px solid rgb(255 255 255 / 12%); }
.motqo-capabilities__grid > div:first-child { padding-left: 0; }
.motqo-capabilities__grid > div:last-child { border-right: 0; }
.motqo-capabilities .dashicons { color: #75b4ff; }
.motqo-capabilities span { display: flex; flex-direction: column; }
.motqo-capabilities strong { font-size: .83rem; }
.motqo-capabilities small { color: #98abc0; font-size: .7rem; }

.motqo-section { padding: 80px 0; }
.motqo-section--muted { background: var(--motqo-canvas); border-block: 1px solid #e7edf3; }
.motqo-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.motqo-category-card { display: grid; min-height: 118px; grid-template-columns: auto 1fr auto; align-items: center; gap: 18px; padding: 22px; border: 1px solid var(--motqo-line); border-radius: var(--motqo-radius); color: var(--motqo-ink); background: #fff; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.motqo-category-card:hover { color: var(--motqo-blue-700); border-color: #9fc5ef; box-shadow: var(--motqo-shadow); transform: translateY(-2px); }
.motqo-category-card__icon { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 9px; color: var(--motqo-blue-700); background: var(--motqo-sky-100); }
.motqo-category-card__icon .dashicons { width: 26px; height: 26px; font-size: 26px; }
.motqo-category-card > span:nth-child(2) { display: flex; flex-direction: column; }
.motqo-category-card small { margin-top: 5px; color: var(--motqo-muted); font-size: .78rem; }

.motqo-process { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; padding: 0; margin: 48px 0 0; list-style: none; }
.motqo-process::before { position: absolute; top: 24px; right: 10%; left: 10%; height: 1px; content: ""; background: #bfcbd8; }
.motqo-process li { position: relative; padding: 0 20px; text-align: center; }
.motqo-process li > span { position: relative; z-index: 2; display: grid; width: 48px; height: 48px; place-items: center; margin: 0 auto 20px; border: 1px solid #a8c8eb; border-radius: 50%; color: var(--motqo-blue-700); background: #fff; font-size: .74rem; font-weight: 900; }
.motqo-process strong { display: block; margin-bottom: 8px; color: var(--motqo-navy-950); }
.motqo-process p { color: var(--motqo-muted); font-size: .83rem; }
.motqo-industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.motqo-industry-grid a { display: grid; grid-template-columns: auto 1fr; gap: 4px 15px; padding: 24px; border: 1px solid var(--motqo-line); border-radius: var(--motqo-radius); color: var(--motqo-ink); background: linear-gradient(135deg, #fff, #f6f9fc); }
.motqo-industry-grid a:hover { color: var(--motqo-blue-700); border-color: #9fc5ef; }
.motqo-industry-grid .dashicons { grid-row: 1 / 3; width: 32px; height: 32px; color: var(--motqo-blue-600); font-size: 32px; }
.motqo-industry-grid span { color: var(--motqo-muted); font-size: .78rem; }
.motqo-account-cta { padding: 54px 0; color: #d5e3f2; background: linear-gradient(120deg, #0b2745, #0c3e6c); }
.motqo-account-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.motqo-account-cta .motqo-eyebrow { color: #83bdff; }
.motqo-account-cta h2 { margin-bottom: 12px; color: #fff; }
.motqo-account-cta p:last-child { max-width: 760px; margin-bottom: 0; }
.motqo-account-cta .motqo-button { flex: 0 0 auto; }

.motqo-page-hero { padding: 64px 0; color: #c8d6e7; background: linear-gradient(125deg, var(--motqo-navy-950), #0d365e); }
.motqo-page-hero--compact { padding: 48px 0; }
.motqo-page-hero--account { padding: 34px 0; }
.motqo-page-hero--account h1 { margin-bottom: 0; font-size: clamp(2rem, 3vw, 2.8rem); }
.motqo-page-hero .motqo-eyebrow { color: #85beff; }
.motqo-page-hero h1 { margin-bottom: 12px; color: #fff; font-size: clamp(2.2rem, 4vw, 3.7rem); }
.motqo-page-hero p:last-child { max-width: 740px; margin-bottom: 0; }
.motqo-content-shell, .motqo-prose { max-width: 900px; }
.motqo-prose > * + * { margin-top: 1.2em; }
.motqo-prose a { text-decoration: underline; text-underline-offset: 2px; }
.motqo-prose ul { padding-left: 1.35rem; }
.motqo-prose li + li { margin-top: .55rem; }
.motqo-table-wrap { max-width: 100%; overflow-x: auto; border: 1px solid var(--motqo-line); border-radius: var(--motqo-radius); background: #fff; }
.motqo-table-wrap table { width: 100%; min-width: 620px; border-collapse: collapse; }
.motqo-table-wrap th, .motqo-table-wrap td { padding: 13px 15px; border-bottom: 1px solid var(--motqo-line); text-align: left; vertical-align: top; }
.motqo-table-wrap th { color: var(--motqo-navy-900); background: var(--motqo-canvas); }
.motqo-table-wrap tr:last-child td { border-bottom: 0; }
.motqo-article { padding: 24px 0; border-bottom: 1px solid var(--motqo-line); }
.motqo-article h1 { font-size: 1.8rem; }
.motqo-empty-state { padding: 40px; border: 1px solid var(--motqo-line); border-radius: var(--motqo-radius); text-align: center; background: var(--motqo-canvas); }
.motqo-two-column-copy, .motqo-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.motqo-two-column-copy > section, .motqo-contact-grid > div { padding: 30px; border: 1px solid var(--motqo-line); border-radius: var(--motqo-radius); background: #fff; }
.motqo-two-column-copy h2, .motqo-contact-grid h2 { font-size: 1.35rem; }
.motqo-contact-grid address { color: var(--motqo-muted); font-style: normal; line-height: 1.75; }
.motqo-review-notice { padding: 15px 17px; border: 1px solid #e6c282; border-radius: var(--motqo-radius-sm); color: #714600; background: #fff8e8; }
.motqo-process--detailed { grid-template-columns: 1fr; gap: 14px; margin-top: 0; }
.motqo-process--detailed::before { top: 25px; bottom: 25px; left: 24px; width: 1px; height: auto; }
.motqo-process--detailed li { display: grid; grid-template-columns: 48px 1fr; align-items: start; gap: 20px; padding: 0; text-align: left; }
.motqo-process--detailed li > span { margin: 0; }
.motqo-process--detailed li > div { padding: 7px 24px 24px; border-bottom: 1px solid var(--motqo-line); }
.motqo-process--detailed p { max-width: 840px; margin-bottom: 0; }
.motqo-industry-detail-grid, .motqo-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.motqo-industry-detail-grid article, .motqo-resource-grid > a { display: flex; min-height: 230px; flex-direction: column; padding: 26px; border: 1px solid var(--motqo-line); border-radius: var(--motqo-radius); color: var(--motqo-ink); background: #fff; box-shadow: 0 7px 20px rgb(9 28 49 / 5%); }
.motqo-industry-detail-grid article > .dashicons, .motqo-resource-grid > a > .dashicons { width: 36px; height: 36px; margin-bottom: 22px; color: var(--motqo-blue-600); font-size: 36px; }
.motqo-industry-detail-grid h2, .motqo-resource-grid h2 { font-size: 1.2rem; }
.motqo-industry-detail-grid p, .motqo-resource-grid p { color: var(--motqo-muted); font-size: .84rem; }
.motqo-industry-detail-grid article > a { display: inline-flex; align-items: center; gap: 5px; margin-top: auto; font-size: .79rem; font-weight: 800; }

.motqo-rfq-section { background: var(--motqo-canvas); }
.motqo-rfq-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; align-items: start; gap: 28px; }
.motqo-rfq-main { min-width: 0; }
.motqo-stepper { display: grid; grid-template-columns: repeat(6, 1fr); padding: 0; margin: 0 0 22px; list-style: none; }
.motqo-stepper li { position: relative; display: flex; flex-direction: column; align-items: center; gap: 6px; color: #77869a; font-size: .68rem; font-weight: 700; text-align: center; }
.motqo-stepper li::after { position: absolute; top: 15px; left: calc(50% + 17px); width: calc(100% - 34px); height: 1px; content: ""; background: #cbd5df; }
.motqo-stepper li:last-child::after { display: none; }
.motqo-stepper span { position: relative; z-index: 1; display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid #b8c4d1; border-radius: 50%; background: var(--motqo-canvas); }
.motqo-stepper li.is-active, .motqo-stepper li.is-complete { color: var(--motqo-blue-700); }
.motqo-stepper li.is-active span, .motqo-stepper li.is-complete span { color: #fff; border-color: var(--motqo-blue-600); background: var(--motqo-blue-600); }
.motqo-rfq-form { padding: 34px; border: 1px solid var(--motqo-line); border-radius: var(--motqo-radius); background: #fff; box-shadow: var(--motqo-shadow); }
.motqo-form-step h2 { margin-bottom: 24px; font-size: 1.65rem; }
.motqo-form-kicker { margin-bottom: 7px; color: var(--motqo-blue-600); font-size: .73rem; font-weight: 800; text-transform: uppercase; }
.motqo-choice-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.motqo-choice { position: relative; display: flex; min-height: 80px; align-items: center; gap: 13px; padding: 17px; border: 1px solid var(--motqo-line); border-radius: 8px; cursor: pointer; }
.motqo-choice:hover, .motqo-choice.is-selected { color: var(--motqo-blue-700); border-color: var(--motqo-blue-500); background: #f5faff; }
.motqo-choice input { position: absolute; opacity: 0; }
.motqo-choice .dashicons { width: 27px; height: 27px; font-size: 27px; }
.motqo-choice span { font-weight: 700; }
.motqo-field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.motqo-field-grid label, .motqo-track-form label { display: flex; flex-direction: column; gap: 7px; }
.motqo-field-grid label > span, .motqo-track-form label > span { color: #34445a; font-size: .81rem; font-weight: 700; }
.motqo-field-grid em { display: block; color: var(--motqo-muted); font-size: .69rem; font-style: normal; font-weight: 400; }
.motqo-field-grid input, .motqo-field-grid select, .motqo-field-grid textarea, .motqo-track-form input {
    width: 100%; border: 1px solid #bcc8d6; border-radius: var(--motqo-radius-sm); color: var(--motqo-ink); background: #fff;
}
.motqo-field-grid input, .motqo-field-grid select, .motqo-track-form input { height: 46px; padding: 0 12px; }
.motqo-field-grid textarea { padding: 12px; resize: vertical; }
.motqo-field-grid input:focus, .motqo-field-grid select:focus, .motqo-field-grid textarea:focus, .motqo-track-form input:focus { border-color: var(--motqo-blue-500); outline: 3px solid #d9ebff; }
.motqo-field--full { grid-column: 1 / -1; }
.motqo-dropzone { display: flex; min-height: 230px; flex-direction: column; align-items: center; justify-content: center; gap: 9px; padding: 30px; border: 2px dashed #a9bad0; border-radius: var(--motqo-radius); text-align: center; background: #f7fbff; cursor: pointer; }
.motqo-dropzone:hover, .motqo-dropzone.is-dragging { border-color: var(--motqo-blue-500); background: var(--motqo-sky-100); }
.motqo-dropzone .dashicons { width: 43px; height: 43px; color: var(--motqo-blue-600); font-size: 43px; }
.motqo-dropzone span { max-width: 540px; color: var(--motqo-muted); font-size: .79rem; }
.motqo-dropzone input { position: absolute; opacity: 0; pointer-events: none; }
.motqo-file-list { display: grid; gap: 7px; padding: 0; margin: 16px 0 0; list-style: none; }
.motqo-file-list li { display: flex; justify-content: space-between; gap: 15px; padding: 9px 12px; border: 1px solid var(--motqo-line); border-radius: 5px; font-size: .79rem; }
.motqo-field-note { margin-top: 16px; color: var(--motqo-muted); font-size: .78rem; }
.motqo-review { display: grid; gap: 10px; padding: 18px; margin-bottom: 20px; border: 1px solid var(--motqo-line); border-radius: 7px; background: var(--motqo-canvas); }
.motqo-review dl { display: grid; grid-template-columns: 170px 1fr; gap: 7px 12px; margin: 0; }
.motqo-review dt { color: var(--motqo-muted); font-size: .78rem; }
.motqo-review dd { margin: 0; font-size: .84rem; font-weight: 700; overflow-wrap: anywhere; }
.motqo-check { display: flex; align-items: flex-start; gap: 10px; margin: 13px 0; color: #44546a; font-size: .78rem; }
.motqo-check input { margin-top: 3px; }
.motqo-form-actions { display: flex; justify-content: space-between; gap: 12px; padding-top: 26px; margin-top: 26px; border-top: 1px solid var(--motqo-line); }
.motqo-form-actions [data-next], .motqo-form-actions [data-submit] { margin-left: auto; }
.motqo-form-status { min-height: 0; margin-top: 14px; font-size: .84rem; }
.motqo-form-status.is-error { padding: 11px 13px; border: 1px solid #f0b5af; border-radius: 5px; color: var(--motqo-danger); background: #fff4f3; }
.motqo-form-status.is-success { padding: 15px; border: 1px solid #a8d8c4; border-radius: 5px; color: #116345; background: #effaf5; }
.motqo-rfq-aside { display: grid; gap: 16px; }
.motqo-aside-card { padding: 23px; border: 1px solid var(--motqo-line); border-radius: var(--motqo-radius); background: #fff; }
.motqo-aside-card h2 { margin-bottom: 13px; font-size: 1.05rem; }
.motqo-aside-card p, .motqo-aside-card li { color: var(--motqo-muted); font-size: .81rem; }
.motqo-aside-card p:last-child { margin-bottom: 0; }
.motqo-aside-card ol { padding-left: 19px; margin: 0; }
.motqo-aside-card li + li { margin-top: 8px; }

.motqo-track-layout { display: grid; max-width: 900px; grid-template-columns: 1fr 340px; align-items: start; gap: 24px; }
.motqo-track-form { display: grid; gap: 18px; padding: 28px; border: 1px solid var(--motqo-line); border-radius: var(--motqo-radius); box-shadow: var(--motqo-shadow); }
.motqo-track-form h2 { margin-bottom: 4px; }
.motqo-track-form .motqo-button { justify-self: start; }
.motqo-track-result { padding: 18px; border: 1px solid #b9d8f8; border-radius: 7px; background: #f1f8ff; }

/* Catalog and product detail */
.motqo-catalog-hero { padding: 46px 0; }
.motqo-catalog-hero h1 { margin-bottom: 20px; font-size: clamp(2rem, 3.3vw, 3rem); }
.motqo-catalog-search { display: grid; max-width: 780px; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; padding: 6px 6px 6px 15px; margin-bottom: 12px; border-radius: 7px; background: #fff; }
.motqo-catalog-search .dashicons { color: #75849a; }
.motqo-catalog-search input { min-width: 0; height: 44px; border: 0; outline: 0; }
.motqo-catalog-section { background: var(--motqo-canvas); }
.motqo-catalog-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); align-items: start; gap: 26px; }
.motqo-catalog-sidebar { position: sticky; top: 20px; display: grid; gap: 18px; }
.motqo-catalog-sidebar > h2 { margin: 0; font-size: 1rem; }
.motqo-catalog-sidebar nav { display: grid; border: 1px solid var(--motqo-line); border-radius: 8px; overflow: hidden; background: #fff; }
.motqo-catalog-sidebar nav a { display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 9px; padding: 11px 12px; border-bottom: 1px solid var(--motqo-line); color: #46556a; font-size: .77rem; font-weight: 700; }
.motqo-catalog-sidebar nav a:last-child { border-bottom: 0; }
.motqo-catalog-sidebar nav a:hover { color: var(--motqo-blue-700); background: #f5faff; }
.motqo-catalog-sidebar .dashicons { color: var(--motqo-blue-600); }
.motqo-catalog-toolbar { display: flex; min-height: 48px; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.motqo-catalog-toolbar .woocommerce-result-count { margin: 0; color: var(--motqo-muted); font-size: .78rem; }
.motqo-catalog-toolbar .woocommerce-ordering { margin: 0; }
.motqo-catalog-toolbar select { height: 40px; padding: 0 10px; border: 1px solid var(--motqo-line); border-radius: 5px; background: #fff; }
.woocommerce ul.products li.product.motqo-product-card { display: flex; min-width: 0; flex-direction: column; padding: 0; overflow: hidden; box-shadow: 0 7px 20px rgb(9 28 49 / 5%); }
.motqo-product-card__link { display: flex; flex: 1; flex-direction: column; color: var(--motqo-ink); }
.motqo-product-card__media { aspect-ratio: 1.22; overflow: hidden; background: #f1f4f7; }
.motqo-product-card__media img { width: 100%; height: 100%; margin: 0 !important; object-fit: contain; }
.woocommerce ul.products li.product .motqo-product-card__media img { width: 100% !important; height: 100% !important; object-fit: contain; }
.motqo-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 17px; }
.motqo-product-card__state { width: fit-content; padding: 3px 7px; margin-bottom: 9px; border-radius: 999px; color: #175d82; background: #e8f5ff; font-size: .63rem; font-weight: 800; }
.woocommerce ul.products li.product.motqo-product-card h2 { padding: 0; margin: 0 0 8px; color: var(--motqo-navy-950); font-size: 1rem; line-height: 1.3; }
.motqo-product-card__sku { margin-bottom: 13px; color: var(--motqo-muted); font-size: .7rem; }
.motqo-product-card__commercial { display: flex; flex-direction: column; gap: 3px; margin-top: auto; }
.motqo-product-card__commercial strong { color: var(--motqo-blue-700); font-size: .9rem; }
.motqo-product-card__commercial small { color: var(--motqo-muted); font-size: .67rem; line-height: 1.35; }
.woocommerce ul.products li.product.motqo-product-card .motqo-add-quote { width: calc(100% - 34px); min-height: 40px; margin: 0 17px 17px; padding: 9px; font-size: .77rem; }
.motqo-catalog-empty { padding: 58px 34px; border: 1px solid var(--motqo-line); border-radius: 10px; text-align: center; background: #fff; }
.motqo-catalog-empty > .dashicons { width: 52px; height: 52px; margin-bottom: 14px; color: var(--motqo-blue-600); font-size: 52px; }
.motqo-catalog-empty h2 { font-size: 1.45rem; }
.motqo-catalog-empty p { max-width: 680px; margin-inline: auto; color: var(--motqo-muted); }
.motqo-catalog-empty > div { display: flex; justify-content: center; gap: 10px; margin-top: 22px; }
.motqo-product-page { padding-bottom: 80px; background: var(--motqo-canvas); }
.motqo-product-layout { display: grid; grid-template-columns: minmax(320px, 1fr) minmax(340px, 1.15fr) 300px; align-items: start; gap: 24px; }
.motqo-product-gallery, .motqo-product-summary, .motqo-product-buybox, .motqo-product-details > section { border: 1px solid var(--motqo-line); border-radius: 10px; background: #fff; }
.motqo-product-gallery { display: grid; min-height: 480px; place-items: center; padding: 25px; overflow: hidden; }
.motqo-product-gallery img { max-height: 500px; object-fit: contain; }
.motqo-media-empty { display: flex; align-items: center; flex-direction: column; gap: 7px; color: var(--motqo-muted); text-align: center; }
.motqo-media-empty strong { color: var(--motqo-navy-900); }
.motqo-product-summary { min-height: 480px; padding: 28px; }
.motqo-product-summary h1 { margin-bottom: 16px; font-size: clamp(2rem, 3vw, 3rem); }
.motqo-product-badges { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.motqo-product-badges span { padding: 4px 8px; border-radius: 999px; color: #176244; background: #eaf8f2; font-size: .68rem; font-weight: 800; }
.motqo-product-excerpt { color: #526176; font-size: .88rem; }
.motqo-identifier-list { display: grid; grid-template-columns: 140px 1fr; gap: 0; margin: 24px 0 0; border: 1px solid var(--motqo-line); border-radius: 7px; overflow: hidden; }
.motqo-identifier-list dt, .motqo-identifier-list dd { padding: 10px 12px; border-bottom: 1px solid var(--motqo-line); }
.motqo-identifier-list dt { color: var(--motqo-muted); background: var(--motqo-canvas); font-size: .72rem; font-weight: 700; }
.motqo-identifier-list dd { display: flex; justify-content: space-between; gap: 10px; margin: 0; font-size: .8rem; font-weight: 800; }
.motqo-identifier-list small { color: var(--motqo-success); font-size: .63rem; }
.motqo-product-buybox { position: sticky; top: 20px; display: grid; gap: 12px; padding: 24px; box-shadow: var(--motqo-shadow); }
.motqo-product-buybox__label { width: fit-content; padding: 4px 8px; border-radius: 999px; color: #175d82; background: #e8f5ff; font-size: .67rem; font-weight: 800; }
.motqo-product-buybox h2 { margin: 2px 0; font-size: 1.2rem; }
.motqo-product-buybox p { color: var(--motqo-muted); font-size: .79rem; }
.motqo-product-price { color: var(--motqo-blue-700); font-size: 1.6rem; font-weight: 900; }
.motqo-upload-link { display: flex; align-items: center; gap: 8px; padding-top: 12px; margin-top: 3px; border-top: 1px solid var(--motqo-line); font-size: .73rem; font-weight: 700; }
.motqo-product-details { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: start; gap: 24px; margin-top: 24px; }
.motqo-product-details > section { padding: 28px; }
.motqo-product-details h2 { font-size: 1.3rem; }
.motqo-spec-table { border: 1px solid var(--motqo-line); border-radius: 7px; overflow: hidden; }
.motqo-spec-table > div { display: grid; grid-template-columns: 1fr 1.2fr auto; gap: 15px; padding: 11px 13px; border-bottom: 1px solid var(--motqo-line); font-size: .78rem; }
.motqo-spec-table > div:last-child { border-bottom: 0; }
.motqo-spec-table span { color: var(--motqo-muted); }
.motqo-spec-table small { color: var(--motqo-success); font-weight: 700; }
.motqo-product-empty { padding: 24px; border: 1px dashed #bdcad8; border-radius: 7px; color: var(--motqo-muted); background: var(--motqo-canvas); font-size: .82rem; }
.motqo-product-empty p { margin: 0; }
[data-quote-list-count] { display: inline-grid; min-width: 17px; height: 17px; place-items: center; padding: 0 4px; border-radius: 999px; color: #fff; background: var(--motqo-blue-600); font-size: .61rem; }

.site-footer { color: #aebdcd; background: var(--motqo-navy-950); }
.motqo-footer-grid { display: grid; grid-template-columns: 1.55fr repeat(3, 1fr); gap: 48px; padding-block: 60px; }
.motqo-brand--footer { color: #fff; }
.motqo-brand--footer:hover { color: #fff; }
.motqo-brand--footer .motqo-brand__descriptor { color: #83bdff; }
.motqo-footer-brand p { max-width: 390px; margin: 18px 0 0; font-size: .82rem; }
.site-footer h2 { margin-bottom: 17px; color: #fff; font-size: .9rem; letter-spacing: 0; }
.site-footer ul { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
.site-footer a { color: #c9d5e2; font-size: .81rem; }
.site-footer a:hover { color: #fff; }
.site-footer address { margin-bottom: 17px; font-size: .78rem; font-style: normal; line-height: 1.65; }
.motqo-footer-bottom { padding: 18px 0; border-top: 1px solid rgb(255 255 255 / 10%); color: #8fa0b3; font-size: .76rem; }
.motqo-mobile-nav { display: none; }
.motqo-consent { position: fixed; right: 24px; bottom: 24px; left: 24px; z-index: 900; display: flex; max-width: 980px; align-items: center; justify-content: space-between; gap: 30px; padding: 20px; margin-inline: auto; border: 1px solid #b8c9db; border-radius: var(--motqo-radius); background: #fff; box-shadow: 0 18px 55px rgb(7 21 38 / 22%); }
.motqo-consent p { max-width: 690px; margin: 5px 0; color: var(--motqo-muted); font-size: .78rem; }
.motqo-consent a { font-size: .74rem; font-weight: 700; }
.motqo-consent__actions { display: flex; flex: 0 0 auto; gap: 8px; }

/* WooCommerce and account shell */
.woocommerce .woocommerce-breadcrumb { margin: 24px auto; color: var(--motqo-muted); font-size: .78rem; }
.woocommerce .products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin: 28px 0 70px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 16px; border: 1px solid var(--motqo-line); border-radius: var(--motqo-radius); background: #fff; }
.woocommerce ul.products li.product a img { border-radius: 6px; background: var(--motqo-canvas); }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--motqo-navy-950); font-size: 1rem; }
.woocommerce ul.products li.product .price { color: var(--motqo-blue-700); font-size: .92rem; font-weight: 800; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border-radius: 5px; color: #fff; background: var(--motqo-blue-600); }
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { color: #fff; background: #0f57b9; }
.woocommerce-account .woocommerce { width: 100%; margin: 36px 0 80px; }
.logged-in.woocommerce-account .woocommerce { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 28px; }
.woocommerce-account .woocommerce-MyAccount-navigation { float: none; width: auto; padding: 12px; border: 1px solid var(--motqo-line); border-radius: var(--motqo-radius); background: var(--motqo-canvas); }
.logged-in.woocommerce-account .woocommerce-MyAccount-navigation { grid-column: 1; grid-row: 1; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { padding: 0; margin: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 10px 12px; border-radius: 5px; color: #425167; font-size: .81rem; font-weight: 700; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a, .woocommerce-account .woocommerce-MyAccount-navigation a:hover { color: var(--motqo-blue-700); background: #fff; }
.woocommerce-account .woocommerce-MyAccount-content { float: none; width: auto; min-width: 0; padding: 28px; border: 1px solid var(--motqo-line); border-radius: var(--motqo-radius); background: #fff; }
.logged-in.woocommerce-account .woocommerce-MyAccount-content { grid-column: 2; grid-row: 1; }
.motqo-account-panel { padding: 12px 0; }
.motqo-account-panel h1 { margin-bottom: 24px; font-size: clamp(1.75rem, 3vw, 2.4rem); }
.motqo-account-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.motqo-account-heading h1 { margin-bottom: 0; }
.motqo-account-heading .motqo-eyebrow { margin-bottom: 6px; }
.motqo-company-banner { display: flex; align-items: baseline; gap: 10px; padding: 13px 17px; margin-bottom: 18px; border: 1px solid #bcd9f6; border-radius: 7px; background: #f0f7ff; }
.motqo-company-banner span, .motqo-company-banner small { color: var(--motqo-muted); font-size: .75rem; }
.motqo-company-banner strong { color: var(--motqo-navy-900); }
.motqo-summary-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 22px; }
.motqo-summary-grid > div { display: flex; min-height: 105px; flex-direction: column; justify-content: space-between; padding: 18px; border: 1px solid var(--motqo-line); border-radius: 8px; background: var(--motqo-canvas); }
.motqo-summary-grid span { color: var(--motqo-muted); font-size: .74rem; font-weight: 700; }
.motqo-summary-grid strong { color: var(--motqo-navy-950); font-size: 1.85rem; }
.motqo-account-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(230px, 1fr); gap: 16px; }
.motqo-account-card { min-width: 0; padding: 20px; border: 1px solid var(--motqo-line); border-radius: 8px; }
.motqo-account-card h2 { font-size: 1.08rem; }
.motqo-account-card__heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 14px; }
.motqo-account-card__heading h2 { margin-bottom: 0; }
.motqo-account-card__heading a { font-size: .76rem; font-weight: 700; }
.motqo-quick-links { display: grid; gap: 8px; }
.motqo-quick-links a { padding: 9px 10px; border-radius: 5px; color: #3b4c62; background: var(--motqo-canvas); font-size: .78rem; font-weight: 700; }
.motqo-quick-links a:hover { color: var(--motqo-blue-700); background: var(--motqo-sky-100); }
.motqo-account-empty { padding: 28px; border: 1px dashed #bdcad8; border-radius: 8px; text-align: center; background: var(--motqo-canvas); }
.motqo-account-empty h2 { margin-bottom: 8px; font-size: 1.12rem; }
.motqo-account-empty p { color: var(--motqo-muted); font-size: .82rem; }
.motqo-account-table { width: 100%; overflow-x: auto; }
.motqo-account-table > div { display: grid; min-width: 620px; grid-template-columns: 1.2fr repeat(4, 1fr); align-items: center; gap: 14px; padding: 12px 8px; border-bottom: 1px solid var(--motqo-line); font-size: .78rem; }
.motqo-account-table--four > div { grid-template-columns: 1.2fr repeat(3, 1fr); }
.motqo-account-table > div:last-child { border-bottom: 0; }
.motqo-account-table__head { color: var(--motqo-muted); background: var(--motqo-canvas); font-size: .7rem !important; font-weight: 800; text-transform: uppercase; }
.motqo-status { display: inline-flex; width: fit-content; padding: 3px 7px; border-radius: 999px; color: #155a80; background: #e5f4ff; font-size: .69rem; font-weight: 800; }
.motqo-quote-detail h1 small { color: var(--motqo-muted); font-size: .48em; }
.motqo-quote-meta { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 24px; }
.motqo-quote-meta > div { display: flex; flex-direction: column; gap: 4px; padding: 14px; border: 1px solid var(--motqo-line); border-radius: 6px; background: var(--motqo-canvas); }
.motqo-quote-meta span { color: var(--motqo-muted); font-size: .68rem; text-transform: uppercase; }
.motqo-quote-meta strong { font-size: .82rem; }
.motqo-quote-lines { overflow-x: auto; border: 1px solid var(--motqo-line); border-radius: 8px; }
.motqo-quote-lines > div { display: grid; min-width: 760px; grid-template-columns: 2fr .55fr .8fr .7fr .7fr; gap: 14px; padding: 13px 14px; border-bottom: 1px solid var(--motqo-line); font-size: .76rem; }
.motqo-quote-lines > div:last-child { border-bottom: 0; }
.motqo-quote-lines__head { color: var(--motqo-muted); background: var(--motqo-canvas); font-size: .67rem !important; font-weight: 800; text-transform: uppercase; }
.motqo-quote-lines span:first-child { display: flex; flex-direction: column; gap: 4px; }
.motqo-quote-lines small { color: var(--motqo-muted); line-height: 1.4; }
.motqo-quote-totals { display: grid; width: min(100%, 380px); grid-template-columns: 1fr auto; gap: 8px 22px; padding: 20px; margin: 18px 0 18px auto; border: 1px solid var(--motqo-line); border-radius: 8px; }
.motqo-quote-totals dt { color: var(--motqo-muted); }
.motqo-quote-totals dd { margin: 0; text-align: right; }
.motqo-quote-tools { display: flex; justify-content: flex-end; margin-bottom: 22px; }
.motqo-quote-action-form, .motqo-po-upload { display: grid; gap: 14px; padding: 20px; margin-top: 16px; border: 1px solid var(--motqo-line); border-radius: 8px; background: var(--motqo-canvas); }
.motqo-quote-action-form label, .motqo-po-upload label { display: grid; gap: 7px; color: #34445a; font-size: .78rem; font-weight: 700; }
.motqo-quote-action-form textarea { width: 100%; padding: 10px; border: 1px solid #bcc8d6; border-radius: 5px; }
.motqo-quote-action-form > div { display: flex; flex-wrap: wrap; gap: 8px; }
.motqo-quote-action-form p { margin: 0; color: var(--motqo-muted); font-size: .72rem; }
.motqo-po-upload { grid-template-columns: 1fr auto; align-items: end; }
.motqo-equipment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.motqo-equipment-grid article { padding: 20px; border: 1px solid var(--motqo-line); border-radius: 8px; }
.motqo-equipment-grid article h2 { margin: 14px 0; font-size: 1.1rem; }
.motqo-equipment-grid dl { display: grid; grid-template-columns: 90px 1fr; gap: 7px; margin: 0; font-size: .78rem; }
.motqo-equipment-grid dt, .motqo-profile-list dt { color: var(--motqo-muted); }
.motqo-equipment-grid dd, .motqo-profile-list dd { margin: 0; }
.motqo-profile-list { display: grid; max-width: 680px; grid-template-columns: 170px 1fr; gap: 0; margin: 0; border: 1px solid var(--motqo-line); border-radius: 8px; overflow: hidden; }
.motqo-profile-list dt, .motqo-profile-list dd { padding: 13px 16px; border-bottom: 1px solid var(--motqo-line); }
.motqo-profile-list dt { background: var(--motqo-canvas); font-size: .77rem; font-weight: 700; }
.motqo-profile-list dd { font-size: .84rem; }
.motqo-message-list { display: grid; gap: 12px; }
.motqo-message-list article { padding: 18px; border: 1px solid var(--motqo-line); border-radius: 7px; }
.motqo-message-list article > div { display: flex; justify-content: space-between; gap: 18px; }
.motqo-message-list time { color: var(--motqo-muted); font-size: .72rem; }
.motqo-message-list p { margin: 10px 0 0; color: #425167; font-size: .82rem; }

@media (max-width: 1120px) {
    .motqo-header-main { gap: 22px; }
    .motqo-primary-nav { gap: 18px; }
    .motqo-header-action span { display: none; }
    .motqo-hero__grid { grid-template-columns: 1.2fr .8fr; }
    .motqo-hero__visual { left: 50%; }
    .motqo-upload-actions { grid-template-columns: repeat(2, 1fr); }
    .motqo-upload-actions > a:nth-child(2) { border-right: 0; }
    .motqo-upload-actions > a:nth-child(-n+2) { border-bottom: 1px solid var(--motqo-line); }
    .motqo-capabilities__grid { grid-template-columns: repeat(2, 1fr); }
    .motqo-capabilities__grid > div:nth-child(2) { border-right: 0; }
    .motqo-process { grid-template-columns: 1fr; gap: 12px; }
    .motqo-process::before { display: none; }
    .motqo-process li { display: grid; grid-template-columns: 48px 1fr; align-items: start; gap: 17px; padding: 14px 20px; text-align: left; border: 1px solid var(--motqo-line); border-radius: 8px; background: #fff; }
    .motqo-process li > span { margin: 0; }
}

@media (max-width: 900px) {
    .motqo-header-main { min-height: 68px; grid-template-columns: auto auto; justify-content: space-between; }
    .motqo-menu-toggle { display: block; grid-column: 2; grid-row: 1; }
    .motqo-menu-toggle .dashicons { width: 28px; height: 28px; font-size: 28px; }
    .motqo-primary-nav, .motqo-header-actions { display: none; grid-column: 1 / -1; }
    .site-header.is-open .motqo-primary-nav { display: grid; gap: 0; padding: 12px 0; border-top: 1px solid var(--motqo-line); }
    .site-header.is-open .motqo-primary-nav a { padding: 11px 0; }
    .site-header.is-open .motqo-header-actions { display: flex; padding: 0 0 18px; }
    .site-header.is-open .motqo-header-action span { display: inline; }
    .motqo-hero__grid { min-height: auto; display: block; }
    .motqo-hero__content { max-width: 680px; padding: 66px 0 74px; }
    .motqo-hero__visual { inset: 0; left: 35%; opacity: .42; }
    .motqo-hero::before { background: linear-gradient(90deg, rgb(7 21 38 / 100%) 0 58%, rgb(7 21 38 / 72%) 100%); }
    .motqo-section-heading--inline { display: block; }
    .motqo-category-grid, .motqo-industry-grid { grid-template-columns: repeat(2, 1fr); }
    .motqo-rfq-layout, .motqo-track-layout { grid-template-columns: 1fr; }
    .motqo-rfq-aside { grid-template-columns: repeat(3, 1fr); }
    .motqo-stepper li { font-size: 0; }
    .motqo-footer-grid { grid-template-columns: repeat(2, 1fr); }
    .woocommerce .products { grid-template-columns: repeat(2, 1fr); }
    .woocommerce-account .woocommerce { grid-template-columns: 210px 1fr; }
    .motqo-summary-grid { grid-template-columns: repeat(2, 1fr); }
    .motqo-account-grid { grid-template-columns: 1fr; }
    .motqo-product-layout { grid-template-columns: 1fr 1fr; }
    .motqo-product-buybox { position: static; grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    body { padding-bottom: 64px; }
    input:not([type="checkbox"]):not([type="radio"]), select, textarea { width: 100%; max-width: 100%; min-width: 0; font-size: 16px !important; }
    .motqo-container { width: min(calc(100% - 28px), var(--motqo-container)); }
    .motqo-utility { display: none; }
    .motqo-brand__mark { font-size: 1.45rem; }
    .motqo-brand__descriptor { font-size: .58rem; }
    .site-header.is-open .motqo-header-actions { display: grid; grid-template-columns: repeat(2, 1fr); }
    .site-header.is-open .motqo-button { grid-column: 1 / -1; }
    .motqo-hero__content { padding: 48px 0 56px; }
    .motqo-hero h1 { font-size: 2.45rem; }
    .motqo-hero__lead { font-size: .95rem; }
    .motqo-hero__visual { left: 5%; opacity: .2; }
    .motqo-search { padding: 6px; }
    .motqo-search__tabs { overflow-x: auto; }
    .motqo-search__tabs button { flex: 0 0 auto; }
    .motqo-search__form { grid-template-columns: auto 1fr; }
    .motqo-search__form .motqo-button { grid-column: 1 / -1; width: 100%; }
    .motqo-hero__actions { align-items: flex-start; flex-direction: column; gap: 14px; }
    .motqo-upload-band { padding: 34px 0; }
    .motqo-upload-actions { grid-template-columns: 1fr; }
    .motqo-upload-actions > a { border-right: 0; border-bottom: 1px solid var(--motqo-line); }
    .motqo-upload-actions > a:last-child { border-bottom: 0; }
    .motqo-capabilities__grid { grid-template-columns: 1fr; }
    .motqo-capabilities__grid > div { padding: 10px 0; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 10%); }
    .motqo-capabilities__grid > div:last-child { border-bottom: 0; }
    .motqo-section { padding: 58px 0; }
    .motqo-category-grid, .motqo-industry-grid { grid-template-columns: 1fr; }
    .motqo-category-card { min-height: 100px; }
    .motqo-process li { padding: 13px; }
    .motqo-account-cta__inner { align-items: flex-start; flex-direction: column; gap: 26px; }
    .motqo-page-hero { padding: 44px 0; }
    .motqo-stepper { margin-inline: -5px; }
    .motqo-rfq-form { padding: 22px 18px; }
    .motqo-choice-grid, .motqo-field-grid { grid-template-columns: 1fr; }
    .motqo-field--full { grid-column: auto; }
    .motqo-rfq-aside { grid-template-columns: 1fr; }
    .motqo-form-actions { position: sticky; right: -18px; bottom: 64px; left: -18px; z-index: 5; padding: 14px 18px; margin: 26px -18px -22px; background: #fff; box-shadow: 0 -8px 18px rgb(7 21 38 / 8%); }
    .motqo-footer-grid { grid-template-columns: 1fr; gap: 30px; padding-block: 45px; }
    .motqo-mobile-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 500; display: grid; height: 64px; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #ced8e4; background: #fff; box-shadow: 0 -5px 16px rgb(7 21 38 / 8%); }
    .motqo-mobile-nav a { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 2px; color: #59677a; font-size: .62rem; font-weight: 700; }
    .motqo-mobile-nav .dashicons { width: 22px; height: 22px; font-size: 22px; }
    .motqo-mobile-nav__primary { color: var(--motqo-blue-700) !important; }
    .woocommerce .products { grid-template-columns: 1fr; }
    .logged-in.woocommerce-account .woocommerce { display: block; width: 100%; margin-top: 24px; }
    .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 18px; overflow-x: auto; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul { display: flex; }
    .woocommerce-account .woocommerce-MyAccount-navigation li { flex: 0 0 auto; }
    .woocommerce-account .woocommerce-MyAccount-content { padding: 20px; }
    .motqo-account-heading { align-items: stretch; flex-direction: column; }
    .motqo-account-heading .button { text-align: center; }
    .motqo-summary-grid, .motqo-equipment-grid { grid-template-columns: 1fr; }
    .motqo-profile-list { grid-template-columns: 1fr; }
    .motqo-profile-list dt { border-bottom: 0; }
    .motqo-quote-meta { grid-template-columns: repeat(2, 1fr); }
    .motqo-po-upload { grid-template-columns: 1fr; }
    .motqo-catalog-search { grid-template-columns: auto 1fr; }
    .motqo-catalog-search .motqo-button { grid-column: 1 / -1; }
    .motqo-catalog-layout { grid-template-columns: 1fr; }
    .motqo-catalog-sidebar { position: static; }
    .motqo-catalog-sidebar nav { grid-template-columns: repeat(2, 1fr); }
    .motqo-catalog-sidebar nav a { border-right: 1px solid var(--motqo-line); }
    .motqo-catalog-empty { padding: 38px 19px; }
    .motqo-catalog-empty > div { align-items: stretch; flex-direction: column; }
    .motqo-product-layout, .motqo-product-details { grid-template-columns: 1fr; }
    .motqo-product-gallery { min-height: 320px; }
    .motqo-product-summary { min-height: 0; padding: 22px; }
    .motqo-product-buybox { grid-column: auto; }
    .motqo-spec-table > div { grid-template-columns: 1fr; gap: 5px; }
    .motqo-consent { right: 10px; bottom: 74px; left: 10px; align-items: stretch; flex-direction: column; gap: 14px; padding: 17px; }
    .motqo-consent__actions { display: grid; grid-template-columns: 1fr; }
    .motqo-two-column-copy, .motqo-contact-grid, .motqo-industry-detail-grid, .motqo-resource-grid { grid-template-columns: 1fr; }
    .motqo-two-column-copy > section, .motqo-contact-grid > div { padding: 22px; }
    .motqo-industry-detail-grid article, .motqo-resource-grid > a { min-height: 0; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Screenshot-matched industrial catalog system — v0.4.7 */
:root {
    --motqo-container: 1420px;
    --motqo-navy-950: #061322;
    --motqo-navy-900: #091d32;
    --motqo-navy-800: #102a46;
    --motqo-blue-700: #124f9e;
    --motqo-blue-600: #1765c1;
    --motqo-blue-500: #2c7ed2;
    --motqo-canvas: #f5f7f9;
    --motqo-line: #dfe4e9;
    --motqo-radius: 4px;
    --motqo-radius-lg: 6px;
    --motqo-shadow: 0 4px 16px rgb(8 26 44 / 8%);
}
body { color: #202c3b; font-size: 14px; line-height: 1.45; }
h1, h2, h3 { letter-spacing: -.018em; }
h1 { font-size: clamp(2rem, 3vw, 3.4rem); }
h2 { font-size: clamp(1.5rem, 2vw, 2rem); }
.motqo-container { width: min(calc(100% - 48px), var(--motqo-container)); }
.motqo-button { min-height: 40px; padding: 9px 17px; border-radius: 3px; font-size: .78rem; letter-spacing: .01em; }
.motqo-button--small { min-height: 36px; padding: 8px 13px; }
.motqo-eyebrow { margin-bottom: 7px; font-size: .66rem; letter-spacing: .13em; }

.site-header { box-shadow: none; }
.motqo-utility { font-size: .67rem; }
.motqo-utility__inner { min-height: 24px; }
.motqo-utility__links { display: flex; align-items: center; gap: 22px; }
.motqo-header-primary { border-bottom: 1px solid var(--motqo-line); background: #fff; }
.motqo-header-main { min-height: 60px; grid-template-columns: 176px minmax(320px, 1fr) auto; gap: 24px; }
.motqo-brand__mark { font-size: 1.65rem; letter-spacing: .065em; }
.motqo-brand__descriptor { margin-top: 3px; font-size: .57rem; }
.motqo-global-search { display: grid; height: 36px; grid-template-columns: 128px minmax(140px, 1fr) 42px; border: 1px solid #aebac7; background: #fff; }
.motqo-global-search select, .motqo-global-search input { min-width: 0; height: 34px; border: 0; border-radius: 0; background: transparent; font-size: .72rem; }
.motqo-global-search select { padding: 0 12px; border-right: 1px solid var(--motqo-line); color: #3d4a59; font-weight: 700; }
.motqo-global-search input { padding: 0 14px; }
.motqo-global-search button { display: grid; border: 0; color: #fff; background: var(--motqo-blue-600); place-items: center; cursor: pointer; }
.motqo-header-actions { gap: 4px; }
.motqo-header-action { min-width: 92px; gap: 7px; padding: 4px 8px; color: #172637; font-size: .67rem; line-height: 1.1; }
.motqo-header-action:hover { color: var(--motqo-blue-600); background: #f5f8fb; }
.motqo-header-action > span { display: flex; flex-direction: column; gap: 2px; white-space: nowrap; }
.motqo-header-action small { color: #7b8795; font-size: .57rem; font-weight: 600; }
.motqo-header-action .dashicons { width: 21px; height: 21px; font-size: 21px; }
.motqo-header-secondary { border-bottom: 1px solid #cfd6de; background: #fff; }
.motqo-header-secondary__inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 24px; }
.motqo-primary-nav { gap: 0; align-self: stretch; }
.motqo-primary-nav a { display: flex; align-items: center; padding: 0 17px; color: #263546; font-size: .72rem; font-weight: 700; }
.motqo-primary-nav a:first-child { padding-left: 0; }
.motqo-primary-nav a:hover { color: var(--motqo-blue-600); background: #f5f8fb; }
.motqo-header-rfq { display: inline-flex; min-height: 30px; align-items: center; gap: 5px; padding: 6px 12px; color: #fff; background: var(--motqo-blue-600); font-size: .69rem; font-weight: 800; white-space: nowrap; }
.motqo-header-rfq:hover { color: #fff; background: var(--motqo-blue-700); }
.motqo-header-rfq .dashicons { width: 17px; height: 17px; font-size: 17px; }

.motqo-hero { min-height: 385px; background: #071827; }
.motqo-hero::before { display: none; }
.motqo-hero__grid { min-height: 385px; grid-template-columns: minmax(0, 660px) 1fr; }
.motqo-hero__content { max-width: 660px; padding: 28px 0 30px; }
.motqo-hero .motqo-eyebrow { color: #77b7ef; }
.motqo-hero h1 { max-width: 590px; margin-bottom: 11px; font-size: clamp(2.25rem, 3vw, 2.85rem); line-height: 1.06; }
.motqo-hero__lead { max-width: 570px; margin-bottom: 15px; color: #c2cfdb; font-size: .84rem; line-height: 1.5; }
.motqo-hero__visual { inset: 0; left: 0; opacity: 1; }
.motqo-hero__visual::after { display: none; }
.motqo-hero__visual img { width: 100%; height: 100%; object-position: center; }
.motqo-search { max-width: 660px; padding: 0; border: 0; border-radius: 3px; background: #fff; box-shadow: 0 10px 30px rgb(0 0 0 / 28%); backdrop-filter: none; }
.motqo-search__tabs { gap: 0; padding: 0; border-bottom: 1px solid #dbe1e7; }
.motqo-search__mode-tabs { display: contents; }
.motqo-search__tabs button, .motqo-search__tabs a { display: inline-flex; align-items: center; padding: 7px 14px 6px; border: 0; border-radius: 0; color: #556577; background: transparent; font-size: .66rem; font-weight: 700; }
.motqo-search__tabs a:hover { color: var(--motqo-blue-700); background: #f5f8fb; }
.motqo-search__tabs button[aria-selected="true"] { color: var(--motqo-blue-700); background: #fff; box-shadow: inset 0 -2px var(--motqo-blue-600); }
.motqo-search__form { min-height: 47px; padding: 4px 4px 4px 14px; border-radius: 0; }
.motqo-search__form input[type="search"] { height: 38px; font-size: .75rem; }
.motqo-search__form .motqo-button { min-height: 38px; }
.motqo-hero__actions { gap: 18px; margin-top: 12px; }
.motqo-hero__actions .motqo-button { min-height: 36px; padding-block: 7px; }
.motqo-hero__actions .motqo-button { border-color: #fff; color: #0c2035; background: #fff; }
.motqo-hero__actions .motqo-button:hover { color: var(--motqo-blue-700); background: #edf5fd; }
.motqo-text-link { font-size: .74rem; }

.motqo-start-strip { position: relative; z-index: 5; border-bottom: 1px solid var(--motqo-line); background: #fff; }
.motqo-start-strip__inner { display: grid; min-height: 70px; grid-template-columns: 1.15fr repeat(4, 1fr); }
.motqo-start-strip__inner > * { display: flex; align-items: center; gap: 10px; padding: 9px 17px; border-right: 1px solid var(--motqo-line); color: #253447; }
.motqo-start-strip__inner > *:last-child { border-right: 0; }
.motqo-start-strip__inner > a:hover { color: var(--motqo-blue-700); background: #f7fafc; }
.motqo-start-strip__inner .dashicons { width: 25px; height: 25px; color: var(--motqo-blue-600); font-size: 25px; }
.motqo-start-strip__inner span { display: flex; flex-direction: column; }
.motqo-start-strip__inner strong { font-size: .77rem; }
.motqo-start-strip__inner small, .motqo-start-strip__label span { margin-top: 2px; color: #536579; font-size: .75rem; }
.motqo-start-strip__label { flex-direction: column; align-items: flex-start; justify-content: center; background: #f4f7fa; }
.motqo-start-strip__label strong { color: var(--motqo-navy-950); font-size: .85rem; }
.motqo-capabilities { padding: 8px 0; background: #0b2238; }
.motqo-capabilities__grid > div { padding: 2px 22px; }
.motqo-capabilities strong { font-size: .75rem; }
.motqo-capabilities small { font-size: .75rem; }

.motqo-section { padding: 54px 0; }
.motqo-section-heading { margin-bottom: 22px; }
.motqo-section-heading h2 { margin-bottom: 7px; }
.motqo-section-heading--row { display: flex; max-width: none; align-items: flex-end; justify-content: space-between; gap: 30px; }
.motqo-section-heading--row > a { display: inline-flex; align-items: center; gap: 4px; padding-bottom: 4px; font-size: .72rem; font-weight: 800; }
.motqo-section-heading--row > a .dashicons { width: 17px; height: 17px; font-size: 17px; }
.motqo-home-categories { padding-top: 48px; }
.motqo-category-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.motqo-category-card { display: block; min-height: 0; padding: 0; overflow: hidden; border-radius: 2px; color: #1f2f40; box-shadow: 0 2px 8px rgb(9 28 49 / 5%); transform: none; }
.motqo-category-card:hover { border-color: #8fb6dd; box-shadow: 0 6px 18px rgb(9 28 49 / 12%); transform: none; }
.motqo-category-card__media { display: block; aspect-ratio: 1.42; overflow: hidden; border-bottom: 1px solid var(--motqo-line); background: #f2f3f4; }
.motqo-category-card__media img { width: 100%; height: 100%; object-fit: cover; }
.motqo-category-card__copy { display: flex; min-height: 66px; flex-direction: column; justify-content: center; padding: 11px 13px; }
.motqo-category-card__copy strong { font-size: .76rem; line-height: 1.25; }
.motqo-category-card__copy small { margin-top: 3px; font-size: .75rem; }

.motqo-identify { padding: 44px 0; border-block: 1px solid var(--motqo-line); background: #f1f4f6; }
.motqo-identify__grid { display: grid; grid-template-columns: minmax(360px, .85fr) minmax(0, 1.15fr); align-items: stretch; overflow: hidden; border: 1px solid #d7dde4; background: #fff; box-shadow: var(--motqo-shadow); }
.motqo-identify__image { min-height: 278px; overflow: hidden; background: #f0f0ee; }
.motqo-identify__image img { width: 100%; height: 100%; object-fit: cover; }
.motqo-identify__content { display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding: 34px 44px; }
.motqo-identify__content h2 { margin-bottom: 10px; font-size: 1.75rem; }
.motqo-identify__content > p:not(.motqo-eyebrow) { max-width: 700px; color: #5c6a78; font-size: .79rem; }
.motqo-identify__actions { display: flex; gap: 8px; margin: 7px 0 12px; }
.motqo-identify__content > small { color: #536579; font-size: .75rem; }

.motqo-process { margin-top: 30px; }
.motqo-process::before { top: 19px; }
.motqo-process li > span { width: 39px; height: 39px; margin-bottom: 13px; font-size: .63rem; }
.motqo-process strong { margin-bottom: 5px; font-size: .77rem; }
.motqo-process p { font-size: .75rem; }
.motqo-industry-grid { grid-template-columns: repeat(6, 1fr); gap: 10px; }
.motqo-industry-grid a { min-height: 102px; grid-template-columns: auto 1fr; align-content: center; padding: 17px; border-radius: 2px; background: #fff; }
.motqo-industry-grid .dashicons { width: 25px; height: 25px; font-size: 25px; }
.motqo-industry-grid strong { font-size: .75rem; }
.motqo-industry-grid span { font-size: .75rem; }
.motqo-account-cta { padding: 38px 0; background: #0b2c4b; }
.motqo-account-cta h2 { font-size: 1.65rem; }
.motqo-account-cta p:last-child { font-size: .76rem; }

.motqo-page-hero { padding: 38px 0; background: #0b2c4b; }
.motqo-page-hero--compact { padding: 18px 0; border-bottom: 1px solid var(--motqo-line); color: #637184; background: #fff; }
.motqo-page-hero--compact .motqo-eyebrow { color: var(--motqo-blue-600); }
.motqo-page-hero--compact h1 { margin-bottom: 5px; color: var(--motqo-navy-950); font-size: 1.55rem; }
.motqo-page-hero--compact p:last-child { color: #667588; }
.motqo-page-hero h1 { font-size: 2.1rem; }
.motqo-page-hero p:last-child { font-size: .76rem; }
.motqo-rfq-section { padding-top: 28px; }
.motqo-rfq-layout { grid-template-columns: minmax(0, 1fr) 286px; gap: 18px; }
.motqo-stepper { margin-bottom: 16px; }
.motqo-stepper span { width: 27px; height: 27px; }
.motqo-stepper li::after { top: 13px; left: calc(50% + 15px); width: calc(100% - 30px); }
.motqo-rfq-form { padding: 25px; border-radius: 3px; box-shadow: 0 3px 12px rgb(9 28 49 / 7%); }
.motqo-form-step h2 { margin-bottom: 18px; font-size: 1.4rem; }
.motqo-choice { min-height: 65px; padding: 13px; border-radius: 3px; }
.motqo-choice .dashicons { width: 23px; height: 23px; font-size: 23px; }
.motqo-field-grid { gap: 13px 15px; }
.motqo-field-grid input, .motqo-field-grid select, .motqo-track-form input { height: 40px; }
.motqo-dropzone { min-height: 185px; border-radius: 3px; }
.motqo-aside-card { padding: 18px; border-radius: 3px; }

.motqo-catalog-head { padding: 17px 0 20px; border-bottom: 1px solid var(--motqo-line); background: #fff; }
.motqo-breadcrumb { display: flex; gap: 7px; margin-bottom: 14px; color: #7a8796; font-size: .63rem; }
.motqo-breadcrumb a { color: #667587; }
.motqo-catalog-head__row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 640px); align-items: end; gap: 35px; }
.motqo-catalog-head h1 { margin-bottom: 5px; font-size: 1.8rem; }
.motqo-catalog-head p { margin-bottom: 0; color: #687687; font-size: .72rem; }
.motqo-catalog-search { width: 100%; max-width: none; margin: 0; border: 1px solid #aebac7; border-radius: 0; }
.motqo-catalog-section { padding: 25px 0 50px; }
.motqo-catalog-layout { grid-template-columns: 218px minmax(0, 1fr); gap: 18px; }
.motqo-catalog-sidebar { gap: 12px; }
.motqo-catalog-sidebar > h2 { font-size: .78rem; text-transform: uppercase; }
.motqo-catalog-sidebar nav { border-radius: 2px; }
.motqo-catalog-sidebar nav a { padding: 9px 10px; font-size: .68rem; }
.motqo-catalog-sidebar nav a .dashicons { width: 18px; height: 18px; font-size: 18px; }
.motqo-catalog-sidebar .motqo-aside-card { padding: 15px; }
.motqo-catalog-sidebar .motqo-aside-card h2 { font-size: .83rem; }
.motqo-catalog-sidebar .motqo-aside-card p { font-size: .68rem; }
.motqo-catalog-toolbar { min-height: 36px; margin-bottom: 10px; }
.woocommerce .products { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin: 0 0 40px; }
.woocommerce ul.products li.product { border-radius: 2px; }
.motqo-product-card__body { padding: 12px; }
.motqo-catalog-empty { min-height: 360px; display: grid; align-content: center; padding: 35px; border-radius: 2px; }
.motqo-catalog-empty h2 { font-size: 1.2rem; }
.motqo-catalog-empty p { max-width: 610px; font-size: .75rem; }

.motqo-product-page { padding: 0 0 50px; }
.woocommerce .woocommerce-breadcrumb { margin: 15px auto; font-size: .65rem; }
.motqo-product-layout { grid-template-columns: minmax(320px, 1.08fr) minmax(320px, .92fr) 290px; gap: 14px; }
.motqo-product-gallery, .motqo-product-summary, .motqo-product-buybox, .motqo-product-details > section { border-radius: 2px; }
.motqo-product-gallery, .motqo-product-summary { min-height: 420px; }
.motqo-product-summary { padding: 23px; }
.motqo-product-summary h1 { margin-bottom: 12px; font-size: 2rem; }
.motqo-product-buybox { top: 14px; gap: 10px; padding: 19px; box-shadow: 0 4px 14px rgb(9 28 49 / 9%); }
.motqo-product-details { grid-template-columns: minmax(0, 1fr) 290px; gap: 14px; margin-top: 14px; }
.motqo-product-details > section { padding: 23px; }

.motqo-account-page { min-height: 600px; padding: 15px 0 55px; background: #f5f7f9; }
.motqo-account-page__heading { display: flex; align-items: baseline; gap: 9px; padding: 9px 0 12px; color: #728092; font-size: .64rem; }
.motqo-account-page__heading strong { color: #253447; font-size: .72rem; }
.woocommerce-account .woocommerce { margin: 0; }
.logged-in.woocommerce-account .woocommerce { grid-template-columns: 218px minmax(0, 1fr); gap: 14px; }
.woocommerce-account .woocommerce-MyAccount-navigation { padding: 8px; border-radius: 2px; background: #fff; }
.woocommerce-account .woocommerce-MyAccount-navigation a { padding: 9px 10px; border-radius: 2px; font-size: .7rem; }
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a, .woocommerce-account .woocommerce-MyAccount-navigation a:hover { color: #fff; background: var(--motqo-blue-600); }
.woocommerce-account .woocommerce-MyAccount-content { padding: 22px; border-radius: 2px; }
.motqo-account-panel { padding: 0; }
.motqo-account-panel h1 { margin-bottom: 17px; font-size: 1.55rem; }
.motqo-account-heading { margin-bottom: 16px; }
.motqo-company-banner { padding: 9px 13px; margin-bottom: 12px; border-radius: 2px; }
.motqo-summary-grid { gap: 8px; margin-bottom: 13px; }
.motqo-summary-grid > div { min-height: 82px; padding: 13px; border-radius: 2px; background: #fff; }
.motqo-summary-grid span { font-size: .65rem; }
.motqo-summary-grid strong { font-size: 1.45rem; }
.motqo-account-grid { gap: 10px; }
.motqo-account-card { padding: 15px; border-radius: 2px; }
.motqo-account-card h2 { font-size: .92rem; }
.motqo-account-empty { padding: 22px; border-radius: 2px; }
.motqo-account-table > div { padding: 10px 7px; font-size: .69rem; }
.motqo-account-table__head { font-size: .6rem !important; }
.motqo-quick-links a { padding: 8px 9px; border-radius: 2px; font-size: .68rem; }
.motqo-quote-meta { gap: 7px; margin-bottom: 15px; }
.motqo-quote-meta > div, .motqo-quote-lines, .motqo-quote-totals { border-radius: 2px; }
.motqo-quote-lines .woocommerce-Price-amount, .motqo-quote-totals .woocommerce-Price-amount { display: inline !important; white-space: nowrap; }
.motqo-quote-lines .woocommerce-Price-currencySymbol, .motqo-quote-totals .woocommerce-Price-currencySymbol { display: inline !important; }

.motqo-footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; padding-block: 38px; }
.motqo-footer-brand p { margin-top: 12px; font-size: .75rem; }
.site-footer h2 { margin-bottom: 12px; font-size: .76rem; }
.site-footer ul { gap: 7px; }
.site-footer a, .site-footer address { font-size: .75rem; }
.motqo-footer-bottom { padding: 13px 0; font-size: .75rem; }

@media (max-width: 1180px) {
    .motqo-header-main { grid-template-columns: 160px minmax(240px, 1fr) auto; gap: 16px; }
    .motqo-header-action { min-width: 0; }
    .motqo-header-action small { display: none; }
    .motqo-primary-nav a { padding: 0 10px; }
    .motqo-category-grid, .motqo-industry-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
    .motqo-header-main { min-height: 64px; grid-template-columns: auto 1fr auto; }
    .motqo-global-search { grid-column: 2; grid-row: 1; grid-template-columns: 1fr 42px; }
    .motqo-global-search select { display: none; }
    .motqo-menu-toggle { display: block; grid-column: 3; grid-row: 1; }
    .motqo-header-actions { display: none; }
    .motqo-header-secondary__inner { display: block; min-height: 0; }
    .motqo-header-secondary { border-bottom: 0; }
    .motqo-primary-nav, .motqo-header-rfq { display: none; }
    .site-header.is-open .motqo-primary-nav { display: grid; padding: 8px 0; border-top: 1px solid var(--motqo-line); }
    .site-header.is-open .motqo-primary-nav a { min-height: 36px; padding: 0; }
    .site-header.is-open .motqo-header-rfq { display: flex; padding: 10px 0 14px; }
    .motqo-hero__grid { display: block; min-height: 400px; }
    .motqo-hero__content { max-width: 620px; padding: 34px 0; }
    .motqo-hero__visual { left: -5%; opacity: .48; }
    .motqo-start-strip__inner { grid-template-columns: repeat(2, 1fr); }
    .motqo-start-strip__label { grid-column: 1 / -1; }
    .motqo-start-strip__inner > * { border-bottom: 1px solid var(--motqo-line); }
    .motqo-identify__grid { grid-template-columns: .85fr 1.15fr; }
    .motqo-identify__content { padding: 28px; }
    .motqo-catalog-head__row { grid-template-columns: 1fr; gap: 15px; }
    .motqo-catalog-layout { grid-template-columns: 190px minmax(0, 1fr); }
    .woocommerce .products { grid-template-columns: repeat(2, 1fr); }
    .motqo-product-layout { grid-template-columns: 1fr 1fr; }
    .motqo-product-buybox { grid-column: 1 / -1; }
    .logged-in.woocommerce-account .woocommerce { grid-template-columns: 190px minmax(0, 1fr); }
}

@media (max-width: 640px) {
    body { font-size: 14px; }
    .motqo-container { width: min(calc(100% - 26px), var(--motqo-container)); }
    .motqo-header-main { min-height: 58px; grid-template-columns: auto 1fr auto; gap: 11px; }
    .motqo-brand__mark { font-size: 1.3rem; }
    .motqo-brand__descriptor { font-size: .75rem; }
    .motqo-global-search { display: none; }
    .motqo-menu-toggle { grid-column: 3; }
    .motqo-hero { min-height: 430px; }
    .motqo-hero__grid { min-height: 430px; }
    .motqo-hero__content { padding: 32px 0 36px; }
    .motqo-hero__visual { left: -70%; opacity: .38; }
    .motqo-hero h1 { font-size: 2.05rem; }
    .motqo-hero__lead { font-size: .84rem; }
    .motqo-search__tabs button { padding-inline: 10px; }
    .motqo-search__form { grid-template-columns: auto 1fr; }
    .motqo-search__form .motqo-button { grid-column: 1 / -1; }
    .motqo-hero__actions { align-items: flex-start; flex-direction: column; }
    .motqo-start-strip__inner { grid-template-columns: 1fr 1fr; }
    .motqo-start-strip__inner > * { padding: 12px; }
    .motqo-capabilities__grid { grid-template-columns: 1fr; }
    .motqo-section { padding: 42px 0; }
    .motqo-section-heading--row { align-items: flex-start; flex-direction: column; gap: 5px; }
    .motqo-category-grid, .motqo-industry-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .motqo-category-card__copy { min-height: 62px; padding: 9px; }
    .motqo-identify__grid { grid-template-columns: 1fr; }
    .motqo-identify__image { min-height: 210px; }
    .motqo-identify__content { padding: 25px 20px; }
    .motqo-identify__actions { align-items: stretch; flex-direction: column; width: 100%; }
    .motqo-process li { grid-template-columns: 39px 1fr; }
    .motqo-rfq-layout, .motqo-catalog-layout, .motqo-product-layout, .motqo-product-details { grid-template-columns: 1fr; }
    .motqo-catalog-sidebar { position: static; }
    .motqo-catalog-sidebar nav { grid-template-columns: 1fr 1fr; }
    .motqo-catalog-sidebar nav a { border-right: 1px solid var(--motqo-line); }
    .motqo-product-buybox { grid-column: auto; }
    .motqo-account-page { padding-top: 8px; }
    .logged-in.woocommerce-account .woocommerce { display: block; }
    .woocommerce-account .woocommerce-MyAccount-navigation { margin-bottom: 10px; }
    .woocommerce-account .woocommerce-MyAccount-content { padding: 16px; }
    .motqo-summary-grid { grid-template-columns: repeat(2, 1fr); }
    .motqo-footer-grid { grid-template-columns: 1fr; }
}
