:root {
  --sx-ink: #0b2145;
  --sx-body: #526786;
  --sx-blue: #2857d6;
  --sx-blue-dark: #071d3c;
  --sx-orange: #f58220;
  --sx-line: #d9e3f2;
  --sx-soft: #f4f7fc;
  --sx-white: #fff;
  --sx-green: #199a61;
  --sx-radius: 18px;
  --sx-shadow: 0 22px 60px rgba(7, 29, 60, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--sx-ink);
  background: var(--sx-white);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.sx-container { width: min(1184px, calc(100% - 64px)); margin: 0 auto; }
.sx-header {
  position: relative;
  z-index: 30;
  height: 82px;
  background: rgba(255, 255, 255, .98);
  border-bottom: 1px solid #dce5f1;
}
.sx-header__inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.sx-logo { flex: 0 0 auto; width: 168px; }
.sx-logo img { width: 168px; height: 50px; }
.sx-nav { display: flex; align-items: center; gap: 18px; }
.sx-nav__links { display: flex; align-items: stretch; gap: 0; }
.sx-nav__link {
  position: relative;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 10px;
  color: #334662;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.01em;
  white-space: nowrap;
}
.sx-nav__link::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 32px;
  height: 2px;
  background: var(--sx-orange);
  content: "";
  transform: translateX(-50%) scaleX(0);
  transition: transform .2s ease;
}
.sx-nav__link:hover, .sx-nav__link:focus-visible, .sx-nav__link[aria-current="page"] { color: #123b9a; }
.sx-nav__link:hover::after, .sx-nav__link:focus-visible::after, .sx-nav__link[aria-current="page"]::after { transform: translateX(-50%) scaleX(1); }
.sx-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.sx-button:hover { transform: translateY(-2px); }
.sx-button--primary { color: var(--sx-white); background: var(--sx-orange); box-shadow: 0 12px 28px rgba(245, 130, 32, .22); }
.sx-button--outline { color: var(--sx-white); border-color: rgba(255, 255, 255, .5); background: transparent; }
.sx-button--light { color: #113b9b; background: var(--sx-white); }
.sx-menu { display: none; width: 46px; height: 46px; padding: 0; color: var(--sx-ink); background: var(--sx-white); border: 1px solid #cbd6e5; border-radius: 6px; }
.sx-menu svg { width: 22px; margin: auto; }

.sx-hero { position: relative; overflow: hidden; color: var(--sx-white); background: var(--sx-blue); }
.sx-hero::before { position: absolute; inset: 0; background: radial-gradient(circle at 85% 25%, rgba(255,255,255,.13), transparent 33%), linear-gradient(110deg, rgba(7,29,60,.15), transparent 60%); content: ""; }
.sx-hero__inner { position: relative; min-height: 620px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); align-items: center; gap: 56px; padding-top: 64px; padding-bottom: 64px; }
.sx-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; color: #dce8ff; font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.sx-eyebrow::before { width: 28px; height: 2px; background: var(--sx-orange); content: ""; }
.sx-hero h1 { max-width: 630px; margin: 0; font-family: "Space Grotesk", Inter, sans-serif; font-size: clamp(48px, 4.45vw, 68px); line-height: 1.04; letter-spacing: -.052em; text-wrap: balance; }
.sx-hero__copy { max-width: 600px; margin: 24px 0 0; color: #dbe5f7; font-size: 19px; line-height: 1.68; }
.sx-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.sx-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #dce8ff; font-size: 14px; font-weight: 700; }
.sx-proof span { display: inline-flex; align-items: center; gap: 8px; }
.sx-proof svg { width: 18px; height: 18px; color: #8ce2b8; }
.sx-hero__visual { width: 100%; margin: 0; padding: 12px; background: rgba(3, 19, 46, .2); border: 1px solid rgba(255,255,255,.22); border-radius: 20px; box-shadow: 0 28px 70px rgba(2,18,45,.25); }
.sx-hero__visual img { width: 100%; height: auto; border-radius: 12px; }

.sx-section { padding: 104px 0; }
.sx-section--soft { background: var(--sx-soft); }
.sx-section--dark { color: var(--sx-white); background: var(--sx-blue-dark); }
.sx-section__head { max-width: 760px; margin-bottom: 48px; }
.sx-kicker { margin-bottom: 12px; color: var(--sx-blue); font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.sx-section--dark .sx-kicker { color: #8ab1ff; }
.sx-title { margin: 0; font-family: "Space Grotesk", Inter, sans-serif; font-size: clamp(36px, 3.3vw, 52px); line-height: 1.1; letter-spacing: -.042em; text-wrap: balance; }
.sx-lead { margin: 18px 0 0; color: var(--sx-body); font-size: 18px; line-height: 1.72; }
.sx-section--dark .sx-lead { color: #afbed4; }
.sx-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sx-card { min-height: 260px; padding: 32px; background: var(--sx-white); border: 1px solid var(--sx-line); border-radius: var(--sx-radius); box-shadow: 0 14px 34px rgba(13,39,78,.05); }
.sx-card__number { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; margin-bottom: 42px; color: var(--sx-blue); background: #e9f0ff; border-radius: 10px; font-size: 14px; font-weight: 800; }
.sx-card h3 { margin: 0 0 12px; font-size: 24px; line-height: 1.2; letter-spacing: -.025em; }
.sx-card p { margin: 0; color: var(--sx-body); font-size: 16px; line-height: 1.7; }
.sx-split { display: grid; grid-template-columns: .84fr 1.16fr; align-items: start; gap: 72px; }
.sx-sticky { position: sticky; top: 32px; }
.sx-metric-list { display: grid; gap: 12px; }
.sx-metric { display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 18px; min-height: 92px; padding: 18px 22px; color: var(--sx-ink); background: var(--sx-white); border: 1px solid #cdd9ea; border-radius: 14px; }
.sx-metric__icon { display: flex; width: 44px; height: 44px; align-items: center; justify-content: center; color: var(--sx-blue); background: #e9f0ff; border-radius: 10px; }
.sx-metric__icon svg { width: 21px; height: 21px; }
.sx-metric strong { display: block; font-size: 17px; line-height: 1.25; }
.sx-metric small { display: block; margin-top: 4px; color: var(--sx-body); font-size: 14px; line-height: 1.45; }
.sx-metric__value { color: var(--sx-green); font-size: 14px; font-weight: 800; }
.sx-table-wrap { overflow: hidden; border: 1px solid var(--sx-line); border-radius: 16px; box-shadow: var(--sx-shadow); }
.sx-table { width: 100%; border-collapse: collapse; background: var(--sx-white); }
.sx-table th { padding: 20px 24px; color: var(--sx-white); background: var(--sx-blue-dark); font-size: 14px; text-align: left; }
.sx-table td { padding: 19px 24px; border-bottom: 1px solid var(--sx-line); font-size: 16px; vertical-align: top; }
.sx-table tr:last-child td { border-bottom: 0; }
.sx-table td:first-child { width: 27%; font-weight: 800; }
.sx-table td:nth-child(2) { color: var(--sx-body); }
.sx-table td:last-child { color: #123b9a; font-weight: 700; background: #eef4ff; }
.sx-cta { padding: 72px 0; background: var(--sx-soft); }
.sx-cta__panel { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: 58px 64px; color: var(--sx-white); background: var(--sx-blue); border-radius: 22px; }
.sx-cta h2 { max-width: 680px; margin: 0; font-family: "Space Grotesk", Inter, sans-serif; font-size: clamp(34px, 3vw, 48px); line-height: 1.1; letter-spacing: -.04em; }
.sx-cta p { max-width: 650px; margin: 16px 0 0; color: #dce7fb; font-size: 17px; }

.sx-footer { color: #c4d0e1; background: #061a36; }
.sx-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 64px; padding-top: 68px; padding-bottom: 48px; }
.sx-footer__logo { width: 184px; margin-bottom: 18px; }
.sx-footer p { max-width: 430px; margin: 0; font-size: 15px; line-height: 1.75; }
.sx-footer h2 { margin: 0 0 16px; color: var(--sx-white); font-size: 15px; }
.sx-footer ul { margin: 0; padding: 0; list-style: none; }
.sx-footer li + li { margin-top: 9px; }
.sx-footer a { font-size: 14px; }
.sx-footer a:hover { color: var(--sx-white); }
.sx-footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding: 24px 0 30px; border-top: 1px solid rgba(255,255,255,.13); font-size: 13px; }

.sx-form { display: grid; gap: 18px; padding: 36px; background: var(--sx-white); border: 1px solid var(--sx-line); border-radius: var(--sx-radius); box-shadow: var(--sx-shadow); }
.sx-field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.sx-field label { display: block; margin-bottom: 7px; color: var(--sx-ink); font-size: 14px; font-weight: 800; }
.sx-field input, .sx-field select, .sx-field textarea { width: 100%; min-height: 52px; padding: 13px 15px; color: var(--sx-ink); background: var(--sx-white); border: 1px solid #bfcde0; border-radius: 8px; outline: none; }
.sx-field textarea { min-height: 130px; resize: vertical; }
.sx-field input:focus, .sx-field select:focus, .sx-field textarea:focus { border-color: var(--sx-blue); box-shadow: 0 0 0 3px rgba(40,87,214,.12); }
.sx-check { display: flex; gap: 12px; color: var(--sx-body); font-size: 14px; }
.sx-check input { flex: 0 0 auto; width: 18px; height: 18px; margin-top: 3px; }
.sx-form .sx-button { width: 100%; }
.sx-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.sx-form-status { min-height: 24px; margin: 0; color: var(--sx-body); font-size: 14px; font-weight: 700; text-align: center; }
.sx-form-status.is-success { color: var(--sx-green); }
.sx-form-status.is-error { color: #c43d3d; }

@media (max-width: 1050px) {
  .sx-nav { display: none; position: absolute; top: 82px; left: 0; right: 0; padding: 12px 32px 28px; background: var(--sx-white); border-bottom: 1px solid var(--sx-line); box-shadow: 0 18px 40px rgba(3,19,38,.15); }
  .sx-nav.is-open { display: block; }
  .sx-nav__links { display: block; }
  .sx-nav__link { display: flex; min-height: 52px; padding: 14px 4px; border-bottom: 1px solid #e9eef5; font-size: 16px; }
  .sx-nav__link::after { display: none; }
  .sx-nav .sx-button { width: 100%; margin-top: 18px; }
  .sx-menu { display: block; }
  .sx-hero__inner { grid-template-columns: 1fr; min-height: auto; gap: 46px; padding-top: 72px; padding-bottom: 72px; }
  .sx-hero__copy { max-width: 720px; }
  .sx-hero__visual { max-width: 760px; }
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  .sx-container { width: calc(100% - 40px); }
  .sx-logo, .sx-logo img { width: 154px; }
  .sx-section { padding: 76px 0; }
  .sx-hero__inner { gap: 40px; padding-top: 60px; padding-bottom: 64px; }
  .sx-hero h1 { font-size: clamp(40px, 11.5vw, 52px); }
  .sx-hero__copy { font-size: 17px; line-height: 1.66; }
  .sx-actions { display: grid; }
  .sx-button { width: 100%; min-height: 54px; }
  .sx-proof { display: grid; gap: 10px; }
  .sx-hero__visual { padding: 7px; border-radius: 14px; }
  .sx-grid-3, .sx-split, .sx-field-grid { grid-template-columns: 1fr; }
  .sx-grid-3 { gap: 14px; }
  .sx-card { min-height: 0; padding: 26px; }
  .sx-card__number { margin-bottom: 28px; }
  .sx-split { gap: 34px; }
  .sx-sticky { position: static; }
  .sx-metric { grid-template-columns: 46px 1fr; gap: 14px; padding: 17px; }
  .sx-metric__value { grid-column: 2; }
  .sx-table-wrap { border: 0; border-radius: 0; box-shadow: none; }
  .sx-table, .sx-table tbody, .sx-table tr, .sx-table td { display: block; width: 100%; }
  .sx-table thead { display: none; }
  .sx-table tr { margin-bottom: 14px; overflow: hidden; border: 1px solid var(--sx-line); border-radius: 14px; }
  .sx-table td { padding: 14px 18px; border: 0; }
  .sx-table td:first-child { width: 100%; padding-top: 20px; }
  .sx-table td:last-child { padding-bottom: 20px; }
  .sx-table td::before { display: block; margin-bottom: 4px; color: #6b7d98; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .sx-table td:nth-child(2)::before { content: "Typical reporting"; }
  .sx-table td:nth-child(3)::before { content: "Revenue-system reporting"; }
  .sx-cta { padding: 40px 0; }
  .sx-cta__panel { display: block; padding: 38px 26px; }
  .sx-cta .sx-button { margin-top: 28px; }
  .sx-footer__grid { grid-template-columns: 1fr; gap: 38px; padding-top: 54px; }
  .sx-footer__bottom { display: grid; }
  .sx-form { padding: 24px 20px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}
