* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.omp-site {
  margin: 0;
  background: var(--omp-bg);
  color: var(--omp-ink);
  font-family: "Be Vietnam Pro", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.omp-site img { display: block; max-width: 100%; height: auto; }
body.omp-site a { color: var(--omp-navy-dark); text-decoration: none; }
body.omp-site button,
body.omp-site input,
body.omp-site select,
body.omp-site textarea { font: inherit; }
body.omp-site h1,
body.omp-site h2,
body.omp-site h3,
body.omp-site p { margin-top: 0; }
body.omp-site h1,
body.omp-site h2,
body.omp-site h3 { color: var(--omp-ink); font-weight: 800; line-height: 1.3; }
body.omp-site h1 { margin-bottom: 22px; font-size: clamp(2rem, 4vw, 2.6rem); letter-spacing: -.035em; text-wrap: balance; }
body.omp-site h2 { margin-bottom: 18px; font-size: clamp(1.55rem, 2.7vw, 2.25rem); letter-spacing: -.025em; }
body.omp-site h3 { margin-bottom: 9px; font-size: 1.08rem; }
.omp-container { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.omp-main { min-height: 60vh; }
.omp-skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 9px 15px; transform: translateY(-150%); border: 2px solid var(--omp-navy); background: #fff; }
.omp-skip-link:focus { transform: none; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.omp-button {
  display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 20px;
  border: 2px solid var(--omp-navy); border-radius: 3px; background: var(--omp-navy); color: #fff !important;
  font-size: 14px; font-weight: 700; line-height: 1.25; cursor: pointer; transition: background .16s ease, border-color .16s ease, transform .16s ease;
}
.omp-button:hover { border-color: var(--omp-navy-dark); background: var(--omp-navy-dark); }
.omp-button:active { transform: translateY(1px); }
.omp-button--orange { border-color: var(--omp-orange); background: var(--omp-orange); color: #111827 !important; }
.omp-button--orange:hover { border-color: #D66F0A; background: #D66F0A; color: #fff !important; }
.omp-button--light { border-color: #fff; background: #fff; color: var(--omp-navy-dark) !important; }
.omp-button--outline-light { border-color: #fff; background: transparent; color: #fff !important; }
.omp-button--outline-light:hover { background: #fff; color: var(--omp-navy-dark) !important; }
.omp-button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.omp-kicker { margin-bottom: 10px; color: var(--omp-navy); font-size: 12px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.omp-section { padding: clamp(62px, 7vw, 92px) 0; }
.omp-section-head { margin-bottom: 30px; }
.omp-section-head h2 { max-width: 780px; margin-bottom: 0; }
.omp-section-head--split { display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.omp-section-head--split > a { display: inline-flex; align-items: center; gap: 7px; flex: 0 0 auto; font-size: 14px; font-weight: 700; }
.omp-section-head--split > a svg { width: 18px; fill: currentColor; }

/* Header ba tầng */
.omp-header { position: relative; z-index: 1000; border-bottom: 1px solid var(--omp-line); background: #fff; }
.omp-topbar { background: var(--omp-navy); color: #fff; }
.omp-topbar__inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 24px; font-size: 12px; }
.omp-topbar__inner > div,
.omp-topbar nav { display: flex; align-items: center; gap: 18px; }
.omp-topbar__inner > div span + span { padding-left: 18px; border-left: 1px solid rgba(255,255,255,.3); }
body.omp-site .omp-topbar a { color: #fff; }
.omp-topbar a:hover { text-decoration: underline; text-underline-offset: 3px; }
.omp-mainbar__inner { display: grid; min-height: 88px; grid-template-columns: 250px minmax(300px, 1fr) auto; align-items: center; gap: 32px; }
.omp-logo { display: inline-flex; }
.omp-wordmark { display: inline-flex; flex-direction: column; line-height: 1; }
.omp-wordmark__name { color: var(--omp-navy); font-size: 28px; font-weight: 800; letter-spacing: -.065em; }
.omp-wordmark__name span { color: var(--omp-orange); }
.omp-wordmark__sub { margin-top: 6px; color: var(--omp-muted); font-size: 10px; font-weight: 600; letter-spacing: .015em; }
.omp-head-actions { display: flex; gap: 8px; }
.omp-search-form { display: flex; width: 100%; }
.omp-search-form label { flex: 1; }
.omp-search-form input { width: 100%; height: 46px; padding: 0 14px; border: 1px solid #AEB6C3; border-right: 0; border-radius: 3px 0 0 3px; background: #fff; color: var(--omp-ink); }
.omp-search-form input:focus { position: relative; z-index: 1; border-color: var(--omp-navy); outline: 3px solid rgba(11,61,145,.13); }
.omp-search-form button { display: inline-flex; width: 50px; align-items: center; justify-content: center; border: 0; border-radius: 0 3px 3px 0; background: var(--omp-navy); color: #fff; cursor: pointer; }
.omp-search-form button svg { width: 20px; fill: currentColor; }
.omp-search-form button span { display: none; }
.omp-menu-toggle { display: none; }
.omp-menubar { background: var(--omp-bg-soft); border-top: 1px solid var(--omp-line); }
.omp-menu { display: flex; align-items: stretch; gap: 0; margin: 0; padding: 0; list-style: none; }
.omp-menu > li { position: relative; margin: 0; }
.omp-menu > li > a { display: block; padding: 13px 17px; color: #243044; font-size: 14px; font-weight: 700; }
.omp-menu > li:first-child > a { padding-left: 0; }
.omp-menu > li > a:hover,
.omp-menu > .current-menu-item > a,
.omp-menu > .current-menu-ancestor > a { color: var(--omp-navy); }
.omp-menu .sub-menu { position: absolute; z-index: 30; top: 100%; left: 0; min-width: 290px; margin: 0; padding: 8px; visibility: hidden; opacity: 0; transform: translateY(5px); border: 1px solid var(--omp-line); background: #fff; box-shadow: 0 18px 36px rgba(17,27,46,.14); list-style: none; transition: .16s ease; }
.omp-menu li:hover > .sub-menu,
.omp-menu li:focus-within > .sub-menu { visibility: visible; opacity: 1; transform: none; }
.omp-menu .sub-menu a { display: block; padding: 9px 11px; color: #374151; font-size: 13px; font-weight: 600; }
.omp-menu .sub-menu a:hover { background: var(--omp-bg-soft); color: var(--omp-navy); }
.omp-submenu-toggle { display: none; }

/* Trang chủ */
.omp-home-hero { position: relative; min-height: 620px; overflow: hidden; background: var(--omp-navy-dark); isolation: isolate; }
.omp-home-hero__media { position: absolute; z-index: -2; inset: 0; }
.omp-home-hero__media::after { position: absolute; content: ""; inset: 0; background: rgba(7,42,102,.76); }
.omp-home-hero__media img { width: 100%; height: 100%; object-fit: cover; }
.omp-home-hero__copy { min-height: 480px; display: flex; flex-direction: column; justify-content: center; padding-block: 72px; }
.omp-home-hero__copy h1 { max-width: 820px; font-size: clamp(2.1rem, 4vw, 2.6rem); }
.omp-home-hero__copy > p:not(.omp-kicker) { max-width: 720px; margin-bottom: 30px; font-size: 1.12rem; }
.omp-home-hero .omp-kicker { color: #FFB865; }
body.omp-site .omp-home-hero *,
body.omp-site .omp-hero * { color: #fff; }
.omp-hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.32); }
.omp-hero-stats p { display: flex; min-height: 118px; flex-direction: column; justify-content: center; margin: 0; padding: 20px 26px; border-right: 1px solid rgba(255,255,255,.26); }
.omp-hero-stats p:first-child { border-left: 1px solid rgba(255,255,255,.26); }
.omp-hero-stats strong { font-size: 1.35rem; }
.omp-hero-stats span { color: #DCE6F5 !important; font-size: 13px; }
.omp-need-section { border-bottom: 1px solid var(--omp-line); }
.omp-needs { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--omp-line); }
.omp-needs article { position: relative; padding: 30px; border-right: 1px solid var(--omp-line); }
.omp-needs article:first-child { border-left: 5px solid var(--omp-navy); }
.omp-needs article > span { display: block; margin-bottom: 24px; color: #B5BFCE; font-size: 2.5rem; font-weight: 800; line-height: 1; }
.omp-needs article > p { color: #4B5563; font-size: 14px; }
.omp-needs ul { margin: 22px 0 0; padding: 0; border-top: 1px solid var(--omp-line); list-style: none; }
.omp-needs li { border-bottom: 1px solid var(--omp-line); }
.omp-needs li a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 0; font-size: 12px; font-weight: 700; }
.omp-needs li svg { width: 16px; flex: 0 0 16px; fill: currentColor; }
.omp-rental-section { background: var(--omp-bg-soft); }
.omp-plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.omp-plan-grid article { padding: 30px; border-top: 5px solid var(--omp-navy); background: #fff; box-shadow: 0 8px 26px rgba(17,27,46,.07); }
.omp-plan-grid article:nth-child(2) { border-top-color: var(--omp-orange); }
.omp-plan-machine { min-height: 3em; margin-bottom: 8px; color: var(--omp-muted); font-size: 12px; font-weight: 600; }
.omp-plan-price { display: block; min-height: 2.8em; margin: 20px 0; color: var(--omp-navy-dark); font-size: 1.4rem; line-height: 1.3; }
.omp-plan-grid dl { margin: 0 0 20px; border-top: 1px solid var(--omp-line); }
.omp-plan-grid dl div { display: grid; grid-template-columns: 85px 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--omp-line); }
.omp-plan-grid dt { color: var(--omp-muted); font-size: 12px; }
.omp-plan-grid dd { margin: 0; color: #374151; font-size: 13px; font-weight: 600; }
.omp-plan-grid ul { min-height: 78px; margin: 0 0 24px; padding: 0; list-style: none; }
.omp-plan-grid li { display: flex; gap: 8px; margin: 7px 0; color: #374151; font-size: 13px; }
.omp-plan-grid li svg { width: 18px; flex: 0 0 18px; fill: var(--omp-navy); }
.omp-product-tabs-section { border-bottom: 1px solid var(--omp-line); }
.omp-tab-list { display: flex; gap: 0; margin-bottom: 30px; overflow-x: auto; border-bottom: 2px solid var(--omp-line); }
.omp-tab-list button { flex: 0 0 auto; padding: 12px 18px; border: 0; border-bottom: 3px solid transparent; background: transparent; color: #4B5563; font-size: 13px; font-weight: 700; cursor: pointer; }
.omp-tab-list button[aria-selected="true"] { border-color: var(--omp-orange); color: var(--omp-navy-dark); }
.omp-tab-panel[hidden] { display: none; }
.omp-process { padding: clamp(62px, 7vw, 92px) 0; background: var(--omp-dark); }
.omp-process .omp-kicker { color: #FFB865; }
body.omp-site .omp-process h2,
body.omp-site .omp-process h3 { color: #fff; }
.omp-process ol { display: grid; grid-template-columns: repeat(4, 1fr); margin: 40px 0 0; padding: 0; counter-reset: step; list-style: none; }
.omp-process li { position: relative; padding: 0 26px 0 0; }
.omp-process li::after { position: absolute; content: ""; top: 19px; right: 16px; left: 58px; height: 1px; background: #526079; }
.omp-process li:last-child::after { display: none; }
.omp-process li > span { position: relative; z-index: 1; display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 22px; border: 1px solid #72819A; background: var(--omp-dark); color: #fff; font-size: 12px; font-weight: 800; }
.omp-process li p { color: #CBD5E1; font-size: 13px; }
.omp-industries > .omp-container > div { display: grid; grid-template-columns: 1.3fr .7fr 1fr 1fr; border-top: 5px solid var(--omp-navy); }
.omp-industries article { min-height: 245px; padding: 28px 24px; border-right: 1px solid var(--omp-line); border-bottom: 1px solid var(--omp-line); }
.omp-industries article:first-child { background: var(--omp-bg-soft); }
.omp-industries article > span { color: var(--omp-orange); font-size: 12px; font-weight: 800; }
.omp-industries article h3 { margin-top: 55px; }
.omp-industries article p { color: #4B5563; font-size: 13px; }
.omp-latest { background: var(--omp-bg-soft); }
.omp-latest-list { border-top: 1px solid #C9D0DB; }
.omp-latest-list article { display: grid; grid-template-columns: 110px minmax(240px, .9fr) 1fr; gap: 30px; align-items: start; padding: 20px 0; border-bottom: 1px solid #C9D0DB; }
.omp-latest-list time { color: var(--omp-muted); font-size: 12px; }
.omp-latest-list h3 { margin: 0; }
.omp-latest-list h3 a { color: var(--omp-ink); }
.omp-latest-list p { margin: 0; color: #4B5563; font-size: 13px; }
.omp-contact-section { padding: 76px 0; background: #fff; }
.omp-contact-section__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: center; }
.omp-contact-section dl { margin: 26px 0; }
.omp-contact-section dl div { display: grid; grid-template-columns: 115px 1fr; gap: 15px; padding: 10px 0; border-bottom: 1px solid var(--omp-line); }
.omp-contact-section dt { color: var(--omp-muted); font-size: 12px; font-weight: 700; }
.omp-contact-section dd { margin: 0; color: #374151; font-size: 14px; }
.omp-map { overflow: hidden; background: #DDE2E9; }
.omp-map iframe { display: block; width: 100%; height: 100%; border: 0; }
.omp-contact-section .omp-map { aspect-ratio: 16 / 10; }

/* Card sản phẩm */
.omp-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.omp-product-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.omp-card { border: 1px solid var(--omp-line); background: #fff; transition: border-color .16s ease, box-shadow .16s ease; }
.omp-card:hover { border-color: #B8C4D6; box-shadow: 0 10px 26px rgba(17,27,46,.08); }
.omp-card__media { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: var(--omp-bg-soft); }
.omp-card__image { width: 100%; height: 100% !important; object-fit: contain; }
.omp-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; background: #E9EDF3; }
.omp-card__placeholder span { color: #BCC5D2; font-size: 5rem; font-weight: 800; }
.omp-category-card { display: grid; grid-template-columns: 180px 1fr; gap: 20px; align-items: center; padding: 16px; border: 1px solid var(--omp-line); background: #fff; }
.omp-category-card__image { aspect-ratio: 16 / 10; overflow: hidden; background: var(--omp-bg-soft); }
.omp-category-card__image img { width: 100%; height: 100% !important; object-fit: cover; }
.omp-category-card h3 { margin-bottom: 6px; }
.omp-category-card p { margin-bottom: 0; color: #4B5563; font-size: 13px; }
.omp-card__body { padding: 17px; }
.omp-card__body h3 { min-height: 3.8em; margin-bottom: 13px; font-size: 14px; line-height: 1.48; }
.omp-card__body h3 a { color: var(--omp-ink); }
.omp-card-specs { margin: 0 0 13px; border-block: 1px solid var(--omp-line); }
.omp-card-specs div { display: grid; grid-template-columns: 75px 1fr; gap: 8px; padding: 7px 0; }
.omp-card-specs div + div { border-top: 1px solid var(--omp-line); }
.omp-card-specs dt { color: var(--omp-muted); font-size: 10px; }
.omp-card-specs dd { margin: 0; color: #374151; font-size: 11px; font-weight: 600; text-align: right; }
.omp-price { min-height: 29px; margin: 0; color: var(--omp-navy-dark); font-size: 16px; font-weight: 800; }
.omp-price--quote { display: inline-flex; min-height: auto; padding: 4px 9px; border: 1px solid var(--omp-navy); border-radius: 20px; font-size: 11px; }
.omp-badge { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 5px 9px; color: #163A24; font-size: 10px; font-weight: 800; }
.omp-badge--new { background: #DDF5E5; }
.omp-badge--refurbished { background: #FFE4C2; color: #6D3700; }
.omp-badge--sale { background: var(--omp-navy); color: #fff; }

/* Shell, breadcrumb và nội dung dài */
.omp-page-shell { padding-block: 26px 82px; }
.omp-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 36px; overflow: hidden; color: var(--omp-muted); font-size: 12px; white-space: nowrap; }
.omp-breadcrumb a { color: var(--omp-muted); }
.omp-breadcrumb [aria-current="page"] { max-width: 480px; overflow: hidden; color: #374151; text-overflow: ellipsis; }
.omp-page-head { max-width: 900px; padding: 12px 0 38px; border-bottom: 1px solid var(--omp-line); }
.omp-page-head h1 { max-width: 850px; }
.omp-page-hero { max-width: 1080px; margin: 40px 0; overflow: hidden; aspect-ratio: 16 / 7; background: var(--omp-bg-soft); }
.omp-page-hero img { width: 100%; height: 100%; object-fit: cover; }
.omp-prose { color: #374151; }
.omp-prose > * { max-width: 850px; }
.omp-prose p { margin-bottom: 1.15em; }
.omp-prose h2 { margin-top: 2em; }
.omp-prose h3 { margin-top: 1.55em; }
.omp-prose a { color: var(--omp-navy); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.omp-prose ul,
.omp-prose ol { margin: 0 0 1.4em; padding-left: 1.5em; }
.omp-prose blockquote { margin: 1.8em 0; padding: 18px 22px; border-left: 5px solid var(--omp-orange); background: var(--omp-bg-soft); }
.omp-prose table,
.omp-spec-table,
.omp-compare-block table,
.omp-product-section table { width: 100%; border-collapse: collapse; }
.omp-prose th,
.omp-prose td,
.omp-spec-table th,
.omp-spec-table td,
.omp-compare-block th,
.omp-compare-block td,
.omp-product-section th,
.omp-product-section td { padding: 12px 14px; border: 1px solid var(--omp-line); color: #374151; text-align: left; vertical-align: top; }
.omp-prose th,
.omp-spec-table th,
.omp-compare-block th,
.omp-product-section th { color: var(--omp-ink); font-weight: 700; }
.omp-prose tr:nth-child(even),
.omp-spec-table tr:nth-child(even),
.omp-compare-block tr:nth-child(even),
.omp-product-section tr:nth-child(even) { background: var(--omp-bg-soft); }
.omp-table-wrap { overflow-x: auto; }
.omp-long-content { margin-top: 60px; padding-top: 30px; border-top: 5px solid var(--omp-navy); }
.omp-long-content > * { max-width: 850px; }
.omp-quick-answers { max-width: 900px; margin-top: 62px; }
.omp-quick-answers details { border-bottom: 1px solid var(--omp-line); }
.omp-quick-answers summary { padding: 18px 38px 18px 0; color: var(--omp-ink); font-weight: 700; cursor: pointer; }
.omp-quick-answers details > div { padding: 0 24px 18px 0; color: #4B5563; }

/* Danh mục và shop */
.omp-catalog-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: 46px; align-items: start; }
.omp-catalog-sidebar { display: grid; gap: 16px; }
.omp-catalog-sidebar > section { padding: 20px; border: 1px solid var(--omp-line); }
.omp-catalog-sidebar h2 { margin-bottom: 12px; font-size: 15px; letter-spacing: 0; }
.omp-link-list { margin: 0; padding: 0; list-style: none; }
.omp-link-list li { border-bottom: 1px solid var(--omp-line); }
.omp-link-list li:last-child { border-bottom: 0; }
.omp-link-list a { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 9px 0; color: #374151; font-size: 12px; font-weight: 600; }
.omp-link-list a svg { width: 15px; flex: 0 0 15px; fill: currentColor; }
.omp-filter-links { display: grid; }
.omp-filter-links a { padding: 7px 9px; color: #4B5563; font-size: 12px; }
.omp-filter-links a:hover,
.omp-filter-links a.omp-is-active { background: var(--omp-bg-soft); color: var(--omp-navy); font-weight: 700; }
.omp-catalog-sidebar .omp-advice-box { border: 0; background: var(--omp-navy-dark); }
.omp-advice-box p { color: #fff; font-weight: 700; }
.omp-advice-box > a:not(.omp-button) { display: block; margin-top: 12px; color: #fff; font-weight: 700; }
.omp-catalog-head { margin-bottom: 38px; padding-bottom: 30px; border-bottom: 1px solid var(--omp-line); }
.omp-catalog-head h1 { font-size: clamp(1.85rem, 3vw, 2.35rem); }
.omp-catalog-hero { margin-top: 28px; overflow: hidden; aspect-ratio: 16 / 6; background: var(--omp-bg-soft); }
.omp-catalog-hero img { width: 100%; height: 100% !important; object-fit: cover; }
.omp-results-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.omp-results-head h2 { margin: 0; font-size: 1.35rem; }
.omp-results-head span { color: var(--omp-muted); font-size: 12px; font-weight: 700; }
.omp-product-grid--catalog { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.omp-compare-block,
.omp-article-links { margin-top: 58px; padding-top: 30px; border-top: 1px solid var(--omp-line); }
.omp-compare-block h2,
.omp-article-links h2 { font-size: 1.65rem; }
.omp-article-links ul { margin: 0; padding: 0; list-style: none; }
.omp-article-links li { border-bottom: 1px solid var(--omp-line); }
.omp-article-links a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 0; color: var(--omp-ink); font-weight: 700; }
.omp-article-links svg { width: 18px; flex: 0 0 18px; fill: var(--omp-navy); }
.omp-shop-head { max-width: 920px; margin-bottom: 50px; }
.omp-shop-group { margin-bottom: 66px; }
.omp-shop-group > header { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 3px solid var(--omp-navy); }
.omp-shop-group > header h2 { margin: 0; font-size: 1.4rem; }
.omp-shop-group > header a { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 700; }
.omp-shop-group > header svg { width: 16px; fill: currentColor; }

/* Trang sản phẩm */
.omp-product-hero { display: grid; grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr); gap: 64px; align-items: start; padding: 8px 0 64px; }
.omp-product-hero__media { position: relative; aspect-ratio: 1; overflow: hidden; border: 1px solid var(--omp-line); background: var(--omp-bg-soft); }
.omp-product-hero__media > .omp-product-image { width: 100%; height: 100% !important; object-fit: contain; }
.omp-product-hero__copy h1 { font-size: clamp(1.8rem, 3vw, 2.2rem); }
.omp-product-code { margin-bottom: 8px; color: var(--omp-muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.omp-product-price { display: flex; align-items: baseline; gap: 14px; margin-bottom: 18px; }
.omp-product-price del { color: var(--omp-muted); font-size: 13px; }
.omp-product-price strong { color: var(--omp-navy-dark); font-size: 1.75rem; }
.omp-product-price strong.omp-is-quote { padding: 5px 12px; border: 1px solid var(--omp-navy); border-radius: 20px; font-size: 14px; }
.omp-product-summary { color: #374151; font-size: 1.02rem; }
.omp-main-specs { display: grid; grid-template-columns: repeat(2, 1fr); margin: 24px 0; border-top: 1px solid var(--omp-line); border-left: 1px solid var(--omp-line); }
.omp-main-specs div { min-height: 78px; padding: 13px; border-right: 1px solid var(--omp-line); border-bottom: 1px solid var(--omp-line); }
.omp-main-specs dt { color: var(--omp-muted); font-size: 11px; }
.omp-main-specs dd { margin: 3px 0 0; color: var(--omp-ink); font-size: 13px; font-weight: 700; }
.omp-gift-box { margin: 24px 0; padding: 18px 20px; border-left: 5px solid var(--omp-orange); background: #FFF5E9; }
.omp-gift-box h2 { margin-bottom: 10px; font-size: 15px; letter-spacing: 0; }
.omp-gift-box ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px 15px; margin: 0; padding: 0; list-style: none; }
.omp-gift-box li { display: flex; gap: 6px; color: #5C3C17; font-size: 12px; }
.omp-gift-box svg { width: 17px; flex: 0 0 17px; fill: #B85A00; }
.omp-product-section { margin-top: 70px; padding-top: 34px; border-top: 5px solid var(--omp-dark); }
.omp-product-section h2 { font-size: 1.75rem; }
.omp-spec-table th { width: 34%; }

/* Liên hệ và thuê */
.omp-contact-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 22px 0 70px; border-block: 1px solid var(--omp-line); }
.omp-contact-facts > div { padding: 22px; border-right: 1px solid var(--omp-line); }
.omp-contact-facts > div:first-child { border-left: 1px solid var(--omp-line); }
.omp-contact-facts strong { display: block; margin-bottom: 8px; color: var(--omp-navy); font-size: 11px; text-transform: uppercase; }
.omp-contact-facts span,
.omp-contact-facts a { color: #374151; font-size: 13px; }
.omp-form-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; max-width: 1080px; margin: 0 auto 70px; padding: 42px; border-top: 5px solid var(--omp-navy); background: var(--omp-bg-soft); }
.omp-form-section > header p { color: #4B5563; }
.omp-lead-form label { display: block; margin-bottom: 14px; color: #374151; font-size: 13px; font-weight: 700; }
.omp-lead-form input,
.omp-lead-form select,
.omp-lead-form textarea { width: 100%; margin-top: 5px; padding: 11px 12px; border: 1px solid #AEB6C3; border-radius: 2px; background: #fff; color: var(--omp-ink); font-size: 15px; font-weight: 400; }
.omp-lead-form input:focus,
.omp-lead-form select:focus,
.omp-lead-form textarea:focus { border-color: var(--omp-navy); outline: 3px solid rgba(11,61,145,.13); }
.omp-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 14px; }
.omp-form-span { grid-column: 1 / -1; }
.omp-form-note { margin-top: 10px; color: var(--omp-muted); font-size: 11px; }
.omp-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.omp-form-notice { grid-column: 1 / -1; margin-bottom: 18px; padding: 13px 15px; border-left: 4px solid #197447; background: #ECF8F1; color: #174A32; }
.omp-form-notice--error { border-color: #B42318; background: #FFF0EF; color: #7A271A; }
.omp-contact-map { max-width: 1080px; aspect-ratio: 16 / 7; margin: 0 auto 65px; }
.omp-rent-hero { position: relative; z-index: 0; overflow: hidden; padding: 30px 0 62px; background: var(--omp-navy-dark); }
.omp-rent-hero__image { position: absolute; z-index: -2; inset: 0; }
.omp-rent-hero__image::after { position: absolute; content: ""; inset: 0; background: rgba(7,42,102,.83); }
.omp-rent-hero__image img { width: 100%; height: 100% !important; object-fit: cover; }
.omp-rent-hero .omp-breadcrumb { margin-bottom: 42px; }
body.omp-site .omp-rent-hero h1 { max-width: 800px; color: #fff; }
.omp-rent-hero .omp-kicker { color: #FFB865; }
.omp-rent-hero p:not(.omp-kicker) { max-width: 720px; margin-bottom: 0; color: #D7E2F2; }
.omp-rent-hero .omp-breadcrumb,
.omp-rent-hero .omp-breadcrumb a,
.omp-rent-hero .omp-breadcrumb [aria-current="page"] { color: #D7E2F2; }
.omp-rent-page { padding-block: 60px 82px; }
.omp-plan-grid--page { margin-bottom: 70px; }
.omp-plan-grid--page article { border: 1px solid var(--omp-line); border-top: 5px solid var(--omp-navy); box-shadow: none; }
.omp-rental-form { margin-top: 70px; }

/* Blog tạp chí và bài chi tiết */
.omp-blog-intro { max-width: 900px; margin-bottom: 50px; padding: 15px 0 35px; border-bottom: 5px solid var(--omp-navy); }
.omp-blog-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 54px; align-items: start; }
.omp-post-list { border-top: 1px solid var(--omp-line); }
.omp-post-row { display: grid; grid-template-columns: 160px minmax(0, 1fr); gap: 22px; padding: 22px 0; border-bottom: 1px solid var(--omp-line); }
.omp-post-row__image { aspect-ratio: 4 / 3; overflow: hidden; background: var(--omp-bg-soft); }
.omp-post-row__image img { width: 100%; height: 100% !important; object-fit: cover; }
.omp-post-row h2 { margin-bottom: 7px; font-size: 1.05rem; letter-spacing: -.01em; }
.omp-post-row h2 a { color: var(--omp-ink); }
.omp-post-row > div > p:last-child { margin-bottom: 0; color: #4B5563; font-size: 12px; }
.omp-meta { margin-bottom: 6px; color: var(--omp-muted); font-size: 11px; }
.omp-blog-sidebar { display: grid; gap: 18px; }
.omp-blog-sidebar > section { padding: 20px; border: 1px solid var(--omp-line); }
.omp-blog-sidebar h2 { margin-bottom: 12px; font-size: 15px; }
.omp-mini-products { display: grid; gap: 12px; }
.omp-mini-products > a { display: grid; grid-template-columns: 58px 1fr; gap: 10px; padding-bottom: 12px; border-bottom: 1px solid var(--omp-line); }
.omp-mini-products > a:last-child { padding-bottom: 0; border: 0; }
.omp-mini-products img { width: 58px; height: 58px; object-fit: contain; background: var(--omp-bg-soft); }
.omp-mini-products span { display: flex; flex-direction: column; }
.omp-mini-products strong { color: var(--omp-ink); font-size: 11px; line-height: 1.45; }
.omp-mini-products em { margin-top: 3px; color: var(--omp-navy); font-size: 10px; font-style: normal; font-weight: 700; }
.omp-side-rent { position: relative; display: flex; min-height: 145px; flex-direction: column; justify-content: end; padding: 22px 54px 22px 22px; background: var(--omp-orange); color: #111827 !important; }
.omp-side-rent small { font-size: 11px; }
.omp-side-rent strong { font-size: 18px; line-height: 1.35; }
.omp-side-rent svg { position: absolute; right: 20px; bottom: 25px; width: 22px; fill: currentColor; }
.omp-pagination { margin-top: 34px; }
.omp-pagination ul { display: flex; gap: 6px; margin: 0; padding: 0; list-style: none; }
.omp-pagination a,
.omp-pagination span { display: grid; min-width: 38px; height: 38px; padding: 0 8px; place-items: center; border: 1px solid var(--omp-line); color: #374151; }
.omp-pagination .current { border-color: var(--omp-navy); background: var(--omp-navy); color: #fff; }
.omp-empty { padding: 22px; background: var(--omp-bg-soft); }
.omp-article-head { max-width: 850px; margin-bottom: 30px; }
.omp-article-head h1 { font-size: clamp(1.8rem, 3vw, 2.2rem); }
.omp-article-excerpt { color: #374151; font-size: 1.05rem; font-weight: 500; }
.omp-article-hero { margin-bottom: 30px; aspect-ratio: 16 / 9; overflow: hidden; background: var(--omp-bg-soft); }
.omp-article-hero img { width: 100%; height: 100%; object-fit: cover; }
.omp-toc { margin-bottom: 38px; padding: 22px; border-left: 5px solid var(--omp-navy); background: var(--omp-bg-soft); }
.omp-toc[hidden] { display: none; }
.omp-toc h2 { margin-bottom: 10px; font-size: 16px; }
.omp-toc ol { margin: 0; padding-left: 22px; }
.omp-toc li { margin: 5px 0; color: #4B5563; font-size: 12px; }
.omp-toc a { color: #374151; }
.omp-article-copy > * { max-width: 100%; }
.omp-author-box { display: grid; grid-template-columns: 66px 1fr; gap: 18px; margin-top: 58px; padding: 25px 0; border-block: 1px solid var(--omp-line); }
.omp-author-box > div { display: grid; width: 66px; height: 66px; place-items: center; background: var(--omp-navy); color: #fff; font-size: 28px; font-weight: 800; }
.omp-author-box h2 { margin: 0; font-size: 18px; }
.omp-author-box p { margin-bottom: 3px; color: var(--omp-muted); font-size: 12px; }
.omp-author-box strong { color: #374151; font-size: 12px; }
.omp-article-section { margin-top: 62px; }
.omp-article-section h2 { font-size: 1.65rem; }
.omp-related-posts { margin: 0; padding: 0; border-top: 1px solid var(--omp-line); list-style: none; }
.omp-related-posts li { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--omp-line); }
.omp-related-posts a { color: var(--omp-ink); font-weight: 700; }
.omp-related-posts time { flex: 0 0 auto; color: var(--omp-muted); font-size: 11px; }

/* 404 và footer */
.omp-not-found { text-align: center; }
.omp-not-found > p:not(.omp-error-code),
.omp-not-found > .omp-search-form { max-width: 620px; margin-inline: auto; }
.omp-error-code { margin-bottom: 0; color: var(--omp-navy); font-size: clamp(5rem, 14vw, 10rem); font-weight: 800; line-height: 1; }
.omp-not-found section { margin: 60px 0 35px; text-align: left; }
.omp-category-list-404 { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--omp-line); }
.omp-category-list-404 a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 14px; border-right: 1px solid var(--omp-line); border-bottom: 1px solid var(--omp-line); color: var(--omp-ink); font-weight: 700; }
.omp-category-list-404 svg { width: 18px; fill: var(--omp-navy); }
.omp-not-found .omp-button-row { justify-content: center; }
.omp-footer { padding: 64px 0 0; background: var(--omp-dark); }
.omp-footer__grid { display: grid; grid-template-columns: 1.25fr .85fr .9fr; gap: 64px; }
.omp-footer__logo { margin-bottom: 20px; }
.omp-wordmark--footer .omp-wordmark__name { color: #fff; }
.omp-wordmark--footer .omp-wordmark__sub { color: #CBD5E1; }
.omp-footer h2 { margin-bottom: 18px; font-size: 15px; letter-spacing: 0; }
.omp-footer p { margin-bottom: 7px; font-size: 12px; }
.omp-footer ul { margin: 0; padding: 0; list-style: none; }
.omp-footer li { margin-bottom: 8px; }
.omp-footer a { font-size: 12px; }
.omp-footer-menu--extra { margin-top: 8px !important; padding-top: 8px !important; border-top: 1px solid rgba(255,255,255,.14); }
.omp-footer__bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 46px; padding-block: 20px; border-top: 1px solid rgba(255,255,255,.22); }
.omp-footer__bottom p { margin: 0; }
body.omp-site .omp-footer,
body.omp-site .omp-footer p,
body.omp-site .omp-footer li,
body.omp-site .omp-footer a { color: #CBD5E1; }
body.omp-site .omp-footer h2,
body.omp-site .omp-footer strong,
body.omp-site .omp-footer .omp-wordmark__name,
body.omp-site .omp-footer a:hover { color: #fff; }
body.omp-site .omp-footer .omp-wordmark__name span { color: #FFB865; }
.omp-bottom-bar { display: none; }

@media (max-width: 1100px) {
  .omp-mainbar__inner { grid-template-columns: 220px minmax(260px, 1fr) auto; gap: 18px; }
  .omp-head-actions .omp-button { padding-inline: 12px; }
  .omp-menu > li > a { padding-inline: 11px; font-size: 13px; }
  .omp-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .omp-industries > .omp-container > div { grid-template-columns: repeat(2, 1fr); }
  .omp-contact-facts { grid-template-columns: repeat(2, 1fr); }
  .omp-contact-facts > div:nth-child(2) { border-right: 0; }
  .omp-footer__grid { gap: 40px; }
}

@media (max-width: 900px) {
  body.omp-site { padding-bottom: 64px; }
  body.omp-site h1,
  body.omp-site h2 { text-wrap: pretty; }
  .omp-topbar { display: none; }
  .omp-header { position: sticky; top: 0; }
  .admin-bar .omp-header { top: 32px; }
  .omp-mainbar__inner { min-height: 68px; grid-template-columns: 1fr auto; }
  .omp-head-search,
  .omp-head-actions { display: none; }
  .omp-menu-toggle { display: inline-flex; width: 52px; height: 46px; flex-direction: column; align-items: center; justify-content: center; gap: 1px; border: 0; background: transparent; color: var(--omp-ink); font-size: 10px; cursor: pointer; }
  .omp-menu-toggle svg { width: 23px; fill: currentColor; }
  .omp-menubar { position: fixed; z-index: 1001; top: 68px; right: 0; bottom: 0; left: 0; padding: 14px 0 90px; visibility: hidden; overflow-y: auto; background: #fff; opacity: 0; transform: translateY(-8px); transition: .16s ease; }
  .admin-bar .omp-menubar { top: 100px; }
  .omp-is-menu-open .omp-menubar { visibility: visible; opacity: 1; transform: none; }
  .omp-menu { display: block; }
  .omp-menu > li { border-bottom: 1px solid var(--omp-line); }
  .omp-menu > li:first-child > a,
  .omp-menu > li > a { padding: 14px 46px 14px 2px; font-size: 15px; }
  .omp-menu .sub-menu { position: static; display: none; min-width: 0; padding: 0 0 10px 14px; visibility: visible; opacity: 1; transform: none; border: 0; box-shadow: none; }
  .omp-menu .omp-is-submenu-open > .sub-menu { display: block; }
  .omp-submenu-toggle { position: absolute; top: 7px; right: 0; display: grid; width: 40px; height: 40px; place-items: center; border: 0; background: transparent; color: var(--omp-ink); cursor: pointer; }
  .omp-submenu-toggle span[aria-hidden="true"] { font-size: 19px; transition: transform .16s ease; }
  .omp-is-submenu-open > .omp-submenu-toggle span[aria-hidden="true"] { transform: rotate(180deg); }
  .omp-home-hero { min-height: 560px; }
  .omp-home-hero__copy { min-height: 410px; }
  .omp-hero-stats { grid-template-columns: repeat(2, 1fr); }
  .omp-hero-stats p:nth-child(2) { border-right: 0; }
  .omp-hero-stats p:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.26); }
  .omp-needs,
  .omp-plan-grid { grid-template-columns: 1fr; }
  .omp-needs article { border-bottom: 1px solid var(--omp-line); }
  .omp-plan-grid article { max-width: 700px; width: 100%; margin-inline: auto; }
  .omp-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .omp-process ol { grid-template-columns: repeat(2, 1fr); gap: 30px 0; }
  .omp-process li:nth-child(2)::after { display: none; }
  .omp-latest-list article { grid-template-columns: 90px 1fr; gap: 20px; }
  .omp-latest-list article > p { grid-column: 2; }
  .omp-contact-section__grid,
  .omp-catalog-layout,
  .omp-product-hero,
  .omp-form-section,
  .omp-blog-layout { grid-template-columns: 1fr; }
  .omp-catalog-layout { gap: 50px; }
  .omp-catalog-sidebar { grid-template-columns: repeat(2, 1fr); order: 2; }
  .omp-catalog-sidebar .omp-advice-box { grid-column: 1 / -1; }
  .omp-product-hero { gap: 38px; }
  .omp-form-section { gap: 28px; }
  .omp-blog-layout { gap: 60px; }
  .omp-blog-sidebar { grid-template-columns: repeat(2, 1fr); }
  .omp-side-rent { min-height: 100%; }
  .omp-footer__grid { grid-template-columns: 1.15fr 1fr; }
  .omp-footer__grid section:last-child { grid-column: 1 / -1; }
  .omp-bottom-bar { position: fixed; z-index: 1200; right: 0; bottom: 0; left: 0; display: grid; min-height: 64px; grid-template-columns: repeat(3, 1fr); padding-bottom: env(safe-area-inset-bottom); border-top: 1px solid var(--omp-line); background: #fff; }
  .omp-bottom-bar a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px; color: #374151; font-size: 10px; font-weight: 700; }
  .omp-bottom-bar svg { width: 19px; height: 19px; fill: var(--omp-navy); }
}

@media (max-width: 620px) {
  .omp-container { width: min(100% - 28px, 1220px); }
  body.omp-site h1 { font-size: 2rem; }
  body.omp-site h2 { font-size: 1.55rem; }
  .omp-wordmark__name { font-size: 24px; }
  .omp-wordmark__sub { font-size: 9px; }
  .omp-home-hero__copy { min-height: 430px; padding-block: 55px; }
  .omp-home-hero__copy h1 { font-size: 2.15rem; }
  .omp-home-hero__copy .omp-button { flex: 1 1 100%; }
  .omp-hero-stats p { min-height: 98px; padding: 15px; }
  .omp-hero-stats strong { font-size: 1.05rem; }
  .omp-section { padding-block: 58px; }
  .omp-section-head--split { display: block; }
  .omp-section-head--split > a { margin-top: 12px; }
  .omp-needs article { padding: 24px 20px; }
  .omp-plan-grid article { padding: 24px 20px; }
  .omp-product-grid { gap: 10px; }
  .omp-card__body { padding: 11px; }
  .omp-category-card { grid-template-columns: 1fr; }
  .omp-card__body h3 { min-height: 5.7em; font-size: 12px; }
  .omp-card-specs div { display: block; }
  .omp-card-specs dd { text-align: left; }
  .omp-price { font-size: 13px; }
  .omp-price--quote { font-size: 9px; }
  .omp-process ol { grid-template-columns: 1fr; }
  .omp-process li::after { display: none; }
  .omp-industries > .omp-container > div { grid-template-columns: 1fr; }
  .omp-industries article { min-height: 210px; }
  .omp-latest-list article { grid-template-columns: 1fr; gap: 5px; }
  .omp-latest-list article > p { grid-column: auto; }
  .omp-contact-section__grid { gap: 38px; }
  .omp-contact-section dl div { grid-template-columns: 1fr; gap: 2px; }
  .omp-page-shell { padding-block: 18px 65px; }
  .omp-breadcrumb { margin-bottom: 25px; }
  .omp-breadcrumb [aria-current="page"] { max-width: 230px; }
  .omp-page-hero { aspect-ratio: 16 / 10; }
  .omp-prose table { font-size: 12px; }
  .omp-prose th,
  .omp-prose td,
  .omp-spec-table th,
  .omp-spec-table td,
  .omp-compare-block th,
  .omp-compare-block td,
  .omp-product-section th,
  .omp-product-section td { padding: 9px; }
  .omp-catalog-sidebar { grid-template-columns: 1fr; }
  .omp-product-grid--catalog { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .omp-product-hero__copy h1 { font-size: 1.8rem; }
  .omp-main-specs,
  .omp-gift-box ul { grid-template-columns: 1fr; }
  .omp-contact-facts { grid-template-columns: 1fr; }
  .omp-contact-facts > div,
  .omp-contact-facts > div:first-child { border-right: 0; border-bottom: 1px solid var(--omp-line); border-left: 0; }
  .omp-form-section { padding: 28px 20px; }
  .omp-form-grid { grid-template-columns: 1fr; }
  .omp-form-span { grid-column: auto; }
  .omp-contact-map { aspect-ratio: 4 / 3; }
  .omp-post-row { grid-template-columns: 110px 1fr; gap: 14px; }
  .omp-post-row h2 { font-size: .92rem; }
  .omp-post-row > div > p:last-child { display: none; }
  .omp-blog-sidebar { grid-template-columns: 1fr; }
  .omp-author-box { grid-template-columns: 52px 1fr; }
  .omp-author-box > div { width: 52px; height: 52px; font-size: 22px; }
  .omp-related-posts li { display: block; }
  .omp-related-posts time { display: block; margin-top: 4px; }
  .omp-category-list-404 { grid-template-columns: 1fr; }
  .omp-footer { padding-top: 50px; }
  .omp-footer__grid { grid-template-columns: 1fr; gap: 35px; }
  .omp-footer__grid section:last-child { grid-column: auto; }
  .omp-footer__bottom { display: block; }
  .omp-footer__bottom p + p { margin-top: 8px; }
}

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

/* === Vá cỡ chữ (Mon 03/09: "chữ nhỏ") === */
body.omp-site { font-size: 17px; line-height: 1.7; }
body.omp-site .omp-prose p, body.omp-site .omp-prose li, body.omp-site .entry-content p, body.omp-site .entry-content li, body.omp-site main p { font-size: 17px; line-height: 1.75; }
body.omp-site .omp-topbar, body.omp-site .omp-topbar a { font-size: 13.5px; }
body.omp-site .omp-menu a, body.omp-site nav a { font-size: 15.5px; }
body.omp-site .omp-button, body.omp-site [class*="button"] { font-size: 15.5px; }
body.omp-site .omp-footer, body.omp-site .omp-footer p, body.omp-site .omp-footer a, body.omp-site .omp-footer li { font-size: 15px; }
body.omp-site .omp-badge, body.omp-site [class*="badge"] { font-size: 12.5px; }
body.omp-site [class*="card__title"], body.omp-site .omp-card h3 { font-size: 17px; }
body.omp-site [class*="card__meta"], body.omp-site [class*="meta"] { font-size: 14px; }
body.omp-site table td, body.omp-site table th { font-size: 16px; }
body.omp-site .omp-kicker, body.omp-site [class*="kicker"] { font-size: 13px; }
@media (max-width: 767px) { body.omp-site { font-size: 16.5px; } body.omp-site .omp-prose p, body.omp-site main p { font-size: 16.5px; } }
