@charset "UTF-8";
:root { --work-ink: #102e45; --work-muted: #5d7587; --work-blue: #167da4; --work-blue-deep: #106584; --work-line: #dbe7ee; --work-soft: #f3f8fb; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 98px; }
body { margin: 0; color: var(--work-ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; font-size: 14px; line-height: 1.85; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
figure, h1, h2, h3, p { margin: 0; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #e7a936; outline-offset: 4px; }
.work-wrap { width: min(1240px, calc(100% - 64px)); margin: auto; }
.phrase { display: inline-block; }
.skip-link { position: fixed; z-index: 200; left: 12px; top: 8px; padding: 8px 15px; border: 2px solid var(--work-blue); background: #fff; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.work-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid var(--work-line); background: rgba(255,255,255,.97); backdrop-filter: blur(12px); }
.header-inner { display: flex; gap: 24px; align-items: center; min-height: 84px; }
.work-brand { display: flex; flex-shrink: 0; align-items: center; gap: 10px; }
.work-brand b { display: block; font-size: 20px; letter-spacing: -.035em; line-height: 1.4; }
.work-brand em { color: var(--work-blue); font-size: 16px; font-style: normal; }
.work-brand small { display: block; font-size: 9px; color: var(--work-muted); line-height: 1.6; margin-top: 2px; }
.work-nav { display: flex; margin-left: auto; gap: 21px; align-items: center; }
.work-nav a, .app-link { font-size: 11px; font-weight: 700; white-space: nowrap; }
.work-nav a:hover, .app-link:hover { color: var(--work-blue); }
.header-actions { display: flex; gap: 18px; align-items: center; }
.work-button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; min-height: 52px; padding: 13px 23px; border: 1px solid transparent; border-radius: 10px; text-align: center; font-size: 13px; font-weight: 800; line-height: 1.6; transition: background .15s; }
.work-button.primary { background: var(--work-blue); color: #fff; box-shadow: 0 8px 20px #167da41a; }
.work-button.primary:hover { background: var(--work-blue-deep); }
.work-button.secondary { border-color: #bed9e5; background: #fff; color: var(--work-blue); }
.work-button.small { min-height: 42px; font-size: 11px; padding: 10px 14px; gap: 4px; }
.work-text-link { display: inline-block; font-size: 12px; font-weight: 800; color: var(--work-blue); }
.work-text-link:hover, .role-open:hover, .integration-grid a:hover { text-decoration: underline; text-underline-offset: 4px; }
.work-menu { display: none; flex-shrink: 0; width: 36px; height: 36px; padding: 8px; background: #fff; border: 1px solid var(--work-line); border-radius: 8px; }
.work-menu span { display: block; height: 2px; width: 18px; background: var(--work-ink); margin: 4px 0; }
.work-hero { padding: 44px 0 38px; border-bottom: 1px solid var(--work-line); background: linear-gradient(120deg,#f5faff,#eaf6fa); }
.hero-grid { display: grid; grid-template-columns: minmax(0,.93fr) minmax(0,1.07fr); align-items: center; gap: 38px; }
.hero-eyebrow { display: flex; flex-wrap: wrap; gap: 8px 13px; align-items: center; }
.hero-eyebrow > span { font-size: 10px; font-weight: 800; color: var(--work-blue); letter-spacing: .1em; }
.hero-eyebrow b { font-size: 9px; color: #39758c; background: #fff; border: 1px solid #cbe0e9; border-radius: 99px; padding: 3px 9px; }
.hero-copy h1 { font-size: clamp(35px,3.2vw,46px); font-weight: 800; line-height: 1.42; letter-spacing: -.035em; margin: 15px 0 13px; }
.hero-copy h1 > span, .hero-copy h1 > em { display: block; }
.hero-copy h1 em { font-style: normal; color: var(--work-blue); }
.hero-lead { font-size: 19px; font-weight: 800; margin-bottom: 12px; }
.hero-description { color: var(--work-muted); font-size: 13px; line-height: 1.95; }
.hero-description strong { color: var(--work-ink); }
.hero-tags { display: flex; list-style: none; flex-wrap: wrap; gap: 7px; margin: 18px 0 21px; padding: 0; }
.hero-tags li { font-size: 10px; font-weight: 700; padding: 4px 10px; color: #34667d; background: #fff; border: 1px solid #cbdfeb; border-radius: 6px; }
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hero-note { color: var(--work-muted); margin-top: 12px; font-size: 10px; line-height: 1.8; }
.work-photo { border: 1px solid var(--work-line); border-radius: 16px; background: #fff; overflow: hidden; }
.work-photo > img { width: 100%; height: auto; object-fit: contain; }
.work-photo figcaption { padding: 9px 13px; font-size: 9px; line-height: 1.8; color: var(--work-muted); }
.hero-photo { box-shadow: 0 17px 45px #18495e14; }
.work-summary { border-bottom: 1px solid var(--work-line); }
.summary-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding: 21px 0; }
.summary-grid > div { display: flex; gap: 14px; align-items: center; padding: 3px 25px; border-right: 1px solid var(--work-line); }
.summary-grid > div:first-child { padding-left: 0; }
.summary-grid > div:last-child { border: 0; padding-right: 0; }
.summary-number { font-size: 23px; font-weight: 800; color: #a2c5d7; }
.summary-grid b { display: block; font-size: 13px; }
.summary-grid p > span { font-size: 10px; color: var(--work-muted); }
.work-section { padding: 44px 0; }
.work-soft { background: var(--work-soft); border-top: 1px solid #edf3f6; border-bottom: 1px solid #edf3f6; }
.work-kicker { display: block; font-size: 10px; letter-spacing: .13em; color: var(--work-blue); font-weight: 800; line-height: 1.7; }
.work-heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(0,.9fr); align-items: end; gap: 35px; margin-bottom: 24px; }
.work-heading h2, .employee-copy h2, .split-copy h2 { font-size: clamp(27px,2.5vw,34px); letter-spacing: -.035em; line-height: 1.5; margin: 10px 0 13px; text-wrap: balance; }
.work-heading h2 { margin-bottom: 0; }
.work-heading > p, .employee-copy > p, .split-copy > p { font-size: 12px; line-height: 1.95; color: var(--work-muted); }
.employee-grid { display: grid; grid-template-columns: minmax(0,1.03fr) minmax(0,.97fr); align-items: center; gap: 38px; }
.employee-detail { display: grid; grid-template-columns: minmax(0,1fr) 136px; gap: 24px; align-items: center; margin-top: 19px; }
.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li { position: relative; padding: 10px 0 10px 21px; border-bottom: 1px solid var(--work-line); }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 9px; color: var(--work-blue); font-weight: 800; }
.check-list li:last-child { border: 0; }
.check-list b { font-size: 12px; display: block; }
.check-list span { display: block; font-size: 11px; line-height: 1.85; color: var(--work-muted); }
.mobile-screen { text-align: center; width: 136px; }
.mobile-screen > a { display: block; border: 5px solid #163344; border-radius: 20px; background: #163344; overflow: hidden; }
.mobile-screen img { display: block; width: 100%; height: auto; object-fit: contain; }
.mobile-screen figcaption { font-size: 9px; color: var(--work-muted); margin-top: 7px; line-height: 1.7; }
.mobile-screen figcaption a { color: var(--work-blue); font-weight: 700; }
.role-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.role-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--work-line); background: #fff; border-radius: 14px; overflow: hidden; }
.role-copy { padding: 22px 21px 17px; }
.role-label { display: inline-flex; color: #197e9a; background: #eaf7fb; border-radius: 6px; padding: 3px 8px; font-size: 10px; font-weight: 800; }
.role-copy h3 { font-size: 17px; letter-spacing: -.025em; line-height: 1.6; margin: 11px 0 8px; text-wrap: balance; }
.role-copy p { font-size: 11px; line-height: 1.95; color: var(--work-muted); }
.work-screen { min-width: 0; background: #fff; }
.work-screen > a { display: block; padding: 7px; background: #f7fafc; }
.work-screen img { width: 100%; height: auto; object-fit: contain; }
.work-screen figcaption { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; padding: 9px 12px; gap: 3px 10px; font-size: 9px; line-height: 1.8; color: var(--work-muted); border-top: 1px solid var(--work-line); }
.work-screen figcaption > span { color: var(--work-blue); font-size: 8px; }
.role-card .work-screen { margin-top: auto; }
.role-open { display: block; padding: 12px 20px; color: var(--work-blue); border-top: 1px solid var(--work-line); font-size: 11px; font-weight: 800; }
.section-note { font-size: 10px; color: var(--work-muted); line-height: 1.9; margin-top: 17px; }
.work-feature-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.work-feature-grid > article { display: grid; grid-template-columns: 39px minmax(0,1fr); gap: 0 13px; padding: 22px 20px; border: 1px solid var(--work-line); border-radius: 13px; min-width: 0; }
.feature-icon { grid-row: 1 / 3; width: 36px; height: 36px; border-radius: 9px; background: #edf7fb; color: var(--work-blue); font-size: 11px; font-weight: 800; display: grid; place-items: center; }
.work-feature-grid h3 { font-size: 15px; line-height: 1.7; margin-bottom: 7px; }
.work-feature-grid p { font-size: 11px; color: var(--work-muted); line-height: 1.95; }
.feature-tags { grid-column: 1 / -1; font-size: 9px; font-weight: 700; color: #538092; border-top: 1px solid var(--work-line); padding-top: 10px; margin-top: 13px; }
.feature-split { display: grid; grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); align-items: center; gap: 40px; }
.onboarding-grid { grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr); }
.screen-bordered { border: 1px solid #c8dfe9; border-radius: 14px; overflow: hidden; box-shadow: 0 12px 35px #194a6010; }
.workflow-types { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 20px 0; }
.workflow-types article { min-width: 0; padding: 15px; border: 1px solid var(--work-line); border-radius: 10px; background: #fff; }
.workflow-types b { font-size: 12px; }
.workflow-types p { font-size: 11px; color: var(--work-muted); line-height: 1.9; margin-top: 6px; }
.entry-steps { padding: 0; margin: 19px 0 0; list-style: none; counter-reset: entry; display: grid; gap: 10px; }
.entry-steps li { counter-increment: entry; position: relative; padding: 10px 12px 10px 46px; background: #f4f9fc; border-radius: 10px; }
.entry-steps li::before { content: counter(entry); position: absolute; top: 12px; left: 13px; width: 23px; height: 23px; color: var(--work-blue); background: #fff; display: grid; place-items: center; border-radius: 7px; font-size: 11px; font-weight: 800; }
.entry-steps b { display: block; font-size: 12px; }
.entry-steps span { display: block; font-size: 10px; color: var(--work-muted); }
.case-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.work-case { display: flex; flex-direction: column; min-width: 0; padding: 23px 21px 19px; border: 1px solid var(--work-line); border-top: 3px solid #1d8ca5; border-radius: 13px; background: #fff; }
.case-application { border-top-color: #4a80bd; }
.case-entry { border-top-color: #399b87; }
.case-label { align-self: flex-start; font-size: 9px; font-weight: 800; color: #568194; background: #f0f7fa; padding: 3px 8px; border-radius: 5px; }
.work-case h3 { font-size: 18px; line-height: 1.6; letter-spacing: -.025em; margin: 11px 0 10px; text-wrap: balance; }
.work-case > p { font-size: 11px; color: var(--work-muted); line-height: 1.95; }
.case-route { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; padding: 0; list-style: none; margin: 20px 0 16px; }
.case-route li { position: relative; text-align: center; font-size: 9px; font-weight: 700; color: #35768c; background: #edf7fb; border: 1px solid #d7e9f0; padding: 12px 4px; border-radius: 7px; }
.case-route li:not(:last-child)::after { content: '→'; position: absolute; right: -11px; top: 50%; transform: translateY(-50%); color: #6f9db0; }
.case-outcome { margin-top: auto; padding-top: 11px; border-top: 1px solid var(--work-line); font-size: 9px; color: #558192; font-weight: 700; }
.integration-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; }
.integration-grid article { display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--work-line); border-radius: 13px; padding: 22px; }
.integration-grid h3 { font-size: 17px; line-height: 1.6; margin: 12px 0 10px; }
.integration-grid h3 small { font-size: 10px; color: var(--work-blue); display: block; }
.integration-grid p { font-size: 11px; color: var(--work-muted); margin-bottom: 16px; }
.integration-grid a { width: fit-content; font-size: 11px; font-weight: 700; color: var(--work-blue); margin-top: 5px; }
.integration-grid a:first-of-type { margin-top: auto; }
.connection-note { background: #f3f8fb; border: 1px solid #d9e7ef; border-radius: 10px; padding: 17px 21px; margin-top: 18px; }
.connection-note b { font-size: 11px; color: #376d83; }
.connection-note p { font-size: 10px; color: var(--work-muted); line-height: 1.95; margin-top: 5px; }
.pricing-grid { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 55px; align-items: center; }
.pricing-grid .check-list { margin-top: 18px; }
.work-pricing-card { padding: 28px; border: 1px solid #c4dce8; border-radius: 16px; background: #fff; }
.price-card-head { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; justify-content: space-between; }
.price-card-head b { font-size: 16px; }
.price-card-head > span { font-size: 9px; font-weight: 700; color: #597990; padding: 4px 9px; border: 1px solid #d3e2ec; border-radius: 6px; }
.price-unit { margin: 20px 0 11px; line-height: 1.6; }
.price-unit strong { font-size: 58px; line-height: 1.2; letter-spacing: -.045em; }
.price-unit > b { margin-left: 7px; font-size: 20px; }
.price-unit > span { display: block; font-size: 11px; color: var(--work-muted); }
.minimum-price { font-size: 11px; background: #f0f7fb; padding: 12px; border-radius: 8px; }
.minimum-price b { margin-left: 8px; }
.price-disclaimer { font-size: 10px; color: var(--work-muted); line-height: 1.95; margin: 14px 0 19px; }
.work-pricing-card > .work-button { width: 100%; font-size: 12px; }
.no-charge-note { font-size: 9px; color: var(--work-muted); text-align: center; margin-top: 11px; }
.faq-grid { display: grid; grid-template-columns: minmax(0,.62fr) minmax(0,1.38fr); gap: 55px; align-items: start; }
.faq-grid h2 { font-size: 32px; letter-spacing: -.025em; margin: 11px 0 13px; }
.faq-grid > div > p { font-size: 12px; color: var(--work-muted); }
.faq-list { border-top: 1px solid var(--work-line); }
.faq-list details { border-bottom: 1px solid var(--work-line); }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 16px 29px 16px 27px; font-size: 12px; font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::before { content: 'Q'; position: absolute; top: 17px; left: 0; color: var(--work-blue); font-weight: 800; }
.faq-list summary::after { content: '+'; position: absolute; right: 3px; top: 13px; font-size: 20px; font-weight: 400; color: var(--work-blue); }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details > p { padding: 0 24px 17px 27px; font-size: 11px; line-height: 1.95; color: var(--work-muted); }
.work-final { padding: 0 0 44px; }
.final-card { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(0,.85fr); gap: 35px; align-items: center; border: 1px solid #c5dfea; background: linear-gradient(120deg,#eef8fc,#e8f4f8); border-radius: 17px; padding: 32px 35px; }
.final-card h2 { font-size: 29px; letter-spacing: -.035em; line-height: 1.55; margin: 10px 0 13px; }
.final-card p { font-size: 12px; color: var(--work-muted); }
.final-actions { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.final-actions .work-button { width: 100%; font-size: 12px; }
.final-actions .work-text-link { font-size: 10px; }
.work-footer { padding: 30px 0 20px; border-top: 1px solid var(--work-line); background: #fcfdfe; }
.footer-top { display: flex; justify-content: space-between; align-items: start; gap: 30px; }
.footer-top nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 11px 19px; max-width: 640px; font-size: 10px; color: var(--work-muted); }
.footer-bottom { border-top: 1px solid var(--work-line); margin-top: 24px; padding-top: 16px; display: flex; justify-content: space-between; gap: 15px; font-size: 9px; color: var(--work-muted); }
@media (max-width: 1150px) {
  .work-nav { gap: 13px; }
  .header-inner { gap: 16px; }
  .header-actions { gap: 12px; }
  .work-brand b { font-size: 18px; }
  .work-brand em { font-size: 14px; }
  .hero-copy h1 { font-size: 37px; }
  .hero-lead { font-size: 17px; }
  .role-grid, .case-grid { gap: 12px; }
  .role-copy { padding: 19px 17px 15px; }
  .role-copy h3 { font-size: 16px; }
  .work-case { padding: 20px 17px 17px; }
  .employee-grid, .feature-split { gap: 28px; }
  .employee-detail { gap: 16px; grid-template-columns: minmax(0,1fr) 126px; }
  .mobile-screen { width: 126px; }
  .work-feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pricing-grid { gap: 35px; }
}
@media (max-width: 1000px) {
  .work-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; padding: 17px 24px; border-bottom: 1px solid var(--work-line); background: #fff; box-shadow: 0 12px 18px #18495e12; margin: 0; }
  .work-nav.is-open { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
  .work-menu { display: block; }
  .header-actions { margin-left: auto; }
  .summary-grid > div { padding: 3px 14px; gap: 9px; }
  .summary-grid b { font-size: 11px; }
  .summary-grid p > span { font-size: 9px; }
  .work-heading { gap: 23px; }
  .work-heading h2, .employee-copy h2, .split-copy h2 { font-size: 27px; }
  .role-grid { grid-template-columns: 1fr; }
  .role-card { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); align-items: center; }
  .role-copy { padding: 21px; }
  .role-card .work-screen { grid-column: 2; grid-row: 1 / 3; margin: 0; }
  .role-open { grid-column: 1; align-self: end; border: 0; padding: 0 21px 19px; }
  .employee-grid, .feature-split, .pricing-grid { grid-template-columns: 1fr; }
  .employee-grid { align-items: start; }
  .employee-photo { max-width: 630px; width: 100%; margin: auto; }
  .employee-detail { grid-template-columns: minmax(0,1fr) 136px; }
  .mobile-screen { width: 136px; }
  .onboarding-grid .work-screen { grid-row: 2; }
  .case-grid { grid-template-columns: 1fr; }
  .work-case { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.9fr); gap: 0 30px; padding: 23px; }
  .case-label, .work-case h3, .work-case > p { grid-column: 1; }
  .case-route { grid-column: 2; grid-row: 1 / 4; align-self: center; }
  .case-outcome { grid-column: 1 / -1; margin-top: 16px; }
  .work-pricing-card { max-width: 600px; width: 100%; margin: auto; }
  .faq-grid { gap: 30px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 85px; }
  .work-wrap { width: calc(100% - 36px); }
  .header-inner { min-height: 74px; gap: 11px; }
  .work-brand { gap: 8px; }
  .work-brand img { width: 32px; height: 32px; }
  .work-brand b { font-size: 17px; }
  .work-brand em { font-size: 12px; display: block; }
  .work-brand small, .app-link { display: none; }
  .header-actions .work-button.small { min-height: 39px; font-size: 10px; padding: 9px 11px; }
  .work-nav.is-open { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .work-nav a { padding: 3px 0; font-size: 12px; }
  .work-hero { padding: 30px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero-copy h1 { font-size: clamp(32px,8vw,42px); line-height: 1.45; }
  .hero-lead { font-size: 17px; }
  .hero-description { font-size: 12px; }
  .hero-tags { margin: 15px 0 18px; }
  .hero-actions { gap: 12px 16px; }
  .hero-actions .work-button { font-size: 12px; padding: 12px 17px; }
  .hero-actions .work-text-link { font-size: 11px; }
  .hero-note { font-size: 9px; }
  .work-photo { border-radius: 13px; }
  .work-photo figcaption { font-size: 8px; padding: 8px 11px; }
  .summary-grid { grid-template-columns: 1fr; padding: 12px 0; gap: 0; }
  .summary-grid > div, .summary-grid > div:first-child, .summary-grid > div:last-child { padding: 9px 0; gap: 14px; border-right: 0; border-bottom: 1px solid var(--work-line); }
  .summary-grid > div:last-child { border: 0; }
  .summary-number { font-size: 20px; }
  .summary-grid b { font-size: 12px; }
  .summary-grid p > span { font-size: 10px; }
  .work-section { padding: 32px 0; }
  .employee-grid, .feature-split { gap: 23px; }
  .work-heading { grid-template-columns: minmax(0,1fr); gap: 12px; margin-bottom: 20px; }
  .work-heading h2, .employee-copy h2, .split-copy h2 { font-size: 26px; line-height: 1.55; margin-top: 9px; }
  .work-heading > p, .employee-copy > p, .split-copy > p { font-size: 11px; }
  .employee-detail { grid-template-columns: minmax(0,1fr) 118px; gap: 16px; margin-top: 16px; }
  .mobile-screen { width: 118px; }
  .mobile-screen > a { border-width: 4px; border-radius: 17px; }
  .check-list b { font-size: 11px; }
  .check-list span { font-size: 10px; }
  .role-card { display: flex; align-items: stretch; }
  .role-copy { padding: 20px 20px 16px; }
  .role-copy h3 { font-size: 17px; }
  .role-open { border-top: 1px solid var(--work-line); padding: 12px 20px; align-self: stretch; }
  .work-screen figcaption { font-size: 8px; padding: 8px 10px; }
  .work-screen figcaption > span { font-size: 7px; }
  .section-note { font-size: 9px; margin-top: 13px; }
  .work-feature-grid { grid-template-columns: 1fr; gap: 12px; }
  .work-feature-grid > article { padding: 19px; }
  .work-feature-grid h3 { font-size: 14px; }
  .work-feature-grid p { font-size: 11px; }
  .workflow-types { gap: 10px; margin: 16px 0; }
  .workflow-types article { padding: 13px; }
  .workflow-types b { font-size: 11px; }
  .workflow-types p { font-size: 10px; }
  .work-case { display: flex; padding: 21px 20px 18px; }
  .work-case h3 { font-size: 18px; }
  .case-route { margin: 17px 0 14px; gap: 13px; }
  .case-route li { padding: 11px 5px; font-size: 9px; }
  .case-outcome { margin-top: 0; }
  .integration-grid { grid-template-columns: 1fr; gap: 12px; }
  .integration-grid article { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 0 13px; padding: 19px; }
  .integration-grid article > img { grid-row: 1 / 3; }
  .integration-grid h3 { margin: 0 0 9px; font-size: 16px; }
  .integration-grid p { margin-bottom: 10px; }
  .integration-grid a { grid-column: 2; margin-top: 5px; }
  .integration-grid a:first-of-type { margin-top: 0; }
  .connection-note { padding: 15px 17px; margin-top: 15px; }
  .connection-note b { font-size: 10px; }
  .connection-note p { font-size: 9px; }
  .pricing-grid { gap: 25px; }
  .work-pricing-card { padding: 23px; }
  .price-unit strong { font-size: 54px; }
  .price-card-head b { font-size: 15px; }
  .minimum-price b { display: block; margin-left: 0; margin-top: 3px; }
  .faq-grid { grid-template-columns: minmax(0,1fr); gap: 22px; }
  .faq-grid h2 { font-size: 26px; }
  .faq-grid > div > p { font-size: 11px; }
  .faq-list summary { font-size: 11px; }
  .faq-list details > p { font-size: 10px; }
  .work-final { padding-bottom: 32px; }
  .final-card { grid-template-columns: minmax(0,1fr); gap: 23px; padding: 25px 22px; }
  .final-card h2 { font-size: 24px; }
  .final-card p { font-size: 11px; }
  .work-footer { padding-top: 25px; }
  .footer-top { flex-direction: column; gap: 20px; }
  .footer-top nav { justify-content: flex-start; gap: 10px 17px; font-size: 9px; }
  .footer-top .work-brand em { display: inline; font-size: 13px; }
  .footer-bottom { flex-direction: column; gap: 6px; font-size: 8px; }
}
@media (max-width: 380px) {
  .work-wrap { width: calc(100% - 28px); }
  .header-inner { gap: 8px; }
  .work-brand b { font-size: 15px; }
  .work-brand img { width: 29px; height: 29px; }
  .header-actions .work-button.small { font-size: 9px; padding: 9px; }
  .hero-copy h1 { font-size: 32px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .work-button { width: 100%; }
  .hero-actions .work-text-link { text-align: center; }
  .employee-detail { grid-template-columns: minmax(0,1fr) 107px; gap: 12px; }
  .mobile-screen { width: 107px; }
  .check-list li { padding-left: 17px; }
  .work-heading h2, .employee-copy h2, .split-copy h2 { font-size: 24px; }
  .workflow-types { grid-template-columns: 1fr; }
  .final-card h2 { font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
