.page-hero-retail .page-kicker:empty { display: none; }

@media (min-width: 901px) {
  .page-hero-retail { min-height: 0; padding: calc(var(--header-height) + 42px) 0 48px; }
  .page-hero-retail .page-hero-grid { min-height: 330px; grid-template-columns: minmax(0, 1fr) minmax(400px, .95fr); gap: clamp(38px, 4.5vw, 70px); }
  .page-hero-retail h1 { font-size: clamp(36px, 3vw, 52px); white-space: nowrap; text-wrap: nowrap; }
  .page-hero-retail .breadcrumbs { margin-bottom: 22px; }
  .page-hero-retail .page-hero-lead { margin-top: 18px; }
  .page-hero-retail .page-hero-actions { margin-top: 24px; }
  .page-hero-retail .page-hero-visual > img { height: 300px; }
}

.page-hero-erp .page-kicker:empty { display: none; }
.page-hero-erp .page-hero-visual { margin: 0; padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; transform: none; }
.page-hero-erp .page-visual-bar { display: none; }
.page-hero-erp .page-hero-visual > img { border-radius: 0; background: transparent; }
.theme-erp .section-heading.centered,
.theme-erp .story-section .section-heading { max-width: 900px; margin-inline: auto; }
.theme-erp .story-section .story-row figure { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.theme-erp .story-section .story-row img { padding: 0; }

.theme-erp .module-catalog-section { background: linear-gradient(180deg, #f2f6fc 0%, #f8faff 100%); }
.theme-erp .module-catalog-head { display: block; margin-bottom: 42px; }
.theme-erp .module-catalog-head .section-heading { max-width: 880px; margin: 0 auto; text-align: center; }
.theme-erp .module-catalog-note { max-width: 620px; margin: 14px auto 0; text-align: center; }
.theme-erp .module-dense .module-catalog-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; border: 0; background: transparent; }
.theme-erp .module-dense .module-catalog-grid article { --erp-module: #386bf5; position: relative; display: flex; min-height: 270px; flex-direction: column; gap: 22px; padding: 24px 22px; overflow: hidden; border: 1px solid #dfe7f2 !important; border-radius: 18px; background: rgba(255,255,255,.92); box-shadow: 0 16px 38px rgba(35,67,105,.07); }
.theme-erp .module-dense .module-catalog-grid article::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--erp-module); }
.theme-erp .module-dense .module-catalog-grid article:nth-child(5n+2) { --erp-module: #0d9b98; }
.theme-erp .module-dense .module-catalog-grid article:nth-child(5n+3) { --erp-module: #7658d6; }
.theme-erp .module-dense .module-catalog-grid article:nth-child(5n+4) { --erp-module: #e58a2a; }
.theme-erp .module-dense .module-catalog-grid article:nth-child(5n+5) { --erp-module: #2f9c59; }
.theme-erp .module-dense .module-catalog-grid article > div { display: flex; align-items: center; gap: 12px; }
.theme-erp .module-dense .module-catalog-grid article > div span { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border-radius: 10px; background: color-mix(in srgb, var(--erp-module) 12%, white); color: var(--erp-module); font-size: 11px; font-weight: 900; }
.theme-erp .module-dense .module-catalog-grid h3 { margin: 0; font-size: 20px; }
.theme-erp .module-dense .module-catalog-grid ul { gap: 9px; }
.theme-erp .module-dense .module-catalog-grid li { padding-left: 14px; color: #52677f; line-height: 1.55; }
.theme-erp .module-dense .module-catalog-grid li::before { background: var(--erp-module); }

@media (min-width: 901px) {
  .page-hero-erp { min-height: 0; padding: calc(var(--header-height) + 42px) 0 48px; }
  .page-hero-erp .page-hero-grid { min-height: 330px; grid-template-columns: minmax(0, 1fr) minmax(400px, .95fr); gap: clamp(38px, 4.5vw, 70px); }
  .page-hero-erp .breadcrumbs { margin-bottom: 22px; }
  .page-hero-erp .page-hero-lead { margin-top: 18px; }
  .page-hero-erp .page-hero-actions { margin-top: 24px; }
  .page-hero-erp .page-hero-visual > img { height: 300px; }
}

@media (max-width: 1250px) {
  .theme-erp .module-dense .module-catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .theme-erp .module-dense .module-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .theme-erp .module-dense .module-catalog-grid { grid-template-columns: 1fr; }
  .theme-erp .module-dense .module-catalog-grid article { min-height: 0; }
}

.retail-features-section { overflow: hidden; background: #f3f7fe; }
.retail-features-section .section-heading { max-width: 900px; margin-inline: auto; }
.retail-features-layout { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(480px, .98fr); align-items: center; gap: clamp(42px, 6vw, 82px); }
.retail-feature-list { display: grid; gap: 14px; }
.retail-feature-card { display: grid; min-height: 116px; grid-template-columns: 34px 52px 1fr; align-items: center; gap: 18px; padding: 20px 24px; border: 1px solid #dfe9f7; border-radius: 4px; background: rgba(255,255,255,.78); box-shadow: 0 10px 30px rgba(38,79,132,.035); }
.retail-feature-card:nth-child(2n) { background: rgba(232,240,253,.75); }
.retail-feature-card > span { color: #a3b7d2; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.retail-feature-card > img { width: 47px; height: 41px; object-fit: contain; }
.retail-feature-card h3 { margin: 0 0 6px; color: var(--ink); font-size: 20px; }
.retail-feature-card p { margin: 0; color: #607793; font-size: 14px; line-height: 1.72; }
.retail-feature-gallery { position: relative; min-height: 570px; }
.retail-feature-backdrop { position: absolute; inset: 50% auto auto 50%; width: min(115%, 721px); height: auto; opacity: .68; transform: translate(-50%, -50%); }
.retail-feature-scenes { position: relative; z-index: 1; display: grid; min-height: 570px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; align-content: center; }
.retail-feature-scenes figure { position: relative; display: flex; min-width: 0; min-height: 250px; align-items: center; justify-content: center; margin: 0; padding: 18px 18px 42px; overflow: hidden; border: 1px solid rgba(219,230,244,.9); border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: 0 20px 45px rgba(44,89,154,.10); backdrop-filter: blur(8px); }
.retail-feature-scenes img { width: 100%; height: 200px; object-fit: contain; }
.retail-feature-scenes figcaption { position: absolute; right: 16px; bottom: 14px; left: 16px; color: #3f5875; font-size: 12px; font-weight: 800; text-align: center; }

.retail-management-section { background: #fff; }
.retail-management-section .section-heading { max-width: 850px; margin-inline: auto; }
.retail-management-list { display: grid; max-width: 1160px; gap: 36px; margin: 0 auto; }
.retail-management-card { overflow: hidden; border: 1px solid #e0e8f2; border-radius: 22px; background: #fff; box-shadow: 0 20px 55px rgba(34,68,105,.075); }
.retail-management-card > header { display: flex; align-items: center; gap: 18px; padding: 18px 38px; border-bottom: 1px solid #e5ecf4; background: linear-gradient(90deg, #f4f8ff, #fff 62%); }
.retail-management-card > header img { width: 54px; height: 66px; object-fit: contain; }
.retail-management-card > header span { display: block; margin-bottom: 4px; color: #8da7c8; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.retail-management-card > header h3 { margin: 0; color: var(--ink); font-size: 25px; }
.retail-management-content { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr); align-items: center; gap: clamp(40px, 6vw, 78px); padding: clamp(34px, 4.5vw, 58px); }
.retail-management-content figure { display: flex; min-height: 400px; align-items: center; justify-content: center; margin: 0; padding: 20px; overflow: hidden; border-radius: 20px; background: radial-gradient(circle at 24% 26%, #fff, #edf4ff 72%); }
.retail-management-content figure img { width: 100%; height: 390px; object-fit: contain; }
.retail-management-copy { min-width: 0; }
.retail-management-lead { margin: 0 0 26px; padding-bottom: 17px; border-bottom: 2px solid #1f2732; color: var(--ink); font-size: clamp(27px, 3vw, 36px); font-weight: 850; line-height: 1.25; }
.retail-management-points { display: grid; gap: 28px; }
.retail-management-points section { position: relative; padding-right: 17px; border-right: 4px solid var(--blue); text-align: right; }
.retail-management-points h4 { margin: 0 0 7px; color: var(--ink); font-size: 18px; }
.retail-management-points p { margin: 0; color: #5d718a; font-size: 14px; line-height: 1.8; }

.retail-rmf-section { background: #f3f7fe; }
.retail-rmf-section .section-heading { max-width: 1040px; margin-inline: auto; }
.retail-rmf-shell { max-width: 1120px; margin: 0 auto; }
.retail-rmf-english { max-width: 920px; margin: -22px auto 34px; color: #8ca0ba; font-size: 11px; line-height: 1.75; letter-spacing: .04em; text-align: center; }
.retail-rmf-shell figure { margin: 0; padding: 0; overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.retail-rmf-shell img { display: block; width: min(100%, 812px); height: auto; margin: 0 auto; }

.retail-assistant-section { background: #fff; }
.retail-assistant-section .section-heading { max-width: 860px; margin-inline: auto; }
.retail-assistant-groups { display: grid; max-width: 1160px; gap: 48px; margin: 0 auto; }
.retail-assistant-group { overflow: hidden; border: 1px solid #dce6f2; border-radius: 22px; background: #e7edf5; box-shadow: 0 22px 58px rgba(33,65,102,.075); }
.retail-assistant-group > header { display: flex; align-items: center; gap: 14px; padding: 24px 32px; background: linear-gradient(90deg, #edf4ff, #fff); }
.retail-assistant-group:nth-child(2) > header { background: linear-gradient(90deg, #eefaf4, #fff); }
.retail-assistant-group > header span { color: #8ba6c8; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.retail-assistant-group > header h3 { margin: 0; color: var(--ink); font-size: 28px; }
.retail-assistant-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; }
.retail-assistant-card { display: grid; min-width: 0; grid-template-rows: 350px 1fr; background: #fff; }
.retail-assistant-card figure { display: flex; align-items: center; justify-content: center; margin: 0; padding: 24px; background: radial-gradient(circle at 50% 28%, #fff, #f0f5fc 78%); }
.retail-assistant-card figure img { width: 100%; height: 310px; object-fit: contain; }
.retail-assistant-copy { padding: 26px 28px 30px; border-top: 1px solid #e7edf4; }
.retail-assistant-copy > div { display: flex; align-items: center; gap: 14px; }
.retail-assistant-copy > div img { width: 51px; height: 47px; object-fit: contain; }
.retail-assistant-copy h4 { margin: 0; color: var(--ink); font-size: 21px; }
.retail-assistant-copy p { margin: 17px 0 0; color: #5d7189; font-size: 14px; line-height: 1.82; }

@media (max-width: 900px) {
  .retail-assistant-grid { grid-template-columns: 1fr; }
  .retail-assistant-card { grid-template-columns: minmax(260px, .9fr) 1.1fr; grid-template-rows: none; align-items: stretch; }
  .retail-assistant-copy { border-top: 0; border-left: 1px solid #e7edf4; }
}

@media (max-width: 640px) {
  .retail-rmf-english { margin-top: -12px; }
  .retail-rmf-shell figure { padding: 16px; border-radius: 15px; }
  .retail-assistant-groups { gap: 28px; }
  .retail-assistant-group { border-radius: 16px; }
  .retail-assistant-group > header { padding: 18px 20px; }
  .retail-assistant-group > header h3 { font-size: 23px; }
  .retail-assistant-card { grid-template-columns: 1fr; grid-template-rows: 280px 1fr; }
  .retail-assistant-card figure { padding: 16px; }
  .retail-assistant-card figure img { height: 250px; }
  .retail-assistant-copy { padding: 22px 20px 25px; border-top: 1px solid #e7edf4; border-left: 0; }
  .retail-assistant-copy p { font-size: 13px; }
}

@media (max-width: 1040px) {
  .retail-features-layout { grid-template-columns: 1fr; }
  .retail-feature-gallery { width: min(100%, 760px); min-height: 520px; margin: 0 auto; }
  .retail-feature-scenes { min-height: 520px; }
  .retail-management-content { grid-template-columns: 1fr; }
  .retail-management-content figure { min-height: 340px; }
  .retail-management-content figure img { height: 340px; }
}

@media (max-width: 640px) {
  .retail-feature-card { min-height: 0; grid-template-columns: 45px 1fr; gap: 14px; padding: 18px; }
  .retail-feature-card > span { display: none; }
  .retail-feature-card h3 { font-size: 18px; }
  .retail-feature-card p { font-size: 13px; }
  .retail-feature-gallery, .retail-feature-scenes { min-height: 430px; }
  .retail-feature-scenes { gap: 8px; }
  .retail-feature-scenes figure { min-height: 205px; padding: 12px 10px 35px; border-radius: 12px; }
  .retail-feature-scenes img { height: 155px; }
  .retail-feature-scenes figcaption { bottom: 10px; font-size: 11px; }
  .retail-management-list { gap: 24px; }
  .retail-management-card { border-radius: 16px; }
  .retail-management-card > header { padding: 15px 20px; }
  .retail-management-card > header img { width: 45px; height: 55px; }
  .retail-management-card > header h3 { font-size: 21px; }
  .retail-management-content { gap: 26px; padding: 22px 18px 28px; }
  .retail-management-content figure { min-height: 260px; padding: 10px; border-radius: 14px; }
  .retail-management-content figure img { height: auto; max-height: 310px; }
  .retail-management-lead { margin-bottom: 20px; font-size: 25px; }
  .retail-management-points { gap: 22px; }
  .retail-management-points p { font-size: 13px; }
}

.story-legacy-retail { background: #fff; }
.story-legacy-retail .story-row { grid-template-columns: minmax(390px, .9fr) 1.1fr; }
.story-legacy-retail-back { background: linear-gradient(180deg, #f1f6fb, #fff); }
.story-legacy-retail-back .story-row { grid-template-columns: 1.05fr minmax(390px, .95fr); }
.story-legacy-retail-back .story-row figure { background: #fff; box-shadow: 0 24px 60px rgba(27,74,111,.1); }
.story-legacy-retail-channel { background: #0a294b; }
.story-legacy-retail-channel .section-heading h2, .story-legacy-retail-channel .story-copy h3 { color: #fff; }
.story-legacy-retail-channel .section-heading > p:not(.section-kicker), .story-legacy-retail-channel .story-copy p { color: #b3c7da; }
.story-legacy-retail-channel .story-list, .story-legacy-retail-channel .story-row { border-color: rgba(255,255,255,.12); }
.story-legacy-retail-channel .story-row figure { border-color: rgba(255,255,255,.16); background: #f5f9fd; }

.story-legacy-erp { background: #0a2038; }
.story-legacy-erp .section-heading h2, .story-legacy-erp .story-copy h3 { color: #fff; }
.story-legacy-erp .section-heading > p:not(.section-kicker), .story-legacy-erp .story-copy p { color: #adbed0; }
.story-legacy-erp .story-list, .story-legacy-erp .story-row { border-color: rgba(255,255,255,.13); }
.story-legacy-erp .story-row { grid-template-columns: minmax(380px, .78fr) 1.22fr; }
.story-legacy-erp .story-row figure { border: 0; background: #f4f7fb; box-shadow: 0 25px 60px rgba(0,0,0,.22); }
.story-legacy-erp-data { background: #eaf1f8; }
.story-legacy-erp-data .story-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; border: 0; }
.story-legacy-erp-data .story-row { display: flex; min-width: 0; flex-direction: column-reverse; align-items: stretch; gap: 0; padding: 0; overflow: hidden; border: 1px solid #d5e1ec; border-radius: 18px; background: #fff; }
.story-legacy-erp-data .story-row:nth-child(2n) .story-copy { order: initial; }
.story-legacy-erp-data .story-copy { padding: 30px; }
.story-legacy-erp-data .story-row figure { border: 0; border-radius: 0; }
.story-legacy-erp-data .story-row img { height: 340px; }
.story-legacy-erp-online { background: #fff; }
.story-legacy-erp-online .story-row { grid-template-columns: .9fr 1.1fr; }

.story-legacy-wecom, .story-legacy-wecom-work { background: #effaf7; }
.story-legacy-wecom .story-list, .story-legacy-wecom-work .story-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; border: 0; }
.story-legacy-wecom .story-row, .story-legacy-wecom-work .story-row { display: flex; min-width: 0; flex-direction: column; gap: 0; padding: 0; overflow: hidden; border: 1px solid #cfe9e2; border-radius: 20px; background: #fff; }
.story-legacy-wecom .story-row:nth-child(2n) .story-copy, .story-legacy-wecom-work .story-row:nth-child(2n) .story-copy { order: initial; }
.story-legacy-wecom .story-copy, .story-legacy-wecom-work .story-copy { padding: 30px; }
.story-legacy-wecom .story-row figure, .story-legacy-wecom-work .story-row figure { border: 0; border-radius: 0; background: #f7fbfa; }
.story-legacy-wecom .story-row img, .story-legacy-wecom-work .story-row img { height: 330px; }
.story-legacy-wecom-work { background: #fff; }

.story-legacy-member { background: linear-gradient(180deg, #f3effd, #fff); }
.story-legacy-member .story-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; border: 0; }
.story-legacy-member .story-row { display: grid; min-width: 0; grid-template-columns: 1fr; gap: 0; padding: 0; overflow: hidden; border: 1px solid #ded5f2; border-radius: 20px; background: #fff; }
.story-legacy-member .story-row:nth-child(2n) .story-copy { order: initial; }
.story-legacy-member .story-copy { padding: 30px; }
.story-legacy-member .story-row figure { border: 0; border-radius: 0; background: #fbf9ff; }
.story-legacy-member .story-row img { height: 330px; }

.story-legacy-rfid-product { background: #eef7f8; }
.story-legacy-rfid-product .story-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; border: 0; }
.story-legacy-rfid-product .story-row { display: flex; min-width: 0; flex-direction: column-reverse; gap: 0; padding: 0; overflow: hidden; border: 1px solid #cee2e5; border-radius: 18px; background: #fff; }
.story-legacy-rfid-product .story-row:nth-child(2n) .story-copy { order: initial; }
.story-legacy-rfid-product .story-copy { padding: 30px; }
.story-legacy-rfid-product .story-row figure { border: 0; border-radius: 0; }
.story-legacy-rfid-product .story-row img { height: 330px; }
.story-legacy-rfid-data { background: #06394c; }
.story-legacy-rfid-data .section-heading h2, .story-legacy-rfid-data .story-copy h3 { color: #fff; }
.story-legacy-rfid-data .section-heading > p:not(.section-kicker), .story-legacy-rfid-data .story-copy p { color: #b5cad2; }
.story-legacy-rfid-data .story-list, .story-legacy-rfid-data .story-row { border-color: rgba(255,255,255,.13); }

.story-legacy-store { background: #fff; }
.story-legacy-store .story-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; border: 0; }
.story-legacy-store .story-row { display: flex; min-width: 0; flex-direction: column-reverse; gap: 0; padding: 0; overflow: hidden; border: 1px solid #dbe6f0; border-radius: 18px; background: #f8fbfe; }
.story-legacy-store .story-row:nth-child(2n) .story-copy { order: initial; }
.story-legacy-store .story-copy { padding: 30px; }
.story-legacy-store .story-row figure { border: 0; border-radius: 0; background: #fff; }
.story-legacy-store .story-row img { height: 340px; }
.story-legacy-store .story-row:last-child { grid-column: 1 / -1; display: grid; grid-template-columns: .85fr 1.15fr; }
.story-legacy-store-extension { background: #102b49; }
.story-legacy-store-extension .section-heading h2, .story-legacy-store-extension .story-copy h3 { color: #fff; }
.story-legacy-store-extension .section-heading > p:not(.section-kicker), .story-legacy-store-extension .story-copy p { color: #b1c4d7; }
.story-legacy-store-extension .story-list, .story-legacy-store-extension .story-row { border-color: rgba(255,255,255,.13); }
.story-legacy-store-extension .story-row { grid-template-columns: .86fr 1.14fr; }

.story-legacy-supply { background: #eef3f8; }
.story-legacy-supply .story-row { grid-template-columns: minmax(390px, .9fr) 1.1fr; }
.story-legacy-supply .story-row figure { background: #fff; box-shadow: 0 22px 50px rgba(29,62,90,.1); }
.story-legacy-distribution { background: #0c2944; }
.story-legacy-distribution .section-heading h2, .story-legacy-distribution .story-copy h3 { color: #fff; }
.story-legacy-distribution .section-heading > p:not(.section-kicker), .story-legacy-distribution .story-copy p { color: #b3c5d6; }
.story-legacy-distribution .story-list, .story-legacy-distribution .story-row { border-color: rgba(255,255,255,.12); }

.story-legacy-rfid-solution { background: #fff; }
.story-legacy-rfid-solution .story-row { grid-template-columns: .8fr 1.2fr; }
.story-legacy-case-software { background: #f4f7fa; }
.story-legacy-case-software .story-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; border: 0; }
.story-legacy-case-software .story-row { display: flex; min-width: 0; flex-direction: column; gap: 0; padding: 0; overflow: hidden; border: 1px solid #dbe5ef; border-radius: 18px; background: #fff; }
.story-legacy-case-software .story-row:nth-child(2n) .story-copy { order: initial; }
.story-legacy-case-software .story-copy { padding: 30px; }
.story-legacy-case-software .story-row figure { border: 0; border-radius: 0; }
.story-legacy-case-software .story-row img { height: 330px; }

.device-strip .device-wide { grid-column: 1 / -1; }
.device-strip .device-wide img { height: auto; max-height: 720px; }
.theme-downloads .device-strip.image-only img { max-height: none; }
.theme-downloads .device-strip.image-only figure { padding: 0; overflow: hidden; border: 0; }
.theme-downloads .device-strip-section { background: #fff; }
.theme-purchase .device-strip img { height: 260px; }
.theme-catalog .device-strip img, .theme-solutions .device-strip img { height: 260px; }

.theme-hardware .hardware-grid article { transition: transform .25s, box-shadow .25s; }
.theme-hardware .hardware-grid article:hover { transform: translateY(-4px); box-shadow: 0 20px 50px rgba(25,55,88,.11); }
.theme-hardware .hardware-group-head span { position: relative; padding-left: 18px; }
.theme-hardware .hardware-group-head span::before { content: ""; position: absolute; top: .2em; bottom: .2em; left: 0; width: 4px; border-radius: 4px; background: var(--blue); }

@media (max-width: 900px) {
  .story-legacy-erp-data .story-list,
  .story-legacy-wecom .story-list,
  .story-legacy-wecom-work .story-list,
  .story-legacy-member .story-list,
  .story-legacy-rfid-product .story-list,
  .story-legacy-store .story-list,
  .story-legacy-case-software .story-list { grid-template-columns: 1fr; }
  .story-legacy-store .story-row:last-child { grid-column: auto; display: flex; }
}

@media (max-width: 720px) {
  .story-legacy-retail .story-row,
  .story-legacy-retail-back .story-row,
  .story-legacy-erp .story-row,
  .story-legacy-erp-online .story-row,
  .story-legacy-store-extension .story-row,
  .story-legacy-supply .story-row,
  .story-legacy-rfid-solution .story-row { grid-template-columns: 1fr; }
  .story-legacy-erp-data .story-row img,
  .story-legacy-wecom .story-row img,
  .story-legacy-wecom-work .story-row img,
  .story-legacy-member .story-row img,
  .story-legacy-rfid-product .story-row img,
  .story-legacy-store .story-row img,
  .story-legacy-case-software .story-row img { height: auto; max-height: 310px; }
  .theme-purchase .device-strip img,
  .theme-catalog .device-strip img,
  .theme-solutions .device-strip img { height: auto; max-height: 270px; }
}
/* Membership & SCRM: compact hero and premium static presentation */
.page-hero-member {
  background:
    radial-gradient(circle at 82% 24%, rgba(171, 145, 255, .32), transparent 29%),
    radial-gradient(circle at 63% 88%, rgba(77, 208, 255, .16), transparent 31%),
    linear-gradient(118deg, #241864 0%, #3942b8 48%, #386bf5 100%);
}
.page-hero-member .page-kicker:empty { display: none; }
.page-hero-member .page-hero-orb { opacity: .7; }
.page-hero-member .page-hero-visual {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.page-hero-member .page-hero-visual::before {
  content: "";
  position: absolute;
  inset: 14% 8%;
  border-radius: 50%;
  background: rgba(202, 218, 255, .32);
  filter: blur(36px);
}
.page-hero-member .page-visual-bar { display: none; }
.page-hero-member .page-hero-visual > img {
  position: relative;
  height: 318px;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(13, 20, 81, .24));
}

.theme-member .section-heading.centered,
.theme-member .story-section .section-heading,
.theme-member .module-catalog-head .section-heading {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.story-legacy-member {
  background:
    radial-gradient(circle at 8% 18%, rgba(126, 102, 218, .10), transparent 25%),
    radial-gradient(circle at 92% 72%, rgba(56, 107, 245, .08), transparent 26%),
    linear-gradient(180deg, #f6f3ff 0%, #fbfaff 50%, #fff 100%);
}
.story-legacy-member .story-list {
  max-width: 1180px;
  gap: 22px;
  margin-right: auto;
  margin-left: auto;
}
.story-legacy-member .story-row {
  --member-card: #7258d4;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(110, 87, 199, .18);
  border-radius: 26px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 22px 58px rgba(52, 43, 111, .09);
}
.story-legacy-member .story-row:nth-child(2) { --member-card: #e2609f; }
.story-legacy-member .story-row:nth-child(3) { --member-card: #386bf5; }
.story-legacy-member .story-row:nth-child(4) { --member-card: #16a68d; }

.story-legacy-member .story-copy {
  padding: 30px 32px 28px;
  border-bottom: 1px solid rgba(110, 87, 199, .10);
  background: linear-gradient(145deg, color-mix(in srgb, var(--member-card) 6%, white), #fff 68%);
}
.story-legacy-member .story-copy > span {
  display: inline-grid;
  width: 38px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--member-card) 12%, white);
  color: var(--member-card);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}
.story-legacy-member .story-copy h3 {
  margin-top: 16px;
  font-size: 26px;
}
.story-legacy-member .story-copy p {
  max-width: 520px;
  margin-top: 10px;
  color: #596a82;
  line-height: 1.82;
}
.story-legacy-member .story-row figure {
  min-height: 336px;
  padding: 20px 24px 24px;
  background: transparent;
}
.story-legacy-member .story-row img {
  height: 292px;
  object-fit: contain;
}

.theme-member .module-catalog-section {
  background:
    radial-gradient(circle at 50% 0, rgba(118, 88, 214, .08), transparent 27%),
    linear-gradient(180deg, #fff 0%, #f6f8ff 100%);
}
.theme-member .module-catalog-head {
  display: block;
  margin-bottom: 44px;
}
.theme-member .module-catalog-note {
  max-width: 680px;
  margin: 14px auto 0;
  text-align: center;
}
.theme-member .module-member .module-catalog-grid {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
  background: transparent;
}
.theme-member .module-member .module-catalog-grid article {
  --member-module: #7258d4;
  position: relative;
  display: flex;
  min-height: 245px;
  flex-direction: column;
  gap: 24px;
  padding: 27px 25px 25px;
  overflow: hidden;
  border: 1px solid #e3e6f2 !important;
  border-radius: 22px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--member-module) 5%, white), #fff 62%);
  box-shadow: 0 17px 42px rgba(47, 54, 105, .075);
}
.theme-member .module-member .module-catalog-grid article:nth-child(2) { --member-module: #386bf5; }
.theme-member .module-member .module-catalog-grid article:nth-child(3) { --member-module: #12a78f; }
.theme-member .module-member .module-catalog-grid article:nth-child(4) { --member-module: #e2648e; }
.theme-member .module-member .module-catalog-grid article:nth-child(5) { --member-module: #e18a33; }
.theme-member .module-member .module-catalog-grid article:nth-child(6) { --member-module: #4863c7; }

.theme-member .module-member .module-catalog-grid article::after {
  content: "";
  position: absolute;
  top: -54px;
  right: -54px;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--member-module) 7%, transparent);
}
.theme-member .module-member .module-catalog-grid article > div {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 13px;
}
.theme-member .module-member .module-catalog-grid article > div span {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border-radius: 12px;
  background: color-mix(in srgb, var(--member-module) 12%, white);
  color: var(--member-module);
  font-size: 11px;
  font-weight: 900;
}
.theme-member .module-member .module-catalog-grid h3 {
  margin: 0;
  font-size: 21px;
}
.theme-member .module-member .module-catalog-grid ul {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.theme-member .module-member .module-catalog-grid li {
  min-width: 0;
  padding: 10px 10px 10px 27px;
  border-radius: 10px;
  background: rgba(247, 248, 252, .9);
  color: #53647c;
  line-height: 1.45;
}
.theme-member .module-member .module-catalog-grid li::before {
  left: 12px;
  background: var(--member-module);
}

@media (min-width: 901px) {
  .page-hero-member {
    min-height: 0;
    padding: calc(var(--header-height) + 36px) 0 44px;
  }
  .page-hero-member .page-hero-grid {
    min-height: 318px;
    grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr);
    gap: clamp(36px, 4.5vw, 72px);
  }
  .page-hero-member .breadcrumbs { margin-bottom: 20px; }
  .page-hero-member .page-hero-lead { margin-top: 17px; }
  .page-hero-member .page-hero-actions { margin-top: 23px; }
}

@media (max-width: 1050px) {
  .theme-member .module-member .module-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .page-hero-member .page-hero-visual > img { width: min(100%, 680px); height: auto; max-height: 360px; margin: 0 auto; }
  .story-legacy-member .story-list { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .page-hero-member { padding-bottom: 46px; }
  .story-legacy-member .story-row { border-radius: 18px; }
  .story-legacy-member .story-copy { padding: 24px 22px 22px; }
  .story-legacy-member .story-copy h3 { font-size: 23px; }
  .story-legacy-member .story-row figure { min-height: 250px; padding: 12px 14px 18px; }
  .story-legacy-member .story-row img { height: auto; max-height: 245px; }
  .theme-member .module-catalog-head { margin-bottom: 32px; }
  .theme-member .module-member .module-catalog-grid { grid-template-columns: 1fr; }
  .theme-member .module-member .module-catalog-grid article { min-height: 0; padding: 24px 20px 22px; }
}

/* WeCom shopping guide detail */
.page-hero-wecom .page-kicker:empty { display: none; }
.page-hero-wecom .page-hero-orb { opacity: .72; }
.page-hero-wecom .page-hero-visual {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.page-hero-wecom .page-hero-visual::before {
  content: "";
  position: absolute;
  inset: 13% 8%;
  border-radius: 50%;
  background: rgba(142, 255, 223, .2);
  filter: blur(38px);
}
.page-hero-wecom .page-visual-bar { display: none; }
.page-hero-wecom .page-hero-visual > img {
  position: relative;
  height: 310px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  filter: drop-shadow(0 26px 30px rgba(5, 45, 54, .25));
}

.theme-wecom .section-heading.centered,
.theme-wecom .story-section .section-heading {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.story-legacy-wecom,
.story-legacy-wecom-work,
.story-legacy-wecom-mall,
.story-legacy-wecom-rmf {
  --wecom-card: #168a83;
}
.story-legacy-wecom {
  background:
    radial-gradient(circle at 8% 18%, rgba(22, 138, 131, .09), transparent 25%),
    linear-gradient(180deg, #effaf7 0%, #f8fcfb 100%);
}
.story-legacy-wecom-work { background: #fff; }
.story-legacy-wecom-mall {
  --wecom-card: #386bf5;
  background:
    radial-gradient(circle at 92% 15%, rgba(56, 107, 245, .09), transparent 24%),
    linear-gradient(180deg, #f2f7ff 0%, #fbfdff 100%);
}
.story-legacy-wecom-rmf {
  --wecom-card: #f0a02b;
  background:
    radial-gradient(circle at 12% 18%, rgba(54, 211, 181, .15), transparent 24%),
    radial-gradient(circle at 88% 76%, rgba(56, 107, 245, .18), transparent 27%),
    #0b3540;
}
.story-legacy-wecom-rmf .section-heading h2 { color: #fff; }
.story-legacy-wecom-rmf .section-heading > p:not(.section-kicker) { color: #bdd2d5; }

.story-legacy-wecom .story-list,
.story-legacy-wecom-work .story-list,
.story-legacy-wecom-mall .story-list,
.story-legacy-wecom-rmf .story-list {
  display: grid;
  max-width: 1180px;
  gap: 22px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
}
.story-legacy-wecom .story-list,
.story-legacy-wecom-work .story-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.story-legacy-wecom-mall .story-list,
.story-legacy-wecom-rmf .story-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.story-legacy-wecom .story-row,
.story-legacy-wecom-work .story-row,
.story-legacy-wecom-mall .story-row,
.story-legacy-wecom-rmf .story-row {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column-reverse;
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(22, 138, 131, .16);
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 20px 52px rgba(20, 74, 75, .08);
}
.story-legacy-wecom-mall .story-row { border-color: rgba(56, 107, 245, .14); box-shadow: 0 20px 50px rgba(47, 80, 153, .08); }
.story-legacy-wecom-rmf .story-row { border-color: rgba(255, 255, 255, .13); box-shadow: 0 22px 55px rgba(0, 0, 0, .16); }
.story-legacy-wecom .story-row:nth-child(2n) .story-copy,
.story-legacy-wecom-work .story-row:nth-child(2n) .story-copy,
.story-legacy-wecom-mall .story-row:nth-child(2n) .story-copy,
.story-legacy-wecom-rmf .story-row:nth-child(2n) .story-copy { order: initial; }
.story-legacy-wecom .story-row::before,
.story-legacy-wecom-work .story-row::before,
.story-legacy-wecom-mall .story-row::before,
.story-legacy-wecom-rmf .story-row::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--wecom-card), color-mix(in srgb, var(--wecom-card) 38%, white));
}
.story-legacy-wecom .story-copy,
.story-legacy-wecom-work .story-copy,
.story-legacy-wecom-mall .story-copy,
.story-legacy-wecom-rmf .story-copy {
  flex: 1 1 auto;
  padding: 28px 30px 30px;
  border-top: 1px solid rgba(22, 138, 131, .1);
  background: linear-gradient(145deg, color-mix(in srgb, var(--wecom-card) 5%, white), #fff 68%);
}
.story-legacy-wecom .story-copy > span,
.story-legacy-wecom-work .story-copy > span,
.story-legacy-wecom-mall .story-copy > span,
.story-legacy-wecom-rmf .story-copy > span {
  display: inline-grid;
  width: 38px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: color-mix(in srgb, var(--wecom-card) 12%, white);
  color: var(--wecom-card);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}
.story-legacy-wecom .story-copy h3,
.story-legacy-wecom-work .story-copy h3,
.story-legacy-wecom-mall .story-copy h3,
.story-legacy-wecom-rmf .story-copy h3 {
  margin: 16px 0 11px;
  font-size: 25px;
}
.story-legacy-wecom .story-copy p,
.story-legacy-wecom-work .story-copy p,
.story-legacy-wecom-mall .story-copy p,
.story-legacy-wecom-rmf .story-copy p {
  color: #586b78;
  font-size: 15px;
  line-height: 1.82;
}
.story-legacy-wecom .story-row figure,
.story-legacy-wecom-work .story-row figure,
.story-legacy-wecom-mall .story-row figure,
.story-legacy-wecom-rmf .story-row figure {
  display: grid;
  min-height: 310px;
  place-items: center;
  padding: 18px 22px 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.story-legacy-wecom .story-row img,
.story-legacy-wecom-work .story-row img,
.story-legacy-wecom-mall .story-row img,
.story-legacy-wecom-rmf .story-row img {
  width: 100%;
  height: 280px;
  padding: 0;
  object-fit: contain;
}
.story-legacy-wecom-mall .story-row figure,
.story-legacy-wecom-rmf .story-row figure { min-height: 270px; }
.story-legacy-wecom-mall .story-row img,
.story-legacy-wecom-rmf .story-row img { height: 245px; }

@media (min-width: 901px) {
  .page-hero-wecom {
    min-height: 0;
    padding: calc(var(--header-height) + 36px) 0 44px;
  }
  .page-hero-wecom .page-hero-grid {
    min-height: 318px;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .95fr);
    gap: clamp(36px, 4.5vw, 70px);
  }
  .page-hero-wecom h1 {
    font-size: clamp(36px, 3vw, 50px);
    white-space: nowrap;
    text-wrap: nowrap;
  }
  .page-hero-wecom .breadcrumbs { margin-bottom: 20px; }
  .page-hero-wecom .page-hero-lead { margin-top: 17px; }
  .page-hero-wecom .page-hero-actions { margin-top: 23px; }
}

@media (max-width: 1080px) and (min-width: 901px) {
  .story-legacy-wecom-mall .story-list,
  .story-legacy-wecom-rmf .story-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .story-legacy-wecom-mall .story-row:last-child,
  .story-legacy-wecom-rmf .story-row:last-child { grid-column: 1 / -1; }
}

@media (max-width: 900px) {
  .page-hero-wecom .page-hero-visual > img {
    width: min(100%, 620px);
    height: auto;
    max-height: 350px;
    margin: 0 auto;
  }
  .story-legacy-wecom .story-list,
  .story-legacy-wecom-work .story-list,
  .story-legacy-wecom-mall .story-list,
  .story-legacy-wecom-rmf .story-list { grid-template-columns: 1fr; }
  .story-legacy-wecom-mall .story-row:last-child,
  .story-legacy-wecom-rmf .story-row:last-child { grid-column: auto; }
}

@media (max-width: 640px) {
  .page-hero-wecom { padding-bottom: 44px; }
  .story-legacy-wecom .story-row,
  .story-legacy-wecom-work .story-row,
  .story-legacy-wecom-mall .story-row,
  .story-legacy-wecom-rmf .story-row { border-radius: 18px; }
  .story-legacy-wecom .story-copy,
  .story-legacy-wecom-work .story-copy,
  .story-legacy-wecom-mall .story-copy,
  .story-legacy-wecom-rmf .story-copy { padding: 23px 21px 24px; }
  .story-legacy-wecom .story-copy h3,
  .story-legacy-wecom-work .story-copy h3,
  .story-legacy-wecom-mall .story-copy h3,
  .story-legacy-wecom-rmf .story-copy h3 { font-size: 22px; }
  .story-legacy-wecom .story-row figure,
  .story-legacy-wecom-work .story-row figure,
  .story-legacy-wecom-mall .story-row figure,
  .story-legacy-wecom-rmf .story-row figure { min-height: 230px; padding: 12px 14px 8px; }
  .story-legacy-wecom .story-row img,
  .story-legacy-wecom-work .story-row img,
  .story-legacy-wecom-mall .story-row img,
  .story-legacy-wecom-rmf .story-row img { height: auto; max-height: 230px; }
}
/* WeCom private traffic illustrations */
.pain-wecom .pain-grid article > span {
  display: grid;
  width: 88px;
  height: 110px;
  place-items: center;
}
.pain-wecom .pain-grid article > span img {
  width: 88px;
  height: 110px;
  object-fit: contain;
  filter: drop-shadow(0 12px 16px rgba(0, 0, 0, .2));
}
.pain-wecom .pain-grid h3 { margin-top: 24px; }

@media (max-width: 720px) {
  .pain-wecom .pain-grid article { min-height: 275px; }
  .pain-wecom .pain-grid h3 { margin-top: 20px; }
}
/* WeCom cards without top accent bars */
.theme-wecom .story-row::before {
  content: none;
  display: none;
}
/* Membership marketing, journey and platform sections */
.member-marketing-section {
  background:
    radial-gradient(circle at 10% 12%, rgba(115, 88, 212, .08), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fbfaff 100%);
}
.member-marketing-section .section-heading { max-width: 900px; }
.member-marketing-grid {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto;
}
.member-marketing-grid article {
  --marketing-accent: #7258d4;
  position: relative;
  min-height: 390px;
  padding: 28px 28px 30px;
  overflow: hidden;
  border: 1px solid #e5e4ef;
  border-radius: 24px;
  background: linear-gradient(145deg, color-mix(in srgb, var(--marketing-accent) 5%, white), #fff 66%);
  box-shadow: 0 18px 46px rgba(47, 42, 91, .075);
}
.member-marketing-grid article:nth-child(2) { --marketing-accent: #386bf5; }
.member-marketing-grid article:nth-child(3) { --marketing-accent: #e0609a; }
.member-marketing-grid article:nth-child(4) { --marketing-accent: #16a68d; }
.member-marketing-grid article:nth-child(5) { --marketing-accent: #e18a33; }
.member-marketing-grid article:nth-child(6) { --marketing-accent: #4d67c9; }
.member-marketing-grid article::after {
  content: "";
  position: absolute;
  top: -54px;
  right: -48px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--marketing-accent) 7%, transparent);
}
.member-marketing-card-head {
  position: absolute;
  top: 25px;
  right: 26px;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
.member-marketing-card-head b {
  color: color-mix(in srgb, var(--marketing-accent) 42%, white);
  font-size: 12px;
  letter-spacing: .14em;
}
.member-marketing-visual {
  display: flex;
  width: 100%;
  height: 184px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.member-marketing-visual img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 176px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
}
.member-marketing-grid article:last-child .member-marketing-visual img {
  width: min(100%, 270px);
  height: auto;
  max-height: 176px;
}
.member-marketing-grid h3 {
  position: relative;
  z-index: 1;
  margin: 21px 0 11px;
  color: var(--ink);
  font-size: 23px;
}
.member-marketing-grid p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #596b83;
  font-size: 14px;
  line-height: 1.82;
}

.member-journey-section {
  background:
    radial-gradient(circle at 50% 0, rgba(112, 84, 208, .12), transparent 28%),
    linear-gradient(180deg, #f5f2ff 0%, #faf9ff 100%);
}
.member-journey-section .section-heading { max-width: 940px; }
.member-journey-flow {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 8px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.member-journey-flow li {
  position: relative;
  min-width: 0;
  padding: 4px 7px 0;
  text-align: center;
}
.member-journey-flow li:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 18px;
  right: -10px;
  z-index: 2;
  color: #a69bcf;
  font-size: 19px;
  font-weight: 800;
}
.member-journey-flow li > span {
  display: grid;
  width: 52px;
  height: 52px;
  margin: 0 auto;
  place-items: center;
  border: 1px solid rgba(114, 88, 212, .18);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 13px 30px rgba(64, 47, 128, .09);
  color: #7258d4;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}
.member-journey-flow h3 {
  margin: 18px 0 0;
  color: #202e4b;
  font-size: 16px;
  line-height: 1.55;
}
.member-journey-values {
  display: grid;
  max-width: 1180px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 48px auto 0;
}
.member-journey-values article {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 16px;
  padding: 25px 24px;
  border: 1px solid rgba(114, 88, 212, .15);
  border-radius: 20px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 16px 36px rgba(60, 47, 112, .06);
}
.member-journey-values article > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  background: #eeeafd;
  color: #7258d4;
  font-size: 11px;
  font-weight: 900;
}
.member-journey-values h3 {
  margin: 1px 0 8px;
  color: var(--ink);
  font-size: 19px;
}
.member-journey-values p {
  margin: 0;
  color: #5d6f86;
  font-size: 13px;
  line-height: 1.75;
}

.member-platform-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 28%, rgba(105, 125, 255, .22), transparent 29%),
    radial-gradient(circle at 18% 92%, rgba(139, 91, 229, .18), transparent 30%),
    #11183b;
}
.member-platform-section .section-heading { max-width: 920px; }
.member-platform-section .section-heading h2 { color: #fff; }
.member-platform-section .section-heading > p:not(.section-kicker) { color: #adb8d6; }
.member-platform-panel {
  display: grid;
  max-width: 1180px;
  grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(40px, 5vw, 76px);
  margin: 0 auto;
}
.member-platform-capabilities {
  display: grid;
  gap: 13px;
}
.member-platform-capabilities article {
  display: grid;
  grid-template-columns: 43px 1fr;
  align-items: start;
  gap: 16px;
  padding: 19px 20px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 17px;
  background: rgba(255, 255, 255, .055);
}
.member-platform-capabilities article > span {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 13px;
  background: rgba(140, 122, 255, .18);
  color: #b8adff;
  font-size: 11px;
  font-weight: 900;
}
.member-platform-capabilities h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 19px;
}
.member-platform-capabilities p {
  margin: 0;
  color: #aeb9d4;
  font-size: 13px;
  line-height: 1.7;
}
.member-platform-panel figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.member-platform-panel img {
  position: relative;
  display: block;
  width: min(82%, 480px);
  height: auto;
  max-height: 420px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: none;
}

@media (max-width: 1100px) {
  .member-journey-flow { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
  .member-journey-flow li { min-height: 142px; padding: 20px 12px; border: 1px solid rgba(114, 88, 212, .14); border-radius: 18px; background: rgba(255, 255, 255, .82); }
  .member-journey-flow li:not(:last-child)::after { display: none; }
}

@media (max-width: 980px) {
  .member-platform-panel { grid-template-columns: 1fr; }
  .member-platform-capabilities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .member-platform-panel figure { width: min(100%, 760px); margin: 0 auto; }
}

@media (max-width: 900px) {
  .member-marketing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .member-journey-values { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .member-marketing-grid,
  .member-journey-flow,
  .member-platform-capabilities { grid-template-columns: 1fr; }
  .member-marketing-grid article { min-height: 0; padding: 24px 22px 26px; border-radius: 18px; }
  .member-marketing-card-head { top: 21px; right: 21px; }
  .member-marketing-visual { height: 170px; }
  .member-marketing-visual img { height: 162px; }
  .member-marketing-grid h3 { margin-top: 21px; font-size: 21px; }
  .member-journey-flow li { display: grid; min-height: 0; grid-template-columns: 48px 1fr; align-items: center; gap: 15px; padding: 16px; text-align: left; }
  .member-journey-flow li > span { width: 48px; height: 48px; margin: 0; }
  .member-journey-flow h3 { margin: 0; }
  .member-journey-values { margin-top: 30px; }
  .member-journey-values article { padding: 21px 18px; }
  .member-platform-capabilities article { padding: 17px; }
  .member-platform-panel { gap: 32px; }
}

/* ERP selected illustrations scaled down */
.story-legacy-erp .story-row:nth-child(1) img,
.story-legacy-erp .story-row:nth-child(3) img {
  width: 88%;
  height: auto;
  max-height: 240px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 720px) {
  .story-legacy-erp .story-row:nth-child(1) img,
  .story-legacy-erp .story-row:nth-child(3) img {
    width: 92%;
    max-height: 260px;
  }
}
/* Keep accent bars on the member capability cards only */
.theme-member .module-member .module-catalog-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--member-module), color-mix(in srgb, var(--member-module) 38%, white));
}
/* Separate the membership CTA from the platform section above */
.theme-member .inner-cta-section {
  padding-top: clamp(48px, 5vw, 72px);
}

/* RFID inventory detail */
.page-hero-rfid .page-kicker:empty { display: none; }
.page-hero-rfid .page-hero-orb { opacity: .7; }
.page-hero-rfid .page-hero-visual {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.page-hero-rfid .page-hero-visual::before {
  content: "";
  position: absolute;
  inset: 13% 7%;
  border-radius: 50%;
  background: rgba(120, 241, 255, .22);
  filter: blur(38px);
}
.page-hero-rfid .page-visual-bar { display: none; }
.page-hero-rfid .page-hero-visual > img {
  position: relative;
  height: 300px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(0, 34, 55, .28));
}
.theme-rfid .section-heading.centered,
.theme-rfid .story-section .section-heading {
  width: 100%;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.story-legacy-rfid-tags { background: #fff; }
.story-legacy-rfid-workflow {
  background:
    radial-gradient(circle at 9% 20%, rgba(17, 125, 151, .09), transparent 24%),
    linear-gradient(180deg, #eef7f8 0%, #f9fcfd 100%);
}
.story-legacy-rfid-product {
  background:
    radial-gradient(circle at 91% 18%, rgba(56, 107, 245, .08), transparent 24%),
    linear-gradient(180deg, #f2f7fb 0%, #fff 100%);
}
.story-legacy-rfid-hardware { background: #fff; }

.story-legacy-rfid-tags .story-list,
.story-legacy-rfid-workflow .story-list,
.story-legacy-rfid-product .story-list,
.story-legacy-rfid-hardware .story-list {
  display: grid;
  max-width: 1180px;
  gap: 22px;
  margin-right: auto;
  margin-left: auto;
  border: 0;
}
.story-legacy-rfid-tags .story-list { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.story-legacy-rfid-workflow .story-list,
.story-legacy-rfid-product .story-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.story-legacy-rfid-hardware .story-list { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.story-legacy-rfid-tags .story-row,
.story-legacy-rfid-workflow .story-row,
.story-legacy-rfid-product .story-row,
.story-legacy-rfid-hardware .story-row {
  display: flex;
  min-width: 0;
  flex-direction: column-reverse;
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d4e5e8;
  border-radius: 22px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 20px 52px rgba(26, 73, 88, .08);
}
.story-legacy-rfid-tags .story-row:nth-child(2n) .story-copy,
.story-legacy-rfid-workflow .story-row:nth-child(2n) .story-copy,
.story-legacy-rfid-product .story-row:nth-child(2n) .story-copy,
.story-legacy-rfid-hardware .story-row:nth-child(2n) .story-copy { order: initial; }
.story-legacy-rfid-tags .story-copy,
.story-legacy-rfid-workflow .story-copy,
.story-legacy-rfid-product .story-copy,
.story-legacy-rfid-hardware .story-copy {
  flex: 1 1 auto;
  padding: 27px 29px 30px;
  border-top: 1px solid rgba(20, 101, 120, .1);
  background: linear-gradient(145deg, rgba(235, 248, 249, .72), #fff 68%);
}
.story-legacy-rfid-tags .story-copy > span,
.story-legacy-rfid-workflow .story-copy > span,
.story-legacy-rfid-product .story-copy > span,
.story-legacy-rfid-hardware .story-copy > span {
  display: inline-grid;
  width: 38px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  background: #e4f4f5;
  color: #08768c;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}
.story-legacy-rfid-tags .story-copy h3,
.story-legacy-rfid-workflow .story-copy h3,
.story-legacy-rfid-product .story-copy h3,
.story-legacy-rfid-hardware .story-copy h3 {
  margin: 16px 0 11px;
  font-size: 24px;
}
.story-legacy-rfid-tags .story-copy p,
.story-legacy-rfid-workflow .story-copy p,
.story-legacy-rfid-product .story-copy p,
.story-legacy-rfid-hardware .story-copy p {
  color: #586b78;
  font-size: 15px;
  line-height: 1.82;
}
.story-legacy-rfid-tags .story-row figure,
.story-legacy-rfid-workflow .story-row figure,
.story-legacy-rfid-product .story-row figure,
.story-legacy-rfid-hardware .story-row figure {
  display: grid;
  min-height: 286px;
  place-items: center;
  padding: 18px 22px 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.story-legacy-rfid-tags .story-row img,
.story-legacy-rfid-workflow .story-row img,
.story-legacy-rfid-product .story-row img,
.story-legacy-rfid-hardware .story-row img {
  width: 100%;
  height: 255px;
  padding: 0;
  object-fit: contain;
}
.story-legacy-rfid-tags .story-row figure,
.story-legacy-rfid-hardware .story-row figure { min-height: 224px; padding: 24px 20px 8px; }
.story-legacy-rfid-tags .story-row img { height: 190px; }
.story-legacy-rfid-hardware .story-row img { height: 200px; }
.story-legacy-rfid-product .story-row figure { background: #f7fafb; }
.story-legacy-rfid-product .story-row img { height: 290px; }

.story-legacy-rfid-data {
  background:
    radial-gradient(circle at 10% 18%, rgba(45, 197, 210, .14), transparent 24%),
    radial-gradient(circle at 92% 76%, rgba(56, 107, 245, .17), transparent 26%),
    #06394c;
}
.story-legacy-rfid-data .story-row figure {
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.story-legacy-rfid-data .story-row img {
  height: 330px;
  padding: 0;
  object-fit: contain;
}
.theme-rfid .device-section {
  background: linear-gradient(180deg, #f5f8fb 0%, #fff 100%);
}
.theme-rfid .device-strip figure {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}
.theme-rfid .device-strip img { object-fit: cover; }

@media (min-width: 901px) {
  .page-hero-rfid {
    min-height: 0;
    padding: calc(var(--header-height) + 36px) 0 44px;
  }
  .page-hero-rfid .page-hero-grid {
    min-height: 318px;
    grid-template-columns: minmax(0, 1fr) minmax(430px, .95fr);
    gap: clamp(36px, 4.5vw, 70px);
  }
  .page-hero-rfid .breadcrumbs { margin-bottom: 20px; }
  .page-hero-rfid .page-hero-lead { margin-top: 17px; }
  .page-hero-rfid .page-hero-actions { margin-top: 23px; }
}

@media (max-width: 1180px) {
  .story-legacy-rfid-tags .story-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .page-hero-rfid .page-hero-visual > img {
    width: min(100%, 650px);
    height: auto;
    max-height: 350px;
    margin: 0 auto;
  }
  .story-legacy-rfid-workflow .story-list,
  .story-legacy-rfid-product .story-list,
  .story-legacy-rfid-hardware .story-list { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .story-legacy-rfid-tags .story-list { grid-template-columns: 1fr; }
  .story-legacy-rfid-tags .story-row,
  .story-legacy-rfid-workflow .story-row,
  .story-legacy-rfid-product .story-row,
  .story-legacy-rfid-hardware .story-row { border-radius: 18px; }
  .story-legacy-rfid-tags .story-copy,
  .story-legacy-rfid-workflow .story-copy,
  .story-legacy-rfid-product .story-copy,
  .story-legacy-rfid-hardware .story-copy { padding: 23px 21px 24px; }
  .story-legacy-rfid-tags .story-copy h3,
  .story-legacy-rfid-workflow .story-copy h3,
  .story-legacy-rfid-product .story-copy h3,
  .story-legacy-rfid-hardware .story-copy h3 { font-size: 22px; }
  .story-legacy-rfid-tags .story-row figure,
  .story-legacy-rfid-workflow .story-row figure,
  .story-legacy-rfid-product .story-row figure,
  .story-legacy-rfid-hardware .story-row figure { min-height: 220px; padding: 12px 14px 8px; }
  .story-legacy-rfid-tags .story-row img,
  .story-legacy-rfid-workflow .story-row img,
  .story-legacy-rfid-product .story-row img,
  .story-legacy-rfid-hardware .story-row img { height: auto; max-height: 225px; }
  .story-legacy-rfid-data .story-row img { height: auto; max-height: 280px; }
}
/* Separate the RFID CTA from the section above */
.theme-rfid .inner-cta-section {
  padding-top: clamp(48px, 5vw, 72px);
}
/* Center the RFID application case cards */
.theme-rfid .device-strip-section .device-strip {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 901px) {
  .theme-rfid .device-strip-section .device-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
/* RFID challenge illustrations */
.pain-rfid .pain-grid article > span {
  display: grid;
  width: 112px;
  height: 96px;
  place-items: center;
  overflow: hidden;
  border-radius: 16px;
  background: rgba(255, 255, 255, .08);
}
.pain-rfid .pain-grid article > span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pain-rfid .pain-grid h3 { margin-top: 28px; }

@media (max-width: 720px) {
  .pain-rfid .pain-grid article { min-height: 285px; }
  .pain-rfid .pain-grid h3 { margin-top: 22px; }
}
/* Balance RFID hardware illustration sizes */
.story-legacy-rfid-hardware .story-row:nth-child(1) img,
.story-legacy-rfid-hardware .story-row:nth-child(3) img {
  width: 68%;
  height: 150px;
  max-width: 220px;
  margin-right: auto;
  margin-left: auto;
  object-fit: contain;
}

@media (max-width: 720px) {
  .story-legacy-rfid-hardware .story-row:nth-child(1) img,
  .story-legacy-rfid-hardware .story-row:nth-child(3) img {
    width: 62%;
    height: 140px;
    max-width: 200px;
  }
}
/* Separate the WeCom CTA from the section above */
.theme-wecom .inner-cta-section {
  padding-top: clamp(48px, 5vw, 72px);
}
/* Hardware catalog compact hero */
.page-hero-hardware .page-kicker:empty { display: none; }
.page-hero-hardware .page-hero-orb { opacity: .7; }
.page-hero-hardware .page-hero-visual {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}
.page-hero-hardware .page-hero-visual::before {
  content: "";
  position: absolute;
  inset: 14% 10%;
  border-radius: 50%;
  background: rgba(177, 210, 255, .22);
  filter: blur(38px);
}
.page-hero-hardware .page-visual-bar { display: none; }
.page-hero-hardware .page-hero-visual > img {
  position: relative;
  height: 300px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  filter: drop-shadow(0 28px 30px rgba(8, 27, 52, .28));
}

@media (min-width: 901px) {
  .page-hero-hardware {
    min-height: 0;
    padding: calc(var(--header-height) + 36px) 0 44px;
  }
  .page-hero-hardware .page-hero-grid {
    min-height: 318px;
    grid-template-columns: minmax(0, 1fr) minmax(410px, .9fr);
    gap: clamp(36px, 4.5vw, 68px);
  }
  .page-hero-hardware .breadcrumbs { margin-bottom: 20px; }
  .page-hero-hardware .page-hero-lead { margin-top: 17px; }
  .page-hero-hardware .page-hero-actions { margin-top: 23px; }
}

@media (max-width: 900px) {
  .page-hero-hardware .page-hero-visual > img {
    width: min(100%, 560px);
    height: auto;
    max-height: 340px;
    margin: 0 auto;
  }
}

/* Product center illustrated cards */
.theme-catalog .catalog-section .section-heading,
.theme-catalog .journey-section .section-heading {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}

.theme-catalog .catalog-section .catalog-grid {
  gap: 20px;
  border-top: 0;
}

.theme-catalog .catalog-section .catalog-item,
.theme-catalog .catalog-section .catalog-item:nth-child(2n) {
  min-height: 294px;
  grid-template-columns: 158px 36px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #dce6f1;
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(17, 48, 84, .08);
}

.theme-catalog .catalog-visual {
  display: grid;
  width: 158px;
  height: 190px;
  margin: 0;
  overflow: hidden;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, #f5f8fd, #edf4ff);
}

.theme-catalog .catalog-visual img {
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: contain;
}

.theme-catalog .catalog-item > div { min-width: 0; }

.theme-catalog .catalog-hardware .catalog-grid { gap: 18px; }

.theme-catalog .catalog-hardware .catalog-item,
.theme-catalog .catalog-hardware .catalog-item:nth-child(2n) {
  display: flex;
  min-height: 410px;
  flex-direction: column;
  align-items: stretch;
  gap: 13px;
  padding: 20px;
}

.theme-catalog .catalog-hardware .catalog-visual {
  width: 100%;
  height: 158px;
}

.theme-catalog .catalog-hardware .catalog-number { align-self: flex-start; }
.theme-catalog .catalog-hardware .catalog-item > div { flex: 1; }

.theme-catalog .journey-list { gap: 14px; }

.theme-catalog .journey-list li,
.theme-catalog .journey-list li + li {
  display: flex;
  min-height: 345px;
  flex-direction: column;
  padding: 17px;
  border: 1px solid #dce6f1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 15px 42px rgba(17, 48, 84, .07);
}

.theme-catalog .journey-visual {
  display: grid;
  width: 100%;
  height: 132px;
  margin: 0 0 18px;
  overflow: hidden;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #f6f9fd, #eef4fb);
}

.theme-catalog .journey-visual img {
  width: 100%;
  height: 100%;
  padding: 7px;
  object-fit: contain;
}

.theme-catalog .journey-list h3 { margin: 16px 0 10px; }
.theme-catalog .journey-list li:not(:last-child)::after { top: 50%; }

@media (max-width: 900px) {
  .theme-catalog .catalog-section .catalog-item,
  .theme-catalog .catalog-section .catalog-item:nth-child(2n) {
    grid-template-columns: 150px 34px minmax(0, 1fr) auto;
  }

  .theme-catalog .catalog-hardware .catalog-item,
  .theme-catalog .catalog-hardware .catalog-item:nth-child(2n) {
    display: flex;
  }
}

@media (max-width: 720px) {
  .theme-catalog .catalog-section .catalog-item,
  .theme-catalog .catalog-section .catalog-item:nth-child(2n) {
    min-height: 0;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 16px;
    padding: 18px;
  }

  .theme-catalog .catalog-section .catalog-number { display: none; }
  .theme-catalog .catalog-visual { width: 104px; height: 128px; }

  .theme-catalog .catalog-hardware .catalog-item,
  .theme-catalog .catalog-hardware .catalog-item:nth-child(2n) {
    display: flex;
    padding: 18px;
  }

  .theme-catalog .catalog-hardware .catalog-number { display: block; }
  .theme-catalog .catalog-hardware .catalog-visual { width: 100%; height: 178px; }
  .theme-catalog .journey-list li,
  .theme-catalog .journey-list li + li { min-height: 0; }
  .theme-catalog .journey-visual { height: 180px; }
}

/* Smart store: compact hero, old-site interface imagery and visual pain-point cards */
.page-hero-smart-store {
  min-height: 0;
  padding: calc(var(--header-height) + 36px) 0 46px;
  background:
    radial-gradient(circle at 79% 16%, rgba(94, 220, 255, .27), transparent 25%),
    radial-gradient(circle at 58% 100%, rgba(110, 137, 255, .22), transparent 34%),
    linear-gradient(122deg, #071f48 0%, #124e91 48%, #386bf5 100%);
}

.page-hero-smart-store .page-kicker:empty { display: none; }
.page-hero-smart-store .page-hero-orb { right: -330px; bottom: -535px; opacity: .6; }
.page-hero-smart-store .page-hero-grid {
  min-height: 320px;
  grid-template-columns: minmax(0, .88fr) minmax(480px, 1.12fr);
  gap: clamp(40px, 5vw, 72px);
}
.page-hero-smart-store .breadcrumbs { margin-bottom: 20px; }
.page-hero-smart-store h1 { font-size: clamp(38px, 3.55vw, 50px); }
.page-hero-smart-store .page-hero-lead { max-width: 590px; margin-top: 17px; line-height: 1.75; }
.page-hero-smart-store .page-hero-actions { margin-top: 23px; }
.page-hero-smart-store .page-hero-visual {
  padding: 9px;
  overflow: hidden;
  border-color: rgba(206, 231, 255, .48);
  border-radius: 22px;
  background: rgba(4, 25, 65, .48);
  box-shadow: 0 32px 80px rgba(2, 18, 52, .38), 0 1px 0 rgba(255, 255, 255, .22) inset;
  transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}
.page-hero-smart-store .page-visual-bar { height: 29px; padding: 0 4px 7px; color: rgba(233, 244, 255, .84); }
.page-hero-smart-store .page-hero-visual > img {
  height: auto;
  aspect-ratio: 576 / 342;
  border-radius: 13px;
  object-fit: cover;
}

.pain-smart-store {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 11% 4%, rgba(47, 145, 255, .17), transparent 25%),
    radial-gradient(circle at 92% 90%, rgba(57, 199, 226, .11), transparent 28%),
    linear-gradient(145deg, #071b31, #0b2948 55%, #0d3558);
}
.pain-smart-store .container { position: relative; z-index: 1; }
.pain-smart-store .section-kicker { color: #75ceff; }
.pain-smart-store .section-heading h2 { letter-spacing: -.035em; }
.pain-smart-store .pain-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  background: transparent;
}
.pain-smart-store .pain-grid article {
  display: flex;
  min-height: 0;
  flex-direction: column;
  padding: 18px 22px 20px 18px;
  overflow: hidden;
  border: 1px solid rgba(178, 214, 245, .16);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .045));
  box-shadow: 0 20px 55px rgba(0, 10, 31, .19);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.pain-smart-store .pain-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(123, 196, 255, .35);
  background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .06));
}
.pain-smart-store .pain-grid article > span {
  display: grid;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  padding: 13px;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(202, 228, 255, .12);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(232, 242, 252, .9));
}
.pain-smart-store .pain-grid article > span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px rgba(6, 27, 59, .14));
}
.pain-smart-store .pain-grid article:first-child > span { padding: 0; }
.pain-smart-store .pain-grid article:first-child > span img { object-fit: cover; }
.pain-smart-store .pain-grid h3 { margin: 27px 0 11px; font-size: 23px; line-height: 1.35; }
.pain-smart-store .pain-grid p { color: #b8cbe0; font-size: 14px; line-height: 1.85; }

.theme-smart-store .story-legacy-store {
  background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 100%);
}
.theme-smart-store .story-legacy-store .story-row {
  border-color: #d9e6f3;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(17, 55, 93, .08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.theme-smart-store .story-legacy-store .story-row:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 62px rgba(17, 55, 93, .13);
}
.theme-smart-store .story-legacy-store .story-row figure { background: linear-gradient(145deg, #fff, #f1f6fb); }
.theme-smart-store .story-legacy-store .story-row img { height: 320px; padding: 24px; }
.theme-smart-store .story-legacy-store-extension {
  background:
    radial-gradient(circle at 86% 16%, rgba(54, 139, 255, .16), transparent 26%),
    linear-gradient(145deg, #071c33, #102f50);
}
.theme-smart-store .story-legacy-store-extension .story-row figure {
  border-color: rgba(184, 217, 248, .18);
  box-shadow: 0 22px 55px rgba(0, 10, 31, .2);
}
.theme-smart-store .device-strip-section { background: linear-gradient(180deg, #f6f9fd, #eef4fa); }
.theme-smart-store .device-strip .device-wide {
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(18, 52, 88, .12);
}
.theme-smart-store .device-strip .device-wide figcaption { margin: 0; padding: 17px 22px 20px; background: #fff; }

@media (max-width: 1100px) {
  .page-hero-smart-store .page-hero-grid { grid-template-columns: minmax(0, .9fr) minmax(410px, 1.1fr); gap: 36px; }
  .pain-smart-store .pain-grid article { padding: 16px 20px 22px; }
  .pain-smart-store .pain-grid article > span { height: auto; }
  .pain-smart-store .pain-grid h3 { margin-top: 18px; font-size: 21px; }
}

@media (max-width: 900px) {
  .page-hero-smart-store { padding: calc(var(--header-height) + 32px) 0 44px; }
  .page-hero-smart-store .page-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 30px; }
  .page-hero-smart-store .page-hero-copy { max-width: 760px; margin-inline: auto; text-align: center; }
  .page-hero-smart-store .breadcrumbs,
  .page-hero-smart-store .page-hero-actions { justify-content: center; }
  .page-hero-smart-store .page-hero-lead { margin-inline: auto; }
  .page-hero-smart-store .page-hero-visual { width: min(100%, 720px); margin-inline: auto; transform: none; }
  .pain-smart-store .pain-grid article { padding: 16px 18px 22px; }
  .pain-smart-store .pain-grid article > span { height: auto; }
  .pain-smart-store .pain-grid h3 { margin: 20px 0 9px; }
}

@media (max-width: 720px) {
  .page-hero-smart-store { padding: calc(var(--header-height) + 25px) 0 35px; }
  .page-hero-smart-store h1 { font-size: 35px; }
  .page-hero-smart-store .breadcrumbs { margin-bottom: 16px; }
  .page-hero-smart-store .page-hero-lead { margin-top: 14px; font-size: 15px; }
  .page-hero-smart-store .page-hero-actions { margin-top: 20px; }
  .page-hero-smart-store .page-hero-visual { border-radius: 17px; }
  .pain-smart-store .pain-grid { grid-template-columns: 1fr; }
  .pain-smart-store .pain-grid article { min-height: 0; }
  .pain-smart-store .pain-grid article > span { height: auto; }
  .theme-smart-store .story-legacy-store .story-row { border-radius: 19px; }
  .theme-smart-store .story-legacy-store .story-row img { height: auto; max-height: 300px; padding: 18px; }
  .theme-smart-store .device-strip .device-wide { border-radius: 18px; }
}

/* Legacy solution pages: structure and visual treatment restored from the public old site */
.legacy-solution-hero {
  padding: calc(var(--header-height) + 24px) 0 0;
  background: #fff;
}
.legacy-solution-hero .container,
.legacy-solution-section .container {
  width: min(calc(100% - 48px), 1200px);
}
.legacy-solution-hero-media {
  position: relative;
  overflow: hidden;
  background: #10233f;
}
.legacy-solution-hero-media > img {
  width: 100%;
  height: auto;
  aspect-ratio: 1200 / 380;
  object-fit: cover;
}
.legacy-solution-hero-copy {
  position: absolute;
  top: 50%;
  left: 10%;
  max-width: 68%;
  color: #fff;
  transform: translateY(-50%);
}
.legacy-solution-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 3.35vw, 40px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.03em;
}
.legacy-solution-hero-copy p {
  margin: 22px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
}

.legacy-solution-section {
  padding: 82px 0;
  background: #fff;
}
.legacy-solution-section.is-alt,
.legacy-feature-panel.is-alt,
.legacy-twin-section.is-alt {
  background: #f9fbff;
}
.legacy-section-heading {
  max-width: 980px;
  margin: 0 auto 58px;
  text-align: center;
}
.legacy-section-heading h2,
.legacy-super-title {
  margin: 0;
  color: #333;
  font-size: clamp(32px, 3.4vw, 40px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.03em;
}
.legacy-section-heading .legacy-super-title {
  margin-bottom: 52px;
}
.legacy-super-title + h2 {
  font-size: 30px;
}
.legacy-section-heading > p:not(.legacy-super-title) {
  max-width: 900px;
  margin: 12px auto 0;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}

.legacy-pain-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.legacy-pain-cards article {
  min-height: 240px;
  overflow: hidden;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 7px 3px #eaeeff;
}
.legacy-pain-cards h3 {
  display: grid;
  min-height: 62px;
  margin: 0;
  padding: 10px 16px;
  place-items: center;
  background: #eaeff3;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.legacy-pain-cards p {
  margin: 0;
  padding: 30px 28px;
  color: #888;
  font-size: 15px;
  line-height: 1.75;
}

.legacy-feature-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  align-items: center;
  gap: clamp(50px, 7vw, 90px);
}
.legacy-feature-layout.image-right {
  grid-template-columns: minmax(300px, .92fr) minmax(0, 1.08fr);
}
.legacy-feature-layout.image-right figure {
  order: 2;
}
.legacy-feature-layout figure {
  display: grid;
  min-width: 0;
  margin: 0;
  place-items: center;
}
.legacy-feature-layout figure img {
  width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: contain;
}
.legacy-feature-list {
  display: grid;
  align-content: center;
  gap: 27px;
}
.legacy-feature-list article {
  min-width: 0;
}
.legacy-feature-list h3 {
  margin: 0 0 13px;
  color: #111;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.35;
}
.legacy-feature-list p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}
.legacy-feature-pill .legacy-feature-list h3 {
  display: inline-flex;
  min-width: 190px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
  padding: 7px 22px;
  border-radius: 22px;
  background: linear-gradient(90deg, #79a3ff, #407cff);
  color: #fff;
  font-size: 17px;
  text-align: center;
}
.theme-supply-chain .legacy-feature-plain .legacy-feature-layout figure img {
  width: auto;
  max-width: 100%;
  max-height: 480px;
}

.legacy-twin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(50px, 8vw, 100px);
}
.legacy-twin-grid article {
  min-width: 0;
}
.legacy-twin-grid figure {
  margin: 0 0 28px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}
.legacy-twin-grid img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.58 / 1;
  object-fit: cover;
}
.legacy-twin-grid h3 {
  margin: 0 0 14px;
  color: #111;
  font-size: 24px;
  font-weight: 500;
}
.legacy-twin-grid p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}

.legacy-tiles-rfid {
  background: linear-gradient(145deg, #eaf3fb, #f5f9fd);
}
.legacy-tiles-rfid .container {
  padding: 58px 54px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(29, 63, 96, .09);
}
.legacy-tile-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.legacy-tile-grid article {
  min-width: 0;
}
.legacy-tile-grid figure {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #f4f7fb;
}
.legacy-tile-grid figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.legacy-tile-grid h3 {
  margin: 24px 0 12px;
  color: #111;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.legacy-tile-grid p {
  margin: 0;
  color: #7a8791;
  font-size: 14px;
  line-height: 1.75;
}
.legacy-tiles-scenes {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fff, #f3f8fd);
}
.legacy-tiles-scenes .legacy-tile-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 55px 25px;
}
.legacy-tiles-scenes .legacy-tile-grid article {
  padding: 0 28px;
  text-align: center;
}
.legacy-tiles-scenes .legacy-tile-grid figure {
  display: grid;
  height: 74px;
  place-items: center;
  background: transparent;
}
.legacy-tiles-scenes .legacy-tile-grid figure img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}
.legacy-tiles-scenes .legacy-tile-grid h3 {
  margin-top: 24px;
}
.legacy-tiles-scenes .legacy-tile-grid p {
  color: #666;
  text-align: center;
}

.legacy-wide-visual figure {
  margin: 0;
}
.legacy-wide-visual figure img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.legacy-wide-blue {
  background: linear-gradient(90deg, #407cff, #419fff);
}
.legacy-wide-blue .legacy-section-heading h2,
.legacy-wide-blue .legacy-section-heading > p:not(.legacy-super-title) {
  color: #fff;
}
.legacy-wide-blue .legacy-section-heading > p:not(.legacy-super-title) {
  font-size: 22px;
}

.legacy-cases-section {
  background: #fff;
}
.legacy-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.legacy-case-grid > article {
  display: flex;
  min-width: 0;
  min-height: 500px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 7px 2px #e3e8f2;
}
.legacy-case-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #f4f6f9;
}
.legacy-case-photo {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.legacy-case-body {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}
.legacy-case-body h3 {
  margin: 0 0 18px;
  color: #222;
  font-size: 21px;
}
.legacy-case-body dl {
  display: grid;
  gap: 12px;
  margin: 0;
}
.legacy-case-body dl div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 9px;
}
.legacy-case-body dt {
  color: #386bf5;
  font-size: 14px;
  font-weight: 800;
}
.legacy-case-body dd {
  margin: 0;
  color: #4f5e70;
  font-size: 14px;
  line-height: 1.7;
}
.legacy-case-logo {
  width: auto;
  max-width: 180px;
  height: 52px;
  margin: auto auto 0;
  object-fit: contain;
}
.legacy-cases-gallery .legacy-case-grid > article {
  min-height: 440px;
}
.legacy-cases-gallery .legacy-case-photo {
  height: 330px;
}
.legacy-cases-gallery .legacy-case-body {
  min-height: 110px;
  align-items: center;
  padding: 18px 24px;
}
.legacy-case-hover {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(33, 46, 70, .62);
  opacity: 0;
  transition: opacity .35s ease;
}
.legacy-case-hover img {
  width: 170px;
  height: 170px;
  padding: 8px;
  border-radius: 8px;
  background: #fff;
}
.legacy-cases-gallery article:hover .legacy-case-hover {
  opacity: 1;
}

@media (max-width: 1100px) {
  .legacy-pain-cards,
  .legacy-tile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .legacy-pain-cards article {
    min-height: 220px;
  }
  .legacy-feature-layout,
  .legacy-feature-layout.image-right {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .9fr);
    gap: 42px;
  }
}

@media (max-width: 900px) {
  .legacy-solution-hero-copy {
    max-width: 76%;
    left: 7%;
  }
  .legacy-solution-hero-copy p {
    margin-top: 14px;
    font-size: 16px;
  }
  .legacy-feature-layout,
  .legacy-feature-layout.image-right {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .legacy-feature-layout.image-right figure {
    order: initial;
  }
  .legacy-feature-layout figure img {
    max-height: 440px;
  }
  .legacy-case-grid {
    grid-template-columns: 1fr;
  }
  .legacy-case-grid > article {
    min-height: 0;
  }
  .legacy-case-photo {
    height: auto;
    max-height: 390px;
  }
  .legacy-cases-gallery .legacy-case-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .legacy-cases-gallery .legacy-case-grid > article {
    min-height: 360px;
  }
  .legacy-cases-gallery .legacy-case-photo {
    height: 250px;
  }
}

@media (max-width: 720px) {
  .legacy-solution-hero {
    padding-top: calc(var(--header-height) + 12px);
  }
  .legacy-solution-hero .container,
  .legacy-solution-section .container {
    width: min(calc(100% - 32px), 1200px);
  }
  .legacy-solution-hero-media > img {
    min-height: 230px;
    object-position: center;
  }
  .legacy-solution-hero-copy {
    right: 18px;
    left: 20px;
    max-width: none;
  }
  .legacy-solution-hero-copy h1 {
    font-size: 25px;
  }
  .legacy-solution-hero-copy p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
  }
  .legacy-solution-section {
    padding: 52px 0;
  }
  .legacy-section-heading {
    margin-bottom: 34px;
  }
  .legacy-section-heading h2,
  .legacy-super-title {
    font-size: 28px;
  }
  .legacy-section-heading .legacy-super-title {
    margin-bottom: 34px;
  }
  .legacy-super-title + h2 {
    font-size: 23px;
  }
  .legacy-section-heading > p:not(.legacy-super-title) {
    font-size: 14px;
  }
  .legacy-pain-cards,
  .legacy-twin-grid,
  .legacy-tile-grid,
  .legacy-tiles-scenes .legacy-tile-grid,
  .legacy-cases-gallery .legacy-case-grid {
    grid-template-columns: 1fr;
  }
  .legacy-pain-cards article {
    min-height: 0;
  }
  .legacy-pain-cards h3 {
    font-size: 19px;
  }
  .legacy-pain-cards p {
    padding: 24px;
  }
  .legacy-feature-layout {
    gap: 28px;
  }
  .legacy-feature-list {
    gap: 24px;
  }
  .legacy-feature-list h3 {
    font-size: 20px;
  }
  .legacy-feature-pill .legacy-feature-list h3 {
    min-width: 0;
    font-size: 16px;
  }
  .legacy-twin-grid {
    gap: 42px;
  }
  .legacy-tiles-rfid .container {
    padding: 35px 20px;
  }
  .legacy-tile-grid h3 {
    font-size: 20px;
  }
  .legacy-tiles-scenes .legacy-tile-grid {
    gap: 38px;
  }
  .legacy-wide-blue .legacy-section-heading > p:not(.legacy-super-title) {
    font-size: 17px;
  }
  .legacy-cases-gallery .legacy-case-grid > article {
    min-height: 410px;
  }
  .legacy-cases-gallery .legacy-case-photo {
    height: 300px;
  }
  .legacy-case-hover {
    display: none;
  }
}


.legacy-solution-hero-media.has-video .legacy-solution-hero-copy {
  max-width: 47%;
}
.legacy-solution-hero-video {
  position: absolute;
  top: 50%;
  right: 4%;
  width: min(400px, 38%);
  aspect-ratio: 16 / 9;
  border: 8px solid rgba(255, 255, 255, .92);
  border-radius: 10px;
  background: #111;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .24);
  object-fit: cover;
  transform: translateY(-50%);
}

@media (max-width: 900px) {
  .legacy-solution-hero-media.has-video {
    padding-bottom: 265px;
  }
  .legacy-solution-hero-media.has-video .legacy-solution-hero-copy {
    max-width: 78%;
  }
  .legacy-solution-hero-video {
    top: auto;
    right: 24px;
    bottom: 20px;
    left: 24px;
    width: calc(100% - 48px);
    max-width: 620px;
    margin-inline: auto;
    transform: none;
  }
}

@media (max-width: 720px) {
  .legacy-solution-hero-media.has-video {
    padding-bottom: 220px;
  }
  .legacy-solution-hero-media.has-video .legacy-solution-hero-copy {
    max-width: none;
  }
  .legacy-solution-hero-video {
    right: 16px;
    bottom: 14px;
    left: 16px;
    width: calc(100% - 32px);
    border-width: 5px;
  }
}
/* Legacy download center restored from download.htm */
.theme-downloads {
  background: #fff;
}
.legacy-download-container {
  width: min(calc(100% - 48px), 1200px);
}
.legacy-download-hero {
  position: relative;
  min-height: 500px;
  margin-top: var(--header-height);
  overflow: hidden;
  background: #2964ed;
  color: #fff;
}
.legacy-download-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(25, 72, 188, .24), rgba(35, 87, 218, .04) 58%, transparent);
  pointer-events: none;
}
.legacy-download-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.legacy-download-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 500px;
  align-items: center;
}
.legacy-download-hero-copy {
  padding-left: min(5vw, 60px);
  text-shadow: 0 2px 20px rgba(20, 59, 159, .2);
}
.legacy-download-hero-copy > p {
  margin: 2px 0;
  color: rgba(255,255,255,.94);
  font-size: 24px;
  line-height: 1.6;
}
.legacy-download-hero-copy .legacy-download-hero-title {
  margin: 0 0 13px;
  color: #fff;
  font-size: clamp(50px, 5.1vw, 70px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -.045em;
}
.legacy-download-hero-copy > div {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}
.legacy-download-hero-copy > div a {
  display: inline-flex;
  min-width: 112px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 5px;
  background: #fff;
  color: #1762e4;
  font-size: 17px;
  font-weight: 700;
  box-shadow: 0 12px 26px rgba(21,68,178,.16);
  transition: transform .2s ease, box-shadow .2s ease;
}
.legacy-download-hero-copy > div a:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 34px rgba(21,68,178,.23);
}

.legacy-download-primary {
  padding: 124px 0 120px;
  background: #fff;
}
.legacy-download-heading {
  text-align: center;
}
.legacy-download-heading h1 {
  margin: 0;
  color: #111;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -.035em;
}
.legacy-download-heading > p {
  margin: 20px 0 9px;
  color: #51565d;
  font-size: 20px;
}
.legacy-download-heading > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #999;
  font-size: 13px;
}
.legacy-download-heading > div i {
  color: #c3c9d2;
  font-style: normal;
}
.legacy-download-heading > div a {
  color: #3370ff;
}
.legacy-download-main-button {
  display: flex;
  width: 190px;
  height: 44px;
  align-items: center;
  justify-content: center;
  margin: 47px auto 0;
  border: 1px solid #437bff;
  border-radius: 5px;
  background: #437bff;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 11px 28px rgba(67,123,255,.22);
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}
.legacy-download-main-button:hover {
  background: #2766f7;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(67,123,255,.3);
}
.legacy-download-platforms {
  display: grid;
  max-width: 690px;
  margin: 58px auto 0;
  grid-template-columns: repeat(3, 150px);
  justify-content: space-between;
  gap: 68px;
}
.legacy-download-platform {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  color: #303945;
  text-align: center;
}
.legacy-download-platform-media {
  position: relative;
  display: grid;
  width: 150px;
  height: 150px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #edf1f8;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 8px rgba(63, 98, 178, .09);
  transition: border-color .24s ease, box-shadow .24s ease, transform .24s ease;
}
.legacy-download-platform:hover .legacy-download-platform-media,
.legacy-download-platform:focus-visible .legacy-download-platform-media {
  border-color: #d7e3ff;
  box-shadow: 0 16px 38px rgba(47, 91, 191, .16);
  transform: translateY(-5px);
}
.legacy-download-platform-media img {
  position: absolute;
  object-fit: contain;
  transition: opacity .2s ease, transform .24s ease;
}
.legacy-download-platform-icon {
  width: 60px;
  height: 60px;
}
.legacy-download-platform-reveal {
  width: 124px;
  height: 124px;
  opacity: 0;
  transform: scale(.93);
}
.legacy-download-platform:first-child .legacy-download-platform-reveal {
  width: 60px;
  height: 60px;
}
.legacy-download-platform:hover .legacy-download-platform-icon,
.legacy-download-platform:focus-visible .legacy-download-platform-icon {
  opacity: 0;
  transform: scale(.9);
}
.legacy-download-platform:hover .legacy-download-platform-reveal,
.legacy-download-platform:focus-visible .legacy-download-platform-reveal {
  opacity: 1;
  transform: scale(1);
}
.legacy-download-platform strong {
  margin-top: 20px;
  color: #252e3a;
  font-size: 15px;
  font-weight: 500;
}
.legacy-download-platform small {
  color: #6d7784;
  font-size: 12px;
  line-height: 1.55;
}
.legacy-download-platform em {
  margin-top: 9px;
  color: #3370ff;
  font-size: 13px;
  font-style: normal;
}
.legacy-download-features {
  margin: 110px 0 0;
}
.legacy-download-features img {
  width: 100%;
  height: auto;
}

.legacy-download-consult {
  padding: 100px 0;
  background: #eff4ff url("/assets/pages/download/legacy-products-bg.webp") center / cover no-repeat;
}
.legacy-download-consult-grid {
  display: grid;
  width: min(calc(100% - 48px), 1000px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.legacy-download-consult-card {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(65, 86, 150, .12);
  transition: transform .22s ease, box-shadow .22s ease;
}
.legacy-download-consult-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 44px rgba(65, 86, 150, .18);
}
.legacy-download-consult-card header {
  display: flex;
  min-height: 146px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 12px;
  color: #fff;
  text-align: center;
}
.legacy-download-tone-erp header {
  background: linear-gradient(115deg, #79beff, #2b4ad1);
}
.legacy-download-tone-retail header {
  background: linear-gradient(115deg, #9187f5, #9921e5);
}
.legacy-download-tone-private header {
  background: linear-gradient(115deg, #51709c, #1c345c);
}
.legacy-download-consult-card header h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.legacy-download-consult-card header p {
  margin: 20px 0 0;
  padding: 7px 8px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
.legacy-download-consult-card > div {
  display: flex;
  min-height: 200px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.legacy-download-consult-card > div a {
  display: flex;
  width: min(calc(100% - 44px), 200px);
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid #437bff;
  border-radius: 5px;
  color: #18243a;
  font-size: 16px;
  transition: color .2s ease, background .2s ease;
}
.legacy-download-consult-card > div a:hover {
  background: #437bff;
  color: #fff;
}
.legacy-download-consult-card > div small {
  margin-top: 25px;
  color: #999;
  font-size: 12px;
}

.legacy-download-more {
  padding: 78px 0 92px;
  background: #fff;
}
.legacy-download-more h2 {
  margin: 0;
  color: #111;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.legacy-download-more-grid {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.legacy-download-more-grid > article {
  position: relative;
  min-height: 340px;
  padding: 34px 25px 45px;
  border: 1px solid #edf1f9;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 22px rgba(76, 104, 177, .11);
  transition: transform .22s ease, box-shadow .22s ease;
}
.legacy-download-more-grid > article:hover {
  z-index: 5;
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(76, 104, 177, .15);
}
.legacy-download-more-grid h3 {
  margin: 0;
  color: #111;
  font-size: 26px;
  font-weight: 500;
}
.legacy-download-more-grid article > p {
  margin: 4px 0 0;
  color: #999;
  font-size: 14px;
}
.legacy-download-more-grid ul {
  display: grid;
  gap: 17px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}
.legacy-download-more-grid li {
  position: relative;
  display: flex;
  min-height: 22px;
  align-items: center;
  gap: 13px;
}
.legacy-download-more-grid li img {
  flex: none;
  object-fit: contain;
}
.legacy-download-more-grid li a {
  color: #444;
  font-size: 14px;
  transition: color .2s ease;
}
.legacy-download-more-grid li a:hover {
  color: #004ddd;
}
.legacy-download-more-qr {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: calc(100% + 12px);
  width: 190px;
  height: 190px;
  padding: 8px;
  border: 1px solid #e3e9f3;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(29, 53, 103, .2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(8px, -50%) scale(.96);
  transform-origin: left center;
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}
.legacy-download-more-qr::before {
  position: absolute;
  top: 50%;
  left: -7px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #e3e9f3;
  border-left: 1px solid #e3e9f3;
  background: #fff;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.legacy-download-more-grid .legacy-download-more-qr img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.legacy-download-more-grid li.has-download-qr:hover .legacy-download-more-qr,
.legacy-download-more-grid li.has-download-qr:focus-within .legacy-download-more-qr {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%) scale(1);
}
.legacy-download-more-grid article > small {
  position: absolute;
  right: 20px;
  bottom: 26px;
  left: 20px;
  color: #999;
  font-size: 12px;
  text-align: center;
}
.legacy-download-more + .inner-section {
  padding-top: 86px;
  background: #f7f9fc;
}

@media (max-width: 1100px) {
  .legacy-download-hero-copy {
    padding-left: 2vw;
  }
  .legacy-download-more-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .legacy-download-more-grid > article:nth-child(even) .legacy-download-more-qr {
    right: calc(100% + 12px);
    left: auto;
    transform: translate(-8px, -50%) scale(.96);
    transform-origin: right center;
  }
  .legacy-download-more-grid > article:nth-child(even) .legacy-download-more-qr::before {
    right: -7px;
    left: auto;
    border: 0;
    border-top: 1px solid #e3e9f3;
    border-right: 1px solid #e3e9f3;
  }
  .legacy-download-more-grid > article:nth-child(even) li.has-download-qr:hover .legacy-download-more-qr,
  .legacy-download-more-grid > article:nth-child(even) li.has-download-qr:focus-within .legacy-download-more-qr {
    transform: translate(0, -50%) scale(1);
  }
}
@media (max-width: 800px) {
  .legacy-download-hero {
    min-height: 430px;
  }
  .legacy-download-hero-inner {
    min-height: 430px;
  }
  .legacy-download-hero > img {
    object-position: 62% center;
  }
  .legacy-download-hero-copy > p {
    font-size: 19px;
  }
  .legacy-download-hero-copy .legacy-download-hero-title {
    font-size: 48px;
  }
  .legacy-download-primary {
    padding: 92px 0;
  }
  .legacy-download-heading h1 {
    font-size: 38px;
  }
  .legacy-download-consult-grid {
    max-width: 580px;
    grid-template-columns: 1fr;
  }
  .legacy-download-consult-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .legacy-download-consult-card > div {
    min-height: 190px;
  }
}
@media (max-width: 640px) {
  .legacy-download-container {
    width: min(calc(100% - 34px), 1200px);
  }
  .legacy-download-hero {
    min-height: 365px;
  }
  .legacy-download-hero-inner {
    min-height: 365px;
  }
  .legacy-download-hero::after {
    background: linear-gradient(90deg, rgba(33, 76, 189, .5), rgba(38, 84, 205, .25));
  }
  .legacy-download-hero-copy {
    padding-left: 0;
  }
  .legacy-download-hero-copy > p {
    font-size: 15px;
  }
  .legacy-download-hero-copy .legacy-download-hero-title {
    margin-bottom: 9px;
    font-size: 38px;
  }
  .legacy-download-hero-copy > div {
    margin-top: 20px;
  }
  .legacy-download-hero-copy > div a {
    min-width: 96px;
    height: 38px;
    padding-inline: 14px;
    font-size: 15px;
  }
  .legacy-download-primary {
    padding: 72px 0 75px;
  }
  .legacy-download-heading h1 {
    font-size: 31px;
  }
  .legacy-download-heading > p {
    margin-top: 15px;
    font-size: 15px;
  }
  .legacy-download-heading > div {
    gap: 5px 7px;
    font-size: 11px;
  }
  .legacy-download-main-button {
    margin-top: 34px;
  }
  .legacy-download-platforms {
    max-width: 330px;
    margin-top: 48px;
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .legacy-download-platform {
    display: grid;
    grid-template-columns: 126px 1fr;
    grid-template-rows: repeat(4, auto);
    text-align: left;
  }
  .legacy-download-platform-media {
    width: 126px;
    height: 126px;
    grid-row: 1 / -1;
  }
  .legacy-download-platform strong,
  .legacy-download-platform small,
  .legacy-download-platform em {
    margin-left: 20px;
  }
  .legacy-download-platform strong {
    margin-top: 0;
    align-self: end;
  }
  .legacy-download-platform em {
    margin-top: 5px;
    align-self: start;
  }
  .legacy-download-features {
    margin-top: 70px;
  }
  .legacy-download-consult {
    padding: 68px 0;
  }
  .legacy-download-consult-grid {
    width: min(calc(100% - 34px), 580px);
  }
  .legacy-download-consult-card {
    display: block;
  }
  .legacy-download-consult-card header {
    min-height: 132px;
  }
  .legacy-download-consult-card > div {
    min-height: 165px;
  }
  .legacy-download-more {
    padding: 66px 0 74px;
  }
  .legacy-download-more h2 {
    font-size: 33px;
  }
  .legacy-download-more-grid {
    margin-top: 36px;
    grid-template-columns: 1fr;
  }
  .legacy-download-more-grid > article {
    min-height: 300px;
  }
  .legacy-download-more-grid > article:nth-child(even) .legacy-download-more-qr,
  .legacy-download-more-qr {
    top: auto;
    right: 0;
    bottom: 30px;
    left: auto;
    width: 176px;
    height: 176px;
    transform: translateY(8px) scale(.96);
    transform-origin: right bottom;
  }
  .legacy-download-more-grid > article:nth-child(even) .legacy-download-more-qr::before,
  .legacy-download-more-qr::before {
    display: none;
  }
  .legacy-download-more-grid > article:nth-child(even) li.has-download-qr:hover .legacy-download-more-qr,
  .legacy-download-more-grid > article:nth-child(even) li.has-download-qr:focus-within .legacy-download-more-qr,
  .legacy-download-more-grid li.has-download-qr:hover .legacy-download-more-qr,
  .legacy-download-more-grid li.has-download-qr:focus-within .legacy-download-more-qr {
    transform: translateY(0) scale(1);
  }
  .legacy-download-more + .inner-section {
    padding-top: 66px;
  }
}
/* Local legacy jump pages */
.legacy-download-detail-section,
.purchase-calculator-section,
.app-permissions-section {
  background: #f5f8fc;
}
.legacy-download-detail-section {
  padding-top: calc(var(--header-height) + 54px);
}
.legacy-download-detail-shell {
  max-width: 1040px;
}
.legacy-download-compact-head {
  margin-bottom: 38px;
}
.legacy-download-compact-head > a {
  display: inline-flex;
  color: #386bf5;
  font-size: 13px;
  font-weight: 700;
}
.legacy-download-compact-head h1 {
  margin: 18px 0 8px;
  color: #182d49;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.2;
}
.legacy-download-compact-head p {
  margin: 0;
  color: #748397;
  font-size: 15px;
}
.legacy-download-history-note {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 52px;
  padding: 20px 24px;
  border: 1px solid #d9e5f4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(43, 75, 116, .06);
}
.legacy-download-history-note strong {
  flex: none;
  color: #315fbe;
  font-size: 14px;
}
.legacy-download-history-note span {
  color: #66778b;
  font-size: 13px;
  line-height: 1.8;
}
.legacy-download-detail-group + .legacy-download-detail-group {
  margin-top: 58px;
}
.legacy-download-detail-group > h2 {
  margin: 0;
  color: #182d49;
  font-size: 30px;
}
.legacy-download-detail-group > p {
  margin: 10px 0 0;
  color: #78879a;
  font-size: 14px;
}
.legacy-download-detail-grid {
  display: grid;
  margin-top: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.legacy-download-detail-grid article {
  display: grid;
  min-height: 205px;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 24px;
  padding: 27px;
  border: 1px solid #dce6f1;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(40, 70, 110, .06);
  transition: transform .22s ease, box-shadow .22s ease;
}
.legacy-download-detail-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 42px rgba(40, 70, 110, .1);
}
.legacy-download-detail-grid article span {
  display: inline-block;
  padding: 5px 9px;
  border-radius: 6px;
  background: #edf3ff;
  color: #386bf5;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}
.legacy-download-detail-grid h3 {
  margin: 17px 0 8px;
  color: #1a2d47;
  font-size: 20px;
}
.legacy-download-detail-grid p {
  margin: 0;
  color: #748397;
  font-size: 13px;
  line-height: 1.75;
}
.legacy-download-detail-grid a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border-radius: 7px;
  background: #386bf5;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.legacy-download-detail-grid a:hover {
  background: #285be4;
}
.legacy-download-detail-grid a i {
  font-style: normal;
}
.legacy-download-help {
  margin: 48px 0 0;
  padding-top: 22px;
  border-top: 1px solid #dce5ef;
  color: #7c8a9b;
  font-size: 13px;
  text-align: center;
}

.purchase-calculator-section {
  padding-top: 76px;
}
.purchase-calculator {
  display: grid;
  max-width: 1180px;
  margin: 0 auto;
  overflow: hidden;
  grid-template-columns: 280px minmax(0, 1fr);
  border: 1px solid #d9e3ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(28, 61, 99, .12);
}
.purchase-calculator-product {
  padding: 38px 30px;
  background: linear-gradient(155deg, #143e95, #386bf5 62%, #4b84ff);
  color: #fff;
}
.purchase-calculator-product > span {
  color: #bcd2ff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}
.purchase-calculator-product h2 {
  margin: 15px 0 7px;
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
}
.purchase-calculator-product > p {
  margin: 0;
  color: #d9e6ff;
  font-size: 13px;
}
.purchase-calculator-product ul {
  display: grid;
  gap: 13px;
  margin: 35px 0 0;
  padding: 25px 0 0;
  border-top: 1px solid rgba(255,255,255,.2);
  list-style: none;
}
.purchase-calculator-product li {
  position: relative;
  padding-left: 18px;
  color: #ecf3ff;
  font-size: 13px;
}
.purchase-calculator-product li::before {
  position: absolute;
  top: .65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9fc2ff;
  content: "";
}
.purchase-calculator-panel {
  min-width: 0;
}
.purchase-calculator-notice {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding: 18px 28px;
  border-bottom: 1px solid #e4ebf3;
  background: #fff9ed;
}
.purchase-calculator-notice strong {
  color: #a36005;
  font-size: 13px;
}
.purchase-calculator-notice p {
  margin: 0;
  color: #7d6a50;
  font-size: 12px;
  line-height: 1.75;
}
.purchase-calculator-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 25px;
  padding: 30px 28px;
  border-bottom: 1px solid #e6edf4;
}
.purchase-calculator-row > h2 {
  margin: 2px 0 0;
  color: #24384f;
  font-size: 16px;
}
.purchase-calculator-row > div > strong {
  color: #1f3148;
  font-size: 18px;
}
.purchase-calculator-row > div > p {
  margin: 8px 0 0;
  color: #748397;
  font-size: 13px;
  line-height: 1.75;
}
.purchase-account-control {
  display: flex;
  align-items: center;
  gap: 0;
}
.purchase-account-control button,
.purchase-account-control input {
  width: 42px;
  height: 38px;
  border: 1px solid #dce4ed;
  background: #fff;
  color: #26384e;
  text-align: center;
}
.purchase-account-control button:first-child {
  border-radius: 7px 0 0 7px;
}
.purchase-account-control button:nth-of-type(2) {
  border-radius: 0 7px 7px 0;
}
.purchase-account-control button:hover {
  background: #edf3ff;
  color: #386bf5;
}
.purchase-account-control input {
  width: 76px;
  border-right: 0;
  border-left: 0;
  outline: none;
}
.purchase-account-control > span {
  margin-left: 10px;
  color: #6c7a8b;
  font-size: 13px;
}
.purchase-calculator-metrics,
.purchase-calculator-summary {
  display: grid;
  margin: 23px 0 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #e3eaf2;
  border-radius: 9px;
}
.purchase-calculator-metrics > div,
.purchase-calculator-summary > div {
  padding: 13px;
  border-right: 1px solid #e3eaf2;
}
.purchase-calculator-metrics > div:last-child,
.purchase-calculator-summary > div:last-child {
  border-right: 0;
}
.purchase-calculator-metrics dt,
.purchase-calculator-summary dt {
  color: #8996a6;
  font-size: 10px;
}
.purchase-calculator-metrics dd,
.purchase-calculator-summary dd {
  margin: 5px 0 0;
  color: #2d4058;
  font-size: 13px;
  font-weight: 700;
}
.purchase-year-options {
  display: grid;
  max-width: 540px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.purchase-year-options button {
  position: relative;
  min-height: 50px;
  border: 1px solid #dce4ed;
  background: #fff;
  color: #31445a;
}
.purchase-year-options button + button {
  border-left: 0;
}
.purchase-year-options button:first-child {
  border-radius: 7px 0 0 7px;
}
.purchase-year-options button:last-child {
  border-radius: 0 7px 7px 0;
}
.purchase-year-options button.is-active {
  z-index: 1;
  border-color: #ff9000;
  background: #fff9f1;
  color: #df7100;
}
.purchase-year-options small {
  display: block;
  color: #f07a00;
  font-size: 9px;
}
.purchase-calculator-summary {
  max-width: 540px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.purchase-calculator-summary dd {
  font-size: 15px;
}
.purchase-calculator-summary > div:last-child dd {
  color: #ef5c22;
}
.purchase-calculator-due {
  max-width: 540px;
  text-align: right;
}
.purchase-calculator-other p + p {
  margin-top: 12px;
}
.purchase-calculator-total {
  display: flex;
  min-height: 92px;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  padding: 18px 28px;
  background: #f7f9fc;
}
.purchase-calculator-total > div {
  text-align: right;
}
.purchase-calculator-total span {
  display: block;
  color: #8996a6;
  font-size: 11px;
}
.purchase-calculator-total strong {
  color: #ed5c24;
  font-size: 27px;
}
.purchase-calculator-total a {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  padding: 0 22px;
  border-radius: 7px;
  background: #386bf5;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.purchase-calculator-total a:hover {
  background: #285be4;
}

.app-permissions-shell {
  max-width: 960px;
}
.app-permissions-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.app-permissions-meta span {
  padding: 7px 11px;
  border-radius: 7px;
  background: #eaf1ff;
  color: #386bf5;
  font-size: 11px;
  font-weight: 700;
}
.app-permissions-intro {
  margin: 25px 0 0;
  padding: 25px 27px;
  border: 1px solid #dce5ef;
  border-radius: 12px;
  background: #fff;
  color: #52657b;
  font-size: 14px;
  line-height: 1.95;
  box-shadow: 0 12px 32px rgba(32, 66, 104, .06);
}
.app-permissions-grid {
  display: grid;
  margin-top: 25px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.app-permissions-grid section {
  padding: 28px;
  border: 1px solid #dce5ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(32, 66, 104, .06);
}
.app-permissions-grid h2 {
  margin: 0;
  color: #223850;
  font-size: 23px;
}
.app-permissions-grid ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.app-permissions-grid li {
  position: relative;
  padding: 10px 12px 10px 32px;
  border-radius: 7px;
  background: #f5f8fc;
  color: #52657a;
  font-size: 13px;
}
.app-permissions-grid li::before {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #386bf5;
  content: "";
  transform: translateY(-50%);
}
.app-permissions-note {
  margin: 22px 0 0;
  color: #77879a;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 900px) {
  .legacy-download-detail-grid {
    grid-template-columns: 1fr;
  }
  .purchase-calculator {
    grid-template-columns: 1fr;
  }
  .purchase-calculator-product ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .legacy-download-history-note {
    display: block;
    margin-bottom: 38px;
    padding: 18px;
  }
  .legacy-download-history-note span {
    display: block;
    margin-top: 7px;
  }
  .legacy-download-detail-group > h2 {
    font-size: 25px;
  }
  .legacy-download-detail-grid article {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 22px;
  }
  .legacy-download-detail-grid a {
    justify-content: center;
  }
  .purchase-calculator-section {
    padding-top: 55px;
  }
  .purchase-calculator {
    border-radius: 13px;
  }
  .purchase-calculator-product {
    padding: 30px 23px;
  }
  .purchase-calculator-product ul {
    grid-template-columns: 1fr;
  }
  .purchase-calculator-notice,
  .purchase-calculator-row {
    grid-template-columns: 1fr;
    gap: 13px;
    padding: 23px 19px;
  }
  .purchase-calculator-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .purchase-calculator-metrics > div:nth-child(2) {
    border-right: 0;
  }
  .purchase-calculator-metrics > div:nth-child(-n+2) {
    border-bottom: 1px solid #e3eaf2;
  }
  .purchase-year-options,
  .purchase-calculator-summary {
    width: 100%;
  }
  .purchase-calculator-total {
    align-items: stretch;
    flex-direction: column;
    gap: 13px;
    padding: 21px 19px;
  }
  .purchase-calculator-total > div {
    text-align: left;
  }
  .purchase-calculator-total a {
    justify-content: center;
  }
  .app-permissions-grid {
    grid-template-columns: 1fr;
  }
  .app-permissions-intro,
  .app-permissions-grid section {
    padding: 21px;
  }
}
/* Old-site purchase product cards */
.legacy-purchase-products {
  padding: 60px 0 76px;
  background: #f5f8fc;
}
.legacy-purchase-products > .container {
  width: min(calc(100% - 48px), 1200px);
}
.legacy-purchase-products h2 {
  margin: 0;
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.legacy-purchase-products-grid {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}
.legacy-purchase-product-card {
  display: flex;
  min-width: 0;
  min-height: 395px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(229, 235, 244, .78);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 12px rgba(93, 104, 126, .15);
  transition: transform .22s ease, box-shadow .22s ease;
}
.legacy-purchase-product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 34px rgba(67, 82, 112, .17);
}
.legacy-purchase-product-card h3 {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 9px 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
}
.legacy-purchase-product-1 h3 {
  background: linear-gradient(90deg, #fddfb1, #ee591e);
}
.legacy-purchase-product-2 h3 {
  background: linear-gradient(90deg, #79beff, #2b4ad1);
}
.legacy-purchase-product-3 h3 {
  background: linear-gradient(90deg, #9187f5, #9921e5);
}
.legacy-purchase-product-4 h3 {
  background: linear-gradient(90deg, #749afa, #1c345c);
}
.legacy-purchase-product-features {
  display: flex;
  height: 140px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  padding: 0 13px;
}
.legacy-purchase-product-features p {
  margin: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}
.legacy-purchase-product-note {
  margin: 48px 12px 21px;
  color: #999;
  font-size: 14px;
  line-height: 1.55;
  text-align: center;
}
.legacy-purchase-product-card > a {
  display: flex;
  width: min(calc(100% - 48px), 200px);
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin: auto auto 19px;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #fff;
  color: #111;
  font-size: 16px;
  transition: border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}
.legacy-purchase-product-card > a:hover {
  border-color: #437bff;
  background: #437bff;
  color: #fff;
  box-shadow: 0 8px 20px rgba(67, 123, 255, .24);
}
.legacy-purchase-product-1 > a {
  border-color: transparent;
  background: linear-gradient(90deg, #fdd59c, #f15b23);
  color: #fff;
}
.legacy-purchase-product-1 > a:hover {
  border-color: transparent;
  background: linear-gradient(90deg, #f8c881, #e94b14);
  box-shadow: 0 8px 20px rgba(238, 89, 30, .22);
}

@media (max-width: 1100px) {
  .legacy-purchase-products-grid {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .legacy-purchase-products {
    padding: 48px 0 60px;
  }
  .legacy-purchase-products > .container {
    width: min(calc(100% - 34px), 1200px);
  }
  .legacy-purchase-products h2 {
    font-size: 32px;
  }
  .legacy-purchase-products-grid {
    margin-top: 34px;
    grid-template-columns: 1fr;
  }
  .legacy-purchase-product-card {
    min-height: 380px;
  }
}
/* Legacy purchase page */
.legacy-purchase-hero {
  padding: calc(var(--header-height) + 34px) 0 54px;
  background: linear-gradient(180deg, #eef5fb 0%, #fff 100%);
}

.legacy-purchase-hero-media {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  border: 1px solid #dce8f3;
  border-radius: 10px;
  background: #e9f5fc;
  box-shadow: 0 18px 48px rgba(34, 73, 112, .10);
}

.legacy-purchase-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(238, 248, 253, .98) 0%, rgba(238, 248, 253, .92) 43%, rgba(238, 248, 253, .22) 72%, transparent 100%);
}

.legacy-purchase-hero-media > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.legacy-purchase-hero-copy {
  position: relative;
  z-index: 1;
  width: 60%;
  padding: 47px 54px 44px;
}

.legacy-purchase-hero-copy .page-kicker { color: #3674ae; }

.legacy-purchase-hero-copy h1 {
  max-width: 670px;
  margin: 0;
  color: #164d79;
  font-size: clamp(31px, 3.2vw, 44px);
  line-height: 1.22;
  letter-spacing: -.035em;
}

.legacy-purchase-subtitle {
  margin: 15px 0 0;
  color: #4480a9;
  font-size: 17px;
  font-weight: 700;
}

.legacy-purchase-hero-copy ul {
  display: flex;
  max-width: 620px;
  flex-wrap: wrap;
  gap: 8px 0;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.legacy-purchase-hero-copy li {
  display: flex;
  align-items: center;
  color: #46677f;
  font-size: 13px;
}

.legacy-purchase-hero-copy li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 12px;
  margin: 0 13px;
  background: #a9c4d6;
}

.legacy-purchase-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.legacy-purchase-actions .button { min-height: 42px; padding: 0 20px; }
.legacy-purchase-register { border-color: #4b9acb; background: #fff; color: #3478a8; }
.legacy-purchase-register:hover { border-color: #3478a8; background: #f7fcff; }
.legacy-purchase-download { border-color: transparent; background: transparent; color: #3478a8; }
.legacy-purchase-download:hover { background: rgba(255, 255, 255, .72); }

.legacy-purchase-section { padding: 30px 0; background: #fff; }
.legacy-purchase-payment-section { padding-top: 4px; padding-bottom: 72px; }

.legacy-purchase-disclosure {
  overflow: hidden;
  border: 1px solid #d9e4ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(29, 62, 94, .05);
}

.legacy-purchase-disclosure summary {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 26px;
  cursor: pointer;
  list-style: none;
  background: #f7fafc;
}

.legacy-purchase-disclosure summary::-webkit-details-marker { display: none; }
.legacy-purchase-disclosure summary > span { display: flex; align-items: baseline; gap: 13px; }
.legacy-purchase-disclosure summary strong { color: #263c50; font-size: 24px; }
.legacy-purchase-disclosure summary small { color: #6f92aa; font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }
.legacy-purchase-disclosure summary i { color: #447da5; font-size: 26px; font-style: normal; transition: transform .2s; }
.legacy-purchase-disclosure[open] summary i { transform: rotate(45deg); }

.legacy-purchase-note-list { border-top: 2px solid #4486b3; }
.legacy-purchase-note-list p {
  margin: 0;
  padding: 17px 24px;
  border-bottom: 1px solid #e5edf4;
  color: #506274;
  font-size: 14px;
  line-height: 1.85;
}
.legacy-purchase-note-list p:last-child { border-bottom: 0; }
.legacy-purchase-note-list strong { color: #29475f; }

.legacy-purchase-payment { border-top: 2px solid #4486b3; }
.legacy-purchase-account {
  display: grid;
  grid-template-columns: 210px 1fr;
  align-items: center;
  gap: 28px;
  padding: 28px 30px;
}
.legacy-purchase-account figure { margin: 0; text-align: center; }
.legacy-purchase-account img { width: 160px; height: 34px; object-fit: contain; }
.legacy-purchase-account dl { display: grid; gap: 10px; margin: 0; }
.legacy-purchase-account dl > div { display: grid; grid-template-columns: 72px 1fr; gap: 14px; }
.legacy-purchase-account dt { color: #6b7e90; font-size: 14px; }
.legacy-purchase-account dd { margin: 0; color: #263d52; font-size: 15px; font-weight: 700; }
.legacy-purchase-payment > p {
  margin: 0;
  padding: 20px 30px;
  border-top: 1px solid #e2ebf3;
  background: #f7fafc;
  color: #5d6f80;
  font-size: 13px;
  line-height: 1.85;
}

.legacy-purchase-cta-section { padding: 0 0 90px; background: #fff; }
.legacy-purchase-cta {
  position: relative;
  display: flex;
  min-height: 280px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 54px 64px;
  overflow: hidden;
  border-radius: 14px;
  background: #386bf5;
  box-shadow: 0 24px 60px rgba(31, 79, 190, .22);
}
.legacy-purchase-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(35, 78, 191, .96), rgba(56, 107, 245, .82) 58%, rgba(56, 107, 245, .38));
}
.legacy-purchase-cta > img {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.legacy-purchase-cta h2,
.legacy-purchase-cta > div { position: relative; z-index: 1; }
.legacy-purchase-cta h2 { max-width: 680px; margin: 0; color: #fff; font-size: clamp(31px, 3.5vw, 46px); line-height: 1.22; }
.legacy-purchase-cta > div { display: flex; flex-wrap: wrap; gap: 12px; }
.legacy-purchase-cta-contact {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 23px;
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: var(--button-radius);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}
.legacy-purchase-cta-contact:hover { background: rgba(255, 255, 255, .12); }

@media (max-width: 900px) {
  .legacy-purchase-hero-copy { width: 72%; padding-right: 30px; padding-left: 36px; }
  .legacy-purchase-account { grid-template-columns: 170px 1fr; }
  .legacy-purchase-cta { min-height: 320px; align-items: flex-start; flex-direction: column; justify-content: flex-end; padding: 44px; }
}

@media (max-width: 640px) {
  .legacy-purchase-hero { padding: calc(var(--header-height) + 20px) 0 38px; }
  .legacy-purchase-hero-media { min-height: 0; }
  .legacy-purchase-hero-media::after { background: rgba(238, 248, 253, .88); }
  .legacy-purchase-hero-media > img { object-position: 70% center; opacity: .42; }
  .legacy-purchase-hero-copy { width: 100%; padding: 35px 22px 31px; }
  .legacy-purchase-hero-copy h1 { font-size: 30px; }
  .legacy-purchase-subtitle { font-size: 15px; }
  .legacy-purchase-hero-copy li { font-size: 12px; }
  .legacy-purchase-actions { align-items: stretch; flex-direction: column; }
  .legacy-purchase-actions .button { width: 100%; }
  .legacy-purchase-section { padding: 18px 0; }
  .legacy-purchase-payment-section { padding-top: 0; padding-bottom: 50px; }
  .legacy-purchase-disclosure summary { min-height: 66px; padding: 0 18px; }
  .legacy-purchase-disclosure summary strong { font-size: 21px; }
  .legacy-purchase-disclosure summary small { font-size: 11px; }
  .legacy-purchase-note-list p { padding: 16px 18px; font-size: 13px; }
  .legacy-purchase-account { grid-template-columns: 1fr; gap: 20px; padding: 25px 18px; }
  .legacy-purchase-account figure { text-align: left; }
  .legacy-purchase-account dl > div { grid-template-columns: 58px 1fr; gap: 10px; }
  .legacy-purchase-account dd { overflow-wrap: anywhere; font-size: 14px; }
  .legacy-purchase-payment > p { padding: 18px; }
  .legacy-purchase-cta-section { padding-bottom: 60px; }
  .legacy-purchase-cta { min-height: 300px; gap: 30px; padding: 34px 24px; }
  .legacy-purchase-cta h2 { font-size: 29px; }
  .legacy-purchase-cta > div { width: 100%; }
  .legacy-purchase-cta .button,
  .legacy-purchase-cta-contact { flex: 1; }
}
/* Support preparation panel */
.theme-support .notice-section {
  padding: clamp(72px, 8vw, 108px) 0;
  background: linear-gradient(180deg, #f7faff 0%, #eef4fc 100%);
}

.theme-support .notice-shell {
  position: relative;
  grid-template-columns: minmax(260px, .72fr) minmax(560px, 1.28fr);
  align-items: center;
  gap: clamp(42px, 6vw, 86px);
  padding: clamp(38px, 5vw, 70px);
  overflow: hidden;
  border: 1px solid rgba(56, 107, 245, .14);
  border-radius: 30px;
  background:
    radial-gradient(circle at 5% 0%, rgba(56, 107, 245, .13), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, .98), rgba(246, 250, 255, .94));
  box-shadow: 0 26px 70px rgba(31, 68, 120, .10);
}

.theme-support .notice-shell::after {
  content: "";
  position: absolute;
  top: -120px;
  right: -100px;
  width: 330px;
  height: 330px;
  border: 54px solid rgba(56, 107, 245, .035);
  border-radius: 50%;
  pointer-events: none;
}

.theme-support .notice-shell > div,
.theme-support .notice-shell > ul {
  position: relative;
  z-index: 1;
}

.theme-support .notice-shell .section-kicker {
  display: inline-flex;
  margin-bottom: 19px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #e9f0ff;
  color: #386bf5;
  font-size: 11px;
  letter-spacing: .17em;
}

.theme-support .notice-shell h2 {
  max-width: 390px;
  font-size: clamp(36px, 3.5vw, 50px);
  line-height: 1.16;
  letter-spacing: -.045em;
}

.theme-support .notice-shell ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  border: 0;
}

.theme-support .notice-shell li {
  display: flex;
  min-height: 126px;
  align-items: center;
  padding: 23px 22px 23px 62px;
  border: 1px solid #e2eaf5;
  border-radius: 17px;
  background: rgba(255, 255, 255, .91);
  color: #40556e;
  font-size: 14px;
  line-height: 1.75;
  box-shadow: 0 12px 32px rgba(26, 63, 110, .055);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.theme-support .notice-shell li:hover {
  border-color: rgba(56, 107, 245, .28);
  box-shadow: 0 17px 38px rgba(26, 63, 110, .09);
  transform: translateY(-3px);
}

.theme-support .notice-shell li::before {
  top: 50%;
  left: 22px;
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: #386bf5;
  color: #fff;
  font-size: 13px;
  box-shadow: 0 8px 18px rgba(56, 107, 245, .22);
  transform: translateY(-50%);
}

@media (max-width: 980px) {
  .theme-support .notice-shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .theme-support .notice-shell h2 { max-width: none; }
}

@media (max-width: 680px) {
  .theme-support .notice-section { padding: 54px 0; }
  .theme-support .notice-shell { padding: 30px 20px; border-radius: 22px; }
  .theme-support .notice-shell h2 { font-size: 34px; }
  .theme-support .notice-shell ul { grid-template-columns: 1fr; }
  .theme-support .notice-shell li { min-height: 0; padding: 20px 18px 20px 56px; }
  .theme-support .notice-shell li::before { left: 18px; }
}
/* Separate the support CTA from the section above */
.theme-support .inner-cta-section {
  padding-top: clamp(48px, 5vw, 72px);
}
/* Apply hero illustration without browser frame */
.page-hero-apply .page-hero-visual {
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.page-hero-apply .page-visual-bar { display: none; }

.page-hero-apply .page-hero-visual > img {
  height: auto;
  max-height: 420px;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}

@media (max-width: 900px) {
  .page-hero-apply .page-hero-visual > img {
    width: min(100%, 720px);
    margin: 0 auto;
  }
}
/* Product center interface without browser frame */
.page-hero-catalog .page-hero-visual {
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.page-hero-catalog .page-visual-bar { display: none; }

.page-hero-catalog .page-hero-visual > img {
  height: auto;
  max-height: 420px;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}

@media (max-width: 900px) {
  .page-hero-catalog .page-hero-visual > img {
    width: min(100%, 720px);
    margin: 0 auto;
  }
}
/* ERP all-online asymmetric bento layout */
.story-legacy-erp-online {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 8%, rgba(56, 107, 245, .11), transparent 24%),
    radial-gradient(circle at 92% 88%, rgba(91, 164, 255, .08), transparent 27%),
    linear-gradient(180deg, #f8faff 0%, #edf3fb 100%);
}

.story-legacy-erp-online::before {
  content: "";
  position: absolute;
  top: 120px;
  right: -210px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(56, 107, 245, .08);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(56, 107, 245, .022), 0 0 0 140px rgba(56, 107, 245, .014);
  pointer-events: none;
}

.story-legacy-erp-online .container {
  position: relative;
  z-index: 1;
}

.story-legacy-erp-online .section-heading {
  max-width: 860px;
  margin-right: auto;
  margin-bottom: 58px;
  margin-left: auto;
}

.story-legacy-erp-online .story-list {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border: 0;
}

.story-legacy-erp-online .story-row {
  position: relative;
  min-width: 0;
  min-height: 0;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d8e4f2;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 48px rgba(29, 67, 115, .075);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.story-legacy-erp-online .story-row::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 56px;
  height: 4px;
  border-radius: 0 0 6px 0;
  background: linear-gradient(90deg, #386bf5, #79b9ff);
}

.story-legacy-erp-online .story-row:hover {
  z-index: 1;
  border-color: rgba(56, 107, 245, .3);
  box-shadow: 0 26px 62px rgba(29, 67, 115, .14);
  transform: translateY(-5px);
}

.story-legacy-erp-online .story-row:first-child {
  grid-row: 1 / 4;
  display: flex;
  flex-direction: column-reverse;
}

.story-legacy-erp-online .story-row:not(:first-child) {
  display: grid;
  grid-template-columns: minmax(190px, .82fr) minmax(0, 1.18fr);
  align-items: stretch;
}

.story-legacy-erp-online .story-row:nth-child(2n) .story-copy,
.story-legacy-erp-online .story-copy {
  order: initial;
}

.story-legacy-erp-online .story-row:first-child .story-copy {
  padding: 34px 36px 38px;
}

.story-legacy-erp-online .story-row:not(:first-child) .story-copy {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 24px 25px;
}

.story-legacy-erp-online .story-copy > span {
  display: inline-flex;
  width: fit-content;
  min-width: 40px;
  height: 29px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(56, 107, 245, .12);
  border-radius: 999px;
  background: #edf3ff;
  color: #386bf5;
  font-size: 11px;
  letter-spacing: .1em;
}

.story-legacy-erp-online .story-copy h3 {
  margin: 18px 0 11px;
  font-size: clamp(26px, 2.35vw, 34px);
  line-height: 1.28;
  letter-spacing: -.025em;
}

.story-legacy-erp-online .story-row:not(:first-child) .story-copy h3 {
  margin-top: 14px;
  font-size: 22px;
}

.story-legacy-erp-online .story-copy p {
  font-size: 14px;
  line-height: 1.82;
}

.story-legacy-erp-online .story-row:not(:first-child) .story-copy p {
  font-size: 13px;
  line-height: 1.72;
}

.story-legacy-erp-online .story-row figure {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(56, 107, 245, .1), transparent 47%),
    linear-gradient(145deg, #fbfcff, #edf3fb);
}

.story-legacy-erp-online .story-row:first-child figure {
  height: 420px;
  padding: 28px;
}

.story-legacy-erp-online .story-row:first-child img {
  width: 100%;
  height: 364px;
  padding: 0;
  object-fit: contain;
}

.story-legacy-erp-online .story-row:not(:first-child) figure {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  min-height: 218px;
  place-items: center;
  padding: 16px;
}

.story-legacy-erp-online .story-row:not(:first-child) img {
  width: 100%;
  height: 182px;
  max-height: 182px;
  padding: 0;
  object-fit: contain;
}

.story-legacy-erp-online .story-row:nth-child(2) figure {
  background: radial-gradient(circle at 50% 45%, rgba(75, 147, 255, .1), transparent 48%), linear-gradient(145deg, #fbfdff, #eef5fc);
}

.story-legacy-erp-online .story-row:nth-child(3) figure {
  background: radial-gradient(circle at 50% 45%, rgba(90, 121, 255, .1), transparent 48%), linear-gradient(145deg, #fbfcff, #f0f2fc);
}

.story-legacy-erp-online .story-row:nth-child(4) figure {
  background: radial-gradient(circle at 50% 45%, rgba(49, 173, 192, .1), transparent 48%), linear-gradient(145deg, #fbfefe, #eef7f8);
}

@media (max-width: 1080px) {
  .story-legacy-erp-online .story-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .story-legacy-erp-online .story-row:first-child,
  .story-legacy-erp-online .story-row:not(:first-child) {
    grid-row: auto;
    display: grid;
    min-height: 290px;
    grid-template-columns: minmax(280px, .88fr) minmax(0, 1.12fr);
  }

  .story-legacy-erp-online .story-row:first-child figure,
  .story-legacy-erp-online .story-row:not(:first-child) figure {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: auto;
    min-height: 290px;
    padding: 20px;
  }

  .story-legacy-erp-online .story-row:first-child img,
  .story-legacy-erp-online .story-row:not(:first-child) img {
    width: 100%;
    height: 250px;
    max-height: 250px;
  }

  .story-legacy-erp-online .story-row:first-child .story-copy,
  .story-legacy-erp-online .story-row:not(:first-child) .story-copy {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 32px;
  }

  .story-legacy-erp-online .story-row:not(:first-child) .story-copy h3 {
    font-size: 25px;
  }

  .story-legacy-erp-online .story-row:not(:first-child) .story-copy p {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media (max-width: 700px) {
  .story-legacy-erp-online .section-heading {
    margin-bottom: 38px;
  }

  .story-legacy-erp-online .story-list {
    gap: 15px;
  }

  .story-legacy-erp-online .story-row:first-child,
  .story-legacy-erp-online .story-row:not(:first-child) {
    display: flex;
    min-height: 0;
    flex-direction: column-reverse;
    border-radius: 19px;
  }

  .story-legacy-erp-online .story-row:first-child figure,
  .story-legacy-erp-online .story-row:not(:first-child) figure {
    width: 100%;
    min-height: 0;
    height: 230px;
    padding: 14px;
  }

  .story-legacy-erp-online .story-row:first-child img,
  .story-legacy-erp-online .story-row:not(:first-child) img {
    height: 202px;
    max-height: 202px;
  }

  .story-legacy-erp-online .story-row:first-child .story-copy,
  .story-legacy-erp-online .story-row:not(:first-child) .story-copy {
    width: 100%;
    padding: 24px 22px 27px;
  }

  .story-legacy-erp-online .story-copy h3,
  .story-legacy-erp-online .story-row:not(:first-child) .story-copy h3 {
    margin-top: 15px;
    font-size: 24px;
  }
}
/* WeCom enterprise management bento layout */
.story-legacy-wecom-work {
  background:
    radial-gradient(circle at 88% 10%, rgba(30, 184, 132, .09), transparent 25%),
    linear-gradient(180deg, #f7fcfb 0%, #edf8f5 100%);
}

.story-legacy-wecom-work .section-heading {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.story-legacy-wecom-work .story-list {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 18px;
  border: 0;
}

.story-legacy-wecom-work .story-row {
  min-width: 0;
  min-height: 0;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d5e9e3;
  border-radius: 22px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 17px 44px rgba(31, 91, 75, .075);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.story-legacy-wecom-work .story-row:hover {
  border-color: rgba(23, 164, 117, .28);
  box-shadow: 0 23px 54px rgba(31, 91, 75, .12);
  transform: translateY(-4px);
}

.story-legacy-wecom-work .story-row:first-child {
  grid-row: 1 / 4;
  display: flex;
  flex-direction: column-reverse;
}

.story-legacy-wecom-work .story-row:not(:first-child) {
  display: grid;
  grid-template-columns: minmax(170px, .78fr) minmax(0, 1.22fr);
  align-items: stretch;
}

.story-legacy-wecom-work .story-row:nth-child(2n) .story-copy,
.story-legacy-wecom-work .story-copy {
  order: initial;
}

.story-legacy-wecom-work .story-row:first-child .story-copy {
  padding: 34px 36px 38px;
}

.story-legacy-wecom-work .story-row:not(:first-child) .story-copy {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 24px 25px;
}

.story-legacy-wecom-work .story-copy > span {
  display: inline-flex;
  width: fit-content;
  min-width: 38px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e6f7f1;
  color: #13966b;
  font-size: 11px;
  letter-spacing: .1em;
}

.story-legacy-wecom-work .story-copy h3 {
  margin: 17px 0 10px;
  font-size: clamp(23px, 2vw, 30px);
}

.story-legacy-wecom-work .story-row:not(:first-child) .story-copy h3 {
  margin-top: 13px;
  font-size: 22px;
}

.story-legacy-wecom-work .story-copy p {
  font-size: 13px;
  line-height: 1.78;
}

.story-legacy-wecom-work .story-row figure {
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(37, 183, 134, .09), transparent 48%),
    linear-gradient(145deg, #fbfefd, #eef8f5);
}

.story-legacy-wecom-work .story-row:first-child figure {
  height: 370px;
  padding: 24px;
}

.story-legacy-wecom-work .story-row:first-child img {
  height: 320px;
  padding: 0;
}

.story-legacy-wecom-work .story-row:not(:first-child) figure {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  min-height: 205px;
  place-items: center;
  padding: 14px;
}

.story-legacy-wecom-work .story-row:not(:first-child) img {
  width: 100%;
  height: 175px;
  padding: 0;
  object-fit: contain;
}

@media (max-width: 1080px) {
  .story-legacy-wecom-work .story-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .story-legacy-wecom-work .story-row:first-child {
    grid-row: auto;
    display: grid;
    grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  }

  .story-legacy-wecom-work .story-row:first-child figure {
    grid-column: 1;
    grid-row: 1;
    height: auto;
    min-height: 290px;
  }

  .story-legacy-wecom-work .story-row:first-child .story-copy {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .story-legacy-wecom-work .story-row:first-child,
  .story-legacy-wecom-work .story-row:not(:first-child) {
    display: flex;
    flex-direction: column-reverse;
  }

  .story-legacy-wecom-work .story-row { border-radius: 18px; }
  .story-legacy-wecom-work .story-row:first-child figure,
  .story-legacy-wecom-work .story-row:not(:first-child) figure {
    width: 100%;
    min-height: 0;
    height: 240px;
    padding: 14px;
  }

  .story-legacy-wecom-work .story-row:first-child img,
  .story-legacy-wecom-work .story-row:not(:first-child) img {
    height: 210px;
    max-height: 210px;
  }

  .story-legacy-wecom-work .story-row:first-child .story-copy,
  .story-legacy-wecom-work .story-row:not(:first-child) .story-copy {
    padding: 24px 21px 27px;
  }
}
/* RFID smart-store adaptive media rows */
.story-legacy-rfid-product {
  background:
    radial-gradient(circle at 92% 8%, rgba(26, 174, 190, .10), transparent 26%),
    linear-gradient(180deg, #f4fafb 0%, #eaf5f7 100%);
}

.story-legacy-rfid-product .section-heading {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.story-legacy-rfid-product .story-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  border: 0;
}

.story-legacy-rfid-product .story-row {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 340px;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #cee2e6;
  border-radius: 24px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 18px 48px rgba(27, 84, 99, .08);
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.story-legacy-rfid-product .story-row:hover {
  border-color: rgba(16, 147, 165, .30);
  box-shadow: 0 24px 58px rgba(27, 84, 99, .13);
  transform: translateY(-4px);
}

.story-legacy-rfid-product .story-row:nth-child(2n) .story-copy,
.story-legacy-rfid-product .story-copy {
  order: initial;
  grid-column: 1;
  grid-row: 1;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 42px 44px;
}

.story-legacy-rfid-product .story-row:nth-child(2n) .story-copy {
  grid-column: 2;
}

.story-legacy-rfid-product .story-copy > span {
  display: inline-flex;
  width: fit-content;
  min-width: 40px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e3f6f8;
  color: #0b91a4;
  font-size: 11px;
  letter-spacing: .11em;
}

.story-legacy-rfid-product .story-copy h3 {
  margin: 20px 0 12px;
  font-size: clamp(26px, 2.5vw, 35px);
}

.story-legacy-rfid-product .story-copy p {
  font-size: 14px;
  line-height: 1.85;
}

.story-legacy-rfid-product .story-row figure {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  min-width: 0;
  min-height: 340px;
  place-items: center;
  padding: 28px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(14, 151, 170, .10), transparent 48%),
    linear-gradient(145deg, #f9fcfd, #e8f4f6);
}

.story-legacy-rfid-product .story-row:nth-child(2n) figure {
  grid-column: 1;
}

.story-legacy-rfid-product .story-row img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 300px;
  padding: 0;
  object-fit: contain;
}

@media (max-width: 980px) {
  .story-legacy-rfid-product .story-row {
    grid-template-columns: minmax(0, .95fr) minmax(340px, 1.05fr);
  }

  .story-legacy-rfid-product .story-copy { padding: 34px; }
  .story-legacy-rfid-product .story-row figure { padding: 22px; }
}

@media (max-width: 760px) {
  .story-legacy-rfid-product .story-row,
  .story-legacy-rfid-product .story-row:nth-child(2n) {
    display: flex;
    min-height: 0;
    flex-direction: column-reverse;
  }

  .story-legacy-rfid-product .story-row { border-radius: 19px; }
  .story-legacy-rfid-product .story-row figure,
  .story-legacy-rfid-product .story-row:nth-child(2n) figure {
    width: 100%;
    min-height: 260px;
    padding: 18px;
  }

  .story-legacy-rfid-product .story-row img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 230px;
  }

  .story-legacy-rfid-product .story-copy,
  .story-legacy-rfid-product .story-row:nth-child(2n) .story-copy {
    width: 100%;
    padding: 27px 23px 30px;
  }
}
/* Hardware compatibility notice panel */
.theme-hardware .notice-section {
  padding: clamp(72px, 8vw, 112px) 0;
  background:
    radial-gradient(circle at 84% 18%, rgba(56, 107, 245, .10), transparent 28%),
    linear-gradient(180deg, #f7faff 0%, #eef4fc 100%);
}

.theme-hardware .notice-shell {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(0, 1.45fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(56, 107, 245, .14);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 65px rgba(25, 61, 116, .12);
}

.theme-hardware .notice-shell > div {
  position: relative;
  z-index: 0;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 4.5vw, 68px);
  overflow: hidden;
  background: linear-gradient(145deg, #0b2d5d 0%, #174f9c 100%);
}

.theme-hardware .notice-shell > div::after {
  position: absolute;
  right: -78px;
  bottom: -96px;
  z-index: -1;
  width: 250px;
  height: 250px;
  border: 42px solid rgba(255, 255, 255, .06);
  border-radius: 50%;
  content: "";
}

.theme-hardware .notice-shell .section-kicker {
  color: #8eb7ff;
}

.theme-hardware .notice-shell h2 {
  max-width: 9em;
  margin-top: 22px;
  color: #fff;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.22;
}

.theme-hardware .notice-shell ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: clamp(24px, 3vw, 38px);
  border: 0;
  background: #f8fbff;
}

.theme-hardware .notice-shell li {
  display: flex;
  min-height: 150px;
  align-items: center;
  margin: 0;
  padding: 28px 24px 28px 66px;
  border: 1px solid #dbe7f6;
  border-radius: 17px;
  background: #fff;
  color: #38506f;
  font-size: 14px;
  line-height: 1.8;
  box-shadow: 0 9px 25px rgba(28, 74, 130, .06);
}

.theme-hardware .notice-shell li::before {
  top: 50%;
  left: 24px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 50%;
  background: #386bf5;
  color: #fff;
  font-size: 13px;
  transform: translateY(-50%);
  box-shadow: 0 7px 16px rgba(56, 107, 245, .24);
}

@media (max-width: 900px) {
  .theme-hardware .notice-shell {
    grid-template-columns: 1fr;
  }

  .theme-hardware .notice-shell > div {
    min-height: 250px;
  }

  .theme-hardware .notice-shell h2 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .theme-hardware .notice-section {
    padding: 58px 0;
  }

  .theme-hardware .notice-shell {
    border-radius: 21px;
  }

  .theme-hardware .notice-shell > div {
    min-height: 220px;
    padding: 34px 26px;
  }

  .theme-hardware .notice-shell ul {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .theme-hardware .notice-shell li {
    min-height: 0;
    padding: 24px 20px 24px 60px;
  }

  .theme-hardware .notice-shell li::before {
    left: 20px;
  }
}
/* Hardware catalog category navigation */
.theme-hardware .hardware-category-nav {
  display: flex;
  width: fit-content;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto clamp(42px, 5vw, 64px);
  padding: 8px;
  overflow-x: auto;
  border: 1px solid #dce7f5;
  border-radius: 999px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 32px rgba(30, 67, 111, .08);
  scrollbar-width: none;
}

.theme-hardware .hardware-category-nav::-webkit-scrollbar {
  display: none;
}

.theme-hardware .hardware-category-nav a {
  flex: 0 0 auto;
  padding: 11px 20px;
  border-radius: 999px;
  color: #526780;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.theme-hardware .hardware-category-nav a:hover {
  background: #edf3ff;
  color: #2459df;
}

.theme-hardware .hardware-category-nav a.is-active,
.theme-hardware .hardware-catalog-section:has(#hardware-category-1:target) .hardware-category-nav a[href="#hardware-category-1"],
.theme-hardware .hardware-catalog-section:has(#hardware-category-2:target) .hardware-category-nav a[href="#hardware-category-2"],
.theme-hardware .hardware-catalog-section:has(#hardware-category-3:target) .hardware-category-nav a[href="#hardware-category-3"],
.theme-hardware .hardware-catalog-section:has(#hardware-category-4:target) .hardware-category-nav a[href="#hardware-category-4"] {
  background: #386bf5;
  color: #fff;
  box-shadow: 0 7px 18px rgba(56, 107, 245, .24);
}

.theme-hardware .hardware-catalog-section:has(.hardware-groups section:target) .hardware-category-nav a.is-active {
  background: transparent;
  color: #526780;
  box-shadow: none;
}

.theme-hardware .hardware-groups > section {
  scroll-margin-top: 112px;
}

@media (max-width: 640px) {
  .theme-hardware .hardware-category-nav {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 38px;
    border-radius: 18px;
  }

  .theme-hardware .hardware-category-nav a {
    padding: 11px 16px;
  }
}

/* Solutions hero illustration */
.page-hero-solutions .page-hero-visual {
  width: min(100%, 720px);
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.page-hero-solutions .page-visual-bar,
.page-hero-solutions .page-hero-visual::before {
  display: none;
}

.page-hero-solutions .page-hero-visual > img {
  width: 100%;
  height: auto;
  max-height: 430px;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(8, 36, 101, 0.2));
}

@media (max-width: 900px) {
  .page-hero-solutions .page-hero-visual {
    margin-inline: auto;
  }

  .page-hero-solutions .page-hero-visual > img {
    max-height: 380px;
  }
}

@media (max-width: 640px) {
  .page-hero-solutions .page-hero-visual > img {
    min-height: 0;
    max-height: 300px;
  }
}
/* Solutions index premium layout */
.theme-solutions main {
  overflow: hidden;
  background: #fff;
}

.page-hero-solutions {
  min-height: 680px;
  padding: calc(var(--header-height) + 58px) 0 92px;
  background:
    radial-gradient(circle at 79% 26%, rgba(113, 202, 255, .34), transparent 29%),
    radial-gradient(circle at 18% 112%, rgba(90, 132, 255, .32), transparent 35%),
    linear-gradient(126deg, #12366f 0%, #2859bb 48%, #386bf5 100%);
}

.page-hero-solutions::before {
  content: "";
  position: absolute;
  top: 14%;
  right: 4%;
  width: 42vw;
  height: 42vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(166, 220, 255, .2), rgba(166, 220, 255, 0) 66%);
  filter: blur(6px);
  pointer-events: none;
}

.page-hero-solutions::after {
  opacity: .16;
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent 2%, #000 43%, transparent 96%);
}

.page-hero-solutions .page-hero-orb {
  right: -290px;
  bottom: -500px;
  width: 920px;
  height: 920px;
  opacity: .72;
}

.page-hero-solutions .page-hero-grid {
  min-height: 500px;
  grid-template-columns: minmax(0, .86fr) minmax(520px, 1.14fr);
  gap: clamp(34px, 5vw, 76px);
}

.page-hero-solutions .page-hero-copy {
  position: relative;
  z-index: 2;
}

.page-hero-solutions .breadcrumbs {
  margin-bottom: 42px;
  color: rgba(235, 244, 255, .72);
}

.page-hero-solutions .page-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 18px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(13, 48, 119, .2);
  color: #d9e8ff;
  backdrop-filter: blur(12px);
}

.page-hero-solutions h1 {
  max-width: 8.5em;
  font-size: clamp(50px, 4.8vw, 70px);
  line-height: 1.08;
  letter-spacing: -.055em;
  text-shadow: 0 12px 32px rgba(5, 32, 85, .18);
}

.page-hero-solutions .page-hero-lead {
  max-width: 620px;
  margin-top: 28px;
  padding-left: 18px;
  border-left: 2px solid rgba(155, 211, 255, .72);
  color: rgba(238, 245, 255, .9);
  font-size: 17px;
  line-height: 1.9;
}

.page-hero-solutions .page-hero-actions {
  margin-top: 34px;
}

.page-hero-solutions .page-hero-actions .button {
  min-width: 136px;
  min-height: 48px;
  border-radius: 12px;
  box-shadow: 0 14px 32px rgba(7, 36, 96, .16);
}

.page-hero-solutions .page-hero-visual {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  justify-self: end;
  isolation: isolate;
}

.page-hero-solutions .page-hero-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 6% 0 0 7%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(193, 227, 255, .24), rgba(111, 173, 255, .08) 48%, transparent 72%);
  filter: blur(18px);
}

.page-hero-solutions .page-hero-visual > img {
  max-height: 470px;
  filter: drop-shadow(0 34px 42px rgba(3, 28, 82, .28));
}

.theme-solutions .section-heading.centered {
  width: min(100%, 760px);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.theme-solutions .section-heading.centered .section-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 16px;
  padding: 0 11px;
  border-radius: 999px;
  background: #edf3ff;
}

.theme-solutions .section-heading.centered h2 {
  margin-inline: auto;
  font-size: clamp(38px, 3.4vw, 48px);
  letter-spacing: -.045em;
}

.theme-solutions .device-strip-section {
  position: relative;
  padding: clamp(98px, 8vw, 126px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 14%, rgba(56, 107, 245, .08), transparent 24%),
    linear-gradient(180deg, #f7faff 0%, #eef4fb 100%);
}

.theme-solutions .device-strip-section::after {
  content: "";
  position: absolute;
  right: -180px;
  bottom: -230px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(56, 107, 245, .09);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(56, 107, 245, .025), 0 0 0 140px rgba(56, 107, 245, .018);
}

.theme-solutions .device-strip-section .container {
  position: relative;
  z-index: 1;
}

.theme-solutions .device-strip-section .device-strip {
  width: min(100%, 1160px);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.theme-solutions .device-strip-section .device-strip figure {
  position: relative;
  height: 250px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 26px;
  background: #193f7b;
  box-shadow: 0 24px 60px rgba(24, 60, 105, .14);
  isolation: isolate;
}

.theme-solutions .device-strip-section .device-strip figure:first-child {
  height: 390px;
  grid-column: 1 / -1;
}

.theme-solutions .device-strip-section .device-strip figure::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 35% 0 0;
  background: linear-gradient(180deg, transparent, rgba(4, 23, 56, .72));
  pointer-events: none;
}

.theme-solutions .device-strip-section .device-strip img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.2, .7, .2, 1);
}

.theme-solutions .device-strip-section .device-strip figure:hover img {
  transform: scale(1.025);
}

.theme-solutions .device-strip-section .device-strip figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 22px;
  left: 24px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .01em;
  text-align: left;
  text-shadow: 0 4px 18px rgba(0, 18, 48, .38);
}

.theme-solutions .catalog-solutions {
  position: relative;
  padding: clamp(102px, 8vw, 132px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 6%, rgba(92, 147, 255, .08), transparent 26%),
    #fff;
}

.theme-solutions .catalog-solutions .catalog-grid {
  width: min(100%, 1160px);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  border: 0;
}

.theme-solutions .catalog-solutions .catalog-item {
  position: relative;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  gap: 0;
  padding: 22px 22px 30px;
  overflow: hidden;
  border: 1px solid #dce7f5;
  border-radius: 26px;
  background: linear-gradient(155deg, #fff 20%, #f3f7ff 100%);
  box-shadow: 0 18px 50px rgba(21, 55, 98, .08);
  transition: transform .35s cubic-bezier(.2, .7, .2, 1), border-color .35s, box-shadow .35s;
}

.theme-solutions .catalog-solutions .catalog-item:nth-child(2) {
  background: linear-gradient(155deg, #fff 20%, #f0f8ff 100%);
}

.theme-solutions .catalog-solutions .catalog-item:nth-child(3) {
  background: linear-gradient(155deg, #fff 20%, #f1f5ff 100%);
}

.theme-solutions .catalog-solutions .catalog-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  width: 72px;
  height: 4px;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(90deg, #386bf5, #7ab8ff);
}

.theme-solutions .catalog-solutions .catalog-item:hover {
  z-index: 1;
  border-color: rgba(56, 107, 245, .34);
  background: linear-gradient(155deg, #fff 15%, #edf4ff 100%);
  box-shadow: 0 28px 72px rgba(25, 70, 135, .16);
  transform: translateY(-8px);
}

.theme-solutions .catalog-solutions .catalog-visual {
  width: 100%;
  height: 184px;
  margin: 0 0 28px;
  overflow: hidden;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(145deg, #f4f7fd, #eaf2ff);
}

.theme-solutions .catalog-solutions .catalog-visual img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  transition: transform .35s cubic-bezier(.2, .7, .2, 1);
}

.theme-solutions .catalog-solutions .catalog-item:hover .catalog-visual img {
  transform: scale(1.04);
}

.theme-solutions .catalog-solutions .catalog-item > div {
  min-width: 0;
  flex: 1;
  margin-top: 0;
  padding: 0 12px;
}

.theme-solutions .catalog-solutions .catalog-item h3 {
  margin-bottom: 16px;
  font-size: 27px;
  letter-spacing: -.025em;
}

.theme-solutions .catalog-solutions .catalog-item p {
  font-size: 14px;
  line-height: 1.85;
}

.theme-solutions .catalog-solutions .catalog-item ul {
  margin-top: 26px;
  padding-right: 0;
}

.theme-solutions .catalog-solutions .catalog-item li {
  padding: 6px 10px;
  border: 1px solid rgba(56, 107, 245, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .8);
}

.theme-solutions .catalog-solutions .catalog-item > i {
  display: none;
}

.theme-solutions .catalog-solutions .catalog-item:hover > i {
  transform: translateX(4px);
}

.theme-solutions .journey-decision {
  position: relative;
  padding: clamp(102px, 8vw, 132px) 0;
  background:
    radial-gradient(circle at 50% 0, rgba(93, 151, 255, .1), transparent 30%),
    linear-gradient(180deg, #f6f9fe 0%, #edf3fa 100%);
}

.theme-solutions .journey-decision .journey-list {
  width: min(100%, 1160px);
  margin: 0 auto 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.theme-solutions .journey-decision .journey-list li {
  min-height: 300px;
  padding: 30px;
  overflow: visible;
  border: 1px solid rgba(197, 214, 235, .82);
  border-radius: 24px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 20px 50px rgba(28, 61, 101, .08);
  backdrop-filter: blur(10px);
}

.theme-solutions .journey-decision .journey-list li:nth-child(even) {
  transform: translateY(18px);
}

.theme-solutions .journey-decision .journey-list li:not(:last-child)::after {
  content: "→";
  top: 50%;
  right: -22px;
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border: 3px solid #eff5fc;
  border-radius: 50%;
  background: #386bf5;
  color: #fff;
  font-size: 12px;
  transform: translateY(-50%);
}

.theme-solutions .journey-decision .journey-list li > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, #386bf5, #6594ff);
  color: #fff;
  box-shadow: 0 12px 25px rgba(56, 107, 245, .23);
}

.theme-solutions .journey-decision .journey-list h3 {
  margin: 54px 0 14px;
  font-size: 22px;
}

.theme-solutions .journey-decision .journey-list p {
  font-size: 14px;
  line-height: 1.8;
}

.theme-solutions .inner-cta-section {
  padding: 76px 0 124px;
  background: linear-gradient(180deg, #edf3fa 0%, #fff 100%);
}

.theme-solutions .inner-cta {
  padding: 60px 64px;
  border: 1px solid rgba(137, 184, 255, .18);
  border-radius: 32px;
  background:
    radial-gradient(circle at 90% -15%, rgba(104, 185, 255, .32), transparent 34%),
    linear-gradient(125deg, #08264e 0%, #0e3c79 58%, #1d5dc5 100%);
  box-shadow: 0 34px 80px rgba(7, 37, 77, .2);
}

.theme-solutions .inner-cta h2 {
  font-size: clamp(34px, 3.2vw, 46px);
}

.theme-solutions .inner-cta p:not(.section-kicker) {
  color: rgba(218, 231, 248, .78);
  line-height: 1.8;
}

.theme-solutions .inner-cta .button {
  min-height: 48px;
  border-radius: 12px;
}

@media (max-width: 1100px) {
  .page-hero-solutions .page-hero-grid {
    grid-template-columns: minmax(0, .88fr) minmax(440px, 1.12fr);
    gap: 30px;
  }

  .page-hero-solutions h1 {
    font-size: clamp(48px, 5.4vw, 60px);
  }

  .theme-solutions .catalog-solutions .catalog-item {
    min-height: 440px;
    padding: 20px 20px 28px;
  }

  .theme-solutions .journey-decision .journey-list li {
    padding: 26px;
  }
}

@media (max-width: 900px) {
  .page-hero-solutions {
    min-height: 0;
    padding-bottom: 76px;
  }

  .page-hero-solutions .page-hero-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .page-hero-solutions .page-hero-copy {
    max-width: 720px;
  }

  .page-hero-solutions .page-hero-visual {
    width: min(100%, 680px);
    justify-self: center;
  }

  .theme-solutions .device-strip-section .device-strip figure:first-child {
    height: 320px;
  }

  .theme-solutions .device-strip-section .device-strip figure:not(:first-child) {
    height: 220px;
  }

  .theme-solutions .catalog-solutions .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-solutions .catalog-solutions .catalog-item:nth-child(3) {
    min-height: 420px;
    grid-column: 1 / -1;
  }

  .theme-solutions .journey-decision .journey-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-solutions .journey-decision .journey-list li,
  .theme-solutions .journey-decision .journey-list li:nth-child(even) {
    min-height: 260px;
    transform: none;
  }

  .theme-solutions .journey-decision .journey-list li:not(:last-child)::after {
    display: none;
  }

  .theme-solutions .inner-cta {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 50px;
  }
}

@media (max-width: 640px) {
  .page-hero-solutions {
    padding-top: calc(var(--header-height) + 36px);
    padding-bottom: 64px;
  }

  .page-hero-solutions .breadcrumbs {
    margin-bottom: 30px;
  }

  .page-hero-solutions h1 {
    max-width: 9em;
    font-size: 42px;
  }

  .page-hero-solutions .page-hero-lead {
    margin-top: 24px;
    padding-left: 14px;
    font-size: 15px;
  }

  .page-hero-solutions .page-hero-actions .button {
    min-width: 0;
  }

  .page-hero-solutions .page-hero-visual > img {
    max-height: 300px;
  }

  .theme-solutions .section-heading.centered h2 {
    font-size: 31px;
  }

  .theme-solutions .device-strip-section,
  .theme-solutions .catalog-solutions,
  .theme-solutions .journey-decision {
    padding: 78px 0;
  }

  .theme-solutions .device-strip-section .device-strip {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .theme-solutions .device-strip-section .device-strip figure:first-child,
  .theme-solutions .device-strip-section .device-strip figure:not(:first-child) {
    height: 205px;
    grid-column: auto;
    border-radius: 20px;
  }

  .theme-solutions .device-strip-section .device-strip figcaption {
    right: 18px;
    bottom: 17px;
    left: 18px;
    font-size: 16px;
  }

  .theme-solutions .catalog-solutions .catalog-grid,
  .theme-solutions .journey-decision .journey-list {
    grid-template-columns: 1fr;
  }

  .theme-solutions .catalog-solutions .catalog-item,
  .theme-solutions .catalog-solutions .catalog-item:nth-child(3) {
    min-height: 410px;
    grid-column: auto;
    padding: 18px 18px 26px;
    border-radius: 22px;
  }

  .theme-solutions .catalog-solutions .catalog-item > div {
    margin-top: 0;
  }

  .theme-solutions .journey-decision .journey-list li,
  .theme-solutions .journey-decision .journey-list li:nth-child(even) {
    min-height: 240px;
    padding: 26px;
  }

  .theme-solutions .journey-decision .journey-list h3 {
    margin-top: 38px;
  }

  .theme-solutions .inner-cta-section {
    padding: 60px 0 90px;
  }

  .theme-solutions .inner-cta {
    padding: 36px 26px;
    border-radius: 24px;
  }

  .theme-solutions .inner-cta > div:last-child {
    flex-wrap: wrap;
  }
}
/* Cases index page refresh */
.theme-cases main {
  overflow: hidden;
  background: #fff;
}

.page-hero-cases {
  position: relative;
  min-height: 700px;
  padding-top: calc(var(--header-height) + 76px);
  padding-bottom: 94px;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 19%, rgba(118, 210, 255, .28), transparent 24%),
    radial-gradient(circle at 12% 88%, rgba(73, 126, 255, .3), transparent 30%),
    linear-gradient(135deg, #071d47 0%, #123f8f 48%, #386bf5 100%);
}

.page-hero-cases::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .65), transparent 72%);
  pointer-events: none;
}

.page-hero-cases .page-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 520px;
  grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr);
  gap: clamp(52px, 6vw, 90px);
}

.page-hero-cases .breadcrumbs {
  margin-bottom: 30px;
  color: rgba(229, 239, 255, .72);
}

.page-hero-cases .page-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  color: #d8e8ff;
  letter-spacing: .15em;
}

.page-hero-cases .page-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #72dbff;
  box-shadow: 0 0 0 5px rgba(114, 219, 255, .13);
}

.page-hero-cases h1 {
  max-width: 660px;
  margin-top: 20px;
  color: #fff;
  font-size: clamp(48px, 5vw, 66px);
  line-height: 1.08;
  letter-spacing: -.05em;
}

.page-hero-cases .page-hero-lead {
  max-width: 630px;
  margin-top: 24px;
  color: rgba(229, 239, 255, .84);
  font-size: 17px;
  line-height: 1.85;
}

.page-hero-cases .hero-tags {
  gap: 10px;
  margin-top: 27px;
}

.page-hero-cases .hero-tags li {
  padding: 7px 13px;
  border-color: rgba(255, 255, 255, .2);
  background: rgba(5, 29, 72, .2);
  color: #f4f8ff;
  font-size: 12px;
}

.page-hero-cases .page-hero-actions {
  margin-top: 30px;
}

.page-hero-cases .page-hero-visual {
  justify-self: end;
  width: min(100%, 620px);
  margin: 0;
  padding: 12px;
  border-color: rgba(255, 255, 255, .28);
  border-radius: 28px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 36px 90px rgba(2, 19, 58, .35);
  transform: none;
}

.page-hero-cases .page-visual-bar {
  height: 35px;
  padding: 0 6px 9px;
  color: #66758a;
}

.page-hero-cases .page-hero-visual > img {
  height: 380px;
  padding: 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 40%, rgba(56, 107, 245, .1), transparent 58%),
    linear-gradient(145deg, #f8fbff, #eef4fb);
  object-fit: contain;
}

.theme-cases .section-heading.centered {
  width: min(100%, 790px);
  margin-right: auto;
  margin-left: auto;
}

.theme-cases .section-heading .section-kicker {
  color: #386bf5;
  letter-spacing: .17em;
}

.theme-cases .section-heading h2 {
  max-width: none;
  margin-inline: auto;
  font-size: clamp(37px, 3.6vw, 50px);
  letter-spacing: -.045em;
}

.theme-cases .section-heading > p:not(.section-kicker) {
  max-width: 720px;
  margin: 18px auto 0;
  color: #64748a;
  font-size: 16px;
  line-height: 1.85;
}

.theme-cases .story-legacy-case-software {
  position: relative;
  padding: clamp(92px, 8vw, 126px) 0;
  background:
    radial-gradient(circle at 5% 20%, rgba(56, 107, 245, .08), transparent 26%),
    linear-gradient(180deg, #f7faff 0%, #eef4fb 100%);
}

.theme-cases .story-legacy-case-software .section-heading {
  margin-bottom: 54px;
}

.theme-cases .story-legacy-case-software .story-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  border: 0;
}

.theme-cases .story-legacy-case-software .story-row {
  display: flex;
  min-width: 0;
  min-height: 600px;
  flex-direction: column-reverse;
  align-items: stretch;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(163, 184, 210, .42);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(25, 56, 95, .09);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.theme-cases .story-legacy-case-software .story-row:nth-child(2n) .story-copy,
.theme-cases .story-legacy-case-software .story-copy {
  order: initial;
}

.theme-cases .story-legacy-case-software .story-row:hover {
  border-color: rgba(56, 107, 245, .34);
  box-shadow: 0 30px 72px rgba(24, 60, 112, .14);
  transform: translateY(-6px);
}

.theme-cases .story-legacy-case-software .story-copy {
  min-height: 260px;
  padding: 32px 34px 36px;
}

.theme-cases .story-legacy-case-software .story-copy > span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: #edf3ff;
  color: #386bf5;
  font-size: 12px;
  font-weight: 900;
}

.theme-cases .story-legacy-case-software .story-copy h3 {
  margin: 22px 0 12px;
  color: #12233f;
  font-size: clamp(25px, 2.2vw, 32px);
  letter-spacing: -.035em;
}

.theme-cases .story-legacy-case-software .story-copy p {
  color: #5d6f84;
  font-size: 15px;
  line-height: 1.82;
}

.theme-cases .story-legacy-case-software .story-row figure {
  display: grid;
  min-height: 330px;
  place-items: center;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 48%, rgba(56, 107, 245, .13), transparent 56%),
    linear-gradient(145deg, #f9fbff, #edf3fb);
}

.theme-cases .story-legacy-case-software .story-row:nth-child(2) figure {
  background: linear-gradient(145deg, #f7fcfb, #e9f6f2);
}

.theme-cases .story-legacy-case-software .story-row:nth-child(3) figure {
  background: linear-gradient(145deg, #fbf9ff, #f1ebfb);
}

.theme-cases .story-legacy-case-software .story-row:nth-child(4) figure {
  background: linear-gradient(145deg, #f8fbff, #eaf2fb);
}

.theme-cases .story-legacy-case-software .story-row img {
  width: 100%;
  height: 300px;
  padding: 24px 30px;
  object-fit: contain;
  filter: drop-shadow(0 18px 22px rgba(25, 55, 92, .1));
}
/* Cases scenario cards */
.theme-cases .device-strip-section {
  position: relative;
  padding: clamp(96px, 8vw, 126px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 8%, rgba(77, 135, 255, .22), transparent 28%),
    radial-gradient(circle at 92% 92%, rgba(74, 213, 218, .13), transparent 26%),
    linear-gradient(145deg, #071a38 0%, #0b2a58 100%);
}

.theme-cases .device-strip-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 46px 46px;
  pointer-events: none;
}

.theme-cases .device-strip-section .container {
  position: relative;
  z-index: 1;
}

.theme-cases .device-strip-section .section-heading h2 {
  color: #fff;
}

.theme-cases .device-strip-section .section-heading .section-kicker {
  color: #79d8ff;
}

.theme-cases .device-strip-section .section-heading > p:not(.section-kicker) {
  color: rgba(219, 232, 250, .72);
}

.theme-cases .device-strip-section .device-strip {
  width: min(100%, 1180px);
  margin: 56px auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.theme-cases .device-strip-section .device-strip figure {
  display: flex;
  min-width: 0;
  min-height: 420px;
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 26px;
  background: linear-gradient(150deg, #f8fbff, #eaf2fb);
  box-shadow: 0 28px 70px rgba(0, 8, 27, .28);
  transition: transform .4s ease, border-color .4s ease;
}

.theme-cases .device-strip-section .device-strip figure:nth-child(2) {
  background: linear-gradient(150deg, #f7fbfa, #e7f5f1);
}

.theme-cases .device-strip-section .device-strip figure:nth-child(3) {
  background: linear-gradient(150deg, #f8fbff, #e8f5f6);
}

.theme-cases .device-strip-section .device-strip figure:hover {
  border-color: rgba(121, 216, 255, .38);
  transform: translateY(-7px);
}

.theme-cases .device-strip-section .device-strip img {
  width: 100%;
  height: 338px;
  padding: 18px;
  object-fit: contain;
  transition: transform .55s cubic-bezier(.2, .7, .2, 1);
}

.theme-cases .device-strip-section .device-strip figure:hover img {
  transform: scale(1.025);
}

.theme-cases .device-strip-section .device-strip figcaption {
  display: flex;
  min-height: 80px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 22px 24px;
  border-top: 1px solid rgba(116, 143, 175, .17);
  background: rgba(255, 255, 255, .92);
  color: #142847;
  font-size: 18px;
  text-align: left;
}

.theme-cases .device-strip-section .device-strip figcaption::after {
  content: "\2192";
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #edf3ff;
  color: #386bf5;
}
/* Cases application cards */
.theme-cases .case-stories-section {
  position: relative;
  padding: clamp(94px, 8vw, 126px) 0;
  background:
    radial-gradient(circle at 90% 14%, rgba(56, 107, 245, .075), transparent 24%),
    #f7f9fc;
}

.theme-cases .case-stories-section .section-heading {
  margin-bottom: 56px;
}

.theme-cases .case-stories {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.theme-cases .case-stories article {
  --case-accent: #386bf5;
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 560px;
  flex-direction: column;
  padding: 32px 30px 30px;
  overflow: hidden;
  border: 1px solid rgba(165, 184, 208, .38);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(26, 58, 96, .075);
  transition: transform .35s ease, box-shadow .35s ease;
}

.theme-cases .case-stories article:nth-child(2) {
  --case-accent: #8e57d8;
}

.theme-cases .case-stories article:nth-child(3) {
  --case-accent: #159b8b;
}

.theme-cases .case-stories article::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--case-accent);
}

.theme-cases .case-stories article:hover {
  box-shadow: 0 28px 62px rgba(27, 60, 102, .13);
  transform: translateY(-6px);
}

.theme-cases .case-story-head {
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.theme-cases .case-story-head span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border-radius: 14px;
  background: #edf3ff;
  color: var(--case-accent);
  font-size: 12px;
  font-weight: 900;
}

.theme-cases .case-story-head h3 {
  margin: 0;
  color: #142641;
  font-size: 23px;
  line-height: 1.35;
  letter-spacing: -.025em;
}

.theme-cases .case-stories dl {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
}

.theme-cases .case-stories dl > div {
  padding: 20px 0;
}

.theme-cases .case-stories dl > div + div {
  padding-left: 0;
  border-top: 1px solid #e8edf3;
  border-left: 0;
}

.theme-cases .case-stories dt {
  display: inline-flex;
  margin-bottom: 9px;
  color: var(--case-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.theme-cases .case-stories dd {
  color: #53667d;
  font-size: 14px;
  line-height: 1.75;
}

.theme-cases .case-stories dl > div:last-child {
  margin-top: 3px;
  padding: 18px;
  border: 0;
  border-radius: 16px;
  background: #f6f9fd;
}

.theme-cases .case-stories article > a {
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--case-accent);
  font-size: 14px;
}

.theme-cases .case-stories article > a i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #edf3ff;
  transition: transform .25s ease;
}

.theme-cases .case-stories article > a:hover i {
  transform: translateX(4px);
}

.theme-cases .inner-cta-section {
  padding: 58px 0 108px;
  background: #f7f9fc;
}

.theme-cases .inner-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 5vw, 62px);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 18%, rgba(114, 219, 255, .2), transparent 25%),
    linear-gradient(135deg, #0a2552, #164fa8 62%, #386bf5);
  box-shadow: 0 28px 70px rgba(21, 62, 128, .22);
}
/* Cases responsive start */
@media (max-width: 1100px) {
  .page-hero-cases .page-hero-grid {
    gap: 42px;
  }
}
@media (max-width:1100px){.page-hero-cases .page-hero-grid{grid-template-columns:minmax(0,.95fr) minmax(410px,1.05fr)}.page-hero-cases .page-hero-visual>img{height:340px}.theme-cases .case-stories{grid-template-columns:1fr}.theme-cases .case-stories article{min-height:0}.theme-cases .case-stories dl{grid-template-columns:repeat(3,minmax(0,1fr))}.theme-cases .case-stories dl>div{padding:18px 20px 12px 0}.theme-cases .case-stories dl>div+div{padding-left:20px;border-top:0;border-left:1px solid #e8edf3}.theme-cases .case-stories dl>div:last-child{margin:0;padding:18px 20px;border-left:0}}
@media (max-width:900px){.page-hero-cases{min-height:0;padding-top:calc(var(--header-height) + 48px);padding-bottom:74px}.page-hero-cases .page-hero-grid{min-height:0;grid-template-columns:1fr;gap:46px}.page-hero-cases .page-hero-copy{max-width:720px;margin-inline:auto;text-align:center}.page-hero-cases .breadcrumbs,.page-hero-cases .page-hero-actions,.page-hero-cases .hero-tags{justify-content:center}.page-hero-cases .page-hero-lead{margin-inline:auto}.page-hero-cases .page-hero-visual{justify-self:center;width:min(100%,680px)}.theme-cases .device-strip-section .device-strip{grid-template-columns:1fr}.theme-cases .device-strip-section .device-strip figure{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 210px;align-items:center}.theme-cases .device-strip-section .device-strip img{height:300px}.theme-cases .device-strip-section .device-strip figcaption{min-height:100%;border-top:0;border-left:1px solid rgba(116,143,175,.17)}}
@media (max-width:720px){.page-hero-cases{padding-top:calc(var(--header-height) + 34px);padding-bottom:58px}.page-hero-cases h1{margin-top:16px;font-size:clamp(38px,11vw,48px)}.page-hero-cases .page-hero-lead{margin-top:18px;font-size:15px}.page-hero-cases .hero-tags{margin-top:21px}.page-hero-cases .page-hero-visual{padding:9px;border-radius:20px}.page-hero-cases .page-hero-visual>img{height:250px;min-height:0;padding:10px;border-radius:13px}.theme-cases .section-heading h2{font-size:33px}.theme-cases .section-heading>p:not(.section-kicker){font-size:14px}.theme-cases .story-legacy-case-software,.theme-cases .device-strip-section,.theme-cases .case-stories-section{padding:76px 0}.theme-cases .story-legacy-case-software .story-list{grid-template-columns:1fr;gap:18px}.theme-cases .story-legacy-case-software .story-row{min-height:0;border-radius:22px}.theme-cases .story-legacy-case-software .story-copy{min-height:0;padding:27px 25px 30px}.theme-cases .story-legacy-case-software .story-row figure{min-height:270px}.theme-cases .story-legacy-case-software .story-row img{height:250px;padding:20px}.theme-cases .device-strip-section .device-strip{margin-top:38px}.theme-cases .device-strip-section .device-strip figure{display:flex;border-radius:21px}.theme-cases .device-strip-section .device-strip img{height:250px;padding:14px}.theme-cases .device-strip-section .device-strip figcaption{min-height:72px;padding:18px 20px;border-top:1px solid rgba(116,143,175,.17);border-left:0;font-size:17px}.theme-cases .case-stories article{padding:29px 24px 26px;border-radius:22px}.theme-cases .case-stories dl{grid-template-columns:1fr}.theme-cases .case-stories dl>div,.theme-cases .case-stories dl>div+div{padding:18px 0;border-top:1px solid #e8edf3;border-left:0}.theme-cases .case-stories dl>div:first-child{border-top:0}.theme-cases .case-stories dl>div:last-child{margin-top:3px;padding:17px;border:0}.theme-cases .inner-cta-section{padding:42px 0 84px}.theme-cases .inner-cta{padding:36px 25px;border-radius:24px}}
@media (max-width:440px){.page-hero-cases .hero-tags{gap:7px}.page-hero-cases .hero-tags li{padding:6px 10px;font-size:10px}.page-hero-cases .page-hero-visual>img{height:215px}.theme-cases .story-legacy-case-software .story-row figure{min-height:240px}.theme-cases .story-legacy-case-software .story-row img,.theme-cases .device-strip-section .device-strip img{height:220px;padding:16px}}@media (prefers-reduced-motion:reduce){.theme-cases .story-legacy-case-software .story-row,.theme-cases .device-strip-section .device-strip figure,.theme-cases .device-strip-section .device-strip img,.theme-cases .case-stories article,.theme-cases .case-stories article>a i{transition:none}}
/* Apply-page communication steps without numbering */
.theme-apply .flow-grid li {
  min-height: 160px;
  padding: 22px 26px;
}

.theme-apply .flow-grid li > span {
  display: none;
}

.theme-apply .flow-grid h3 {
  margin-top: 8px;
}

/* Compact all inner-page heroes */
@media (min-width: 901px) {
  .inner-page .page-hero {
    min-height: 0;
    padding: calc(var(--header-height) + 26px) 0 38px;
  }

  .inner-page .page-hero .page-hero-grid {
    min-height: 300px;
  }

  .inner-page .page-hero .breadcrumbs {
    margin-bottom: 18px;
  }

  .inner-page .page-hero h1 {
    font-size: clamp(40px, 3.7vw, 54px);
    line-height: 1.08;
  }

  .inner-page .page-hero .page-hero-lead {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.7;
  }

  .inner-page .page-hero .page-hero-actions {
    margin-top: 20px;
  }

  .inner-page .page-hero .hero-tags {
    margin-top: 16px;
  }

  .inner-page .page-hero .page-hero-visual > img {
    height: 260px;
    min-height: 0;
    max-height: 260px;
  }

  .inner-page .page-hero .page-hero-mark {
    min-height: 260px;
  }

  .page-hero-solutions .page-hero-visual {
    width: min(100%, 620px);
  }
}

@media (max-width: 900px) {
  .inner-page .page-hero {
    min-height: 0;
    padding-top: calc(var(--header-height) + 36px);
    padding-bottom: 50px;
  }

  .inner-page .page-hero .page-hero-grid {
    min-height: 0;
    gap: 28px;
  }

  .inner-page .page-hero .page-hero-visual > img {
    height: auto;
    min-height: 0;
    max-height: 260px;
  }

  .inner-page .page-hero .page-hero-mark {
    min-height: 230px;
  }
}

@media (max-width: 640px) {
  .inner-page .page-hero {
    padding-top: calc(var(--header-height) + 28px);
    padding-bottom: 44px;
  }

  .inner-page .page-hero .breadcrumbs {
    margin-bottom: 20px;
  }

  .inner-page .page-hero h1 {
    font-size: 38px;
  }

  .inner-page .page-hero .page-hero-lead {
    margin-top: 14px;
  }

  .inner-page .page-hero .page-hero-actions {
    margin-top: 18px;
  }

  .inner-page .page-hero .page-hero-visual > img {
    max-height: 230px;
  }

  .inner-page .page-hero .page-hero-mark {
    min-height: 210px;
  }
}
/* Cases hero illustration without browser frame */
.page-hero-cases .page-hero-visual {
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-hero-cases .page-visual-bar {
  display: none;
}

.page-hero-cases .page-hero-visual > img {
  height: auto;
  min-height: 0;
  max-height: 420px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(2, 19, 58, .24));
}

@media (max-width: 720px) {
  .page-hero-cases .page-hero-visual > img {
    max-height: 320px;
  }
}
/* Knowledge hero illustration without browser frame */
.page-hero-knowledge .page-hero-visual {
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

.page-hero-knowledge .page-visual-bar {
  display: none;
}

.page-hero-knowledge .page-hero-visual > img {
  border-radius: 0;
  background: transparent;
}

/* Cases page 2026 industry redesign */
.theme-cases {
  background: #f7f9fd;
}

.theme-cases .section-heading {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}

.theme-cases .section-heading .section-kicker {
  color: #386bf5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.theme-cases .section-heading h2 {
  margin-top: 13px;
  color: #071e44;
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1.15;
  letter-spacing: -.045em;
}

.theme-cases .section-heading > p:not(.section-kicker) {
  max-width: 760px;
  margin: 18px auto 0;
  color: #66738b;
  font-size: 16px;
  line-height: 1.85;
}

.page-hero-cases .page-hero-copy {
  max-width: 700px;
}

.page-hero-cases .page-hero-visual {
  width: min(100%, 610px);
}

.page-hero-cases .page-hero-visual > img {
  width: 100%;
  filter: drop-shadow(0 32px 48px rgba(2, 19, 58, .3));
}

.theme-cases .cases-overview-section {
  position: relative;
  padding: clamp(88px, 8vw, 124px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 4% 15%, rgba(56, 107, 245, .08), transparent 24%),
    radial-gradient(circle at 96% 88%, rgba(77, 203, 255, .1), transparent 26%),
    #fff;
}

.theme-cases .cases-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 52px;
}

.theme-cases .cases-overview-card {
  position: relative;
  min-height: 228px;
  padding: 32px 30px 30px;
  overflow: hidden;
  border: 1px solid #e2e9f5;
  border-radius: 26px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 55px rgba(18, 54, 107, .075);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.theme-cases .cases-overview-card::after {
  content: "";
  position: absolute;
  right: -42px;
  bottom: -48px;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(56, 107, 245, .14), transparent 68%);
}

.theme-cases .cases-overview-card:hover {
  transform: translateY(-6px);
  border-color: rgba(56, 107, 245, .34);
  box-shadow: 0 24px 65px rgba(18, 54, 107, .12);
}

.theme-cases .cases-overview-card > span {
  display: inline-flex;
  min-width: 54px;
  height: 31px;
  padding: 0 12px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eaf0ff;
  color: #386bf5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
}

.theme-cases .cases-overview-card:nth-child(2) > span,
.theme-cases .cases-overview-card:nth-child(5) > span {
  background: #e9f8ff;
  color: #1289c8;
}

.theme-cases .cases-overview-card:nth-child(3) > span,
.theme-cases .cases-overview-card:nth-child(6) > span {
  background: #eef0ff;
  color: #6758df;
}

.theme-cases .cases-overview-card h3 {
  margin-top: 24px;
  color: #0a234c;
  font-size: 23px;
  letter-spacing: -.025em;
}

.theme-cases .cases-overview-card p {
  margin-top: 11px;
  color: #6a768b;
  font-size: 14px;
  line-height: 1.8;
}

.theme-cases .cases-industries-section {
  position: relative;
  padding: clamp(94px, 9vw, 140px) 0;
  background:
    linear-gradient(180deg, #f4f7fc 0%, #f9fbff 48%, #f2f6fc 100%);
}

.theme-cases .cases-industry-list {
  display: grid;
  gap: 34px;
  margin-top: 62px;
}

.theme-cases .cases-industry-card {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  min-height: 540px;
  overflow: hidden;
  border: 1px solid rgba(184, 199, 224, .58);
  border-radius: 34px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 28px 80px rgba(28, 62, 116, .1);
}

.theme-cases .cases-industry-card:nth-child(even) {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
}

.theme-cases .cases-industry-card:nth-child(even) figure {
  order: 2;
}

.theme-cases .cases-industry-card figure {
  position: relative;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 32%, rgba(92, 143, 255, .22), transparent 38%),
    linear-gradient(145deg, #e9f0ff, #f7faff 62%, #e8f5ff);
}

.theme-cases .cases-industry-card figure::after {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, .68);
  border-radius: 22px;
  pointer-events: none;
}

.theme-cases .cases-industry-card img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  transition: transform .6s cubic-bezier(.2, .75, .2, 1);
}

.theme-cases .cases-industry-card:hover img {
  transform: scale(1.035);
}

.theme-cases .cases-industry-copy {
  display: flex;
  padding: 48px clamp(36px, 4vw, 58px);
  flex-direction: column;
  justify-content: center;
}

.theme-cases .cases-industry-kicker {
  color: #386bf5;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
  letter-spacing: .09em;
}

.theme-cases .cases-industry-copy h3 {
  margin-top: 12px;
  color: #071e44;
  font-size: clamp(31px, 3vw, 43px);
  line-height: 1.15;
  letter-spacing: -.04em;
}

.theme-cases .cases-industry-lead {
  margin-top: 18px;
  color: #627087;
  font-size: 15px;
  line-height: 1.85;
}

.theme-cases .cases-industry-details {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(180px, .85fr);
  gap: 22px;
  margin-top: 28px;
}

.theme-cases .cases-industry-details h4,
.theme-cases .cases-industry-details aside > span {
  color: #17345e;
  font-size: 13px;
  font-weight: 800;
}

.theme-cases .cases-industry-details ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 16px;
  margin-top: 13px;
}

.theme-cases .cases-industry-details li {
  position: relative;
  padding-left: 15px;
  color: #526177;
  font-size: 12px;
  line-height: 1.55;
}

.theme-cases .cases-industry-details li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4a7aff;
  box-shadow: 0 0 0 4px rgba(74, 122, 255, .1);
}

.theme-cases .cases-industry-details aside {
  padding: 18px 19px;
  border: 1px solid #dce7fb;
  border-radius: 18px;
  background: linear-gradient(145deg, #f3f7ff, #fbfdff);
}

.theme-cases .cases-industry-details aside > span {
  color: #386bf5;
}

.theme-cases .cases-industry-details aside p {
  margin-top: 8px;
  color: #5f6e84;
  font-size: 12px;
  line-height: 1.7;
}

.theme-cases .cases-industry-link {
  display: inline-flex;
  width: max-content;
  min-height: 44px;
  margin-top: 26px;
  padding: 0 19px;
  align-items: center;
  gap: 14px;
  border-radius: 14px;
  background: #386bf5;
  box-shadow: 0 12px 26px rgba(56, 107, 245, .24);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}

.theme-cases .cases-industry-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 17px 32px rgba(56, 107, 245, .32);
}

.theme-cases .cases-journey-section {
  position: relative;
  padding: clamp(92px, 8vw, 126px) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 10%, rgba(88, 187, 255, .28), transparent 24%),
    radial-gradient(circle at 8% 88%, rgba(74, 111, 245, .28), transparent 28%),
    linear-gradient(135deg, #071b42 0%, #123d88 52%, #315fd7 100%);
}

.theme-cases .cases-journey-section::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .35;
  background-image:
    linear-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
  background-size: 54px 54px;
}

.theme-cases .cases-journey-section .container {
  position: relative;
}

.theme-cases .cases-journey-section .section-kicker,
.theme-cases .cases-journey-section .section-heading h2 {
  color: #fff;
}

.theme-cases .cases-journey-section .section-heading > p:not(.section-kicker) {
  color: rgba(226, 237, 255, .75);
}

.theme-cases .cases-journey-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 12px;
  margin-top: 54px;
  counter-reset: retail-step;
}

.theme-cases .cases-journey-grid li {
  min-height: 254px;
  padding: 24px 19px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 22px;
  background: rgba(255, 255, 255, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(10px);
}

.theme-cases .cases-journey-grid li > span {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: rgba(255, 255, 255, .13);
  color: #9ddfff;
  font-size: 12px;
  font-weight: 800;
}

.theme-cases .cases-journey-grid h3 {
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 1.35;
}

.theme-cases .cases-journey-grid p {
  margin-top: 12px;
  color: rgba(224, 235, 255, .72);
  font-size: 12px;
  line-height: 1.75;
}

.theme-cases .cases-products-section {
  padding: clamp(94px, 8vw, 132px) 0;
  background: #fff;
}

.theme-cases .cases-product-table-wrap {
  margin-top: 54px;
  overflow: hidden;
  border: 1px solid #dfe7f3;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 25px 70px rgba(19, 54, 105, .09);
}

.theme-cases .cases-product-table {
  width: 100%;
  border-collapse: collapse;
}

.theme-cases .cases-product-table th,
.theme-cases .cases-product-table td {
  padding: 23px 28px;
  text-align: left;
  vertical-align: middle;
}

.theme-cases .cases-product-table th {
  background: linear-gradient(135deg, #0a2856, #174895);
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
}

.theme-cases .cases-product-table td {
  border-top: 1px solid #edf1f7;
  color: #5b687d;
  font-size: 14px;
  line-height: 1.65;
}

.theme-cases .cases-product-table tbody tr:nth-child(even) {
  background: #f8faff;
}

.theme-cases .cases-product-table tbody tr {
  transition: background .2s ease;
}

.theme-cases .cases-product-table tbody tr:hover {
  background: #eef4ff;
}

.theme-cases .cases-product-table td:first-child {
  width: 33%;
  color: #18345e;
  font-weight: 700;
}

.theme-cases .cases-product-table td:nth-child(2) {
  width: 28%;
}

.theme-cases .cases-product-table a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #386bf5;
  font-weight: 800;
}

.theme-cases .cases-product-note {
  display: flex;
  margin: 20px 4px 0;
  align-items: flex-start;
  gap: 14px;
  color: #718096;
  font-size: 13px;
  line-height: 1.75;
}

.theme-cases .cases-product-note strong {
  flex: 0 0 auto;
  color: #17345e;
}

.theme-cases .cases-values-section {
  padding: clamp(94px, 8vw, 130px) 0;
  background:
    radial-gradient(circle at 8% 18%, rgba(56, 107, 245, .08), transparent 25%),
    linear-gradient(180deg, #f4f7fd, #f9fbff);
}

.theme-cases .cases-values-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
  margin-top: 52px;
}

.theme-cases .cases-values-grid article {
  min-height: 230px;
  padding: 30px 27px;
  border: 1px solid #dfe7f4;
  border-radius: 24px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 18px 50px rgba(21, 58, 111, .07);
}

.theme-cases .cases-values-grid article:nth-child(1),
.theme-cases .cases-values-grid article:nth-child(2) {
  grid-column: span 3;
}

.theme-cases .cases-values-grid article:nth-child(n + 3) {
  grid-column: span 2;
}

.theme-cases .cases-values-grid article > span {
  color: #386bf5;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
}

.theme-cases .cases-values-grid h3 {
  margin-top: 36px;
  color: #0d2852;
  font-size: 23px;
}

.theme-cases .cases-values-grid p {
  margin-top: 12px;
  color: #69768b;
  font-size: 14px;
  line-height: 1.75;
}

.theme-cases .faq-list {
  margin-top: 50px;
}

.theme-cases .faq-list details {
  overflow: hidden;
  border: 1px solid #e0e7f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(21, 58, 111, .055);
}

.theme-cases .faq-list details + details {
  margin-top: 14px;
}

.theme-cases .faq-list summary {
  padding: 23px 26px;
  color: #102a54;
  font-size: 16px;
  font-weight: 800;
}

.theme-cases .faq-list details > p {
  padding: 0 26px 24px;
  color: #68768c;
  line-height: 1.8;
}

@media (max-width: 1180px) {
  .theme-cases .cases-industry-card,
  .theme-cases .cases-industry-card:nth-child(even) {
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
  }

  .theme-cases .cases-industry-details {
    grid-template-columns: 1fr;
  }

  .theme-cases .cases-journey-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .theme-cases .cases-journey-grid li {
    min-height: 225px;
  }
}

@media (max-width: 900px) {
  .theme-cases .cases-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .theme-cases .cases-industry-card,
  .theme-cases .cases-industry-card:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .theme-cases .cases-industry-card:nth-child(even) figure {
    order: 0;
  }

  .theme-cases .cases-industry-card figure,
  .theme-cases .cases-industry-card img {
    min-height: 380px;
    max-height: 430px;
  }

  .theme-cases .cases-industry-copy {
    padding: 42px 38px 46px;
  }

  .theme-cases .cases-product-table th,
  .theme-cases .cases-product-table td {
    padding: 19px 20px;
  }

  .theme-cases .cases-values-grid article:nth-child(1),
  .theme-cases .cases-values-grid article:nth-child(2),
  .theme-cases .cases-values-grid article:nth-child(n + 3) {
    grid-column: span 3;
  }
}

@media (max-width: 720px) {
  .theme-cases .section-heading h2 {
    font-size: 34px;
  }

  .theme-cases .cases-overview-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .theme-cases .cases-overview-card {
    min-height: 0;
    padding: 27px 24px;
  }

  .theme-cases .cases-industry-list {
    margin-top: 42px;
  }

  .theme-cases .cases-industry-card {
    border-radius: 25px;
  }

  .theme-cases .cases-industry-card figure,
  .theme-cases .cases-industry-card img {
    min-height: 270px;
    max-height: 320px;
  }

  .theme-cases .cases-industry-copy {
    padding: 31px 24px 34px;
  }

  .theme-cases .cases-industry-copy h3 {
    font-size: 32px;
  }

  .theme-cases .cases-industry-details ul {
    grid-template-columns: 1fr;
  }

  .theme-cases .cases-journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 40px;
  }

  .theme-cases .cases-journey-grid li {
    min-height: 215px;
  }

  .theme-cases .cases-product-table-wrap {
    margin-top: 40px;
    overflow-x: auto;
    border-radius: 20px;
  }

  .theme-cases .cases-product-table {
    min-width: 760px;
  }

  .theme-cases .cases-values-grid {
    grid-template-columns: 1fr;
  }

  .theme-cases .cases-values-grid article:nth-child(1),
  .theme-cases .cases-values-grid article:nth-child(2),
  .theme-cases .cases-values-grid article:nth-child(n + 3) {
    grid-column: auto;
  }

  .theme-cases .cases-values-grid article {
    min-height: 0;
    padding: 27px 24px;
  }

  .theme-cases .cases-values-grid h3 {
    margin-top: 24px;
  }
}

@media (max-width: 520px) {
  .theme-cases .cases-journey-grid {
    grid-template-columns: 1fr;
  }

  .theme-cases .cases-journey-grid li {
    display: grid;
    min-height: 0;
    padding: 22px;
    grid-template-columns: 42px 1fr;
    gap: 17px;
  }

  .theme-cases .cases-journey-grid h3 {
    margin-top: 1px;
  }

  .theme-cases .cases-journey-grid p {
    margin-top: 7px;
  }

  .theme-cases .cases-product-note {
    display: block;
  }

  .theme-cases .cases-product-note strong {
    display: block;
    margin-bottom: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-cases .cases-overview-card,
  .theme-cases .cases-industry-card img,
  .theme-cases .cases-industry-link {
    transition: none;
  }
}
/* Cases industry gallery refinement */
.theme-cases .cases-industries-section {
  background:
    radial-gradient(circle at 0 12%, rgba(56, 107, 245, .08), transparent 24%),
    radial-gradient(circle at 100% 78%, rgba(76, 196, 255, .1), transparent 22%),
    linear-gradient(180deg, #f6f9ff 0%, #eef4fc 100%);
}

.theme-cases .cases-industry-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.theme-cases .cases-industry-card,
.theme-cases .cases-industry-card:nth-child(even) {
  display: flex;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(184, 200, 225, .66);
  border-radius: 32px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 22px 62px rgba(23, 57, 110, .09);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}

.theme-cases .cases-industry-card:hover {
  transform: translateY(-7px);
  border-color: rgba(56, 107, 245, .32);
  box-shadow: 0 32px 76px rgba(23, 57, 110, .14);
}

.theme-cases .cases-industry-card figure,
.theme-cases .cases-industry-card:nth-child(even) figure {
  order: 0;
  width: 100%;
  height: 350px;
  min-height: 0;
  flex: 0 0 350px;
  background: linear-gradient(145deg, #eaf2ff, #f8fbff);
}

.theme-cases .cases-industry-card figure::after {
  inset: 16px;
  border-color: rgba(255, 255, 255, .78);
  border-radius: 20px;
}

.theme-cases .cases-industry-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.theme-cases .cases-industry-copy {
  flex: 1;
  justify-content: flex-start;
  padding: 34px 36px 38px;
}

.theme-cases .cases-industry-kicker {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  padding: 7px 11px;
  border-radius: 9px;
  background: #edf3ff;
  color: #386bf5;
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: .045em;
}

.theme-cases .cases-industry-copy h3 {
  margin-top: 17px;
  font-size: clamp(29px, 2.5vw, 38px);
}

.theme-cases .cases-industry-lead {
  min-height: 84px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.78;
}

.theme-cases .cases-industry-details {
  display: flex;
  margin-top: 23px;
  flex-direction: column;
  gap: 20px;
}

.theme-cases .cases-industry-details section ul {
  display: flex;
  margin-top: 0;
  flex-wrap: wrap;
  gap: 8px;
}

.theme-cases .cases-industry-details section li {
  padding: 7px 11px;
  border: 1px solid #e0e8f6;
  border-radius: 999px;
  background: #f8faff;
  color: #53627a;
  font-size: 11px;
  line-height: 1.45;
}

.theme-cases .cases-industry-details section li::before {
  display: none;
}

.theme-cases .cases-industry-details aside {
  padding: 18px 20px;
  border: 0;
  border-left: 3px solid #4a7aff;
  border-radius: 0 16px 16px 0;
  background: linear-gradient(90deg, #eef4ff, #f8fbff);
}

.theme-cases .cases-industry-details aside p {
  font-size: 12px;
  line-height: 1.75;
}

.theme-cases .cases-industry-link {
  margin-top: 24px;
  background: transparent;
  box-shadow: none;
  color: #386bf5;
  padding-right: 0;
  padding-left: 0;
}

.theme-cases .cases-industry-link:hover {
  transform: translateX(4px);
  box-shadow: none;
}

@media (max-width: 980px) {
  .theme-cases .cases-industry-list {
    grid-template-columns: 1fr;
  }

  .theme-cases .cases-industry-card figure,
  .theme-cases .cases-industry-card:nth-child(even) figure {
    height: 390px;
    flex-basis: 390px;
  }

  .theme-cases .cases-industry-lead {
    min-height: 0;
  }
}

@media (max-width: 620px) {
  .theme-cases .cases-industry-list {
    gap: 20px;
  }

  .theme-cases .cases-industry-card,
  .theme-cases .cases-industry-card:nth-child(even) {
    border-radius: 24px;
  }

  .theme-cases .cases-industry-card figure,
  .theme-cases .cases-industry-card:nth-child(even) figure {
    height: 250px;
    flex-basis: 250px;
  }

  .theme-cases .cases-industry-copy {
    padding: 27px 23px 30px;
  }

  .theme-cases .cases-industry-kicker {
    width: auto;
  }
}
/* Cases journey icon flow */
.theme-cases .cases-journey-grid {
  display: grid;
  position: relative;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 20px;
  margin-top: 58px;
  align-items: start;
  overflow: visible;
  list-style: none;
}

.theme-cases .cases-journey-grid li {
  display: block;
  position: relative;
  min-height: 0;
  padding: 0 5px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  text-align: center;
  list-style: none;
}

.theme-cases .cases-journey-grid li::marker {
  content: "";
}

.theme-cases .cases-journey-grid li:not(:last-child)::after {
  content: "→";
  position: absolute;
  z-index: 2;
  top: 25px;
  right: -23px;
  color: rgba(150, 218, 255, .72);
  font-size: 29px;
  font-weight: 300;
  line-height: 1;
}

.theme-cases .cases-journey-icon {
  display: flex;
  position: relative;
  z-index: 3;
  width: 84px;
  height: 84px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(166, 222, 255, .34);
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, rgba(255, 255, 255, .24), transparent 34%),
    linear-gradient(145deg, rgba(91, 163, 255, .32), rgba(50, 102, 218, .34));
  box-shadow: 0 16px 34px rgba(3, 22, 62, .2), inset 0 1px 0 rgba(255, 255, 255, .22);
  color: #c9efff;
}

.theme-cases .cases-journey-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.theme-cases .cases-journey-grid h3 {
  margin-top: 23px;
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  text-align: center;
}

.theme-cases .cases-journey-grid p {
  margin-top: 10px;
  color: rgba(224, 235, 255, .72);
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 1020px) and (min-width: 621px) {
  .theme-cases .cases-journey-grid {
    display: flex;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding: 0 max(28px, calc((100vw - var(--container-width, 1200px)) / 2)) 24px;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }

  .theme-cases .cases-journey-grid li {
    flex: 0 0 180px;
    padding: 0 14px;
    scroll-snap-align: center;
  }

  .theme-cases .cases-journey-grid li:not(:last-child)::after {
    right: -12px;
  }
}

@media (max-width: 620px) {
  .theme-cases .cases-journey-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 54px;
    margin-top: 42px;
    overflow: visible;
  }

  .theme-cases .cases-journey-grid li {
    min-height: 0;
    padding: 0 18px;
  }

  .theme-cases .cases-journey-grid li:not(:last-child)::after {
    content: "↓";
    top: auto;
    right: auto;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
  }

  .theme-cases .cases-journey-icon {
    width: 76px;
    height: 76px;
  }

  .theme-cases .cases-journey-icon svg {
    width: 32px;
    height: 32px;
  }

  .theme-cases .cases-journey-grid h3 {
    margin-top: 18px;
  }

  .theme-cases .cases-journey-grid p {
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
  }
}
/* Cases application value visual accents */
.theme-cases .cases-values-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(66, 119, 255, .14), transparent 25%),
    radial-gradient(circle at 92% 90%, rgba(57, 203, 214, .12), transparent 28%),
    linear-gradient(155deg, #edf3ff 0%, #f8faff 48%, #eff7ff 100%);
}

.theme-cases .cases-values-section::before {
  content: "";
  position: absolute;
  top: 58px;
  right: -130px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(56, 107, 245, .08);
  border-radius: 50%;
  box-shadow:
    0 0 0 58px rgba(56, 107, 245, .028),
    0 0 0 118px rgba(56, 107, 245, .018);
  pointer-events: none;
}

.theme-cases .cases-values-section::after {
  content: "";
  position: absolute;
  bottom: 36px;
  left: 24px;
  width: 180px;
  height: 120px;
  opacity: .5;
  background-image: radial-gradient(circle, rgba(56, 107, 245, .2) 1.4px, transparent 1.5px);
  background-size: 16px 16px;
  mask-image: linear-gradient(135deg, #000, transparent 80%);
  pointer-events: none;
}

.theme-cases .cases-values-section .container {
  position: relative;
  z-index: 1;
}

.theme-cases .cases-values-grid article {
  --value-accent: #386bf5;
  --value-soft: #eaf1ff;
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 31px 30px 32px;
  border-color: rgba(174, 195, 226, .58);
  background: linear-gradient(145deg, rgba(255, 255, 255, .98) 18%, var(--value-soft) 150%);
  box-shadow: 0 20px 52px rgba(20, 55, 109, .085);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.theme-cases .cases-values-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 62px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: var(--value-accent);
}

.theme-cases .cases-values-grid article::after {
  content: "";
  position: absolute;
  top: -64px;
  right: -58px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: var(--value-soft);
  opacity: .72;
  pointer-events: none;
}

.theme-cases .cases-values-grid article:nth-child(2) {
  --value-accent: #13a9cf;
  --value-soft: #e5f8fc;
}

.theme-cases .cases-values-grid article:nth-child(3) {
  --value-accent: #6d63df;
  --value-soft: #eeecff;
}

.theme-cases .cases-values-grid article:nth-child(4) {
  --value-accent: #e58a3f;
  --value-soft: #fff1e4;
}

.theme-cases .cases-values-grid article:nth-child(5) {
  --value-accent: #19a886;
  --value-soft: #e5f8f2;
}

.theme-cases .cases-values-grid article:hover {
  transform: translateY(-6px);
  border-color: color-mix(in srgb, var(--value-accent) 35%, #dbe5f3);
  box-shadow: 0 28px 68px rgba(20, 55, 109, .14);
}

.theme-cases .cases-value-icon {
  display: flex;
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in srgb, var(--value-accent) 18%, transparent);
  border-radius: 18px;
  background: var(--value-soft);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .72);
  color: var(--value-accent);
}

.theme-cases .cases-value-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.theme-cases .cases-values-grid h3 {
  position: relative;
  z-index: 1;
  margin-top: 27px;
}

.theme-cases .cases-values-grid p {
  position: relative;
  z-index: 1;
}

@media (max-width: 720px) {
  .theme-cases .cases-values-grid article {
    min-height: 0;
    padding: 27px 24px 29px;
  }

  .theme-cases .cases-values-grid article::before {
    left: 24px;
  }

  .theme-cases .cases-value-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
  }

  .theme-cases .cases-values-grid h3 {
    margin-top: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .theme-cases .cases-values-grid article {
    transition: none;
  }
}
/* Cases compact borderless FAQ */
.theme-cases .inner-section:has(.faq-list) {
  padding-top: 74px;
  padding-bottom: 82px;
}

.theme-cases .faq-list {
  margin-top: 34px;
}

.theme-cases .faq-list details {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.theme-cases .faq-list details + details {
  margin-top: 0;
  border-top: 1px solid #e2e8f2;
}

.theme-cases .faq-list summary {
  min-height: 0;
  padding: 17px 4px;
  font-size: 15px;
}

.theme-cases .faq-list summary span {
  font-size: 20px;
}

.theme-cases .faq-list details > p {
  padding: 0 42px 17px 4px;
  font-size: 13px;
  line-height: 1.7;
}

@media (max-width: 720px) {
  .theme-cases .inner-section:has(.faq-list) {
    padding-top: 62px;
    padding-bottom: 68px;
  }

  .theme-cases .faq-list {
    margin-top: 28px;
  }

  .theme-cases .faq-list summary {
    padding: 15px 2px;
    font-size: 14px;
  }

  .theme-cases .faq-list details > p {
    padding-right: 28px;
    padding-bottom: 15px;
    padding-left: 2px;
  }
}
/* Final frameless knowledge hero override */
body.theme-knowledge .page-hero-knowledge .page-hero-visual {
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.theme-knowledge .page-hero-knowledge .page-visual-bar {
  display: none !important;
}

body.theme-knowledge .page-hero-knowledge .page-hero-visual > img {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 300px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: cover !important;
}

@media (max-width: 900px) {
  body.theme-knowledge .page-hero-knowledge .page-hero-visual > img {
    max-height: 260px !important;
  }
}
/* Frameless support-page hero illustrations */
body.theme-support .page-hero-support .page-hero-visual,
body.theme-tutorials .page-hero-tutorials .page-hero-visual,
body.theme-faq .page-hero-faq .page-hero-visual {
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.theme-support .page-hero-support .page-visual-bar,
body.theme-tutorials .page-hero-tutorials .page-visual-bar,
body.theme-faq .page-hero-faq .page-visual-bar {
  display: none !important;
}

body.theme-support .page-hero-support .page-hero-visual > img,
body.theme-tutorials .page-hero-tutorials .page-hero-visual > img,
body.theme-faq .page-hero-faq .page-hero-visual > img {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: 390px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain !important;
  filter: drop-shadow(0 26px 30px rgba(5, 28, 82, .2));
}

@media (max-width: 900px) {
  body.theme-support .page-hero-support .page-hero-visual > img,
  body.theme-tutorials .page-hero-tutorials .page-hero-visual > img,
  body.theme-faq .page-hero-faq .page-hero-visual > img {
    max-height: 320px !important;
  }
}

/* Contact hero QR without illustration frame */
body.theme-contact .page-hero-contact .page-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.theme-contact .page-hero-contact .page-visual-bar {
  display: none !important;
}

body.theme-contact .page-hero-contact .page-hero-visual > img {
  width: min(100%, 520px) !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain !important;
}

@media (max-width: 640px) {
  body.theme-contact .page-hero-contact .page-hero-visual > img {
    width: min(100%, 420px) !important;
  }
}
/* Contact preparation panel */
.theme-contact .notice-section {
  padding: clamp(72px, 7vw, 96px) 0;
  background: linear-gradient(180deg, #f8faff 0%, #f2f6fd 100%);
}

.theme-contact .notice-shell {
  display: grid;
  grid-template-columns: minmax(310px, .76fr) minmax(0, 1.24fr);
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(56, 107, 245, .14);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 26px 68px rgba(28, 62, 110, .11);
}

.theme-contact .notice-shell > div {
  position: relative;
  z-index: 0;
  display: flex;
  min-height: 390px;
  padding: clamp(42px, 4.5vw, 62px);
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 8%, rgba(125, 219, 255, .25), transparent 30%),
    linear-gradient(145deg, #17498e 0%, #386bf5 100%);
  flex-direction: column;
  justify-content: center;
}

.theme-contact .notice-shell > div::after {
  content: "";
  position: absolute;
  right: -100px;
  bottom: -120px;
  z-index: -1;
  width: 300px;
  height: 300px;
  border: 48px solid rgba(255, 255, 255, .055);
  border-radius: 50%;
}

.theme-contact .notice-shell .section-kicker {
  margin-bottom: 20px;
  color: #bcd4ff;
}

.theme-contact .notice-shell h2 {
  max-width: 8em;
  color: #fff;
  font-size: clamp(36px, 3.4vw, 48px);
  line-height: 1.18;
  letter-spacing: -.045em;
}

.theme-contact .notice-shell ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: center;
  gap: 14px;
  margin: 0;
  padding: clamp(24px, 3vw, 36px);
  border: 0;
  background: #fbfdff;
}

.theme-contact .notice-shell li {
  display: flex;
  min-height: 145px;
  align-items: center;
  padding: 24px 22px 24px 64px;
  border: 1px solid #dfe8f4;
  border-radius: 17px;
  background: #fff;
  color: #405570;
  font-size: 14px;
  line-height: 1.75;
  box-shadow: 0 10px 27px rgba(28, 67, 116, .055);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.theme-contact .notice-shell li:hover {
  border-color: rgba(56, 107, 245, .28);
  box-shadow: 0 16px 34px rgba(28, 67, 116, .09);
  transform: translateY(-3px);
}

.theme-contact .notice-shell li::before {
  top: 50%;
  left: 22px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #386bf5;
  color: #fff;
  font-size: 13px;
  box-shadow: 0 8px 18px rgba(56, 107, 245, .22);
  transform: translateY(-50%);
}

@media (max-width: 900px) {
  .theme-contact .notice-shell {
    grid-template-columns: 1fr;
  }

  .theme-contact .notice-shell > div {
    min-height: 240px;
  }

  .theme-contact .notice-shell h2 {
    max-width: none;
  }
}

@media (max-width: 640px) {
  .theme-contact .notice-section {
    padding: 56px 0;
  }

  .theme-contact .notice-shell {
    border-radius: 22px;
  }

  .theme-contact .notice-shell > div {
    min-height: 220px;
    padding: 34px 26px;
  }

  .theme-contact .notice-shell h2 {
    font-size: 34px;
  }

  .theme-contact .notice-shell ul {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .theme-contact .notice-shell li {
    min-height: 0;
    padding: 22px 18px 22px 58px;
  }

  .theme-contact .notice-shell li::before {
    left: 18px;
  }
}
/* Support hero illustration scale */
@media (min-width: 901px) {
  body.theme-support .page-hero-support .page-hero-visual > img {
    display: block;
    width: 82% !important;
    max-height: 330px !important;
    margin-inline: auto;
  }
}

@media (max-width: 900px) {
  body.theme-support .page-hero-support .page-hero-visual > img {
    display: block;
    width: 88% !important;
    max-height: 290px !important;
    margin-inline: auto;
  }
}

/* About honors arranged like the legacy website */
.theme-about .honors-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

.theme-about .honors-grid figure {
  aspect-ratio: 270 / 205;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #fff;
}

.theme-about .honors-grid img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .theme-about .honors-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
  }
}

@media (max-width: 900px) {
  .theme-about .honors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 560px) {
  .theme-about .honors-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
/* About hero illustration without browser frame */
body.theme-about .page-hero-about .page-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  overflow: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

body.theme-about .page-hero-about .page-visual-bar {
  display: none !important;
}

body.theme-about .page-hero-about .page-hero-visual > img {
  width: min(100%, 445px) !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  object-fit: contain !important;
}