:root {
  --navy: #071a2f;
  --navy-soft: #0b2745;
  --blue: #0e78d5;
  --cyan: #39bfe8;
  --ice: #edf7fb;
  --slate: #496273;
  --line: rgba(7, 26, 47, 0.12);
  --white: #fff;
  --shadow: 0 22px 60px rgba(7, 26, 47, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: #fbfdfe;
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
h1, h2, h3 { font-family: "Space Grotesk", Arial, sans-serif; letter-spacing: -0.04em; }
h1 { max-width: 760px; margin: 14px 0 24px; font-size: clamp(3rem, 7vw, 6.3rem); line-height: 0.98; }
h2 { margin: 8px 0 22px; font-size: clamp(2.2rem, 4vw, 4.15rem); line-height: 1.02; }
h3 { margin: 15px 0 7px; font-size: 1.43rem; line-height: 1.18; }
p { margin: 0 0 18px; }
.eyebrow {
  margin: 0;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 26, 47, 0.94);
  backdrop-filter: blur(18px);
}
.nav-wrap, .main-nav, .brand, .hero-actions, .hero-points, .trust-list, .footer-top, .footer-bottom { display: flex; align-items: center; }
.nav-wrap { min-height: 74px; justify-content: space-between; }
.brand { gap: 8px; color: var(--white); }
.brand img { display: block; width: 244px; max-height: 58px; object-fit: contain; object-position: left center; }
.main-nav { gap: 30px; color: rgba(255,255,255,.8); font-size: .82rem; font-weight: 700; }
.main-nav a:hover { color: var(--white); }
.nav-cta { padding: 10px 17px; border: 1px solid rgba(57,191,232,.55); border-radius: 100px; color: var(--white); }
.nav-toggle { display: none; border: 0; background: transparent; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: #fff; }
.hero { overflow: hidden; padding: 110px 0 120px; color: var(--white); background: var(--navy); }
.hero-grid, .split-grid, .staf-grid, .contact-grid { display: grid; gap: 70px; grid-template-columns: 1.1fr .9fr; align-items: center; }
.hero-lead { max-width: 670px; color: rgba(255,255,255,.72); font-size: 1.15rem; }
.hero-actions { flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; justify-content: center; padding: 13px 20px; border: 0; border-radius: 100px; font: inherit; font-size: .85rem; font-weight: 800; cursor: pointer; }
.button-primary { color: var(--navy); background: var(--cyan); }
.button-primary:hover { background: #6ad3f2; transform: translateY(-2px); }
.button-secondary { color: var(--white); border: 1px solid rgba(255,255,255,.25); }
.hero-points { flex-wrap: wrap; gap: 18px; margin-top: 45px; color: rgba(255,255,255,.62); font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-points span::before { margin-right: 7px; color: var(--cyan); content: "•"; }
.hero-visual { position: relative; min-height: 500px; }
.visual-glow { position: absolute; inset: 20% 0; border-radius: 50%; background: rgba(57,191,232,.18); filter: blur(60px); }
.dashboard-card { position: absolute; top: 55px; right: 5%; left: 5%; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: 20px; background: rgba(255,255,255,.08); box-shadow: 0 26px 70px rgba(0,0,0,.26); backdrop-filter: blur(14px); }
.card-top { display: flex; justify-content: space-between; gap: 15px; }
.card-top small, .card-top strong { display: block; }
.card-top small { color: rgba(255,255,255,.55); font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.card-top strong { font-size: 1.2rem; }
.live-dot { color: var(--cyan); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.live-dot::before { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--cyan); content: ""; }
.chart { display: flex; height: 210px; align-items: end; justify-content: space-between; gap: 11px; margin-top: 35px; border-bottom: 1px solid rgba(255,255,255,.2); }
.chart span { width: 100%; border-radius: 6px 6px 0 0; background: linear-gradient(180deg, var(--cyan), rgba(14,120,213,.52)); }
.chart-labels { display: flex; justify-content: space-between; margin-top: 8px; color: rgba(255,255,255,.45); font-size: .57rem; }
.float-card { position: absolute; display: flex; gap: 10px; align-items: center; padding: 14px 17px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(7,26,47,.76); box-shadow: var(--shadow); font-size: .72rem; backdrop-filter: blur(12px); }
.float-card b { color: var(--cyan); font-size: .92rem; }
.float-card-one { right: -5px; bottom: 63px; }
.float-card-two { bottom: 18px; left: -7px; }
.trust-strip { padding: 20px 0; border-bottom: 1px solid var(--line); background: var(--white); }
.trust-list { flex-wrap: wrap; justify-content: center; gap: 18px; color: #638092; font-size: .68rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.trust-list i { width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }
.split-grid { align-items: start; }
.company-copy { color: var(--slate); font-size: 1.05rem; }
.values { display: grid; gap: 18px; grid-template-columns: repeat(3,1fr); margin-top: 40px; }
.values div { padding-top: 14px; border-top: 2px solid var(--cyan); }
.values strong, .values span { display: block; }
.values strong { color: var(--blue); font-size: .72rem; }
.values span { color: var(--navy); font-weight: 800; }
.solutions { background: var(--ice); }
.section-heading { display: flex; gap: 28px; align-items: end; justify-content: space-between; margin-bottom: 42px; }
.section-heading > p { max-width: 450px; color: var(--slate); }
.solution-grid { display: grid; gap: 15px; grid-template-columns: repeat(6,1fr); }
.solution-card { grid-column: span 2; min-height: 295px; padding: 25px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.82); transition: transform .2s, box-shadow .2s; }
.solution-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.solution-card.featured { grid-column: span 4; }
.card-number { float: right; color: #9ab2bf; font-size: .7rem; font-weight: 800; }
.icon-box { display: inline-grid; min-width: 47px; height: 39px; padding: 0 8px; place-items: center; border-radius: 9px 3px 9px 3px; color: var(--blue); background: rgba(57,191,232,.18); font-size: .72rem; font-weight: 800; }
.solution-card p { max-width: 570px; color: var(--slate); font-size: .91rem; }
.solution-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 19px 0 0; padding: 0; list-style: none; }
.solution-card li, .module-list span { padding: 5px 10px; border-radius: 100px; color: var(--blue); background: rgba(57,191,232,.13); font-size: .69rem; font-weight: 800; }
.staf { color: var(--white); background: var(--navy); }
.staf-grid { grid-template-columns: .72fr 1fr; }
.staf-badge { display: flex; min-height: 310px; flex-direction: column; justify-content: center; padding: 40px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: linear-gradient(135deg, rgba(57,191,232,.18), rgba(14,120,213,.1)); box-shadow: var(--shadow); }
.staf-badge span, .staf-badge small { color: var(--cyan); font-size: .71rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.staf-badge strong { font-family: "Space Grotesk", Arial, sans-serif; font-size: 6.3rem; letter-spacing: -.1em; line-height: 1; }
.staf p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.68); }
.module-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.module-list span { color: var(--cyan); background: rgba(57,191,232,.12); }
.steps { display: grid; gap: 32px; grid-template-columns: repeat(3,1fr); margin-top: 42px; }
.steps article { padding-top: 22px; border-top: 1px solid var(--line); }
.steps span { color: var(--blue); font-size: .74rem; font-weight: 800; }
.steps p { color: var(--slate); font-size: .92rem; }
.contact { color: var(--white); background: var(--navy-soft); }
.contact-grid { align-items: start; }
.contact p:not(.eyebrow) { max-width: 510px; color: rgba(255,255,255,.68); }
address { display: grid; gap: 3px; margin-top: 34px; color: var(--cyan); font-size: .9rem; font-style: normal; font-weight: 700; }
address a { width: fit-content; color: var(--white); }
address a:hover { color: var(--cyan); }
.contact-form { display: grid; gap: 14px; padding: 27px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(255,255,255,.07); }
label { color: rgba(255,255,255,.7); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
input, textarea { display: block; width: 100%; margin-top: 5px; padding: 11px; border: 1px solid rgba(255,255,255,.14); border-radius: 7px; outline: 0; color: var(--white); background: rgba(255,255,255,.06); font: inherit; }
input:focus, textarea:focus { border-color: var(--cyan); }
.form-status { min-height: 1.2em; margin: 0 !important; color: var(--cyan) !important; font-size: .8rem; }
.form-trap { position: absolute; left: -9999px; }
.map-wrap { overflow: hidden; margin-top: 54px; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; line-height: 0; }
.map-wrap iframe { border: 0; filter: saturate(.75) contrast(.95); }
.site-footer { padding: 29px 0 18px; color: var(--white); background: #041323; }
.legal-page { min-height: calc(100vh - 165px); padding: 94px 0; }
.legal-page .container { max-width: 850px; }
.legal-page h1 { margin-bottom: 20px; font-size: clamp(3rem, 7vw, 5.6rem); }
.legal-page h2 { margin-top: 34px; margin-bottom: 10px; font-size: 1.5rem; letter-spacing: -.03em; }
.legal-page p { color: var(--slate); }
.legal-page .legal-note { padding: 11px 14px; border-left: 3px solid var(--cyan); background: var(--ice); color: var(--navy); font-size: .84rem; font-weight: 700; }
.footer-top { justify-content: space-between; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-top p { margin: 0; color: rgba(255,255,255,.62); font-size: .76rem; text-align: right; text-transform: uppercase; }
.footer-top small { color: var(--cyan); }
.site-footer .brand img { width: 276px; max-height: 66px; }
.footer-bottom { justify-content: space-between; padding-top: 16px; color: rgba(255,255,255,.52); font-size: .7rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: rgba(255,255,255,.75); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s, transform .7s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 850px) {
  .section { padding: 82px 0; }
  .hero { padding-top: 75px; }
  .hero-grid, .split-grid, .staf-grid, .contact-grid { gap: 42px; grid-template-columns: 1fr; }
  .hero-visual { min-height: 410px; }
  .main-nav { position: absolute; top: 74px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; padding: 20px 24px 27px; background: var(--navy); }
  .main-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .section-heading { display: block; }
  .solution-card, .solution-card.featured { grid-column: span 3; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 30px, 1180px); }
  h1 { font-size: 3.4rem; }
  .hero-points { display: grid; gap: 7px; }
  .hero-visual { min-height: 340px; }
  .dashboard-card { right: 0; left: 0; padding: 20px; }
  .chart { height: 150px; }
  .float-card { padding: 11px; font-size: .62rem; }
  .solution-card, .solution-card.featured { grid-column: span 6; min-height: auto; }
  .values, .steps { grid-template-columns: 1fr; }
  .staf-badge strong { font-size: 5rem; }
  .footer-top, .footer-bottom { display: grid; gap: 13px; }
  .footer-top p { text-align: left; }
  .brand img { width: 218px; max-height: 52px; }
  .site-footer .brand img { width: 236px; max-height: 58px; }
}
