:root {
  --charcoal: #1c1d1b;
  --charcoal-soft: #262724;
  --ink: #171815;
  --slate: #666963;
  --stone: #f1efe9;
  --warm-white: #fbfaf6;
  --paper: #ffffff;
  --gold: #b79a61;
  --gold-dark: #8d733f;
  --line: #dcd9d0;
  --dark-line: #3a3b37;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--warm-white); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 100; padding: 12px 16px; color: var(--ink); background: var(--gold); text-decoration: none; }
.skip-link:focus { top: 20px; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; min-height: 74px; align-items: center; gap: 36px; padding: 0 5vw; color: #f5f3ec; background: rgba(28, 29, 27, .97); border-bottom: 1px solid var(--dark-line); }
.brand { display: flex; margin-right: auto; flex-direction: column; text-decoration: none; }
.brand strong { font: 600 15px/1.1 var(--serif); letter-spacing: .14em; }
.brand span { margin-top: 4px; color: #9c9d96; font-size: 7px; letter-spacing: .08em; }
.desktop-nav { display: flex; gap: 28px; }
.desktop-nav a, .nav-demo { color: #c7c7c0; font-size: 11px; text-decoration: none; transition: color .2s ease; }
.desktop-nav a:hover, .nav-demo:hover { color: var(--gold); }
.header-actions { display: flex; align-items: center; gap: 20px; }
.mobile-menu { display: none; }

.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 0 20px; color: #151512; background: var(--gold); border: 1px solid var(--gold); border-radius: 3px; font-size: 11px; font-weight: 700; letter-spacing: .02em; text-decoration: none; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { background: #c4aa75; border-color: #c4aa75; transform: translateY(-1px); }
.button-small { min-height: 36px; padding: 0 14px; }
.button-secondary { color: #efede6; background: transparent; border-color: #686963; }
.button-secondary:hover { color: #fff; background: #2a2b28; border-color: #909188; }
.button-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.text-link { color: var(--gold-dark); font-size: 12px; font-weight: 700; text-decoration: none; }

.section-dark { color: #f6f4ee; background: var(--charcoal); }
.eyebrow { margin: 0 0 20px; color: var(--gold-dark); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.section-dark .eyebrow { color: #c7aa70; }
h1, h2, h3, p { text-wrap: pretty; }
h1, h2, h3 { margin-top: 0; font-family: var(--serif); font-weight: 400; }
h1 em, h2 em { color: #c4a86f; font-style: normal; }

.hero { min-height: calc(100vh - 74px); padding: 110px 6vw 90px; overflow: hidden; }
.hero-copy { max-width: 930px; margin: 0 auto; text-align: center; }
.hero h1 { margin-bottom: 28px; font-size: clamp(54px, 7.2vw, 104px); line-height: .98; letter-spacing: -.055em; }
.hero-lede { max-width: 760px; margin: 0 auto; color: #b8b9b3; font-size: clamp(16px, 1.5vw, 20px); line-height: 1.7; }
.hero .button-row { justify-content: center; margin-top: 34px; }
.powered { margin-top: 19px; color: #7f807a; font-size: 9px; letter-spacing: .1em; }

.dashboard-shell { max-width: 1180px; margin: 82px auto 0; color: var(--ink); background: #f3f1eb; border: 1px solid #4a4b45; border-radius: 8px; box-shadow: 0 38px 90px rgba(0, 0, 0, .36); overflow: hidden; }
.dashboard-bar { display: flex; height: 52px; align-items: center; gap: 24px; padding: 0 22px; background: #fbfaf7; border-bottom: 1px solid var(--line); }
.dashboard-bar strong { font: 600 11px var(--serif); letter-spacing: .12em; }
.dashboard-bar span { padding-left: 24px; color: var(--slate); border-left: 1px solid var(--line); font-size: 10px; }
.dashboard-user { display: grid; width: 27px; height: 27px; margin-left: auto; place-items: center; color: #ece8df; background: #333430; border-radius: 50%; font-size: 8px; }
.dashboard-layout { display: grid; grid-template-columns: 195px minmax(0, 1fr); min-height: 520px; }
.dashboard-layout aside { display: flex; flex-direction: column; gap: 17px; padding: 28px 22px; color: #b3b3ad; background: #232421; text-align: left; }
.dashboard-layout aside p { margin: 8px 0 0; color: #70716c; font-size: 7px; letter-spacing: .14em; }
.dashboard-layout aside b, .dashboard-layout aside span { font-size: 10px; font-weight: 500; }
.dashboard-layout aside b { color: #e1d0a9; }
.dashboard-content { padding: 42px; text-align: left; }
.dashboard-heading { display: flex; align-items: end; justify-content: space-between; }
.dashboard-heading small, .briefing-grid small, .metric-grid small { color: #898a84; font-size: 7px; letter-spacing: .12em; }
.dashboard-heading h2 { margin: 8px 0 0; font-size: 32px; }
.dashboard-heading button { padding: 9px 12px; color: #ece8df; background: #2b2c29; border: 0; border-radius: 3px; font-size: 8px; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 34px; }
.metric-grid article { min-height: 128px; padding: 19px; background: #fff; border: 1px solid var(--line); }
.metric-grid strong { display: block; margin-top: 20px; font: 400 21px var(--serif); }
.metric-grid article > span:not(.metric-line) { display: block; margin-top: 9px; color: var(--slate); font-size: 8px; }
.gold-number { color: var(--gold-dark); }
.metric-line { display: block; height: 3px; margin-top: 17px; background: #e3e0d8; }
.metric-line i { display: block; height: 100%; background: var(--gold); }
.briefing-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 10px; margin-top: 10px; }
.briefing-grid article { padding: 22px; background: #fff; border: 1px solid var(--line); }
.recommendation h3 { margin: 15px 0 7px; font-size: 20px; }
.recommendation p { color: var(--slate); font-size: 10px; line-height: 1.6; }
.recommendation a { color: var(--gold-dark); font-size: 9px; font-weight: 700; text-decoration: none; }
.recent ul { margin: 12px 0 0; padding: 0; list-style: none; }
.recent li { display: flex; gap: 10px; align-items: center; padding: 9px 0; border-bottom: 1px solid #ece9e2; }
.recent li:last-child { border: 0; }
.recent i { display: grid; width: 25px; height: 25px; flex: none; place-items: center; color: var(--gold-dark); background: var(--stone); border-radius: 50%; font: 400 9px var(--serif); }
.recent b, .recent span { display: block; font-size: 8px; }
.recent span { margin-top: 4px; color: var(--slate); }

.editorial-section { display: grid; grid-template-columns: 70px minmax(0, 1.3fr) minmax(260px, .7fr); gap: 5vw; padding: 130px 7vw; }
.section-number { color: #a3a39d; font: 400 14px var(--serif); }
.editorial-heading h2, .section-intro h2 { font-size: clamp(40px, 5vw, 70px); line-height: 1.06; letter-spacing: -.035em; }
.problem { position: relative; background: var(--stone); }
.problem-copy { padding-top: 38px; color: var(--slate); font-size: 15px; line-height: 1.8; }
.problem-copy p:first-child { color: var(--ink); }
.repeat-list { grid-column: 2 / 4; display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 35px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.repeat-list span { padding: 19px 14px; color: var(--slate); border-right: 1px solid var(--line); font-size: 10px; text-align: center; }
.repeat-list span:last-child { border-right: 0; }

.workforce { padding: 130px 7vw; }
.section-intro { max-width: 850px; }
.section-intro > p:last-child { max-width: 620px; color: var(--slate); line-height: 1.7; }
.workforce-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 65px; background: var(--line); border: 1px solid var(--line); }
.workforce-grid article { min-height: 490px; padding: 34px 28px; background: var(--paper); transition: transform .25s ease, box-shadow .25s ease; }
.workforce-grid article:hover { position: relative; z-index: 1; transform: translateY(-4px); box-shadow: 0 20px 48px rgba(28, 29, 27, .1); }
.workforce-grid .executive-card { color: #f1efe8; background: var(--charcoal); }
.division-mark { display: grid; width: 34px; height: 34px; place-items: center; color: var(--gold-dark); border: 1px solid var(--line); border-radius: 50%; font: 400 13px var(--serif); }
.executive-card .division-mark { border-color: var(--dark-line); }
.card-label { margin: 70px 0 14px; color: var(--gold-dark); font-size: 8px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.workforce-grid h3 { min-height: 96px; font-size: 25px; line-height: 1.2; }
.workforce-grid ul { margin: 28px 0 45px; padding: 0; color: var(--slate); list-style: none; }
.workforce-grid li { padding: 8px 0; border-bottom: 1px solid #ebe8e0; font-size: 11px; }
.executive-card li { color: #bbbcb5; border-color: var(--dark-line); }
.workforce-grid a { color: var(--gold-dark); font-size: 10px; font-weight: 700; text-decoration: none; }

.brain { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 8vw; align-items: center; padding: 140px 8vw; overflow: hidden; }
.brain-copy h2 { max-width: 650px; font-size: clamp(44px, 5.4vw, 76px); line-height: 1.04; letter-spacing: -.04em; }
.brain-copy > p:last-child { max-width: 580px; color: #b4b5ae; font-size: 15px; line-height: 1.8; }
.brain-map { position: relative; min-height: 480px; }
.brain-map::before, .brain-map::after { content: ""; position: absolute; background: #484943; }
.brain-map::before { top: 50%; left: 15%; width: 70%; height: 1px; }
.brain-map::after { top: 15%; left: 50%; width: 1px; height: 70%; }
.brain-core, .brain-node { position: absolute; z-index: 1; display: flex; align-items: center; justify-content: center; background: var(--charcoal); border: 1px solid #55564f; }
.brain-core { top: 50%; left: 50%; width: 230px; height: 150px; flex-direction: column; transform: translate(-50%, -50%); border-color: var(--gold-dark); text-align: center; }
.brain-core small { color: var(--gold); font-size: 7px; letter-spacing: .15em; }
.brain-core strong { margin-top: 13px; font: 400 20px var(--serif); }
.brain-core span { margin-top: 8px; color: #91928d; font-size: 8px; }
.brain-node { width: 110px; height: 48px; color: #c0c1bb; font-size: 9px; }
.node-one { top: 7%; left: calc(50% - 55px); }.node-two { top: calc(50% - 24px); right: 2%; }.node-three { bottom: 7%; left: calc(50% - 55px); }.node-four { top: calc(50% - 24px); left: 2%; }
.context-list { grid-column: 1 / 3; display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 25px; border-top: 1px solid var(--dark-line); }
.context-list span { padding: 22px 5px; color: #92938d; font-size: 9px; text-align: center; }

.division-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 135px 8vw; background: var(--stone); }
.division-copy h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.06; }
.division-copy > p { color: var(--slate); line-height: 1.8; }
.feature-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 35px; }
.feature-list span { padding: 9px 11px; background: var(--paper); border: 1px solid var(--line); font-size: 9px; }
.workflow-panel { align-self: center; padding: 32px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(28, 29, 27, .08); }
.workflow-panel > small { color: var(--gold-dark); font-size: 7px; letter-spacing: .14em; }
.workflow-panel > h3 { margin: 12px 0 28px; font-size: 27px; }
.workflow-step { display: grid; grid-template-columns: 28px 1fr auto; gap: 15px; align-items: center; padding: 18px 0; color: #999a94; border-top: 1px solid var(--line); }
.workflow-step i { display: grid; width: 27px; height: 27px; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-size: 7px; font-style: normal; }
.workflow-step b, .workflow-step small { display: block; }
.workflow-step b { color: var(--ink); font: 400 14px var(--serif); }
.workflow-step small { margin-top: 4px; font-size: 8px; }
.workflow-step em { font-size: 8px; font-style: normal; }
.workflow-step.complete i { color: var(--paper); background: var(--charcoal); border-color: var(--charcoal); }
.workflow-step.active em { padding: 6px 9px; color: #57451f; background: #e6d9bb; border-radius: 2px; }

.two-divisions { display: grid; grid-template-columns: 1fr 1fr; }
.two-divisions article { min-height: 560px; padding: 110px 7vw; }
.two-divisions article:first-child { background: var(--warm-white); border-right: 1px solid var(--line); }
.two-divisions article:last-child { background: var(--paper); }
.two-divisions h2 { max-width: 590px; font-size: clamp(38px, 4vw, 58px); line-height: 1.08; }
.two-divisions article > p:not(.eyebrow) { max-width: 530px; color: var(--slate); line-height: 1.8; }
.mini-flow { display: flex; align-items: center; gap: 13px; margin-top: 55px; color: var(--slate); font-size: 9px; }
.mini-flow span { padding: 9px 10px; border: 1px solid var(--line); }
.mini-flow i { color: var(--gold-dark); font-style: normal; }

.briefing { grid-template-columns: 70px minmax(0, 1fr); background: var(--stone); }
.briefing .section-intro { max-width: none; }
.briefing-board { grid-column: 2; color: #eceae3; background: var(--charcoal); box-shadow: 0 30px 80px rgba(28, 29, 27, .18); }
.board-top { display: flex; justify-content: space-between; padding: 19px 23px; border-bottom: 1px solid var(--dark-line); }
.board-top small, .board-top span { color: #84857f; font-size: 7px; letter-spacing: .1em; }
.board-metrics { display: grid; grid-template-columns: repeat(4, 1fr); }
.board-metrics article { padding: 27px; border-right: 1px solid var(--dark-line); }
.board-metrics article:last-child { border: 0; }
.board-metrics small, .board-bottom small { color: #91928c; font-size: 7px; letter-spacing: .12em; }
.board-metrics strong { display: block; margin-top: 22px; font: 400 24px var(--serif); }
.board-metrics p { margin-bottom: 0; color: #8e8f89; font-size: 8px; }
.board-bottom { display: grid; grid-template-columns: 1.3fr 1fr; border-top: 1px solid var(--dark-line); }
.board-bottom article { padding: 34px; }
.board-bottom article:first-child { border-right: 1px solid var(--dark-line); }
.board-bottom h3 { margin: 15px 0 7px; font-size: 24px; }
.board-bottom p { color: #999a94; font-size: 10px; line-height: 1.6; }
.health-row { display: grid; grid-template-columns: 90px 1fr; gap: 12px; align-items: center; margin: 19px 0; color: #bbbcb5; font-size: 8px; }
.health-row i { height: 3px; background: #40413d; }
.health-row b { display: block; height: 100%; background: var(--gold); }

.how { padding: 135px 8vw; }
.how ol { max-width: 1000px; margin: 70px 0 0 auto; padding: 0; list-style: none; }
.how li { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 30px 0; border-top: 1px solid var(--dark-line); }
.how li > span { color: var(--gold); font: 400 13px var(--serif); }
.how li h3 { margin-bottom: 9px; font-size: 25px; }
.how li p { margin: 0; color: #9d9e98; font-size: 12px; line-height: 1.7; }

.replacement { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; padding: 130px 8vw; }
.replacement h2, .pricing h2, .faq h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.06; }
.replacement > div > p:last-child, .pricing-copy > p:last-child, .faq > div > p { color: var(--slate); line-height: 1.8; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; align-self: center; border: 1px solid var(--line); }
.comparison > div { display: flex; min-height: 330px; flex-direction: column; padding: 30px; }
.comparison > div:first-child { background: var(--stone); }
.comparison-boardroom { color: #e9e7df; background: var(--charcoal); }
.comparison small { margin-bottom: 32px; color: var(--gold-dark); font-size: 7px; letter-spacing: .13em; }
.comparison span { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 10px; }
.comparison-boardroom span { border-color: var(--dark-line); }

.security { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: 130px 8vw; }
.security h2 { font-size: clamp(42px, 5vw, 68px); line-height: 1.06; }
.security-copy > p:last-child { color: #a7a8a2; line-height: 1.8; }
.security-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--dark-line); border: 1px solid var(--dark-line); }
.security-grid article { min-height: 190px; padding: 29px; background: var(--charcoal); }
.security-grid h3 { margin-bottom: 12px; color: #e3d0a6; font-size: 19px; }
.security-grid p { color: #999a94; font-size: 11px; line-height: 1.7; }
.security-note { grid-column: 2; margin: 0; color: #73746f; font-size: 8px; }

.pricing { display: grid; grid-template-columns: 1fr 480px; gap: 9vw; padding: 130px 8vw; background: var(--stone); }
.price-card { padding: 38px; background: var(--paper); border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(28, 29, 27, .08); }
.price-card > p:first-child { color: var(--gold-dark); font: 600 11px var(--serif); letter-spacing: .14em; }
.trial { display: flex; align-items: end; justify-content: space-between; padding: 28px 0; border-bottom: 1px solid var(--line); }
.trial strong { font: 400 28px var(--serif); }.trial span { color: var(--slate); font-size: 9px; }
.monthly { margin-top: 35px; }.monthly strong { font: 400 48px var(--serif); letter-spacing: -.04em; }.monthly span { color: var(--slate); font-size: 10px; }
.commitment { color: var(--slate); font-size: 10px; }
/* The per-company increment sits with the headline price so the rule is
   read as one plan that scales, not as a second package. */
.price-add-on { margin: 6px 0 0; color: var(--slate); font-size: 11px; }
.price-add-on strong { color: inherit; font-weight: 700; }
.price-card ul { margin: 27px 0; padding: 0; list-style: none; }
.price-card li { padding: 10px 0; border-bottom: 1px solid #ebe8e1; font-size: 10px; }
.price-card li::before { content: "✓"; margin-right: 9px; color: var(--gold-dark); }
.price-card > small { display: block; color: #868781; font-size: 8px; line-height: 1.6; }
.price-card .button { width: 100%; margin-top: 28px; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 9vw; padding: 130px 8vw; }
.faq-list details { padding: 23px 0; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font: 400 19px var(--serif); list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--gold-dark); font-family: var(--sans); }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 650px; margin: 15px 0 0; color: var(--slate); font-size: 12px; line-height: 1.7; }

.final { padding: 145px 6vw; text-align: center; }
.final h2 { margin-bottom: 25px; font-size: clamp(48px, 7vw, 94px); line-height: 1; letter-spacing: -.05em; }
.final > p:not(.eyebrow) { max-width: 650px; margin: 0 auto; color: #aeb0a9; font-size: 16px; line-height: 1.7; }
.final .button-row { justify-content: center; margin-top: 34px; }
.final > small { display: block; margin-top: 25px; color: #797a75; font-size: 8px; letter-spacing: .1em; }

.site-footer { position: relative; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 6vw; padding: 65px 7vw 90px; color: #aaa9a3; background: #151614; border-top: 1px solid #33342f; }
.footer-brand { display: flex; flex-direction: column; }
.footer-brand strong { color: #efede7; font: 600 15px var(--serif); letter-spacing: .14em; }.footer-brand span { margin-top: 12px; font-size: 10px; }.footer-brand small { margin-top: 6px; color: #686963; font-size: 7px; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.site-footer p { margin: 0 0 5px; color: #e4e1da; font: 400 12px var(--serif); }
.site-footer a { font-size: 9px; text-decoration: none; }.site-footer a:hover { color: var(--gold); }
.copyright { position: absolute; right: 7vw; bottom: 27px; color: #61625d !important; font: 400 7px var(--sans) !important; }

.reveal { animation: reveal .8s ease-out both; }
.dashboard-shell.reveal { animation-delay: .15s; }
@keyframes reveal { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1050px) {
  .desktop-nav { display: none; }
  .workforce-grid { grid-template-columns: 1fr 1fr; }
  .brain, .division-feature, .replacement, .security, .pricing { grid-template-columns: 1fr; }
  .context-list { grid-column: 1; }.security-note { grid-column: 1; }.price-card { width: min(100%, 560px); }
}

@media (max-width: 760px) {
  .site-header { min-height: 66px; padding: 0 20px; }.header-actions { display: none; }
  .mobile-menu { display: block; }.mobile-menu summary { display: flex; width: 34px; height: 34px; flex-direction: column; gap: 6px; align-items: center; justify-content: center; cursor: pointer; list-style: none; }.mobile-menu summary::-webkit-details-marker { display: none; }.mobile-menu summary span { width: 17px; height: 1px; background: #e1dfd7; }
  .mobile-menu nav { position: fixed; top: 66px; right: 0; left: 0; display: flex; flex-direction: column; gap: 0; padding: 18px 20px 25px; color: #ece9e2; background: var(--charcoal); border-top: 1px solid var(--dark-line); box-shadow: 0 20px 30px rgba(0,0,0,.2); }.mobile-menu nav > a:not(.button) { padding: 15px 0; border-bottom: 1px solid var(--dark-line); font-size: 12px; text-decoration: none; }.mobile-menu .button { margin-top: 18px; }
  .hero { padding: 85px 20px 65px; }.hero h1 { font-size: clamp(48px, 15vw, 68px); }.hero-lede { font-size: 15px; }.hero .button-row { flex-direction: column; }.hero .button { width: min(100%, 330px); }
  .dashboard-shell { margin-top: 55px; }.dashboard-layout { grid-template-columns: 1fr; min-height: 0; }.dashboard-layout aside { display: none; }.dashboard-content { padding: 23px; }.dashboard-heading button { display: none; }.dashboard-heading h2 { font-size: 25px; }.metric-grid { grid-template-columns: 1fr 1fr; }.metric-grid article:first-child { grid-column: 1 / 3; }.briefing-grid { grid-template-columns: 1fr; }.recent { display: none; }
  .editorial-section { grid-template-columns: 1fr; padding: 85px 22px; }.section-number { display: none; }.editorial-heading h2, .section-intro h2 { font-size: 43px; }.problem-copy { padding-top: 0; }.repeat-list { grid-column: 1; grid-template-columns: 1fr 1fr; }.repeat-list span:nth-child(2) { border-right: 0; }.repeat-list span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .workforce, .brain, .division-feature, .how, .replacement, .security, .pricing, .faq { padding: 85px 22px; }.workforce-grid { grid-template-columns: 1fr; margin-top: 45px; }.workforce-grid article { min-height: auto; }.card-label { margin-top: 45px; }.workforce-grid h3 { min-height: auto; }.workforce-grid ul { margin-bottom: 35px; }
  .brain { gap: 45px; }.brain-map { min-height: 360px; }.brain-core { width: 190px; }.brain-node { width: 90px; }.node-one,.node-three { left: calc(50% - 45px); }.context-list { grid-template-columns: 1fr 1fr; }.context-list span { border-bottom: 1px solid var(--dark-line); }
  .division-feature { gap: 45px; }.workflow-panel { padding: 22px; }.workflow-step { grid-template-columns: 28px 1fr; }.workflow-step em { display: none; }
  .two-divisions { grid-template-columns: 1fr; }.two-divisions article { min-height: 0; padding: 85px 22px; }.two-divisions article:first-child { border-right: 0; border-bottom: 1px solid var(--line); }.mini-flow { gap: 7px; }.mini-flow span { padding: 8px 6px; }
  .briefing .section-intro, .briefing-board { grid-column: 1; }.board-metrics { grid-template-columns: 1fr 1fr; }.board-metrics article:nth-child(2) { border-right: 0; }.board-metrics article:nth-child(-n+2) { border-bottom: 1px solid var(--dark-line); }.board-bottom { grid-template-columns: 1fr; }.board-bottom article:first-child { border-right: 0; border-bottom: 1px solid var(--dark-line); }
  .how ol { margin-top: 45px; }.how li { grid-template-columns: 45px 1fr; gap: 15px; }.comparison { grid-template-columns: 1fr; }.comparison > div { min-height: auto; }
  .security-grid { grid-template-columns: 1fr; }.security-grid article { min-height: auto; }.pricing { gap: 45px; }.price-card { padding: 27px; }.monthly strong { font-size: 42px; }
  .faq { gap: 45px; }.final { padding: 95px 22px; }.final .button-row { flex-direction: column; }.final .button { width: min(100%, 330px); }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 55px 22px 100px; }.footer-brand { grid-column: 1 / 3; margin-bottom: 25px; }.copyright { right: 22px; left: 22px; bottom: 25px; }
}

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