/* Homepage opening: software and enterprise AI, followed by the product range. */
.hero {
  position: relative;
  background: #f8faf6;
  border-bottom: 1px solid #dfe7e1;
  scroll-margin-top: 68px;
  min-height: calc(100svh - 68px);
  padding: clamp(48px, 6vh, 88px) 0 28px;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  isolation: isolate;
}
.hero::before {
  content: ''; position: absolute; z-index: -1; inset: 0 0 0 51%;
  background: linear-gradient(115deg, #edf3e9, #e3eddf);
  clip-path: polygon(21% 0, 100% 0, 100% 100%, 0 100%);
}
.hero > .wrap { width: 100%; max-width: 1760px; padding: 0 48px; display: flex; }
.hero-content { position: relative; display: flex; flex-direction: column; width: 100%; }
.hero-intro { display: grid; align-items: center; flex: 1; grid-template-columns: 1fr 1.16fr; gap: clamp(40px, 4.2vw, 80px); padding-bottom: 40px; }
.hero-copy { position: relative; z-index: 2; min-width: 0; }
.hero-eyebrow { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 600; letter-spacing: 1px; margin-bottom: 32px; color: #3b6650; }
.hero-eyebrow > span { color: #9dac9b; }
.hero h1 { font-size: clamp(54px, 4.6vw, 82px); line-height: 1.23; letter-spacing: -.055em; font-weight: 750; color: #173e2d; margin-bottom: 32px; }
.hero h1 span, .hero h1 em { display: block; white-space: nowrap; }
.hero h1 em { font-style: normal; color: #348363; }
.hero-promise { font-size: 21px; font-weight: 550; color: #294d38; letter-spacing: .4px; margin-bottom: 16px; }
.hero-sub { max-width: 525px; font-size: 16px; line-height: 1.95; color: #5b6e60; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; margin-top: 34px; gap: 12px; }
.hero-primary, .hero-secondary { display: inline-flex; align-items: center; justify-content: center; min-height: 55px; padding: 0 23px; border-radius: 7px; gap: 22px; font-size: 14px; font-weight: 600; }
.hero-primary { background: #194b34; color: #fff; border: 1px solid #194b34; box-shadow: 0 5px 12px #194b3410; }
.hero-primary:hover { background: #103d28; }
.hero-secondary { border: 1px solid #acc0ae; color: #2e533b; background: #ffffff70; }
.hero-secondary:hover { background: #fff; border-color: #4d795c; }
.hero a:focus-visible { outline: 3px solid #287a5b; outline-offset: 5px; }
.hero-supporting { margin-top: 20px; font-size: 12px; line-height: 1.8; color: #6c7c6e; }

/* The dashboard is an illustrative composition, not an interactive product. */
.hero-workscene { margin: 0; min-width: 0; width: 100%; }
.hero-scene-canvas { position: relative; height: 580px; }
.hero-scene-canvas::before {
  content: ''; position: absolute; inset: 0 0 40px 34px; border-radius: 22px;
  background: #163f30; box-shadow: 0 32px 64px -34px #244e3b65;
}
.hero-scene-topline { position: relative; height: 72px; padding: 0 27px 0 63px; display: flex; justify-content: space-between; align-items: center; color: #d8e8d9; font-size: 10px; letter-spacing: 2px; }
.hero-scene-topline > span:first-child { display: flex; align-items: center; gap: 10px; }
.hero-scene-symbol { color: #b4dc94; font-size: 27px; line-height: 1; }
.hero-workspace { position: relative; margin: 0 24px 0 58px; border-radius: 11px; background: #f9fbf8; overflow: hidden; border: 1px solid #ffffffb0; }
.hero-workspace-bar { display: flex; justify-content: space-between; align-items: center; height: 50px; padding: 0 20px; background: #fff; border-bottom: 1px solid #e4eae2; font-size: 12px; font-weight: 600; color: #294f39; }
.hero-workspace-bar > span:first-child { display: flex; align-items: center; gap: 8px; }
.hero-workspace-bar img { border-radius: 6px; }
.hero-demo-label { font-size: 10px; color: #6d7e6d; background: #f2f5ef; padding: 3px 7px; border-radius: 4px; font-weight: 400; }
.hero-workspace-body { display: grid; grid-template-columns: 124px 1fr; }
.hero-workspace-sidebar { display: flex; flex-direction: column; padding: 19px 9px; border-right: 1px solid #e5ece1; background: #f2f6ef; color: #6b7c6b; font-size: 10px; gap: 9px; }
.hero-workspace-sidebar > span { display: flex; gap: 8px; align-items: center; padding: 8px 9px; white-space: nowrap; }
.hero-workspace-sidebar > .is-current { background: #e0ebd9; border-radius: 5px; color: #315637; }
.hero-workspace-sidebar-note { margin: 28px 7px 0; color: #738770; font-size: 10px; line-height: 1.9; }
.hero-workspace-main { padding: 22px 21px 78px; min-width: 0; }
.hero-workspace-title { display: flex; flex-direction: column; gap: 4px; }
.hero-workspace-title strong { color: #344f39; font-size: 15px; font-weight: 600; }
.hero-workspace-title > span { color: #82907e; font-size: 10px; }
.hero-workspace-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; margin-top: 19px; }
.hero-workspace-metrics > div { padding: 11px 10px; border: 1px solid #e4eadf; background: #fff; border-radius: 6px; }
.hero-workspace-metrics span { display: block; color: #7a8977; font-size: 9px; margin-bottom: 4px; }
.hero-workspace-metrics strong { font-size: 15px; font-weight: 600; color: #365939; white-space: nowrap; }
.hero-workspace-metrics small { font-size: 11px; color: #60935b; padding-left: 3px; }
.hero-workspace-table { margin-top: 19px; font-size: 10px; color: #5c725b; }
.hero-workspace-table > div { display: flex; justify-content: space-between; align-items: center; gap: 6px; padding: 11px 0; border-bottom: 1px solid #e7ece3; }
.hero-workspace-table > .hero-workspace-table-head { padding: 0 0 8px; color: #8a9784; font-size: 9px; }
.hero-workspace-table i { margin-right: 7px; color: #81a573; }
.hero-workspace-table small { padding: 2px 5px; background: #eaf1e4; color: #587950; font-size: 9px; white-space: nowrap; }
.hero-ai-sheet { position: absolute; left: 0; right: 78px; bottom: 29px; padding: 20px 24px 0; border: 1px solid #d4e2cc; border-radius: 13px; background: #fff; box-shadow: 0 22px 50px -15px #183a2d36; }
.hero-ai-sheet-head { display: flex; align-items: center; gap: 11px; }
.hero-ai-mark { display: grid; place-items: center; width: 40px; height: 40px; flex-shrink: 0; background: #e6f3d6; border: 1px solid #d7e9c2; border-radius: 10px; color: #427e3d; font-size: 29px; }
.hero-ai-sheet-head strong { display: block; font-size: 16px; font-weight: 650; color: #2c5034; }
.hero-ai-sheet-head div > span { display: block; font-size: 10px; color: #7b8c75; margin-top: 1px; }
.hero-ai-sheet-badge { margin-left: auto; padding: 4px 8px; border-radius: 4px; font-size: 10px; color: #538147; background: #f0f7e9; white-space: nowrap; }
.hero-ai-prompt { margin: 15px 0 12px; padding: 12px 14px; border-radius: 5px; background: #f5f7f1; color: #52614c; font-size: 12px; line-height: 1.8; }
.hero-ai-sources { display: flex; gap: 8px; flex-wrap: wrap; }
.hero-ai-sources > span { border: 1px solid #dce8d4; border-radius: 4px; padding: 4px 8px; font-size: 10px; color: #608055; }
.hero-ai-sources i { margin-right: 5px; }
.hero-ai-result { display: flex; gap: 10px; align-items: center; padding: 17px 0; }
.hero-ai-check { font-size: 14px; width: 24px; height: 24px; border-radius: 50%; background: #e6f0dd; text-align: center; line-height: 24px; color: #518247; }
.hero-ai-result strong { display: block; font-size: 13px; font-weight: 650; color: #365e39; }
.hero-ai-result div > span { display: block; font-size: 10px; color: #83927b; margin-top: 3px; }
.hero-ai-document { color: #87a377; margin-left: auto; font-size: 26px; padding-right: 8px; }
.hero-ai-review { border-top: 1px solid #e7ede1; min-height: 40px; display: flex; justify-content: space-between; align-items: center; gap: 8px; font-size: 10px; color: #6f7f63; }
.hero-ai-review i { margin-right: 6px; }
.hero-ai-review > span:first-child { color: #91784b; }
.hero-scene-footnote { position: absolute; bottom: 3px; right: 18px; display: flex; align-items: center; gap: 10px; color: #6b8367; font-size: 10px; letter-spacing: .2px; }
.hero-scene-footnote strong { color: #3f6540; font-weight: 600; }
.hero-workscene figcaption { display: flex; justify-content: space-between; gap: 10px; margin: 14px 0 0 35px; color: #72836c; font-size: 10px; line-height: 1.8; }
.hero-workscene figcaption > span:first-child { white-space: nowrap; }
.hero-stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); margin: 20px 0 0; padding: 27px 0 12px; border-top: 1px solid #d7e1d3; }
.hero .stat-item { min-width: 0; text-align: center; padding: 0 16px; border-right: 1px solid #d7e1d3; }
.hero .stat-item:last-child { border-right: none; }
.hero .stat-num { font-size: 33px; font-weight: 600; color: #355b3e; line-height: 1.2; letter-spacing: -1px; font-variant-numeric: tabular-nums; }
.hero .stat-lbl { font-size: 11px; color: #7b8975; margin-top: 6px; }

.hero-products-section { padding: 64px 0 72px; background: #f0f6ef; border-bottom: 1px solid #e0e9df; scroll-margin-top: 68px; }
.hero-products-section > .wrap { max-width: 1460px; padding: 0 48px; }
.hero-products-head { margin-bottom: 26px; }
.hero-products-head .hero-products-kicker { color: #5e8869; font-size: 12px; margin-bottom: 10px; letter-spacing: 2px; }
.hero-products-head h2 { font-size: 28px; font-weight: 650; }
.hero-products-head > p { font-size: 13px; }
.hero-products-section a:focus-visible { outline: 3px solid #287a5b; outline-offset: 5px; }
@media (min-width: 1800px) {
  .hero-scene-canvas { height: 660px; }
  .hero-scene-topline { height: 83px; }
  .hero-workspace-main { padding-bottom: 110px; }
  .hero-workspace-metrics { margin-top: 24px; }
  .hero-workspace-metrics > div { padding: 16px 12px; }
  .hero-workspace-metrics strong { font-size: 20px; }
  .hero-workspace-title strong { font-size: 18px; }
  .hero-workspace-table { font-size: 12px; }
  .hero-workspace-table > div { padding-block: 14px; }
  .hero-ai-sheet { right: 110px; padding: 24px 28px 0; }
  .hero-ai-sheet-head strong { font-size: 19px; }
  .hero-ai-prompt { font-size: 14px; margin-block: 18px 15px; padding-block: 15px; }
  .hero-ai-result { padding-block: 22px; }
  .hero-ai-result strong { font-size: 16px; }
  .hero-ai-sources > span, .hero-ai-result div > span, .hero-ai-review, .hero-ai-sheet-head div > span { font-size: 12px; }
  .hero-ai-review { min-height: 49px; }
}
@media (max-width: 1250px) and (min-width: 1101px) {
  .hero > .wrap { padding-inline: 32px; }
  .hero-intro { grid-template-columns: 1fr 1.1fr; gap: 30px; }
  .hero h1 { font-size: 50px; }
  .hero-primary, .hero-secondary { padding-inline: 15px; font-size: 12px; gap: 12px; }
  .hero-workspace-sidebar { display: none; }
  .hero-workspace-body { grid-template-columns: 1fr; }
  .hero-ai-sheet { right: 22px; padding-inline: 18px; }
}
@media (max-width: 1100px) {
  .hero { min-height: 0; padding-top: 54px; }
  .hero::before { inset: 32% 0 0 0; clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 40%); }
  .hero-intro { grid-template-columns: 1fr; gap: 44px; }
  .hero-copy { width: 100%; max-width: 660px; margin: 0 auto; }
  .hero h1 { font-size: clamp(54px, 7.5vw, 72px); }
  .hero-workscene { max-width: 740px; margin: 0 auto; }
  .hero-eyebrow { margin-bottom: 25px; }
  .hero-sub { max-width: 550px; }
  .hero-stats { margin-top: 0; }
  .hero-products-section > .wrap { padding-inline: 28px; }
}
@media (max-width: 768px) {
  .hero > .wrap { padding-inline: 24px; }
  .hero { padding-top: 40px; padding-bottom: 24px; }
  .hero h1 { font-size: clamp(36px, 8vw, 56px); line-height: 1.25; margin-bottom: 25px; }
  .hero-eyebrow { font-size: 10px; letter-spacing: .5px; gap: 8px; margin-bottom: 25px; }
  .hero-promise { font-size: 18px; margin-bottom: 12px; }
  .hero-sub { font-size: 14px; }
  .hero-actions { gap: 10px; margin-top: 25px; }
  .hero-primary, .hero-secondary { min-height: 48px; padding-inline: 16px; font-size: 12px; gap: 12px; }
  .hero-supporting { font-size: 11px; margin-top: 15px; }
  .hero-workspace-sidebar { display: none; }
  .hero-workspace-body { grid-template-columns: 1fr; }
  .hero-scene-canvas { height: 555px; }
  .hero-scene-canvas::before { left: 15px; border-radius: 15px; }
  .hero-scene-topline { padding: 0 16px 0 32px; height: 58px; font-size: 9px; letter-spacing: 1px; }
  .hero-workspace { margin: 0 14px 0 29px; border-radius: 8px; }
  .hero-workspace-bar { padding-inline: 12px; height: 42px; font-size: 11px; }
  .hero-workspace-main { padding: 16px 14px 90px; }
  .hero-workspace-title strong { font-size: 13px; }
  .hero-workspace-metrics { gap: 6px; margin-top: 13px; }
  .hero-workspace-metrics > div { padding: 9px 7px; }
  .hero-workspace-metrics strong { font-size: 13px; }
  .hero-workspace-table { margin-top: 13px; }
  .hero-ai-sheet { right: 14px; padding: 17px 17px 0; bottom: 28px; }
  .hero-ai-sheet-badge { display: none; }
  .hero-ai-sheet-head strong { font-size: 15px; }
  .hero-ai-sheet-head div > span { font-size: 9px; }
  .hero-ai-prompt { font-size: 11px; padding: 10px; }
  .hero-ai-result strong { font-size: 12px; }
  .hero-ai-result div > span { font-size: 9px; }
  .hero-ai-review { font-size: 9px; }
  .hero-scene-footnote { font-size: 9px; gap: 6px; right: 10px; }
  .hero-workscene figcaption { flex-direction: column; gap: 0; margin-left: 15px; font-size: 9px; }
  .hero-stats { grid-template-columns: 1fr 1fr; padding: 0; }
  .hero .stat-num { font-size: 28px; }
  .hero .stat-item { padding: 22px 8px; border-bottom: 1px solid #d7e1d3; }
  .hero .stat-item:nth-child(2n) { border-right: none; }
  .hero .stat-item:nth-last-child(-n+2) { border-bottom: none; }
  .hero-products-section { padding: 48px 0; }
  .hero-products-section > .wrap { padding-inline: 18px; }
  .hero-products-head h2 { font-size: 25px; }
  .hero-products-head { margin-bottom: 23px; }
  .hero-products-head > p { font-size: 12px; }
}
@media (max-width: 360px) {
  .hero > .wrap { padding-inline: 18px; }
  .hero-primary, .hero-secondary { width: 100%; justify-content: space-between; }
  .hero-workspace-metrics small { display: none; }
  .hero-workspace-metrics strong { font-size: 11px; }
  .hero-workspace-table { font-size: 9px; }
  .hero-workspace-table i { display: none; }
  .hero-ai-sheet { padding-inline: 12px; }
  .hero-ai-document { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-products-section .hcard { transition: none; }
  .hero-products-section .hcard:hover { transform: none; }
}
