:root {
  --navy-950: #07111f;
  --navy-900: #0b1729;
  --navy-800: #11243c;
  --navy-700: #173554;
  --blue-500: #2f7ca6;
  --orange: #ef6f22;
  --orange-hover: #ff7d2b;
  --ink: #152235;
  --muted: #617085;
  --line: #dce3ea;
  --paper: #ffffff;
  --paper-alt: #f5f7f9;
  --shadow: 0 20px 60px rgba(7, 17, 31, .14);
  --radius: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin: 0 0 1.25rem; }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.4rem); font-weight: 720; max-width: 900px; }
h2 { font-size: clamp(2.2rem, 4vw, 3.9rem); font-weight: 700; }
h3 { font-size: 1.35rem; font-weight: 700; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: 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: -80px; z-index: 9999; padding: 10px 14px; background: white; color: black; }
.skip-link:focus { top: 12px; }

.eyebrow {
  margin: 0 0 1rem;
  color: var(--orange);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--orange);
  border-radius: 8px;
  background: var(--orange);
  color: white;
  font-size: .93rem;
  font-weight: 750;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-1px); background: var(--orange-hover); border-color: var(--orange-hover); }
.button-small { min-height: 40px; padding-inline: 16px; }
.button-ghost { background: transparent; color: white; border-color: rgba(255,255,255,.28); }
.button-ghost:hover { border-color: white; background: rgba(255,255,255,.07); }
.button-dark { background: var(--navy-900); border-color: var(--navy-900); }
.button-dark:hover { background: var(--navy-700); border-color: var(--navy-700); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(7,17,31,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; color: white; text-decoration: none; }
.brand-logo { display: block; width: clamp(205px, 19vw, 285px); height: auto; }
.footer-logo { width: min(285px, 100%); }
.primary-nav { display: flex; align-items: center; gap: 24px; }
.primary-nav > a:not(.button) { color: #cfdae6; font-size: .9rem; font-weight: 650; text-decoration: none; }
.primary-nav > a:not(.button):hover { color: white; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: white; }

.section-dark, .section-navy { color: white; background: var(--navy-950); }
.section-navy { background: var(--navy-900); }
.hero { position: relative; overflow: hidden; min-height: 720px; }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 42%, rgba(47,124,166,.2), transparent 35%), linear-gradient(120deg, transparent 48%, rgba(255,255,255,.02)); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.14fr .86fr; align-items: center; min-height: 720px; padding-block: 80px 96px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 860px; }
.hero-lead { max-width: 720px; margin-top: 28px; color: #c1cfdd; font-size: clamp(1.08rem, 1.8vw, 1.3rem); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 48px; color: #93a7bc; font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.hero-proof span { display: inline-flex; align-items: center; gap: 9px; }
.hero-proof span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }
.hero-visual { position: absolute; width: min(62vw, 850px); right: -190px; top: 50%; transform: translateY(-50%); opacity: .78; }
.hero-visual img { position: relative; z-index: 1; filter: saturate(.85) contrast(1.05); mask-image: linear-gradient(to left, black 55%, transparent 96%); }
.visual-halo { position: absolute; inset: 12% 10%; border-radius: 50%; background: rgba(41,118,162,.15); filter: blur(45px); }

.capabilities { padding: 108px 0 120px; background: var(--paper); }
.section-heading { margin-bottom: 54px; }
.section-heading.narrow { max-width: 780px; }
.section-heading.centered { max-width: 760px; margin-inline: auto; margin-bottom: 55px; text-align: center; }
.section-heading > p:last-child { margin-top: 20px; color: var(--muted); font-size: 1.08rem; }
.capability-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-card { position: relative; min-height: 300px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; }
.capability-card::after { content: ""; position: absolute; top: 0; left: 38px; right: 38px; height: 3px; background: transparent; transition: background .2s; }
.capability-card:hover::after { background: var(--orange); }
.card-number { display: block; margin-bottom: 48px; color: #a3afbc; font-size: .72rem; font-weight: 800; letter-spacing: .13em; }
.card-tagline { margin: 10px 0 12px; color: var(--navy-700); font-weight: 700; }
.capability-card > p:last-of-type { max-width: 520px; color: var(--muted); }
.text-link { display: inline-flex; gap: 8px; margin-top: 10px; color: var(--navy-800); font-size: .9rem; font-weight: 800; text-decoration: none; }
.text-link span { color: var(--orange); transition: transform .2s; }
.text-link:hover span { transform: translateX(3px); }
.featured-card { background: var(--paper-alt); }

.product-section { padding: 120px 0; }
.product-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 78px; align-items: center; }
.product-grid.reverse { grid-template-columns: 1.08fr .92fr; }
.product-grid.reverse .product-copy { grid-column: 2; grid-row: 1; }
.product-grid.reverse .product-visual { grid-column: 1; grid-row: 1; }
.product-copy > p:not(.eyebrow) { color: #bfccda; }
.tactical-section .product-copy > p:not(.eyebrow) { color: var(--muted); }
.product-copy h2 { margin-bottom: 28px; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; list-style: none; padding: 0; margin: 32px 0 34px; }
.feature-list li { position: relative; padding-left: 21px; color: #e3eaf2; font-size: .92rem; }
.feature-list li::before { content: ""; position: absolute; left: 0; top: .7em; width: 7px; height: 2px; background: var(--orange); }
.product-visual { min-width: 0; }
.screen-frame { overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); box-shadow: 0 35px 80px rgba(0,0,0,.32); background: #000; }
.screen-frame img { width: 100%; }
.visual-caption { display: flex; justify-content: space-between; gap: 20px; padding: 18px 3px 0; color: #8196aa; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.visual-caption strong { color: #b8c6d4; }
.tactical-section { overflow: hidden; background: #f7f8fa; }
.tactical-visual { position: relative; padding: 10px; }
.tactical-visual::before { content: ""; position: absolute; inset: 14% 6%; border-radius: 50%; background: rgba(29,79,117,.13); filter: blur(70px); }
.tactical-visual img { position: relative; z-index: 1; filter: drop-shadow(0 30px 30px rgba(10,25,41,.12)); }
.strong-line { margin: 27px 0 31px !important; color: var(--navy-900) !important; font-weight: 800; }

.experience { padding: 120px 0; }
.experience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.experience-copy p { color: #aebdcb; }
.experience-copy .large-copy { color: white; font-size: 1.35rem; line-height: 1.6; }

.why-section { padding: 110px 0 118px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.why-grid article { padding-top: 25px; border-top: 1px solid var(--line); }
.why-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 9px; background: #f1f4f7; color: var(--orange); font-size: 1.3rem; }
.why-grid h3 { margin-bottom: 12px; }
.why-grid p { color: var(--muted); font-size: .94rem; }

.contact-cta { padding: 100px 0; }
.contact-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: center; }
.contact-grid h2 { max-width: 650px; margin-bottom: 20px; }
.contact-grid > div > p:not(.eyebrow):not(.prototype-note) { max-width: 720px; color: #bccada; font-size: 1.04rem; }
.contact-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.contact-card { padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.035); font-style: normal; }
.contact-card-label { display: block; margin-bottom: 20px; color: white; font-weight: 800; }
.contact-card p { color: #aebed0; }
.contact-card a { color: white; text-decoration-color: rgba(255,255,255,.28); text-underline-offset: 3px; }

.site-footer { padding: 68px 0 28px; background: #050c15; color: white; }
.footer-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; }
.footer-brand > p { max-width: 330px; margin-top: 20px; color: #7f91a3; font-size: .88rem; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.footer-links > div { display: grid; align-content: start; gap: 9px; }
.footer-links strong { margin-bottom: 7px; color: #a8b6c4; font-size: .73rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { color: #d5dee7; font-size: .86rem; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-links a[aria-disabled="true"] { color: #657789; cursor: not-allowed; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: #67798b; font-size: .73rem; }

@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; padding: 20px 24px 28px; background: var(--navy-950); border-top: 1px solid rgba(255,255,255,.08); }
  .primary-nav.open { display: grid; gap: 18px; }
  .primary-nav .button { width: max-content; }
  .hero { min-height: auto; }
  .hero-grid { min-height: 680px; grid-template-columns: 1fr; padding-block: 95px 110px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { width: 720px; right: -330px; opacity: .42; }
  .product-grid, .product-grid.reverse, .experience-grid, .contact-grid { grid-template-columns: 1fr; gap: 58px; }
  .product-grid.reverse .product-copy, .product-grid.reverse .product-visual { grid-column: auto; grid-row: auto; }
  .product-grid.reverse .product-copy { order: 1; }
  .product-grid.reverse .product-visual { order: 2; }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .hero-grid { min-height: 630px; padding-block: 76px 90px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .hero-visual { width: 620px; right: -410px; opacity: .28; }
  .hero-proof { gap: 12px 18px; }
  .capabilities, .product-section, .experience, .why-section { padding-block: 82px; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: auto; padding: 28px; }
  .card-number { margin-bottom: 30px; }
  .feature-list { grid-template-columns: 1fr; }
  .visual-caption { display: grid; }
  .experience-grid { gap: 36px; }
  .why-grid { grid-template-columns: 1fr; }
  .contact-cta { padding-block: 78px; }
  .contact-card { padding: 26px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; }
}


/* Secondary pages */
.page-hero {
  padding: 120px 0 86px;
  background:
    radial-gradient(circle at 85% 25%, rgba(47,124,166,.18), transparent 34%),
    var(--navy-950);
  color: white;
}
.page-hero .eyebrow { margin-bottom: 16px; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.8rem, 5.5vw, 4.8rem); }
.page-hero p:last-child { max-width: 760px; margin-top: 24px; color: #c1cfdd; font-size: 1.14rem; }

.page-section { padding: 96px 0; }
.page-section.alt { background: var(--paper-alt); }
.page-copy { max-width: 820px; }
.page-copy h2 { margin-bottom: 28px; }
.page-copy h3 { margin: 38px 0 12px; }
.page-copy p { color: var(--muted); font-size: 1.04rem; }
.page-copy .feature-list { margin-top: 30px; }
.page-copy .feature-list li { color: var(--navy-800); }

.solution-detail {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 72px;
  align-items: center;
}
.solution-detail.reverse > :first-child { order: 2; }
.solution-detail.reverse > :last-child { order: 1; }
.solution-detail img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow); }

.simple-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 42px;
}
.simple-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}
.simple-card h3 { margin-bottom: 12px; }
.simple-card p { margin: 0; color: var(--muted); }

.contact-page-grid {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 72px;
  align-items: start;
}
.contact-panel {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
}
.contact-panel address { font-style: normal; }
.contact-panel a { color: var(--navy-700); }
.pending-box {
  margin-top: 28px;
  padding: 20px 22px;
  border-left: 3px solid var(--orange);
  background: #fff8f3;
  color: #6c5b50;
  font-size: .92rem;
}

@media (max-width: 980px) {
  .brand-logo { width: 235px; }
  .solution-detail, .contact-page-grid { grid-template-columns: 1fr; }
  .solution-detail.reverse > :first-child,
  .solution-detail.reverse > :last-child { order: initial; }
}
@media (max-width: 680px) {
  .brand-logo { width: 190px; }
  .simple-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 92px 0 70px; }
  .page-section { padding: 72px 0; }
}

/* Legal page */
.legal-copy{max-width:860px}.legal-copy .policy-date{margin-bottom:34px;color:var(--navy-800)}
.legal-copy h2{margin:52px 0 16px;font-size:1.7rem}.legal-copy h3{margin:28px 0 10px;font-size:1.15rem}
.legal-copy p,.legal-copy li{color:var(--muted);font-size:1rem;line-height:1.75}.legal-copy ul{margin:14px 0 24px;padding-left:24px}.legal-copy a{color:var(--navy-700)}


/* Contact / demo form */
.contact-form { margin-top: 34px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { font-weight: 700; color: var(--navy-900); font-size: .95rem; }
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid #bcc8d2;
  border-radius: 7px;
  background: white;
  color: var(--navy-950);
  font: inherit;
  padding: 13px 14px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { resize: vertical; min-height: 150px; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none;
  border-color: var(--navy-500);
  box-shadow: 0 0 0 3px rgba(47,124,166,.14);
}
.field input[aria-invalid="true"], .field select[aria-invalid="true"], .field textarea[aria-invalid="true"] { border-color: #a33131; }
.form-note { margin: 0; color: #687887; font-size: .86rem; line-height: 1.5; }
.form-actions { display: flex; align-items: center; gap: 18px; margin-top: 24px; }
.form-required { color: #71808d; font-size: .85rem; }
.form-status { margin-top: 20px; min-height: 24px; font-weight: 650; }
.form-status.success { color: #23673e; }
.form-status.error { color: #9b2d2d; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.contact-panel-divider { height: 1px; background: var(--line); margin: 28px 0; }
@media (max-width: 680px) {
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .form-actions { align-items: flex-start; flex-direction: column; }
}
