/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@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;
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --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;
  }
  :-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 {
  .relative {
    position: relative;
  }
  .z-10 {
    z-index: 10;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .min-h-\[780px\] {
    min-height: 780px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .scroll-mt-32 {
    scroll-margin-top: calc(var(--spacing) * 32);
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-x-6 {
    column-gap: calc(var(--spacing) * 6);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .bg-\[\#F8F9FC\] {
    background-color: #F8F9FC;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-slate-200 {
    color: var(--color-slate-200);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sm\:inline-flex {
    @media (width >= 40rem) {
      display: inline-flex;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[\.8fr_1\.2fr\] {
    @media (width >= 64rem) {
      grid-template-columns: .8fr 1.2fr;
    }
  }
  .lg\:grid-cols-\[\.72fr_1\.28fr\] {
    @media (width >= 64rem) {
      grid-template-columns: .72fr 1.28fr;
    }
  }
  .lg\:grid-cols-\[\.85fr_1\.15fr\] {
    @media (width >= 64rem) {
      grid-template-columns: .85fr 1.15fr;
    }
  }
  .lg\:grid-cols-\[1\.02fr_\.98fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.02fr .98fr;
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:pt-20 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .lg\:pr-8 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 8);
    }
  }
}
:root {
  --pc-primary: #212C62;
  --pc-navy: #151D48;
  --pc-dark: #080B14;
  --pc-off: #F8F9FC;
  --pc-border: #E5E7EB;
  --pc-muted: #667085;
  --pc-text: #111827;
  --pc-shadow: 0 24px 70px rgba(8,11,20,.10);
  --pc-ease: cubic-bezier(.2,.8,.2,1);
}
html {
  scroll-padding-top: 6.25rem;
}
body {
  font-family: "Inter",sans-serif;
  color: var(--pc-text);
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}
h1,h2,h3,h4,.font-display {
  font-family: "Manrope",sans-serif;
}
a,button,input,select,textarea {
  outline-offset: 3px;
}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible {
  outline: 3px solid rgba(33,44,98,.28);
}
::selection {
  background: #212C62;
  color: #fff;
}
.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 9999;
  background: #fff;
  color: #111827;
  padding: .75rem 1rem;
  border-radius: .75rem;
  box-shadow: var(--pc-shadow);
  font-weight: 700;
  transition: top .2s;
}
.skip-link:focus {
  top: 1rem;
}
.page-loader {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: grid;
  place-items: center;
  background: #fff;
  transition: opacity .35s ease,visibility .35s ease;
}
.page-loader img {
  width: min(280px,65vw);
  animation: loaderPulse .7s var(--pc-ease) both;
}
.page-loader.is-done {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@keyframes loaderPulse {
  from {
    opacity: 0;
    transform: scale(.97);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.icon {
  width: 1.2em;
  height: 1.2em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: inline-block;
  vertical-align: -.18em;
}
.icon-sm {
  width: 1rem;
  height: 1rem;
}
.icon-md {
  width: 1.35rem;
  height: 1.35rem;
}
.icon-check {
  color: #212C62;
}
.icon-check-light {
  color: #fff;
}
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255,255,255,.88);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(14px);
  transition: .25s;
}
.site-header.is-scrolled {
  background: rgba(255,255,255,.96);
  border-color: #E5E7EB;
  box-shadow: 0 10px 40px rgba(8,11,20,.05);
}
.brand-link {
  display: inline-flex;
  align-items: center;
  min-width: 180px;
}
.brand-logo {
  width: 210px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
}
.nav-link {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  position: relative;
  font-size: .91rem;
  font-weight: 600;
  color: #475467;
  transition: color .2s;
}
.nav-link:hover,.nav-link[aria-current="page"] {
  color: #212C62;
}
.nav-link[aria-current="page"]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.55rem;
  height: 2px;
  background: #212C62;
  border-radius: 999px;
}
.nav-button {
  background: none;
  cursor: pointer;
}
.mega-menu {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 78px;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 1.25rem;
  padding: 1.6rem;
  box-shadow: 0 28px 80px rgba(8,11,20,.13);
  transform-origin: top;
  animation: menuIn .18s ease;
}
.mega-menu a {
  display: block;
  color: #475467;
  font-size: .9rem;
  padding: .42rem 0;
  transition: .2s;
}
.mega-menu a:hover {
  color: #212C62;
  transform: translateX(2px);
}
.mega-title {
  font-size: .72rem;
  letter-spacing: .13em;
  text-transform: uppercase;
  font-weight: 800;
  color: #111827;
  margin-bottom: .6rem;
}
@keyframes menuIn {
  from {
    opacity: 0;
    transform: translateY(-5px) scale(.99);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.menu-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid #E5E7EB;
  border-radius: .8rem;
  background: #fff;
  color: #212C62;
  cursor: pointer;
}
.menu-button .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.mobile-overlay {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: rgba(8,11,20,.48);
  backdrop-filter: blur(2px);
}
.mobile-drawer {
  position: fixed;
  z-index: 160;
  right: 0;
  top: 0;
  bottom: 0;
  width: min(90vw,400px);
  padding: 1.25rem;
  background: #fff;
  box-shadow: -30px 0 80px rgba(8,11,20,.18);
  display: flex;
  flex-direction: column;
  transform: translateX(102%);
  transition: transform .32s var(--pc-ease);
  overflow: auto;
}
.mobile-drawer.is-open {
  transform: none;
}
.mobile-drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #E5E7EB;
}
.mobile-drawer-head img {
  width: 190px;
  height: auto;
}
.mobile-nav {
  display: grid;
  padding: 1rem 0;
}
.mobile-nav-link {
  font-family: "Manrope",sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  padding: .8rem .2rem;
  color: #111827;
  border-bottom: 1px solid #F1F3F7;
}
.mobile-services {
  display: grid;
  gap: .1rem;
  padding: 1rem 0;
}
.mobile-services a {
  padding: .45rem 0;
  color: #667085;
  font-size: .93rem;
}
.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  border-radius: .78rem;
  padding: .78rem 1.15rem;
  font-weight: 700;
  font-size: .93rem;
  transition: transform .25s var(--pc-ease),background .25s,color .25s,border-color .25s,box-shadow .25s;
}
.btn:hover {
  transform: translateY(-1px);
}
.btn .icon {
  transition: transform .25s var(--pc-ease);
}
.btn:hover .icon {
  transform: translateX(3px);
}
.btn-primary {
  background: #212C62;
  color: #fff;
  box-shadow: 0 12px 30px rgba(33,44,98,.17);
}
.btn-primary:hover {
  background: #151D48;
}
.btn-secondary {
  background: #fff;
  color: #111827;
  border: 1px solid #D9DDE6;
}
.btn-secondary:hover {
  border-color: #212C62;
  color: #212C62;
}
.btn-light {
  background: #fff;
  color: #151D48;
}
.btn-light:hover {
  background: #F1F3F7;
}
.btn-outline-light {
  border: 1px solid rgba(255,255,255,.45);
  color: #fff;
  background: transparent;
}
.btn-outline-light:hover {
  border-color: #fff;
  background: rgba(255,255,255,.06);
}
.section-space {
  padding: 6.5rem 0;
}
.section-eyebrow {
  font-family: "Manrope",sans-serif;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .16em;
  color: #212C62;
  margin-bottom: 1rem;
}
.section-eyebrow-light {
  color: #AAB5F0;
}
.section-title {
  font-size: clamp(2.2rem,4vw,3.65rem);
  line-height: 1.06;
  letter-spacing: -.045em;
  font-weight: 800;
  color: #111827;
}
.section-lead {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #667085;
  margin-top: 1.25rem;
}
.body-copy {
  font-size: 1rem;
  line-height: 1.85;
  color: #667085;
}
.section-heading-row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 3rem;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #212C62;
  font-weight: 750;
  font-size: .93rem;
}
.text-link .icon {
  transition: transform .2s;
}
.text-link:hover .icon {
  transform: translateX(3px);
}
.text-link-light {
  color: #fff;
}
.chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .35rem .72rem;
  border-radius: .6rem;
  background: #fff;
  border: 1px solid #DDE1E9;
  color: #475467;
  font-size: .8rem;
  font-weight: 650;
}
.chip-dark {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.13);
  color: #E5E7EB;
}
.hero-section {
  position: relative;
  isolation: isolate;
  background: linear-gradient(180deg,#fff 0%,#FCFCFE 100%);
  overflow: hidden;
}
.hero-grid-pattern,.dark-grid,.cta-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(33,44,98,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(33,44,98,.055) 1px,transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom,black,transparent 80%);
}
.hero-orb {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}
.hero-orb-one {
  width: 430px;
  height: 430px;
  right: -160px;
  top: 80px;
  background: rgba(33,44,98,.07);
}
.hero-orb-two {
  width: 260px;
  height: 260px;
  left: 40%;
  bottom: 0;
  background: rgba(33,44,98,.045);
}
.hero-title {
  font-size: clamp(3rem,5.5vw,5.2rem);
  line-height: .98;
  letter-spacing: -.06em;
  font-weight: 800;
  color: #0C1225;
  max-width: 760px;
}
.hero-title span {
  color: #212C62;
}
.hero-lead {
  font-size: clamp(1.02rem,1.7vw,1.16rem);
  line-height: 1.82;
  color: #667085;
  max-width: 680px;
  margin-top: 1.55rem;
}
.hero-trust {
  margin-top: 1.5rem;
  font-size: .8rem;
  letter-spacing: .04em;
  font-weight: 700;
  color: #98A2B3;
}
.hero-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}
.hero-device {
  width: min(100%,610px);
  border: 1px solid #DADFE9;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 30px 90px rgba(8,11,20,.12);
  overflow: hidden;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}
.hero-device-bar,.browser-top,.code-top {
  height: 46px;
  background: #F8F9FC;
  border-bottom: 1px solid #E5E7EB;
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: 0 1rem;
}
.hero-device-bar>span,.browser-top i,.code-top i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #CFD4DE;
}
.hero-device-bar small,.browser-top span,.code-top span {
  margin-left: .55rem;
  color: #98A2B3;
  font-size: .67rem;
}
.hero-device-body {
  display: grid;
  grid-template-columns: 66px 1fr;
  min-height: 390px;
}
.hero-side {
  background: #111833;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.05rem;
  padding: 1.1rem .8rem;
}
.hero-side b {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: .75rem;
  background: #fff;
  color: #212C62;
  font-family: "Manrope";
}
.hero-side i {
  width: 27px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.17);
}
.hero-side i.active {
  background: #fff;
}
.hero-workspace {
  padding: 1.5rem;
}
.hero-workspace-title {
  display: flex;
  justify-content: space-between;
}
.hero-workspace-title span:first-child {
  width: 135px;
  height: 18px;
  border-radius: 8px;
  background: #1A234F;
}
.hero-workspace-title span:last-child {
  width: 72px;
  height: 26px;
  border-radius: 8px;
  background: #E9EBF5;
}
.hero-mini-stats {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: .7rem;
  margin-top: 1.2rem;
}
.hero-mini-stats div {
  padding: .85rem;
  border: 1px solid #E7E9F0;
  border-radius: .9rem;
}
.hero-mini-stats small {
  display: block;
  color: #98A2B3;
  font-size: .65rem;
}
.hero-mini-stats b {
  font-size: .8rem;
}
.hero-chart {
  height: 160px;
  margin-top: 1rem;
  border: 1px solid #E7E9F0;
  border-radius: 1rem;
  padding: .8rem;
  background: linear-gradient(180deg,#fff,#FAFBFE);
}
.hero-chart svg {
  width: 100%;
  height: 100%;
}
.hero-chart path {
  fill: none;
  stroke: #212C62;
  stroke-width: 4;
}
.hero-chart path.fill {
  fill: rgba(33,44,98,.07);
  stroke: none;
}
.hero-table {
  display: grid;
  gap: .55rem;
  margin-top: 1rem;
}
.hero-table span {
  height: 12px;
  border-radius: 999px;
  background: #EEF0F5;
}
.hero-table span:nth-child(2) {
  width: 88%;
}
.hero-table span:nth-child(3) {
  width: 72%;
}
.floating-ui {
  position: absolute;
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .75rem .9rem;
  background: rgba(255,255,255,.94);
  border: 1px solid #E5E7EB;
  border-radius: 1rem;
  box-shadow: 0 14px 40px rgba(8,11,20,.11);
  animation: float 5.5s ease-in-out infinite;
}
.floating-ui small {
  display: block;
  font-size: .62rem;
  color: #98A2B3;
}
.floating-ui strong {
  display: block;
  font-size: .76rem;
}
.floating-icon {
  width: 37px;
  height: 37px;
  border-radius: .75rem;
  background: #EEF0F8;
  color: #212C62;
  display: grid;
  place-items: center;
}
.floating-ui-one {
  left: -18px;
  top: 80px;
}
.floating-ui-two {
  right: -5px;
  bottom: 85px;
  animation-delay: -1.6s;
}
.floating-ui-three {
  left: 40px;
  bottom: 8px;
  animation-delay: -3.1s;
}
@keyframes float {
  0%,100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
.capability-section {
  border-top: 1px solid #ECEEF3;
  border-bottom: 1px solid #ECEEF3;
  background: #fff;
}
.capability-row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  overflow: auto;
  padding: 1.15rem 0;
  scrollbar-width: none;
}
.capability-row::-webkit-scrollbar {
  display: none;
}
.capability-row span {
  white-space: nowrap;
  font-size: .76rem;
  font-weight: 750;
  color: #667085;
}
.capability-row span:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #BBC1CE;
  margin-left: 1.5rem;
  vertical-align: middle;
}
.about-composition {
  min-height: 440px;
  position: relative;
  display: grid;
  place-items: center;
}
.about-main-card {
  width: min(86%,390px);
  aspect-ratio: 1/1;
  border-radius: 2rem;
  background: #212C62;
  box-shadow: var(--pc-shadow);
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 2rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.about-main-card:before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border: 52px solid rgba(255,255,255,.12);
  border-radius: 50%;
  right: -90px;
  top: -60px;
}
.about-symbol {
  font-size: 8rem;
  line-height: .8;
  font-family: "Manrope";
  font-weight: 800;
}
.about-main-card p {
  margin-top: 1rem;
  font-weight: 700;
}
.about-small-card {
  position: absolute;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 1rem;
  padding: .85rem 1rem;
  box-shadow: 0 15px 45px rgba(8,11,20,.1);
  min-width: 150px;
}
.about-small-card b,.about-small-card span {
  display: block;
}
.about-small-card b {
  font-size: .85rem;
}
.about-small-card span {
  font-size: .68rem;
  color: #98A2B3;
  margin-top: .2rem;
}
.about-a {
  top: 30px;
  left: 0;
}
.about-b {
  right: 0;
  top: 50%;
}
.about-c {
  left: 20px;
  bottom: 15px;
}
.pillar-card {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 1.2rem;
  padding: 1.55rem;
  transition: .3s;
}
.pillar-card:hover {
  transform: translateY(-3px);
  border-color: #C6CBE0;
  box-shadow: 0 20px 50px rgba(8,11,20,.07);
}
.card-icon {
  width: 2rem;
  height: 2rem;
  color: #212C62;
}
.pillar-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-top: 1.15rem;
}
.pillar-card p {
  font-size: .92rem;
  line-height: 1.7;
  color: #667085;
  margin-top: .55rem;
}
.services-bento {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  gap: 1.15rem;
}
.service-bento {
  grid-column: span 4;
  background: #fff;
  border: 1px solid #E3E6ED;
  border-radius: 1.45rem;
  padding: 1.65rem;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: .32s;
}
.service-bento:hover {
  transform: translateY(-3px);
  border-color: #C9CFE2;
  box-shadow: 0 20px 55px rgba(8,11,20,.07);
}
.service-bento h3 {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -.025em;
  margin-top: 1rem;
}
.service-bento p {
  font-size: .9rem;
  color: #667085;
  line-height: 1.7;
  margin-top: .65rem;
}
.service-bento .text-link {
  margin-top: 1.3rem;
}
.service-large {
  grid-column: span 7;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 1rem;
}
.service-wide {
  grid-column: span 8;
  display: grid;
  grid-template-columns: 1fr .8fr;
  align-items: center;
}
.service-dark {
  grid-column: span 5;
  background: #10162D;
  color: #fff;
  border-color: #10162D;
}
.service-dark h3 {
  color: #fff;
}
.service-dark p {
  color: #AEB7CD;
}
.service-dark .card-icon {
  color: #fff;
}
.service-number {
  font-family: "Manrope";
  font-size: .72rem;
  letter-spacing: .14em;
  font-weight: 800;
  color: #98A2B3;
  display: block;
}
.mini-browser {
  align-self: center;
  border: 1px solid #D9DDE6;
  border-radius: 1rem;
  background: #FAFBFD;
  padding: 1rem;
  height: 180px;
  display: flex;
  flex-direction: column;
  gap: .7rem;
  transform: rotate(2deg);
}
.mini-browser div {
  height: 18px;
  background: #212C62;
  border-radius: .4rem;
  width: 58%;
}
.mini-browser span {
  display: block;
  height: 10px;
  background: #E0E4EC;
  border-radius: 999px;
}
.mini-browser span:nth-child(3) {
  width: 82%;
}
.mini-browser span:nth-child(4) {
  width: 60%;
}
.gift-visual {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: .6rem;
  height: 160px;
}
.gift-visual i {
  display: block;
  background: #212C62;
}
.gift-visual i:first-child {
  width: 75px;
  height: 90px;
  border-radius: .7rem;
}
.gift-visual i:nth-child(2) {
  width: 58px;
  height: 120px;
  border-radius: .5rem;
}
.gift-visual i:nth-child(3) {
  width: 82px;
  height: 70px;
  border-radius: 999px 999px .5rem .5rem;
}
.browser-showcase,.code-window {
  border: 1px solid #DCE0E8;
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 25px 70px rgba(8,11,20,.09);
  overflow: hidden;
}
.browser-content {
  min-height: 390px;
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 2rem;
  background: linear-gradient(145deg,#fff,#F8F9FC);
}
.browser-copy {
  padding-top: 2rem;
}
.browser-copy span {
  display: block;
  width: 80px;
  height: 10px;
  background: #212C62;
  border-radius: 999px;
  margin-bottom: 1.3rem;
}
.browser-copy b {
  display: block;
  height: 34px;
  border-radius: .65rem;
  background: #10162D;
  margin-bottom: .75rem;
}
.browser-copy b:nth-child(3) {
  width: 76%;
}
.browser-copy i {
  display: block;
  width: 135px;
  height: 46px;
  border-radius: .7rem;
  background: #212C62;
  margin-top: 1.4rem;
}
.browser-art {
  border-radius: 1.2rem;
  background: #212C62;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
.browser-art span:first-child {
  width: 150px;
  height: 150px;
  border: 32px solid #fff;
  border-radius: 50%;
}
.browser-art span:nth-child(2) {
  position: absolute;
  width: 55px;
  height: 55px;
  background: #fff;
  border-radius: 50%;
}
.browser-art span:nth-child(3) {
  position: absolute;
  inset: auto 15% 15%;
  height: 12px;
  background: rgba(255,255,255,.35);
  border-radius: 999px;
}
.code-window {
  background: #0C1124;
  border-color: #161D3A;
}
.code-top {
  background: #111833;
  border-color: #202846;
}
.code-window pre {
  padding: 2rem;
  color: #B9C5EA;
  font-size: .88rem;
  line-height: 1.9;
  overflow: auto;
}
.code-window code span {
  color: #7DD3FC;
}
.code-window code b {
  color: #fff;
  font-weight: 500;
}
.dark-section {
  position: relative;
  background: #080B14;
  overflow: hidden;
}
.dark-grid {
  background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  mask-image: radial-gradient(circle at 70% 50%,black,transparent 75%);
}
.crm-shell {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 1.45rem;
  background: #11182F;
  box-shadow: 0 35px 100px rgba(0,0,0,.28);
  overflow: hidden;
}
.crm-top {
  height: 48px;
  display: flex;
  align-items: center;
  gap: .4rem;
  padding: 0 1rem;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.crm-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
}
.demo-badge {
  margin-right: auto;
  display: inline-flex;
  padding: .25rem .55rem;
  border-radius: .4rem;
  font-size: .62rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: rgba(255,255,255,.08);
  color: #D8DDF2;
}
.demo-badge-light {
  background: #EEF0F8;
  color: #212C62;
}
.crm-layout {
  display: grid;
  grid-template-columns: 58px 1fr;
  min-height: 420px;
}
.crm-side {
  background: #0D1328;
  padding: 1rem .8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.crm-logo-mark {
  width: 32px;
  height: 32px;
  border-radius: .65rem;
  background: #fff;
  color: #212C62;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-family: "Manrope";
}
.crm-nav {
  width: 27px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.13);
}
.crm-nav.active {
  background: #fff;
}
.crm-main {
  padding: 1.25rem;
}
.crm-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.crm-heading div {
  display: grid;
  gap: .35rem;
}
.crm-heading span {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  width: 110px;
}
.crm-heading span:last-child {
  width: 70px;
}
.crm-heading button {
  width: 64px;
  height: 26px;
  border-radius: .5rem;
  background: #212C62;
}
.crm-stat-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: .6rem;
  margin-top: 1.2rem;
}
.crm-stat-grid div {
  padding: .75rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .8rem;
  background: rgba(255,255,255,.025);
}
.crm-stat-grid b {
  display: block;
  color: #fff;
  font-size: .72rem;
}
.crm-stat-grid span {
  font-size: .58rem;
  color: #76809C;
}
.crm-chart {
  height: 150px;
  margin-top: 1rem;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: .9rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  padding: 1rem;
}
.chart-bars {
  display: flex;
  align-items: end;
  gap: .4rem;
}
.chart-bars i {
  flex: 1;
  background: #3D4E99;
  border-radius: .25rem .25rem 0 0;
}
.chart-bars i:nth-child(1) {
  height: 35%;
}
.chart-bars i:nth-child(2) {
  height: 60%;
}
.chart-bars i:nth-child(3) {
  height: 43%;
}
.chart-bars i:nth-child(4) {
  height: 80%;
}
.chart-bars i:nth-child(5) {
  height: 65%;
}
.chart-bars i:nth-child(6) {
  height: 88%;
}
.chart-bars i:nth-child(7) {
  height: 73%;
}
.chart-line {
  display: grid;
  place-items: center;
}
.chart-line span {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,transparent,#8EA0F6,transparent);
  transform: rotate(-10deg);
  box-shadow: 20px 25px 0 rgba(142,160,246,.4),-20px -18px 0 rgba(142,160,246,.25);
}
.crm-table {
  display: grid;
  gap: .5rem;
  margin-top: 1rem;
}
.crm-table span {
  height: 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}
.crm-table span:nth-child(2) {
  width: 89%;
}
.crm-table span:nth-child(3) {
  width: 77%;
}
.marketing-shell {
  border: 1px solid #DEE2EA;
  border-radius: 1.4rem;
  background: #fff;
  padding: 1.3rem;
  box-shadow: 0 25px 70px rgba(8,11,20,.08);
}
.marketing-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.marketing-head p {
  font-family: "Manrope";
  font-weight: 800;
  font-size: .92rem;
}
.marketing-head span {
  font-size: .65rem;
  color: #98A2B3;
}
.marketing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .8rem;
  margin-top: 1rem;
}
.marketing-metric,.marketing-chart,.funnel {
  border: 1px solid #E5E7EB;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
}
.marketing-metric small,.marketing-chart small,.funnel small {
  display: block;
  color: #98A2B3;
  font-size: .65rem;
  margin-bottom: .6rem;
}
.marketing-metric strong {
  font-size: 1.25rem;
}
.status-pulse {
  position: absolute;
  right: 1rem;
  top: 1.15rem;
  width: 8px;
  height: 8px;
  background: #212C62;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(33,44,98,.1);
}
.mini-bars {
  height: 28px;
  display: flex;
  gap: .28rem;
  align-items: end;
}
.mini-bars i {
  width: 12%;
  background: #212C62;
  border-radius: .2rem;
}
.mini-bars i:nth-child(1) {
  height: 40%;
}
.mini-bars i:nth-child(2) {
  height: 75%;
}
.mini-bars i:nth-child(3) {
  height: 55%;
}
.mini-bars i:nth-child(4) {
  height: 90%;
}
.mini-bars i:nth-child(5) {
  height: 68%;
}
.marketing-chart {
  grid-column: span 2;
}
.marketing-chart svg {
  width: 100%;
  height: 110px;
}
.marketing-chart path {
  fill: none;
  stroke: #212C62;
  stroke-width: 4;
}
.marketing-chart path.fill {
  stroke: none;
  fill: rgba(33,44,98,.07);
}
.funnel {
  grid-column: span 2;
}
.funnel i {
  display: block;
  height: 10px;
  background: #212C62;
  margin: .45rem auto;
  border-radius: .3rem;
}
.funnel i:first-of-type {
  width: 88%;
}
.funnel i:nth-of-type(2) {
  width: 62%;
  opacity: .72;
}
.funnel i:nth-of-type(3) {
  width: 38%;
  opacity: .48;
}
.social-wall {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  grid-template-rows: repeat(3,150px);
  gap: .8rem;
}
.social-wall article {
  border-radius: 1.2rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  position: relative;
  background: #212C62;
  color: #fff;
}
.social-wall article:nth-child(2),.social-wall article:nth-child(4) {
  background: #10162D;
}
.social-wall article:nth-child(3) {
  background: #fff;
  color: #111827;
  border: 1px solid #E5E7EB;
}
.social-wall article:first-child {
  grid-row: span 2;
}
.social-wall article:last-child {
  background: #E7EAF4;
  color: #212C62;
}
.social-wall article:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 25px solid currentColor;
  opacity: .1;
  right: -25px;
  top: -20px;
}
.social-wall span {
  font-size: .66rem;
  opacity: .68;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.social-wall b {
  font-family: "Manrope";
  font-size: 1.2rem;
  margin-top: .15rem;
}
.product-stage {
  min-height: 470px;
  position: relative;
  border-radius: 2rem;
  background: linear-gradient(145deg,#F2F4F9,#fff);
  border: 1px solid #E5E7EB;
  overflow: hidden;
}
.product-box,.product-mug,.product-book,.product-card {
  position: absolute;
  display: grid;
  place-items: center;
  background: #212C62;
  color: #fff;
  box-shadow: 0 25px 60px rgba(8,11,20,.15);
}
.product-box {
  width: 220px;
  height: 170px;
  left: 12%;
  top: 20%;
  border-radius: 1.2rem;
}
.product-box:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 18px;
  background: #fff;
}
.product-box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 18px;
  background: #fff;
}
.product-box span {
  z-index: 2;
  font-family: "Manrope";
  font-size: 2rem;
}
.product-mug {
  width: 130px;
  height: 145px;
  right: 13%;
  top: 16%;
  border-radius: .8rem .8rem 1.7rem 1.7rem;
  font-family: "Manrope";
  font-weight: 800;
  font-size: 1.7rem;
}
.product-mug:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 70px;
  border: 14px solid #212C62;
  border-left: 0;
  border-radius: 0 999px 999px 0;
  right: -44px;
  top: 30px;
}
.product-book {
  width: 230px;
  height: 100px;
  right: 14%;
  bottom: 15%;
  border-radius: .6rem;
  transform: rotate(-6deg);
  background: #fff;
  color: #212C62;
  border: 1px solid #DCE0E9;
}
.product-card {
  width: 150px;
  height: 90px;
  left: 16%;
  bottom: 9%;
  border-radius: .7rem;
  transform: rotate(7deg);
  background: #10162D;
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 1rem;
}
.why-card {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 1.1rem;
  padding: 1.35rem;
  min-height: 210px;
}
.why-card>span {
  display: block;
  font-size: .68rem;
  font-weight: 800;
  color: #98A2B3;
  letter-spacing: .12em;
}
.why-card h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-top: 1rem;
}
.why-card p {
  font-size: .82rem;
  line-height: 1.7;
  color: #667085;
  margin-top: .55rem;
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: .9rem;
}
.industry-card {
  border: 1px solid #E5E7EB;
  border-radius: 1rem;
  padding: 1.1rem;
  background: #fff;
  transition: .25s;
}
.industry-card:hover {
  transform: translateY(-2px);
  border-color: #C6CBE0;
}
.industry-card .icon {
  color: #212C62;
}
.industry-card h3 {
  font-weight: 800;
  font-size: .92rem;
  margin-top: .8rem;
}
.industry-card p {
  font-size: .72rem;
  line-height: 1.55;
  color: #98A2B3;
  margin-top: .45rem;
}
.industry-mini {
  display: flex;
  align-items: center;
  gap: .7rem;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: .9rem;
  font-weight: 700;
  color: #475467;
}
.industry-mini .icon {
  color: #212C62;
}
.process-line {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 0;
  position: relative;
}
.process-line:before {
  content: "";
  position: absolute;
  left: 7%;
  right: 7%;
  top: 22px;
  height: 1px;
  background: #D9DDE5;
}
.process-step {
  position: relative;
  padding: 0 1.05rem;
}
.process-step>span {
  position: relative;
  z-index: 2;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #C9CED9;
  color: #212C62;
  font-size: .7rem;
  font-weight: 800;
}
.process-step h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-top: 1.1rem;
}
.process-step p {
  font-size: .82rem;
  color: #667085;
  line-height: 1.6;
  margin-top: .45rem;
}
.ecosystem {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border: 1px solid #E1E4EB;
  border-radius: 1.3rem;
  overflow: hidden;
}
.ecosystem article {
  padding: 1.6rem;
  background: #fff;
  position: relative;
}
.ecosystem article:not(:last-child) {
  border-right: 1px solid #E1E4EB;
}
.ecosystem span {
  font-size: .68rem;
  font-weight: 800;
  color: #212C62;
}
.ecosystem h3 {
  font-size: 1rem;
  font-weight: 800;
  margin-top: 1rem;
}
.ecosystem p {
  font-size: .82rem;
  color: #667085;
  margin-top: .45rem;
}
.ecosystem article:not(:last-child):after {
  content: "→";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #212C62;
  color: #fff;
  font-size: .7rem;
  z-index: 2;
}
.portfolio-filters {
  display: flex;
  gap: .5rem;
  flex-wrap: wrap;
}
.filter-btn {
  min-height: 40px;
  padding: .55rem .85rem;
  border: 1px solid #DDE1E8;
  background: #fff;
  border-radius: .65rem;
  font-size: .78rem;
  font-weight: 700;
  color: #667085;
  cursor: pointer;
  transition: .2s;
}
.filter-btn:hover,.filter-btn.is-active {
  background: #212C62;
  color: #fff;
  border-color: #212C62;
}
.portfolio-card {
  border: 1px solid #E2E5EC;
  border-radius: 1.4rem;
  background: #fff;
  overflow: hidden;
  transition: opacity .22s,transform .32s var(--pc-ease),border-color .32s,box-shadow .32s;
}
.portfolio-card:hover {
  transform: translateY(-3px);
  border-color: #C7CDDF;
  box-shadow: 0 22px 60px rgba(8,11,20,.08);
}
.portfolio-card.is-filtered-out {
  opacity: 0;
  transform: scale(.985);
}
.project-visual {
  display: block;
  overflow: hidden;
  background: #F4F5F8;
  aspect-ratio: 16/10;
}
.project-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s var(--pc-ease);
}
.portfolio-card:hover .project-visual img {
  transform: scale(1.025);
}
.portfolio-body {
  padding: 1.35rem;
}
.portfolio-kicker {
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #98A2B3;
}
.portfolio-body h3 {
  font-size: 1.3rem;
  letter-spacing: -.025em;
  font-weight: 800;
  margin-top: .35rem;
}
.portfolio-body>p {
  font-size: .84rem;
  line-height: 1.7;
  color: #667085;
  margin-top: .7rem;
}
.project-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid #DDE1E8;
  border-radius: .75rem;
  color: #212C62;
  flex: none;
  transition: .2s;
}
.project-arrow:hover {
  background: #212C62;
  color: #fff;
  transform: translate(2px,-2px);
}
.project-tags {
  display: flex;
  gap: .4rem;
  flex-wrap: wrap;
  margin: 1rem 0;
}
.project-tags span {
  font-size: .65rem;
  padding: .3rem .5rem;
  border-radius: .4rem;
  background: #F1F3F7;
  color: #667085;
}
.portfolio-note {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid #DDE1EA;
  border-radius: 1rem;
  background: #F8F9FC;
}
.portfolio-note .icon {
  color: #212C62;
  flex: none;
}
.portfolio-note h2 {
  font-size: .95rem;
  font-weight: 800;
}
.portfolio-note p {
  font-size: .8rem;
  line-height: 1.55;
  color: #667085;
  margin-top: .2rem;
}
.faq-list {
  border-top: 1px solid #E0E3EA;
}
.faq-item {
  border-bottom: 1px solid #E0E3EA;
}
.faq-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  text-align: left;
  padding: 1.25rem 0;
  background: none;
  cursor: pointer;
  font-family: "Manrope";
  font-size: 1rem;
  font-weight: 750;
  color: #111827;
}
.faq-plus {
  width: 22px;
  height: 22px;
  position: relative;
  flex: none;
}
.faq-plus:before,.faq-plus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #212C62;
  transform: translate(-50%,-50%);
  transition: .25s;
}
.faq-plus:after {
  transform: translate(-50%,-50%) rotate(90deg);
}
.faq-button[aria-expanded="true"] .faq-plus:after {
  transform: translate(-50%,-50%) rotate(0);
}
.faq-panel>div {
  padding: 0 2.5rem 1.35rem 0;
}
.faq-panel p {
  font-size: .92rem;
  line-height: 1.75;
  color: #667085;
}
.cta-section {
  position: relative;
  overflow: hidden;
  background: #080B14;
  padding: 6.5rem 0;
  color: #fff;
}
.cta-pattern {
  background-image: radial-gradient(circle at 80% 30%,rgba(92,111,203,.3),transparent 35%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  mask-image: none;
}
.cta-section h2 {
  font-size: clamp(2.5rem,5vw,4.4rem);
  line-height: 1.02;
  letter-spacing: -.05em;
  font-weight: 800;
}
.cta-section p:not(.section-eyebrow) {
  font-size: 1.02rem;
  line-height: 1.8;
  color: #B8C0D4;
  max-width: 820px;
  margin-top: 1.25rem;
}
.contact-info {
  display: grid;
  gap: .75rem;
}
.contact-info>a,.contact-info>p {
  display: flex;
  align-items: flex-start;
  gap: .8rem;
  padding: 1rem;
  border: 1px solid #E3E6ED;
  border-radius: 1rem;
  background: #fff;
  color: #475467;
}
.contact-info .icon {
  color: #212C62;
  flex: none;
  margin-top: .15rem;
}
.contact-info small,.contact-info b {
  display: block;
}
.contact-info small {
  font-size: .68rem;
  color: #98A2B3;
  margin-bottom: .15rem;
}
.contact-info b {
  font-size: .84rem;
  color: #111827;
  line-height: 1.55;
}
.contact-form {
  padding: 1.45rem;
  border: 1px solid #E0E3EA;
  border-radius: 1.3rem;
  background: #fff;
}
.form-field label {
  display: block;
  font-size: .78rem;
  font-weight: 700;
  color: #344054;
  margin-bottom: .45rem;
}
.form-field input,.form-field select,.form-field textarea {
  width: 100%;
  border: 1px solid #D9DDE6;
  border-radius: .75rem;
  background: #fff;
  color: #111827;
  padding: .8rem .85rem;
  font: inherit;
  font-size: .9rem;
  transition: .2s;
}
.form-field input,.form-field select {
  min-height: 50px;
}
.form-field textarea {
  resize: vertical;
  min-height: 150px;
}
.form-field input:focus,.form-field select:focus,.form-field textarea:focus {
  border-color: #212C62;
  box-shadow: 0 0 0 4px rgba(33,44,98,.08);
  outline: 0;
}
.form-field [aria-invalid="true"] {
  border-color: #B42318;
}
.field-error {
  display: block;
  min-height: 1rem;
  color: #B42318;
  font-size: .68rem;
  margin-top: .3rem;
}
.form-submit {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
}
.form-note {
  font-size: .7rem;
  line-height: 1.5;
  color: #98A2B3;
}
.form-status {
  font-size: .78rem;
  font-weight: 650;
  margin-top: .75rem;
  min-height: 1.1rem;
  color: #212C62;
}
.contact-sidebar {
  position: sticky;
  top: 7.5rem;
  padding: 1.4rem;
  border: 1px solid #E0E3EA;
  border-radius: 1.3rem;
  background: #F8F9FC;
}
.contact-sidebar>h2 {
  font-size: 1.7rem;
  font-weight: 800;
}
.contact-sidebar>p:not(.section-eyebrow) {
  color: #667085;
  line-height: 1.65;
  margin-top: .45rem;
}
.contact-quick {
  display: grid;
  gap: .65rem;
  margin-top: 1rem;
}
.form-panel {
  padding: 1.5rem;
  border: 1px solid #E0E3EA;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 20px 60px rgba(8,11,20,.05);
}
.inner-hero {
  position: relative;
  overflow: hidden;
  background: #F8F9FC;
  padding: 10.5rem 0 6rem;
}
.inner-title {
  font-size: clamp(3rem,6vw,5rem);
  line-height: 1;
  letter-spacing: -.055em;
  font-weight: 800;
  color: #0C1225;
}
.inner-lead {
  font-size: 1.08rem;
  line-height: 1.8;
  color: #667085;
  max-width: 780px;
  margin-top: 1.4rem;
}
.sticky-service-nav {
  position: sticky;
  top: 79px;
  z-index: 50;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid #E5E7EB;
  backdrop-filter: blur(12px);
}
.service-toc {
  display: flex;
  gap: 1.35rem;
  overflow: auto;
  padding: .9rem 0;
  scrollbar-width: none;
}
.service-toc::-webkit-scrollbar {
  display: none;
}
.service-toc a {
  font-size: .78rem;
  font-weight: 700;
  color: #667085;
  white-space: nowrap;
}
.service-toc a:hover {
  color: #212C62;
}
.feature-panel {
  padding: 1.5rem;
  border: 1px solid #E2E5EC;
  border-radius: 1.25rem;
  background: #fff;
}
.feature-panel h3 {
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
}
.feature-panel li {
  font-size: .84rem;
  line-height: 1.55;
}
.feature-mega-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: .8rem;
}
.feature-mega-grid article {
  border: 1px solid #E1E4EB;
  border-radius: .95rem;
  background: #fff;
  padding: 1rem;
}
.feature-mega-grid span {
  font-size: .65rem;
  font-weight: 800;
  color: #98A2B3;
}
.feature-mega-grid h3 {
  font-size: .88rem;
  font-weight: 750;
  margin-top: .6rem;
}
.dark-feature {
  padding: 1.5rem;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 1.2rem;
  background: rgba(255,255,255,.035);
  color: #fff;
}
.dark-feature .card-icon {
  color: #AAB5F0;
}
.dark-feature h3 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-top: 1rem;
}
.dark-feature p {
  font-size: .86rem;
  line-height: 1.7;
  color: #AEB7CD;
  margin-top: .6rem;
}
.stack-list {
  display: grid;
  gap: .75rem;
}
.stack-list article {
  padding: 1.15rem;
  border-left: 3px solid #212C62;
  background: #F8F9FC;
  border-radius: 0 .9rem .9rem 0;
}
.stack-list h3 {
  font-size: .95rem;
  font-weight: 800;
}
.stack-list p {
  font-size: .83rem;
  line-height: 1.65;
  color: #667085;
  margin-top: .35rem;
}
.site-footer {
  background: #080B14;
  color: #fff;
}
.footer-logo {
  width: 230px;
  height: auto;
}
.footer-title {
  font-size: .85rem;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 1rem;
}
.footer-links {
  display: grid;
  gap: .65rem;
}
.footer-links a {
  font-size: .84rem;
  color: #98A2B3;
  transition: color .2s;
}
.footer-links a:hover {
  color: #fff;
}
.footer-contact {
  display: grid;
  gap: .75rem;
}
.footer-contact a,.footer-contact p {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  color: #98A2B3;
  font-size: .82rem;
  line-height: 1.55;
}
.footer-contact .icon {
  color: #fff;
  flex: none;
  margin-top: .1rem;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255,255,255,.1);
  color: #667085;
  font-size: .74rem;
}
.floating-actions {
  position: fixed;
  z-index: 80;
  right: 1.1rem;
  bottom: 1.1rem;
  display: grid;
  gap: .5rem;
}
.floating-action,.back-to-top {
  width: 46px;
  height: 46px;
  border-radius: .85rem;
  display: grid;
  place-items: center;
  background: #212C62;
  color: #fff;
  box-shadow: 0 10px 30px rgba(8,11,20,.16);
  border: 0;
  cursor: pointer;
}
.floating-action:hover {
  background: #151D48;
}
.back-to-top {
  position: fixed;
  z-index: 79;
  right: 1.1rem;
  bottom: 7.6rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: .25s;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.not-found {
  min-height: 100vh;
  padding: 11rem 0 7rem;
  display: grid;
  place-items: center;
  background: #F8F9FC;
  position: relative;
}
.not-found span {
  font-family: "Manrope";
  font-size: clamp(5rem,15vw,10rem);
  line-height: .8;
  font-weight: 800;
  color: #212C62;
}
.not-found h1 {
  font-size: clamp(2.4rem,5vw,4rem);
  font-weight: 800;
  letter-spacing: -.04em;
  margin-top: 1.5rem;
}
.not-found p {
  color: #667085;
  max-width: 600px;
  margin: 1rem auto 0;
  line-height: 1.7;
}
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s var(--pc-ease),transform .65s var(--pc-ease);
}
[data-reveal="scale"] {
  transform: scale(.975);
}
[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}
@media (max-width:1199px) {
  .why-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .industry-grid {
    grid-template-columns: repeat(3,1fr);
  }
  .feature-mega-grid {
    grid-template-columns: repeat(3,1fr);
  }
}
@media (max-width:1023px) {
  .section-space {
    padding: 5.4rem 0;
  }
  .section-heading-row {
    display: block;
  }
  .services-bento {
    grid-template-columns: repeat(2,1fr);
  }
  .service-bento,.service-large,.service-wide,.service-dark {
    grid-column: span 1;
  }
  .service-large,.service-wide {
    display: flex;
  }
  .process-line {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .process-line:before {
    left: 22px;
    right: auto;
    top: 22px;
    bottom: 22px;
    width: 1px;
    height: auto;
  }
  .process-step {
    padding-left: 4.2rem;
    min-height: 75px;
  }
  .process-step>span {
    position: absolute;
    left: 0;
    top: 0;
  }
  .process-step h3 {
    margin-top: 0;
  }
  .ecosystem {
    grid-template-columns: 1fr 1fr;
  }
  .ecosystem article:nth-child(2) {
    border-right: 0;
  }
  .ecosystem article:nth-child(-n+2) {
    border-bottom: 1px solid #E1E4EB;
  }
  .ecosystem article:nth-child(2):after {
    display: none;
  }
  .feature-mega-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .contact-sidebar {
    position: static;
  }
  .hero-visual {
    min-height: 480px;
  }
}
@media (max-width:767px) {
  .brand-logo {
    width: 185px;
  }
  .section-space {
    padding: 4.6rem 0;
  }
  .hero-device {
    transform: none;
  }
  .hero-visual {
    min-height: 430px;
  }
  .hero-device-body {
    grid-template-columns: 52px 1fr;
    min-height: 330px;
  }
  .hero-workspace {
    padding: 1rem;
  }
  .hero-mini-stats {
    grid-template-columns: 1fr 1fr;
  }
  .hero-mini-stats div:last-child {
    display: none;
  }
  .hero-chart {
    height: 130px;
  }
  .floating-ui {
    padding: .6rem .7rem;
  }
  .floating-ui-three {
    display: none;
  }
  .about-composition {
    min-height: 370px;
  }
  .about-main-card {
    width: 78%;
    padding: 1.5rem;
  }
  .about-symbol {
    font-size: 6rem;
  }
  .why-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .industry-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .browser-content {
    grid-template-columns: 1fr;
    min-height: 350px;
  }
  .browser-art {
    min-height: 180px;
  }
  .crm-stat-grid {
    grid-template-columns: 1fr 1fr;
  }
  .crm-chart {
    grid-template-columns: 1fr;
  }
  .chart-line {
    display: none;
  }
  .marketing-grid {
    grid-template-columns: 1fr;
  }
  .marketing-chart,.funnel {
    grid-column: span 1;
  }
  .social-wall {
    grid-template-rows: repeat(3,125px);
  }
  .product-stage {
    min-height: 410px;
  }
  .ecosystem {
    grid-template-columns: 1fr;
  }
  .ecosystem article {
    border-right: 0 !important;
    border-bottom: 1px solid #E1E4EB;
  }
  .ecosystem article:last-child {
    border-bottom: 0;
  }
  .ecosystem article:after {
    display: none !important;
  }
  .form-submit {
    align-items: flex-start;
    flex-direction: column;
  }
  .inner-hero {
    padding: 9rem 0 4.5rem;
  }
  .feature-mega-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width:639px) {
  .hero-title {
    font-size: clamp(2.75rem,13vw,4rem);
  }
  .hero-lead {
    font-size: 1rem;
  }
  .hero-visual {
    min-height: 385px;
    margin-top: -1rem;
  }
  .hero-device-bar small {
    display: none;
  }
  .hero-device-body {
    min-height: 285px;
  }
  .hero-side {
    padding: .8rem .55rem;
  }
  .hero-workspace-title span:first-child {
    width: 95px;
  }
  .hero-chart {
    height: 105px;
  }
  .floating-ui-one {
    left: 0;
    top: 42px;
  }
  .floating-ui-two {
    right: 0;
    bottom: 30px;
  }
  .capability-row {
    gap: .7rem;
  }
  .services-bento {
    grid-template-columns: 1fr;
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
  .industry-grid {
    grid-template-columns: 1fr;
  }
  .social-wall {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3,110px);
  }
  .feature-mega-grid {
    grid-template-columns: 1fr;
  }
  .crm-layout {
    grid-template-columns: 44px 1fr;
  }
  .crm-side {
    padding: .8rem .5rem;
  }
  .crm-main {
    padding: .8rem;
  }
  .crm-stat-grid {
    gap: .4rem;
  }
  .crm-stat-grid div {
    padding: .55rem;
  }
  .crm-chart {
    height: 120px;
  }
  .contact-form,.form-panel {
    padding: 1rem;
  }
  .section-title {
    font-size: clamp(2rem,10vw,2.8rem);
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto !important;
  }
  *,*:before,*:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
  .floating-ui {
    animation: none;
  }
  [data-reveal] {
    opacity: 1;
    transform: none;
  }
  .page-loader img {
    animation: none;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
