:root {
  color-scheme: light;
  --ink: #333333;
  --muted: #5c6877;
  --brand: #55d400;
  --accent: #55d400;
  --line: #e5e8ee;
  --soft: #f4f7fb;
  --white: #fff;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
  line-height: 1.65;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #328000; outline-offset: 5px; border-radius: 3px; }
::selection { background: var(--accent); color: var(--ink); }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { line-height: 1.14; }
h1 { font-size: clamp(2.55rem, 4.6vw, 4.1rem); letter-spacing: -.055em; font-weight: 650; }
h1 em { color: #55d400; font-style: normal; }
h2 { font-size: clamp(2rem, 3.2vw, 2.8rem); letter-spacing: -.045em; font-weight: 620; }
h3 { font-size: 1.25rem; letter-spacing: -.025em; font-weight: 650; }
p { color: var(--muted); }
.container { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 12px 20px; background: var(--white); }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; flex-shrink: 0; width: 184px; }
.brand-logo { display: block; width: 100%; height: auto; }
.navigation { display: flex; align-items: center; gap: 28px; font-size: .85rem; font-weight: 600; }
.menu-toggle { display: none; }
.navigation > a:not(.button):hover, .footer-links a:hover { color: #328000; text-decoration: underline; text-underline-offset: 5px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; padding: 15px 23px; border: 1px solid transparent; border-radius: 6px; background: var(--brand); color: #222222; font-size: .9rem; font-weight: 600; transition: background .18s ease; }
.button:hover { background: #4bc000; }
.button-small { padding: 10px 17px; gap: 16px; font-size: .83rem; }
.hero { padding: 76px 0 68px; background: linear-gradient(110deg, #fff 40%, #f4f7fb); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 64px; }
.hero-grid > *, .section-heading > *, .workflow-layout > *, .company-layout > *, .contact-inner > * { min-width: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .13em; font-size: .7rem; font-weight: 700; color: #4d5868; margin-bottom: 22px; }
.small-dot { width: 7px; height: 7px; background: #55d400; border-radius: 50%; }
.lead { font-size: 1.04rem; line-height: 1.8; margin-top: 25px; max-width: 56ch; }
.hero-product { font-size: .94rem; line-height: 1.75; margin-top: 18px; max-width: 56ch; }
.hero-product strong { color: var(--ink); font-weight: 600; }
.service-section { border-bottom: 1px solid var(--line); }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 30px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; font-weight: 600; font-size: .88rem; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: #c7d3e4; }
.text-link:hover { text-decoration-color: currentColor; }
.hero-provider { margin-top: 30px; font-size: .76rem; }
.hero-provider strong { font-weight: 600; }
.facts-strip { border-block: 1px solid var(--line); }
.facts-inner { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: 21px; gap: 24px; }
.facts-inner p { font-size: .79rem; color: #4d5868; }
.facts-inner span { font-family: Consolas, monospace; margin-right: 12px; color: #328000; font-size: .69rem; }
.section { padding: 88px 0; }
.industries-section { padding-block: 60px; border-bottom: 1px solid var(--line); background: radial-gradient(ellipse at 25% 60%, #eefbe6 0%, transparent 55%), #fbfcfe; }
.industries-heading { max-width: 710px; }
.industries-heading > p:last-child { margin-top: 20px; font-size: .94rem; }
.industry-map { display: grid; grid-template-columns: minmax(220px, .85fr) minmax(0, 1.4fr); gap: 90px; align-items: center; max-width: 930px; margin: 34px auto; }
.industry-hub { position: relative; padding: 30px; border: 1px solid #b5db98; border-top: 3px solid var(--brand); border-radius: 12px; background: white; box-shadow: 0 12px 30px #33333308; }
.industry-hub .eyebrow { margin-bottom: 12px; }
.industry-hub strong { display: block; font-size: 1.5rem; line-height: 1.2; letter-spacing: -.03em; }
.industry-hub > span:last-child { display: block; color: var(--muted); margin-top: 16px; font-size: .75rem; }
.industry-hub::after { content: ""; position: absolute; height: 2px; width: 45px; right: -46px; top: 50%; background: #86b966; }
.industry-branches { list-style: none; margin: 0; padding: 0; display: grid; gap: 22px; }
.industry-node { position: relative; display: flex; align-items: center; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 10px; background: white; }
.industry-node::before { content: ""; position: absolute; width: 46px; left: -47px; top: 50%; height: calc(50% + 12px); border-top: 2px solid #86b966; border-left: 2px solid #86b966; border-top-left-radius: 12px; }
.industry-node:last-child::before { top: auto; bottom: 50%; border-top: 0; border-bottom: 2px solid #86b966; border-top-left-radius: 0; border-bottom-left-radius: 12px; }
.industry-icon { width: 42px; height: 42px; flex-shrink: 0; color: #328000; }
.industry-node h3 { font-size: 1.1rem; overflow-wrap: anywhere; }
.industry-node p { font-size: .8rem; margin-top: 6px; }
.industries-contact { font-size: .85rem; text-align: center; }
.industries-contact .text-link { margin-left: 8px; font-size: inherit; }
.footer-company address { margin-top: 12px; }
.footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; font-size: .83rem; }
.footer-contact a { overflow-wrap: anywhere; }
.footer-contact a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-contact small { color: var(--muted); }
.section-heading { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: end; margin-bottom: 44px; }
.section-heading > p { font-size: .94rem; max-width: 48ch; }
.section .eyebrow { margin-bottom: 17px; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.benefit { border-top: 1px solid #d8e3f1; padding-top: 24px; }
.feature-icon { display: block; font-family: Consolas, monospace; font-size: .82rem; color: #328000; margin-bottom: 27px; }
.feature-icon img { display: block; width: 46px; height: 46px; object-fit: contain; }
.benefit h3 { margin-bottom: 15px; }
.benefit p, .benefit li { font-size: .88rem; }
.benefit ul { padding: 0; margin: 19px 0 0; list-style: none; color: var(--muted); }
.benefit li { position: relative; padding-left: 18px; margin-top: 8px; }
.benefit li::before { content: "✓"; position: absolute; left: 0; color: #328000; font-size: .8rem; }
.workflow-section { background: var(--soft); border-block: 1px solid #e5e8ee; }
.workflow-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 100px; }
.workflow-intro > p:not(.eyebrow) { margin-top: 23px; font-size: .94rem; }
.workflow-intro .text-link { margin-top: 28px; }
.webui-section { border-bottom: 1px solid var(--line); }
.webui-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.webui-shot { margin: 0; border: 1px solid #d8e3f1; border-radius: 10px; overflow: hidden; background: #fbfcfe; box-shadow: 0 12px 30px #33333308; }
.webui-shot img { display: block; width: 100%; height: auto; border-bottom: 1px solid #d8e3f1; }
.webui-shot figcaption { display: flex; flex-direction: column; gap: 7px; padding: 21px 23px 23px; }
.webui-shot figcaption strong { color: var(--ink); font-size: .95rem; }
.webui-shot figcaption span { color: var(--muted); font-size: .84rem; line-height: 1.6; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 43px 1fr; gap: 20px; position: relative; padding-bottom: 33px; }
.steps li:last-child { padding-bottom: 0; }
.steps li:not(:last-child)::before { content: ""; position: absolute; top: 43px; bottom: 0; left: 21px; width: 1px; background: #cfd8e6; }
.step-number { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid #cfd8e6; background: var(--soft); border-radius: 50%; font: .8rem Consolas, monospace; color: #328000; }
.steps h3 { padding-top: 8px; margin-bottom: 12px; }
.steps p { font-size: .88rem; }
.company-layout { display: grid; grid-template-columns: 1.2fr 1fr; gap: 110px; align-items: center; }
.company-copy > p:not(.eyebrow) { margin-top: 22px; font-size: .94rem; }
.person-card { border: 1px solid var(--line); border-top: 3px solid #55d400; border-radius: 4px; padding: 35px; background: #fbfcfe; }
.person-card h3 { font-size: 1.85rem; margin-bottom: 8px; }
.person-role { font-size: .86rem; }
.person-divider { height: 1px; background: var(--line); margin-block: 25px; }
.contact-link { display: block; width: fit-content; max-width: 100%; overflow-wrap: anywhere; margin-bottom: 18px; }
.contact-link span { display: block; font-size: .68rem; color: var(--muted); margin-bottom: 3px; }
.contact-link strong { font-size: 1rem; font-weight: 600; }
.contact-link:hover strong { text-decoration: underline; text-underline-offset: 4px; }
address { font-style: normal; font-size: .82rem; line-height: 1.75; color: var(--muted); margin-top: 27px; }
address strong { color: var(--ink); font-weight: 600; }
.contact-section { background: #f2f5fb; color: var(--ink); padding: 64px 0; }
.contact-inner { display: grid; grid-template-columns: 1.25fr 1fr; align-items: center; gap: 90px; }
.contact-section .eyebrow { color: #4d5868; margin-bottom: 18px; }
.contact-section h2 { font-size: clamp(2rem, 3.1vw, 2.65rem); }
.contact-section p:not(.eyebrow) { color: #5c6877; font-size: .93rem; margin-top: 22px; max-width: 58ch; }
.contact-actions { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.button-light { background: var(--accent); color: #222222; }
.button-light:hover { background: #4bc000; }
.contact-phone { color: #4d5868; font-size: .94rem; text-decoration: underline; text-underline-offset: 5px; }
.contact-section a:focus-visible { outline-color: #328000; }
.site-footer { padding: 35px 0 24px; }
.footer-top { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-bottom: 25px; }
.footer-top strong { font-size: .85rem; }
.footer-top p { font-size: .76rem; margin-top: 3px; }
.footer-links { display: flex; gap: 24px; font-size: .78rem; color: #4d5868; }
.footer-links { align-self: flex-end; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding-top: 20px; color: var(--muted); }
.footer-bottom small { font-size: .65rem; }
.legal-main { min-height: 65vh; padding: 72px 0 90px; }
.legal-content { max-width: 760px; }
.legal-content h1 { margin: 22px 0 32px; overflow-wrap: anywhere; }
.legal-placeholder { padding: 26px; border: 1px dashed #c7d3e4; background: var(--soft); border-radius: 6px; }
.legal-placeholder p + p { margin-top: 14px; }
.icon-credit { margin-top: 24px; font-size: .82rem; }
.icon-credit + .icon-credit { margin-top: 0; }
.legal-content h2 { font-size: 1.45rem; margin-block: 30px 15px; }
.legal-content p, .legal-content li { overflow-wrap: anywhere; }
.legal-content a:not(.text-link) { text-decoration: underline; text-underline-offset: 3px; }
@media (min-width: 1500px) { .hero { padding-block: 100px; } }
@media (max-width: 1000px) {
  .hero-grid { gap: 30px; }
  .navigation { gap: 20px; }
  .hero { padding-block: 55px; }
  .process-preview { padding: 18px; }
  .section-heading, .workflow-layout, .company-layout, .contact-inner { gap: 45px; }
  .benefits-grid { gap: 23px; }
  .person-card { padding: 26px; }
}
@media (max-width: 760px) {
  .industry-map { grid-template-columns: 1fr; gap: 28px; margin-block: 28px; }
  .industry-hub { max-width: 360px; width: 100%; justify-self: center; text-align: center; }
  .industry-hub .eyebrow { justify-content: center; }
  .industry-hub::after { top: 100%; right: 50%; width: 2px; height: 15px; }
  .industry-branches { position: relative; gap: 16px; border-left: 2px solid #86b966; padding-left: 20px; margin-left: 12px; }
  .industry-branches::before { content: ""; position: absolute; left: -2px; right: calc(50% + 6px); top: -15px; height: 15px; border-top: 2px solid #86b966; border-left: 2px solid #86b966; border-top-left-radius: 10px; }
  .industry-node::before, .industry-node:last-child::before { width: 21px; height: 2px; left: -22px; top: 50%; bottom: auto; border: 0; border-radius: 0; background: #86b966; }
  .industry-node { padding: 18px; gap: 12px; }
  .industries-contact { text-align: left; }
  .industries-contact .text-link { margin: 8px 0 0; }
  html { scroll-padding-top: 90px; }
  .container { width: calc(100% - 40px); }
  .header-inner { position: relative; min-height: 74px; padding-block: 12px; gap: 12px; }
  .brand { width: 140px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 9px; margin-left: auto; padding: 9px 11px; border: 1px solid var(--line); border-radius: 5px; background: var(--white); color: var(--ink); font: inherit; font-size: .78rem; font-weight: 650; cursor: pointer; }
  .menu-toggle-icon, .menu-toggle-icon::before, .menu-toggle-icon::after { display: block; width: 17px; height: 2px; border-radius: 2px; background: currentColor; }
  .menu-toggle-icon { position: relative; }
  .menu-toggle-icon::before, .menu-toggle-icon::after { position: absolute; left: 0; content: ""; }
  .menu-toggle-icon::before { top: -5px; }
  .menu-toggle-icon::after { top: 5px; }
  .navigation { display: none; position: absolute; top: 100%; right: 0; left: 0; z-index: 1; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 20px 16px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); box-shadow: 0 12px 18px #33333312; font-size: .9rem; }
  .navigation.is-open { display: flex; }
  .navigation > a:not(.button) { padding: 13px 0; border-bottom: 1px solid var(--line); }
  .navigation .button { width: 100%; margin-top: 12px; }
  .button-small { font-size: .73rem; padding: 7px 12px; gap: 9px; }
  .hero-grid, .section-heading, .workflow-layout, .company-layout, .contact-inner { grid-template-columns: 1fr; gap: 38px; }
  .hero { padding-block: 42px; }
  .hero-copy { max-width: 560px; }
  h1 { max-width: 16ch; }
  .lead { font-size: .98rem; }
  .process-preview { width: 100%; max-width: 520px; justify-self: center; padding: 24px; }
  .facts-inner { gap: 15px; }
  .facts-inner p { font-size: .7rem; }
  .facts-inner span { display: block; margin-bottom: 4px; }
  .section { padding-block: 58px; }
  .section-heading { gap: 22px; margin-bottom: 30px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 30px; }
  .webui-gallery { grid-template-columns: 1fr; gap: 22px; }
  .feature-icon { margin-bottom: 16px; }
  .benefit h3 { margin-bottom: 12px; }
  .company-layout { gap: 30px; }
  .person-card { max-width: 520px; width: 100%; }
  .contact-section { padding-block: 48px; }
  .contact-actions { align-items: flex-start; }
  .footer-top, .footer-bottom { flex-direction: column; align-items: flex-start; gap: 18px; }
  .footer-links { align-self: flex-start; }
  .legal-main { padding-block: 42px 60px; }
}
@media (max-width: 380px) {
  .container { width: calc(100% - 32px); }
  .navigation { gap: 12px; font-size: .69rem; }
  .button-small { padding-inline: 9px; }
  .navigation .button span { display: none; }
  h1 { font-size: 2.3rem; }
  .process-preview { padding: 15px; }
  .document-preview, .processing-preview { padding: 15px; gap: 10px; }
  .processing-preview strong { font-size: .82rem; }
  .output-preview pre { font-size: .65rem; padding-inline: 12px; }
  .facts-inner { gap: 10px; }
  .footer-links { gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
