
:root{
  --bg:#f5f7fa;--surface:#fff;--soft:#edf7f1;--ink:#14202b;--muted:#607080;
  --brand:#146c43;--brand-dark:#0f5132;--line:#dfe6eb;--dark:#101923;
  --dark-soft:#182431;--shadow:0 14px 35px rgba(20,35,50,.08)
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--bg);line-height:1.5}
a{color:inherit}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.section-anchor{scroll-margin-top:90px}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav-wrap{min-height:72px;display:flex;align-items:center;gap:22px}
.brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:900;letter-spacing:.4px}
.brand-mark{width:38px;height:38px;display:grid;place-items:center;color:#fff;background:var(--brand);border-radius:10px;font-size:14px}
.brand-name{font-size:21px}.main-nav{display:flex;align-items:center;gap:20px;margin-left:auto}
.main-nav a{text-decoration:none;font-weight:700;font-size:14px}.main-nav a:hover{color:var(--brand)}
.language-switch{display:flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:9px;background:#fff}
.language-switch a{padding:6px 9px;border-radius:6px;text-decoration:none;font-size:12px;font-weight:900}
.language-switch a.active{background:var(--brand);color:#fff}
.menu-toggle{display:none;margin-left:auto;background:transparent;border:0;padding:8px}
.menu-toggle span{display:block;width:24px;height:2px;margin:5px 0;background:var(--ink)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:9px;text-decoration:none;background:var(--brand);color:#fff;font-weight:800;border:1px solid var(--brand)}
.btn:hover{background:var(--brand-dark)}.btn-small{min-height:40px;padding:0 16px;font-size:14px}
.btn-secondary{
  background:#2563eb;
  color:#fff;
  border-color:#2563eb
}
.btn-secondary:hover{
  background:#1d4ed8;
  border-color:#1d4ed8
}
.btn-light{background:#fff;color:var(--brand-dark);border-color:#fff}
.hero{padding:76px 0 70px;background:linear-gradient(135deg,#e9f7ef 0%,#f8fafc 55%,#eef2ff 100%);border-bottom:1px solid var(--line)}
.hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:58px;
  align-items:center
}
.eyebrow{margin:0 0 12px;color:var(--brand);text-transform:uppercase;letter-spacing:1.5px;font-size:13px;font-weight:900}
.hero h1{
  margin:0 0 20px;
  max-width:780px;
  font-size:clamp(42px,5.25vw,64px);
  line-height:1.03;
  letter-spacing:-1.65px
}
.hero-lead{max-width:720px;margin:0 0 18px;font-size:20px;color:var(--muted);line-height:1.6}
.strategic-line{margin:0 0 26px;font-size:21px;font-weight:900}.hero-actions{display:flex;flex-wrap:wrap;gap:10px}
.trust-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.trust-row span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:800}
.dashboard-shell{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:0 26px 72px rgba(20,35,50,.16);
  overflow:hidden;
  transform:none;
  position:relative
}
.dashboard-top{height:44px;display:flex;align-items:center;gap:7px;padding:0 16px;background:#f5f7fa;border-bottom:1px solid var(--line)}
.dot{width:9px;height:9px;border-radius:50%;background:#cbd4dc}.dashboard-body{padding:20px}
.mini-card,.chart-card{background:#f8fafb;border:1px solid var(--line);border-radius:12px;padding:16px}
.mini-card small{display:block;color:var(--muted);margin-bottom:6px}.mini-card strong{font-size:25px}
.mini-card.wide{display:grid;grid-template-columns:120px 1fr;align-items:center;gap:18px}
.bar{height:11px;background:#dfe8e3;border-radius:999px;overflow:hidden}.bar span{display:block;height:100%;background:var(--brand);border-radius:999px}
.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:12px}
.chart-card{margin-top:12px;height:150px}.chart-bars{height:100%;display:flex;align-items:flex-end;gap:12px}
.chart-bars span{flex:1;min-width:16px;background:linear-gradient(180deg,#3a9b69,var(--brand));border-radius:7px 7px 2px 2px}
.value-strip{background:var(--dark);color:#fff}
.value-strip-inner{
  min-height:76px;
  display:grid;
  grid-template-columns:auto 1fr;
  align-items:center;
  gap:30px
}
.value-strip strong{font-size:20px}
.value-strip span{
  color:#cbd5df;
  text-align:right;
  font-weight:700;
  letter-spacing:.1px
}
.section{padding:76px 0}.section-heading{max-width:850px;margin:0 auto 42px;text-align:center}
.section-heading h2{margin:0 0 14px;font-size:clamp(32px,4vw,48px);line-height:1.12}
.section-heading p:last-child{margin:0;color:var(--muted);font-size:18px;line-height:1.65}
.cards{display:grid;gap:18px}.cards.four{grid-template-columns:repeat(4,1fr)}.cards.three{grid-template-columns:repeat(3,1fr)}
.product-card,.service-card,.price-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:26px;box-shadow:var(--shadow)}
.product-card{display:flex;flex-direction:column}.icon{width:48px;height:48px;display:grid;place-items:center;margin-bottom:16px;border-radius:13px;background:var(--soft);color:var(--brand);font-weight:900}
.card-kicker{margin:0 0 7px;color:var(--brand);font-size:12px;font-weight:900;letter-spacing:1.2px}
.product-card h3,.service-card h3,.price-card h3{margin:0 0 10px;font-size:23px}
.product-card p,.service-card p,.price-card p{color:var(--muted)}
.product-card ul{padding-left:18px;color:var(--muted);line-height:1.7;margin-bottom:22px}
.text-link{margin-top:auto;color:var(--brand);font-weight:900;text-decoration:none}
.dark-section{background:var(--dark);color:#fff}.section-heading.light p:last-child{color:#cbd5df}
.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.capability-grid article{padding:24px;background:var(--dark-soft);border:1px solid #2d3b49;border-radius:14px}
.capability-grid h3{margin-top:0}.capability-grid p{margin-bottom:0;color:#c8d3dd}
.industry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.industry-grid span{padding:16px;background:#fff;border:1px solid var(--line);border-radius:10px;text-align:center;font-weight:800}
.feature-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:28px}
.feature-row article{padding:26px;border-radius:14px;background:var(--soft);border:1px solid #d3e8da}
.feature-row h3{margin-top:0}.feature-row p{margin-bottom:0;color:var(--muted)}
.soft-section{background:#eef2f5}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.why-grid article{padding:23px;background:#fff;border:1px solid var(--line);border-radius:13px}
.why-grid strong{display:block;margin-bottom:7px}.why-grid span{color:var(--muted)}
.price-card{position:relative}.price-card.featured{border-color:var(--brand);transform:translateY(-8px)}
.badge{position:absolute;top:14px;right:14px;color:#fff;background:var(--brand);padding:5px 9px;border-radius:999px;font-size:11px;font-weight:900}
.final-cta{padding-top:22px}.final-cta-box{padding:58px 28px;text-align:center;color:#fff;border-radius:22px;background:linear-gradient(135deg,var(--brand),var(--brand-dark))}
.final-cta-box .eyebrow{color:#d8f0e2}.final-cta-box h2{margin:0 0 16px;font-size:clamp(34px,5vw,58px);line-height:1.08}
.final-cta-box p:not(.eyebrow){max-width:760px;margin:0 auto 26px;color:#e7f3eb;font-size:18px}
.site-footer{margin-top:76px;padding:54px 0 24px;background:#0d1520;color:#cbd5df}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:28px}.footer-brand{color:#fff}
.site-footer h3{margin:0 0 14px;color:#fff;font-size:15px}
.site-footer a{display:block;margin:8px 0;color:#cbd5df;text-decoration:none}.site-footer a:hover{color:#fff}
.footer-bottom{margin-top:35px;padding-top:20px;border-top:1px solid #24303d;font-size:13px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}
.legal-note{color:#93a3b2}
@media(max-width:1050px){.cards.four{grid-template-columns:repeat(2,1fr)}.industry-grid{grid-template-columns:repeat(3,1fr)}.hero-grid{grid-template-columns:1fr}.hero-visual{max-width:680px}}
@media(max-width:860px){
  .menu-toggle{display:block}.nav-cta{display:none}.language-switch{margin-left:auto}
  .main-nav{position:absolute;left:0;right:0;top:72px;display:none;flex-direction:column;align-items:flex-start;padding:18px 20px 24px;background:#fff;border-bottom:1px solid var(--line)}
  .main-nav.open{display:flex}.capability-grid,.cards.three,.feature-row,.why-grid,.footer-grid{grid-template-columns:1fr}
  .industry-grid{grid-template-columns:repeat(2,1fr)}.value-strip-inner{flex-direction:column;justify-content:center;text-align:center;padding:18px 0}
}
@media(max-width:580px){.cards.four,.industry-grid,.mini-grid{grid-template-columns:1fr}.hero{padding-top:56px}.hero-actions{flex-direction:column}.btn{width:100%}.mini-card.wide{grid-template-columns:1fr}.container{width:min(100% - 26px,1180px)}}

/* Internal and legal pages */
.internal-hero{padding:54px 0;background:linear-gradient(135deg,#e9f7ef,#f8fafc);border-bottom:1px solid var(--line)}
.internal-hero h1{margin:0 0 10px;font-size:clamp(34px,5vw,54px)}
.internal-hero p{margin:0;max-width:820px;color:var(--muted);font-size:17px}
.content-wrap{padding:58px 0}
.legal-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:34px;align-items:start}
.legal-nav{position:sticky;top:96px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px}
.legal-nav h2{font-size:15px;margin:0 0 10px}
.legal-nav a{display:block;padding:7px 0;color:var(--muted);text-decoration:none;font-size:14px}
.legal-nav a:hover{color:var(--brand)}
.legal-document{background:#fff;border:1px solid var(--line);border-radius:16px;padding:34px;box-shadow:var(--shadow)}
.legal-document h2{margin-top:34px;padding-top:4px;font-size:24px}
.legal-document h2:first-child{margin-top:0}
.legal-document h3{font-size:18px;margin-top:24px}
.legal-document p,.legal-document li{color:#40505e;line-height:1.72}
.legal-document ol,.legal-document ul{padding-left:24px}
.notice{padding:16px 18px;background:#fff8df;border:1px solid #eadca1;border-radius:10px;color:#5d501e;margin-bottom:24px}
.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:24px}
.contact-card h2,.contact-card h3{margin-top:0}
.simple-form{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.simple-form label{font-weight:700;font-size:14px}
.simple-form input,.simple-form textarea,.simple-form select{width:100%;padding:12px;border:1px solid var(--line);border-radius:8px;margin-top:6px;font:inherit}
.simple-form textarea{min-height:140px}.simple-form .full{grid-column:1/-1}
@media(max-width:860px){.legal-layout{grid-template-columns:1fr}.legal-nav{position:static}.contact-grid,.simple-form{grid-template-columns:1fr}.simple-form .full{grid-column:auto}}

.form-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-status{grid-column:1/-1;min-height:24px;margin:0;font-weight:700}
.form-status.success{color:#146c43}
.form-status.error{color:#a32222}
.simple-form button:disabled{opacity:.65;cursor:not-allowed}
.policy-check{display:flex;align-items:flex-start;gap:9px;font-weight:400!important}
.policy-check input{width:auto!important;margin-top:4px!important}


.hero-visual{
  transform:translate(-14px,-16px);
  align-self:center;
}
.dashboard-top{
  height:46px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:0 16px;
  background:#f5f7fa;
  border-bottom:1px solid var(--line)
}
.window-dots{display:flex;gap:7px}
.dashboard-title{
  font-size:12px;
  font-weight:900;
  color:#425466;
  letter-spacing:.4px
}
.dashboard-body{padding:18px}
.suite-status{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 15px;
  margin-bottom:12px;
  background:#f8fafb;
  border:1px solid var(--line);
  border-radius:12px
}
.suite-status small{display:block;color:var(--muted);margin-bottom:3px}
.suite-status strong{font-size:23px}
.health-badge{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#166534;
  background:#eaf7ef;
  border:1px solid #cfe8d8;
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:900
}
.health-badge::before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#16a34a
}
.suite-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px
}
.suite-module{
  min-height:112px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:15px;
  background:#f8fafb;
  border:1px solid var(--line);
  border-radius:12px
}
.suite-module-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px
}
.suite-module-label{
  font-size:12px;
  font-weight:900;
  letter-spacing:.7px;
  color:#425466
}
.suite-module-icon{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:8px;
  background:#eaf7ef;
  color:var(--brand);
  font-size:11px;
  font-weight:900
}
.suite-module strong{font-size:24px}
.suite-module small{color:var(--muted)}
.suite-footer{
  margin-top:12px;
  padding:14px 15px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:14px;
  align-items:center;
  background:linear-gradient(135deg,#eef8f2,#f8fafb);
  border:1px solid #d8eadf;
  border-radius:12px
}
.suite-footer strong{display:block;margin-bottom:3px}
.suite-footer small{color:var(--muted)}
.ai-pulse{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:var(--brand);
  color:#fff;
  font-weight:900;
  box-shadow:0 8px 20px rgba(20,108,67,.22)
}
.trust-row span:last-child{
  color:#166534;
  border-color:#cfe8d8;
  background:#effaf3
}
@media(max-width:1050px){
  .hero-visual{
    transform:none;
    max-width:720px;
    width:100%
  }
}
@media(max-width:580px){
  .suite-grid{grid-template-columns:1fr}
  .suite-footer{grid-template-columns:1fr auto}
}

@media(max-width:860px){
  .value-strip-inner{
    grid-template-columns:1fr;
    text-align:center;
    padding:18px 0;
    gap:7px
  }
  .value-strip span{text-align:center}
}

.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:16px;top:16px;z-index:100;background:#fff;padding:10px 14px;border-radius:8px}.page-language{margin-top:20px;width:max-content}.content-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:30px;box-shadow:var(--shadow);margin-bottom:22px}.content-card h2:first-child{margin-top:0}.industry-detail-grid,.benefit-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.industry-detail-grid article,.benefit-grid article{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px}.industry-detail-grid h3,.benefit-grid h3{margin-top:0}.legal-nav h2{font-size:15px}.faq-item{background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px;margin:12px 0}.faq-item h2,.faq-item h3{margin-top:0}.error-page{text-align:center;padding:80px 20px}.error-code{font-size:96px;font-weight:900;color:var(--brand);line-height:1}@media(max-width:860px){.industry-detail-grid,.benefit-grid{grid-template-columns:1fr}}
