/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .start {
    inset-inline-start: var(--spacing);
  }
}
:root {
  --ink: #12233d;
  --navy: #0a1d36;
  --blue: #1867d8;
  --pale: #eff5fb;
  --line: #dce5ef;
  --muted: #5c6b7f;
  --gold: #e9c07b;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: Inter, "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  border-bottom: 1px solid rgba(18,35,61,.08);
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
}
.nav-wrap {
  display: flex;
  height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  letter-spacing: -.02em;
  white-space: nowrap;
}
.brand span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  font-family: Georgia, serif;
}
nav {
  display: flex;
  gap: 32px;
  color: #3e4e64;
  font-size: 14px;
}
nav a:hover, .footer-nav a:hover {
  color: var(--blue);
}
.header-contact {
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}
.header-contact span {
  margin-left: 5px;
}
.hero {
  display: grid;
  min-height: 670px;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 65px;
  padding-top: 66px;
  padding-bottom: 66px;
}
.hero h1, .inner-hero h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(38px, 4.1vw, 60px);
  line-height: 1.19;
  letter-spacing: -.055em;
  font-weight: 750;
}
.hero-lead {
  max-width: 540px;
  margin: 28px 0 34px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
}
.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 21px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .2s, background .2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-primary {
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(24,103,216,.2);
}
.button-light {
  background: #fff;
  color: var(--navy);
}
.text-link {
  color: var(--blue);
  font-size: 14px;
  font-weight: 700;
}
.text-link span {
  margin-left: 5px;
}
.product-window {
  overflow: hidden;
  border: 1px solid #d4dfed;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 32px 65px rgba(19,50,89,.16);
}
.window-top {
  display: flex;
  height: 45px;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  border-bottom: 1px solid #e5edf6;
  background: #f8fbfe;
}
.window-top span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c6d2df;
}
.window-top b {
  margin-left: 13px;
  font-size: 10px;
}
.window-top em {
  margin-left: auto;
  color: #8190a2;
  font-size: 9px;
  font-style: normal;
}
.window-body {
  display: grid;
  grid-template-columns: 112px 1fr;
  min-height: 350px;
}
.window-body aside {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 19px 14px;
  background: #0e2442;
  color: #aab9ca;
  font-size: 9px;
}
.window-body aside strong {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  margin-bottom: 7px;
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
  font-size: 9px;
}
.window-body aside i {
  font-style: normal;
}
.window-body aside i:first-of-type {
  color: #fff;
}
.dashboard {
  padding: 26px;
  background: #f5f8fc;
}
.dashboard-welcome {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 19px;
}
.dashboard-welcome small, .metric-grid small, .trend-card small {
  display: block;
  color: #78879a;
  font-size: 9px;
}
.dashboard-welcome b {
  display: block;
  margin-top: 6px;
  font-size: 16px;
}
.dashboard-welcome > span {
  padding: 6px 9px;
  border-radius: 4px;
  background: #e7f0ff;
  color: #1764cd;
  font-size: 9px;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 11px;
}
.metric-grid div, .trend-card {
  border: 1px solid #e3ebf4;
  border-radius: 6px;
  background: #fff;
}
.metric-grid div {
  padding: 13px;
}
.metric-grid b {
  display: block;
  margin: 8px 0 4px;
  color: var(--navy);
  font-size: 22px;
}
.metric-grid em {
  color: #24986d;
  font-size: 8px;
  font-style: normal;
}
.trend-card {
  margin-top: 13px;
  padding: 16px;
}
.trend-card > div:first-child {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}
.trend-bars {
  display: flex;
  height: 80px;
  align-items: end;
  justify-content: space-between;
  gap: 8px;
  margin-top: 10px;
  padding: 0 5px;
  border-bottom: 1px solid #dfe8f1;
}
.trend-bars i {
  width: 11%;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(#70a7f4,#266bd1);
}
.trend-bars i:nth-child(1) {
  height: 37%;
}
.trend-bars i:nth-child(2) {
  height: 56%;
}
.trend-bars i:nth-child(3) {
  height: 44%;
}
.trend-bars i:nth-child(4) {
  height: 76%;
}
.trend-bars i:nth-child(5) {
  height: 61%;
}
.trend-bars i:nth-child(6) {
  height: 89%;
}
.trend-bars i:nth-child(7) {
  height: 71%;
}
.logo-strip {
  border-top: 1px solid #eef2f6;
  border-bottom: 1px solid #eef2f6;
  color: #647387;
}
.logo-strip .section-shell {
  display: flex;
  height: 86px;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-size: 13px;
}
.logo-strip i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a2b0c1;
}
.section-block {
  padding-top: 116px;
  padding-bottom: 116px;
}
.section-heading {
  max-width: 630px;
}
.section-heading h2, .solution-grid h2, .security-copy h2, .cta-section h2, .centered-copy h2, .about-grid h2, .contact-grid h2 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(30px,3vw,42px);
  line-height: 1.25;
  letter-spacing: -.045em;
}
.section-heading > p:last-child, .security-copy > p:last-child, .solution-grid > div > p, .centered-copy > p:last-child, .about-grid > p, .contact-grid > div > p {
  color: var(--muted);
  line-height: 1.8;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 52px;
}
.capability-card {
  position: relative;
  min-height: 234px;
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 9px;
  transition: border .2s, box-shadow .2s;
}
.capability-card:hover {
  border-color: #9dbce8;
  box-shadow: 0 14px 35px rgba(21,67,125,.09);
}
.capability-card > span, .detail-grid span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
}
.capability-card h3 {
  margin: 39px 0 12px;
  font-size: 20px;
}
.capability-card p {
  max-width: 210px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.capability-card > b {
  position: absolute;
  right: 25px;
  bottom: 23px;
  color: #8aa0b8;
}
.solution-band {
  background: var(--navy);
  color: #fff;
}
.solution-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
  padding-top: 110px;
  padding-bottom: 110px;
}
.solution-grid h2 {
  color: #fff;
}
.solution-grid > div > p {
  max-width: 450px;
  color: #b7c5d6;
}
.solution-grid .text-link {
  color: var(--gold);
}
.solution-list {
  border-top: 1px solid rgba(255,255,255,.18);
}
.solution-list article {
  display: flex;
  gap: 23px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.solution-list span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 700;
}
.solution-list h3 {
  margin: 0 0 8px;
  font-size: 19px;
}
.solution-list p {
  margin: 0;
  color: #b7c5d6;
  font-size: 14px;
}
.security-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 100px;
  align-items: start;
}
.security-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.security-grid div {
  min-height: 155px;
  padding: 27px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.security-grid b {
  font-size: 17px;
}
.security-grid p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.cta-section {
  background: #dceafc;
  text-align: center;
}
.cta-section .section-shell {
  padding: 100px 0;
}
.cta-section .eyebrow {
  color: #3671ba;
}
.cta-section .button {
  margin-top: 30px;
}
.site-footer {
  background: #091a31;
  color: #c2cfde;
}
.footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 48px;
  padding-bottom: 44px;
}
.site-footer .brand {
  color: #fff;
}
.site-footer .brand span {
  background: #2d72d1;
}
.footer-main p {
  margin: 15px 0 0;
  font-size: 13px;
}
.footer-nav {
  display: flex;
  gap: 28px;
  font-size: 13px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: 12px;
}
.footer-bottom a:hover {
  color: #fff;
}
.inner-hero {
  padding: 122px 0 104px;
  background: linear-gradient(120deg, #eef5ff, #fff 72%);
}
.inner-hero > div {
  max-width: 900px;
}
.inner-hero h1 {
  max-width: 780px;
}
.inner-hero p:last-child {
  max-width: 640px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}
.detail-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.detail-grid article {
  min-height: 220px;
  padding: 35px;
  border-radius: 8px;
  background: var(--pale);
}
.detail-grid h2 {
  margin: 28px 0 11px;
  color: var(--navy);
  font-size: 24px;
}
.detail-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}
.soft-section {
  padding: 105px 0;
  background: var(--navy);
  color: #c5d3e3;
}
.soft-section h2 {
  color: #fff;
}
.centered-copy {
  max-width: 700px;
  text-align: center;
}
.centered-copy .eyebrow {
  color: var(--gold);
}
.centered-copy > p:last-child {
  color: #c5d3e3;
}
.about-grid, .contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 120px;
}
.about-grid > p {
  margin: 39px 0 0;
  font-size: 17px;
}
.dark-statement {
  padding: 100px 0;
  background: var(--navy);
  color: #fff;
}
.dark-statement span {
  color: var(--gold);
  font-size: 13px;
  font-weight: 700;
}
.dark-statement h2 {
  margin: 24px 0 13px;
  font-size: clamp(32px,4vw,52px);
  letter-spacing: -.05em;
}
.dark-statement p {
  margin: 0;
  color: #b7c5d6;
}
.contact-card {
  padding: 36px;
  border-radius: 9px;
  background: var(--pale);
}
.contact-card > span {
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
}
.contact-card h3 {
  margin: 27px 0 13px;
  font-size: 25px;
}
.contact-card p {
  max-width: 390px;
  color: var(--muted);
  line-height: 1.8;
}
.contact-card .button {
  margin-top: 13px;
}
@media (max-width: 820px) {
  .section-shell {
    width: min(100% - 36px, 620px);
  }
  nav {
    gap: 16px;
    font-size: 13px;
  }
  .header-contact {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 45px;
    min-height: auto;
    padding-top: 66px;
  }
  .hero h1 {
    max-width: 640px;
  }
  .product-window {
    width: min(100%, 580px);
  }
  .capability-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .solution-grid, .security-section, .about-grid, .contact-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .solution-grid {
    padding: 80px 0;
  }
  .security-section {
    gap: 50px;
  }
  .about-grid > p {
    margin-top: 0;
  }
  .inner-hero {
    padding: 90px 0 78px;
  }
}
@media (max-width: 560px) {
  .section-shell {
    width: calc(100% - 32px);
  }
  .nav-wrap {
    height: 64px;
  }
  .brand {
    font-size: 16px;
  }
  .brand span {
    width: 27px;
    height: 27px;
  }
  nav {
    gap: 13px;
    font-size: 12px;
  }
  nav a:nth-child(3) {
    display: none;
  }
  .hero {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .hero h1 {
    font-size: 38px;
  }
  .hero-lead {
    margin-top: 22px;
    font-size: 15px;
  }
  .hero-actions {
    gap: 19px;
  }
  .product-window {
    transform: none;
  }
  .window-body {
    grid-template-columns: 76px 1fr;
    min-height: 275px;
  }
  .window-body aside {
    gap: 13px;
    padding: 14px 10px;
    font-size: 8px;
  }
  .dashboard {
    padding: 16px;
  }
  .dashboard-welcome b {
    font-size: 13px;
  }
  .metric-grid {
    gap: 6px;
  }
  .metric-grid div {
    padding: 9px;
  }
  .metric-grid b {
    font-size: 17px;
  }
  .metric-grid small, .metric-grid em {
    font-size: 7px;
  }
  .logo-strip .section-shell {
    height: 70px;
    gap: 13px;
    font-size: 11px;
  }
  .section-block {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .capability-grid {
    grid-template-columns: 1fr;
    margin-top: 35px;
  }
  .capability-card {
    min-height: 190px;
  }
  .solution-grid {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .security-grid {
    grid-template-columns: 1fr;
  }
  .security-grid div {
    min-height: 130px;
  }
  .cta-section .section-shell {
    padding: 75px 0;
  }
  .footer-main, .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .footer-main {
    padding-top: 40px;
  }
  .footer-nav {
    gap: 20px;
  }
  .detail-grid {
    grid-template-columns: 1fr;
  }
  .detail-grid article {
    min-height: 180px;
    padding: 27px;
  }
  .inner-hero h1 {
    font-size: 37px;
  }
  .inner-hero p:last-child {
    font-size: 15px;
  }
}
