:root {
  --ink: #08131f;
  --ink-soft: #102233;
  --ink-muted: #536574;
  --paper: #f6f8f7;
  --white: #ffffff;
  --line: rgba(8, 19, 31, 0.12);
  --line-light: rgba(255, 255, 255, 0.14);
  --lime: #d6f15b;
  --lime-dark: #afcb2f;
  --cyan: #74d9d2;
  --orange: #ffb16d;
  --purple: #a99cff;
  --green: #9ed67f;
  --font-body: "DM Sans", sans-serif;
  --font-display: "Space Grotesk", sans-serif;
  --shadow: 0 20px 60px rgba(8, 19, 31, 0.12);
  --radius: 20px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

section[id] { scroll-margin-top: 92px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open { overflow: hidden; }

img { display: block; max-width: 100%; }

a { color: inherit; text-decoration: none; }

button, input, select, textarea { font: inherit; }

button { cursor: pointer; }

:where(a, button, input, select, textarea, summary):focus-visible { outline: 3px solid var(--lime); outline-offset: 4px; }

.container { width: min(1180px, calc(100% - 64px)); margin: 0 auto; }

.skip-link { position: fixed; z-index: 1000; top: -60px; left: 24px; padding: 10px 16px; color: var(--ink); background: var(--lime); border-radius: 0 0 8px 8px; transition: top .2s ease; }
.skip-link:focus { top: 0; }

.site-header { position: fixed; z-index: 100; top: 0; width: 100%; color: var(--white); transition: background .3s ease, box-shadow .3s ease, padding .3s ease; }
.site-header.is-scrolled { background: rgba(8, 19, 31, .94); box-shadow: 0 8px 28px rgba(0, 0, 0, .16); backdrop-filter: blur(16px); }
.nav-shell { display: flex; align-items: center; min-height: 88px; gap: 28px; }

.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; overflow: hidden; border: 1px solid rgba(255, 255, 255, .24); border-radius: 50%; background: rgba(255, 255, 255, .09); }
.brand-mark img { width: 31px; height: 31px; object-fit: contain; }
.brand-name { color: var(--white); font-family: var(--font-display); font-size: 15px; letter-spacing: -.04em; line-height: 1.05; white-space: nowrap; }
.brand-name strong { display: block; color: var(--lime); font-weight: 600; }

.navmenu { display: flex; align-items: center; justify-content: center; flex: 1; gap: 8px; }
.nav-link { position: relative; padding: 10px 13px; color: rgba(255, 255, 255, .66); font-size: 14px; transition: color .2s ease; }
.nav-link::after { position: absolute; right: 13px; bottom: 3px; left: 13px; height: 2px; content: ""; background: var(--lime); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.nav-link:hover, .nav-link.active { color: var(--white); }
.nav-link.active::after { transform: scaleX(1); }

.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; font-size: 14px; font-weight: 600; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.nav-cta { padding: 11px 16px; color: var(--ink); background: var(--lime); border-radius: 999px; white-space: nowrap; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.nav-cta:hover { background: #e2fa76; }
.mobile-nav-toggle { display: none; width: 42px; height: 42px; margin-left: auto; color: var(--white); background: transparent; border: 1px solid rgba(255, 255, 255, .22); border-radius: 50%; }
.mobile-nav-toggle i { font-size: 21px; }

.hero { position: relative; min-height: 780px; padding: 160px 0 46px; color: var(--white); background: var(--ink); isolation: isolate; overflow: hidden; }
.hero-grid-lines { position: absolute; z-index: -2; inset: 0; opacity: .16; background-image: linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to bottom, black, transparent 80%); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(10px); pointer-events: none; }
.hero-glow-one { top: -180px; right: 18%; width: 550px; height: 550px; background: rgba(93, 224, 206, .12); }
.hero-glow-two { bottom: -300px; left: 6%; width: 500px; height: 500px; background: rgba(214, 241, 91, .08); }
.hero-layout { display: grid; align-items: center; grid-template-columns: minmax(0, .96fr) minmax(450px, 1.04fr); gap: 50px; }
.hero-copy { padding: 20px 0 40px; }
.eyebrow, .section-kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 22px; color: var(--lime); font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow-dot { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(214,241,91,.12); }
.hero h1 { max-width: 670px; margin: 0; color: var(--white); font-family: var(--font-display); font-size: clamp(54px, 6.5vw, 90px); font-weight: 500; letter-spacing: -.075em; line-height: .98; }
.hero h1 span { color: var(--lime); }
.hero-lead { max-width: 540px; margin: 28px 0 0; color: rgba(255,255,255,.67); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 34px; }
.button { min-height: 50px; padding: 13px 19px; border-radius: 999px; }
.button-primary { color: var(--ink); background: var(--lime); }
.button-primary:hover { color: var(--ink); background: #e3fa76; }
.button-quiet { color: rgba(255,255,255,.8); border-color: rgba(255,255,255,.24); }
.button-quiet:hover { color: var(--white); border-color: rgba(255,255,255,.6); }
.hero-meta { display: flex; align-items: center; gap: 13px; margin-top: 30px; color: rgba(255,255,255,.43); font-size: 12px; }
.hero-meta i { margin-right: 5px; color: var(--lime); }
.meta-divider { width: 3px; height: 3px; background: rgba(255,255,255,.33); border-radius: 50%; }

.hero-visual { position: relative; min-height: 500px; }
.hero-image-wrap { position: absolute; top: 8px; right: 0; width: 89%; height: 454px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 170px 18px 18px 18px; transform: rotate(3deg); }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.68) contrast(1.08); }
.hero-image-shade { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(8,19,31,.2), rgba(8,19,31,.76)); }
.system-card { color: var(--white); background: rgba(12, 33, 48, .9); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 30px 60px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.system-card-main { position: absolute; z-index: 2; bottom: 20px; left: 0; width: 265px; padding: 20px; border-radius: 18px; }
.system-card-top, .system-card-bottom { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.54); font-size: 10px; letter-spacing: .02em; }
.system-card-top i { margin-left: auto; font-size: 15px; }
.status-dot { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 4px rgba(214,241,91,.11); }
.system-card-title { margin-top: 28px; font-family: var(--font-display); font-size: 27px; letter-spacing: -.06em; line-height: 1.04; }
.system-card-title em { color: var(--lime); font-style: normal; }
.system-bars { display: flex; align-items: end; gap: 7px; height: 80px; margin: 22px 0 19px; padding: 0 4px; border-bottom: 1px solid rgba(255,255,255,.15); }
.system-bars span { flex: 1; min-height: 12px; background: linear-gradient(to top, var(--cyan), var(--lime)); border-radius: 3px 3px 0 0; opacity: .88; }
.system-card-bottom { justify-content: space-between; color: rgba(255,255,255,.42); }
.system-card-bottom i { color: var(--lime); font-size: 14px; }
.floating-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 8px; padding: 9px 12px; color: rgba(255,255,255,.88); background: rgba(12,33,48,.85); border: 1px solid rgba(255,255,255,.15); border-radius: 999px; box-shadow: 0 15px 30px rgba(0,0,0,.18); font-size: 11px; backdrop-filter: blur(8px); }
.floating-chip i { color: var(--lime); font-size: 15px; }
.floating-chip-one { top: 78px; left: 8%; }
.floating-chip-two { top: 170px; right: -2%; }
.floating-chip-three { bottom: 116px; right: 6%; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-top: 55px; }
.hero-bottom-label { color: rgba(255,255,255,.37); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.hero-bottom-items { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 26px; color: rgba(255,255,255,.52); font-family: var(--font-display); font-size: 13px; }
.hero-bottom-items span::before { display: inline-block; width: 4px; height: 4px; margin: 0 10px 3px 0; content: ""; background: var(--lime); border-radius: 50%; }

.section-space { padding: 125px 0; }
.section-muted { background: #edf2f0; }
.section-dark { color: var(--white); background: var(--ink); }
.section-dark .section-kicker { color: var(--lime); }
.section-kicker { margin-bottom: 18px; color: var(--ink-muted); }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 56px; }
.section-intro h2, .about-copy h2, .approach-heading h2, .contact-copy h2, .faq-heading h2 { margin: 0; color: var(--ink); font-family: var(--font-display); font-size: clamp(40px, 5vw, 66px); font-weight: 500; letter-spacing: -.075em; line-height: .99; }
.section-intro > p { max-width: 390px; margin: 0 0 3px; color: var(--ink-muted); line-height: 1.7; }

.about-layout { display: grid; align-items: center; grid-template-columns: minmax(300px, .92fr) minmax(0, 1fr); gap: 105px; }
.about-visual { position: relative; min-height: 540px; }
.about-visual::before { position: absolute; z-index: -1; top: -25px; left: -25px; width: 180px; height: 180px; content: ""; border: 1px solid var(--lime-dark); border-radius: 50%; opacity: .55; }
.about-visual img { width: 90%; height: 475px; object-fit: cover; border-radius: 12px 110px 12px 12px; filter: saturate(.75); }
.about-stamp { position: absolute; top: 46px; right: 0; display: flex; align-items: center; gap: 10px; padding: 13px 15px; color: var(--ink); background: var(--lime); border-radius: 10px; font-family: var(--font-display); font-size: 12px; font-weight: 600; line-height: 1.05; transform: rotate(5deg); }
.stamp-line { width: 28px; height: 28px; border: 1px solid var(--ink); border-radius: 50%; }
.about-caption { position: absolute; right: 2%; bottom: 0; display: flex; align-items: start; gap: 16px; padding: 17px 19px; color: var(--white); background: var(--ink); border-radius: 12px; box-shadow: var(--shadow); font-size: 12px; line-height: 1.35; }
.caption-number { color: var(--lime); font-family: var(--font-display); font-size: 22px; }
.about-copy > p:not(.section-kicker) { max-width: 510px; color: var(--ink-muted); line-height: 1.75; }
.about-points { display: grid; gap: 13px; margin: 30px 0 30px; }
.about-points div { display: flex; align-items: center; gap: 11px; font-size: 14px; font-weight: 600; }
.about-points i { color: var(--lime-dark); font-size: 18px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); border-bottom: 1px solid rgba(8,19,31,.25); font-size: 14px; font-weight: 700; transition: gap .2s ease, color .2s ease; }
.text-link:hover { gap: 14px; color: var(--lime-dark); }
.text-link i { font-size: 14px; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { position: relative; min-height: 325px; padding: 24px; background: rgba(255,255,255,.73); border: 1px solid rgba(8,19,31,.1); border-radius: var(--radius); transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.service-card:hover { background: var(--white); box-shadow: 0 18px 35px rgba(8,19,31,.08); transform: translateY(-6px); }
.service-number { color: var(--ink-muted); font-family: var(--font-display); font-size: 12px; }
.service-icon { display: grid; width: 48px; height: 48px; margin-top: 52px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 13px; }
.service-icon i { font-size: 22px; }
.service-card h3 { margin: 22px 0 10px; font-family: var(--font-display); font-size: 21px; letter-spacing: -.05em; }
.service-card p { margin: 0; color: var(--ink-muted); font-size: 13px; line-height: 1.65; }
.service-card > a { position: absolute; right: 24px; bottom: 24px; color: var(--ink-muted); font-size: 18px; }
.service-card > a:hover { color: var(--lime-dark); }

.industry-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.industry-card { display: flex; min-height: 310px; padding: 26px; flex-direction: column; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 8px 24px rgba(8,19,31,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.industry-card:hover { border-color: rgba(8,19,31,.22); box-shadow: 0 18px 40px rgba(8,19,31,.1); transform: translateY(-5px); }
.industry-icon { display: grid; width: 48px; height: 48px; margin-bottom: 23px; place-items: center; color: var(--ink); background: var(--lime); border-radius: 14px; }
.industry-icon i { font-size: 21px; }
.industry-icon-cyan { background: var(--cyan); }
.industry-icon-blue { color: #143e50; background: #9fe8e1; }
.industry-icon-purple { color: #302760; background: var(--purple); }
.industry-icon-orange { color: #673813; background: var(--orange); }
.industry-icon-green { color: #294c1e; background: var(--green); }
.industry-number { margin: 0 0 8px; color: var(--ink-muted); font-family: var(--font-display); font-size: 11px; }
.industry-card h3 { margin: 0 0 10px; font-family: var(--font-display); font-size: 23px; letter-spacing: -.06em; line-height: 1.1; }
.industry-card > p:not(.industry-number) { margin: 0; color: var(--ink-muted); font-size: 13px; line-height: 1.65; }
.industry-card .text-link { margin-top: auto; padding-top: 23px; align-self: flex-start; font-size: 12px; }

.products-intro { margin-bottom: 46px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.product-card { min-height: 340px; padding: 29px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { box-shadow: 0 18px 40px rgba(8,19,31,.1); transform: translateY(-5px); }
.product-card-featured { grid-column: span 2; display: grid; min-height: 390px; grid-template-columns: .9fr 1fr; gap: 28px; padding: 0; overflow: hidden; background: var(--ink); color: var(--white); border-color: var(--ink); }
.product-card-image { position: relative; min-height: 280px; overflow: hidden; }
.product-card-image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); opacity: .86; }
.product-logo-panel { display: grid; place-items: center; background: #111c2b; }
.product-logo-panel img { position: relative; z-index: 1; width: min(68%, 240px); height: auto; object-fit: contain; filter: none; opacity: 1; }
.product-logo { display: flex; width: 200px; height: 64px; margin-bottom: 35px; align-items: center; overflow: hidden; border-radius: 14px; }
.product-logo img { width: 100%; height: 100%; object-fit: contain; }
.product-logo-payroll { padding: 5px 10px; background: #f2f5f7; }
.product-logo-revo { background: #0b1020; }
.product-card-glow { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(8,19,31,.06), rgba(8,19,31,.78)); }
.product-card-content { align-self: center; padding: 29px 29px 29px 0; }
.product-type { margin: 0 0 13px; color: var(--ink-muted); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-card-featured .product-type { color: var(--lime); }
.product-card h3 { margin: 0 0 12px; color: inherit; font-family: var(--font-display); font-size: 31px; letter-spacing: -.07em; line-height: 1; }
.product-card > p:not(.product-type), .product-card-content > p:not(.product-type) { margin: 0; color: var(--ink-muted); font-size: 14px; line-height: 1.65; }
.product-card-featured .product-card-content > p:not(.product-type) { color: rgba(255,255,255,.62); }
.product-icon { display: grid; width: 50px; height: 50px; margin-bottom: 35px; place-items: center; border-radius: 14px; }
.product-icon i { font-size: 23px; }
.product-icon-orange { color: #673813; background: var(--orange); }
.product-icon-blue { color: #143e50; background: var(--cyan); }
.product-icon-teal { color: #13434a; background: #8ce5ce; }
.product-icon-purple { color: #302760; background: var(--purple); }
.product-icon-green { color: #294c1e; background: var(--green); }
.product-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 23px; }
.product-tags span { padding: 5px 9px; color: var(--ink-muted); background: rgba(8,19,31,.06); border-radius: 999px; font-size: 10px; font-weight: 600; }
.product-card-featured .product-tags span { color: rgba(255,255,255,.66); background: rgba(255,255,255,.12); }
.products-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 34px; color: var(--ink-muted); font-size: 13px; }

.approach-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.approach-heading h2 { color: var(--white); }
.approach-heading > p:last-child { max-width: 360px; margin-top: 27px; color: rgba(255,255,255,.56); line-height: 1.7; }
.approach-list { border-top: 1px solid var(--line-light); }
.approach-item { display: grid; align-items: start; grid-template-columns: 36px 1fr 22px; gap: 17px; padding: 24px 0; border-bottom: 1px solid var(--line-light); }
.approach-item > span { color: var(--lime); font-family: var(--font-display); font-size: 13px; }
.approach-item h3 { margin: 0 0 6px; color: var(--white); font-family: var(--font-display); font-size: 20px; letter-spacing: -.04em; }
.approach-item p { max-width: 430px; margin: 0; color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.6; }
.approach-item > i { color: rgba(255,255,255,.52); font-size: 16px; }
.tech-strip { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 30px; margin-top: 90px; padding-top: 22px; color: rgba(255,255,255,.4); border-top: 1px solid var(--line-light); font-size: 12px; }
.tech-strip strong { color: rgba(255,255,255,.72); font-family: var(--font-display); font-size: 15px; font-weight: 500; letter-spacing: -.04em; }

.faq { background: #edf2f0; }
.faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 105px; }
.faq-heading > p:not(.section-kicker) { max-width: 350px; margin: 26px 0 25px; color: var(--ink-muted); line-height: 1.7; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 78px; padding: 22px 0; cursor: pointer; list-style: none; color: var(--ink); font-family: var(--font-display); font-size: 18px; font-weight: 600; letter-spacing: -.04em; line-height: 1.25; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { flex-shrink: 0; color: var(--lime-dark); content: "+"; font-family: var(--font-body); font-size: 24px; font-weight: 400; line-height: 1; }
.faq-item[open] summary::after { content: "−"; }
.faq-item p { max-width: 630px; margin: -3px 42px 23px 0; color: var(--ink-muted); font-size: 14px; line-height: 1.7; }

.contact { background: var(--lime); }
.contact-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: 100px; }
.contact-copy h2 { font-size: clamp(44px, 5.2vw, 72px); }
.contact-copy > p:not(.section-kicker) { max-width: 475px; margin: 26px 0 0; color: rgba(8,19,31,.68); line-height: 1.7; }
.contact-details { display: grid; gap: 18px; margin-top: 42px; }
.contact-details a { display: flex; align-items: flex-start; gap: 13px; font-size: 14px; font-weight: 600; line-height: 1.45; }
.contact-details a:hover { color: rgba(8,19,31,.6); }
.contact-details small { display: block; margin-bottom: 3px; color: rgba(8,19,31,.52); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.detail-icon { display: grid; width: 35px; height: 35px; flex-shrink: 0; place-items: center; color: var(--lime); background: var(--ink); border-radius: 50%; }
.detail-icon i { font-size: 15px; }
.contact-form-wrap { padding: 32px; color: var(--white); background: var(--ink); border-radius: 20px; box-shadow: 0 26px 55px rgba(8,19,31,.17); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 28px; color: var(--white); font-family: var(--font-display); font-size: 24px; letter-spacing: -.06em; }
.form-heading i { color: var(--lime); font-size: 20px; }
.contact-form { display: grid; gap: 21px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 7px; }
.form-honeypot { position: absolute !important; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.contact-form label > span { color: rgba(255,255,255,.57); font-size: 11px; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 11px 0; color: var(--white); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.22); border-radius: 0; outline: 0; font-size: 14px; transition: border-color .2s ease; }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: rgba(255,255,255,.32); }
.contact-form select { color: rgba(255,255,255,.8); color-scheme: dark; }
.contact-form select option { color: var(--white); background-color: var(--ink-soft); }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--lime); }
.contact-form textarea { resize: vertical; min-height: 100px; }
.form-submit { justify-self: start; min-width: 170px; margin-top: 4px; }
.form-submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-note, .form-status { margin: 0; color: rgba(255,255,255,.38); font-size: 11px; line-height: 1.5; }
.form-note i { margin-right: 5px; color: var(--lime); }
.form-note a { color: rgba(255,255,255,.7); text-decoration: underline; text-underline-offset: 3px; }
.form-status { color: var(--lime); }
.form-status.is-error { color: #ffb4a8; }

.site-footer { color: rgba(255,255,255,.6); background: var(--ink); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 132px; border-bottom: 1px solid var(--line-light); }
.footer-brand { margin-right: auto; }
.footer-top p { margin: 0; color: rgba(255,255,255,.42); font-size: 13px; }
.footer-email { color: var(--lime); font-size: 13px; font-weight: 600; }
.footer-email i { margin-left: 5px; }
.footer-bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; min-height: 70px; color: rgba(255,255,255,.34); font-size: 11px; }
.footer-bottom > div { display: flex; gap: 20px; }
.footer-bottom a:hover { color: var(--white); }
.footer-credit { justify-self: end; color: var(--lime); }

.mobile-sticky-cta { display: none; }

.legal-header { background: rgba(8,19,31,.96); box-shadow: 0 8px 28px rgba(0,0,0,.16); }
.legal-main { padding: 150px 0 105px; background: var(--paper); }
.legal-card { max-width: 820px; margin: 0 auto; padding: clamp(28px, 5vw, 62px); background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.legal-card .section-kicker { margin-bottom: 16px; }
.legal-card h1 { margin: 0; color: var(--ink); font-family: var(--font-display); font-size: clamp(42px, 6vw, 70px); font-weight: 500; letter-spacing: -.075em; line-height: .98; }
.legal-updated { margin: 18px 0 45px; color: var(--ink-muted); font-size: 13px; }
.legal-card h2 { margin: 36px 0 10px; color: var(--ink); font-family: var(--font-display); font-size: 24px; letter-spacing: -.05em; line-height: 1.2; }
.legal-card h2:first-of-type { margin-top: 0; }
.legal-card p, .legal-card li { color: var(--ink-muted); font-size: 15px; line-height: 1.75; }
.legal-card ul { margin: 10px 0 0; padding-left: 22px; }
.legal-card a { color: #527000; text-decoration: underline; text-underline-offset: 3px; }
.legal-notice { margin-top: 42px; padding: 17px 19px; color: var(--ink); background: #f0f7d1; border-left: 3px solid var(--lime-dark); font-size: 13px; line-height: 1.6; }
.legal-footer .footer-bottom > div { flex-wrap: wrap; }

[data-reveal] { opacity: 1; transform: none; }
html.js [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
html.js [data-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  .container { width: min(100% - 48px, 900px); }
  .hero-layout { grid-template-columns: 1fr; gap: 20px; }
  .hero-copy { padding-bottom: 0; }
  .hero-visual { width: 100%; max-width: 650px; min-height: 430px; margin-left: auto; }
  .hero-image-wrap { height: 390px; }
  .hero-bottom { padding-top: 20px; }
  .about-layout, .contact-layout { gap: 60px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-layout { gap: 60px; }
  .approach-layout { gap: 60px; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 36px, 600px); }
  .nav-shell { min-height: 75px; }
  .navmenu { position: fixed; z-index: 1; top: 0; right: 0; left: 0; display: flex; align-items: stretch; flex-direction: column; gap: 2px; padding: 92px 24px 24px; background: rgba(8,19,31,.98); transform: translateY(-105%); transition: transform .3s ease; }
  .navmenu.is-open { transform: translateY(0); }
  .nav-link { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 17px; }
  .nav-link::after { right: auto; bottom: 0; left: 0; width: 35px; }
  .nav-cta { display: none; }
  .mobile-nav-toggle { position: relative; z-index: 2; display: block; }
  .hero { min-height: auto; padding-top: 128px; }
  .hero h1 { font-size: clamp(50px, 15vw, 76px); }
  .hero-lead { font-size: 16px; }
  .hero-visual { width: 100%; min-height: 380px; margin-top: 10px; margin-left: 0; }
  .hero-image-wrap { width: 92%; height: 330px; border-radius: 110px 14px 14px 14px; }
  .system-card-main { bottom: 0; width: 240px; padding: 16px; }
  .system-card-title { margin-top: 20px; font-size: 23px; }
  .system-bars { height: 62px; margin: 17px 0 15px; }
  .floating-chip-one { top: 30px; left: 5%; }
  .floating-chip-two { top: 125px; right: -4%; }
  .floating-chip-three { bottom: 78px; right: 4%; }
  .hero-bottom { display: block; padding: 14px 0 5px; }
  .hero-bottom-items { justify-content: flex-start; gap: 12px 17px; margin-top: 13px; }
  .hero-bottom-items span { font-size: 12px; }
  .section-space { padding: 84px 0; }
  .section-intro { display: block; margin-bottom: 36px; }
  .section-intro > p { margin-top: 23px; }
  .about-layout, .contact-layout, .approach-layout { grid-template-columns: 1fr; gap: 48px; }
  .faq-layout { grid-template-columns: 1fr; gap: 42px; }
  .about-visual { min-height: 425px; }
  .about-visual img { width: 92%; height: 380px; }
  .about-caption { right: 0; }
  .service-grid, .product-grid, .industry-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 290px; }
  .product-card-featured { grid-column: auto; display: block; min-height: 0; }
  .product-card-image { height: 230px; min-height: 0; }
  .product-card-content { padding: 25px 26px 29px; }
  .product-card { min-height: 0; }
  .product-icon { margin-bottom: 23px; }
  .products-footer { align-items: flex-start; flex-direction: column; }
  .approach-heading > p:last-child { margin-top: 23px; }
  .tech-strip { margin-top: 60px; gap: 12px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 21px; }
  .contact-form-wrap { padding: 25px 21px; }
  .footer-top { align-items: flex-start; flex-direction: column; justify-content: center; min-height: 200px; padding: 30px 0; }
  .footer-brand { margin-right: 0; }
  .footer-bottom { display: flex; align-items: flex-start; flex-direction: column; gap: 14px; padding: 22px 0; }
  .footer-bottom > div { gap: 12px 16px; flex-wrap: wrap; }
  .footer-credit { justify-self: auto; }
  .mobile-sticky-cta { position: fixed; z-index: 90; right: 18px; bottom: max(14px, env(safe-area-inset-bottom)); left: 18px; display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; color: var(--ink); background: var(--lime); border: 1px solid rgba(8,19,31,.16); border-radius: 999px; box-shadow: 0 14px 34px rgba(8,19,31,.28); font-size: 14px; font-weight: 700; }
  .mobile-sticky-cta:hover { background: #e3fa76; }
  .site-footer { padding-bottom: 78px; }
  .legal-main { padding-top: 120px; }
  .legal-card { padding: 28px 22px; }
  .legal-updated { margin-bottom: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  html.js [data-reveal] { opacity: 1; transform: none; }
}
