/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Source Sans 3", sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --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-sm: 24rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-semibold: 600;
    --radius-md: 0.375rem;
    --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: "Sora", sans-serif;
  }
}
@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 {
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .size-4\.5 {
    width: calc(var(--spacing) * 4.5);
    height: calc(var(--spacing) * 4.5);
  }
  .size-6\.5 {
    width: calc(var(--spacing) * 6.5);
    height: calc(var(--spacing) * 6.5);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-64 {
    max-width: calc(var(--spacing) * 64);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .space-y-2\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-slate-700 {
    border-color: var(--color-slate-700);
  }
  .bg-indigo-600 {
    background-color: var(--color-indigo-600);
  }
  .bg-slate-900 {
    background-color: var(--color-slate-900);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-sm\/7 {
    font-size: var(--text-sm);
    line-height: calc(var(--spacing) * 7);
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-white {
    color: var(--color-white);
  }
  .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, visibility, 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));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .hover\:text-slate-500 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-500);
      }
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .lg\:col-span-1 {
    @media (width >= 64rem) {
      grid-column: span 1 / span 1;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-center {
    @media (width >= 64rem) {
      justify-content: center;
    }
  }
  .lg\:px-24 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 24);
    }
  }
  .xl\:px-32 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 32);
    }
  }
}
:root {
  --wl-bg: #f5f8fc;
  --wl-surface: #ffffff;
  --wl-ink: #0b1f33;
  --wl-ink-muted: #415a76;
  --wl-primary: #1558d6;
  --wl-primary-dark: #0f3f8a;
  --wl-teal: #2bd4c7;
  --wl-border: rgba(11, 31, 51, 0.12);
  --wl-shadow: 0 24px 60px rgba(13, 35, 66, 0.14);
}
* {
  box-sizing: border-box;
}
body.wl-page {
  background-color: var(--wl-bg);
  color: var(--wl-ink);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  background-image: radial-gradient(circle at 10% 10%, rgba(43, 212, 199, 0.18), transparent 40%), radial-gradient(circle at 90% 0%, rgba(21, 88, 214, 0.14), transparent 40%), linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(245, 248, 252, 0.8));
}
h1, h2, h3 {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
}
a {
  color: inherit;
  text-decoration: none;
}
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 2px solid rgba(21, 88, 214, 0.5);
  outline-offset: 2px;
}
.wl-container {
  width: min(1200px, 92vw);
  margin: 0 auto;
}
.wl-section {
  padding: 96px 0 0;
  scroll-margin-top: 110px;
}
.wl-section-header {
  text-align: center;
  margin-bottom: 44px;
}
.wl-section-alt {
  background: rgba(11, 31, 51, 0.03);
  padding-bottom: 96px;
}
.wl-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--wl-ink-muted);
  margin-bottom: 12px;
}
.wl-section-title {
  font-size: clamp(1.9rem, 2.8vw, 2.5rem);
  font-weight: 600;
  color: var(--wl-ink);
}
.wl-section-subtitle {
  margin-top: 12px;
  color: var(--wl-ink-muted);
  font-size: 1.05rem;
}
.wl-nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 28, 50, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  color: #fff;
}
.wl-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
}
.wl-logo {
  height: 96px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
  display: block;
}
.wl-logo-footer {
  height: 54px;
}
.wl-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.wl-nav-link {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 500;
  letter-spacing: 0.01em;
  font-size: 0.98rem;
  position: relative;
}
.wl-nav-link:hover {
  color: #fff;
}
.wl-nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: #5bd6ff;
  border-radius: 999px;
}
.wl-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.wl-nav-overlay.is-open {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.wl-nav-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 31, 51, 0.65);
}
.wl-nav-panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background: rgba(12, 28, 50, 0.96);
  color: #fff;
  padding: 32px;
}
.wl-nav-close {
  position: absolute;
  top: 28px;
  right: 28px;
}
.wl-nav-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
  font-size: 1.1rem;
  text-align: center;
}
.wl-icon-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: transform 0.2s ease, background 0.2s ease;
}
.wl-icon-button:hover {
  background: rgba(255, 255, 255, 0.16);
}
.wl-menu {
  background: rgba(12, 28, 50, 0.96);
  color: #fff;
}
.wl-hero {
  position: relative;
  padding: 130px 0 80px;
  background-image: linear-gradient(180deg, rgba(10, 22, 38, 0.45) 0%, rgba(10, 22, 38, 0.12) 42%, rgba(245, 248, 252, 1) 100%), url("./assets/windlens-hero.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.wl-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 20% 20%, rgba(43, 212, 199, 0.2), transparent 50%);
  pointer-events: none;
}
.wl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  justify-items: center;
  gap: 32px;
}
.wl-hero-content {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 720px;
  text-align: center;
  margin: 0 auto;
}
.wl-hero-title {
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  line-height: 1.1;
  margin-top: 18px;
  margin-bottom: 16px;
}
.wl-hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}
.wl-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
  justify-content: center;
}
.wl-hero-kicker {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 14px;
}
.wl-hero-outcomes {
  margin-top: 28px;
  display: grid;
  gap: 10px;
  color: #173f73;
  font-size: 1rem;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.wl-hero-outcomes li {
  list-style: none;
  position: relative;
  padding-left: 18px;
}
.wl-hero-outcomes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #1f5aa6;
}
.wl-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--wl-primary);
  color: #fff;
  font-weight: 600;
  box-shadow: 0 16px 30px rgba(21, 88, 214, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.wl-btn-primary:hover {
  background: #0f4dbb;
  box-shadow: 0 20px 40px rgba(21, 88, 214, 0.35);
  transform: translateY(-1px);
}
.wl-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: 600;
  background: transparent;
  transition: background 0.2s ease, transform 0.2s ease;
}
.wl-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}
.wl-hero-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.wl-metric {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.wl-metric-value {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
.wl-metric-label {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}
.wl-feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
.wl-feature-card {
  background: var(--wl-surface);
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(11, 31, 51, 0.08);
  box-shadow: 0 16px 40px rgba(13, 35, 66, 0.08);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wl-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(13, 35, 66, 0.14);
}
.wl-feature-media {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.wl-feature-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 31, 51, 0) 30%, rgba(11, 31, 51, 0.18) 100%);
}
.wl-feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.wl-feature-body {
  padding: 20px 22px 24px;
  display: grid;
  gap: 12px;
  height: 100%;
}
.wl-feature-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(21, 88, 214, 0.1);
  border: 1px solid rgba(21, 88, 214, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wl-primary);
}
.wl-feature-icon svg, .wl-result-icon svg, .wl-modal-close svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.wl-feature-title {
  font-size: 1.2rem;
  font-weight: 600;
}
.wl-feature-text {
  color: var(--wl-ink-muted);
  font-size: 0.98rem;
  line-height: 1.6;
}
.wl-feature-cta {
  justify-self: start;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(21, 88, 214, 0.3);
  background: rgba(21, 88, 214, 0.08);
  color: var(--wl-primary);
  font-weight: 600;
  transition: background 0.2s ease, transform 0.2s ease;
  margin-top: auto;
}
.wl-feature-cta:hover {
  background: rgba(21, 88, 214, 0.18);
  transform: translateY(-1px);
}
.wl-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.wl-result-card {
  background: var(--wl-surface);
  border-radius: 20px;
  padding: 24px;
  border: 1px solid rgba(11, 31, 51, 0.08);
  box-shadow: 0 12px 30px rgba(13, 35, 66, 0.08);
  display: grid;
  gap: 12px;
}
.wl-result-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
}
.wl-result-card p {
  color: var(--wl-ink-muted);
}
.wl-result-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(43, 212, 199, 0.16);
  border: 1px solid rgba(43, 212, 199, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0d6f6a;
}
.wl-logo-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 28px;
  width: min(1000px, 92vw);
  align-items: center;
  justify-items: center;
  margin: 36px auto 0;
}
.wl-logo-row img {
  height: 54px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  filter: grayscale(10%);
  opacity: 0.92;
}
.wl-quotes {
  width: min(900px, 92vw);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  margin: 40px auto 0;
}
.wl-quote-track {
  position: relative;
  min-height: 140px;
}
.wl-quote-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 400ms ease, transform 400ms ease;
  text-align: center;
}
.wl-quote-slide.is-active {
  opacity: 1;
  transform: translateX(0);
}
.wl-quote-slide blockquote {
  font-size: 1.2rem;
  line-height: 1.6;
  color: var(--wl-ink);
}
.wl-quote-slide figcaption {
  margin-top: 10px;
  font-size: 0.95rem;
  color: var(--wl-ink-muted);
}
.wl-quote-nav {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(11, 31, 51, 0.12);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease;
}
.wl-quote-nav:hover {
  transform: translateY(-1px);
  background: rgba(11, 31, 51, 0.04);
}
.wl-quote-nav svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}
.wl-form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.wl-label {
  font-weight: 600;
  color: var(--wl-ink);
}
.wl-input, .wl-textarea {
  width: 100%;
  margin-top: 8px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(11, 31, 51, 0.15);
  background: #fff;
  color: var(--wl-ink);
  transition: border 0.2s ease, box-shadow 0.2s ease;
}
.wl-input:focus, .wl-textarea:focus {
  border-color: rgba(21, 88, 214, 0.6);
  box-shadow: 0 0 0 3px rgba(21, 88, 214, 0.15);
}
.wl-textarea {
  resize: none;
}
.wl-btn-submit {
  margin-top: 12px;
  gap: 8px;
}
.wl-footer {
  padding: 80px 0 40px;
  color: var(--wl-ink-muted);
}
.wl-footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
.wl-footer-title {
  font-weight: 600;
  color: var(--wl-ink);
  margin-bottom: 10px;
}
.wl-footer-links {
  display: grid;
  gap: 8px;
}
.wl-footer-link {
  color: var(--wl-ink-muted);
}
.wl-footer-link:hover {
  color: var(--wl-ink);
}
.wl-supported-header {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}
.wl-supported-block {
  margin-top: 44px;
}
.wl-supported-label {
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wl-ink-muted);
}
.wl-supported-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px 32px;
  padding: 18px 24px;
  border: 1px solid rgba(11, 31, 51, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 12px 30px rgba(13, 35, 66, 0.08);
}
.wl-supported-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 6px 10px;
  filter: none;
  opacity: 0.95;
  transition: opacity 0.2s ease, filter 0.2s ease, transform 0.2s ease;
  outline: none;
}
.wl-supported-logo img {
  height: 42px;
  width: auto;
  max-width: var(--logo-width, 160px);
  object-fit: contain;
}
.wl-supported-logo-epfl-ai img {
  height: 44px;
}
.wl-supported-logo-epfl img {
  height: 52px;
}
.wl-supported-logo-mit img {
  height: 56px;
}
.wl-supported-logo-innosuisse img {
  height: 46px;
}
.wl-supported-logo-partner img {
  height: 44px;
}
.wl-supported-logo:hover, .wl-supported-logo:focus-visible {
  filter: none;
  opacity: 1;
  transform: translateY(-1px);
}
.wl-supported-logo::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(11, 31, 51, 0.92);
  color: #fff;
  font-size: 0.75rem;
  padding: 6px 10px;
  border-radius: 999px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.wl-supported-logo:hover::after, .wl-supported-logo:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(2px);
}
@media (prefers-reduced-motion: reduce) {
  .wl-supported-logo {
    transition: none;
  }
  .wl-supported-logo::after {
    transition: none;
  }
}
.wl-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 120;
}
.wl-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
.wl-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 31, 51, 0.55);
}
.wl-modal-content {
  position: relative;
  width: min(900px, 92vw);
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--wl-shadow);
  z-index: 1;
}
.wl-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(11, 31, 51, 0.1);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wl-ink);
}
.wl-modal-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 20px;
  align-items: center;
}
.wl-modal-grid img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  min-height: 300px;
  cursor: zoom-in;
}
.wl-modal-grid h3 {
  font-size: 1.8rem;
  margin-bottom: 12px;
}
.wl-modal-text {
  color: var(--wl-ink-muted);
  line-height: 1.7;
}
.wl-modal-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--wl-ink-muted);
  margin-bottom: 10px;
}
.wl-modal-list {
  margin-top: 16px;
  padding-left: 18px;
  color: var(--wl-ink);
}
.wl-modal-grid li {
  margin-bottom: 8px;
}
.wl-no-scroll {
  overflow: hidden;
}
.wl-flow-layout {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}
.wl-flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  position: relative;
}
.wl-flow-card {
  position: relative;
  padding: 22px 22px 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(11, 31, 51, 0.08);
  box-shadow: 0 16px 36px rgba(13, 35, 66, 0.12);
}
.wl-flow-card::after, .wl-flow-card::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.wl-flow-card::after {
  right: -22px;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, rgba(27, 108, 255, 0.4), rgba(91, 214, 255, 0.9));
}
.wl-flow-card::before {
  right: -6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(91, 214, 255, 0.9);
  border-right: 2px solid rgba(91, 214, 255, 0.9);
  transform: translateY(-50%) rotate(45deg);
}
.wl-flow-card:last-child::after, .wl-flow-card:last-child::before {
  display: none;
}
.wl-flow-card h3 {
  font-size: 1.05rem;
  margin: 12px 0 8px;
  color: var(--wl-ink);
}
.wl-flow-card p {
  color: var(--wl-ink-muted);
  line-height: 1.6;
  font-size: 0.95rem;
}
.wl-flow-icon {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(27, 108, 255, 0.12);
  color: var(--wl-primary);
}
.wl-flow-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.wl-flow-connector {
  height: 64px;
  position: relative;
}
.wl-flow-connector svg {
  width: 100%;
  height: 100%;
}
.wl-flow-connector path {
  fill: none;
  stroke: rgba(27, 108, 255, 0.35);
  stroke-width: 2;
}
.wl-flow-outcome {
  padding: 24px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(11, 31, 51, 0.96), rgba(15, 48, 86, 0.92));
  color: #fff;
  box-shadow: 0 18px 40px rgba(13, 35, 66, 0.25);
  max-width: 520px;
  margin: 0 auto;
  text-align: left;
}
.wl-flow-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}
.wl-flow-outcome h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.wl-flow-outcome p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.6;
  font-size: 0.95rem;
}
.wl-flow-axes {
  margin-top: 16px;
  display: grid;
  gap: 10px;
  color: #fff;
}
.wl-flow-axes li {
  list-style: none;
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.86);
}
.wl-flow-axes li::before {
  content: \"\";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(91, 214, 255, 0.9);
}
.wl-stepper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  position: relative;
  padding-top: 24px;
}
.wl-stepper-line {
  position: absolute;
  top: 36px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: rgba(11, 31, 51, 0.12);
}
.wl-stepper-step {
  position: relative;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(11, 31, 51, 0.08);
  box-shadow: 0 10px 24px rgba(13, 35, 66, 0.08);
  text-align: left;
}
.wl-stepper-dot {
  position: absolute;
  top: -12px;
  left: 24px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #2bd4c7;
  box-shadow: 0 0 0 6px rgba(43, 212, 199, 0.2);
}
.wl-audience-card {
  position: relative;
  padding-top: 50px;
}
.wl-audience-icon {
  position: absolute;
  top: 18px;
  left: 22px;
  font-size: 1.1rem;
  color: var(--wl-primary);
}
.wl-credibility-line {
  margin-top: 28px;
  font-size: 0.95rem;
  color: var(--wl-ink-muted);
  text-align: center;
}
.wl-section-sentinel {
  height: 1px;
  width: 100%;
}
section[id] {
  scroll-margin-top: 112px;
}
#who-its-for {
  padding-bottom: 64px;
}
#contact {
  padding-top: 96px;
}
.wl-contact-card {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  padding: 32px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(11, 31, 51, 0.08);
  box-shadow: 0 20px 50px rgba(13, 35, 66, 0.12);
}
.wl-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}
.wl-btn-secondary-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(11, 31, 51, 0.2);
  color: var(--wl-ink);
  font-weight: 600;
  background: #fff;
  transition: background 0.2s ease, transform 0.2s ease;
}
.wl-btn-secondary-dark:hover {
  background: rgba(11, 31, 51, 0.05);
  transform: translateY(-1px);
}
.wl-form-compact {
  margin-top: 0;
}
.wl-form-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wl-form-success {
  color: #0f3f8a;
  font-size: 0.9rem;
  display: none;
}
.wl-lightbox {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 130;
}
.wl-lightbox.is-open {
  opacity: 1;
  pointer-events: auto;
}
.wl-lightbox-overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 31, 51, 0.72);
}
.wl-lightbox-content {
  position: relative;
  width: min(980px, 92vw);
  max-height: 80vh;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: var(--wl-shadow);
  z-index: 1;
  display: grid;
  place-items: center;
}
.wl-lightbox-content img {
  width: 100%;
  height: auto;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 14px;
}
.wl-lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(11, 31, 51, 0.1);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wl-ink);
}
.wl-alert-demo {
  max-width: 720px;
  margin: 0 auto 56px;
}
.wl-alert-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(11, 31, 51, 0.08);
  box-shadow: 0 20px 50px rgba(13, 35, 66, 0.12);
  overflow: hidden;
}
.wl-alert-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  background: rgba(11, 31, 51, 0.03);
  border-bottom: 1px solid rgba(11, 31, 51, 0.06);
}
.wl-alert-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #c43c2e;
  background: rgba(196, 60, 46, 0.1);
  padding: 4px 12px;
  border-radius: 999px;
}
.wl-alert-badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c43c2e;
  animation: wl-pulse 2s ease-in-out infinite;
}
@keyframes wl-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.wl-alert-time {
  font-size: 0.85rem;
  color: var(--wl-ink-muted);
}
.wl-alert-title {
  font-size: 1.15rem;
  font-weight: 600;
  padding: 18px 22px 0;
  color: var(--wl-ink);
}
.wl-alert-body {
  padding: 12px 22px 22px;
  display: grid;
  gap: 16px;
}
.wl-alert-section {
  padding: 0;
}
.wl-alert-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--wl-ink-muted);
  margin-bottom: 4px;
}
.wl-alert-text {
  color: var(--wl-ink);
  font-size: 0.95rem;
  line-height: 1.6;
}
.wl-alert-recommendation {
  background: rgba(21, 88, 214, 0.06);
  border: 1px solid rgba(21, 88, 214, 0.12);
  border-radius: 12px;
  padding: 14px 16px;
}
.wl-alert-recommendation .wl-alert-label {
  color: var(--wl-primary);
}
.wl-alert-caption {
  text-align: center;
  margin-top: 16px;
  font-size: 0.88rem;
  color: var(--wl-ink-muted);
  font-style: italic;
}
.wl-agent-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.wl-agent-step {
  position: relative;
  padding: 24px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(11, 31, 51, 0.08);
  box-shadow: 0 12px 30px rgba(13, 35, 66, 0.08);
}
.wl-agent-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--wl-primary);
  color: #fff;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 14px;
}
.wl-agent-step h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--wl-ink);
}
.wl-agent-step p {
  color: var(--wl-ink-muted);
  font-size: 0.93rem;
  line-height: 1.6;
}
.wl-arch-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 860px;
  margin: 0 auto;
}
.wl-arch-col {
  padding: 24px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(11, 31, 51, 0.08);
  box-shadow: 0 16px 40px rgba(13, 35, 66, 0.08);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wl-arch-col:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(13, 35, 66, 0.14);
}
.wl-arch-col h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--wl-ink);
}
.wl-arch-col p {
  color: var(--wl-ink-muted);
  font-size: 0.93rem;
  line-height: 1.6;
  flex: 1;
}
.wl-arch-visual {
  border-radius: 14px;
  background: rgba(245, 248, 252, 0.8);
  border: 1px solid rgba(11, 31, 51, 0.06);
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wl-arch-visual svg {
  width: 100%;
  height: auto;
}
.wl-arch-connector {
  display: flex;
  justify-content: center;
  padding: 12px 0;
}
.wl-arch-connector svg {
  width: 100%;
}
.wl-arch-visual-feed {
  padding: 8px;
}
.wl-arch-synthesis {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(21, 88, 214, 0.12);
  box-shadow: 0 18px 40px rgba(13, 35, 66, 0.12);
  max-width: 780px;
  margin: 0 auto;
}
.wl-arch-synthesis h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--wl-ink);
}
.wl-arch-synthesis p {
  color: var(--wl-ink-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}
.wl-arch-synthesis-visual {
  border-radius: 14px;
  background: rgba(245, 248, 252, 0.8);
  border: 1px solid rgba(11, 31, 51, 0.06);
  padding: 12px;
}
.wl-arch-synthesis-visual svg {
  width: 100%;
  height: auto;
}
.wl-arch-synthesis-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wl-arch-connector-vertical {
  display: flex;
  justify-content: center;
  padding: 4px 0;
}
.wl-arch-connector-mobile {
  display: none;
  justify-content: center;
  padding: 4px 0;
}
.wl-arch-agent {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(11, 31, 51, 0.96), rgba(15, 48, 86, 0.92));
  color: #fff;
  box-shadow: 0 18px 40px rgba(13, 35, 66, 0.25);
  max-width: 780px;
  margin: 0 auto;
}
.wl-arch-agent h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
.wl-arch-agent p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.95rem;
  line-height: 1.65;
}
.wl-arch-agent-note {
  font-style: italic;
  color: rgba(255, 255, 255, 0.65) !important;
  border-left: 3px solid rgba(91, 214, 255, 0.6);
  padding-left: 14px;
  margin-top: 4px;
}
.wl-arch-agent-visual {
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px;
}
.wl-arch-agent-visual svg {
  width: 100%;
  height: auto;
}
.wl-arch-agent-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wl-product-diagram {
  display: grid;
  grid-template-columns: 5fr auto 7fr;
  gap: 0;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
.wl-product-inputs {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.wl-product-input {
  display: flex;
  gap: 16px;
  padding: 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(11, 31, 51, 0.08);
  box-shadow: 0 12px 30px rgba(13, 35, 66, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.wl-product-input:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(13, 35, 66, 0.12);
}
.wl-product-input-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(21, 88, 214, 0.1);
  border: 1px solid rgba(21, 88, 214, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wl-primary);
}
.wl-product-input h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--wl-ink);
}
.wl-product-input p {
  color: var(--wl-ink-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}
.wl-product-arrows {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0 10px;
  align-self: stretch;
}
.wl-product-arrow-slot {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wl-product-engine {
  padding: 28px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(21, 88, 214, 0.12);
  box-shadow: 0 18px 40px rgba(13, 35, 66, 0.12);
}
.wl-product-engine h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--wl-ink);
  margin-bottom: 10px;
}
.wl-product-engine > p {
  color: var(--wl-ink-muted);
  font-size: 0.93rem;
  line-height: 1.6;
}
.wl-product-engine-note {
  font-style: italic;
  margin-top: 6px;
  font-size: 0.88rem !important;
}
.wl-product-agent-embed {
  margin-top: 18px;
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(11, 31, 51, 0.96), rgba(15, 48, 86, 0.92));
  color: #fff;
}
.wl-product-agent-header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.wl-product-agent-badge {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(91, 214, 255, 0.15);
  color: #5bd6ff;
  white-space: nowrap;
}
.wl-product-agent-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
}
.wl-product-agent-output {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.wl-product-agent-rec {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.wl-product-agent-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.wl-product-agent-save {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(43, 212, 199, 0.15);
  color: #2bd4c7;
}
.wl-product-agent-risk {
  font-size: 0.78rem;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(91, 214, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}
.wl-modularity-note {
  text-align: center;
  margin-top: 36px;
  font-size: 0.95rem;
  color: var(--wl-ink-muted);
  font-style: italic;
}
.wl-credibility-block {
  margin-top: 32px;
  text-align: center;
}
.wl-credibility-link {
  color: var(--wl-primary);
  font-weight: 600;
  transition: color 0.2s ease;
}
.wl-credibility-link:hover {
  color: var(--wl-primary-dark);
}
.wl-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.wl-audience-card {
  position: relative;
  padding: 24px 22px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(11, 31, 51, 0.08);
  box-shadow: 0 12px 30px rgba(13, 35, 66, 0.08);
}
.wl-audience-card .wl-audience-icon {
  position: static;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(21, 88, 214, 0.1);
  border: 1px solid rgba(21, 88, 214, 0.2);
  color: var(--wl-primary);
  margin-bottom: 14px;
}
.wl-audience-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.wl-audience-card p {
  color: var(--wl-ink-muted);
  font-size: 0.95rem;
  line-height: 1.6;
}
@media (max-width: 900px) {
  .wl-hero {
    padding-top: 110px;
  }
  .wl-hero-content {
    text-align: center;
    margin: 0 auto;
  }
  .wl-hero-actions {
    justify-content: center;
  }
  .wl-stepper {
    grid-template-columns: 1fr;
  }
  .wl-stepper-line {
    left: 24px;
    right: auto;
    top: 40px;
    bottom: 40px;
    width: 2px;
    height: auto;
  }
  .wl-stepper-dot {
    top: 24px;
    left: -12px;
  }
  .wl-flow-steps {
    grid-template-columns: 1fr;
  }
  .wl-flow-card::after, .wl-flow-card::before {
    display: none;
  }
  .wl-arch-columns {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
  .wl-arch-synthesis {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .wl-arch-agent {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
  .wl-product-diagram {
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 480px;
    margin: 0 auto;
  }
  .wl-product-arrows {
    display: none;
  }
  .wl-arch-connector {
    display: none;
  }
  .wl-arch-connector-mobile {
    display: flex;
  }
  .wl-agent-steps {
    grid-template-columns: repeat(2, 1fr);
  }
  .wl-audience-grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .wl-nav-inner {
    height: 72px;
  }
  .wl-logo {
    height: 80px;
  }
  .wl-hero {
    padding: 110px 0 60px;
  }
  .wl-section {
    padding-top: 72px;
  }
  .wl-section-alt {
    padding-bottom: 72px;
  }
  .wl-modal-grid {
    grid-template-columns: 1fr;
  }
  .wl-quotes {
    grid-template-columns: 1fr;
  }
  .wl-quote-nav {
    justify-self: center;
  }
  .wl-supported-logos {
    gap: 18px 20px;
    padding: 16px;
  }
  .wl-agent-steps {
    grid-template-columns: 1fr;
  }
}
button {
  cursor: pointer;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-duration: initial;
    }
  }
}
