:root {
  --blue: #075aa6;
  --blue-dark: #06477f;
  --navy: #0d1b2a;
  --ink: #101923;
  --muted: #667382;
  --line: #dce4eb;
  --soft: #f4f7fa;
  --white: #ffffff;
  --sans: "DM Sans", Arial, sans-serif;
  --display: "Manrope", "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 12px; top: -70px; z-index: 100; padding: 10px 14px; background: var(--navy); color: white; }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(13,27,42,.09); }
.nav-wrap { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 34px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 148px; height: auto; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.main-nav a { color: #3f4b58; font-size: 14px; font-weight: 600; }
.main-nav a:hover { color: var(--blue); }
.main-nav .nav-cta { padding: 11px 18px; background: var(--blue); color: white; }
.main-nav .nav-cta:hover { background: var(--blue-dark); color: white; }
.menu-button { display: none; width: 44px; height: 44px; padding: 12px; background: white; border: 1px solid var(--line); }
.menu-button span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: var(--navy); }

.hero { position: relative; overflow: hidden; padding: 92px 0 0; background: var(--soft); border-bottom: 1px solid var(--line); }
.hero-grid { position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(#dfe8ef 1px, transparent 1px), linear-gradient(90deg, #dfe8ef 1px, transparent 1px); background-size: 56px 56px; }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 460px; align-items: center; gap: 78px; min-height: 500px; }
.hero-copy { padding-bottom: 68px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span { width: 24px; height: 2px; background: var(--blue); }
.hero h1 { max-width: 700px; margin-bottom: 26px; font: 800 clamp(48px, 5.3vw, 76px)/1.03 var(--display); letter-spacing: -.05em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero-lead { max-width: 650px; margin-bottom: 33px; color: #536170; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 49px; padding: 0 22px; border: 1px solid var(--blue); font-size: 14px; font-weight: 700; }
.button-primary { background: var(--blue); color: white; }
.button-primary:hover { background: var(--blue-dark); }
.button-ghost { background: white; color: var(--blue); }
.button-ghost:hover { background: #eaf2f8; }

.hero-visual { position: relative; height: 420px; }
.orb { position: absolute; border: 1px solid rgba(7,90,166,.16); border-radius: 50%; }
.orb-one { width: 320px; height: 320px; right: 0; top: 25px; }
.orb-two { width: 210px; height: 210px; right: 54px; top: 80px; }
.system-card { position: absolute; background: white; border: 1px solid #dbe5ed; box-shadow: 0 22px 60px rgba(13,27,42,.10); }
.system-card-main { width: 320px; min-height: 306px; right: 62px; top: 42px; padding: 24px; }
.system-top { display: flex; align-items: center; gap: 8px; color: #657384; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.system-top b { margin-left: auto; color: var(--blue); font-size: 9px; }
.system-dot { width: 8px; height: 8px; background: var(--blue); border-radius: 50%; }
.system-number { margin: 43px 0 1px; color: var(--navy); font: 800 64px/1 var(--display); letter-spacing: -.06em; }
.system-card-main p { color: var(--muted); font-size: 13px; }
.system-bars { display: flex; align-items: end; gap: 9px; height: 76px; margin-top: 27px; padding-top: 10px; border-bottom: 1px solid var(--line); }
.system-bars i { flex: 1; height: var(--h); background: var(--blue); opacity: .18; }
.system-bars i:nth-child(4), .system-bars i:nth-child(6) { opacity: .8; }
.system-card-side { left: 0; bottom: 35px; width: 168px; padding: 19px; }
.system-card-side span, .system-card-side small { display: block; color: var(--muted); font-size: 10px; }
.system-card-side strong { display: block; margin: 7px 0; color: var(--blue); font-size: 29px; line-height: 1; }
.system-card-mini { right: 0; top: 6px; display: flex; align-items: center; gap: 7px; padding: 11px 13px; font-size: 9px; font-weight: 700; }
.system-card-mini i { width: 12px; height: 1px; background: #aebbc6; }

.trust-strip { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); background: white; border: 1px solid var(--line); border-bottom: 0; }
.trust-strip div { padding: 22px 24px; border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip strong { margin-bottom: 3px; font-size: 13px; }
.trust-strip span { color: var(--muted); font-size: 12px; }

.section { padding: 104px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .62fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.kicker { display: block; margin-bottom: 17px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.kicker.light { color: #b9d8ef; }
.section-heading h2, .impact h2, .contact h2, .about h2 { margin: 0; font: 800 clamp(38px, 4.2vw, 62px)/1.07 var(--display); letter-spacing: -.045em; }
.section-heading > p { margin-bottom: 5px; color: var(--muted); font-size: 16px; }

.solutions { background: white; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { position: relative; min-height: 310px; padding: 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .18s, color .18s; }
.solution-card:hover { background: var(--blue); color: white; }
.card-index { position: absolute; right: 24px; top: 24px; color: #97a4b0; font-size: 10px; font-weight: 700; }
.card-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 40px; color: var(--blue); background: #eaf3fa; }
.solution-icon { display: block; width: 25px; height: 25px; background: currentColor; -webkit-mask-position: center; mask-position: center; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: contain; mask-size: contain; }
.icon-finance { -webkit-mask-image: url("/assets/icons/landmark.svg"); mask-image: url("/assets/icons/landmark.svg"); }
.icon-crm { -webkit-mask-image: url("/assets/icons/handshake.svg"); mask-image: url("/assets/icons/handshake.svg"); }
.icon-purchase { -webkit-mask-image: url("/assets/icons/shopping-cart.svg"); mask-image: url("/assets/icons/shopping-cart.svg"); }
.icon-stock { -webkit-mask-image: url("/assets/icons/warehouse.svg"); mask-image: url("/assets/icons/warehouse.svg"); }
.icon-production { -webkit-mask-image: url("/assets/icons/factory.svg"); mask-image: url("/assets/icons/factory.svg"); }
.icon-reporting { -webkit-mask-image: url("/assets/icons/chart-no-axes-combined.svg"); mask-image: url("/assets/icons/chart-no-axes-combined.svg"); }
.solution-card:hover .card-icon { color: white; background: rgba(255,255,255,.15); }
.solution-card h3 { margin-bottom: 13px; font: 700 22px/1.2 var(--display); letter-spacing: -.025em; }
.solution-card p { margin-bottom: 23px; color: var(--muted); font-size: 14px; }
.solution-card:hover p, .solution-card:hover .card-index { color: rgba(255,255,255,.75); }
.solution-card a { position: absolute; left: 29px; bottom: 25px; color: var(--blue); font-size: 12px; font-weight: 700; }
.solution-card:hover a { color: white; }

.impact { padding: 104px 0; background: var(--blue); color: white; }
.impact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: start; }
.impact h2 { margin-bottom: 26px; }
.impact h2 em, .contact h2 em { color: #bedcf2; font-style: normal; }
.impact-copy > p { max-width: 540px; margin-bottom: 33px; color: #d4e5f2; }
.text-link { display: inline-flex; gap: 18px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 700; }
.text-link.dark { color: var(--blue); }
.impact-points { border-top: 1px solid rgba(255,255,255,.3); }
.impact-points article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid rgba(255,255,255,.3); }
.impact-points strong { color: #a9d1ed; font-size: 11px; }
.impact-points h3 { margin-bottom: 8px; font: 700 21px var(--display); }
.impact-points p { margin: 0; color: #d4e5f2; font-size: 14px; }

.approach { background: var(--soft); }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.step span { color: var(--blue); font-size: 11px; font-weight: 800; }
.step-line { height: 1px; margin: 18px 0 25px; background: #b9c5cf; }
.step h3 { margin-bottom: 10px; font: 700 21px var(--display); }
.step p { color: var(--muted); font-size: 14px; }

.insights { background: white; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.article-card { display: flex; flex-direction: column; min-height: 280px; padding: 27px; background: var(--soft); border: 1px solid var(--line); }
.article-card.featured { grid-column: span 2; background: #eaf3fa; }
.article-card:hover { border-color: #89b7d9; }
.article-tag { margin-bottom: 35px; color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.article-card h3 { margin-bottom: 13px; font: 700 22px/1.25 var(--display); letter-spacing: -.02em; }
.article-card p { margin-bottom: 24px; color: var(--muted); font-size: 14px; }
.article-link { margin-top: auto; color: var(--blue); font-size: 12px; font-weight: 700; }

.about { background: white; }
.about-layout { display: grid; grid-template-columns: minmax(320px, 430px) 1fr; gap: 88px; align-items: center; }
.about-mark { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; aspect-ratio: 4 / 3; overflow: hidden; background: var(--blue); color: white; }
.about-mark::before, .about-mark::after { content: ""; position: absolute; border: 34px solid rgba(255,255,255,.10); border-radius: 50%; }
.about-mark::before { width: 260px; height: 260px; right: -100px; top: -110px; }
.about-mark::after { width: 180px; height: 180px; left: -88px; bottom: -105px; }
.about-mark img { position: relative; z-index: 2; width: min(62%, 260px); height: auto; object-fit: contain; filter: brightness(0) invert(1); }
.about-mark span { position: absolute; z-index: 2; left: 27px; bottom: 22px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.about-copy h2 { margin-bottom: 24px; }
.about-copy p { max-width: 650px; color: var(--muted); font-size: 15px; }
.about-copy .text-link { margin-top: 16px; }

.contact { padding: 94px 0; background: var(--navy); color: white; }
.contact-layout { display: grid; grid-template-columns: 1fr .82fr; gap: 95px; align-items: center; }
.contact h2 { margin-bottom: 22px; }
.contact-copy p { max-width: 550px; color: #b8c3cd; }
.contact-card { border-top: 1px solid #52606d; }
.contact-card > * { position: relative; display: block; padding: 19px 42px 19px 0; border-bottom: 1px solid #52606d; }
.contact-card span, .contact-card strong { display: block; }
.contact-card span { margin-bottom: 4px; color: #8fa0af; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.contact-card strong { font-size: 14px; font-weight: 600; }
.contact-card i { position: absolute; right: 4px; top: 30px; color: #b8d9f0; font-style: normal; }

.site-footer { padding: 54px 0 22px; background: white; }
.footer-top { display: grid; grid-template-columns: 220px 1fr auto; align-items: start; gap: 45px; padding-bottom: 42px; border-bottom: 1px solid var(--line); }
.brand-footer img { width: 155px; height: auto; }
.footer-top p { color: var(--muted); font-size: 14px; }
.footer-top nav { display: grid; grid-template-columns: repeat(2, auto); gap: 10px 28px; }
.footer-top nav a { color: #4c5966; font-size: 13px; font-weight: 600; }
.footer-top nav a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; color: #7c8893; font-size: 11px; }

/* Article pages */
.article-page { background: var(--white); }
.article-page .site-header { position: static; }
.article-page .nav-wrap { min-height: 78px; }
.article-top { display: grid; grid-template-columns: 140px minmax(0, 1fr) 240px; max-width: 1180px; min-height: 430px; margin: 0 auto; padding: 64px 0; border-bottom: 1px solid var(--line); }
.article-index { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.article-heading { padding-right: 70px; }
.article-heading .article-tag { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.article-heading h1 { max-width: 800px; margin: 38px 0 22px; font: 800 clamp(40px, 5vw, 68px)/1.05 var(--display); letter-spacing: -.045em; }
.article-heading p { max-width: 680px; color: var(--muted); font-size: 17px; }
.article-aside { display: flex; flex-direction: column; justify-content: space-between; padding: 25px; background: var(--soft); border: 1px solid var(--line); }
.aside-mark { color: var(--blue); font: 800 72px/1 var(--display); }
.article-aside a { display: flex; justify-content: space-between; padding-top: 14px; border-top: 1px solid var(--line); color: var(--blue); font-size: 11px; font-weight: 700; }
.article-layout { display: grid; grid-template-columns: 180px minmax(0, 780px); gap: 48px; max-width: 1040px; margin: 0 auto; padding: 74px 24px 100px; }
.article-rail p { position: sticky; top: 24px; color: #80909d; font-size: 10px; font-weight: 700; line-height: 1.7; letter-spacing: .08em; }
.article-body > p:first-child { color: var(--ink); font-size: 20px; font-weight: 600; line-height: 1.55; }
.article-body h2 { margin: 55px 0 16px; font: 800 clamp(30px, 3.5vw, 43px)/1.1 var(--display); letter-spacing: -.035em; }
.article-body h3 { margin: 37px 0 12px; font: 700 23px var(--display); }
.article-body p, .article-body li { color: #485563; font-size: 16px; line-height: 1.75; }
.article-body li + li { margin-top: 8px; }
.article-body ul, .article-body ol { padding-left: 22px; }
.article-body table { display: block; width: 100%; overflow-x: auto; margin: 30px 0; border-collapse: collapse; font-size: 14px; }
.article-body th, .article-body td { min-width: 140px; padding: 12px; border: 1px solid var(--line); text-align: left; }
.article-body th { background: var(--soft); }
.article-body blockquote { margin: 34px 0; padding: 18px 24px; background: var(--soft); border-left: 4px solid var(--blue); color: var(--ink); font-size: 18px; }
.article-body pre { overflow-x: auto; padding: 22px; background: var(--navy); color: white; }
.article-end { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 22px; border-top: 1px solid var(--line); }
.article-end a { color: var(--blue); font-weight: 700; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.js .reveal.is-visible { opacity: 1; transform: none; }
.js .delay-1 { transition-delay: .08s; }
.js .delay-2 { transition-delay: .16s; }
.js .delay-3 { transition-delay: .24s; }

@media (max-width: 980px) {
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 13px; }
  .hero-layout { grid-template-columns: 1fr 370px; gap: 35px; }
  .system-card-main { right: 25px; }
  .section-heading { gap: 45px; }
  .about-layout { gap: 50px; }
  .contact-layout { gap: 55px; }
  .article-top { width: calc(100% - 48px); grid-template-columns: 100px 1fr 190px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 32px, 640px); }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 132px; }
  .menu-button { display: block; }
  .main-nav { display: none; position: absolute; top: 70px; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 10px 16px 18px; background: white; border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 8px; }
  .main-nav .nav-cta { margin-top: 5px; text-align: center; }
  .hero { padding-top: 64px; }
  .hero-layout { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { padding-bottom: 18px; }
  .hero h1 { font-size: clamp(43px, 13vw, 64px); }
  .hero-visual { height: 390px; max-width: 470px; width: 100%; margin: 0 auto; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 78px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 23px; margin-bottom: 40px; }
  .section-heading h2, .impact h2, .contact h2, .about h2 { font-size: clamp(36px, 10vw, 50px); }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .solution-card { min-height: 290px; }
  .impact-layout, .contact-layout { grid-template-columns: 1fr; gap: 50px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .article-grid { grid-template-columns: 1fr 1fr; }
  .article-card.featured { grid-column: span 2; }
  .about-layout { grid-template-columns: minmax(0, 520px); justify-content: center; }
  .about-mark { aspect-ratio: 16 / 10; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-top nav { grid-column: 1 / 3; }
  .article-top { grid-template-columns: 1fr; width: min(100% - 32px, 700px); min-height: 0; gap: 25px; padding: 48px 0; }
  .article-heading { padding-right: 0; }
  .article-heading h1 { margin-top: 25px; font-size: clamp(38px, 10vw, 54px); }
  .article-aside { min-height: 150px; }
  .article-layout { grid-template-columns: 1fr; gap: 15px; padding-top: 50px; }
  .article-rail p { position: static; }
}

@media (max-width: 520px) {
  body { font-size: 15px; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 42px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { height: 335px; }
  .system-card-main { width: 270px; min-height: 270px; right: 8px; padding: 20px; }
  .system-number { margin-top: 33px; font-size: 54px; }
  .system-card-side { width: 145px; left: 0; bottom: 10px; }
  .system-card-mini { display: none; }
  .trust-strip { width: 100%; border-left: 0; border-right: 0; }
  .trust-strip div { padding: 17px 14px; }
  .solution-grid, .steps, .article-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 270px; }
  .article-card.featured { grid-column: auto; }
  .about-layout { gap: 38px; }
  .about-mark { aspect-ratio: 4 / 3; }
  .about-mark img { width: min(62%, 230px); height: auto; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-top nav { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .article-body > p:first-child { font-size: 18px; }
  .article-end { flex-direction: column; }
}
