.oms-page {
    --pink: #e91e63;
    --violet: #9c27b0;
    --ink: #0b1220;
    --muted: #64748b;
    --soft: #f6f7fb;
    color: #111827;
    font-family: "Prompt", system-ui, sans-serif;
    line-height: 1.65;
    overflow: hidden;
}

.oms-page * { box-sizing: border-box; }
.oms-page .oms-container { max-width: 1200px; margin: auto; padding: 0 20px; }
.oms-page .oms-section { padding: 74px 0; }
.oms-page .oms-section--soft { background: var(--soft); }
.oms-page h1, .oms-page h2, .oms-page h3, .oms-page p { margin-top: 0; }
.oms-page .oms-kicker { display: block; margin-bottom: 10px; color: var(--pink); font-size: 12px; font-weight: 700; letter-spacing: 1.15px; text-transform: uppercase; }
.oms-page .oms-hero { padding: 70px 0 50px; background: radial-gradient(900px 420px at 70% 10%, rgba(233,30,99,.1), transparent 60%), radial-gradient(700px 340px at 12% 35%, rgba(156,39,176,.1), transparent 55%), #fff; }
.oms-page .oms-hero__grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 44px; align-items: center; }
.oms-page .oms-hero h1 { margin-bottom: 17px; color: var(--ink); font-size: 46px; font-weight: 700; line-height: 1.18; }
.oms-page .oms-lead, .oms-page .oms-heading p, .oms-page .oms-showcase__copy p, .oms-page .oms-insight p, .oms-page .oms-benefit-grid p { color: var(--muted); font-size: 14px; line-height: 1.9; }
.oms-page .oms-lead { max-width: 66ch; font-size: 15px; }
.oms-page .oms-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.oms-page .oms-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 9px 16px; border-radius: 10px; font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .18s ease; }
.oms-page .oms-button:hover, .oms-page .oms-contact__button:hover { transform: translateY(-2px); }
.oms-page .oms-button--primary { background: var(--pink); box-shadow: 0 14px 30px rgba(233,30,99,.2); color: #fff; }
.oms-page .oms-button--outline { border: 1px solid rgba(233,30,99,.28); color: var(--pink); }
.oms-page .oms-highlights { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 20px; margin-top: 26px; }
.oms-page .oms-highlights article { display: flex; gap: 11px; align-items: flex-start; }
.oms-page .oms-highlights i { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: rgba(15,23,42,.045); color: var(--pink); font-size: 18px; }
.oms-page .oms-highlights h2 { margin-bottom: 1px; color: var(--ink); font-size: 13px; font-weight: 700; }
.oms-page .oms-highlights p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.oms-page .oms-screen { margin: 0; padding: 14px; border-radius: 18px; box-shadow: 0 14px 40px rgba(15,23,42,.08); }
.oms-page .oms-screen--dark { background: linear-gradient(135deg, rgba(233,30,99,.2), rgba(156,39,176,.16)); }
.oms-page .oms-screen--light { background: linear-gradient(135deg, rgba(233,30,99,.14), rgba(156,39,176,.14)); }
.oms-page .oms-screen__bar { display: flex; align-items: center; gap: 7px; min-height: 34px; padding: 7px 12px; color: rgba(255,255,255,.8); font-size: 11px; }
.oms-page .oms-screen__bar span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.26); }
.oms-page .oms-screen__bar strong { margin-left: 3px; font-weight: 500; }
.oms-page .oms-screen--dark .oms-screen__bar { border-radius: 13px 13px 0 0; background: #172033; }
.oms-page .oms-image-button { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.oms-page .oms-image-button:focus-visible { outline: 3px solid var(--pink); outline-offset: 3px; }
.oms-page .oms-screen img { display: block; width: 100%; height: auto; border-radius: 0 0 13px 13px; }
.oms-page .oms-screen--light img { border: 1px solid rgba(15,23,42,.1); }
.oms-page .oms-heading { margin-bottom: 30px; }
.oms-page .oms-heading--center { max-width: 840px; margin: 0 auto 34px; text-align: center; }
.oms-page .oms-heading h2 { margin-bottom: 10px; color: var(--ink); font-size: 34px; font-weight: 700; line-height: 1.28; }
.oms-page .oms-heading p { margin-bottom: 0; }
.oms-page .oms-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.oms-page .oms-feature { min-height: 152px; padding: 18px; border: 1px solid rgba(15,23,42,.09); border-radius: 14px; background: #fff; box-shadow: 0 9px 22px rgba(15,23,42,.05); transition: transform .2s ease, box-shadow .2s ease; }
.oms-page .oms-feature:hover, .oms-page .oms-flow-step:hover, .oms-page .oms-insight:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(233,30,99,.13); }
.oms-page .oms-feature > i { display: grid; width: 42px; height: 42px; place-items: center; margin-bottom: 10px; border-radius: 12px; background: linear-gradient(135deg, var(--pink), var(--violet)); color: #fff; font-size: 18px; }
.oms-page .oms-feature h3, .oms-page .oms-insight h3, .oms-page .oms-benefit-grid h3 { margin-bottom: 5px; color: var(--ink); font-size: 15px; font-weight: 700; }
.oms-page .oms-feature p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.72; }
.oms-page .oms-workflow { position: relative; }
.oms-page .oms-platform-input { display: flex; align-items: center; justify-content: space-between; gap: 18px; max-width: 820px; margin: -8px auto 0; padding: 13px 16px; border: 1px solid rgba(233,30,99,.14); border-radius: 14px; background: linear-gradient(90deg, rgba(233,30,99,.055), rgba(156,39,176,.045)); }
.oms-page .oms-platform-input__eyebrow { display: block; margin-bottom: 2px; color: var(--pink); font-size: 11px; font-weight: 700; letter-spacing: .8px; text-transform: uppercase; }
.oms-page .oms-platform-input p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.oms-page .oms-platform-input__tag { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; background: #fff; box-shadow: 0 5px 14px rgba(15,23,42,.06); color: var(--ink); font-size: 11px; font-weight: 700; text-align: center; }
.oms-page .oms-cycle { max-width: 850px; margin: -16px auto 0; }
.oms-page .oms-cycle svg { display: block; width: 100%; height: auto; overflow: visible; }
.oms-page .oms-platform-badge { transform-box: fill-box; transform-origin: center; transition: transform .22s ease, filter .22s ease; }
.oms-page .oms-platform-badge:hover { filter: drop-shadow(0 6px 10px rgba(15,23,42,.12)); transform: translateY(-2px) scale(1.02); }
.oms-page .oms-platform-badge > rect { fill: rgba(255,255,255,.97); stroke: rgba(15,23,42,.09); stroke-width: 1; }
.oms-page .oms-platform-badge > text { fill: #334155; font-family: "Prompt", sans-serif; font-size: 10px; font-weight: 700; }
.oms-page .oms-platform-badge > circle:first-of-type { fill: #0b3977; }
.oms-page .oms-platform-badge > path { fill: none; stroke: #fff; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.oms-page .oms-platform-badge--shopee > circle:first-of-type { fill: #ee4d2d; }
.oms-page .oms-platform-badge--tiktok > circle:first-of-type { fill: #111827; }
.oms-page .oms-platform-badge--tiktok > path { stroke: #fff; }
.oms-page .oms-platform-badge--lazada > circle:first-of-type { fill: #5b3df5; }
.oms-page .oms-platform-badge--lazada > path { fill: #ff9d2e; stroke: none; }
.oms-page .oms-platform-badge--facebook > circle:first-of-type { fill: #1877f2; }
.oms-page .oms-platform-badge--others > circle:first-of-type { fill: #64748b; }
.oms-page .oms-platform-badge--others > circle:not(:first-of-type) { fill: #fff; }
.oms-page .oms-platform-mark { fill: #fff !important; font-family: Arial, sans-serif !important; font-size: 15px !important; font-weight: 700 !important; }
.oms-page .oms-platform-flow { fill: none; stroke: #f252a0; stroke-width: 4; stroke-linecap: round; stroke-dasharray: 2 13; animation: oms-platform-dash 2.7s linear infinite; }
.oms-page .oms-platform-dot { fill: #ff0a88; filter: drop-shadow(0 0 6px rgba(255,10,136,.75)); }
.oms-page .oms-platform-flow-copy { max-width: 620px; margin: -10px auto 12px; color: var(--ink); font-size: 13px; font-weight: 700; text-align: center; }
.oms-page .oms-workflow-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; max-width: 1120px; margin: 0 auto; }
.oms-page .oms-workflow-steps article { position: relative; min-height: 148px; padding: 16px 14px 14px; border: 1px solid rgba(15,23,42,.08); border-radius: 14px; background: #fff; box-shadow: 0 8px 20px rgba(15,23,42,.045); }
.oms-page .oms-workflow-steps span { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-bottom: 8px; border-radius: 50%; background: rgba(233,30,99,.1); color: var(--pink); font-size: 11px; font-weight: 700; }
.oms-page .oms-workflow-steps h3 { margin-bottom: 5px; color: var(--ink); font-size: 13px; font-weight: 700; line-height: 1.45; }
.oms-page .oms-workflow-steps p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.65; }
.oms-page .oms-cycle-track { fill: none; stroke: #e8dce8; stroke-width: 7; stroke-linecap: round; }
.oms-page .oms-cycle-run { fill: none; stroke: #f252a0; stroke-width: 7; stroke-linecap: round; stroke-dasharray: 2 26; animation: oms-cycle-dash 5.8s linear infinite; }
.oms-page .oms-cycle-arrow { fill: none; stroke: rgba(9,48,103,.72); stroke-width: 5; stroke-linecap: round; }
.oms-page .oms-cycle-dot { fill: #ff0a88; filter: drop-shadow(0 0 7px rgba(255,10,136,.7)); }
.oms-page .oms-cycle-center > circle:first-child { fill: rgba(231,244,255,.92); }
.oms-page .oms-cycle-center > circle:nth-child(2) { fill: url(#omsCyclePink); }
.oms-page .oms-cycle-center > path { fill: #0b3977; stroke: rgba(255,255,255,.18); stroke-width: 2; }
.oms-page .oms-cycle-center > circle:last-child { fill: #123f7e; }
.oms-page .oms-cycle-center__label { fill: #fff; font-family: "Prompt", sans-serif; font-size: 45px; font-weight: 700; letter-spacing: 1px; }
.oms-page .oms-cycle-node { cursor: default; transform-box: fill-box; transform-origin: center; transition: transform .25s ease; }
.oms-page .oms-cycle-node:hover { transform: scale(1.05); }
.oms-page .oms-cycle-node > circle { fill: #fff; stroke-width: 6; }
.oms-page .oms-cycle-node > path, .oms-page .oms-cycle-node > circle:not(:first-child) { fill: none; stroke: #0b3977; stroke-width: 5; stroke-linecap: round; stroke-linejoin: round; }
.oms-page .oms-cycle-node--order > circle { stroke: #f12687; fill: #fff5fa; }
.oms-page .oms-cycle-node--order > circle:first-child { animation: oms-order-glow 3.2s ease-in-out infinite; }
.oms-page .oms-cycle-node--warehouse > circle { stroke: #49a8f4; fill: #f3faff; }
.oms-page .oms-cycle-node--stock > circle { stroke: #22c987; fill: #f2fff9; }
.oms-page .oms-cycle-node--promotion > circle { stroke: #8b5cf6; fill: #f8f5ff; }
.oms-page .oms-cycle-node--reports > circle { stroke: #f59e0b; fill: #fff9ef; }
.oms-page .oms-cycle-label { fill: var(--ink); font-family: "Prompt", sans-serif; font-size: 19px; font-weight: 700; }
.oms-page .oms-cycle-legend { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; max-width: 960px; margin: -18px auto 0; }
.oms-page .oms-cycle-legend article { display: flex; gap: 8px; align-items: center; padding: 10px; border-radius: 12px; background: rgba(255,255,255,.8); color: var(--muted); font-size: 11px; line-height: 1.5; }
.oms-page .oms-cycle-legend i { display: grid; flex: 0 0 28px; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgba(233,30,99,.1); color: var(--pink); }
.oms-page .oms-operation-stack { display: grid; gap: 22px; }
.oms-page .oms-operation-block { display: grid; grid-template-columns: .8fr 1.2fr; gap: 30px; align-items: center; padding: 26px; border: 1px solid rgba(15,23,42,.09); border-radius: 20px; background: #fff; box-shadow: 0 10px 26px rgba(15,23,42,.05); }
.oms-page .oms-operation-block--reverse { grid-template-columns: 1.2fr .8fr; }
.oms-page .oms-operation-block--reverse .oms-operation-block__copy { order: 2; }
.oms-page .oms-operation-block--reverse .oms-operation-shots { order: 1; }
.oms-page .oms-operation-block__copy h3, .oms-page .oms-report-panel h3, .oms-page .oms-promotion-panel h3 { margin-bottom: 8px; color: var(--ink); font-size: 24px; font-weight: 700; line-height: 1.35; }
.oms-page .oms-operation-block__copy > p, .oms-page .oms-report-panel > p, .oms-page .oms-promotion-panel p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.85; }
.oms-page .oms-detail-list { display: grid; gap: 7px; margin: 16px 0 0; padding: 0; list-style: none; }
.oms-page .oms-detail-list li { position: relative; padding-left: 19px; color: #475569; font-size: 12px; line-height: 1.65; }
.oms-page .oms-detail-list li:before { position: absolute; top: .52em; left: 1px; width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--violet)); content: ""; }
.oms-page .oms-operation-shots, .oms-page .oms-report-screens { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.oms-page .oms-operation-shots .oms-screen, .oms-page .oms-report-screens .oms-screen { max-height: 250px; padding: 9px; overflow: hidden; }
.oms-page .oms-operation-shots .oms-screen img, .oms-page .oms-report-screens .oms-screen img { min-height: 190px; object-fit: cover; object-position: top; }
.oms-page .oms-report-promotion-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 20px; align-items: stretch; }
.oms-page .oms-report-panel, .oms-page .oms-promotion-panel { padding: 22px; border: 1px solid rgba(15,23,42,.09); border-radius: 18px; background: #fff; box-shadow: 0 10px 26px rgba(15,23,42,.05); }
.oms-page .oms-report-screens { margin-top: 18px; }
.oms-page .oms-promotion-panel { display: grid; grid-template-columns: 1fr; gap: 18px; background: linear-gradient(135deg, rgba(233,30,99,.06), rgba(156,39,176,.06)); }
.oms-page .oms-promotion-panel .oms-screen { max-height: 230px; padding: 9px; overflow: hidden; }
.oms-page .oms-promotion-panel .oms-screen img { min-height: 210px; object-fit: cover; object-position: top; }
.oms-page .oms-showcase-grid { display: grid; gap: 22px; }
.oms-page .oms-showcase { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; align-items: center; padding: 24px; border: 1px solid rgba(15,23,42,.09); border-radius: 20px; background: #fff; box-shadow: 0 10px 26px rgba(15,23,42,.05); }
.oms-page .oms-showcase--reverse { grid-template-columns: 1.2fr .8fr; }
.oms-page .oms-showcase--reverse .oms-showcase__copy { order: 2; }
.oms-page .oms-showcase--reverse figure { order: 1; }
.oms-page .oms-showcase__copy h3 { margin-bottom: 7px; color: var(--ink); font-size: 25px; font-weight: 700; line-height: 1.35; }
.oms-page .oms-showcase__copy p { margin-bottom: 0; }
.oms-page .oms-showcase .oms-screen { max-height: 350px; overflow: hidden; }
.oms-page .oms-showcase .oms-screen img { object-fit: cover; object-position: top; }
.oms-page .oms-insight-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.oms-page .oms-insight { padding: 15px; border: 1px solid rgba(15,23,42,.09); border-radius: 16px; background: #fff; box-shadow: 0 9px 22px rgba(15,23,42,.05); transition: transform .2s ease, box-shadow .2s ease; }
.oms-page .oms-insight .oms-screen { margin: 0 0 13px; padding: 9px; }
.oms-page .oms-insight .oms-screen img { max-height: 205px; object-fit: cover; object-position: top; }
.oms-page .oms-insight p { margin-bottom: 0; font-size: 12px; line-height: 1.75; }
.oms-page .oms-insight--text { display: flex; flex-direction: column; justify-content: center; padding: 26px; background: linear-gradient(135deg, rgba(233,30,99,.08), rgba(156,39,176,.08)); }
.oms-page .oms-insight--text > i { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 15px; border-radius: 14px; background: linear-gradient(135deg, var(--pink), var(--violet)); color: #fff; font-size: 21px; }
.oms-page .oms-insight__lines { display: grid; gap: 8px; margin-top: 15px; }
.oms-page .oms-insight__lines span { padding: 8px 10px; border-radius: 9px; background: rgba(255,255,255,.72); color: var(--ink); font-size: 12px; font-weight: 600; }
.oms-page .oms-benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.oms-page .oms-benefit-grid article { padding: 18px; border-radius: 14px; background: rgba(255,255,255,.76); }
.oms-page .oms-benefit-grid i { display: grid; width: 40px; height: 40px; place-items: center; margin-bottom: 10px; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--violet)); color: #fff; }
.oms-page .oms-benefit-grid p { margin: 0; font-size: 12px; line-height: 1.75; }
.oms-page .oms-contact { position: relative; overflow: hidden; padding: 74px 0; background: linear-gradient(135deg, #ff0a88, #a100ff); color: #fff; }
.oms-page .oms-contact:after { position: absolute; top: -130px; right: -145px; width: 560px; height: 560px; border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.18), transparent 64%); content: ""; }
.oms-page .oms-contact__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.oms-page .oms-contact .oms-kicker { color: rgba(255,255,255,.9); }
.oms-page .oms-contact h2 { max-width: 760px; margin-bottom: 10px; font-size: 38px; font-weight: 700; line-height: 1.18; }
.oms-page .oms-contact p { max-width: 700px; margin: 0; color: rgba(255,255,255,.9); font-size: 14px; line-height: 1.85; }
.oms-page .oms-contact__button { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 10px; padding: 12px 16px 12px 20px; border-radius: 999px; background: #fff; box-shadow: 0 18px 42px rgba(0,0,0,.18); color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .18s ease; }
.oms-page .oms-contact__button i { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: rgba(233,30,99,.1); color: var(--pink); }
.oms-page .oms-reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.oms-page .oms-reveal.is-visible { opacity: 1; transform: none; }
.oms-lightbox { position: fixed; z-index: 1080; inset: 0; display: none; align-items: center; justify-content: center; padding: 24px; }
.oms-lightbox.is-open { display: flex; }
.oms-lightbox__backdrop { position: absolute; inset: 0; background: rgba(11,18,32,.82); }
.oms-lightbox__dialog { position: relative; z-index: 1; max-width: min(1200px,100%); max-height: calc(100vh - 48px); }
.oms-lightbox__dialog img { display: block; max-width: 100%; max-height: calc(100vh - 48px); border-radius: 14px; box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.oms-lightbox__close { position: absolute; z-index: 2; top: 10px; right: 10px; display: grid; width: 40px; height: 40px; place-items: center; border: 0; border-radius: 50%; background: rgba(11,18,32,.8); color: #fff; cursor: pointer; }
body.oms-lightbox-open { overflow: hidden; }

@keyframes oms-cycle-dash { to { stroke-dashoffset: -168; } }
@keyframes oms-platform-dash { to { stroke-dashoffset: -60; } }
@keyframes oms-order-glow { 50% { filter: drop-shadow(0 0 10px rgba(241,38,135,.4)); stroke-width: 8; } }

@media (max-width: 1024px) {
    .oms-page .oms-hero__grid, .oms-page .oms-showcase, .oms-page .oms-showcase--reverse { grid-template-columns: 1fr; }
    .oms-page .oms-showcase--reverse .oms-showcase__copy, .oms-page .oms-showcase--reverse figure { order: initial; }
    .oms-page .oms-feature-grid, .oms-page .oms-insight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .oms-page .oms-cycle { max-width: 720px; }
    .oms-page .oms-platform-input { max-width: 720px; }
    .oms-page .oms-workflow-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .oms-page .oms-operation-block, .oms-page .oms-operation-block--reverse, .oms-page .oms-report-promotion-grid { grid-template-columns: 1fr; }
    .oms-page .oms-operation-block--reverse .oms-operation-block__copy, .oms-page .oms-operation-block--reverse .oms-operation-shots { order: initial; }
    .oms-page .oms-cycle-legend { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 0; }
    .oms-page .oms-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .oms-page .oms-section { padding: 58px 0; }
    .oms-page .oms-hero { padding: 52px 0 38px; }
    .oms-page .oms-hero h1 { font-size: 32px; }
    .oms-page .oms-heading h2 { font-size: 27px; }
    .oms-page .oms-cycle { width: calc(100% + 24px); margin: -4px -12px 8px; }
    .oms-page .oms-platform-input { align-items: flex-start; flex-direction: column; gap: 8px; margin-top: 0; }
    .oms-page .oms-platform-input__tag { width: 100%; }
    .oms-page .oms-platform-flow-copy { margin-top: -4px; }
    .oms-page .oms-cycle-label { font-size: 22px; }
    .oms-page .oms-cycle-center__label { font-size: 49px; }
    .oms-page .oms-cycle-legend { grid-template-columns: 1fr; gap: 7px; margin-top: 0; }
    .oms-page .oms-cycle-legend article { font-size: 12px; }
    .oms-page .oms-workflow-steps { grid-template-columns: 1fr; gap: 8px; }
    .oms-page .oms-workflow-steps article { min-height: 0; padding: 13px; }
    .oms-page .oms-operation-block { gap: 20px; padding: 18px; }
    .oms-page .oms-operation-block__copy h3, .oms-page .oms-report-panel h3, .oms-page .oms-promotion-panel h3 { font-size: 21px; }
    .oms-page .oms-showcase { gap: 22px; padding: 18px; }
    .oms-page .oms-showcase__copy h3 { font-size: 22px; }
    .oms-page .oms-contact { padding: 62px 0; }
    .oms-page .oms-contact__inner { align-items: flex-start; flex-direction: column; }
    .oms-page .oms-contact h2 { font-size: 29px; }
    .oms-page .oms-lightbox { padding: 12px; }
    .oms-lightbox__dialog img { max-height: calc(100vh - 24px); }
}

@media (max-width: 560px) {
    .oms-page .oms-container { padding: 0 16px; }
    .oms-page .oms-highlights, .oms-page .oms-feature-grid, .oms-page .oms-insight-grid, .oms-page .oms-benefit-grid { grid-template-columns: 1fr; }
    .oms-page .oms-hero h1 { font-size: 29px; }
    .oms-page .oms-screen { padding: 10px; }
    .oms-page .oms-insight .oms-screen img { max-height: 180px; }
    .oms-page .oms-operation-shots, .oms-page .oms-report-screens { grid-template-columns: 1fr; }
    .oms-page .oms-contact__button { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
    .oms-page *, .oms-page .oms-cycle-run { animation: none !important; transition-duration: .01ms !important; }
    .oms-page .oms-cycle-dot, .oms-page .oms-platform-dot { display: none; }
}
