:root {
    --ink: #07111f; --navy: #0b1c31; --blue: #176bff; --cyan: #24d5e8;
    --paper: #f4f7fb; --white: #fff; --muted: #9aacbd;
    --line: rgba(255, 255, 255, .12); --dark-line: #dce4ed; --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'DM Sans', sans-serif; color: var(--ink); background: var(--paper); font-size: 1rem; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; } img { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 118px 0; }
.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; z-index: 100; left: 1rem; top: -100px; padding: .75rem 1rem; background: var(--white); color: var(--ink); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 1rem; }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .3s, border-color .3s, backdrop-filter .3s; }
.site-header.scrolled { background: rgba(7,17,31,.87); border-color: var(--line); backdrop-filter: blur(18px); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; width: 132px; height: 48px; overflow: hidden; }
.brand img { width: 100%; filter: brightness(0) invert(1); }
.site-nav { display: flex; align-items: center; gap: 34px; color: #dce8f5; }
.site-nav a { font-size: .9rem; font-weight: 600; text-decoration: none; transition: color .2s; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--cyan); }
.site-nav .nav-login { border: 1px solid rgba(255,255,255,.35); border-radius: 100px; padding: 10px 18px; }
.menu-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: white; }

.hero { position: relative; min-height: 820px; padding: 160px 0 90px; background: radial-gradient(circle at 76% 24%, rgba(23,107,255,.22), transparent 35%), linear-gradient(145deg, #07111f 0%, #0b1c31 58%, #071523 100%); color: var(--white); overflow: hidden; }
.hero::after { content: ''; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(36,213,232,.16); border-radius: 50%; right: -250px; top: 80px; box-shadow: 0 0 0 80px rgba(36,213,232,.025), 0 0 0 160px rgba(36,213,232,.018); }
.hero-grid, .closing-grid { position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; gap: 68px; align-items: center; }
.eyebrow { margin: 0 0 24px; color: #afc3d6; text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 700; }
.eyebrow span { display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: var(--cyan); }
.eyebrow.dark { color: #536779; }
.hero h1, .section h2, .closing h2 { margin: 0; font-family: 'Manrope', sans-serif; font-weight: 700; letter-spacing: -.055em; line-height: 1.03; }
.hero h1 { max-width: 700px; font-size: clamp(3.1rem, 5.5vw, 5.3rem); }
.hero h1 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 630px; margin: 30px 0 0; color: #b8c8d8; font-size: 1.18rem; line-height: 1.65; }
.hero-actions, .closing-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 25px; border-radius: 4px; font-weight: 700; text-decoration: none; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 16px 34px rgba(23,107,255,.25); }
.button-primary:hover { background: #2b78ff; }
.button-ghost { color: var(--white); border: 1px solid rgba(255,255,255,.25); }
.button-ghost:hover { border-color: var(--cyan); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid var(--line); }
.hero-proof div { padding: 22px 22px 0 0; }
.hero-proof strong { display: block; color: var(--cyan); font-family: 'Manrope'; font-size: .75rem; letter-spacing: .1em; }
.hero-proof span { display: block; margin-top: 5px; color: #9fb1c3; font-size: .84rem; }

.system-preview { position: relative; border: 1px solid rgba(255,255,255,.18); border-radius: 12px; background: rgba(9,25,43,.72); box-shadow: 0 35px 90px rgba(0,0,0,.36); transform: perspective(1200px) rotateY(-4deg) rotateX(2deg); backdrop-filter: blur(12px); }
.preview-topbar { height: 48px; padding: 0 16px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); color: #7690a7; font-size: .65rem; letter-spacing: .12em; }
.window-dots { display: flex; gap: 6px; } .window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #52687e; } .window-dots i:first-child { background: var(--cyan); }
.online { justify-self: end; color: #91a7b9; letter-spacing: 0; } .online i { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #32d583; box-shadow: 0 0 12px #32d583; margin-right: 5px; }
.preview-body { min-height: 470px; display: grid; grid-template-columns: 62px 1fr; }
.preview-sidebar { padding: 18px 0; display: flex; flex-direction: column; align-items: center; gap: 23px; border-right: 1px solid var(--line); }
.mini-logo { width: 30px; height: 30px; display: grid; place-items: center; margin-bottom: 13px; background: var(--blue); border-radius: 7px; font: 800 .9rem 'Manrope'; }
.preview-sidebar i { width: 17px; height: 17px; border: 1px solid #4c647b; border-radius: 4px; } .preview-sidebar i.active { background: var(--cyan); border-color: var(--cyan); box-shadow: 0 0 16px rgba(36,213,232,.4); }
.preview-content { padding: 28px 26px; }
.preview-heading { display: flex; align-items: center; justify-content: space-between; } .preview-heading div { display: flex; flex-direction: column; } .preview-heading small { color: var(--cyan); font-size: .58rem; letter-spacing: .16em; } .preview-heading strong { margin-top: 3px; font: 600 1.15rem 'Manrope'; } .preview-heading > span { padding: 6px 11px; border: 1px solid var(--line); border-radius: 5px; color: #89a0b4; font-size: .65rem; }
.metric-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 24px 0 14px; } .metric-row article { padding: 16px; background: rgba(255,255,255,.045); border: 1px solid var(--line); border-radius: 7px; } .metric-row small { display: block; color: #7890a7; font-size: .55rem; letter-spacing: .1em; } .metric-row strong { display: block; margin: 5px 0; font: 700 1rem 'Manrope'; } .metric-row span { color: #58dcb1; font-size: .62rem; }
.chart-card { height: 180px; padding: 17px; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 7px; } .chart-label { display: flex; justify-content: space-between; color: #d9e4ee; font-size: .68rem; } .chart-label small { color: #617b93; font-size: .5rem; letter-spacing: .1em; } .bars { height: 115px; display: flex; align-items: end; gap: 10px; padding-top: 16px; border-bottom: 1px solid #263d53; } .bars i { flex: 1; height: var(--h); min-height: 15px; border-radius: 3px 3px 0 0; background: linear-gradient(to top, var(--blue), var(--cyan)); opacity: .82; }
.preview-status { display: flex; justify-content: space-between; align-items: center; margin-top: 16px; color: #7890a7; font-size: .68rem; } .preview-status i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; margin-right: 6px; background: #32d583; } .preview-status b { color: #d4e0eb; font-weight: 500; }
.preview-glow { position: absolute; width: 190px; height: 190px; right: -50px; bottom: -50px; background: rgba(36,213,232,.13); filter: blur(60px); pointer-events: none; }

.solutions { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; margin-bottom: 60px; } .section-heading .eyebrow { grid-column: 1 / -1; } .section-heading h2, .erp-copy h2, .process-top h2 { font-size: clamp(2.5rem, 4vw, 4rem); } .section-heading > p:last-child { margin: 0 0 5px; color: #5f7182; font-size: 1.03rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--dark-line); }
.service-card { min-height: 505px; padding: 34px; display: flex; flex-direction: column; background: var(--white); border-right: 1px solid var(--dark-line); transition: transform .25s, box-shadow .25s; } .service-card:last-child { border-right: 0; } .service-card:hover { z-index: 2; transform: translateY(-7px); box-shadow: 0 28px 55px rgba(15,36,57,.12); } .service-featured { color: white; background: var(--blue); }
.service-number { color: #7a8b9a; font-size: .66rem; font-weight: 700; letter-spacing: .14em; } .service-featured .service-number { color: #bfd3ff; }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; margin: 46px 0 25px; border: 1px solid var(--dark-line); border-radius: 50%; color: var(--blue); font-size: 1.6rem; } .service-featured .service-icon { color: var(--cyan); border-color: rgba(255,255,255,.3); }
.service-card h3 { margin: 0 0 16px; font: 700 1.62rem 'Manrope'; letter-spacing: -.03em; } .service-card p { margin: 0; color: #617385; } .service-featured p { color: #d9e5ff; }
.service-card ul { padding: 24px 0 0; margin: auto 0 20px; list-style: none; border-top: 1px solid var(--dark-line); } .service-featured ul { border-color: rgba(255,255,255,.2); } .service-card li { position: relative; padding: 5px 0 5px 19px; font-size: .86rem; } .service-card li::before { content: ''; position: absolute; left: 0; top: 14px; width: 7px; height: 2px; background: var(--cyan); } .service-card > a { width: fit-content; color: inherit; font-weight: 700; text-decoration: none; } .service-card > a span { margin-left: 8px; }

.erp-section { color: white; background: var(--ink); } .erp-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; } .erp-copy { position: sticky; top: 130px; } .erp-copy > p:not(.eyebrow) { margin: 28px 0; color: #a7b8c8; font-size: 1.06rem; } .text-link { display: inline-flex; gap: 14px; color: var(--cyan); font-weight: 700; text-decoration: none; }
.feature-list { border-top: 1px solid var(--line); } .feature-item { display: grid; grid-template-columns: 70px 1fr; padding: 35px 0; border-bottom: 1px solid var(--line); } .feature-item > span { color: var(--cyan); font: 600 .73rem 'Manrope'; } .feature-item h3 { margin: 0 0 8px; font: 600 1.35rem 'Manrope'; } .feature-item p { margin: 0; color: #91a4b5; }

.process { background: var(--white); } .process-top { display: grid; grid-template-columns: 1fr .55fr; gap: 80px; align-items: end; } .process-top > p { margin: 0 0 8px; color: #5f7182; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 75px 0 0; list-style: none; border-top: 2px solid var(--ink); } .process-list li { position: relative; padding: 30px 25px 0 0; } .process-list li::before { content: ''; position: absolute; width: 9px; height: 9px; top: -5px; left: 0; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px #dbe8ff; } .process-list span { display: block; color: var(--blue); font: 700 .72rem 'Manrope'; } .process-list strong { display: block; margin: 25px 0 8px; font: 700 1.2rem 'Manrope'; } .process-list p { margin: 0; color: #687989; font-size: .9rem; }

.closing { position: relative; padding: 120px 0; overflow: hidden; color: white; text-align: center; background: linear-gradient(135deg, #0a1a2d, #0d2945); } .closing-grid { mask-image: radial-gradient(circle at center, black, transparent 70%); } .closing::after { content: ''; position: absolute; width: 420px; height: 420px; left: 50%; bottom: -350px; transform: translateX(-50%); border-radius: 50%; background: var(--cyan); filter: blur(100px); opacity: .18; } .closing-inner { position: relative; z-index: 2; } .closing .eyebrow { margin-bottom: 22px; } .closing h2 { font-size: clamp(3rem, 5.5vw, 5.4rem); } .closing-inner > p:not(.eyebrow) { max-width: 650px; margin: 25px auto 0; color: #afc1d1; font-size: 1.08rem; } .closing-actions { justify-content: center; }
.site-footer { padding: 28px 0; color: #8ca0b2; background: var(--ink); border-top: 1px solid var(--line); } .footer-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; } .brand-footer { width: 100px; height: 38px; } .footer-inner p { margin: 0; font-size: .8rem; } .footer-inner p:last-child { justify-self: end; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; } .reveal.is-visible { opacity: 1; transform: translateY(0); }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

@media (max-width: 980px) {
    .section { padding: 90px 0; } .hero { min-height: auto; } .hero-layout { grid-template-columns: 1fr; } .hero-copy { max-width: 760px; } .system-preview { max-width: 650px; margin-inline: auto; transform: none; }
    .section-heading, .process-top { grid-template-columns: 1fr; gap: 25px; } .services-grid { grid-template-columns: 1fr 1fr; } .service-card:last-child { grid-column: 1 / -1; border-top: 1px solid var(--dark-line); }
    .erp-layout { grid-template-columns: 1fr; gap: 60px; } .erp-copy { position: static; }
}
@media (max-width: 760px) {
    .container { width: min(calc(100% - 28px), var(--container)); } .header-inner { min-height: 72px; } .menu-toggle { display: block; z-index: 2; cursor: pointer; }
    .site-nav { position: fixed; inset: 0; padding: 120px 28px 40px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(7,17,31,.98); visibility: hidden; opacity: 0; transform: translateY(-12px); transition: opacity .25s, transform .25s, visibility .25s; } .site-nav.open { visibility: visible; opacity: 1; transform: none; } .site-nav a { padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 1.1rem; } .site-nav .nav-login { margin-top: 20px; text-align: center; border: 1px solid rgba(255,255,255,.3); }
    .hero { padding: 128px 0 70px; } .hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); } .hero-lead { font-size: 1.05rem; } .hero-proof { grid-template-columns: 1fr; margin-top: 50px; } .hero-proof div { display: grid; grid-template-columns: 38px 1fr; padding-top: 14px; }
    .preview-body { min-height: 400px; grid-template-columns: 45px 1fr; } .preview-content { padding: 20px 14px; } .preview-sidebar { gap: 18px; } .metric-row { grid-template-columns: 1fr; } .metric-row article:nth-child(2) { display: none; } .preview-topbar { grid-template-columns: 1fr 1fr; } .preview-topbar > span:nth-child(2) { display: none; }
    .section-heading h2, .erp-copy h2, .process-top h2 { font-size: 2.5rem; } .services-grid { grid-template-columns: 1fr; } .service-card { min-height: 470px; border-right: 0; border-bottom: 1px solid var(--dark-line); } .service-card:last-child { grid-column: auto; border-bottom: 0; }
    .process-list { grid-template-columns: 1fr; border-top: 0; border-left: 2px solid var(--ink); margin-left: 5px; } .process-list li { padding: 0 0 34px 32px; } .process-list li::before { top: 5px; left: -6px; } .process-list strong { margin-top: 8px; }
    .footer-inner { grid-template-columns: 1fr; text-align: center; justify-items: center; } .footer-inner p:last-child { justify-self: auto; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
