:root {
  --navy: #10233b;
  --navy-soft: #31465e;
  --text: #34485f;
  --muted: #526a7d;
  --teal: #06717a;
  --teal-dark: #055f67;
  --teal-pale: #e5f6f6;
  --line: #d7e3ec;
  --surface: #fff;
  --background: #f4f8fb;
  --shadow: 0 24px 60px rgba(24, 51, 76, .1);
  --radius-lg: 28px;
  --radius-md: 18px;
  --container: 1160px;
  color: var(--navy);
  background: var(--background);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background: radial-gradient(circle at 90% 3%, rgba(174, 225, 232, .34), transparent 25rem), var(--background);
  color: var(--text);
  line-height: 1.75;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, strong { color: var(--navy); }
h1, h2, h3 { text-wrap: balance; line-break: strict; }
@supports (word-break: auto-phrase) { h1, h2, h3 { word-break: auto-phrase; } }

.skip-link {
  position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-150%);
  border-radius: 8px; padding: 10px 16px; background: var(--navy); color: #fff;
}
.skip-link:focus { transform: translateY(0); }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { position: relative; padding: 88px 0; }

.site-header {
  position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(200, 217, 227, .72);
  background: rgba(244, 248, 251, .88); backdrop-filter: blur(16px);
}
.header-inner, .footer-inner {
  display: flex; min-height: 86px; align-items: center; justify-content: space-between; gap: 24px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { flex: 0 0 auto; border-radius: 11px; box-shadow: 0 8px 20px rgba(8, 111, 126, .18); }
.brand span { display: grid; line-height: 1.2; }
.brand strong { font-size: 1.08rem; letter-spacing: -.02em; }
.brand small { margin-top: 4px; color: var(--muted); font-size: .68rem; }
.site-nav { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.site-nav a { display: inline-flex; min-height: 44px; align-items: center; color: #52687d; font-size: .82rem; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: var(--teal-dark); }
.site-nav a[aria-current="page"] { color: var(--teal-dark); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.nav-toggle { display: none; min-height: 44px; border: 1px solid #a5c9d1; border-radius: 9px; padding: 8px 12px; background: #fff; color: var(--teal-dark); font-size: .78rem; font-weight: 800; }

.button {
  display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 13px;
  border: 1px solid transparent; border-radius: 12px; padding: 14px 24px; font-weight: 800;
  line-height: 1.25; text-decoration: none; cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
  outline: 3px solid rgba(25, 170, 181, .32); outline-offset: 3px;
}
.button-primary { background: var(--teal); color: #fff; box-shadow: 0 13px 30px rgba(4, 128, 139, .22); }
.button-primary:hover { background: var(--teal-dark); box-shadow: 0 16px 34px rgba(4, 128, 139, .28); }
.button-outline { border-color: #a5c9d1; background: rgba(255, 255, 255, .72); color: var(--teal-dark); }
.button-outline:hover { background: #fff; }
.button-small { min-height: 44px; padding: 10px 18px; font-size: .88rem; }

.hero { padding-top: 100px; overflow: hidden; }
.hero::before, .hero::after { position: absolute; content: ""; border-radius: 999px; pointer-events: none; }
.hero::before { width: 480px; height: 480px; top: -170px; right: -120px; background: rgba(183, 225, 232, .26); }
.hero::after { width: 220px; height: 220px; top: 230px; left: -130px; border: 48px solid rgba(214, 232, 240, .45); }
.hero-copy { position: relative; z-index: 1; max-width: 1080px; }
.eyebrow-pill {
  display: inline-flex; margin-bottom: 26px; border: 1px solid #a9d1d8; border-radius: 999px;
  padding: 8px 15px; background: rgba(255, 255, 255, .65); color: var(--teal-dark);
  font-size: .8rem; font-weight: 800; letter-spacing: .04em;
}
.hero h1 { max-width: 1040px; margin-bottom: 12px; color: var(--navy); font-size: clamp(2.55rem, 4.1vw, 3.75rem); font-weight: 800; letter-spacing: -.045em; line-height: 1.3; }
.hero h1 span { color: var(--teal-dark); }
.hero-statement { margin-bottom: 24px; color: var(--teal-dark); font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 800; letter-spacing: -.025em; }
.hero-lead { max-width: 760px; margin-bottom: 20px; color: #50667c; font-size: clamp(1rem, 1.5vw, 1.15rem); line-height: 2; }
.hero-target { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 32px; color: #5d7288; font-size: .86rem; font-weight: 700; }
.hero-target span { display: inline-grid; width: 21px; height: 21px; place-items: center; border-radius: 999px; background: var(--teal-pale); color: var(--teal); font-size: .75rem; }

.product-window {
  position: relative; z-index: 1; margin-top: 68px; overflow: hidden; border: 1px solid #c4dce5;
  border-radius: var(--radius-lg); background: #fff; box-shadow: 0 42px 80px rgba(27, 56, 80, .17);
}
.window-bar { display: flex; min-height: 63px; align-items: center; justify-content: space-between; border-bottom: 1px solid #dce7ed; padding: 0 24px; background: #fff; }
.window-brand, .window-user { display: flex; align-items: center; gap: 9px; }
.window-brand strong { font-size: .82rem; }
.window-user { color: #607287; font-size: .7rem; font-weight: 700; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #46b893; box-shadow: 0 0 0 4px rgba(70, 184, 147, .12); }
.dashboard-shell { display: grid; min-height: 465px; grid-template-columns: 150px 1fr; background: #f6f9fb; }
.dashboard-sidebar { display: flex; flex-direction: column; gap: 17px; border-right: 1px solid #dfe9ee; padding: 32px 23px; background: #153a4a; }
.sidebar-line { display: block; width: 86px; height: 9px; border-radius: 999px; background: rgba(255, 255, 255, .24); }
.sidebar-line.active { width: 104px; height: 34px; background: rgba(65, 192, 205, .38); }
.sidebar-line.short { width: 62px; }
.dashboard-main { padding: 32px; }
.dashboard-heading, .mock-card-title, .master-content-title { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.dashboard-heading { margin-bottom: 22px; }
.dashboard-heading h2 { margin: 2px 0 0; font-size: 1.3rem; }
.mock-label, .master-content-title small { color: var(--teal); font-size: .6rem; font-weight: 900; letter-spacing: .12em; }
.mock-chip { border: 1px solid #c6dce4; border-radius: 999px; padding: 7px 12px; background: #fff; color: #63778c; font-size: .66rem; font-weight: 800; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.metric-card, .chart-card, .action-card { border: 1px solid #d8e5ec; border-radius: 13px; background: #fff; }
.metric-card { display: grid; min-height: 117px; align-content: center; padding: 16px; }
.metric-card.accent { border-color: #8ed2d8; background: #effafa; }
.metric-card small, .metric-card span { color: #7a8b9c; font-size: .59rem; font-weight: 700; }
.metric-card strong { margin: 2px 0; font-size: 1.7rem; line-height: 1.2; }
.metric-card strong em { margin-left: 3px; color: #5d7185; font-size: .6rem; font-style: normal; }
.metric-card .positive { color: #229272; }
.dashboard-panels { display: grid; grid-template-columns: 1.45fr 1fr; gap: 12px; margin-top: 13px; }
.chart-card, .action-card { min-height: 206px; padding: 18px; }
.mock-card-title { margin-bottom: 15px; font-size: .7rem; }
.mock-card-title span { color: var(--teal); font-size: .58rem; font-weight: 800; }
.bar-row { display: grid; align-items: center; grid-template-columns: 64px 1fr 25px; gap: 9px; margin-top: 12px; color: #64768a; font-size: .6rem; font-weight: 700; }
.bar-row i { height: 8px; overflow: hidden; border-radius: 999px; background: #edf2f5; }
.bar-row b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #06929d, #3bb9c1); }
.bar-row .value-96 { width: 96%; }.bar-row .value-86 { width: 86%; }.bar-row .value-71 { width: 71%; }.bar-row .value-33 { width: 33%; }
.bar-row em { color: var(--navy); font-style: normal; }
.action-item { display: flex; align-items: flex-start; gap: 10px; border-top: 1px solid #edf2f5; padding: 14px 0; }
.action-item strong, .action-item small { display: block; }
.action-item strong { font-size: .64rem; }
.action-item small { margin-top: 3px; color: #7b8c9d; font-size: .55rem; }
.alert-dot { flex: 0 0 auto; width: 9px; height: 9px; margin-top: 5px; border-radius: 50%; background: #e9a85f; }
.alert-dot.blue { background: #49a5c3; }

.partner-lockup { position: relative; z-index: 2; display: flex; width: fit-content; max-width: calc(100% - 84px); align-items: center; justify-content: center; gap: 13px; border: 1px solid #bdd9df; border-radius: 999px; margin: -27px auto 18px; padding: 11px 20px; background: #fff; box-shadow: 0 14px 32px rgba(32, 66, 91, .09); }
.partner-lockup span { color: #607688; font-size: .68rem; font-weight: 800; }
.partner-lockup .partner-name { color: var(--navy); font-size: .85rem; font-weight: 850; text-decoration-thickness: 1px; text-underline-offset: 4px; }
.partner-lockup .partner-name::after, .support-partners a::after, .footer-partners a::after, .definition-list a[target="_blank"]::after { margin-left: 3px; content: "↗"; font-size: .72em; }
.partner-lockup b { color: var(--teal); font-size: 1.1rem; }
.entry-grid { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 0 42px; }
.entry-card { border: 1px solid #d2e2e9; border-radius: var(--radius-md); padding: 28px; background: rgba(255, 255, 255, .97); box-shadow: 0 18px 35px rgba(32, 66, 91, .09); }
.entry-status { display: inline-flex; border-radius: 999px; padding: 5px 10px; background: var(--teal-pale); color: var(--teal-dark); font-size: .7rem; font-weight: 900; }
.entry-card h2 { margin: 14px 0 8px; font-size: 1.08rem; }
.entry-card p, .feature-card > p, .outcome-card p { margin: 0; color: var(--muted); font-size: .82rem; }
.entry-card a { display: inline-flex; min-height: 44px; align-items: center; gap: 9px; margin-top: 15px; color: var(--teal-dark); font-size: .76rem; font-weight: 900; text-underline-offset: 4px; }
.role-number, .feature-summary > span, .outcome-card > span { color: var(--teal); font-size: .66rem; font-weight: 900; letter-spacing: .12em; }

.section-label { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--teal); font-size: .76rem; font-weight: 900; letter-spacing: .13em; }
.section-label::before { width: 26px; height: 2px; content: ""; background: currentColor; }
.section-heading { max-width: 810px; margin-bottom: 44px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .section-label { justify-content: center; }
.section-heading h2, .master-copy h2, .support-copy h2, .contact-copy h2 {
  margin-bottom: 20px; color: var(--navy); font-size: clamp(2rem, 3.3vw, 2.85rem); letter-spacing: -.035em; line-height: 1.4;
}
.section-heading p:last-child, .master-copy > p, .support-copy > p, .contact-copy > p { max-width: 770px; margin-bottom: 0; color: var(--muted); }

.problem-section { background: #fff; }
.problem-layout { display: grid; align-items: center; grid-template-columns: .9fr 1.1fr; gap: 90px; }
.sheet-stack { position: relative; min-height: 540px; }
.sheet { position: absolute; inset: 30px 28px 0 0; border: 1px solid #cddce4; border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
.sheet-back { inset: 0 0 45px 55px; display: flex; flex-direction: column; gap: 16px; transform: rotate(4deg); padding: 70px 42px; background: #eef5f8; }
.sheet-back span { display: block; height: 12px; border-radius: 999px; background: #d6e4ea; }
.sheet-back span:nth-child(2) { width: 72%; }
.sheet-back span:nth-child(3) { width: 88%; }
.sheet-front { padding: 31px; }
.sheet-title { display: flex; align-items: center; justify-content: space-between; border-bottom: 2px solid var(--teal); padding-bottom: 16px; }
.sheet-title span { color: #8da0b1; font-size: .64rem; }
.sheet-front ul { margin: 0; padding: 0; list-style: none; }
.sheet-front li { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #e3ebef; padding: 20px 4px; color: #50657a; font-size: .82rem; font-weight: 700; }
.sheet-front li b { display: grid; flex: 0 0 auto; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: #fcebdc; color: #c97933; font-size: .7rem; }
.list-kicker { margin-bottom: 15px; color: #6a7c8d; font-size: .76rem; font-weight: 800; }
.issue-list article { display: grid; grid-template-columns: 38px 1fr; gap: 20px; border-top: 1px solid #dae5ea; padding: 19px 0; }
.issue-list article > span { color: var(--teal); font-size: .68rem; font-weight: 900; }
.issue-list h3 { margin: 0 0 5px; font-size: 1rem; }
.issue-list p { margin: 0; color: var(--muted); font-size: .8rem; }
.issue-more { border: 0; }
.issue-more > summary { display: none; }
.issue-more > summary::marker { content: ""; }
.bridge-copy { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 72px 0 -14px; color: var(--teal-dark); font-weight: 900; }
.bridge-copy::before, .bridge-copy::after { width: min(12vw, 130px); height: 1px; content: ""; background: #b6d6dc; }

.support-section { overflow: hidden; background: radial-gradient(circle at 9% 88%, rgba(128, 216, 220, .16), transparent 20rem), #f3f8fa; }
.support-layout { display: grid; align-items: center; grid-template-columns: .92fr 1.08fr; gap: 74px; }
.support-copy h2 { max-width: 590px; }
.support-partners { display: grid; align-items: center; grid-template-columns: 1fr auto 1fr; gap: 14px; margin-top: 34px; }
.support-partners > div { display: grid; min-height: 104px; align-content: center; border: 1px solid #c9e0e5; border-radius: 16px; padding: 20px; background: rgba(255, 255, 255, .84); }
.support-partners span { color: #657b8d; font-size: .68rem; font-weight: 800; }
.support-partners strong { margin-top: 5px; font-size: 1.05rem; }
.support-partners a { text-decoration-thickness: 1px; text-underline-offset: 4px; }
.support-partners > b { color: var(--teal); font-size: 1.35rem; }
.support-paths { overflow: hidden; border: 1px solid #c8dde4; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); }
.support-paths article { display: grid; grid-template-columns: 45px 1fr; gap: 16px; padding: 32px; }
.support-paths article + article { border-top: 1px solid #dce7eb; }
.support-paths article > span { color: var(--teal); font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.support-paths article p { margin-bottom: 5px; color: var(--teal-dark); font-size: .78rem; font-weight: 900; }
.support-paths article h3 { margin-bottom: 14px; font-size: 1.08rem; }
.support-paths ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.support-paths li { border-radius: 999px; padding: 7px 11px; background: #eff7f8; color: #597183; font-size: .78rem; font-weight: 700; }

.solution-section { background: linear-gradient(180deg, #f4f8fb, #eef5f8); }
.flow-card { display: grid; align-items: center; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr; border: 1px solid #cfe1e8; border-radius: var(--radius-lg); padding: 46px 34px; background: #fff; box-shadow: var(--shadow); }
.flow-step { text-align: center; }
.flow-step > span { display: block; color: #5c7183; font-size: .75rem; font-weight: 900; }
.flow-step i, .feature-summary > i { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 16px; margin: 10px auto 15px; background: var(--teal-pale); color: var(--teal); font-size: 1.15rem; font-style: normal; font-weight: 900; }
.flow-step h3 { margin-bottom: 8px; font-size: .93rem; }
.flow-step p { margin: 0; color: var(--muted); font-size: .75rem; line-height: 1.65; }
.flow-arrow { color: #9ab1bd; font-weight: 900; }
.capability-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin-top: 30px; }
.capability-row span { border: 1px solid #b9d4db; border-radius: 999px; padding: 8px 16px; background: rgba(255,255,255,.8); color: #547080; font-size: .73rem; font-weight: 800; }

.roles-section { background: #fff; }
.role-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.role-card { position: relative; min-height: 286px; overflow: hidden; border: 1px solid #d5e2e9; border-radius: var(--radius-md); padding: 32px; background: linear-gradient(145deg, #fff, #f8fbfc); }
.role-card::after { position: absolute; right: -36px; bottom: -55px; width: 150px; height: 150px; content: ""; border-radius: 50%; background: rgba(209, 235, 239, .35); }
.role-summary { display: block; cursor: pointer; }
.role-summary::marker, .feature-summary::marker, .ai-list-title::marker { content: ""; }
.role-summary::-webkit-details-marker, .feature-summary::-webkit-details-marker, .ai-list-title::-webkit-details-marker { display: none; }
.role-number { position: absolute; top: 27px; right: 28px; }
.role-icon { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 13px; margin-bottom: 20px; background: var(--teal); color: #fff; font-weight: 900; }
.role-name { margin-bottom: 8px; color: var(--teal-dark); font-size: .75rem; font-weight: 900; }
.role-card h3 { max-width: 390px; margin-bottom: 12px; font-size: 1.15rem; line-height: 1.5; }
.role-card > p:last-child { max-width: 450px; margin-bottom: 0; color: var(--muted); font-size: .82rem; }

.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 250px; border: 1px solid #d2e1e7; border-radius: var(--radius-md); padding: 26px; background: #fff; transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease; }
.feature-card:hover { transform: translateY(-4px); border-color: #a9d0d6; box-shadow: 0 18px 38px rgba(31, 70, 94, .09); }
.feature-summary { display: block; cursor: pointer; }
.feature-summary > i { margin: 19px 0; }
.feature-card h3 { margin-bottom: 9px; font-size: 1rem; }

.ai-section { overflow: hidden; background: radial-gradient(circle at 80% 30%, rgba(17, 145, 155, .25), transparent 26rem), #12283e; color: #d7e1e9; }
.ai-layout, .master-layout, .contact-layout { display: grid; align-items: center; grid-template-columns: .88fr 1.12fr; gap: 80px; }
.section-label.light { color: #64d0d6; }
.ai-copy h2 { margin-bottom: 24px; color: #fff; font-size: clamp(2.1rem, 3.6vw, 3rem); letter-spacing: -.04em; line-height: 1.35; }
.ai-copy h2 span { color: #72d2d6; }
.ai-copy > p:not(.section-label) { color: #b7c7d2; }
.human-decision { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 32px; }
.human-decision span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(107, 216, 221, .5); border-radius: 12px; color: #80dce0; font-size: .76rem; font-weight: 900; }
.human-decision strong { color: #edf6f7; font-size: .75rem; }
.human-decision i { color: #6b899a; font-style: normal; }
.ai-compare { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.ai-list { min-height: 390px; border: 1px solid rgba(181, 219, 226, .18); border-radius: 20px; padding: 30px; background: rgba(255, 255, 255, .07); backdrop-filter: blur(6px); }
.ai-list.does { border-color: rgba(83, 200, 206, .38); background: rgba(7, 137, 147, .18); }
.ai-list-title { display: flex; align-items: center; gap: 12px; margin-bottom: 23px; cursor: pointer; }
.ai-list-title span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: rgba(83, 207, 213, .17); color: #76d6da; font-weight: 900; }
.ai-list-title h3 { margin: 0; color: #fff; font-size: 1rem; }
.ai-list ul { margin: 0; padding: 0; list-style: none; }
.ai-list li { border-top: 1px solid rgba(210, 230, 235, .13); padding: 17px 0; color: #d3e0e8; font-size: .78rem; }

.master-section { background: #fff; }
.master-layout { grid-template-columns: .83fr 1.17fr; }
.check-list { margin: 34px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 13px; border-top: 1px solid #dce6eb; padding: 17px 0; }
.check-list li > span { display: grid; flex: 0 0 auto; width: 24px; height: 24px; place-items: center; border-radius: 50%; background: var(--teal-pale); color: var(--teal); font-size: .7rem; font-weight: 900; }
.check-list strong, .check-list small { display: block; }
.check-list strong { font-size: .85rem; }
.check-list small { margin-top: 2px; color: var(--muted); font-size: .73rem; }
.master-window { overflow: hidden; border: 1px solid #cadde5; border-radius: 22px; background: #f6f9fb; box-shadow: var(--shadow); }
.mini-window-top { display: flex; align-items: center; gap: 7px; border-bottom: 1px solid #dfe9ee; padding: 16px 20px; background: #fff; }
.mini-window-top > span { width: 8px; height: 8px; border-radius: 50%; background: #d4dfe5; }
.mini-window-top strong { margin-left: 8px; font-size: .66rem; }
.master-tabs { display: flex; gap: 4px; border-bottom: 1px solid #dce7ed; padding: 13px 16px 0; background: #fff; }
.master-tabs span { padding: 8px 10px; color: #586e80; font-size: .57rem; font-weight: 800; }
.master-tabs .active { border-bottom: 2px solid var(--teal); color: var(--teal-dark); }
.master-content { padding: 30px; }
.master-content-title > div { display: grid; }
.master-content-title strong { font-size: 1rem; }
.mock-button { border-radius: 8px; padding: 8px 13px; background: var(--teal); color: #fff; font-size: .58rem; font-weight: 800; }
.master-table { overflow: hidden; border: 1px solid #d6e3e9; border-radius: 12px; margin-top: 23px; background: #fff; }
.master-table > div { display: grid; grid-template-columns: 1.4fr 1fr .65fr; border-top: 1px solid #e0e9ed; padding: 15px 17px; color: #5a6e82; font-size: .64rem; }
.master-table .table-head { border-top: 0; background: #edf4f7; color: #536a7c; font-weight: 800; }
.master-table b { color: #1d745f; font-size: .6rem; }

.outcomes-section { background: linear-gradient(180deg, #f4f8fb, #edf4f7); }
.outcome-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.outcome-card { min-height: 210px; border: 1px solid #d4e2e8; border-radius: var(--radius-md); padding: 26px; background: #fff; }
.outcome-card:nth-child(1), .outcome-card:nth-child(2), .outcome-card:nth-child(3) { grid-column: span 2; }
.outcome-card:nth-child(4) { grid-column: 2 / span 2; }
.outcome-card:nth-child(5) { grid-column: span 2; }
.outcome-card h3 { margin: 23px 0 9px; font-size: 1rem; }

.pricing-section { overflow: hidden; background: #fff; }
.pricing-layout { display: grid; align-items: center; grid-template-columns: .9fr 1.1fr; gap: 76px; }
.pricing-copy h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.5vw, 3rem); letter-spacing: -.04em; line-height: 1.35; }
.pricing-copy > p:not(.section-label) { max-width: 600px; margin-bottom: 30px; color: var(--muted); }
.pricing-card { display: grid; overflow: hidden; border: 1px solid #bcd8df; border-radius: var(--radius-lg); background: linear-gradient(145deg, #f8fcfd, #edf8f8); box-shadow: var(--shadow); }
.price-main, .price-amount, .price-over { display: flex; min-height: 88px; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid #d4e6ea; padding: 22px 30px; }
.pricing-card span { color: #60778a; font-size: .78rem; font-weight: 800; }
.price-main strong, .price-over strong { font-size: 1.12rem; }
.price-amount { min-height: 130px; background: #fff; }
.price-amount strong { color: var(--teal-dark); font-size: clamp(2.6rem, 5vw, 4.3rem); letter-spacing: -.055em; line-height: 1; }
.price-amount small { margin-left: 6px; color: var(--teal-dark); font-size: .28em; }
.pricing-card > p { margin: 0; padding: 22px 30px 26px; color: #5a7184; font-size: .78rem; }

.button-white { position: relative; z-index: 1; background: #fff; color: var(--teal-dark); box-shadow: 0 12px 25px rgba(2, 62, 68, .18); }

.contact-section { background: #eef4f7; }
.contact-layout { align-items: start; grid-template-columns: .8fr 1.2fr; }
.contact-copy { position: sticky; top: 32px; }
.contact-copy > p { line-height: 1.95; }
.contact-points { margin: 32px 0; padding: 0; list-style: none; }
.contact-points li { display: flex; align-items: flex-start; gap: 10px; margin-top: 13px; color: #5b7084; font-size: .82rem; font-weight: 700; }
.contact-points span { color: var(--teal); font-weight: 900; }
.contact-email { display: inline-flex; min-height: 44px; align-items: center; color: var(--teal-dark); font-size: .82rem; font-weight: 800; text-underline-offset: 4px; }
.contact-form { border: 1px solid #d1e1e7; border-radius: var(--radius-lg); padding: 44px; background: #fff; box-shadow: var(--shadow); }
.field, .field-row { margin-bottom: 22px; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field-row .field { margin-bottom: 0; }
.field label { display: block; margin-bottom: 8px; color: var(--navy); font-size: .8rem; font-weight: 800; }
.field label span { border-radius: 4px; margin-left: 5px; padding: 2px 5px; background: #e4f4f4; color: var(--teal-dark); font-size: .56rem; vertical-align: 1px; }
.field label small { margin-left: 5px; color: #5d7182; font-size: .62rem; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cbdbe3; border-radius: 10px; padding: 13px 14px; background: #fbfcfd; color: var(--navy); transition: border-color 160ms ease, background 160ms ease; }
.field input, .field select { min-height: 50px; }
.field textarea { min-height: 150px; resize: vertical; }
.field input:hover, .field select:hover, .field textarea:hover { border-color: #9ebfc9; background: #fff; }
.consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 24px; color: #607489; font-size: .78rem; cursor: pointer; }
.consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 3px; accent-color: var(--teal); }
.submit-button { width: 100%; border: 0; }
.form-note { margin: 12px 0 0; color: #5d7182; font-size: .75rem; text-align: center; }
.form-note.error { color: #a13b3b; font-weight: 800; }
.form-note.success { color: #16745f; font-weight: 800; }
.honeypot { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }
.consent a { color: var(--teal-dark); font-weight: 800; text-underline-offset: 3px; }

.faq-section { background: #f7fafc; }
.faq-list { max-width: 880px; margin-inline: auto; }
.faq-list details { border: 1px solid #d2e2e9; border-radius: 14px; margin-top: 14px; padding: 0 22px; background: #fff; }
.faq-list summary { padding: 20px 32px 20px 0; color: var(--navy); font-weight: 850; cursor: pointer; }
.faq-list p { border-top: 1px solid #e4ecef; margin: 0; padding: 18px 0 22px; color: var(--muted); font-size: .84rem; }

.site-footer { border-top: 1px solid #d9e4e9; background: #fff; }
.footer-inner { min-height: 150px; }
.footer-links { display: flex; max-width: 460px; flex-wrap: wrap; justify-content: center; gap: 7px 16px; }
.footer-links a { color: #526b7e; font-size: .7rem; font-weight: 700; text-underline-offset: 3px; }
.footer-meta { color: #5e7181; font-size: .7rem; text-align: right; }
.footer-meta p { margin: 3px 0; }
.footer-partners { display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.footer-partners a { color: var(--teal-dark); font-weight: 800; text-underline-offset: 3px; }
.reveal.is-visible { animation: reveal-in 620ms ease both; }
@keyframes reveal-in { from { opacity: .25; transform: translateY(14px); } to { opacity: 1; transform: none; } }

.content-page { background: #f5f9fb; }
.content-hero { padding: 64px 0 48px; background: linear-gradient(145deg, #eef7f9, #fff); }
.breadcrumbs { display: flex; align-items: center; gap: 8px; margin-bottom: 22px; color: #65798b; font-size: .74rem; font-weight: 700; }
.breadcrumbs a { display: inline-flex; min-height: 44px; align-items: center; color: var(--teal-dark); text-underline-offset: 3px; }
.content-hero .eyebrow-pill { margin-bottom: 18px; }
.content-hero h1 { max-width: 900px; margin-bottom: 18px; font-size: clamp(2.15rem, 4.2vw, 3.2rem); font-weight: 800; letter-spacing: -.04em; line-height: 1.35; }
.content-hero p { max-width: 780px; color: var(--muted); font-size: 1.02rem; }
.content-body { padding: 56px 0 88px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 46px; }
.article-card { border: 1px solid #d4e3e9; border-radius: 20px; padding: 42px; background: #fff; }
.article-card + .article-card { margin-top: 20px; }
.article-card h2 { margin-top: 12px; font-size: clamp(1.5rem, 2.6vw, 1.9rem); line-height: 1.45; }
.article-card h3 { margin-top: 28px; font-size: 1.16rem; }
.article-card p, .article-card li { color: #536a7f; font-size: 1rem; }
.article-card li + li { margin-top: 8px; }
.page-aside { position: sticky; top: 112px; align-self: start; border-radius: 18px; padding: 28px; background: #06717a; color: #fff; }
.page-aside h2 { color: #fff; font-size: 1.2rem; }
.page-aside p { color: #fff; font-size: .9rem; }
.page-aside .button { width: 100%; margin-top: 12px; }
.related-links { display: grid; gap: 9px; margin-top: 30px; }
.related-links a { border-bottom: 1px solid #dce7eb; padding: 10px 0; color: var(--teal-dark); font-weight: 800; text-decoration: none; }
.definition-list { display: grid; grid-template-columns: 160px 1fr; margin: 0; }
.definition-list dt, .definition-list dd { border-top: 1px solid #e0e9ed; margin: 0; padding: 18px 0; }
.definition-list dt { color: var(--navy); font-weight: 850; }
.definition-list dd { color: var(--muted); }
.complete-card { max-width: 720px; margin: 80px auto; text-align: center; }

@media (max-width: 960px) {
  .section { padding: 88px 0; }
  .dashboard-shell { grid-template-columns: 105px 1fr; }
  .dashboard-sidebar { padding: 28px 17px; }
  .sidebar-line { width: 58px; }
  .sidebar-line.active { width: 70px; }
  .entry-grid { padding-inline: 20px; }
  .problem-layout, .support-layout, .ai-layout, .master-layout, .contact-layout, .pricing-layout { grid-template-columns: 1fr; gap: 54px; }
  .sheet-stack { width: min(100%, 620px); margin: auto; }
  .flow-card { overflow-x: auto; grid-template-columns: 150px 25px 150px 25px 150px 25px 150px 25px 150px; justify-content: start; }
  .role-grid, .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-copy { position: static; }
  .site-nav { display: none; position: absolute; top: 76px; right: 24px; flex-direction: column; align-items: stretch; border: 1px solid #cadde5; border-radius: 12px; padding: 16px 20px; background: #fff; box-shadow: var(--shadow); }
  .site-nav a { min-height: 44px; }
  .site-nav.open { display: flex; }
  .nav-toggle { display: inline-flex; align-items: center; margin-left: auto; }
  .content-grid { grid-template-columns: 1fr; }
  .page-aside { position: static; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 56px 0; }
  .header-inner { min-height: 72px; }
  .brand { min-height: 44px; }
  .brand strong { font-size: .95rem; }
  .brand small { display: none; }
  .header-inner .button { min-height: 44px; padding: 9px 12px; font-size: .76rem; }
  .site-nav { top: 66px; right: 16px; min-width: 160px; gap: 0; padding: 10px 14px; }
  .site-nav a { padding: 8px 6px; font-size: .82rem; }
  .hero { padding-top: 52px; }
  .eyebrow-pill { display: inline-block; max-width: 100%; line-height: 1.55; white-space: normal; }
  .hero h1 { font-size: clamp(2rem, 9.2vw, 2.35rem); line-height: 1.38; }
  .hero-statement { margin-bottom: 18px; }
  .hero-lead { line-height: 1.85; }
  .hero-target { font-size: .88rem; }
  .hero .button-primary { width: 100%; }
  .product-window { margin-top: 42px; border-radius: 19px; }
  .window-bar { min-height: 52px; padding: 0 14px; }
  .window-user { display: none; }
  .dashboard-shell { min-height: 360px; grid-template-columns: 1fr; }
  .dashboard-sidebar { display: none; }
  .dashboard-main { padding: 16px; }
  .dashboard-heading { align-items: flex-start; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .dashboard-panels { grid-template-columns: 1fr; }
  .action-card { display: none; }
  .chart-card { min-height: 170px; padding: 14px; }
  .bar-row { margin-top: 8px; }
  .metric-card { min-height: 88px; padding: 11px; }
  .metric-card strong { font-size: 1.4rem; }
  .partner-lockup { display: grid; width: 100%; max-width: none; grid-template-columns: 1fr auto 1fr; gap: 3px 10px; margin: -20px 0 14px; border-radius: 18px; padding: 14px 16px; text-align: center; }
  .partner-lockup span:first-child { grid-column: 1; grid-row: 1; }
  .partner-lockup .partner-name:first-of-type { grid-column: 1; grid-row: 2; }
  .partner-lockup b { grid-column: 2; grid-row: 1 / span 2; align-self: center; }
  .partner-lockup .partner-name:nth-of-type(2) { grid-column: 3; grid-row: 2; }
  .partner-lockup span:last-child { grid-column: 3; grid-row: 1; }
  .partner-lockup span { font-size: .62rem; }
  .partner-lockup .partner-name { font-size: .78rem; line-height: 1.35; }
  .entry-grid { grid-template-columns: 1fr; gap: 12px; padding: 0; }
  .entry-card { padding: 22px; }
  .entry-card h2 { font-size: 1rem; }
  .entry-card p { font-size: .875rem; }
  .entry-card a { font-size: .8rem; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .master-copy h2, .support-copy h2, .contact-copy h2 { font-size: clamp(1.7rem, 7.6vw, 2rem); line-height: 1.45; }
  .section-heading h2 br { display: none; }
  .problem-layout { gap: 0; }
  .sheet-stack { display: none; }
  .issue-list article { gap: 12px; padding: 16px 0; }
  .issue-list h3 { font-size: .98rem; }
  .issue-list p { font-size: .875rem; }
  .issue-more > summary { display: flex; min-height: 48px; align-items: center; justify-content: space-between; border-top: 1px solid #dae5ea; padding: 14px 0; color: var(--teal-dark); font-size: .84rem; font-weight: 900; cursor: pointer; }
  .issue-more[open] > summary span { transform: rotate(45deg); }
  .bridge-copy { margin-top: 30px; font-size: .82rem; text-align: center; }
  .support-layout { gap: 34px; }
  .support-partners { grid-template-columns: 1fr auto 1fr; gap: 8px; margin-top: 24px; }
  .support-partners > div { min-height: 88px; padding: 14px; }
  .support-partners span { font-size: .62rem; }
  .support-partners strong { font-size: .88rem; }
  .support-paths article { grid-template-columns: 32px 1fr; gap: 10px; padding: 23px 20px; }
  .support-paths article p { font-size: .8rem; }
  .support-paths article h3 { font-size: 1rem; }
  .support-paths ul { display: grid; gap: 4px; }
  .support-paths li { border-radius: 8px; padding: 7px 10px; font-size: .82rem; }
  .flow-card { grid-template-columns: 1fr; gap: 0; overflow: visible; padding: 16px 20px; }
  .flow-step { display: grid; align-items: center; grid-template-columns: 28px 40px 1fr; gap: 2px 10px; border-bottom: 1px solid #e2eaee; padding: 13px 0; text-align: left; }
  .flow-step:last-of-type { border-bottom: 0; }
  .flow-step > span { grid-column: 1; grid-row: 1 / span 2; }
  .flow-step i { width: 38px; height: 38px; grid-column: 2; grid-row: 1 / span 2; margin: 0; border-radius: 11px; font-size: .9rem; }
  .flow-step h3 { grid-column: 3; grid-row: 1; margin: 0; font-size: .94rem; }
  .flow-step p { grid-column: 3; grid-row: 2; font-size: .82rem; }
  .flow-arrow { display: none; }
  .capability-row { gap: 6px; margin-top: 22px; }
  .capability-row span { padding: 7px 11px; font-size: .72rem; }
  .role-grid, .feature-grid, .ai-compare { grid-template-columns: 1fr; }
  .role-grid, .feature-grid { gap: 10px; }
  .role-card { min-height: auto; padding: 18px 20px; }
  .role-card::after { display: none; }
  .role-summary { position: relative; display: grid; align-items: center; grid-template-columns: 44px 1fr; gap: 2px 14px; padding-right: 26px; }
  .role-summary::after, .feature-summary::after, .ai-list-title::after { position: absolute; right: 0; content: "+"; color: var(--teal); font-size: 1.2rem; font-weight: 500; }
  .role-card[open] .role-summary::after, .feature-card[open] .feature-summary::after, .ai-list[open] .ai-list-title::after { content: "−"; }
  .role-number { display: none; }
  .role-icon { width: 42px; height: 42px; grid-column: 1; grid-row: 1 / span 2; margin: 0; }
  .role-name { grid-column: 2; grid-row: 1; margin: 0; font-size: .78rem; }
  .role-card h3 { grid-column: 2; grid-row: 2; margin: 2px 0 0; font-size: .98rem; }
  .role-card > p:last-child { margin-top: 16px; font-size: .875rem; }
  .feature-card { min-height: auto; padding: 0; }
  .feature-card:hover { transform: none; box-shadow: none; }
  .feature-summary { position: relative; display: grid; min-height: 66px; align-items: center; grid-template-columns: 24px 42px 1fr; gap: 10px; padding: 12px 46px 12px 16px; }
  .feature-summary::after { right: 17px; }
  .feature-summary > i { width: 40px; height: 40px; margin: 0; border-radius: 11px; font-size: .9rem; }
  .feature-card h3 { margin: 0; font-size: .94rem; }
  .feature-card > p { padding: 0 18px 18px 92px; font-size: .875rem; }
  .feature-card:nth-child(n+5) { display: none; }
  .ai-copy h2 { font-size: clamp(1.85rem, 8.4vw, 2.2rem); }
  .human-decision { margin-top: 24px; }
  .ai-list { min-height: auto; padding: 0; }
  .ai-list-title { position: relative; min-height: 68px; margin: 0; padding: 16px 48px 16px 18px; }
  .ai-list-title::after { right: 18px; color: #76d6da; }
  .ai-list ul { padding: 0 20px 12px; }
  .ai-list li { padding: 13px 0; font-size: .875rem; }
  .master-content { padding: 22px 16px; }
  .master-table > div { padding: 12px 10px; font-size: .62rem; }
  .master-table > div:nth-child(n+4) { display: none; }
  .outcome-grid { grid-template-columns: 1fr; }
  .outcome-card:nth-child(n) { display: grid; min-height: auto; grid-column: auto; grid-template-columns: 28px 1fr; gap: 3px 10px; padding: 18px; }
  .outcome-card > span { grid-column: 1; grid-row: 1 / span 2; padding-top: 3px; }
  .outcome-card h3 { grid-column: 2; grid-row: 1; margin: 0; font-size: .98rem; }
  .outcome-card p { grid-column: 2; grid-row: 2; font-size: .875rem; }
  .pricing-layout { gap: 34px; }
  .pricing-copy h2 { font-size: clamp(1.8rem, 8.4vw, 2.2rem); }
  .pricing-copy .button { width: 100%; }
  .price-main, .price-amount, .price-over { min-height: 76px; padding: 18px 20px; }
  .price-amount { min-height: 108px; }
  .price-amount strong { font-size: 2.8rem; }
  .pricing-card > p { padding: 18px 20px 22px; font-size: .84rem; }
  .faq-list details { padding: 0 18px; }
  .faq-list summary { min-height: 56px; padding: 16px 28px 16px 0; font-size: .92rem; }
  .faq-list p { font-size: .875rem; }
  .contact-form { padding: 28px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 22px; }
  .field textarea { min-height: 110px; }
  .consent { font-size: .82rem; }
  .form-note { font-size: .78rem; }
  .footer-inner { align-items: flex-start; flex-direction: column; padding: 28px 0; }
  .footer-links { justify-content: flex-start; gap: 0 18px; }
  .footer-links a { display: inline-flex; min-height: 44px; align-items: center; font-size: .8rem; }
  .footer-meta { text-align: left; }
  .footer-partners { flex-wrap: wrap; justify-content: flex-start; }
  .footer-partners a { display: inline-flex; min-height: 44px; align-items: center; }
  .header-cta { display: none; }
  .content-hero { padding: 50px 0 38px; }
  .content-hero h1 { font-size: clamp(2rem, 9vw, 2.35rem); }
  .content-body { padding: 44px 0 72px; }
  .article-card { padding: 28px 22px; }
  .article-card p, .article-card li, .page-aside p { font-size: .95rem; }
  .definition-list { grid-template-columns: 1fr; }
  .definition-list dt { padding-bottom: 3px; }
  .definition-list dd { border-top: 0; padding-top: 0; }
}

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