/*! tailwindcss v4.3.0 | 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;
    --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 {
  .visible {
    visibility: visible;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-18\.5 {
    height: calc(var(--spacing) * 18.5);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .text-center {
    text-align: center;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/montserrat-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts/montserrat-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/montserrat-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/montserrat-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/open-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/open-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/open-sans-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(/fonts/open-sans-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --bg: #19242f;
  --bg-card: #232d41;
  --bg-card2: #1e2a3a;
  --accent: #1f8efa;
  --accent2: #04c884;
  --text: #ffffff;
  --muted: #6279a7;
  --muted-dark: #3f4a69;
  --border: rgba(31, 142, 250, 0.2);
  --radius: 12px;
  --max-w: 1140px;
  --nav-h: 72px;
  --hero-grad: linear-gradient(106deg, #42a5f5 0%, #1565c0 100%);
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--bg);
  color: var(--text);
  font-family: 'Open Sans', 'Segoe UI', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 {
  font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 4px;
  padding: 8px 16px;
  background: var(--accent);
  color: #fff;
  border-radius: 4px;
  z-index: 999;
}
.skip-link:focus {
  left: 4px;
}
nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: var(--nav-h);
  display: flex;
  align-items: center;
  padding: 0 32px;
  background: transparent;
  transition: background 0.3s;
}
nav.scrolled {
  background: linear-gradient(106deg, #42a5f5 0%, #1565c0 100%);
}
.nav-inner {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo img {
  height: 36px;
  width: auto;
}
.nav-logo-text {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #fff 40%, var(--accent2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.85);
  transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active {
  color: #ffffff;
}
.nav-cta {
  background: rgba(255,255,255,0.2);
  color: #fff !important;
  border: 1.5px solid rgba(255,255,255,0.5);
  padding: 9px 22px;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 600;
  transition: opacity 0.2s;
}
.nav-cta:hover {
  opacity: 0.85;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text);
  border-radius: 2px;
  transition: 0.3s;
}
.page {
  min-height: calc(100vh - var(--nav-h));
  display: flex;
  flex-direction: column;
}
main {
  flex: 1;
}
section {
  padding: 80px 32px;
}
.container {
  max-width: var(--max-w);
  margin: 0 auto;
}
.section-tag {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent2);
  background: rgba(124, 92, 252, 0.12);
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 16px;
}
h1, h2, h3 {
  line-height: 1.2;
  letter-spacing: -0.02em;
}
h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
}
h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 700;
}
h3 {
  font-size: 1.15rem;
  font-weight: 600;
}
.text-muted {
  color: var(--muted);
}
.text-center {
  text-align: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}
.btn-primary {
  background: linear-gradient(106deg, #42a5f5 0%, #1565c0 100%);
  color: #fff;
}
.btn-primary:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1.5px solid var(--border);
}
.btn-outline:hover {
  border-color: var(--accent2);
  color: var(--accent2);
}
.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: border-color 0.2s, transform 0.2s;
}
.card:hover {
  border-color: rgba(124, 92, 252, 0.45);
  transform: translateY(-2px);
}
a.feature-card {
  display: block;
  color: inherit;
}
.hero {
  padding: 96px 32px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 60% at 50% -10%, rgba(124,92,252,0.25) 0%, transparent 70%);
  pointer-events: none;
}
.hero .container {
  position: relative;
}
.hero h1 {
  max-width: 780px;
  margin: 16px auto 24px;
}
.hero h1 span {
  background: linear-gradient(135deg, var(--accent2), #c4b5fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-sub {
  font-size: 1.15rem;
  color: var(--muted);
  max-width: 580px;
  margin: 0 auto 40px;
}
.hero-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}
.hero-metric {
  margin-top: 56px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 40px;
  padding: 12px 28px;
  font-size: 0.9rem;
  color: var(--muted);
}
.hero-metric strong {
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--accent2);
}
.social-proof {
  padding: 48px 32px;
  text-align: center;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.social-proof p {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--muted);
  margin-bottom: 28px;
}
.logos {
  display: flex;
  gap: 48px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.logo-placeholder {
  width: 120px;
  height: 32px;
  background: rgba(255,255,255,0.06);
  border-radius: 4px;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.feature-icon {
  width: 44px;
  height: 44px;
  background: rgba(124, 92, 252, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 16px;
}
.feature-card h3 {
  margin-bottom: 8px;
}
.feature-card p {
  color: var(--muted);
  font-size: 0.95rem;
}
.steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 48px;
  counter-reset: steps;
}
.step {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  position: relative;
}
.step-num {
  width: 36px;
  height: 36px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.step h3 {
  margin-bottom: 8px;
  font-size: 1rem;
}
.step p {
  color: var(--muted);
  font-size: 0.9rem;
}
.step-illustration {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}
.hiw-block {
  margin-top: 44px;
}
.hiw-section-label {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.hiw-section-desc {
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
  margin-bottom: 24px;
}
.hiw-sources {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.hiw-source-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 20px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.hiw-source-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(31,142,250,0.12);
}
.hiw-source-card h4 {
  font-size: 0.9rem;
  margin-bottom: 4px;
  font-family: 'Montserrat', 'Segoe UI', system-ui, sans-serif;
}
.hiw-source-card p {
  color: var(--muted);
  font-size: 0.83rem;
  margin: 0;
}
.hiw-flow {
  display: flex;
  align-items: flex-start;
}
.hiw-flow > .step {
  flex: 1;
  min-width: 0;
}
.hiw-flow-sep {
  flex-shrink: 0;
  padding: 0 6px;
  padding-top: 74px;
  display: flex;
  align-items: flex-start;
}
.cta-banner {
  background: linear-gradient(135deg, rgba(124,92,252,0.2) 0%, rgba(167,139,250,0.1) 100%);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 64px 48px;
  text-align: center;
  margin: 0 32px 80px;
}
.cta-banner h2 {
  margin-bottom: 16px;
}
.cta-banner p {
  color: var(--muted);
  margin-bottom: 36px;
  font-size: 1.05rem;
}
.agents-hero {
  text-align: center;
  padding: 80px 32px 40px;
}
.agents-hero p {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 540px;
  margin: 16px auto 0;
}
.agents-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.agent-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: border-color 0.2s, transform 0.2s;
}
.agent-card:hover {
  border-color: rgba(124, 92, 252, 0.5);
  transform: translateY(-3px);
}
.agent-icon {
  font-size: 2rem;
  margin-bottom: 16px;
}
.agent-card h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--accent2);
}
.agent-card p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.6;
}
.contact-hero {
  position: relative;
  padding: calc(var(--nav-h) + 60px) 32px 120px;
  background: var(--hero-grad);
  text-align: center;
}
.contact-hero h1 {
  margin-bottom: 16px;
}
.contact-hero p {
  color: rgba(255,255,255,0.8);
  font-size: 1.1rem;
}
.contact-form-section {
  padding: 64px 32px 80px;
}
.contact-form-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 56px;
  align-items: start;
  max-width: 900px;
  margin: 0 auto;
}
.contact-form-wrap {
  background: var(--bg-card);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius);
  padding: 40px;
}
.contact-form-wrap input, .contact-form-wrap textarea {
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(255,255,255,0.18);
  color: var(--text);
}
.contact-form-wrap input::placeholder, .contact-form-wrap textarea::placeholder {
  color: rgba(255,255,255,0.3);
}
.contact-form-wrap input:focus, .contact-form-wrap textarea:focus {
  border-color: var(--accent);
  background: rgba(255,255,255,0.09);
  outline: none;
}
.contact-field-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 8px;
}
.contact-side-text {
  padding-top: 8px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 40px var(--bg-card2) inset !important;
  -webkit-text-fill-color: var(--text) !important;
  transition: background-color 9999s ease-in-out 0s;
}
.field-error {
  display: none;
  font-size: 0.82rem;
  color: #f87171;
  margin-top: 4px;
}
.btn-contact-submit {
  background: linear-gradient(106deg, #42a5f5 0%, #1565c0 100%);
  color: #fff;
  border: none;
  border-radius: 40px;
  padding: 12px 32px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
}
.btn-contact-submit:hover {
  opacity: 0.88;
}
.contact-section {
  padding: 80px 32px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
  max-width: var(--max-w);
  margin: 0 auto;
}
.contact-info h1 {
  margin-bottom: 16px;
}
.contact-info p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 32px;
}
.contact-detail {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.contact-detail span:first-child {
  font-size: 1.1rem;
}
form .field {
  margin-bottom: 20px;
}
form label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
form input, form textarea {
  width: 100%;
  background: var(--bg-card);
  border: 1.5px solid var(--border);
  border-radius: 8px;
  padding: 12px 16px;
  color: var(--text);
  font-size: 0.95rem;
  font-family: inherit;
  transition: border-color 0.2s;
  outline: none;
}
form input:focus, form textarea:focus {
  border-color: var(--accent);
}
form textarea {
  resize: vertical;
  min-height: 140px;
}
form .required {
  color: var(--accent2);
}
form .btn-submit {
  width: 100%;
  justify-content: center;
  padding: 14px;
  font-size: 1rem;
}
.footer-left img {
  height: 28px;
  width: auto;
}
footer {
  border-top: 1px solid var(--border);
  padding: 40px 32px;
}
.footer-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-left p {
  color: var(--muted);
  font-size: 0.85rem;
  margin-top: 8px;
}
.footer-nav {
  display: flex;
  gap: 28px;
  list-style: none;
}
.footer-nav a {
  font-size: 0.9rem;
  color: var(--muted);
  transition: color 0.2s;
}
.footer-nav a:hover {
  color: var(--text);
}
.nav-logo {
  display: flex;
  align-items: center;
}
.nav-logo img {
  height: 52px;
  width: auto;
}
.wave-bottom, .wave-top {
  position: absolute;
  left: 0;
  right: 0;
  height: 70px;
  overflow: hidden;
  line-height: 0;
}
.wave-bottom {
  bottom: -1px;
}
.wave-top {
  top: -1px;
  transform: rotate(180deg);
}
.wave-bottom svg, .wave-top svg {
  width: 100%;
  height: 100%;
  fill: var(--bg);
}
.hero-split .wave-bottom svg {
  fill: var(--bg);
}
.overview-section .wave-top svg, .callout-80 .wave-top svg {
  fill: var(--bg);
}
.overview-section .wave-bottom svg, .callout-80 .wave-bottom svg {
  fill: var(--bg);
}
.hero-split {
  position: relative;
  padding: calc(var(--nav-h) + 60px) 32px 120px;
  background: var(--hero-grad);
}
.hero-split-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 56px;
  align-items: center;
}
.hero-split-text h1 {
  margin-bottom: 20px;
}
.hero-split-text .hero-sub {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 36px;
  line-height: 1.7;
}
.hero-split-img {
  background: transparent;
}
.hero-split-img img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 24px 64px rgba(0,0,0,0.5), 0 4px 20px rgba(0,0,0,0.3);
}
.trusted {
  padding: 56px 32px;
  background: var(--bg-card2);
  position: relative;
}
.trusted-heading {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  margin-bottom: 32px;
}
.trusted-logos {
  display: flex;
  gap: 56px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.trusted-logos img {
  height: 32px;
  width: auto;
  opacity: 0.75;
  filter: brightness(0) invert(1);
  transition: opacity 0.2s;
}
.trusted-logos img:hover {
  opacity: 1;
}
.overview-section {
  position: relative;
  padding: 80px 32px;
  background: var(--bg-card2);
}
.overview-sub {
  color: var(--muted);
  max-width: 680px;
  margin: 16px auto 40px;
  font-size: 1.05rem;
  line-height: 1.7;
}
.overview-img-wrap {
  display: flex;
  justify-content: center;
}
.overview-img-wrap img {
  max-width: 960px;
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}
.dashboard-highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 960px;
  margin: 32px auto 0;
  text-align: left;
}
.dashboard-highlights div {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  padding: 22px;
}
.dashboard-highlights strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 0.98rem;
}
.dashboard-highlights span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}
.section-heading {
  text-align: center;
  margin-bottom: 8px;
}
.section-sub {
  color: var(--muted);
  font-size: 1.05rem;
  margin-bottom: 56px;
}
.feature-icon {
  width: 48px;
  height: 48px;
  background: rgba(124, 92, 252, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--accent2);
}
.feature-card h3 {
  margin-bottom: 8px;
}
.feature-card p {
  color: var(--muted);
  font-size: 0.95rem;
}
.step-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin-bottom: 72px;
}
.step-row:last-child {
  margin-bottom: 0;
}
.step-row-reverse {
  direction: rtl;
}
.step-row-reverse > * {
  direction: ltr;
}
.step-img img {
  width: 100%;
  border-radius: var(--radius);
  border: 1px solid rgba(255,255,255,0.07);
  box-shadow: 0 8px 32px rgba(0,0,0,0.35);
}
.step-text h2 {
  margin-bottom: 16px;
}
.step-text p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}
.callout-80 {
  position: relative;
  padding: 80px 32px;
  background: var(--bg-card2);
  text-align: center;
}
.callout-icon {
  width: 56px;
  height: 56px;
  background: rgba(124, 92, 252, 0.18);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: var(--accent2);
}
.callout-80 h2 {
  margin-bottom: 16px;
}
.callout-80 p {
  color: var(--muted);
  max-width: 560px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.7;
}
.cta-row {
  padding: 64px 32px;
}
.cta-row-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cta-row-inner h2 {
  font-size: clamp(1.4rem, 3vw, 2rem);
}
.btn-arrow {
  gap: 10px;
}
.agents-abilities-section {
  padding: 72px 32px 96px;
}
.agent-ability-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: var(--max-w);
  margin: 0 auto;
}
.agent-ability-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  transition: border-color 0.2s, transform 0.2s;
  overflow: hidden;
}
.agent-ability-card:hover {
  border-color: rgba(31,142,250,0.45);
  transform: translateY(-2px);
}
.agent-ability-img-wrap {
  margin: -32px -32px 24px -32px;
  border-radius: var(--radius) var(--radius) 0 0;
  overflow: hidden;
  line-height: 0;
  height: 220px;
}
.agent-ability-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.agent-ability-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.agent-ability-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(31,142,250,0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}
.agent-ability-card h2 {
  font-size: 1.2rem;
  color: var(--text);
  margin: 0;
}
.agent-ability-desc {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 20px;
}
.agent-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 0;
  border-top: 1px solid var(--border);
  padding-top: 20px;
}
.agent-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.5;
}
.agent-feature-list li::before {
  content: '✓';
  color: var(--accent);
  font-weight: 700;
  font-size: 0.8rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.agents-page-hero {
  position: relative;
  padding: calc(var(--nav-h) + 48px) 32px 120px;
  background: var(--hero-grad);
}
.agents-page-hero h1 {
  max-width: 700px;
  margin-bottom: 16px;
}
.agents-page-hero p {
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
}
.agents-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.agent-photo-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  transition: border-color 0.2s, transform 0.2s;
}
.agent-photo-card:hover {
  border-color: rgba(124, 92, 252, 0.5);
  transform: translateY(-3px);
}
.agent-photo-img {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
  background: var(--bg-card2);
}
.agent-photo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.agent-icon-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--bg-card2) 0%, rgba(31,142,250,0.08) 100%);
  color: var(--accent);
}
.agent-photo-card h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: var(--accent2);
}
.agent-photo-card p {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.65;
}
.footer-brand {
  flex: 0 0 220px;
}
.footer-brand > a {
  display: inline-block;
  margin-bottom: 16px;
}
.footer-tagline {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.footer-address {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.65;
  margin-bottom: 8px;
}
.footer-email {
  color: var(--accent);
  font-size: 0.88rem;
  text-decoration: none;
  transition: opacity 0.2s;
}
.footer-email:hover {
  opacity: 0.8;
}
.footer-cols {
  display: flex;
  gap: 48px;
  flex: 1;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 110px;
}
.footer-col strong {
  color: var(--text);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.footer-col a {
  color: var(--muted);
  font-size: 0.88rem;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col a:hover {
  color: var(--text);
}
.footer-linkedin {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.footer-bottom {
  border-top: 1px solid var(--border);
  margin-top: 40px;
  padding-top: 24px;
  text-align: center;
  color: var(--muted);
  font-size: 0.82rem;
}
.page-hero {
  position: relative;
  padding: calc(var(--nav-h) + 64px) 32px 80px;
  background: var(--hero-grad);
  text-align: center;
}
.page-hero h1 {
  max-width: 720px;
  margin: 12px auto 20px;
}
.page-hero .hero-sub {
  max-width: 600px;
  margin: 0 auto;
  color: rgba(255,255,255,0.85);
  font-size: 1.1rem;
  line-height: 1.7;
}
.page-hero-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.7);
  background: rgba(255,255,255,0.12);
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.formats-strip {
  padding: 28px 32px;
  background: var(--bg-card2);
  border-bottom: 1px solid var(--border);
}
.formats-strip-inner {
  max-width: var(--max-w);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.formats-label {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--muted);
  white-space: nowrap;
  margin-right: 4px;
}
.format-badge {
  background: rgba(31,142,250,0.1);
  border: 1px solid rgba(31,142,250,0.25);
  color: rgba(255,255,255,0.85);
  font-size: 0.82rem;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 20px;
}
.outcomes-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.outcome-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
}
.outcome-number {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--accent2);
  line-height: 1;
  margin-bottom: 8px;
}
.outcome-label {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 8px;
}
.outcome-desc {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
}
.pricing-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 36px 32px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.pricing-card.featured {
  border-color: var(--accent);
  background: linear-gradient(160deg, rgba(31,142,250,0.08) 0%, var(--bg-card) 60%);
}
.pricing-popular {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
}
.pricing-tier {
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--accent2);
  margin-bottom: 8px;
}
.pricing-price {
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--text);
  line-height: 1;
  margin-bottom: 4px;
}
.pricing-price sup {
  font-size: 1.2rem;
  vertical-align: super;
  font-weight: 700;
}
.pricing-price sub {
  font-size: 0.9rem;
  color: var(--muted);
  font-weight: 400;
}
.pricing-desc {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 14px 0 24px;
  line-height: 1.6;
}
.pricing-divider {
  border: none;
  border-top: 1px solid var(--border);
  margin: 0 0 24px;
}
.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}
.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.5;
}
.pricing-features li::before {
  content: "✓";
  color: var(--accent2);
  font-weight: 700;
  flex-shrink: 0;
}
.pricing-btn {
  display: block;
  text-align: center;
  padding: 13px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.2s;
  border: 1.5px solid var(--accent);
  color: var(--accent);
  background: transparent;
  text-decoration: none;
}
.pricing-btn:hover {
  background: var(--accent);
  color: #fff;
}
.pricing-btn.primary {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.pricing-btn.primary:hover {
  opacity: 0.88;
  transform: translateY(-1px);
}
.faq-list {
  max-width: 720px;
  margin: 48px auto 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 2px;
}
.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  gap: 16px;
  background: none;
  border: none;
  color: var(--text);
  width: 100%;
  text-align: left;
  font-family: inherit;
}
.faq-q svg {
  flex-shrink: 0;
  color: var(--muted);
  transition: transform 0.25s;
}
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s;
  padding: 0 24px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}
.faq-item.open .faq-a {
  max-height: 300px;
  padding: 0 24px 20px;
}
.faq-item.open .faq-q svg {
  transform: rotate(180deg);
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 48px;
}
.trust-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
}
.trust-icon {
  width: 48px;
  height: 48px;
  background: rgba(31,142,250,0.12);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--accent);
}
.trust-card h3 {
  margin-bottom: 10px;
}
.trust-card p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}
.data-practices {
  max-width: 760px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.practice-row {
  border-left: 3px solid var(--accent);
  padding-left: 24px;
}
.practice-row h3 {
  margin-bottom: 10px;
  font-size: 1rem;
}
.practice-row p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}
.sub-processors-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 32px;
  font-size: 0.9rem;
}
.sub-processors-table th {
  text-align: left;
  padding: 12px 16px;
  background: var(--bg-card);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-bottom: 1px solid var(--border);
}
.sub-processors-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  color: rgba(255,255,255,0.85);
}
.sub-processors-table tr:last-child td {
  border-bottom: none;
}
.sub-processors-table tbody tr {
  background: var(--bg-card);
}
.sub-processors-table tbody tr:nth-child(even) {
  background: var(--bg-card2);
}
.sub-note {
  color: var(--muted);
  font-size: 0.82rem;
  margin-top: 16px;
}
.compliance-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.compliance-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}
.compliance-card h3 {
  margin-bottom: 10px;
}
.compliance-card p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
  margin-top: 10px;
}
.compliance-status {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(245,158,11,0.12);
  color: #f59e0b;
  border: 1px solid rgba(245,158,11,0.3);
}
.compliance-status.done {
  background: rgba(4,200,132,0.12);
  color: var(--accent2);
  border-color: rgba(4,200,132,0.3);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  max-width: var(--max-w);
  margin: 0 auto;
}
.about-text h2 {
  margin-bottom: 20px;
}
.about-text p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 16px;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-top: 48px;
  max-width: 640px;
}
.team-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  text-align: center;
}
.team-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #7c3aed);
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.team-name {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.team-title {
  color: var(--accent2);
  font-size: 0.88rem;
  font-weight: 600;
  margin-bottom: 12px;
}
.team-bio {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.6;
}
.company-facts {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  margin-top: 48px;
}
.fact-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
}
.fact-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted);
  margin-bottom: 6px;
}
.fact-value {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
}
.integrations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
}
.integration-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.integration-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(31,142,250,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
}
.integration-card h4 {
  font-size: 0.95rem;
  margin-bottom: 3px;
}
.integration-card p {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}
.legal-content {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,0.8);
  font-size: 0.95rem;
  line-height: 1.8;
}
.legal-content h2 {
  font-size: 1.3rem;
  margin: 40px 0 12px;
  color: var(--text);
}
.legal-content h3 {
  font-size: 1rem;
  margin: 24px 0 8px;
  color: var(--text);
}
.legal-content p {
  margin-bottom: 16px;
}
.legal-content ul {
  margin: 12px 0 16px 24px;
}
.legal-content ul li {
  margin-bottom: 6px;
}
.legal-content a {
  color: var(--accent);
  text-decoration: underline;
}
.legal-last-updated {
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .hero-split-inner {
    grid-template-columns: 1fr;
  }
  .hero-split-img {
    display: none;
  }
  .agents-photo-grid {
    grid-template-columns: 1fr;
  }
  .agent-ability-grid {
    grid-template-columns: 1fr;
  }
  .step-row {
    grid-template-columns: 1fr;
  }
  .step-row-reverse {
    direction: ltr;
  }
  .cta-row-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .dashboard-highlights {
    grid-template-columns: 1fr;
  }
  .hiw-flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .hiw-flow-sep {
    display: none;
  }
}
@media (max-width: 768px) {
  nav {
    padding: 0 20px;
  }
  section {
    padding: 60px 20px;
  }
  .hero-split {
    padding: 60px 20px 100px;
  }
  .contact-hero {
    padding: 60px 20px 100px;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: var(--nav-h);
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--bg-card);
    border-bottom: 1px solid var(--border);
    padding: 16px 0;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links li a {
    display: block;
    padding: 12px 24px;
  }
  .nav-cta {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
  }
  .cta-banner {
    margin: 0 20px 60px;
    padding: 40px 24px;
  }
  .footer-inner {
    flex-direction: column;
    gap: 32px;
  }
  .footer-brand {
    flex: none;
  }
  .footer-cols {
    gap: 32px;
    justify-content: flex-start;
  }
  .footer-nav {
    justify-content: center;
  }
  .trusted-logos {
    gap: 32px;
  }
  .formats-strip-inner {
    gap: 10px;
  }
  .hiw-flow {
    grid-template-columns: 1fr;
  }
  .hiw-sources {
    grid-template-columns: 1fr;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
