:root {
  color-scheme: light;
  --white: #ffffff;
  --ink: #102d29;
  --green: #237c2c;
  --lime: #b6f566;
  --sage: #eef5f1;
  --muted: #697478;
  --line: #e0e7e3;
  --radius: 24px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, [tabindex]:focus-visible { outline: 3px solid var(--green); outline-offset: 6px; border-radius: 4px; }
h1, h2, h3, p, dl, dd { margin: 0; }
h1, h2, h3 { font-weight: 700; }
[hidden] { display: none !important; }
.container { width: calc(100% - 128px); max-width: 1376px; margin-inline: auto; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { display: inline-block; flex: 0 0 auto; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 10; padding: 12px 20px; background: var(--lime); }
.skip-link:focus { top: 12px; }
.site-header { border-bottom: 1px solid #f0f3f1; }
.header-inner { min-height: 90px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.wordmark { font-size: 38px; font-weight: 800; letter-spacing: .02em; line-height: 1; }
.registered-name { font-size: 16px; font-weight: 500; }
.main-nav { display: flex; align-items: center; gap: clamp(24px, 3.8vw, 58px); font-size: 17px; font-weight: 600; }
.main-nav a { padding-block: 12px; }
.main-nav a:hover, .footer-legal a:hover { color: var(--green); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 66px; padding: 16px 34px; border-radius: 15px; background: var(--lime); color: var(--ink); font-size: 20px; font-weight: 650; line-height: 1.4; transition: background .18s ease, transform .18s ease; }
.button:hover { background: #a3e953; transform: translateY(-2px); }
.button-small { min-height: 48px; padding: 12px 32px; border-radius: 10px; font-size: 16px; }
.header-inner > .button-small { justify-self: end; }
.hero { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; padding-block: 64px 68px; }
.hero h1 { font-size: clamp(44px, 5.5vw, 80px); letter-spacing: -.045em; line-height: 1.32; }
.hero h1 span { color: var(--green); }
.hero-description { font-size: clamp(18px, 1.55vw, 23px); line-height: 1.8; color: var(--muted); margin-top: 38px; }
.hero-actions { display: flex; align-items: center; gap: 38px; margin-top: 44px; }
.hero-actions .button { min-height: 74px; padding: 20px 38px; font-size: 22px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; font-size: 19px; font-weight: 600; white-space: nowrap; padding-block: 12px; }
.text-link:hover { color: var(--green); }
.business-map { background: var(--sage); padding: 64px 40px 44px; border-radius: 28px; }
.business-map h2 { text-align: center; font-size: clamp(24px, 2.55vw, 38px); letter-spacing: -.035em; line-height: 1.4; margin-bottom: 40px; }
.business-row { display: flex; align-items: center; gap: 24px; background: var(--white); border-radius: 20px; padding: 28px; min-height: 128px; transition: box-shadow .18s ease; }
.business-row + .business-row { margin-top: 20px; }
.business-row:hover { box-shadow: 0 5px 20px #102d290a; }
.row-number { font-size: 29px; font-weight: 700; color: #73b978; padding-right: 26px; border-right: 1px solid var(--line); line-height: 1.1; }
.icon-tile { display: grid; place-items: center; width: 64px; height: 64px; background: #ecfbe5; color: #15551e; border-radius: 13px; flex-shrink: 0; }
.icon-tile .icon { width: 34px; height: 34px; }
.row-copy { min-width: 0; flex: 1; }
.row-copy strong { display: block; font-size: 25px; line-height: 1.45; }
.row-copy > span { display: block; color: var(--muted); font-size: 16px; margin-top: 6px; white-space: nowrap; }
.row-chevron { width: 18px; height: 18px; }
.feature-strip { border-block: 1px solid var(--line); }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 44px; }
.strip-grid > div { display: flex; gap: 24px; align-items: center; padding-left: 16px; position: relative; }
.strip-grid > div + div:before { content: ""; position: absolute; left: 0; height: 52px; border-left: 1px solid var(--line); }
.strip-icon { background: var(--sage); border-radius: 20px; width: 70px; height: 70px; display: grid; place-items: center; flex-shrink: 0; }
.strip-icon .icon { width: 31px; height: 31px; stroke-width: 2; }
.strip-grid strong { display: block; font-size: 20px; font-weight: 650; }
.strip-grid p > span { display: block; font-size: 16px; color: var(--muted); margin-top: 3px; }
.section { padding-block: 64px; }
.section-heading { text-align: center; margin-bottom: 40px; }
.section-heading h2 { font-size: 52px; line-height: 1.3; letter-spacing: -.035em; }
.section-heading p { margin-top: 12px; color: var(--muted); font-size: 22px; }
.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.capability-grid article { padding: 12px 42px 24px; }
.capability-grid article:nth-child(3n + 1) { padding-left: 12px; }
.capability-grid article:nth-child(3n) { padding-right: 12px; }
.capability-grid article:not(:nth-child(3n)) { border-right: 1px solid var(--line); }
.capability-grid article:nth-child(n + 4) { border-top: 1px solid var(--line); padding-top: 24px; }
.capability-top { color: #99d650; font-size: 36px; line-height: 1.2; font-weight: 700; margin-bottom: 12px; }
.capability-grid h3 { font-size: 28px; margin-bottom: 12px; }
.capability-grid p { font-size: 20px; line-height: 1.65; color: var(--muted); }
.industry-section { background: var(--sage); }
.industry-section .section-heading, #getting-started .section-heading { text-align: left; }
#getting-started { padding-block: 48px; max-width: 1476px; }
.industry-tabs { display: flex; justify-content: space-between; gap: 16px; border-bottom: 1px solid #d0ddd4; margin-top: 10px; }
.industry-tabs a { padding: 12px 20px 20px; font-size: 19px; font-weight: 500; white-space: nowrap; border-bottom: 3px solid transparent; margin-bottom: -1px; }
.industry-tabs a[aria-selected="true"] { color: #216333; border-bottom-color: #216333; font-weight: 700; }
.industry-tabs a:hover { color: var(--green); }
.industry-panel { display: grid; grid-template-columns: .95fr 1.05fr; gap: 44px; align-items: center; padding-top: 44px; }
.industry-panel h3 { font-size: 40px; line-height: 1.5; letter-spacing: -.025em; margin-bottom: 18px; }
.industry-panel p { color: var(--muted); font-size: 22px; line-height: 1.8; max-width: 440px; }
.industry-panel dl { border-left: 1px solid #d7e2da; padding-left: 44px; }
.industry-panel dl > div { padding-block: 18px; border-bottom: 1px solid #d7e2da; }
.industry-panel dl > div:first-child { padding-top: 0; }
.industry-panel dl > div:last-child { border-bottom: none; padding-bottom: 0; }
.industry-panel dt { font-size: 20px; font-weight: 650; margin-bottom: 6px; }
.industry-panel dd { color: var(--muted); font-size: 16px; line-height: 1.8; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding: 0; margin: 0; list-style: none; }
.steps li { position: relative; }
.steps li:not(:last-child):after { content: ""; position: absolute; top: 27px; left: 80px; right: 0; border-top: 1px solid #81ae83; }
.step-number { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid #c6d7c9; border-radius: 50%; color: #366f42; font-size: 19px; font-weight: 600; }
.steps h3 { font-size: 23px; margin-top: 26px; }
.steps p { color: var(--muted); font-size: 17px; line-height: 1.9; margin-top: 8px; }
.availability-note { margin-top: 40px; font-size: 15px; color: var(--muted); }
.closing-band { background: #15342e; padding-block: 32px; color: var(--white); }
.closing-inner, .site-footer > .container { max-width: 1476px; }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.closing-inner h2 { font-size: clamp(32px, 3.4vw, 50px); line-height: 1.5; letter-spacing: -.025em; }
.closing-inner h2 span { color: var(--lime); }
.closing-inner .button { flex-shrink: 0; }
.closing-inner a:focus-visible { outline-color: var(--lime); }
.site-footer { padding-block: 44px 26px; }
.footer-main { display: flex; justify-content: space-between; gap: 80px; padding-bottom: 32px; }
.about-copy { max-width: 490px; }
.about-copy h2 { font-size: 24px; margin-bottom: 16px; }
.about-copy p { font-size: 16px; line-height: 1.9; color: var(--muted); }
.footer-links { display: flex; align-items: flex-start; gap: clamp(28px, 4vw, 64px); padding-top: 8px; }
.footer-links a { display: inline-flex; align-items: center; gap: 12px; font-size: 16px; font-weight: 600; white-space: nowrap; }
.footer-links a:hover { color: var(--green); }
.footer-links .icon { width: 17px; height: 17px; }
.footer-legal { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; padding-top: 24px; border-top: 1px solid var(--line); color: #626f6a; font-size: 14px; }
.footer-legal a:hover { text-decoration: underline; }
@media (max-width: 1250px) {
  .container { width: calc(100% - 80px); }
  .header-inner { gap: 24px; }
  .brand { gap: 12px; }
  .wordmark { font-size: 32px; }
  .registered-name { font-size: 14px; }
  .main-nav { gap: 24px; font-size: 15px; }
  .hero { gap: 36px; }
  .hero h1 { font-size: 5.3vw; }
  .hero-actions { gap: 20px; }
  .hero-actions .button { padding-inline: 22px; font-size: 17px; gap: 16px; }
  .text-link { font-size: 17px; }
  .business-map { padding: 44px 26px 30px; }
  .business-map h2 { font-size: 28px; margin-bottom: 30px; }
  .business-row { gap: 16px; padding: 24px 20px; min-height: 110px; }
  .row-number { padding-right: 16px; font-size: 24px; }
  .icon-tile { width: 48px; height: 48px; }
  .icon-tile .icon { width: 28px; height: 28px; }
  .row-copy strong { font-size: 22px; }
  .row-copy > span { font-size: 13px; }
  .strip-grid > div { gap: 16px; }
  .strip-icon { width: 54px; height: 54px; border-radius: 15px; }
  .strip-grid strong { font-size: 17px; }
  .strip-grid p > span { font-size: 13px; }
  .industry-tabs a { padding-inline: 12px; }
  .footer-main { gap: 40px; }
}
@media (max-width: 980px) {
  .header-inner { display: flex; justify-content: space-between; flex-wrap: wrap; padding-top: 22px; gap: 18px; }
  .main-nav { order: 3; width: 100%; justify-content: center; gap: 48px; padding-bottom: 8px; }
  .hero { grid-template-columns: 1fr; padding-block: 48px; gap: 44px; }
  .hero h1 { font-size: clamp(48px, 7vw, 68px); }
  .hero-description { max-width: 590px; margin-top: 24px; font-size: 20px; }
  .hero-actions { margin-top: 28px; gap: 32px; }
  .business-map { padding: 36px; }
  .business-row { padding: 22px 28px; gap: 24px; }
  .row-copy > span { font-size: 16px; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 0; }
  .strip-grid > div:nth-child(3):before { display: none; }
  .strip-grid strong { font-size: 19px; }
  .strip-grid p > span { font-size: 15px; }
  .section { padding-block: 64px; }
  .section-heading h2 { font-size: 40px; }
  .section-heading p { font-size: 18px; }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .capability-grid article { padding: 30px !important; border: none !important; }
  .capability-grid article:nth-child(odd) { padding-left: 0 !important; border-right: 1px solid var(--line) !important; }
  .capability-grid article:nth-child(even) { padding-right: 0 !important; }
  .capability-grid article:nth-child(n + 3) { border-top: 1px solid var(--line) !important; }
  .industry-tabs { gap: 8px; overflow-x: auto; justify-content: flex-start; padding-inline: 6px; }
  .industry-tabs a { padding-inline: 16px; }
  .industry-panel { gap: 40px; }
  .industry-panel h3 { font-size: 28px; }
  .industry-panel dl { padding-left: 28px; }
  .industry-panel p { font-size: 18px; }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .steps li:nth-child(2):after { display: none; }
  .footer-main { flex-direction: column; gap: 32px; }
  .about-copy { max-width: 600px; }
}
@media (max-width: 600px) {
  .container { width: calc(100% - 40px); }
  .header-inner { padding-top: 18px; gap: 16px; }
  .brand { gap: 10px; }
  .wordmark { font-size: 28px; }
  .registered-name { font-size: 12px; }
  .button-small { padding: 10px 14px; min-height: 42px; font-size: 13px; }
  .main-nav { gap: 0; justify-content: space-between; font-size: 14px; padding-bottom: 6px; }
  .hero { padding-block: 40px; gap: 36px; }
  .hero h1 { font-size: clamp(36px, 10.8vw, 61px); line-height: 1.34; letter-spacing: -.05em; }
  .hero-description { font-size: 16px; line-height: 1.85; margin-top: 22px; }
  .hero-actions { gap: 22px; margin-top: 26px; }
  .hero-actions .button { min-height: 54px; padding: 14px 18px; font-size: 15px; gap: 10px; border-radius: 12px; }
  .hero-actions .button .icon { width: 19px; }
  .text-link { font-size: 14px; gap: 6px; }
  .text-link .icon { width: 18px; }
  .business-map { border-radius: 22px; padding: 26px 16px 18px; }
  .business-map h2 { font-size: clamp(19px, 5.3vw, 28px); margin-bottom: 22px; }
  .business-row { padding: 18px 14px; gap: 12px; min-height: 92px; border-radius: 13px; }
  .business-row + .business-row { margin-top: 12px; }
  .row-number { font-size: 20px; padding-right: 12px; }
  .icon-tile { width: 40px; height: 44px; border-radius: 10px; }
  .icon-tile .icon { width: 25px; height: 25px; }
  .row-copy strong { font-size: 18px; }
  .row-copy > span { font-size: 11px; white-space: normal; margin-top: 3px; }
  .row-chevron { width: 12px; height: 12px; }
  .strip-grid { padding-block: 28px; gap: 24px 10px; }
  .strip-grid > div { justify-content: flex-start; gap: 10px; padding-left: 0; }
  .strip-grid > div:before { display: none; }
  .strip-icon { width: 42px; height: 46px; border-radius: 13px; }
  .strip-icon .icon { width: 24px; height: 24px; }
  .strip-grid strong { font-size: 15px; }
  .strip-grid p > span { font-size: 11px; }
  .section { padding-block: 56px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading h2 { font-size: 28px; }
  .section-heading p { font-size: 15px; margin-top: 12px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-grid article { padding: 26px 0 !important; border: none !important; }
  .capability-grid article:nth-child(odd) { border-right: none !important; }
  .capability-grid article:nth-child(n + 2) { border-top: 1px solid var(--line) !important; }
  .capability-top { margin-bottom: 14px; }
  .capability-grid h3 { font-size: 23px; margin-bottom: 8px; }
  .capability-grid p { font-size: 16px; }
  .industry-tabs a { font-size: 16px; padding: 12px 12px 16px; }
  .industry-panel { grid-template-columns: 1fr; gap: 28px; padding-top: 32px; }
  .industry-panel dl { border-left: none; padding-left: 0; }
  .industry-panel h3 { font-size: 26px; margin-bottom: 12px; }
  .industry-panel p { font-size: 16px; }
  .industry-panel dt { font-size: 18px; }
  .industry-panel dd { font-size: 15px; }
  .steps { gap: 32px 20px; }
  .steps li:not(:last-child):after { left: 65px; top: 23px; }
  .step-number { width: 46px; height: 46px; font-size: 16px; }
  .steps h3 { font-size: 19px; margin-top: 18px; }
  .steps p { font-size: 14px; }
  .availability-note { margin-top: 32px; font-size: 12px; line-height: 1.8; }
  .closing-band { padding-block: 46px; }
  .closing-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .closing-inner h2 { font-size: 30px; }
  .closing-inner .button { min-height: 56px; font-size: 17px; padding: 14px 24px; }
  .site-footer { padding-top: 42px; }
  .about-copy h2 { font-size: 22px; }
  .about-copy p { font-size: 15px; }
  .footer-main { padding-bottom: 32px; gap: 28px; }
  .footer-links { gap: 24px; flex-wrap: wrap; }
  .footer-links a { font-size: 14px; gap: 6px; }
  .footer-legal { font-size: 13px; flex-direction: column; gap: 8px; }
}
@media (max-width: 360px) {
  .registered-name { max-width: 72px; line-height: 1.4; }
  .hero-actions { gap: 14px; }
  .hero-actions .button { padding-inline: 14px; }
  .row-number { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; animation: none !important; }
}
