@charset "UTF-8";

/* projects/webapp/src/styles.scss */
/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      "AlbertFSPro",
      "Inter",
      system-ui,
      sans-serif;
    --font-mono:
      "JetBrains Mono",
      ui-monospace,
      Menlo,
      Consolas,
      monospace;
    --spacing: 0.25rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-display:
      "BearingPoint Sans",
      "Aptos",
      system-ui,
      sans-serif;
    --color-primary-50: #fafafa;
    --color-primary-100: #f5f5f5;
    --color-primary-200: #ebebeb;
    --color-primary-300: #d4d4d4;
    --color-primary-400: #a3a3a3;
    --color-primary-500: #737373;
    --color-primary-600: #525252;
    --color-primary-700: #404040;
    --color-primary-750: #333333;
    --color-primary-800: #262626;
    --color-primary-900: #171717;
    --color-primary-950: #0a0a0a;
    --color-accent-50: #fff0f0;
    --color-accent-100: #ffd6d6;
    --color-accent-200: #ffadad;
    --color-accent-300: #ff7575;
    --color-accent-400: #ff4d4f;
    --color-accent-500: #ff2f3f;
    --color-accent-650: #e90004;
    --color-accent-700: #bb0003;
    --color-accent-800: #8f0002;
    --color-accent-900: #660001;
    --color-accent-950: #3d0001;
    --color-accent-r90: #cc2831;
    --color-surface: #ffffff;
    --color-surface-secondary: #fafafa;
    --color-surface-high: #ebebeb;
    --color-surface-inverse: #0a0a0a;
    --color-surface-brand: #2a0606;
    --color-on-surface: #000000;
    --color-on-surface-muted: #737373;
    --color-on-inverse: #ffffff;
    --color-on-inverse-muted: #a3a3a3;
    --color-border-subtle: rgba(0, 0, 0, 0.06);
    --color-border: rgba(0, 0, 0, 0.1);
    --color-border-strong: rgba(0, 0, 0, 0.2);
    --color-accent: #e90004;
    --color-accent-hover: #bb0003;
    --color-accent-ink: #ffffff;
    --color-positive: #008a00;
    --color-warning: #ffc700;
    --color-negative: #e00000;
    --color-focus: #a687ff;
    --color-info: #2563eb;
  }
}
@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)) {
      ::placeholder {
        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;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
}
@font-face {
  font-family: "BearingPoint Sans";
  src: url(/fonts/BearingPointSans.otf) format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AlbertFSPro";
  src: url(/fonts/FSAlbert.otf) format("opentype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
:where(.dark) {
  --color-surface: #0a0a0a;
  --color-surface-secondary: #171717;
  --color-surface-high: #222222;
  --color-surface-inverse: #fafafa;
  --color-surface-brand: #1a0303;
  --color-on-surface: #ffffff;
  --color-on-surface-muted: #a3a3a3;
  --color-on-inverse: #0a0a0a;
  --color-on-inverse-muted: #525252;
  --color-border-subtle: rgba(255, 255, 255, 0.06);
  --color-border: rgba(255, 255, 255, 0.1);
  --color-border-strong: rgba(255, 255, 255, 0.22);
  --color-accent: #ff2f3f;
  --color-accent-hover: #ff4d4f;
  --color-accent-ink: #0a0a0a;
}
:root {
  --f-display: var(--font-display);
  --f-body: var(--font-sans);
  --f-mono: var(--font-mono);
  --t-display-2xl: clamp(56px, 7vw, 96px);
  --t-display-xl: clamp(44px, 5.5vw, 72px);
  --t-display-lg: clamp(36px, 4.5vw, 56px);
  --t-display-md: 45px;
  --t-display-sm: 36px;
  --t-h1: clamp(32px, 3.5vw, 44px);
  --t-h2: clamp(26px, 2.6vw, 34px);
  --t-h3: clamp(20px, 1.8vw, 24px);
  --t-h4: 18px;
  --t-h5: 16px;
  --t-h6: 14px;
  --t-body-lg: 18px;
  --t-body: 16px;
  --t-body-sm: 14px;
  --t-caption: 12px;
  --t-label-lg: 14px;
  --t-label-md: 12px;
  --t-label-sm: 11px;
  --lh-tight: 1.05;
  --lh-snug: 1.2;
  --lh-normal: 1.4;
  --lh-relaxed: 1.6;
  --tr-tight: -0.025em;
  --tr-normal: 0;
  --tr-wide: 0.06em;
  --c-n-50: var(--color-primary-50);
  --c-n-100: var(--color-primary-100);
  --c-n-200: var(--color-primary-200);
  --c-n-300: var(--color-primary-300);
  --c-n-400: var(--color-primary-400);
  --c-n-500: var(--color-primary-500);
  --c-n-600: var(--color-primary-600);
  --c-n-700: var(--color-primary-700);
  --c-n-750: var(--color-primary-750);
  --c-n-800: var(--color-primary-800);
  --c-n-900: var(--color-primary-900);
  --c-n-950: var(--color-primary-950);
  --c-r-50: var(--color-accent-50);
  --c-r-100: var(--color-accent-100);
  --c-r-200: var(--color-accent-200);
  --c-r-300: var(--color-accent-300);
  --c-r-400: var(--color-accent-400);
  --c-r-500: var(--color-accent-500);
  --c-r-650: var(--color-accent-650);
  --c-r-700: var(--color-accent-700);
  --c-r-800: var(--color-accent-800);
  --c-r-900: var(--color-accent-900);
  --c-r-950: var(--color-accent-950);
  --surface: var(--color-surface);
  --surface-secondary: var(--color-surface-secondary);
  --surface-high: var(--color-surface-high);
  --surface-inverse: var(--color-surface-inverse);
  --surface-brand: var(--color-surface-brand);
  --on-surface: var(--color-on-surface);
  --on-surface-muted: var(--color-on-surface-muted);
  --on-inverse: var(--color-on-inverse);
  --on-inverse-muted: var(--color-on-inverse-muted);
  --border-subtle: var(--color-border-subtle);
  --border: var(--color-border);
  --border-strong: var(--color-border-strong);
  --c-accent: var(--color-accent);
  --c-accent-hover: var(--color-accent-hover);
  --c-accent-ink: var(--color-accent-ink);
  --c-positive: var(--color-positive);
  --c-warning: var(--color-warning);
  --c-negative: var(--color-negative);
  --c-focus: var(--color-focus);
  --c-info: var(--color-info);
  --r-none: 0;
  --r-xs: 4px;
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 16px;
  --r-xl: 24px;
  --r-2xl: 32px;
  --r-full: 9999px;
  --sh-1: 0 1px 2px rgba(64, 0, 0, 0.04);
  --sh-2: 0 2px 4px rgba(64, 0, 0, 0.06), 0 1px 2px rgba(64, 0, 0, 0.04);
  --sh-3: 0 4px 8px rgba(64, 0, 0, 0.08), 0 2px 4px rgba(64, 0, 0, 0.06);
  --sh-4: 0 12px 24px rgba(64, 0, 0, 0.1), 0 4px 8px rgba(64, 0, 0, 0.06);
  --sh-5: 0 24px 48px rgba(64, 0, 0, 0.12), 0 8px 16px rgba(64, 0, 0, 0.08);
  --sh-product: 0 8px 24px rgba(255, 47, 63, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
  --e-standard: cubic-bezier(0.2, 0, 0, 1);
  --e-decel: cubic-bezier(0, 0, 0, 1);
  --e-accel: cubic-bezier(0.3, 0, 1, 1);
  --e-emph: cubic-bezier(0.05, 0.7, 0.1, 1);
  --d-1: 100ms;
  --d-2: 150ms;
  --d-3: 200ms;
  --d-4: 300ms;
  --d-5: 450ms;
  --max-narrow: 880px;
  --max: 1280px;
  --max-wide: 1440px;
  --pad-x: 64px;
  --pad-x-sm: 24px;
  --section-py-sm: 64px;
  --section-py-md: 96px;
  --section-py-lg: 120px;
  --section-py-xl: 160px;
}
html,
body {
  font-family: var(--font-sans);
  background-color: var(--color-surface);
  color: var(--color-on-surface);
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
:focus-visible {
  outline: 2px solid var(--color-focus);
  outline-offset: 2px;
  border-radius: var(--r-xs);
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@layer components {
  .btn {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 44px;
    padding: 12px 20px;
    border-radius: var(--r-sm);
    font-family: var(--f-body);
    font-size: var(--t-body);
    font-weight: 500;
    border: none;
    transition:
      transform var(--d-2) var(--e-decel),
      box-shadow var(--d-2) var(--e-decel),
      background-color var(--d-2) var(--e-standard);
  }
  .btn:disabled {
    cursor: not-allowed;
  }
  .btn:disabled {
    opacity: 40%;
  }
  @media print {
    .btn {
      display: none;
    }
  }
  .btn:hover:not(:disabled) {
    transform: translateY(-1px);
    box-shadow: var(--sh-2);
  }
  .btn:active:not(:disabled) {
    transform: translateY(0);
    box-shadow: none;
    transition-duration: 80ms;
  }
  .btn-sm {
    min-height: 36px;
    padding: 8px 14px;
    font-size: 13px;
  }
  .btn-lg {
    padding: 16px 28px;
    font-size: var(--t-body-lg);
    min-height: 52px;
  }
  .btn-link {
    background-color: transparent;
    color: var(--color-accent-r90);
    text-decoration: underline;
    border: none;
    min-height: unset;
    padding: 0;
    border-radius: 2px;
  }
  .btn-link:hover:not(:disabled) {
    color: var(--c-accent);
    transform: none;
    box-shadow: none;
  }
  .btn-link:focus-visible {
    outline-offset: 4px;
  }
  .btn-primary {
    background-color: var(--c-accent);
    color: var(--c-accent-ink);
  }
  .btn-primary:hover:not(:disabled) {
    background-color: var(--c-accent-hover);
  }
  .btn-secondary {
    background-color: var(--on-surface);
    color: var(--surface);
  }
  .btn-secondary:hover:not(:disabled) {
    background-color: var(--c-n-800);
  }
  :where(.dark) .btn-secondary {
    background-color: var(--surface-inverse);
    color: var(--on-inverse);
  }
  .btn-tertiary {
    background-color: transparent;
    color: var(--on-surface);
    border: 1.5px solid var(--border-strong);
  }
  .btn-tertiary:hover:not(:disabled) {
    background-color: rgba(0, 0, 0, 0.04);
  }
  :where(.dark) .btn-tertiary:hover:not(:disabled) {
    background-color: rgba(255, 255, 255, 0.06);
  }
  .btn-ghost {
    background-color: transparent;
    color: var(--on-surface);
  }
  .btn-ghost:hover:not(:disabled) {
    background-color: rgba(0, 0, 0, 0.04);
  }
  :where(.dark) .btn-ghost:hover:not(:disabled) {
    background-color: rgba(255, 255, 255, 0.06);
  }
  .input {
    width: 100%;
    background: var(--surface);
    color: var(--on-surface);
    border: 1px solid var(--border);
    border-radius: var(--r-sm);
    padding: 12px 16px;
    font-family: var(--f-body);
    font-size: var(--t-body);
    transition: border-color var(--d-2) var(--e-standard), box-shadow var(--d-2) var(--e-standard);
  }
  .input::placeholder {
    color: var(--on-surface-muted);
  }
  .input:focus {
    outline: none;
    border-color: var(--c-focus);
    box-shadow: 0 0 0 3px color-mix(in srgb, #a687ff 25%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .input:focus {
      box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-focus) 25%, transparent);
    }
  }
  .input.input-error {
    border-color: var(--color-accent-r90);
  }
  .input.input-error:focus {
    border-color: var(--color-accent-r90);
    box-shadow: 0 0 0 3px color-mix(in srgb, #cc2831 20%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .input.input-error:focus {
      box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-accent-r90) 20%, transparent);
    }
  }
  .input.input-success {
    border-color: var(--color-positive);
  }
  .input.input-success:focus {
    border-color: var(--color-positive);
    box-shadow: 0 0 0 3px color-mix(in srgb, #008a00 18%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .input.input-success:focus {
      box-shadow: 0 0 0 3px color-mix(in srgb, var(--color-positive) 18%, transparent);
    }
  }
  .badge {
    display: inline-flex;
    align-items: center;
    gap: calc(var(--spacing) * 1.5);
    padding: 4px 10px;
    border-radius: var(--r-xs);
    font-family: var(--f-mono);
    font-size: var(--t-label-md);
    font-weight: 500;
    letter-spacing: var(--tr-wide);
    text-transform: uppercase;
  }
  .badge-pill {
    border-radius: var(--r-full) !important;
  }
  .badge-sm {
    padding: 2px 6px !important;
    font-size: var(--t-label-sm) !important;
  }
  .badge-outline {
    background: transparent;
    box-shadow: inset 0 0 0 1px currentColor;
  }
  .badge-flat {
    background: currentColor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    .badge-flat {
      background: color-mix(in srgb, currentColor 10%, transparent);
    }
  }
}
.video-modal-panel .cdk-overlay-pane {
  max-width: 100vw !important;
}
.video-modal-panel .cdk-dialog-container {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 64px;
}
@media (max-width: 768px) {
  .wrap {
    padding: 0 24px;
  }
}
.section {
  padding: 120px 0;
}
@media (max-width: 768px) {
  .section {
    padding: 64px 0;
  }
}
.section--secondary {
  background: var(--surface-secondary);
}
.section--border-top {
  border-top: 1px solid var(--border-subtle);
}
.section--bordered {
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}
.section--inverse {
  background: var(--surface-inverse);
  color: var(--on-inverse);
}
.section--inverse .eyebrow,
.section--inverse .accent {
  color: #ff6b6b;
}
.section--inverse .h2 {
  color: var(--on-inverse);
}
.section--inverse .lead {
  color: var(--on-inverse-muted);
}
.eyebrow {
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-accent-r90);
  margin-bottom: 18px;
}
.eyebrow--inv {
  color: #ff6b6b;
}
.accent {
  color: var(--c-accent);
}
.h2 {
  font-family: var(--f-display);
  font-size: clamp(36px, 4.5vw, 56px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0;
  text-wrap: balance;
  color: var(--on-surface);
}
.h2--script {
  font-style: italic;
  font-size: clamp(32px, 4vw, 54px);
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-wrap: balance;
}
.lead {
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.55;
  color: var(--on-surface-muted);
  margin: 0;
}
.lead--centered {
  max-width: 640px;
  margin: 20px auto 0;
  text-align: center;
}
.sh {
  margin-bottom: 56px;
}
.sh--2col {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 80px;
  align-items: end;
}
@media (max-width: 1024px) {
  .sh--2col {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.sh--centered {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 56px;
}
.hero {
  padding: 120px 0 96px;
}
@media (max-width: 768px) {
  .hero {
    padding: 64px 0;
  }
}
.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 1100px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }
}
.hero__title {
  font-family: var(--f-display);
  font-size: clamp(56px, 7vw, 96px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.035em;
  margin: 0 0 28px;
  text-wrap: balance;
  color: var(--on-surface);
}
.hero__lead {
  font-family: var(--f-body);
  font-size: 21px;
  line-height: 1.45;
  color: var(--on-surface-muted);
  max-width: 560px;
  margin: 0 0 36px;
  text-wrap: pretty;
}
.hero__lead strong {
  color: var(--on-surface);
  font-weight: 600;
}
.hero__ctas {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.cockpit {
  background: var(--surface-secondary);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px;
  min-height: 480px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cockpit__header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cockpit__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-accent);
  flex: 0 0 auto;
}
.cockpit__suite {
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 700;
  color: var(--on-surface-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.cockpit__date {
  margin-left: auto;
  font-family: var(--f-mono);
  font-size: 10px;
  color: var(--on-surface-muted);
}
.cockpit__metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.cockpit__metrics--4 {
  grid-template-columns: repeat(4, 1fr);
}
.cockpit__metric {
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  padding: 14px;
}
.cockpit__metric-key {
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 700;
  color: var(--on-surface-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.cockpit__metric-value {
  font-family: var(--f-display);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--on-surface);
  line-height: 1;
}
.cockpit__metric-sub {
  font-family: var(--f-body);
  font-size: 11px;
  color: var(--on-surface-muted);
  margin-top: 4px;
}
.cockpit__chart {
  flex: 1;
  background: var(--surface);
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  padding: 16px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
}
.cockpit__chart-label {
  font-family: var(--f-mono);
  font-size: 10px;
  font-weight: 700;
  color: var(--on-surface-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.cockpit__svg {
  width: 100%;
  height: 160px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.stat__value {
  font-family: var(--f-display);
  font-size: clamp(64px, 8vw, 96px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: var(--c-accent);
  margin-bottom: 18px;
}
.stat__key {
  font-family: var(--f-display);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
  color: var(--on-surface);
}
.stat__desc {
  font-family: var(--f-body);
  font-size: 14px;
  line-height: 1.5;
  color: var(--on-surface-muted);
}
.logo-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 32px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  opacity: 0.55;
  flex-wrap: wrap;
}
.logo-item {
  font-family: var(--f-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--on-surface-muted);
  letter-spacing: 0.01em;
}
.verbatim-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 1024px) {
  .verbatim-grid {
    grid-template-columns: 1fr;
  }
}
.verbatim {
  margin: 0;
}
.verbatim__quote {
  font-family: var(--f-display);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--on-surface);
  text-wrap: pretty;
  margin: 0;
}
.verbatim__footer {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.verbatim__name {
  font-family: var(--f-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--on-surface);
}
.verbatim__role {
  font-family: var(--f-body);
  font-size: 13px;
  color: var(--on-surface-muted);
  margin-top: 4px;
}
.cta-strip {
  background: var(--surface-inverse);
  border-radius: 24px;
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}
.cta-strip__title {
  font-family: var(--f-display);
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0;
  max-width: 560px;
  text-wrap: balance;
  color: var(--on-inverse);
}
.cta-strip__accent {
  color: #ff6b6b;
}
.crumb {
  border-bottom: 1px solid var(--border-subtle);
}
.crumb .wrap {
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: var(--f-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--on-surface-muted);
}
.crumb__link {
  color: inherit;
  text-decoration: none;
  transition: color var(--d-2) var(--e-standard);
}
.crumb__link:hover {
  color: var(--on-surface);
}
.crumb__sep {
  margin: 0 10px;
  opacity: 0.5;
}
.crumb__self {
  color: var(--on-surface);
  font-weight: 700;
}
.module-hero {
  padding: 96px 0 80px;
}
@media (max-width: 768px) {
  .module-hero {
    padding: 56px 0;
  }
}
.module-hero__badge {
  margin-bottom: 22px;
}
.module-hero__title {
  font-family: var(--f-display);
  font-size: clamp(48px, 5.6vw, 76px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.03em;
  margin: 0 0 24px;
  text-wrap: balance;
  color: var(--on-surface);
  max-width: 1100px;
}
.module-hero__lead {
  font-family: var(--f-body);
  font-size: 21px;
  line-height: 1.45;
  color: var(--on-surface-muted);
  max-width: 760px;
  margin: 0 0 28px;
}
.module-hero__forwho {
  font-family: var(--f-mono);
  font-size: 12px;
  color: var(--on-surface-muted);
  margin-bottom: 32px;
  letter-spacing: 0.02em;
}
.module-hero__forwho strong {
  color: var(--on-surface);
  font-weight: 700;
}
.module-hero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.module-hero__capture {
  margin-top: 56px;
  background: var(--surface-secondary);
  border: 1px dashed var(--border);
  border-radius: 16px;
  padding: 80px;
  text-align: center;
  font-family: var(--f-mono);
  font-size: 12px;
  color: var(--on-surface-muted);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.eyebrow--muted {
  color: var(--on-surface-muted);
}
.feat-head {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.feat-head__eye {
  margin-bottom: 0;
}
.feat-head__title {
  max-width: 900px;
  margin-bottom: 16px;
}
.feat-head__lead {
  max-width: 900px;
  margin-bottom: 32px;
}
.message-quote {
  font-family: var(--f-display);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  padding: 14px 20px;
  border-left: 3px solid var(--c-accent);
  color: currentColor;
  letter-spacing: -0.015em;
}
.limit-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
  font-family: var(--f-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--on-surface);
}
.limit-card__cross {
  color: var(--c-accent);
  font-weight: 700;
  margin-right: 8px;
}
.persona-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 24px;
}
.persona-card__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.persona-card__glyph {
  color: var(--c-accent);
  flex: 0 0 auto;
}
.persona-card__role {
  font-family: var(--f-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--on-surface);
  letter-spacing: -0.02em;
}
.persona-card__need {
  font-family: var(--f-body);
  font-size: 14px;
  line-height: 1.55;
  color: var(--on-surface-muted);
}
.cta-final {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
}
@media (max-width: 1024px) {
  .cta-final {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.cta-final__title {
  font-family: var(--f-display);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: currentColor;
  margin: 14px 0 24px;
  text-wrap: balance;
}
.other-modules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 14px;
}
@media (max-width: 768px) {
  .other-modules {
    grid-template-columns: 1fr;
  }
}
.other-module {
  padding: 18px;
  border: 1px solid currentColor;
  border-radius: 8px;
  background: currentColor;
}
@supports (color: color-mix(in lab, red, red)) {
  .other-module {
    border: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  }
}
@supports (color: color-mix(in lab, red, red)) {
  .other-module {
    background: color-mix(in srgb, currentColor 4%, transparent);
  }
}
.other-module__tag {
  font-family: var(--f-mono);
  font-size: 11px;
  font-weight: 700;
  color: #ff6b6b;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
}
.other-module__name {
  font-family: var(--f-display);
  font-size: 24px;
  font-weight: 700;
  color: currentColor;
  letter-spacing: -0.025em;
  margin-bottom: 8px;
}
.other-module__promise {
  font-family: var(--f-body);
  font-size: 13px;
  line-height: 1.5;
  color: currentColor;
}
@supports (color: color-mix(in lab, red, red)) {
  .other-module__promise {
    color: color-mix(in srgb, currentColor 70%, transparent);
  }
}
@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-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@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-outline-style { syntax: "*"; inherits: false; initial-value: solid; }
@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; }
@property --tw-backdrop-blur { syntax: "*"; inherits: false; }
@property --tw-backdrop-brightness { syntax: "*"; inherits: false; }
@property --tw-backdrop-contrast { syntax: "*"; inherits: false; }
@property --tw-backdrop-grayscale { syntax: "*"; inherits: false; }
@property --tw-backdrop-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-backdrop-invert { syntax: "*"; inherits: false; }
@property --tw-backdrop-opacity { syntax: "*"; inherits: false; }
@property --tw-backdrop-saturate { syntax: "*"; inherits: false; }
@property --tw-backdrop-sepia { 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-border-style: solid;
      --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-outline-style: solid;
      --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;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
