/*! tailwindcss v4.2.2 | 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";
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --blur-xl: 24px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
  }
}
@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: "JetBrains Mono", ui-monospace, monospace;
    font-feature-settings: normal;
    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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[80px\] {
    top: 80px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .-bottom-1 {
    bottom: calc(var(--spacing) * -1);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .z-10 {
    z-index: 10;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .mx-1 {
    margin-inline: calc(var(--spacing) * 1);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-\[16\/7\] {
    aspect-ratio: 16/7;
  }
  .h-3\.5 {
    height: calc(var(--spacing) * 3.5);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[100dvh\] {
    min-height: 100dvh;
  }
  .w-3\.5 {
    width: calc(var(--spacing) * 3.5);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[36ch\] {
    max-width: 36ch;
  }
  .max-w-\[48ch\] {
    max-width: 48ch;
  }
  .max-w-\[56ch\] {
    max-width: 56ch;
  }
  .max-w-\[58ch\] {
    max-width: 58ch;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[640px\] {
    max-width: 640px;
  }
  .max-w-\[680px\] {
    max-width: 680px;
  }
  .max-w-\[720px\] {
    max-width: 720px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .min-w-\[7rem\] {
    min-width: 7rem;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize-none {
    resize: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[1\.25rem\] {
    border-radius: 1.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-\[3px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px;
  }
  .border-\[\#07131f\]\/8 {
    border-color: color-mix(in oklab, #07131f 8%, transparent);
  }
  .border-dark-border {
    border-color: rgba(255, 250, 240, 0.12);
  }
  .border-ink\/10 {
    border-color: color-mix(in oklab, #07131f 10%, transparent);
  }
  .border-ink\/15 {
    border-color: color-mix(in oklab, #07131f 15%, transparent);
  }
  .border-navy\/\[0\.06\] {
    border-color: color-mix(in oklab, #07131f 6%, transparent);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-\[\#07131f\]\/\[0\.07\] {
    background-color: color-mix(in oklab, #07131f 7.000000000000001%, transparent);
  }
  .bg-\[\#E8E4DC\] {
    background-color: #E8E4DC;
  }
  .bg-cream {
    background-color: #f8f1e4;
  }
  .bg-cream\/80 {
    background-color: color-mix(in oklab, #f8f1e4 80%, transparent);
  }
  .bg-dark {
    background-color: #07131f;
  }
  .bg-gold\/10 {
    background-color: color-mix(in oklab, #f0c76b 10%, transparent);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-\[var\(--gold\)\]\/70 {
    --tw-gradient-via: var(--gold);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--gold) 70%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .\!px-4 {
    padding-inline: calc(var(--spacing) * 4) !important;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .\!py-2 {
    padding-block: calc(var(--spacing) * 2) !important;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .pt-0\.5 {
    padding-top: calc(var(--spacing) * 0.5);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-14 {
    padding-bottom: calc(var(--spacing) * 14);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .font-mono {
    font-family: "JetBrains Mono", ui-monospace, monospace;
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .\!text-\[0\.8125rem\] {
    font-size: 0.8125rem !important;
  }
  .text-\[0\.7rem\] {
    font-size: 0.7rem;
  }
  .text-\[0\.75rem\] {
    font-size: 0.75rem;
  }
  .text-\[0\.875rem\] {
    font-size: 0.875rem;
  }
  .text-\[0\.8125rem\] {
    font-size: 0.8125rem;
  }
  .text-\[0\.9375rem\] {
    font-size: 0.9375rem;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.75rem\] {
    font-size: 1.75rem;
  }
  .text-\[1\.85rem\] {
    font-size: 1.85rem;
  }
  .text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
  .text-\[1\.0625rem\] {
    font-size: 1.0625rem;
  }
  .text-\[1\.625rem\] {
    font-size: 1.625rem;
  }
  .text-\[1\.875rem\] {
    font-size: 1.875rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[2\.25rem\] {
    font-size: 2.25rem;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .leading-\[0\.98\] {
    --tw-leading: 0.98;
    line-height: 0.98;
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.06\] {
    --tw-leading: 1.06;
    line-height: 1.06;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.015em\] {
    --tw-tracking: -0.015em;
    letter-spacing: -0.015em;
  }
  .tracking-\[0\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-\[\#6B7078\] {
    color: #6B7078;
  }
  .text-\[\#9CA3AF\] {
    color: #9CA3AF;
  }
  .text-\[\#07131f\] {
    color: #07131f;
  }
  .text-gold {
    color: #f0c76b;
  }
  .text-ink {
    color: #07131f;
  }
  .text-ink-200 {
    color: #b0b4bc;
  }
  .text-ink-300 {
    color: #8a90a0;
  }
  .text-ink-300\/40 {
    color: color-mix(in oklab, #8a90a0 40%, transparent);
  }
  .text-ink-300\/50 {
    color: color-mix(in oklab, #8a90a0 50%, transparent);
  }
  .text-ink-300\/55 {
    color: color-mix(in oklab, #8a90a0 55%, transparent);
  }
  .text-ink-300\/70 {
    color: color-mix(in oklab, #8a90a0 70%, transparent);
  }
  .text-ink-300\/75 {
    color: color-mix(in oklab, #8a90a0 75%, transparent);
  }
  .text-ink-400 {
    color: #6b7078;
  }
  .text-ink-700 {
    color: #1d2a3a;
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-turquoise {
    color: #34b8ad;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-ink-200 {
    text-decoration-color: #b0b4bc;
  }
  .decoration-ink-300\/40 {
    text-decoration-color: color-mix(in oklab, #8a90a0 40%, transparent);
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .\!shadow-none {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .shadow-\[0_4px_20px_-4px_rgba\(37\,211\,102\,0\.45\)\] {
    --tw-shadow: 0 4px 20px -4px var(--tw-shadow-color, rgba(37,211,102,0.45));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_20px_50px_-24px_rgba\(42\,85\,120\,0\.18\)\] {
    --tw-shadow: 0 20px 50px -24px var(--tw-shadow-color, rgba(42,85,120,0.18));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .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-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -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,);
  }
  .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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-100 {
    transition-delay: 100ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:text-\[\#07131f\] {
    &:hover {
      @media (hover: hover) {
        color: #07131f;
      }
    }
  }
  .hover\:text-ink {
    &:hover {
      @media (hover: hover) {
        color: #07131f;
      }
    }
  }
  .hover\:text-ink-300 {
    &:hover {
      @media (hover: hover) {
        color: #8a90a0;
      }
    }
  }
  .hover\:text-ink-300\/70 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in oklab, #8a90a0 70%, transparent);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:inline-flex {
    @media (width >= 40rem) {
      display: inline-flex;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:text-\[2\.75rem\] {
    @media (width >= 40rem) {
      font-size: 2.75rem;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:grid-cols-\[1\.4fr_1fr_1fr_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 1.4fr 1fr 1fr 1fr;
    }
  }
  .md\:grid-cols-\[auto_auto_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: auto auto 1fr;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:p-7 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .md\:py-6 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .md\:py-7 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 7);
    }
  }
  .md\:py-10 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-0\.5 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0.5);
    }
  }
  .md\:pt-20 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .md\:pt-24 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .md\:pb-14 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 14);
    }
  }
  .md\:pb-20 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .md\:pl-6 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .md\:text-\[0\.875rem\] {
    @media (width >= 48rem) {
      font-size: 0.875rem;
    }
  }
  .md\:text-\[1\.375rem\] {
    @media (width >= 48rem) {
      font-size: 1.375rem;
    }
  }
  .md\:text-\[1\.0625rem\] {
    @media (width >= 48rem) {
      font-size: 1.0625rem;
    }
  }
  .md\:text-\[1rem\] {
    @media (width >= 48rem) {
      font-size: 1rem;
    }
  }
  .md\:text-\[2\.5rem\] {
    @media (width >= 48rem) {
      font-size: 2.5rem;
    }
  }
  .md\:text-\[2\.25rem\] {
    @media (width >= 48rem) {
      font-size: 2.25rem;
    }
  }
  .md\:text-\[2\.75rem\] {
    @media (width >= 48rem) {
      font-size: 2.75rem;
    }
  }
  .md\:text-\[2rem\] {
    @media (width >= 48rem) {
      font-size: 2rem;
    }
  }
  .md\:text-\[3\.5rem\] {
    @media (width >= 48rem) {
      font-size: 3.5rem;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:grid-cols-\[220px_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 220px 1fr;
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,ital,wght@9..144,0,400..600;9..144,1,400..600&family=JetBrains+Mono:wght@400;500&display=swap');
:root {
  --navy: #07131f;
  --navy-dark: #050914;
  --navy-light: #0d1a2a;
  --turquoise: #34b8ad;
  --turquoise-dark: #167d76;
  --gold: #f0c76b;
  --gold-light: #f5d68a;
  --coral: #d95a40;
  --cream: #f8f1e4;
  --paper-2: #fffaf0;
  --dark: #07131f;
  --dark-surface: #0d1a2a;
  --ink: #07131f;
  --ink-700: #1d2a3a;
  --ink-500: #4a5260;
  --ink-400: rgba(7, 19, 31, 0.74);
  --ink-300: rgba(7, 19, 31, 0.55);
  --ink-200: rgba(7, 19, 31, 0.32);
  --shadow-soft: 0 12px 40px -12px rgba(7, 19, 31, 0.07);
  --shadow-medium: 0 20px 50px -16px rgba(7, 19, 31, 0.10);
  --shadow-lifted: 0 24px 60px -16px rgba(7, 19, 31, 0.14);
  --shadow-glow-navy: 0 8px 32px -6px rgba(7, 19, 31, 0.30);
  --shadow-glow-gold: 0 8px 32px -6px rgba(240, 199, 107, 0.35);
  --shadow-glow-turquoise: 0 8px 28px -6px rgba(52, 184, 173, 0.30);
  --shadow-glow-coral: 0 8px 28px -6px rgba(217, 90, 64, 0.28);
  --ease-standard: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-emphasized: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-spring: cubic-bezier(0.34, 1.56, 0.64, 1);
  --transition-fast: 180ms var(--ease-standard);
  --transition-standard: 350ms var(--ease-standard);
  --transition-slow: 600ms var(--ease-emphasized);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  --audaz-ink: #07131f;
  --audaz-ink-2: #0d1a2a;
  --audaz-void: #050914;
  --audaz-night: #081421;
  --audaz-paper: #f8f1e4;
  --audaz-paper-2: #fffaf0;
  --audaz-turquoise: #34b8ad;
  --audaz-turquoise-soft: rgba(52, 184, 173, 0.16);
  --audaz-amber: #f0c76b;
  --audaz-coral: #d95a40;
  --audaz-line-dark: rgba(255, 250, 240, 0.12);
  --audaz-line-light: rgba(7, 19, 31, 0.11);
  --audaz-muted: rgba(248, 242, 230, 0.72);
  --noise-texture: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  --grain-opacity-light: 0.038;
  --grain-opacity-dark: 0.06;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
html, body {
  overflow-x: clip;
}
section {
  position: relative;
}
::selection {
  background: rgba(7, 19, 31, 0.15);
  color: var(--ink);
}
::-moz-selection {
  background: rgba(7, 19, 31, 0.15);
  color: var(--ink);
}
.shell-dark ::selection, .home-audaz ::selection, .site-nav--audaz ::selection, .shell-dark *::selection, .home-audaz *::selection, .site-nav--audaz *::selection {
  background: rgba(196, 154, 60, 0.45);
  color: var(--audaz-paper-2);
}
.shell-dark ::-moz-selection, .home-audaz ::-moz-selection, .site-nav--audaz ::-moz-selection, .shell-dark *::-moz-selection, .home-audaz *::-moz-selection, .site-nav--audaz *::-moz-selection {
  background: rgba(196, 154, 60, 0.45);
  color: var(--audaz-paper-2);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2000;
  pointer-events: none;
  opacity: var(--grain-opacity-light);
  mix-blend-mode: multiply;
  background-image: var(--noise-texture);
  background-size: 220px 220px;
}
body.shell-dark-page::before, body.audaz-page::before {
  opacity: var(--grain-opacity-dark);
  mix-blend-mode: overlay;
}
@media (prefers-reduced-motion: reduce) {
  body::before {
    opacity: 0.018;
  }
}
@view-transition {
  navigation: auto;
}
::view-transition-old(root), ::view-transition-new(root) {
  animation-duration: 320ms;
  animation-timing-function: var(--ease-emphasized);
}
@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root), ::view-transition-new(root) {
    animation: none !important;
  }
}
.alh-display {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  letter-spacing: -0.025em;
}
.alh-body {
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--ink-500);
}
a, button, input, select, textarea {
  transition: color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-standard), transform var(--transition-fast), opacity var(--transition-fast);
}
.surface-primary {
  background: var(--paper-2);
  border: 1px solid var(--audaz-line-light);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-soft);
  transition: border-color 0.32s var(--ease-standard), box-shadow 0.32s var(--ease-standard);
}
.surface-primary:hover {
  box-shadow: var(--shadow-medium);
  border-color: rgba(52, 184, 173, 0.4);
}
.surface-cream {
  background: var(--cream);
  border: 1px solid var(--audaz-line-light);
  border-radius: var(--radius-md);
}
.surface-dark {
  background: var(--dark-surface);
  border: 1px solid rgba(52, 184, 173, 0.1);
  border-radius: var(--radius-lg);
}
.surface-dark:hover {
  border-color: rgba(52, 184, 173, 0.2);
}
.glass-card {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(24px) saturate(1.4);
  -webkit-backdrop-filter: blur(24px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  border-radius: var(--radius-lg);
}
.glass-card-dark {
  background: rgba(26, 40, 64, 0.5);
  backdrop-filter: blur(24px) saturate(1.3);
  -webkit-backdrop-filter: blur(24px) saturate(1.3);
  border: 1px solid rgba(52, 184, 173, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-lg);
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8125rem 1.625rem;
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
  border-radius: var(--radius-sm);
  transition: all var(--transition-standard);
  cursor: pointer;
  border: none;
  text-decoration: none;
}
.btn-primary, .btn-gold {
  position: relative;
  overflow: hidden;
}
.btn-primary::before, .btn-gold::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255,255,255,0.14) 50%, transparent 65%);
  transform: translateX(-120%);
  transition: transform 0.8s cubic-bezier(.2,.7,.2,1);
  pointer-events: none;
}
.btn-primary:hover::before, .btn-gold:hover::before {
  transform: translateX(120%);
}
.btn:active {
  transform: scale(0.97) translateY(1px);
}
.btn-primary {
  background: var(--navy);
  color: white;
  box-shadow: var(--shadow-glow-navy);
}
.btn-primary:hover {
  background: var(--navy-dark);
  box-shadow: 0 12px 40px -8px rgba(7, 19, 31, 0.4);
  transform: translateY(-1px);
}
.btn-primary:active {
  transform: scale(0.97) translateY(1px);
  box-shadow: var(--shadow-glow-navy);
}
.btn-gold {
  background: var(--gold);
  color: var(--dark);
  font-weight: 700;
  box-shadow: var(--shadow-glow-gold);
}
.btn-gold:hover {
  background: var(--gold-light);
  box-shadow: 0 12px 40px -8px rgba(240, 199, 107, 0.5);
  transform: translateY(-1px);
}
.btn-gold:active {
  transform: scale(0.97) translateY(1px);
  box-shadow: var(--shadow-glow-gold);
}
.btn-outline {
  background: transparent;
  color: var(--navy);
  border: 1.5px solid rgba(7, 19, 31, 0.18);
}
.btn-outline:hover {
  border-color: rgba(7, 19, 31, 0.35);
  background: rgba(7, 19, 31, 0.04);
  transform: translateY(-1px);
}
.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.0625rem;
}
.btn svg {
  width: 1rem;
  height: 1rem;
  transition: transform var(--transition-fast);
}
.btn:hover svg {
  transform: translateX(2px);
}
.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--navy);
  position: relative;
  white-space: nowrap;
}
.link-arrow svg {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
.link-arrow::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background: var(--turquoise);
  transition: width var(--transition-standard);
}
.link-arrow:hover::after {
  width: 100%;
}
.link-arrow:hover {
  color: var(--navy-dark);
}
.link-arrow svg {
  transition: transform var(--transition-fast);
}
.link-arrow:hover svg {
  transform: translateX(3px);
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.875rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.badge-navy {
  background: rgba(7, 19, 31, 0.08);
  color: var(--navy);
}
.badge-gold {
  background: rgba(240, 199, 107, 0.1);
  color: var(--gold);
}
.badge-turquoise {
  background: rgba(52, 184, 173, 0.1);
  color: var(--turquoise);
}
.badge-dot::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.icon-box {
  width: 3rem;
  height: 3rem;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.icon-box svg {
  width: 1.375rem;
  height: 1.375rem;
}
.icon-box-lg {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 20px;
}
.icon-box-lg svg {
  width: 1.5rem;
  height: 1.5rem;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item .faq-chevron {
  transition: transform var(--transition-standard);
}
.faq-item[open] .faq-chevron {
  transform: rotate(180deg);
}
.faq-item[open] > div {
  animation: faqReveal 0.35s var(--ease-emphasized) forwards;
}
@keyframes faqReveal {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-input {
  width: 100%;
  padding: 0.625rem 0.875rem;
  background: white;
  border: 1px solid rgba(7, 19, 31, 0.15);
  border-radius: 0.75rem;
  font-size: 0.9375rem;
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--ink);
  transition: border-color 180ms, box-shadow 180ms;
  outline: none;
  appearance: none;
}
.form-input:focus {
  border-color: var(--navy);
  box-shadow: 0 0 0 3px rgba(7, 19, 31, 0.08);
}
.form-input[aria-invalid="true"] {
  border-color: #DC2626;
}
.form-input::placeholder {
  color: #9CA3AF;
}
.form-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%235C6068' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m4 6 4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  padding-right: 2.5rem;
  cursor: pointer;
}
.btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none !important;
}
.hero-grid {
  position: absolute;
  inset: -4%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64' viewBox='0 0 64 64'%3E%3Cpath d='M32 26v12M26 32h12' stroke='%232A5578' stroke-opacity='0.12' stroke-width='1' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 75% 55% at 50% 45%, #000 30%, transparent 82%);
  -webkit-mask-image: radial-gradient(ellipse 75% 55% at 50% 45%, #000 30%, transparent 82%);
  pointer-events: none;
  transform: translate(var(--gx, 0px), var(--gy, 0px));
  transition: transform 0.6s cubic-bezier(.2,.7,.2,1);
  will-change: transform;
  opacity: 0.35;
}
@media (min-width: 768px) {
  .hero-grid {
    opacity: 1;
  }
}
.hero-spot {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle 380px at var(--mx, 50%) var(--my, 40%), rgba(52, 184, 173,0.08), transparent 60%);
  pointer-events: none;
  transition: background 0.2s ease;
}
.cell-spotlight {
  --cx: 50%;
  --cy: 0%;
  position: relative;
}
.cell-spotlight::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(300px circle at var(--cx) var(--cy), rgba(52, 184, 173,0.06), transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.cell-spotlight:hover::after {
  opacity: 1;
}
.word-reveal .w {
  display: inline-block;
  opacity: 0;
  transform: translateY(22px);
  filter: blur(8px);
  transition: opacity 0.9s cubic-bezier(.2,.7,.2,1), transform 0.9s cubic-bezier(.16,1.05,.3,1), filter 0.9s cubic-bezier(.2,.7,.2,1);
}
.word-reveal.is-in .w {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.hero-caret {
  display: inline-block;
  width: 0.5ch;
  height: 0.85em;
  background: var(--gold);
  vertical-align: -0.08em;
  margin-left: 0.1ch;
  animation: caretBlink 1s step-end infinite;
}
@keyframes caretBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.badge-dot::before {
  box-shadow: 0 0 0 0 currentColor;
  animation: breathe 2.4s ease-in-out infinite;
}
@keyframes breathe {
  0%, 100% {
    box-shadow: 0 0 0 0 currentColor;
    opacity: 1;
  }
  50% {
    box-shadow: 0 0 0 5px transparent;
    opacity: 0.7;
  }
}
.typeline {
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.5s var(--ease-standard), transform 0.5s var(--ease-standard);
}
.typeline.is-in {
  opacity: 1;
  transform: translateY(0);
}
.typeline-cursor {
  display: inline-block;
  width: 1.5px;
  height: 1em;
  background: var(--turquoise);
  vertical-align: -0.12em;
  margin-left: 1px;
  animation: caretBlink 0.8s step-end infinite;
}
.magnetic-wrap {
  display: inline-block;
  transition: transform 0.4s cubic-bezier(.2,.7,.2,1);
}
.btn svg, .link-arrow svg {
  transition: transform 0.35s var(--ease-spring);
}
.btn:hover svg, .link-arrow:hover svg {
  transform: translateX(4px);
}
.scroll-reveal[data-delay="1"] {
  transition-delay: 0.08s;
}
.scroll-reveal[data-delay="2"] {
  transition-delay: 0.16s;
}
.scroll-reveal[data-delay="3"] {
  transition-delay: 0.24s;
}
.scroll-reveal[data-delay="4"] {
  transition-delay: 0.32s;
}
.hero-trust {
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(7, 19, 31, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  max-width: 56ch;
}
.hero-trust li {
  display: inline-flex;
  align-items: center;
  gap: 0.4375rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--ink-300);
  letter-spacing: -0.003em;
  white-space: nowrap;
}
.hero-trust li svg {
  width: 0.875rem;
  height: 0.875rem;
  color: var(--turquoise);
  flex-shrink: 0;
}
@media (prefers-reduced-motion: reduce) {
  .hero-grid, .hero-spot {
    display: none;
  }
  .cell-spotlight::after {
    display: none;
  }
  .word-reveal .w {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
  .hero-caret, .typeline-cursor {
    animation: none;
  }
  .badge-dot::before {
    animation: none;
  }
  .typeline {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate-fade-in {
  animation: fadeIn 0.7s var(--ease-emphasized) forwards;
}
.animate-fade-in-up {
  animation: fadeInUp 0.8s var(--ease-emphasized) forwards;
}
.animate-fade-in-left {
  animation: fadeInLeft 0.7s var(--ease-emphasized) forwards;
}
.delay-1 {
  animation-delay: 120ms;
}
.delay-2 {
  animation-delay: 240ms;
}
.delay-3 {
  animation-delay: 360ms;
}
.delay-4 {
  animation-delay: 480ms;
}
.delay-5 {
  animation-delay: 600ms;
}
.delay-6 {
  animation-delay: 720ms;
}
[class*="delay-"] {
  opacity: 0;
}
.scroll-reveal {
  opacity: 0;
  transform: translateY(28px);
}
.scroll-reveal.is-visible {
  animation: scrollReveal 0.8s var(--ease-emphasized) forwards;
  animation-delay: calc(var(--stagger, 0) * 120ms);
}
@keyframes scrollReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .scroll-reveal {
    opacity: 1;
    transform: none;
  }
  .scroll-reveal.is-visible {
    animation: none;
  }
  .animate-fade-in, .animate-fade-in-up, .animate-fade-in-left {
    animation: none;
    opacity: 1;
  }
  [class*="delay-"] {
    opacity: 1;
  }
  .animate-float {
    animation: none;
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}
.animate-float {
  animation: float 8s ease-in-out infinite;
}
@keyframes pulse-soft {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.animate-pulse-soft {
  animation: pulse-soft 2.5s ease-in-out infinite;
}
.site-nav {
  transition: transform 0.4s var(--ease-standard), box-shadow 0.4s var(--ease-standard);
}
.site-nav.nav-hidden {
  transform: translateY(-100%);
}
.site-nav.nav-scrolled {
  box-shadow: 0 4px 30px -8px rgba(7, 19, 31, 0.06);
}
.nav-link {
  position: relative;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0.4rem;
  right: 0.4rem;
  height: 2px;
  background: var(--turquoise);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.42s var(--ease-emphasized), background-color 0.3s;
  z-index: 1;
}
.nav-link:hover::after, .nav-link:focus-visible::after {
  transform: scaleX(1);
}
.nav-link.is-active::after {
  transform: scaleX(1);
  background: var(--gold);
}
@media (prefers-reduced-motion: reduce) {
  .nav-link::after {
    transition: none;
  }
}
.orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
}
.orb-navy {
  background: rgba(7, 19, 31, 0.06);
}
.orb-turquoise {
  background: rgba(52, 184, 173, 0.06);
}
.orb-gold {
  background: rgba(240, 199, 107, 0.06);
}
.grain::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  opacity: 0.015;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}
.step-number {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.check-item {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
.check-dot {
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}
.check-dot svg {
  width: 0.75rem;
  height: 0.75rem;
}
.section-gap {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .section-gap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.container-narrow {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 768px) {
  .container-narrow {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
#pc-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  z-index: 2002;
  background: linear-gradient(90deg, var(--turquoise) 0%, var(--gold) 100%);
  pointer-events: none;
  transition: width 80ms linear;
  transform-origin: left;
}
@media (prefers-reduced-motion: reduce) {
  #pc-progress {
    display: none;
  }
}
.marquee-band {
  overflow: hidden;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
}
.marquee-band::before, .marquee-band::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8%;
  z-index: 2;
  pointer-events: none;
}
.marquee-band::before {
  left: 0;
  background: linear-gradient(90deg, white, transparent);
}
.marquee-band::after {
  right: 0;
  background: linear-gradient(-90deg, white, transparent);
}
.marquee-track {
  display: flex;
  width: max-content;
  will-change: transform;
}
@media (prefers-reduced-motion: no-preference) {
  .marquee-track {
    animation: marqueeScroll 48s linear infinite;
  }
  .marquee-band:hover .marquee-track {
    animation-play-state: paused;
  }
}
@keyframes marqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 0.875rem;
  padding: 0 1.75rem;
  white-space: nowrap;
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-300);
}
.marquee-sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--turquoise);
  opacity: 0.45;
  flex-shrink: 0;
}
.tilt-card {
  transition: transform 0.55s cubic-bezier(.2,.7,.2,1), box-shadow var(--transition-standard);
}
@media (prefers-reduced-motion: reduce) {
  .tilt-card {
    transform: none !important;
    transition: none;
  }
}
.spotlight-border {
  isolation: isolate;
}
.spotlight-border::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: calc(var(--radius-lg) + 1px);
  background: radial-gradient( 260px circle at var(--cx, 50%) var(--cy, 0%), rgba(52, 184, 173, 0.5), transparent 65% );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
  pointer-events: none;
}
.spotlight-border:hover::before {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .spotlight-border::before {
    display: none;
  }
}
.hero-enfoque {
  padding: 1.75rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.hero-enfoque__line {
  font-size: 1.0625rem;
  color: var(--ink-400);
  line-height: 1.55;
  letter-spacing: -0.005em;
}
.hero-enfoque__num {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.03em;
  line-height: 1;
  vertical-align: baseline;
}
.hero-impact {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.5rem 1.5rem 1.4rem;
}
.hero-impact-head {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid rgba(7, 19, 31, 0.1);
}
.hero-impact-kicker {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: -0.01em;
  color: var(--ink);
  line-height: 1.1;
}
.hero-impact-intro {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--ink-300);
  letter-spacing: 0.005em;
}
.hero-impact-list {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-impact-row {
  display: grid;
  grid-template-columns: 4px 1fr;
  align-items: stretch;
  gap: 0.85rem;
}
.hero-impact-bar {
  display: block;
  width: 4px;
  border-radius: 2px;
  align-self: stretch;
  opacity: 0.85;
}
.hero-impact-text {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  padding-top: 0.05rem;
}
.hero-impact-title {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.005em;
  line-height: 1.2;
}
.hero-impact-sub {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--ink-300);
  letter-spacing: 0.005em;
}
.hero-impact-foot {
  margin-top: 0.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(7, 19, 31, 0.1);
  font-size: 0.8125rem;
  font-weight: 600;
  font-style: italic;
  color: var(--ink-400);
  letter-spacing: 0.005em;
  line-height: 1.4;
}
.reconoce-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .reconoce-grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 1.25rem;
  }
}
.reconoce-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.75rem 1.5rem;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 768px) {
  .reconoce-card {
    padding: 2rem 1.875rem;
  }
  .reconoce-card--major-a {
    grid-column: span 7 / span 7;
  }
  .reconoce-card--major-b {
    grid-column: span 5 / span 5;
  }
  .reconoce-card--major-c {
    grid-column: span 12 / span 12;
  }
}
.reconoce-card__bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: var(--turquoise);
  opacity: 0.7;
  transform: scaleY(0.85);
  transform-origin: center;
  transition: opacity var(--transition-standard), transform var(--transition-standard);
}
.reconoce-card:hover .reconoce-card__bar {
  opacity: 1;
  transform: scaleY(1);
}
.reconoce-card__head {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.reconoce-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  flex: 1;
}
.reconoce-card__num {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--turquoise);
  font-variant-numeric: tabular-nums;
}
.reconoce-card__title {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--ink);
}
@media (min-width: 768px) {
  .reconoce-card__title {
    font-size: 1.5rem;
  }
  .reconoce-card--major-a .reconoce-card__title {
    font-size: 1.75rem;
  }
}
.reconoce-card__sub {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--ink-400);
  max-width: 56ch;
}
.reconoce-card__target {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border-top: 1px solid rgba(7, 19, 31, 0.08);
}
.reconoce-card__target-label {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.005em;
}
.reconoce-card__target svg {
  width: 1rem;
  height: 1rem;
  color: var(--ink-300);
  flex-shrink: 0;
  transition: color var(--transition-standard), transform var(--transition-fast);
}
.reconoce-card:hover .reconoce-card__target svg {
  color: var(--turquoise);
  transform: translateX(3px);
}
@media (min-width: 768px) {
  .reconoce-card--major-c {
    flex-direction: row;
    align-items: stretch;
    gap: 2.5rem;
    padding: 1.75rem 1.875rem;
  }
  .reconoce-card--major-c .reconoce-card__head {
    flex: 0 0 36%;
    justify-content: center;
    padding-right: 1.5rem;
    border-right: 1px solid rgba(7, 19, 31, 0.08);
  }
  .reconoce-card--major-c .reconoce-card__body {
    justify-content: center;
  }
  .reconoce-card--major-c .reconoce-card__target {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    justify-content: flex-start;
    gap: 1rem;
  }
}
.reconoce-secondary {
  border-top: 1px solid rgba(7, 19, 31, 0.1);
  margin-top: 0.5rem;
}
.reconoce-line {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.625rem 1rem;
  padding: 1.4rem 0.25rem;
  border-bottom: 1px solid rgba(7, 19, 31, 0.1);
  text-decoration: none;
  transition: background var(--transition-standard);
}
@media (min-width: 768px) {
  .reconoce-line {
    gap: 1.25rem 2rem;
    padding: 1.625rem 0.5rem;
  }
}
.reconoce-line:hover {
  background: rgba(52, 184, 173, 0.025);
}
.reconoce-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--turquoise);
  border-radius: 2px;
  opacity: 0;
  transform: scaleY(0.5);
  transition: opacity var(--transition-standard), transform var(--transition-standard);
}
.reconoce-line:hover::before {
  opacity: 1;
  transform: scaleY(1);
}
.reconoce-line__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  box-shadow: 0 0 0 4px rgba(7, 19, 31, 0.06);
  flex-shrink: 0;
  transition: box-shadow var(--transition-standard), transform var(--transition-standard);
}
.reconoce-line:hover .reconoce-line__dot {
  box-shadow: 0 0 0 5px rgba(52, 184, 173, 0.12);
  transform: scale(1.08);
}
.reconoce-line__title {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 600;
  font-size: 1.0625rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink-700);
  transition: color var(--transition-standard);
}
@media (min-width: 768px) {
  .reconoce-line__title {
    font-size: 1.125rem;
  }
}
.reconoce-line:hover .reconoce-line__title {
  color: var(--ink);
}
.reconoce-line__target {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--navy);
  white-space: nowrap;
  letter-spacing: -0.005em;
  grid-column: 2 / -1;
}
@media (min-width: 768px) {
  .reconoce-line__target {
    grid-column: auto;
    justify-self: end;
  }
}
.reconoce-line__target svg {
  width: 0.875rem;
  height: 0.875rem;
  color: var(--ink-300);
  transition: color var(--transition-standard), transform var(--transition-fast);
}
.reconoce-line:hover .reconoce-line__target svg {
  color: var(--turquoise);
  transform: translateX(3px);
}
.reconoce-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1.25rem;
  margin-top: 2.25rem;
}
.pilar-card {
  position: relative;
}
.pilar-num {
  position: absolute;
  top: 1.25rem;
  right: 1.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  opacity: 0.8;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 768px) {
  .pilar-num {
    top: 1.75rem;
    right: 2.25rem;
    font-size: 1.0625rem;
  }
}
.fundamento-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  padding: 1.75rem 0;
  transition: background-color var(--transition-standard), padding var(--transition-standard);
}
@media (min-width: 768px) {
  .fundamento-row {
    gap: 2.5rem;
    padding: 2.25rem 0.5rem;
  }
}
.fundamento-row:hover {
  background: linear-gradient(90deg, transparent, rgba(52, 184, 173, 0.035) 40%, transparent);
}
.fundamento-marker {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  opacity: 0.85;
  align-self: start;
  padding-top: 0.125rem;
}
@media (min-width: 768px) {
  .fundamento-marker {
    font-size: 2.25rem;
  }
}
.fundamento-body h3 {
  transition: color var(--transition-fast);
}
.fundamento-row:hover .fundamento-body h3 {
  color: var(--navy);
}
.fundamento-cta {
  display: none;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--ink-400);
  transition: color var(--transition-fast), transform var(--transition-fast);
}
.fundamento-cta svg {
  width: 1rem;
  height: 1rem;
  transition: transform var(--transition-fast);
}
@media (min-width: 768px) {
  .fundamento-cta {
    display: inline-flex;
  }
}
.fundamento-row:hover .fundamento-cta {
  color: var(--navy);
}
.fundamento-row:hover .fundamento-cta svg {
  transform: translateX(4px);
}
.lp-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(7, 19, 31, 0.08);
}
.lp-step {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.25rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(7, 19, 31, 0.08);
  align-items: start;
}
.lp-step-num {
  font-size: 1.625rem;
  font-weight: 700;
  color: var(--navy);
  opacity: 0.35;
  letter-spacing: -0.02em;
  line-height: 1;
  padding-top: 0.125rem;
  font-variant-numeric: tabular-nums;
}
@media (min-width: 768px) {
  .lp-steps {
    grid-template-columns: 1fr 1fr;
    column-gap: 3.5rem;
  }
  .lp-step {
    padding: 1.75rem 0;
  }
  .lp-step-num {
    font-size: 2rem;
  }
}
.counter-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .counter-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.counter-item {
  padding: 2.5rem 2rem;
  border-right: 1px solid rgba(7, 19, 31, 0.07);
  border-bottom: 1px solid rgba(7, 19, 31, 0.07);
}
.counter-item:nth-child(2n) {
  border-right: none;
}
@media (min-width: 768px) {
  .counter-item:nth-child(n) {
    border-right: 1px solid rgba(7, 19, 31, 0.07);
    border-bottom: none;
  }
  .counter-item:last-child {
    border-right: none;
  }
}
.counter-value {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: clamp(2.125rem, 4vw, 2.875rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--ink);
  font-variant-numeric: tabular-nums;
  margin-bottom: 0.625rem;
}
.counter-accent {
  color: var(--turquoise);
}
.counter-label {
  font-size: 0.875rem;
  line-height: 1.45;
  color: var(--ink-400);
  max-width: 18ch;
}
:focus-visible {
  outline: 2px solid var(--turquoise);
  outline-offset: 3px;
  border-radius: 4px;
}
.btn:focus-visible {
  outline: 2px solid var(--turquoise);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}
.nav-link:focus-visible {
  outline: 2px solid var(--turquoise);
  outline-offset: 5px;
  border-radius: 4px;
}
.link-arrow:focus-visible {
  outline: 2px solid var(--turquoise);
  outline-offset: 4px;
  border-radius: 4px;
}
details > summary:focus-visible {
  outline: 2px solid var(--turquoise);
  outline-offset: 4px;
  border-radius: var(--radius-sm);
}
.form-input:focus-visible {
  outline: none;
}
@property --gradient-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
.gradient-border {
  position: relative;
  isolation: isolate;
}
.gradient-border::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: calc(var(--radius-lg) + 1px);
  background: conic-gradient( from var(--gradient-angle), var(--turquoise), var(--gold), var(--navy), var(--turquoise) );
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease;
  animation: gradientSpin 5s linear infinite;
}
.gradient-border:hover::before {
  opacity: 0.45;
}
@keyframes gradientSpin {
  to {
    --gradient-angle: 360deg;
  }
}
@supports not (background: conic-gradient(red, blue)) {
  .gradient-border::before {
    background: linear-gradient(135deg, var(--turquoise), var(--gold));
  }
}
@keyframes orbDrift {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(8px, -12px) scale(1.03);
  }
  50% {
    transform: translate(-6px, 8px) scale(0.97);
  }
  75% {
    transform: translate(10px, 5px) scale(1.01);
  }
}
.orb-float {
  animation: orbDrift 20s ease-in-out infinite;
}
.orb-float-2 {
  animation: orbDrift 26s ease-in-out infinite reverse;
}
.orb-float-3 {
  animation: orbDrift 32s ease-in-out infinite 5s;
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
  .tilt-card {
    transform: none !important;
    transition: none;
  }
  .spotlight-border::before {
    display: none;
  }
  .gradient-border::before {
    animation: none;
    opacity: 0.25;
  }
  .orb-float, .orb-float-2, .orb-float-3 {
    animation: none;
  }
  #pc-progress {
    display: none;
  }
}
.btn-sm {
  padding: 0.5625rem 1.125rem;
  font-size: 0.875rem;
}
#pc-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1999;
  background: var(--dark);
  border-top: 1px solid rgba(52, 184, 173, 0.15);
  box-shadow: 0 -8px 40px -8px rgba(26, 40, 64, 0.5);
  padding: 1.125rem 0;
  transform: translateY(100%);
  transition: transform 0.45s var(--ease-emphasized);
  will-change: transform;
}
#pc-cookie-banner.is-visible {
  transform: translateY(0);
}
#pc-cookie-banner .cookie-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
@media (min-width: 640px) {
  #pc-cookie-banner .cookie-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}
#pc-cookie-banner .cookie-text {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--ink-300);
  opacity: 0.75;
  max-width: 60ch;
}
#pc-cookie-banner .cookie-text a {
  color: var(--turquoise);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: opacity var(--transition-fast);
}
#pc-cookie-banner .cookie-text a:hover {
  opacity: 0.75;
}
#pc-cookie-banner .cookie-actions {
  display: flex;
  gap: 0.625rem;
  flex-shrink: 0;
}
@media (prefers-reduced-motion: reduce) {
  #pc-cookie-banner {
    transition: none;
    transform: translateY(0);
  }
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recurso-prose {
  color: var(--ink-500);
  font-size: 1rem;
  line-height: 1.75;
}
.recurso-prose h2 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.02em;
  margin-top: 2.5rem;
  margin-bottom: 0.875rem;
  line-height: 1.2;
}
.recurso-prose h3 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--navy);
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
  line-height: 1.3;
}
.recurso-prose h4 {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--ink);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.recurso-prose p {
  margin-bottom: 1.125rem;
}
.recurso-prose ul, .recurso-prose ol {
  padding-left: 1.5rem;
  margin-bottom: 1.125rem;
}
.recurso-prose ul {
  list-style: disc;
}
.recurso-prose ol {
  list-style: decimal;
}
.recurso-prose li {
  margin-bottom: 0.375rem;
}
.recurso-prose li::marker {
  color: var(--turquoise);
}
.recurso-prose a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color var(--transition-fast), text-decoration-color var(--transition-fast);
}
.recurso-prose a:hover {
  color: var(--turquoise);
}
.recurso-prose strong {
  color: var(--ink);
  font-weight: 600;
}
.recurso-prose em {
  color: var(--ink-500);
}
.recurso-prose blockquote {
  border-left: 3px solid var(--turquoise);
  padding: 0.75rem 1.25rem;
  margin: 1.5rem 0;
  background: rgba(52, 184, 173, 0.04);
  border-radius: 0 0.5rem 0.5rem 0;
  font-style: italic;
  color: var(--ink-400);
}
.recurso-prose code {
  font-family: 'JetBrains Mono', 'Fira Code', monospace;
  font-size: 0.875em;
  background: rgba(7, 19, 31, 0.06);
  color: var(--navy);
  padding: 0.1em 0.35em;
  border-radius: 0.25rem;
}
.recurso-prose pre {
  background: var(--dark);
  color: #e2e8f0;
  padding: 1.25rem 1.5rem;
  border-radius: 0.75rem;
  overflow-x: auto;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 1.5rem 0;
}
.recurso-prose pre code {
  background: transparent;
  color: inherit;
  padding: 0;
  font-size: inherit;
}
.recurso-prose hr {
  border: none;
  border-top: 1px solid rgba(7, 19, 31, 0.1);
  margin: 2.5rem 0;
}
.recurso-prose img {
  width: 100%;
  border-radius: 0.75rem;
  margin: 1.5rem 0;
}
.recurso-prose > p:first-of-type {
  font-size: 1.0625rem;
  color: var(--ink-400);
  line-height: 1.7;
}
@media (prefers-reduced-motion: reduce) {
  .recurso-filter-btn {
    transition: none;
  }
}
.site-nav .nav-link {
  position: relative;
  color: var(--ink-500);
  transition: color var(--transition-fast);
}
.site-nav .nav-link:hover {
  color: var(--navy);
}
.site-nav .nav-link.is-active {
  color: var(--navy);
  font-weight: 600;
}
.site-nav .nav-link.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: linear-gradient(90deg, var(--turquoise), var(--gold));
  border-radius: 2px;
}
.site-nav .mobile-nav-link {
  display: block;
  padding: 0.75rem 0.875rem;
  border-radius: 0.875rem;
  font-size: 0.9375rem;
  color: var(--ink-500);
  transition: color var(--transition-fast), background var(--transition-fast);
}
.site-nav .mobile-nav-link:hover {
  color: var(--navy);
  background: rgba(7, 19, 31, 0.04);
}
.site-nav .mobile-nav-link.is-active {
  color: var(--navy);
  background: rgba(7, 19, 31, 0.06);
  font-weight: 600;
  box-shadow: inset 3px 0 0 var(--turquoise);
}
.commitments-band {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(7, 19, 31, 0.08);
  border-bottom: 1px solid rgba(7, 19, 31, 0.08);
  background: var(--cream);
}
@media (min-width: 640px) {
  .commitments-band {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .commitments-band {
    grid-template-columns: repeat(4, 1fr);
  }
}
.commitment-cell {
  padding: 1.5rem 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  position: relative;
}
.commitment-cell + .commitment-cell {
  border-top: 1px solid rgba(7, 19, 31, 0.06);
}
@media (min-width: 640px) {
  .commitment-cell + .commitment-cell {
    border-top: none;
  }
  .commitment-cell:nth-child(n+3) {
    border-top: 1px solid rgba(7, 19, 31, 0.06);
  }
  .commitment-cell:nth-child(2n) {
    border-left: 1px solid rgba(7, 19, 31, 0.06);
  }
}
@media (min-width: 900px) {
  .commitment-cell:nth-child(n+3) {
    border-top: none;
  }
  .commitment-cell:nth-child(2n) {
    border-left: none;
  }
  .commitment-cell + .commitment-cell {
    border-left: 1px solid rgba(7, 19, 31, 0.06);
  }
}
.commitment-cell .commitment-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(52, 184, 173, 0.08);
  color: var(--turquoise);
}
.commitment-cell .commitment-icon svg {
  width: 1.125rem;
  height: 1.125rem;
}
.commitment-cell:nth-child(2) .commitment-icon {
  background: rgba(7, 19, 31, 0.07);
  color: var(--navy);
}
.commitment-cell:nth-child(3) .commitment-icon {
  background: rgba(240, 199, 107, 0.1);
  color: var(--gold);
}
.commitment-cell:nth-child(4) .commitment-icon {
  background: rgba(52, 184, 173, 0.08);
  color: var(--turquoise);
}
.commitment-cell .commitment-title {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 0.1875rem;
  line-height: 1.25;
}
.commitment-cell .commitment-sub {
  font-size: 0.8125rem;
  color: var(--ink-400);
  line-height: 1.45;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.375rem 0.5rem;
  font-size: 0.6875rem;
  line-height: 1.2;
  color: var(--ink-300);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 100%;
}
.breadcrumbs a {
  color: var(--ink-300);
  text-decoration: none;
  transition: color var(--transition-fast);
}
.breadcrumbs a:hover, .breadcrumbs a:focus-visible {
  color: var(--navy);
}
.breadcrumbs .sep {
  display: inline-block;
  color: var(--breadcrumb-separator, var(--ink-200));
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0;
  opacity: 0.7;
}
.breadcrumbs [aria-current="page"] {
  color: var(--breadcrumb-current, var(--ink));
  font-weight: 500;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .breadcrumbs {
    gap: 0.25rem 0.375rem;
    font-size: 0.625rem;
  }
  .breadcrumbs .sep {
    font-size: 0.6875rem;
  }
}
@media (min-width: 420px) and (max-width: 639px) {
  #pc-h1 {
    font-size: 2.25rem !important;
    line-height: 1.08 !important;
  }
}
.site-footer a.footer-link {
  color: rgba(206, 210, 220, 0.78);
  transition: color var(--transition-fast);
}
.site-footer a.footer-link:hover {
  color: #fff;
}
.site-footer .footer-heading {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(206, 210, 220, 0.55);
  margin-bottom: 0.875rem;
  font-weight: 600;
}
.lp-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 85% 10%, rgba(52, 184, 173, 0.12), transparent 55%), radial-gradient(circle at 10% 90%, rgba(240, 199, 107, 0.10), transparent 55%), var(--cream);
}
.lp-feature-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
@media (min-width: 700px) {
  .lp-feature-row {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp-feature {
  padding: 1.25rem 1.25rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(7, 19, 31, 0.08);
  backdrop-filter: blur(8px);
}
.lp-feature h3 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--ink);
  margin-bottom: 0.25rem;
}
.lp-feature p {
  font-size: 0.8125rem;
  color: var(--ink-400);
  line-height: 1.5;
}
.lp-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(26, 40, 64, 0.92);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(52, 184, 173, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  transform: translateY(100%);
  transition: transform 0.4s var(--ease-emphasized);
}
.lp-sticky-cta.is-visible {
  transform: translateY(0);
}
.lp-sticky-cta .lp-sticky-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.3;
}
.lp-sticky-cta .lp-sticky-label strong {
  color: #fff;
  display: block;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .lp-sticky-cta {
    display: none;
  }
}
.statement-strip {
  position: relative;
  padding: 4rem 0 4.25rem;
  background: radial-gradient(ellipse 60% 90% at 50% 50%, rgba(52, 184, 173, 0.06), transparent 70%), var(--cream);
  border-bottom: 1px solid rgba(7, 19, 31, 0.06);
  overflow: hidden;
}
@media (min-width: 768px) {
  .statement-strip {
    padding: 6rem 0 6.25rem;
  }
}
.statement-strip::before, .statement-strip::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 199, 107, 0.55), transparent);
}
.statement-strip::before {
  top: 2rem;
}
.statement-strip::after {
  bottom: 2rem;
}
.statement-eyebrow {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--turquoise);
  text-align: center;
  margin-bottom: 1.5rem;
}
.statement-line {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 4.8vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  color: var(--ink);
  text-align: center;
  max-width: 22ch;
  margin: 0 auto;
}
.statement-line .s-word {
  display: inline-block;
  position: relative;
  padding: 0 0.08em;
}
.statement-line .s-word::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  vertical-align: 0.55em;
  margin: 0 0.35em 0 0.45em;
  box-shadow: 0 0 0 3px rgba(240, 199, 107, 0.14);
}
.statement-line .s-word.last::after {
  display: none;
}
.statement-sub {
  margin: 1.5rem auto 0;
  max-width: 54ch;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--ink-400);
}
.alh-corner {
  position: absolute;
  width: 42px;
  height: 42px;
  pointer-events: none;
  opacity: 0.45;
}
.alh-corner svg {
  width: 100%;
  height: 100%;
  display: block;
}
.alh-corner.tl {
  top: 14px;
  left: 14px;
}
.alh-corner.tr {
  top: 14px;
  right: 14px;
  transform: scaleX(-1);
}
.alh-corner.bl {
  bottom: 14px;
  left: 14px;
  transform: scaleY(-1);
}
.alh-corner.br {
  bottom: 14px;
  right: 14px;
  transform: scale(-1, -1);
}
.sector-card {
  position: relative;
  overflow: hidden;
  transition: transform var(--transition-standard), box-shadow var(--transition-standard), border-color var(--transition-standard);
}
.sector-card:hover {
  box-shadow: var(--shadow-medium);
}
.sector-card.is-turquoise:hover {
  border-color: rgba(52, 184, 173, 0.32);
}
.sector-card.is-navy:hover {
  border-color: rgba(7, 19, 31, 0.32);
}
.sector-figure {
  position: relative;
  height: 80px;
  margin: -0.5rem -0.5rem 1.25rem;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(7, 19, 31, 0.035), rgba(52, 184, 173, 0.02)), var(--cream);
  border: 1px solid rgba(7, 19, 31, 0.06);
  overflow: hidden;
}
@media (min-width: 768px) {
  .sector-figure {
    height: 96px;
  }
}
.sector-figure svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.85;
}
.sector-figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 100% at 50% 110%, rgba(7, 19, 31, 0.08), transparent 60%);
  pointer-events: none;
}
.sector-card.is-navy .sector-figure {
  background: linear-gradient(180deg, rgba(7, 19, 31, 0.05), rgba(7, 19, 31, 0.015)), var(--cream);
}
.sector-card.is-turquoise .sector-figure {
  background: linear-gradient(180deg, rgba(52, 184, 173, 0.06), rgba(52, 184, 173, 0.015)), var(--cream);
}
.sector-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
  margin-top: 1rem;
}
.sector-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.625rem;
  border-radius: 999px;
  background: rgba(7, 19, 31, 0.05);
  border: 1px solid rgba(7, 19, 31, 0.08);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--ink-400);
}
.sector-card.is-turquoise .sector-chip {
  background: rgba(52, 184, 173, 0.06);
  border-color: rgba(52, 184, 173, 0.14);
  color: var(--turquoise-dark);
}
.method-track {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem 1.25rem;
  padding-top: 1.75rem;
}
@media (min-width: 700px) {
  .method-track {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .method-track {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.25rem 1.25rem;
    padding-top: 2.5rem;
  }
}
@media (min-width: 1160px) {
  .method-track {
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
    padding-top: 2.75rem;
  }
  .method-track::before {
    content: "";
    position: absolute;
    top: 2.75rem;
    left: 8.33%;
    right: 8.33%;
    height: 0;
    border-top: 1.5px dashed rgba(7, 19, 31, 0.18);
    transform: translateY(17px);
    z-index: 0;
    pointer-events: none;
  }
}
.method-node {
  position: relative;
  padding: 1.25rem 1.125rem 1.5rem;
  background: white;
  border: 1px solid rgba(7, 19, 31, 0.06);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  transition: box-shadow var(--transition-standard), border-color var(--transition-standard), transform var(--transition-standard);
}
.method-node:hover {
  box-shadow: var(--shadow-medium);
  border-color: rgba(52, 184, 173, 0.18);
}
@media (min-width: 1160px) {
  .method-node:nth-child(even) {
    transform: translateY(48px);
  }
}
.method-node .m-num {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: white;
  border: 1.5px solid rgba(7, 19, 31, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  color: var(--navy);
  letter-spacing: -0.01em;
  box-shadow: 0 4px 16px -6px rgba(7, 19, 31, 0.25);
  z-index: 2;
}
.method-node:hover .m-num {
  border-color: var(--turquoise);
  color: var(--turquoise-dark);
}
.method-node .m-num::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 1px solid rgba(240, 199, 107, 0.22);
  opacity: 0;
  transition: opacity var(--transition-standard);
}
.method-node:hover .m-num::before {
  opacity: 1;
}
.method-node h3 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--ink);
  letter-spacing: -0.015em;
  margin-top: 1.25rem;
  margin-bottom: 0.4375rem;
  line-height: 1.22;
}
.method-node p {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--ink-400);
}
@media (prefers-reduced-motion: reduce) {
  .method-node, .method-node:nth-child(even) {
    margin-top: 0;
    transform: none;
  }
}
.commitment-cell {
  padding: 1.875rem 1.375rem 1.75rem;
}
.commitment-cell::before {
  content: "";
  position: absolute;
  left: 1.375rem;
  top: 0;
  width: 28px;
  height: 1.5px;
  background: var(--gold);
  opacity: 0.55;
}
.commitment-cell .commitment-title {
  font-size: 1.0625rem;
  margin-bottom: 0.3125rem;
}
.commitment-cell .commitment-icon {
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 12px;
}
.commitment-cell .commitment-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.proc-feature {
  grid-column: 1 / -1;
  padding: 1.75rem 1.625rem;
  background: linear-gradient(135deg, rgba(52, 184, 173, 0.05), rgba(240, 199, 107, 0.035) 70%, transparent), white;
  border: 1px solid rgba(52, 184, 173, 0.18);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-soft);
  display: flex;
  gap: 1.125rem;
  align-items: flex-start;
}
.proc-feature .pf-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border-radius: 14px;
  background: rgba(52, 184, 173, 0.1);
  color: var(--turquoise);
  display: flex;
  align-items: center;
  justify-content: center;
}
.proc-feature .pf-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}
.proc-feature h3 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  color: var(--ink);
  letter-spacing: -0.015em;
  margin-bottom: 0.3125rem;
}
.proc-feature p {
  font-size: 0.875rem;
  color: var(--ink-400);
  line-height: 1.55;
}
.home-triage {
  border-top: 1px solid rgba(7, 19, 31, 0.1);
}
.home-triage__row {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 0.875rem 1rem;
  padding: 2rem 0.25rem;
  border-bottom: 1px solid rgba(7, 19, 31, 0.1);
  transition: background var(--transition-standard);
}
@media (min-width: 768px) {
  .home-triage__row {
    grid-template-columns: auto auto 1fr auto;
    gap: 1.25rem 1.5rem;
    padding: 2.5rem 0.5rem;
  }
}
.home-triage__num {
  font-size: 0.75rem;
  font-weight: 700;
  font-feature-settings: "tnum" 1;
  letter-spacing: 0.04em;
  color: rgba(7, 19, 31, 0.38);
  font-style: normal;
  padding-top: 0.125rem;
  transition: color var(--transition-standard);
}
.home-triage__row:hover .home-triage__num {
  color: var(--gold);
}
.home-triage__row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--turquoise);
  border-radius: 2px;
  opacity: 0;
  transform: scaleY(0.6);
  transition: opacity var(--transition-standard), transform var(--transition-standard);
  pointer-events: none;
}
.home-triage__row:hover {
  background: rgba(52, 184, 173, 0.02);
}
.home-triage__row:hover::before {
  opacity: 1;
  transform: scaleY(1);
}
.home-triage__bullet {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  flex-shrink: 0;
  box-shadow: 0 0 0 5px rgba(7, 19, 31, 0.06);
  transition: box-shadow var(--transition-standard), transform var(--transition-standard);
}
.home-triage__row:hover .home-triage__bullet {
  box-shadow: 0 0 0 6px rgba(52, 184, 173, 0.12);
  transform: scale(1.08);
}
.home-triage__quote {
  position: relative;
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(1.125rem, 2vw, 1.5rem);
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: var(--ink-700);
  transition: color var(--transition-standard);
}
.home-triage__row:hover .home-triage__quote {
  color: var(--ink);
}
.home-triage__target {
  position: relative;
  grid-column: 2 / -1;
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding-top: 0.25rem;
}
@media (min-width: 768px) {
  .home-triage__target {
    grid-column: auto;
    padding-top: 0;
    justify-self: end;
  }
}
.home-triage__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--navy);
  white-space: nowrap;
  letter-spacing: -0.005em;
}
.home-triage__arrow {
  width: 0.875rem;
  height: 0.875rem;
  color: rgba(7, 19, 31, 0.45);
  transition: color var(--transition-standard), transform var(--transition-fast);
}
.home-triage__row:hover .home-triage__arrow {
  color: var(--turquoise);
  transform: translateX(3px);
}
.how-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}
.how-step {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem 1.5rem;
  padding: 1.5rem 1.5rem 1.625rem;
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background var(--transition-standard), border-color var(--transition-standard), transform var(--transition-standard);
}
@media (min-width: 768px) {
  .how-step {
    padding: 1.75rem 2rem 1.875rem;
  }
  .how-step:nth-child(even) {
    margin-left: clamp(0.5rem, 3vw, 2.5rem);
  }
}
.how-step:hover {
  background: rgba(52, 184, 173, 0.05);
  border-color: rgba(52, 184, 173, 0.22);
  transform: translateY(-1px);
}
.how-step__num {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: -0.02em;
  line-height: 1;
  padding-top: 0.1875rem;
  min-width: 2.25rem;
}
.how-step__body {
  min-width: 0;
}
.how-step__title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.015em;
  line-height: 1.22;
  margin-bottom: 0.375rem;
}
.how-step__desc {
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(230, 232, 238, 0.6);
  max-width: 48ch;
}
.link-arrow-light {
  color: rgba(230, 232, 238, 0.82);
}
.link-arrow-light:hover {
  color: #fff;
}
.link-arrow-light::after {
  background: var(--gold);
}
.how-ornament {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin: 3.5rem auto 2.5rem;
  max-width: 640px;
  padding: 0 1rem;
}
.how-ornament__rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 199, 107, 0.32), transparent);
}
.how-ornament__mark {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 12px rgba(240, 199, 107, 0.18));
}
@media (min-width: 1024px) {
  .how-ornament {
    margin-top: 4.5rem;
    margin-bottom: 3rem;
  }
}
.how-guarantees {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem 2rem;
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 700px) {
  .how-guarantees {
    grid-template-columns: repeat(3, 1fr);
  }
}
.how-guarantee {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
}
.how-guarantee__icon {
  width: 1.125rem;
  height: 1.125rem;
  color: var(--turquoise);
  flex-shrink: 0;
  margin-top: 0.1875rem;
}
.how-guarantee__title {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.01em;
  margin-bottom: 0.25rem;
}
.how-guarantee__desc {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(230, 232, 238, 0.55);
  max-width: 32ch;
}
.cta-closing {
  padding: 4rem 0 5rem;
}
@media (min-width: 768px) {
  .cta-closing {
    padding: 5rem 0 7rem;
  }
}
@media (min-width: 1024px) {
  .cta-closing {
    padding: 6rem 0 8rem;
  }
}
.cta-closing__seam {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(220px, 40vw, 520px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 199, 107, 0.36), transparent);
  pointer-events: none;
}
.cta-closing__seam::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin: -3px 0 0 -3px;
  background: var(--gold);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(240, 199, 107, 0.55);
}
.cta-closing__mail {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9375rem;
  color: rgba(230, 232, 238, 0.62);
  letter-spacing: -0.005em;
  transition: color var(--transition-standard);
  text-decoration: none;
}
.cta-closing__mail:hover {
  color: #fff;
}
.cta-closing__mail svg {
  width: 1rem;
  height: 1rem;
  opacity: 0.75;
}
.cta-closing__proof {
  position: relative;
  padding-left: 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 1024px) {
  .cta-closing__proof {
    padding-left: 2.5rem;
    padding-top: 0;
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
}
.cta-closing__proof-rule {
  position: absolute;
  top: -1px;
  left: 0;
  width: 36px;
  height: 1px;
  background: var(--gold);
}
@media (min-width: 1024px) {
  .cta-closing__proof-rule {
    top: 0;
    left: -1px;
    width: 1px;
    height: 36px;
  }
}
.cta-closing__proof dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem 1rem;
  margin: 0;
}
@media (min-width: 1024px) {
  .cta-closing__proof dl {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.cta-closing__proof dt {
  font-size: 0.6875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(230, 232, 238, 0.42);
  margin-bottom: 0.375rem;
}
.cta-closing__proof dd {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.025em;
  line-height: 1;
}
.cta-closing__proof-note {
  font-family: 'DM Sans', system-ui, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  color: rgba(230, 232, 238, 0.45) !important;
  letter-spacing: 0 !important;
  margin-top: 0.3125rem !important;
}
body.audaz-page {
  background: #050914;
}
body.audaz-page #pc-progress {
  background: linear-gradient(90deg, #34b8ad 0%, #f0c76b 58%, #d95a40 100%);
}
.home-audaz {
  --audaz-ink: #07131f;
  --audaz-ink-2: #0d1a2a;
  --audaz-void: #050914;
  --audaz-night: #081421;
  --audaz-paper: #f8f1e4;
  --audaz-paper-2: #fffaf0;
  --audaz-turquoise: #34b8ad;
  --audaz-turquoise-soft: rgba(52, 184, 173, 0.16);
  --audaz-amber: #f0c76b;
  --audaz-coral: #d95a40;
  --audaz-line-dark: rgba(255, 250, 240, 0.12);
  --audaz-line-light: rgba(7, 19, 31, 0.11);
  --audaz-muted: rgba(248, 242, 230, 0.72);
  background: var(--audaz-void);
  color: var(--audaz-paper-2);
  overflow: clip;
}
.home-audaz *, .home-audaz *::before, .home-audaz *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}
.audaz-hero {
  --mx: 56%;
  --my: 34%;
  position: relative;
  min-height: calc(100svh - 96px);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(circle 560px at var(--mx) var(--my), rgba(52, 184, 173, 0.18), transparent 64%), radial-gradient(circle 440px at 9% 86%, rgba(240, 199, 107, 0.12), transparent 62%), radial-gradient(circle 520px at 92% 18%, rgba(217, 90, 64, 0.12), transparent 64%), linear-gradient(135deg, #091827 0%, #050914 58%, #100e13 100%);
}
.audaz-hero::before {
  content: "";
  position: absolute;
  inset: -10%;
  z-index: -2;
  background: linear-gradient(90deg, rgba(255, 250, 240, 0.052) 1px, transparent 1px) 0 0 / 54px 54px, linear-gradient(0deg, rgba(255, 250, 240, 0.042) 1px, transparent 1px) 0 0 / 54px 54px;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.86) 54%, transparent 96%);
  -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.86) 54%, transparent 96%);
  opacity: 0.78;
  animation: audazGridDrift 28s linear infinite;
}
.audaz-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52, 184, 173, 0.58), rgba(240, 199, 107, 0.44), transparent);
  opacity: 1;
  transform: none;
  animation: none;
}
.audaz-hero .audaz-field {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.audaz-hero .audaz-field span {
  position: absolute;
  display: block;
  border-radius: 999px;
  animation: none;
  opacity: 1;
}
.audaz-hero .audaz-field span:nth-child(1) {
  width: clamp(18rem, 30vw, 32rem);
  height: clamp(18rem, 30vw, 32rem);
  right: clamp(1rem, 4vw, 4rem);
  top: 7%;
  border: 1px solid rgba(52, 184, 173, 0.20);
}
.audaz-hero .audaz-field span:nth-child(2) {
  width: clamp(11rem, 18vw, 18rem);
  height: clamp(11rem, 18vw, 18rem);
  left: clamp(1rem, 4vw, 4rem);
  bottom: 17%;
  border: 1px solid rgba(240, 199, 107, 0.20);
}
.audaz-hero .audaz-field span:nth-child(3) {
  width: clamp(9rem, 14vw, 14rem);
  height: 2px;
  right: 30%;
  bottom: 21%;
  background: linear-gradient(90deg, transparent, rgba(217, 90, 64, 0.72), transparent);
  border: 0;
}
.audaz-hero .audaz-field span:nth-child(4) {
  display: none;
}
.audaz-hero__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  width: 100%;
  padding-top: clamp(4rem, 9vw, 7rem);
  padding-bottom: clamp(4.75rem, 10vw, 8rem);
}
.audaz-hero__copy {
  max-width: 780px;
}
.audaz-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0 0 1.125rem;
  color: var(--audaz-turquoise);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}
.audaz-kicker::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(52, 184, 173, 0.12);
}
.audaz-title {
  max-width: 14ch;
  margin: 0;
  color: var(--audaz-paper-2);
  font-size: clamp(2.75rem, 6.5vw, 5.5rem);
  font-weight: 800;
  line-height: 0.94;
}
.audaz-title__lead {
  display: block;
}
.audaz-title span.audaz-title__accent, .audaz-title > span:last-child {
  display: block;
  color: var(--audaz-amber);
  -webkit-text-stroke: 0;
  text-shadow: none;
}
.audaz-lead {
  max-width: 62ch;
  margin: 1.35rem 0 0;
  color: var(--audaz-muted);
  font-size: clamp(1rem, 1.45vw, 1.1875rem);
  line-height: 1.68;
}
.audaz-hero__checks {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.audaz-hero__checks li {
  position: relative;
  padding-left: 1.1rem;
  color: rgba(248, 242, 230, 0.76);
  font-size: 0.875rem;
  font-weight: 650;
}
.audaz-hero__checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--audaz-amber);
}
.audaz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.875rem;
  margin-top: 2rem;
}
.audaz-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 1rem 1.35rem;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
}
.audaz-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  opacity: 0;
  transition: opacity var(--transition-fast);
}
.audaz-btn:hover::after, .audaz-btn:focus-visible::after {
  opacity: 1;
}
.audaz-btn--primary {
  background: var(--audaz-amber);
  color: var(--audaz-ink);
  box-shadow: 0 18px 46px -28px rgba(240, 199, 107, 0.9);
}
.audaz-btn--primary:hover, .audaz-btn--primary:focus-visible {
  background: var(--audaz-turquoise);
  color: var(--audaz-ink);
  transform: translateY(-2px);
  outline: 2px solid transparent;
}
.audaz-btn--ghost {
  border-color: rgba(255, 250, 240, 0.20);
  color: var(--audaz-paper-2);
  background: rgba(255, 250, 240, 0.06);
}
.audaz-btn--ghost:hover, .audaz-btn--ghost:focus-visible {
  border-color: rgba(52, 184, 173, 0.78);
  color: #fff;
  background: rgba(52, 184, 173, 0.10);
  transform: translateY(-2px);
  outline: 2px solid transparent;
}
.audaz-decision {
  position: relative;
  border-radius: 8px;
  border: 1px solid rgba(255, 250, 240, 0.14);
  background: rgba(7, 19, 31, 0.76);
  box-shadow: inset 0 1px 0 rgba(255, 250, 240, 0.08), 0 34px 80px -52px rgba(52, 184, 173, 0.8);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  overflow: hidden;
}
.audaz-decision::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(52, 184, 173, 0.12), transparent 42%);
}
.audaz-decision__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.125rem;
  border-bottom: 1px solid rgba(255, 250, 240, 0.10);
  color: rgba(248, 242, 230, 0.62);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}
.audaz-decision__header strong {
  color: var(--audaz-amber);
  font-size: 1.375rem;
  line-height: 1;
  text-transform: none;
}
.audaz-signal {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1.6fr 0.72fr;
  gap: 0.5rem;
  padding: 1rem 1.125rem 0;
}
.audaz-signal span {
  height: 0.375rem;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.12);
}
.audaz-signal span:nth-child(1) {
  background: var(--audaz-turquoise);
}
.audaz-signal span:nth-child(2) {
  background: var(--audaz-amber);
}
.audaz-signal span:nth-child(3) {
  background: var(--audaz-coral);
}
.audaz-decision__screen {
  position: relative;
  min-height: 270px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(90deg, rgba(255, 250, 240, 0.07) 1px, transparent 1px) 0 0 / 28px 28px, linear-gradient(0deg, rgba(255, 250, 240, 0.055) 1px, transparent 1px) 0 0 / 28px 28px, rgba(255, 250, 240, 0.035);
}
.audaz-decision__label {
  margin: 0 0 0.75rem;
  color: var(--audaz-turquoise);
  font-size: 0.8125rem;
  font-weight: 850;
  text-transform: uppercase;
}
.audaz-decision__result {
  margin: 0;
  color: var(--audaz-paper-2);
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  font-weight: 800;
  line-height: 1.08;
  text-wrap: balance;
}
.audaz-decision__meta {
  margin: 1.125rem 0 0;
  color: rgba(248, 242, 230, 0.58);
  font-size: 0.875rem;
  line-height: 1.5;
}
.audaz-decision__buttons {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  padding: 0.75rem;
}
.audaz-decision__buttons button {
  min-width: 0;
  min-height: 2.875rem;
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(255, 250, 240, 0.14);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.055);
  color: rgba(248, 242, 230, 0.74);
  font-size: 0.875rem;
  font-weight: 800;
  cursor: pointer;
  transition: background-color 160ms var(--ease-standard), color 160ms var(--ease-standard), border-color 160ms var(--ease-standard), transform 120ms var(--ease-standard);
}
.audaz-decision__buttons button:hover, .audaz-decision__buttons button:focus-visible, .audaz-decision__buttons button.is-active {
  background: var(--audaz-amber);
  color: var(--audaz-ink);
  border-color: var(--audaz-amber);
  outline: 2px solid transparent;
}
.audaz-decision__buttons button:active {
  transform: scale(0.97);
}
.audaz-section {
  padding: clamp(4.25rem, 8vw, 7rem) 0;
}
.audaz-section-head {
  max-width: 800px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.audaz-heading {
  margin: 0;
  color: inherit;
  font-size: clamp(2.15rem, 5vw, 4.6rem);
  font-weight: 800;
  line-height: 0.98;
  text-wrap: balance;
}
.audaz-promise, .audaz-start, .audaz-audience {
  color: var(--audaz-ink);
  background: linear-gradient(90deg, rgba(7, 19, 31, 0.045) 1px, transparent 1px) 0 0 / 64px 64px, var(--audaz-paper);
}
.audaz-promise {
  border-top: 1px solid rgba(7, 19, 31, 0.07);
}
.audaz-promise .audaz-kicker, .audaz-start .audaz-kicker, .audaz-audience .audaz-kicker {
  color: #167d76;
}
.audaz-promise__grid, .audaz-audience__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(2rem, 5vw, 4rem);
}
.audaz-promise__text {
  align-self: end;
  max-width: 58ch;
  color: rgba(7, 19, 31, 0.74);
  font-size: clamp(1rem, 1.35vw, 1.15rem);
  line-height: 1.74;
}
.audaz-promise__text p {
  margin: 0;
}
.audaz-rule-list {
  display: grid;
  gap: 0.625rem;
  margin-top: 1.5rem;
}
.audaz-rule-list span {
  display: flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.75rem 0.95rem;
  border-left: 3px solid var(--audaz-turquoise);
  background: rgba(255, 250, 240, 0.72);
  color: rgba(7, 19, 31, 0.78);
  font-size: 0.875rem;
  font-weight: 750;
  box-shadow: inset 0 -1px 0 rgba(7, 19, 31, 0.06);
}
.audaz-start {
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.78), rgba(248, 241, 228, 0)), var(--audaz-paper);
}
.audaz-start__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.audaz-start-card, .audaz-audience-card, .audaz-step, .audaz-orbit__item {
  border-radius: 8px;
}
.audaz-start-card {
  position: relative;
  min-height: 290px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(52, 184, 173, 0.12), transparent 46%), var(--audaz-ink);
  color: var(--audaz-paper-2);
  border: 1px solid rgba(255, 250, 240, 0.12);
  box-shadow: 0 26px 62px -46px rgba(7, 19, 31, 0.75);
  overflow: hidden;
}
.audaz-start-card:nth-child(2) {
  background: linear-gradient(135deg, rgba(240, 199, 107, 0.14), transparent 48%), #102523;
  color: var(--audaz-paper-2);
}
.audaz-start-card:nth-child(3) {
  background: linear-gradient(135deg, rgba(217, 90, 64, 0.16), transparent 48%), #261410;
  color: var(--audaz-paper-2);
}
.audaz-start-card::after {
  content: "";
  position: absolute;
  right: -3rem;
  top: -3rem;
  width: 11rem;
  height: 11rem;
  border-radius: 999px;
  border: 1px solid currentColor;
  opacity: 0.13;
}
.audaz-number {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: auto;
  color: currentColor;
  font-size: 0.8125rem;
  font-weight: 850;
  opacity: 0.78;
}
.audaz-number::after {
  content: "";
  width: 2.5rem;
  height: 1px;
  background: currentColor;
  opacity: 0.35;
}
.audaz-start-card h3, .audaz-orbit h3, .audaz-audience-card h3, .audaz-step h3 {
  margin: 2.75rem 0 0;
  color: inherit;
  font-size: clamp(1.2rem, 1.7vw, 1.45rem);
  font-weight: 800;
  line-height: 1.15;
}
.audaz-start-card p, .audaz-audience-card p, .audaz-step p {
  margin: 0.75rem 0 0;
  color: currentColor;
  line-height: 1.62;
  opacity: 0.74;
}
.audaz-start-card strong {
  display: inline-flex;
  width: fit-content;
  margin-top: 1.5rem;
  padding: 0.5rem 0.7rem;
  border: 1px solid rgba(255, 250, 240, 0.18);
  border-radius: 999px;
  color: var(--audaz-amber);
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
  opacity: 1;
}
.audaz-palancas {
  position: relative;
  background: linear-gradient(90deg, rgba(255, 250, 240, 0.055) 1px, transparent 1px) 0 0 / 72px 72px, linear-gradient(180deg, var(--audaz-void), var(--audaz-night));
  color: var(--audaz-paper-2);
}
.audaz-palancas::before, .audaz-method::before, .audaz-final::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52, 184, 173, 0.56), rgba(240, 199, 107, 0.42), transparent);
}
.audaz-orbit {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
}
.audaz-orbit__item {
  position: relative;
  min-height: 235px;
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 250, 240, 0.12);
  background: linear-gradient(135deg, rgba(52, 184, 173, 0.09), transparent 48%), rgba(255, 250, 240, 0.045);
  overflow: hidden;
}
.audaz-orbit__item::before {
  content: "";
  position: absolute;
  left: 1.35rem;
  right: 1.35rem;
  top: 4.2rem;
  height: 1px;
  background: linear-gradient(90deg, currentColor, transparent);
  opacity: 0.22;
}
.audaz-orbit__item::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border-top: 1px solid var(--audaz-turquoise);
  border-right: 1px solid var(--audaz-turquoise);
  opacity: 0.42;
}
.audaz-orbit__item span {
  display: block;
  margin-bottom: auto;
  color: var(--audaz-amber);
  font-size: 0.8125rem;
  font-weight: 850;
}
.audaz-orbit__item h3 {
  margin-top: 3.25rem;
}
.audaz-orbit__item p {
  margin: 0.75rem 0 0;
  color: var(--audaz-muted);
  line-height: 1.58;
}
.audaz-palancas__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
.audaz-palancas__lead {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem 1.5rem;
  padding: 1.75rem;
  border-radius: 10px;
  border: 1px solid rgba(240, 199, 107, 0.32);
  background: radial-gradient(circle at 88% -10%, rgba(240, 199, 107, 0.18), transparent 18rem), linear-gradient(135deg, rgba(52, 184, 173, 0.10), transparent 52%), rgba(255, 250, 240, 0.05);
  color: var(--audaz-paper-2);
  overflow: hidden;
  isolation: isolate;
}
.audaz-palancas__lead::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.04), transparent 60%);
  z-index: -1;
}
.audaz-palancas__lead-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(240, 199, 107, 0.45);
  border-radius: 999px;
  color: var(--audaz-amber);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  width: fit-content;
}
.audaz-palancas__lead-num {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 0.8125rem;
  font-weight: 850;
  color: var(--audaz-amber);
  opacity: 0.78;
  letter-spacing: 0.08em;
}
.audaz-palancas__lead-title {
  margin: 0;
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.015em;
  color: var(--audaz-paper-2);
}
.audaz-palancas__lead-desc {
  margin: 0;
  color: var(--audaz-muted);
  font-size: clamp(0.95rem, 1.15vw, 1.05rem);
  line-height: 1.62;
  max-width: 60ch;
}
.audaz-palancas__lead-rule {
  margin: 0;
  padding-top: 0.85rem;
  border-top: 1px dashed rgba(240, 199, 107, 0.28);
  color: var(--audaz-amber);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.audaz-palancas__rest {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}
.audaz-palancas__minor {
  position: relative;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(255, 250, 240, 0.10);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.035);
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.85rem;
  row-gap: 0.35rem;
  align-items: baseline;
}
.audaz-palancas__minor::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  bottom: 1.1rem;
  width: 2px;
  background: var(--audaz-turquoise);
  opacity: 0.55;
  border-radius: 0 2px 2px 0;
}
.audaz-palancas__minor-num {
  grid-row: 1 / span 2;
  align-self: start;
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 0.75rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  color: var(--audaz-amber);
  opacity: 0.78;
  padding-top: 0.22rem;
}
.audaz-palancas__minor-title {
  margin: 0;
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--audaz-paper-2);
}
.audaz-palancas__minor-desc {
  margin: 0;
  color: var(--audaz-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}
@media (min-width: 780px) {
  .audaz-palancas__layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: stretch;
  }
  .audaz-palancas__lead {
    padding: 2.25rem 2.25rem 2rem;
  }
  .audaz-palancas__rest {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }
}
@media (min-width: 1100px) {
  .audaz-palancas__layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 1.75rem;
  }
  .audaz-palancas__lead {
    padding: 2.5rem 2.5rem 2.25rem;
  }
}
.audaz-audience {
  background: linear-gradient(90deg, rgba(7, 19, 31, 0.045) 1px, transparent 1px) 0 0 / 64px 64px, var(--audaz-paper-2);
}
.audaz-audience__list {
  display: grid;
  gap: 0.875rem;
}
.audaz-audience-card {
  position: relative;
  padding: 1.35rem 1.5rem;
  background: rgba(248, 241, 228, 0.78);
  border: 1px solid var(--audaz-line-light);
  box-shadow: none;
  overflow: hidden;
  transform: none !important;
}
.audaz-audience-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0.375rem;
  background: var(--audaz-turquoise);
}
.audaz-audience-card:nth-child(2)::before {
  background: var(--audaz-amber);
}
.audaz-audience-card:nth-child(3)::before {
  background: var(--audaz-coral);
}
.audaz-audience-card h3 {
  margin-top: 0;
}
.audaz-audience__aside {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: rgba(7, 19, 31, 0.6);
  line-height: 1.55;
  max-width: 60ch;
}
.audaz-audience__aside a {
  color: var(--navy);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(42, 85, 120, 0.25);
  text-underline-offset: 2px;
  transition: text-decoration-color 0.2s ease, color 0.2s ease;
}
.audaz-audience__aside a:hover {
  text-decoration-color: rgba(42, 85, 120, 0.7);
}
.audaz-audience__aside-all {
  display: inline-block;
  margin-left: 0.25rem;
  white-space: nowrap;
}
.audaz-method {
  position: relative;
  background: radial-gradient(circle at 82% 12%, rgba(52, 184, 173, 0.12), transparent 28rem), var(--audaz-night);
  color: var(--audaz-paper-2);
}
.audaz-method-phases {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
.audaz-method-phase {
  --phase: var(--turquoise);
  position: relative;
  padding: 1.5rem 1.5rem 1.35rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 250, 240, 0.10);
  background: rgba(255, 250, 240, 0.04);
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}
.audaz-method-phase::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.25rem;
  bottom: 1.25rem;
  width: 3px;
  background: var(--phase);
  opacity: 0.85;
  border-radius: 0 2px 2px 0;
}
.audaz-method-phase--comprender {
  --phase: var(--turquoise);
}
.audaz-method-phase--decidir {
  --phase: var(--gold);
}
.audaz-method-phase--hacer {
  --phase: var(--navy-300, #4a78a3);
}
.audaz-method-phase__head {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.audaz-method-phase__num {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--phase);
}
.audaz-method-phase__title {
  margin: 0;
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--audaz-paper-2);
}
.audaz-method-phase__lede {
  margin: 0;
  color: var(--audaz-muted);
  font-size: 0.9375rem;
  line-height: 1.5;
  max-width: 32ch;
}
.audaz-method-phase__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.audaz-method-step {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0.85rem;
  padding: 0.7rem 0;
  border-top: 1px dashed rgba(255, 250, 240, 0.10);
}
.audaz-method-step:first-child {
  border-top: 0;
  padding-top: 0;
}
.audaz-method-step:last-child {
  padding-bottom: 0;
}
.audaz-method-step__num {
  font-weight: 800;
  font-size: 1.125rem;
  letter-spacing: -0.01em;
  color: var(--phase);
  font-variant-numeric: tabular-nums;
  min-width: 1.85rem;
}
.audaz-method-step__title {
  color: var(--audaz-paper-2);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.005em;
}
@media (min-width: 900px) {
  .audaz-method-phases {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
    align-items: stretch;
  }
  .audaz-method-phase {
    padding: 1.75rem 1.5rem 1.5rem 1.65rem;
  }
  .audaz-method-phase__title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1100px) {
  .audaz-method-phases {
    gap: 1.5rem;
  }
  .audaz-method-phase {
    padding: 2rem 1.75rem 1.75rem 1.85rem;
  }
}
.audaz-steps {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.audaz-step {
  position: relative;
  min-height: 230px;
  padding: 1.35rem;
  border: 1px solid rgba(255, 250, 240, 0.12);
  background: rgba(255, 250, 240, 0.045);
  overflow: hidden;
}
.audaz-step::before {
  content: "";
  position: absolute;
  left: 1.35rem;
  top: 4.5rem;
  width: 3.25rem;
  height: 1px;
  background: linear-gradient(90deg, var(--audaz-turquoise), var(--audaz-amber));
}
.audaz-step h3 {
  margin-top: 3.25rem;
}
.audaz-final {
  position: relative;
  overflow: hidden;
  padding: clamp(5rem, 10vw, 8rem) 0 clamp(5.5rem, 10vw, 8.5rem);
  background: radial-gradient(circle at 15% 24%, rgba(217, 90, 64, 0.16), transparent 25rem), radial-gradient(circle at 84% 52%, rgba(52, 184, 173, 0.16), transparent 28rem), linear-gradient(180deg, var(--audaz-night), var(--audaz-void));
  color: var(--audaz-paper-2);
}
.audaz-final::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 250, 240, 0.05) 1px, transparent 1px) 0 0 / 64px 64px, linear-gradient(0deg, rgba(255, 250, 240, 0.04) 1px, transparent 1px) 0 0 / 64px 64px;
  mask-image: radial-gradient(ellipse 72% 58% at 50% 42%, #000 18%, transparent 76%);
  -webkit-mask-image: radial-gradient(ellipse 72% 58% at 50% 42%, #000 18%, transparent 76%);
  opacity: 0.82;
}
.audaz-final__inner {
  position: relative;
  z-index: 1;
  max-width: 920px;
}
.audaz-final h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.75rem, 8vw, 6.5rem);
  font-weight: 800;
  line-height: 0.92;
  text-wrap: balance;
}
.audaz-final .audaz-btn--primary {
  min-height: 3.75rem;
  padding: 1.15rem 2rem;
  font-size: 1.0625rem;
}
.audaz-final p:not(.audaz-kicker) {
  max-width: 54ch;
  margin: 1.5rem 0 2rem;
  color: var(--audaz-muted);
  font-size: clamp(1rem, 1.35vw, 1.125rem);
  line-height: 1.68;
}
.audaz-reveal {
  opacity: 1;
  transform: none;
}
.home-audaz.is-enhanced .audaz-reveal {
  opacity: 1;
  transform: translateY(10px);
  transition: transform 520ms var(--ease-emphasized);
  transition-delay: calc(var(--delay, 0) * 70ms);
}
.home-audaz.is-enhanced .audaz-reveal.is-in, .audaz-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}
body.audaz-page .site-footer {
  background: radial-gradient(circle at 88% -8%, rgba(52, 184, 173, 0.09), transparent 22rem), #050914 !important;
  border-top-color: rgba(255, 250, 240, 0.10) !important;
  padding-top: 5rem;
}
@media (max-width: 640px) {
  .site-footer {
    padding-bottom: 5rem;
  }
}
body.audaz-page .site-footer .orb {
  display: none;
}
@keyframes audazGridDrift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-54px, -54px, 0);
  }
}
@media (min-width: 780px) {
  .audaz-hero__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  }
  .audaz-promise__grid, .audaz-audience__grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: end;
  }
  .audaz-rule-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .audaz-start__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .audaz-orbit {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .audaz-orbit__item {
    grid-column: span 2;
  }
  .audaz-orbit__item:nth-child(1), .audaz-orbit__item:nth-child(2) {
    grid-column: span 3;
  }
  .audaz-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1100px) {
  .audaz-hero {
    min-height: min(820px, calc(100svh - 72px));
  }
  .audaz-orbit {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .audaz-orbit__item, .audaz-orbit__item:nth-child(1), .audaz-orbit__item:nth-child(2) {
    grid-column: auto;
  }
}
@media (max-width: 640px) {
  .audaz-hero {
    min-height: auto;
  }
  .audaz-hero__inner {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
  .audaz-title {
    font-size: clamp(3rem, 14vw, 4.25rem);
  }
  .audaz-actions, .audaz-actions .audaz-btn {
    width: 100%;
  }
  .audaz-hero__checks {
    display: grid;
    gap: 0.55rem;
  }
  .audaz-decision__screen {
    min-height: 230px;
  }
  .audaz-decision__buttons {
    grid-template-columns: 1fr;
  }
  .audaz-start-card, .audaz-step, .audaz-orbit__item {
    min-height: 235px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-nav--audaz, .home-audaz *, .home-audaz *::before, .home-audaz *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
  .audaz-reveal, .audaz-reveal.is-in {
    opacity: 1;
    transform: none !important;
  }
  .audaz-btn:hover, .audaz-btn:focus-visible {
    transform: none;
  }
}
.site-nav {
  position: sticky;
  top: 0;
  z-index: 30;
  padding: 0.75rem 0;
  background: transparent;
  transition: transform 0.36s var(--ease-standard);
}
.site-nav__inner {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}
.site-nav__brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  padding: 0.35rem 0.8rem 0.35rem 0.65rem;
  border-radius: 999px;
  background: transparent;
  border: 1px solid transparent;
  transition: background-color var(--transition-fast), opacity var(--transition-fast);
}
.site-nav__brand:hover {
  background: rgba(7, 19, 31, 0.055);
}
.site-nav__brand:focus-visible {
  background: rgba(7, 19, 31, 0.055);
  outline: 2px solid var(--navy);
  outline-offset: 2px;
}
.site-nav__brand img {
  display: block;
  height: 2.35rem;
  width: auto;
}
.site-nav__desktop {
  position: relative;
  display: none;
  align-items: center;
  gap: 0.125rem;
  padding: 0.32rem;
  border: 1px solid rgba(7, 19, 31, 0.08);
  border-radius: 999px;
  background: rgba(250, 248, 244, 0.82);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  box-shadow: 0 12px 32px -22px rgba(7, 19, 31, 0.35);
  isolation: isolate;
}
.site-nav .nav-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.15rem;
  padding: 0.5rem 0.95rem;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--transition-fast), background-color var(--transition-fast);
}
.site-nav .nav-link::after, .site-nav .nav-link.is-active::after {
  display: none;
}
.site-nav .nav-link:hover, .site-nav .nav-link:focus-visible {
  color: var(--navy-dark);
  background: transparent;
  outline: none;
}
.site-nav .nav-link.is-active {
  background: rgba(42, 85, 120, 0.12);
  color: var(--navy-dark);
  font-weight: 700;
}
@media (prefers-reduced-motion: reduce) {
  .nav-indicator {
    transition: opacity 0.2s ease;
  }
}
.site-nav__cta, .site-nav__mobile-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.55rem;
  padding: 0.75rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 16px 34px -22px rgba(7, 19, 31, 0.6);
  transition: color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
}
.site-nav__cta {
  display: none;
}
.site-nav__cta:hover, .site-nav__cta:focus-visible, .site-nav__mobile-cta:hover, .site-nav__mobile-cta:focus-visible {
  background: var(--turquoise-dark);
  color: #fff;
  transform: translateY(-1px);
  outline: none;
}
.menu-toggle {
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.32rem;
  border: 1px solid rgba(7, 19, 31, 0.08);
  border-radius: 999px;
  background: rgba(250, 248, 244, 0.82);
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  box-shadow: 0 12px 32px -22px rgba(7, 19, 31, 0.35);
  color: var(--ink);
  cursor: pointer;
}
.menu-toggle__line {
  width: 1.05rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform var(--transition-fast), opacity var(--transition-fast);
}
.site-nav.is-menu-open .menu-toggle__line:first-of-type {
  transform: translateY(3px) rotate(45deg);
}
.site-nav.is-menu-open .menu-toggle__line:last-of-type {
  transform: translateY(-3px) rotate(-45deg);
}
.menu-toggle:hover, .menu-toggle:focus-visible {
  background: rgba(7, 19, 31, 0.07);
  outline: none;
}
.site-nav__mobile {
  margin-top: 0.75rem;
  border: 1px solid rgba(7, 19, 31, 0.08);
  border-radius: 1.25rem;
  background: rgba(250, 248, 244, 0.92);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  box-shadow: 0 28px 60px -28px rgba(7, 19, 31, 0.4);
  overflow: hidden;
}
.site-nav__mobile-inner {
  padding: 1rem 1.15rem 1.25rem;
}
.site-nav__mobile-links {
  display: grid;
  gap: 0.35rem;
}
.site-nav .mobile-nav-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.15rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(7, 19, 31, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.42);
  color: var(--ink);
  font-size: 1rem;
  font-weight: 720;
  line-height: 1.15;
  text-decoration: none;
  transition: color var(--transition-fast), background-color var(--transition-fast), border-color var(--transition-fast);
}
.site-nav .mobile-nav-link::after {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-top: 1.5px solid currentColor;
  border-right: 1.5px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.46;
}
.site-nav .mobile-nav-link:hover, .site-nav .mobile-nav-link:focus-visible, .site-nav .mobile-nav-link.is-active {
  color: var(--navy-dark);
  background: #fff;
  border-color: rgba(7, 19, 31, 0.14);
  outline: none;
  box-shadow: inset 3px 0 0 var(--turquoise);
}
.site-nav__mobile-cta {
  width: 100%;
  min-height: 3.15rem;
  margin-top: 0.75rem;
}
.site-nav__sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-nav--audaz {
  background: var(--audaz-void) !important;
  border: 0 !important;
  box-shadow: none !important;
}
.site-nav--audaz .site-nav__brand {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.site-nav--audaz .site-nav__brand:hover {
  background: rgba(255, 250, 240, 0.09);
}
.site-nav--audaz .site-nav__brand:focus-visible {
  background: rgba(255, 250, 240, 0.09);
  outline-color: rgba(255, 250, 240, 0.7);
}
.site-nav--audaz .site-nav__desktop {
  background: rgba(7, 19, 31, 0.62);
  border-color: rgba(255, 250, 240, 0.12);
  box-shadow: 0 18px 38px -22px rgba(0, 0, 0, 0.75);
}
.site-nav--audaz .nav-link {
  color: rgba(248, 242, 230, 0.78) !important;
  font-weight: 600;
}
.site-nav--audaz .nav-link:hover, .site-nav--audaz .nav-link:focus-visible {
  color: #fffaf0 !important;
  background: transparent;
}
.site-nav--audaz .nav-link.is-active {
  background: rgba(255, 250, 240, 0.14);
  color: #fffaf0 !important;
  font-weight: 700;
}
.site-nav--audaz .site-nav__cta, .site-nav--audaz .site-nav__mobile-cta {
  background: var(--audaz-amber, #f0c76b);
  color: #07131f;
  box-shadow: 0 16px 34px -22px rgba(240, 199, 107, 0.7);
}
.site-nav--audaz .site-nav__cta:hover, .site-nav--audaz .site-nav__cta:focus-visible, .site-nav--audaz .site-nav__mobile-cta:hover, .site-nav--audaz .site-nav__mobile-cta:focus-visible {
  background: var(--audaz-turquoise, #34b8ad);
  color: #07131f;
}
.site-nav--audaz .menu-toggle {
  border-color: rgba(255, 250, 240, 0.13);
  background: rgba(7, 19, 31, 0.62);
  color: #fffaf0 !important;
  box-shadow: 0 18px 38px -22px rgba(0, 0, 0, 0.75);
}
.site-nav--audaz .menu-toggle:hover, .site-nav--audaz .menu-toggle:focus-visible {
  background: rgba(7, 19, 31, 0.78) !important;
}
.site-nav--audaz #mobile-menu.site-nav__mobile {
  background: linear-gradient(180deg, rgba(52, 184, 173, 0.08), transparent 56%), rgba(7, 19, 31, 0.92) !important;
  border-color: rgba(255, 250, 240, 0.12) !important;
  box-shadow: 0 28px 60px -28px rgba(0, 0, 0, 0.7) !important;
}
.site-nav--audaz .mobile-nav-link {
  border-color: rgba(255, 250, 240, 0.10);
  background: rgba(255, 250, 240, 0.055);
  color: rgba(248, 242, 230, 0.82) !important;
}
.site-nav--audaz .mobile-nav-link:hover, .site-nav--audaz .mobile-nav-link:focus-visible, .site-nav--audaz .mobile-nav-link.is-active {
  color: #fffaf0 !important;
  background: rgba(255, 250, 240, 0.10) !important;
  border-color: rgba(255, 250, 240, 0.18);
  box-shadow: inset 3px 0 0 var(--audaz-turquoise, #34b8ad);
}
@media (min-width: 768px) {
  .site-nav__desktop, .site-nav__cta {
    display: inline-flex;
  }
  .menu-toggle, .site-nav__mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .site-nav__inner {
    min-height: 64px;
  }
  .site-nav__brand img {
    height: 2.25rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .site-nav, .site-nav *, .site-nav *::before, .site-nav *::after {
    transition: none !important;
    animation: none !important;
  }
  .site-nav__cta:hover, .site-nav__cta:focus-visible, .site-nav__mobile-cta:hover, .site-nav__mobile-cta:focus-visible {
    transform: none;
  }
}
.shell-light {
  position: relative;
  background: linear-gradient(90deg, rgba(7, 19, 31, 0.045) 1px, transparent 1px) 0 0 / 64px 64px, var(--cream);
  color: var(--ink);
}
.shell-dark {
  position: relative;
  background: linear-gradient(90deg, rgba(255, 250, 240, 0.04) 1px, transparent 1px) 0 0 / 64px 64px, linear-gradient(180deg, var(--audaz-void), var(--audaz-ink));
  color: var(--audaz-paper-2);
  isolation: isolate;
}
.shell-dark p, .shell-dark li {
  color: var(--audaz-muted);
}
.shell-dark h1, .shell-dark h2, .shell-dark h3 {
  color: var(--audaz-paper-2);
}
.shell-dark .text-ink {
  color: var(--audaz-paper-2) !important;
}
.shell-dark strong.text-ink {
  color: var(--audaz-paper-2) !important;
}
.shell-dark .text-ink-700 {
  color: rgba(248, 242, 230, 0.88) !important;
}
.shell-dark .text-ink-500 {
  color: rgba(248, 242, 230, 0.75) !important;
}
.shell-dark .text-ink-400 {
  color: rgba(248, 242, 230, 0.65) !important;
}
.shell-dark .text-ink-300 {
  color: rgba(248, 242, 230, 0.5) !important;
}
.shell-dark .text-ink-200 {
  color: rgba(248, 242, 230, 0.32) !important;
}
.shell-dark .text-navy {
  color: var(--turquoise) !important;
}
.shell-dark .text-navy-dark {
  color: var(--turquoise) !important;
}
.shell-dark [class*="border-ink"] {
  border-color: var(--audaz-line-dark) !important;
}
.shell-dark .badge-navy {
  background: rgba(255, 250, 240, 0.1);
  color: var(--audaz-paper-2);
  border: 1px solid rgba(255, 250, 240, 0.2);
}
.shell-dark .breadcrumbs {
  color: rgba(248, 242, 230, 0.5);
}
.shell-dark .breadcrumbs a {
  color: rgba(248, 242, 230, 0.5);
}
.shell-dark .breadcrumbs a:hover, .shell-dark .breadcrumbs a:focus-visible {
  color: var(--audaz-paper-2);
}
.shell-dark .breadcrumbs .sep {
  color: rgba(196, 154, 60, 0.65);
  opacity: 1;
}
.shell-dark .breadcrumbs [aria-current="page"] {
  color: var(--turquoise);
}
.shell-dark .link-arrow {
  color: rgba(248, 242, 230, 0.6) !important;
}
.shell-dark .link-arrow:hover {
  color: var(--audaz-paper-2) !important;
}
.shell-dark .hero-impact-head {
  border-bottom-color: var(--audaz-line-dark);
}
.shell-dark .hero-impact-foot {
  border-top-color: var(--audaz-line-dark);
  color: rgba(248, 242, 230, 0.7);
}
.shell-dark .hero-impact-kicker {
  color: var(--audaz-paper-2);
}
.shell-dark .hero-impact-title {
  color: var(--audaz-paper-2);
}
.shell-dark .hero-impact-intro {
  color: rgba(248, 242, 230, 0.55);
}
.shell-dark .hero-impact-sub {
  color: rgba(248, 242, 230, 0.55);
}
.shell-dark .hero-brief {
  border-left-color: var(--audaz-line-dark);
}
.shell-dark .hero-brief-marker {
  color: rgba(248, 242, 230, 0.5);
}
.shell-dark .hero-brief-kicker {
  color: var(--audaz-paper-2);
}
.shell-dark .hero-brief-sub {
  color: rgba(248, 242, 230, 0.5);
}
.shell-dark .btn-outline {
  color: var(--audaz-paper-2);
  border-color: rgba(248, 242, 230, 0.25);
}
.shell-dark .btn-outline:hover {
  border-color: rgba(248, 242, 230, 0.45);
  background: rgba(248, 242, 230, 0.06);
}
.shell-dark .btn-primary {
  background: var(--gold);
  color: var(--dark);
  font-weight: 700;
  box-shadow: var(--shadow-glow-gold);
}
.shell-dark .btn-primary:hover {
  background: var(--gold-light);
  box-shadow: 0 12px 40px -8px rgba(240, 199, 107, 0.5);
  transform: translateY(-1px);
}
.shell-dark .btn-primary:active {
  transform: scale(0.97) translateY(1px);
  box-shadow: var(--shadow-glow-gold);
}
.shell-dark .btn-primary:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}
.audaz-field {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
}
.audaz-field > span {
  position: absolute;
  display: block;
  border-style: solid;
  border-width: 1px;
  border-radius: 999px;
}
.audaz-field > span:nth-child(1) {
  width: 18rem;
  height: 18rem;
  top: -5rem;
  right: -4rem;
  border-color: rgba(52, 184, 173, 0.18);
  opacity: 0.7;
}
.audaz-field > span:nth-child(2) {
  width: 12rem;
  height: 12rem;
  bottom: -4rem;
  left: -2rem;
  border-color: rgba(240, 199, 107, 0.15);
  opacity: 0.55;
}
.audaz-field > span:nth-child(3) {
  width: 8rem;
  height: 8rem;
  top: -2rem;
  left: 38%;
  border-color: rgba(255, 250, 240, 0.06);
  opacity: 0.4;
}
.audaz-field > span:nth-child(4) {
  width: 18rem;
  height: 1px;
  top: 62%;
  right: -2rem;
  border-radius: 0;
  border-width: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 250, 240, 0.32), transparent);
  opacity: 0.4;
}
.shell-light .audaz-field > span:nth-child(1) {
  border-color: rgba(52, 184, 173, 0.22);
  opacity: 0.5;
}
.shell-light .audaz-field > span:nth-child(2) {
  border-color: rgba(240, 199, 107, 0.28);
  opacity: 0.45;
}
.shell-light .audaz-field > span:nth-child(3) {
  border-color: rgba(7, 19, 31, 0.06);
  opacity: 0.5;
}
.shell-light .audaz-field > span:nth-child(4) {
  background: linear-gradient(90deg, transparent, rgba(7, 19, 31, 0.14), transparent);
}
.section-bridge {
  position: relative;
  height: 20px;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.section-bridge--down-light {
  background: var(--audaz-paper);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  margin-top: -1px;
}
.section-bridge--down-dark {
  background: var(--audaz-void);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
  margin-top: -1px;
}
@media (prefers-reduced-motion: reduce) {
  .section-bridge {
    display: none;
  }
}
.kicker-sticky {
  position: sticky;
  top: 96px;
  z-index: 3;
  align-self: start;
  transition: background 0.32s var(--ease-standard), padding 0.32s var(--ease-standard), backdrop-filter 0.32s var(--ease-standard), box-shadow 0.32s var(--ease-standard);
  padding: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  width: fit-content;
}
.kicker-sticky.is-pinned {
  background: rgba(248, 241, 228, 0.86);
  backdrop-filter: blur(12px) saturate(1.4);
  -webkit-backdrop-filter: blur(12px) saturate(1.4);
  padding: 0.5rem 0.875rem;
  box-shadow: 0 6px 24px -10px rgba(7, 19, 31, 0.18);
}
.shell-dark .kicker-sticky.is-pinned {
  background: rgba(7, 19, 31, 0.72);
  box-shadow: 0 6px 24px -10px rgba(0, 0, 0, 0.6);
}
@media (prefers-reduced-motion: reduce) {
  .kicker-sticky {
    position: static;
  }
}
.nav-link-animated {
  position: relative;
  padding: 0.25rem 0;
}
.nav-link-animated::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  background: var(--turquoise);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s var(--ease-emphasized), background-color 0.3s;
  border-radius: 2px;
}
.nav-link-animated:hover::after, .nav-link-animated:focus-visible::after, .nav-link-animated.is-active::after {
  transform: scaleX(1);
}
.nav-link-animated.is-active::after {
  background: var(--gold);
}
.audaz-grid-card {
  --card-tilt-x: 0;
  --card-tilt-y: 0;
  position: relative;
  padding: 1.75rem 1.5rem;
  border: 1px solid var(--audaz-line-light);
  background: rgba(255, 250, 240, 0.55);
  border-radius: var(--radius-md);
  transform: translate3d(calc(var(--card-tilt-x) * 4px), calc(var(--card-tilt-y) * 4px), 0);
  transition: transform 0.6s var(--ease-emphasized), border-color 0.32s var(--ease-standard), box-shadow 0.32s var(--ease-standard), background-color 0.32s var(--ease-standard);
  will-change: auto;
}
.shell-dark .audaz-grid-card {
  border-color: var(--audaz-line-dark);
  background: rgba(255, 250, 240, 0.045);
}
.audaz-grid-card:hover {
  border-color: rgba(52, 184, 173, 0.55);
  box-shadow: 0 24px 60px -36px rgba(52, 184, 173, 0.45);
  will-change: transform;
}
.shell-dark .audaz-grid-card:hover {
  background: rgba(255, 250, 240, 0.07);
  box-shadow: 0 24px 60px -28px rgba(52, 184, 173, 0.5);
}
@media (prefers-reduced-motion: reduce) {
  .audaz-grid-card {
    transform: none !important;
  }
}
.ltr-word {
  display: inline-block;
  white-space: nowrap;
}
.ltr {
  display: inline-block;
  opacity: 0;
  transform: translateY(0.5em);
  will-change: transform, opacity;
}
[data-letter-reveal].is-in .ltr {
  animation: ltrIn var(--ltr-dur, 700ms) var(--ease-emphasized) forwards;
  animation-delay: calc(var(--li, 0) * 18ms);
}
@keyframes ltrIn {
  to {
    opacity: 1;
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ltr {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}
.audaz-divider-top {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52, 184, 173, 0.6) 22%, rgba(240, 199, 107, 0.6) 50%, rgba(217, 90, 64, 0.55) 78%, transparent);
  opacity: 1;
  margin-bottom: 2rem;
}
.contact-form-card {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(255, 250, 240, 0.18);
  background: var(--audaz-paper-2);
  padding: 1.75rem 1.5rem;
  box-shadow: 0 32px 84px -42px rgba(0, 0, 0, 0.7), 0 12px 30px -16px rgba(52, 184, 173, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.6);
  overflow: hidden;
}
@media (min-width: 768px) {
  .contact-form-card {
    padding: 2.25rem 2rem;
  }
}
.contact-form-card::before {
  content: "";
  position: absolute;
  left: 1.5rem;
  right: 1.5rem;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(240, 199, 107, 0.7), transparent);
}
.contact-form-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(7, 19, 31, 0.08);
}
.contact-form-header__main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.shell-dark .contact-form-card p {
  color: rgba(7, 19, 31, 0.78);
}
.shell-dark .contact-form-card .text-red-600 {
  color: var(--color-red-600, #DC2626);
}
.contact-form-card .contact-form-header__kicker {
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--ink);
  margin: 0;
}
.shell-dark .contact-form-card .contact-form-header__kicker {
  color: var(--ink);
}
.contact-form-card .contact-form-header__hint {
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(7, 19, 31, 0.7);
  margin: 0;
  max-width: 42ch;
}
.shell-dark .contact-form-card .contact-form-header__hint {
  color: rgba(7, 19, 31, 0.7);
}
.contact-form-header__count {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: 0.15rem;
}
.contact-field {
  position: relative;
}
.contact-field + .contact-field {
  margin-top: 1.05rem;
}
.grid > .contact-field + .contact-field {
  margin-top: 0;
}
.contact-field-num {
  display: inline-block;
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--gold);
  letter-spacing: 0.04em;
  margin-right: 0.5rem;
  vertical-align: 1px;
}
.contact-field label, .contact-field .field-label {
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.4rem;
  line-height: 1.3;
}
.contact-field .field-hint {
  margin-left: 0.4rem;
  color: rgba(7, 19, 31, 0.45);
  font-weight: 500;
  font-size: 0.75rem;
}
.contact-field-group + .contact-field-group {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px dashed rgba(240, 199, 107, 0.45);
}
.contact-form-card .contact-trust-line {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(7, 19, 31, 0.78);
  margin: 1.25rem 0 1rem;
  padding-left: 0.95rem;
  border-left: 2px solid var(--gold);
}
.shell-dark .contact-form-card .contact-trust-line {
  color: rgba(7, 19, 31, 0.78);
}
.contact-form-card .contact-trust-line strong {
  color: var(--ink);
  font-weight: 700;
}
.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  width: 100%;
  min-height: 3.5rem;
  padding: 1rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--ink);
  color: var(--audaz-paper-2);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  transition: background 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  box-shadow: 0 18px 42px -22px rgba(7, 19, 31, 0.6);
}
.contact-submit:hover:not(:disabled), .contact-submit:focus-visible:not(:disabled) {
  background: var(--audaz-amber);
  color: var(--ink);
  transform: translateY(-2px);
  outline: 2px solid transparent;
  box-shadow: 0 22px 48px -22px rgba(240, 199, 107, 0.65);
}
.contact-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
}
.contact-submit svg {
  width: 1rem;
  height: 1rem;
  transition: transform 240ms ease;
}
.contact-submit:hover:not(:disabled) svg, .contact-submit:focus-visible:not(:disabled) svg {
  transform: translateX(3px);
}
@media (min-width: 768px) {
  .contact-submit {
    width: auto;
    padding: 1rem 1.85rem;
  }
}
.contact-rgpd-row {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  margin: 1.25rem 0 0.5rem;
}
.contact-rgpd-row input[type="checkbox"] {
  margin-top: 0.2rem;
  width: 1.125rem;
  height: 1.125rem;
  accent-color: var(--navy);
  cursor: pointer;
}
.contact-rgpd-row label {
  font-size: 0.8125rem;
  line-height: 1.55;
  color: rgba(7, 19, 31, 0.66);
  cursor: pointer;
  margin: 0;
  font-weight: 500;
}
.contact-rgpd-row label a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-rgpd-row__error {
  grid-column: 2;
  margin-top: 0.25rem;
}
.contact-success {
  display: none;
  border-radius: 12px;
  padding: 1.75rem;
  background: rgba(52, 184, 173, 0.08);
  border: 1px solid rgba(52, 184, 173, 0.3);
}
.contact-success.is-on {
  display: block;
}
.contact-success h3 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 0.5rem;
  line-height: 1.15;
}
.contact-success p {
  margin: 0 0 0.85rem;
  color: rgba(7, 19, 31, 0.7);
  font-size: 0.9375rem;
  line-height: 1.55;
}
.contact-success__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}
.contact-success__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}
.contact-success__btn--primary {
  background: var(--ink);
  color: var(--audaz-paper-2);
}
.contact-success__btn--primary:hover {
  background: var(--audaz-amber);
  color: var(--ink);
  transform: translateY(-2px);
}
.contact-success__btn--ghost {
  background: transparent;
  color: var(--ink);
  border-color: rgba(7, 19, 31, 0.18);
}
.contact-success__btn--ghost:hover {
  border-color: rgba(7, 19, 31, 0.4);
  background: rgba(7, 19, 31, 0.04);
  transform: translateY(-2px);
}
.contact-success__hint {
  font-size: 0.8125rem;
  color: rgba(7, 19, 31, 0.55);
  margin-top: 1rem;
  border-top: 1px solid rgba(7, 19, 31, 0.08);
  padding-top: 0.85rem;
}
.contact-success__hint a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}
#cf-char-count.is-on {
  display: block;
}
#cf-char-count {
  display: none;
  font-size: 0.7rem;
  color: rgba(7, 19, 31, 0.5);
  text-align: right;
  margin-top: 0.35rem;
}
.contact-faq-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .contact-faq-list {
    gap: 2.25rem;
  }
}
.contact-faq-item {
  position: relative;
  padding-left: 1.5rem;
  border-left: 2px solid var(--gold);
}
@media (min-width: 768px) {
  .contact-faq-item {
    padding-left: 2rem;
  }
}
.contact-faq-item__q {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.3;
  margin: 0 0 0.55rem;
}
@media (min-width: 768px) {
  .contact-faq-item__q {
    font-size: 1.125rem;
  }
}
.contact-faq-item__a {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(7, 19, 31, 0.7);
  max-width: 64ch;
  margin: 0;
}
.contact-faq-item__a a {
  color: var(--navy);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact-rgpd-promise {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  border-left: 3px solid var(--gold);
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .contact-rgpd-promise {
    grid-template-columns: auto 1fr;
    gap: 2.5rem;
    padding-left: 2rem;
  }
}
.contact-rgpd-promise__kicker {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--ink);
  white-space: nowrap;
  padding-top: 0.25rem;
}
.contact-rgpd-promise__body {
  font-size: 1.0625rem;
  line-height: 1.6;
  color: rgba(7, 19, 31, 0.7);
  max-width: 70ch;
  margin: 0;
}
.contact-rgpd-promise__body strong {
  color: var(--ink);
  font-weight: 700;
}
.contact-final h2 {
  font-size: clamp(2rem, 5.5vw, 3.5rem);
  max-width: 18ch;
}
.contact-final .audaz-btn--ghost {
  margin-top: 0.5rem;
}
@media (prefers-reduced-motion: reduce) {
  .contact-channel, .contact-submit, .contact-success__btn {
    transition: none;
  }
}
.audaz-hero__note {
  margin-top: 1.1rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.55);
  max-width: 56ch;
  line-height: 1.55;
}
:root {
  --v15-ink: #07131f;
  --v15-ink-2: #0d1a2a;
  --v15-ink-deep: #050d18;
  --v15-paper: #fffaf0;
  --v15-cream: #f8f1e4;
  --v15-muted: rgba(248, 241, 228, 0.66);
  --v15-muted-2: rgba(248, 241, 228, 0.42);
  --v15-rule: rgba(248, 241, 228, 0.10);
  --v15-rule-soft: rgba(248, 241, 228, 0.06);
  --v15-ink-on-light: #07131f;
  --v15-muted-on-light: rgba(7, 19, 31, 0.66);
  --v15-muted2-on-light: rgba(7, 19, 31, 0.42);
  --v15-rule-on-light: rgba(7, 19, 31, 0.14);
  --v15-turq: #34b8ad;
  --v15-turq-deep: #1d8e84;
  --v15-gold: #f0c76b;
  --v15-coral: #d95a40;
  --v15-ease: cubic-bezier(0.22, 1, 0.36, 1);
  --v15-maxw: 1240px;
  --v15-pad-x: clamp(24px, 5.5vw, 80px);
}
.pc-v15-page {
  background: radial-gradient(ellipse 70% 55% at 50% -5%, rgba(52, 184, 173, 0.10), transparent 60%), radial-gradient(ellipse 80% 70% at 90% 110%, rgba(13, 26, 42, 0.7), transparent 70%), linear-gradient(180deg, #0a1626 0%, var(--v15-ink) 55%, var(--v15-ink-deep) 100%);
  color: var(--v15-cream);
  font-family: 'DM Sans', system-ui, sans-serif;
  position: relative;
}
.pc-v15-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9;
  opacity: .35;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.pc-v15-bg-grid {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(rgba(52, 184, 173, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(52, 184, 173, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, black 30%, transparent 80%);
}
.pc-v15-section {
  padding: clamp(96px, 14vh, 160px) var(--v15-pad-x);
  position: relative;
  z-index: 1;
  scroll-margin-top: 96px;
}
.pc-v15-section--light {
  background: var(--v15-paper);
  color: var(--v15-ink-on-light);
}
.pc-v15-section--light::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 60% 50% at 0% 100%, rgba(52, 184, 173, 0.06), transparent 60%), radial-gradient(ellipse 60% 50% at 100% 0%, rgba(240, 199, 107, 0.05), transparent 60%);
}
.pc-v15-section--light > * {
  position: relative;
  z-index: 1;
}
.pc-v15-wrap {
  max-width: var(--v15-maxw);
  margin: 0 auto;
}
.pc-v15-section-head {
  max-width: 720px;
  margin-bottom: clamp(64px, 8vh, 96px);
}
.pc-v15-section-head h2 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: clamp(2rem, 4.4vw, 3.4rem);
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 22px 0;
  color: inherit;
  text-wrap: balance;
}
.pc-v15-section-head h2 em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--v15-turq);
}
.pc-v15-section--light .pc-v15-section-head h2 em {
  color: var(--v15-turq-deep);
}
.pc-v15-section-head h2 .strike {
  position: relative;
  display: inline-block;
  color: rgba(248, 241, 228, 0.32);
}
.pc-v15-section--light .pc-v15-section-head h2 .strike {
  color: rgba(7, 19, 31, 0.30);
}
.pc-v15-section-head h2 .strike::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  top: 54%;
  height: 4px;
  background: var(--v15-coral);
  transform: rotate(-1.4deg);
  border-radius: 3px;
}
.pc-v15-section-head h2 .hi-gold {
  background: linear-gradient(transparent 60%, rgba(240, 199, 107, 0.32) 60% 94%, transparent 94%);
  padding: 0 4px;
  color: var(--v15-gold);
}
.pc-v15-section--light .pc-v15-section-head h2 .hi-gold {
  background: linear-gradient(transparent 60%, rgba(240, 199, 107, 0.55) 60% 94%, transparent 94%);
  color: var(--v15-ink-on-light);
}
.pc-v15-section-head .lede {
  font-size: 1.05rem;
  color: var(--v15-muted);
  max-width: 56ch;
  line-height: 1.6;
}
.pc-v15-section--light .pc-v15-section-head .lede {
  color: var(--v15-muted-on-light);
}
.pc-v15-kicker {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--v15-turq);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.pc-v15-section--light .pc-v15-kicker {
  color: var(--v15-turq-deep);
}
.pc-v15-kicker .rule {
  width: 28px;
  height: 1px;
  background: currentColor;
  opacity: .8;
}
.pc-v15-kicker .pip {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px rgba(52, 184, 173, 0.7);
}
.pc-v15-hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 140px var(--v15-pad-x) 96px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pc-v15-hero-headline {
  margin-top: auto;
}
.pc-v15-hero-foot {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.pc-v15-hero-foot__left {
  flex: 1 1 480px;
  max-width: 56ch;
}
.pc-v15-hero-foot__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  flex-shrink: 0;
}
.pc-v15-hero::before {
  content: "";
  position: absolute;
  width: 760px;
  height: 760px;
  left: -240px;
  top: 25%;
  background: radial-gradient(circle, rgba(52, 184, 173, 0.16), transparent 60%);
  filter: blur(20px);
  pointer-events: none;
}
.pc-v15-hero-arcs {
  position: absolute;
  width: 1400px;
  height: 1400px;
  right: -380px;
  top: -120px;
  pointer-events: none;
  opacity: .32;
  z-index: 0;
}
.pc-v15-hero-arcs circle {
  fill: none;
  stroke: rgba(52, 184, 173, 0.18);
  stroke-width: 1;
}
.pc-v15-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
}
.pc-v15-hero-headline {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: clamp(2.6rem, 6.8vw, 5.6rem);
  line-height: 0.98;
  letter-spacing: -0.035em;
  color: var(--v15-cream);
  margin: 28px 0 32px;
  text-wrap: balance;
}
.pc-v15-hero-headline .lead {
  display: block;
}
.pc-v15-hero-headline .accent {
  display: block;
  margin-top: 12px;
}
.pc-v15-hero-headline em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--v15-turq);
}
.pc-v15-hero-headline .strike {
  position: relative;
  display: inline-block;
  color: rgba(248, 241, 228, 0.34);
}
.pc-v15-hero-headline .strike::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  top: 56%;
  height: 6px;
  background: var(--v15-coral);
  transform: rotate(-1.8deg);
  border-radius: 3px;
  box-shadow: 0 0 14px rgba(217, 90, 64, 0.5);
}
.pc-v15-hero-headline .hi-gold {
  background: linear-gradient(transparent 60%, rgba(240, 199, 107, 0.30) 60% 94%, transparent 94%);
  padding: 0 4px;
  color: var(--v15-gold);
}
.pc-v15-hero-lead {
  font-size: 18px;
  line-height: 1.55;
  color: var(--v15-muted);
  max-width: 56ch;
  margin-bottom: 32px;
}
.pc-v15-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-bottom: 28px;
}
.pc-v15-cta-note {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-muted);
}
.pc-v15-hero-chips {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-muted);
}
.pc-v15-hero-chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pc-v15-hero-chips li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--v15-turq);
}
.pc-v15-decision-aside {
  position: relative;
  z-index: 2;
  align-self: end;
  background: rgba(13, 26, 42, 0.65);
  border: 1px solid rgba(52, 184, 173, 0.18);
  border-radius: 14px;
  padding: clamp(24px, 3vw, 32px);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.pc-v15-decision-aside .pc-v15-kicker {
  margin-bottom: 12px;
}
.pc-v15-decision-aside h2 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  color: var(--v15-cream);
  margin-bottom: 16px;
}
.pc-v15-decision-aside h2 em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--v15-turq);
}
.pc-v15-decision-aside .lede {
  font-size: 0.95rem;
  color: var(--v15-muted);
  line-height: 1.55;
  margin-bottom: 18px;
}
.pc-v15-decision-aside ol {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pc-v15-decision-aside ol li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 14px;
  align-items: baseline;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--v15-cream);
}
.pc-v15-decision-aside ol li .num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--v15-turq);
}
.pc-v15-decision-aside .foot {
  font-size: 0.85rem;
  color: var(--v15-muted);
  font-style: italic;
  padding-top: 14px;
  border-top: 1px solid rgba(248, 241, 228, 0.08);
}
.pc-v15-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 28px;
  background: var(--v15-turq);
  color: var(--v15-ink);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'DM Sans', system-ui, sans-serif;
  transition: background .3s var(--v15-ease), transform .3s var(--v15-ease), gap .3s var(--v15-ease);
  text-decoration: none;
  border: none;
  cursor: pointer;
}
.pc-v15-btn-primary:hover, .pc-v15-btn-primary:focus-visible {
  background: var(--v15-ink);
  color: var(--v15-cream);
  transform: translateY(-2px);
  gap: 22px;
}
.pc-v15-btn-primary .arrow {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--v15-ink);
  color: var(--v15-turq);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .25s, color .25s;
  flex-shrink: 0;
}
.pc-v15-btn-primary:hover .arrow, .pc-v15-btn-primary:focus-visible .arrow {
  background: var(--v15-turq);
  color: var(--v15-ink);
}
.pc-v15-ai-eq__sec--dark .pc-v15-btn-primary:hover, .pc-v15-ai-eq__sec--dark .pc-v15-btn-primary:focus-visible, .pc-v15-page .pc-v15-btn-primary:hover, .pc-v15-page .pc-v15-btn-primary:focus-visible {
  background: var(--v15-cream);
  color: var(--v15-ink);
}
.pc-v15-ai-eq__sec--dark .pc-v15-btn-primary:hover .arrow, .pc-v15-ai-eq__sec--dark .pc-v15-btn-primary:focus-visible .arrow, .pc-v15-page .pc-v15-btn-primary:hover .arrow, .pc-v15-page .pc-v15-btn-primary:focus-visible .arrow {
  background: var(--v15-ink);
  color: var(--v15-cream);
}
.pc-v15-page .pc-v15-section--light .pc-v15-btn-primary:hover, .pc-v15-page .pc-v15-section--light .pc-v15-btn-primary:focus-visible {
  background: var(--v15-ink);
  color: var(--v15-cream);
}
.pc-v15-page .pc-v15-section--light .pc-v15-btn-primary:hover .arrow, .pc-v15-page .pc-v15-section--light .pc-v15-btn-primary:focus-visible .arrow {
  background: var(--v15-turq);
  color: var(--v15-ink);
}
.pc-v15-ai-eq__sec .pc-v15-btn-ghost {
  color: var(--v15-muted-on-light);
  border-bottom-color: rgba(7, 19, 31, 0.18);
}
.pc-v15-ai-eq__sec .pc-v15-btn-ghost:hover {
  color: var(--v15-ink);
  border-color: var(--v15-ink);
}
.pc-v15-ai-eq__sec--dark .pc-v15-btn-ghost {
  color: var(--v15-muted);
  border-bottom-color: var(--v15-rule);
}
.pc-v15-ai-eq__sec--dark .pc-v15-btn-ghost:hover {
  color: var(--v15-cream);
  border-color: var(--v15-cream);
}
.pc-v15-btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--v15-muted);
  border-bottom: 1px solid var(--v15-rule);
  padding: 0 0 4px;
  transition: color .25s var(--v15-ease), border-color .25s var(--v15-ease);
  text-decoration: none;
}
.pc-v15-btn-ghost:hover {
  color: var(--v15-cream);
  border-color: var(--v15-cream);
}
.pc-v15-section--light .pc-v15-btn-ghost {
  color: var(--v15-muted-on-light);
  border-bottom-color: var(--v15-rule-on-light);
}
.pc-v15-section--light .pc-v15-btn-ghost:hover {
  color: var(--v15-ink-on-light);
  border-color: var(--v15-ink-on-light);
}
.pc-v15-bridge {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px var(--v15-pad-x) 56px;
  position: relative;
  z-index: 1;
}
.pc-v15-bridge .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--v15-muted);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.pc-v15-bridge .label .pip {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--v15-turq);
}
.pc-v15-bridge .line {
  width: 1px;
  height: 64px;
  background: linear-gradient(to bottom, transparent, var(--v15-turq) 40%, var(--v15-turq));
  position: relative;
}
.pc-v15-bridge .line::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--v15-turq);
  border-bottom: 2px solid var(--v15-turq);
  transform: translateX(-50%) rotate(45deg);
}
@media (max-width: 720px) {
  .pc-v15-hero {
    padding: 120px var(--v15-pad-x) 80px;
  }
  .pc-v15-hero-foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .pc-v15-hero-foot__right {
    align-items: flex-start;
  }
}
.pc-v15-promise-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr);
  gap: clamp(40px, 6vw, 88px);
  align-items: start;
}
.pc-v15-promise-intro {
  position: sticky;
  top: 96px;
}
.pc-v15-promise-intro h2 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: clamp(2rem, 3.6vw, 2.8rem);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 18px 0 22px;
  color: var(--v15-ink-on-light);
  text-wrap: balance;
}
.pc-v15-promise-intro h2 em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--v15-turq-deep);
}
.pc-v15-promise-intro .lede {
  font-size: 1rem;
  color: var(--v15-muted-on-light);
  line-height: 1.6;
  max-width: 44ch;
  margin-bottom: 20px;
}
.pc-v15-promise-intro .chips {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--v15-muted-on-light);
}
.pc-v15-promise-intro .chips li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.pc-v15-promise-intro .chips li::before {
  content: "·";
  color: var(--v15-turq-deep);
  font-size: 14px;
}
.pc-v15-promise-intro .closing {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.05rem;
  color: var(--v15-ink-on-light);
  line-height: 1.5;
  border-top: 1px solid rgba(7, 19, 31, 0.12);
  padding-top: 18px;
  max-width: 44ch;
}
.pc-v15-shift-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pc-v15-shift {
  display: grid;
  grid-template-columns: 6px 1fr;
  background: #fff;
  border: 1px solid rgba(7, 19, 31, 0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 40px -16px rgba(7, 19, 31, 0.10);
  transition: transform .3s var(--v15-ease), box-shadow .3s var(--v15-ease);
}
.pc-v15-shift:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 56px -18px rgba(7, 19, 31, 0.16);
}
.pc-v15-shift__bar {
  background: var(--v15-turq);
}
.pc-v15-shift--gold .pc-v15-shift__bar {
  background: var(--v15-gold);
}
.pc-v15-shift--turquoise .pc-v15-shift__bar {
  background: var(--v15-turq);
}
.pc-v15-shift--navy .pc-v15-shift__bar {
  background: var(--v15-ink);
}
.pc-v15-shift__inner {
  padding: clamp(22px, 2.8vw, 32px);
}
.pc-v15-shift__head {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(7, 19, 31, 0.08);
}
.pc-v15-shift__num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--v15-turq-deep);
}
.pc-v15-shift--gold .pc-v15-shift__num {
  color: #b08a2c;
}
.pc-v15-shift--navy .pc-v15-shift__num {
  color: var(--v15-ink);
}
.pc-v15-shift__tag {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: -0.015em;
  color: var(--v15-ink);
}
.pc-v15-shift__pair {
  display: grid;
  grid-template-columns: 1fr 32px 1fr;
  gap: 18px;
  align-items: start;
}
.pc-v15-shift__before, .pc-v15-shift__after {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pc-v15-shift__label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(7, 19, 31, 0.50);
}
.pc-v15-shift__before p {
  font-size: 0.95rem;
  color: var(--v15-muted-on-light);
  line-height: 1.5;
  margin: 0;
}
.pc-v15-shift__after p {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1rem;
  color: var(--v15-ink);
  line-height: 1.45;
  margin: 0;
}
.pc-v15-shift__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--v15-turq-deep);
  padding-top: 22px;
}
.pc-v15-shift--gold .pc-v15-shift__arrow {
  color: #b08a2c;
}
.pc-v15-shift--navy .pc-v15-shift__arrow {
  color: var(--v15-ink);
}
.pc-v15-shift__badge {
  display: inline-flex;
  align-self: flex-start;
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(52, 184, 173, 0.12);
  color: var(--v15-turq-deep);
  margin-top: 6px;
}
.pc-v15-shift--gold .pc-v15-shift__badge {
  background: rgba(240, 199, 107, 0.22);
  color: #8a6816;
}
.pc-v15-shift--navy .pc-v15-shift__badge {
  background: rgba(7, 19, 31, 0.08);
  color: var(--v15-ink);
}
@media (max-width: 880px) {
  .pc-v15-promise-layout {
    grid-template-columns: 1fr;
  }
  .pc-v15-promise-intro {
    position: static;
  }
  .pc-v15-shift__pair {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .pc-v15-shift__arrow {
    transform: rotate(90deg);
    padding-top: 0;
  }
}
.pc-v15-svc-list {
  display: flex;
  flex-direction: column;
}
.pc-v15-svc-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  column-gap: clamp(20px, 4vw, 56px);
  row-gap: 6px;
  align-items: baseline;
  padding: 36px 0;
  border-top: 1px solid var(--v15-rule);
  transition: padding .3s var(--v15-ease);
}
.pc-v15-svc-item:last-child {
  border-bottom: 1px solid var(--v15-rule);
}
.pc-v15-svc-item:hover {
  padding-left: 12px;
}
.pc-v15-svc-item .ord {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  letter-spacing: 0.14em;
  color: var(--v15-turq);
  align-self: start;
  padding-top: 6px;
  grid-row: 1 / span 3;
}
.pc-v15-svc-item h3 {
  font-family: 'Bricolage Grotesque', serif;
  font-size: clamp(1.4rem, 2.4vw, 1.95rem);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.18;
  color: var(--v15-cream);
  margin: 0;
  grid-column: 2;
}
.pc-v15-svc-item h3 em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--v15-turq);
}
.pc-v15-svc-item .desc {
  grid-column: 2;
  margin: 6px 0 0;
  font-size: 1rem;
  color: var(--v15-muted);
  max-width: 64ch;
  line-height: 1.55;
}
.pc-v15-svc-item .tag {
  grid-column: 2;
  margin-top: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-turq);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: start;
}
.pc-v15-svc-item .tag::before {
  content: "";
  width: 18px;
  height: 1px;
  background: var(--v15-turq);
}
@media (max-width: 640px) {
  .pc-v15-svc-item {
    grid-template-columns: 64px 1fr;
  }
  .pc-v15-svc-item .ord {
    grid-row: auto;
  }
  .pc-v15-svc-item h3, .pc-v15-svc-item .desc, .pc-v15-svc-item .tag {
    grid-column: 1 / -1;
  }
}
.pc-v15-section--light .pc-v15-svc-item {
  border-top-color: var(--v15-rule-on-light);
}
.pc-v15-section--light .pc-v15-svc-item:last-child {
  border-bottom-color: var(--v15-rule-on-light);
}
.pc-v15-section--light .pc-v15-svc-item .ord {
  color: var(--v15-turq-deep);
}
.pc-v15-section--light .pc-v15-svc-item h3 {
  color: var(--v15-ink-on-light);
}
.pc-v15-section--light .pc-v15-svc-item h3 em {
  color: var(--v15-turq-deep);
}
.pc-v15-section--light .pc-v15-svc-item .desc {
  color: var(--v15-muted-on-light);
}
.pc-v15-section--light .pc-v15-svc-item .tag {
  color: var(--v15-turq-deep);
}
.pc-v15-section--light .pc-v15-svc-item .tag::before {
  background: var(--v15-turq-deep);
}
.pc-v15-sectors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.pc-v15-sector {
  padding: clamp(28px, 3.4vw, 40px);
  background: rgba(13, 26, 42, 0.5);
  border: 1px solid var(--v15-rule);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 240px;
  transition: border-color .3s var(--v15-ease), transform .3s var(--v15-ease), background .3s var(--v15-ease);
}
.pc-v15-sector:hover {
  border-color: var(--v15-turq);
  background: rgba(13, 26, 42, 0.7);
  transform: translateY(-3px);
}
.pc-v15-sector .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-turq);
}
.pc-v15-sector h3 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
  color: var(--v15-cream);
  margin: 0;
}
.pc-v15-sector p {
  font-size: 0.97rem;
  color: var(--v15-muted);
  line-height: 1.55;
  flex: 1;
  margin: 0;
}
.pc-v15-sectors-aside {
  margin-top: 32px;
  font-size: 0.95rem;
  color: var(--v15-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
}
.pc-v15-sectors-aside a {
  color: var(--v15-turq);
  border-bottom: 1px solid currentColor;
  transition: color .25s var(--v15-ease);
  text-decoration: none;
}
.pc-v15-sectors-aside a:hover {
  color: var(--v15-cream);
}
.pc-v15-section--light .pc-v15-sector {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(7, 19, 31, 0.10);
}
.pc-v15-section--light .pc-v15-sector:hover {
  background: #fff;
  border-color: var(--v15-turq-deep);
}
.pc-v15-section--light .pc-v15-sector .label {
  color: var(--v15-turq-deep);
}
.pc-v15-section--light .pc-v15-sector h3 {
  color: var(--v15-ink-on-light);
}
.pc-v15-section--light .pc-v15-sector p {
  color: var(--v15-muted-on-light);
}
.pc-v15-section--light .pc-v15-sectors-aside {
  color: var(--v15-muted-on-light);
}
.pc-v15-section--light .pc-v15-sectors-aside a {
  color: var(--v15-turq-deep);
}
.pc-v15-section--light .pc-v15-sectors-aside a:hover {
  color: var(--v15-ink-on-light);
}
@media (max-width: 880px) {
  .pc-v15-sectors-grid {
    grid-template-columns: 1fr;
  }
}
.pc-v15-story-track {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.pc-v15-story-track::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 60px;
  bottom: 60px;
  width: 2px;
  background: linear-gradient(to bottom, var(--v15-turq) 0%, var(--v15-turq) 28%, var(--v15-gold) 50%, var(--v15-coral) 75%, var(--v15-cream) 100%);
  opacity: .35;
}
.pc-v15-story-step {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 28px;
  padding: 26px 0;
  position: relative;
}
.pc-v15-story-step .marker {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--v15-ink);
  border: 2px solid rgba(248, 241, 228, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: var(--v15-cream);
  position: relative;
  z-index: 2;
  transition: transform .25s var(--v15-ease);
}
.pc-v15-story-step:hover .marker {
  transform: scale(1.06);
}
.pc-v15-story-step--01 .marker {
  background: var(--v15-turq);
  border-color: var(--v15-turq);
  color: var(--v15-ink);
  box-shadow: 0 0 24px rgba(52, 184, 173, 0.4);
}
.pc-v15-story-step--02 .marker {
  background: var(--v15-gold);
  border-color: var(--v15-gold);
  color: var(--v15-ink);
}
.pc-v15-story-step--03 .marker {
  background: var(--v15-coral);
  border-color: var(--v15-coral);
  color: var(--v15-cream);
}
.pc-v15-story-step .body {
  padding-top: 6px;
}
.pc-v15-story-step .lab {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--v15-muted);
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.pc-v15-story-step .lab .rule {
  width: 24px;
  height: 1px;
  background: currentColor;
  opacity: .5;
}
.pc-v15-story-step h3 {
  font-family: 'Bricolage Grotesque', serif;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 1.18;
  color: var(--v15-cream);
  margin: 0;
}
.pc-v15-story-step h3 em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--v15-turq);
}
.pc-v15-story-step .desc {
  margin: 12px 0 0;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--v15-muted);
  max-width: 64ch;
}
.pc-v15-story-step .tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-turq);
}
.pc-v15-story-step .tag::before {
  content: "";
  width: 14px;
  height: 1px;
  background: currentColor;
}
.pc-v15-story-cta {
  margin-top: 40px;
  padding-left: 124px;
}
.pc-v15-story-cta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--v15-muted);
  border-bottom: 1px solid var(--v15-rule);
  padding-bottom: 4px;
  font-size: 14px;
  transition: color .25s var(--v15-ease), border-color .25s var(--v15-ease), gap .25s var(--v15-ease);
  text-decoration: none;
}
.pc-v15-story-cta a:hover {
  color: var(--v15-cream);
  border-color: var(--v15-cream);
  gap: 18px;
}
.pc-v15-story-cta a svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 640px) {
  .pc-v15-story-step {
    grid-template-columns: 64px 1fr;
    gap: 16px;
  }
  .pc-v15-story-track::before {
    left: 19px;
  }
  .pc-v15-story-step .marker {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .pc-v15-story-cta {
    padding-left: 0;
  }
}
.pc-v15-section--light .pc-v15-story-track::before {
  background: linear-gradient(to bottom, var(--v15-turq-deep) 0%, var(--v15-turq-deep) 28%, var(--v15-gold) 50%, var(--v15-coral) 75%, var(--v15-ink) 100%);
  opacity: .35;
}
.pc-v15-section--light .pc-v15-story-step .marker {
  background: #fff;
  border-color: var(--v15-ink-on-light);
  color: var(--v15-ink-on-light);
}
.pc-v15-section--light .pc-v15-story-step--01 .marker {
  background: var(--v15-turq);
  border-color: var(--v15-turq);
  color: var(--v15-ink);
  box-shadow: 0 0 24px rgba(52, 184, 173, 0.3);
}
.pc-v15-section--light .pc-v15-story-step--02 .marker {
  background: var(--v15-gold);
  border-color: var(--v15-gold);
  color: var(--v15-ink);
}
.pc-v15-section--light .pc-v15-story-step--03 .marker {
  background: var(--v15-coral);
  border-color: var(--v15-coral);
  color: var(--v15-cream);
}
.pc-v15-section--light .pc-v15-story-step .lab {
  color: var(--v15-muted-on-light);
}
.pc-v15-section--light .pc-v15-story-step h3 {
  color: var(--v15-ink-on-light);
}
.pc-v15-section--light .pc-v15-story-step h3 em {
  color: var(--v15-turq-deep);
}
.pc-v15-section--light .pc-v15-story-step .desc {
  color: var(--v15-muted-on-light);
}
.pc-v15-section--light .pc-v15-story-step .tag {
  color: var(--v15-turq-deep);
}
.pc-v15-section--light .pc-v15-story-step .desc .hi-gold {
  background: linear-gradient(transparent 60%, rgba(240, 199, 107, 0.55) 60% 94%, transparent 94%);
  color: var(--v15-ink-on-light);
}
.pc-v15-section--light .pc-v15-story-step .tag .strike {
  color: rgba(7, 19, 31, 0.30);
}
.pc-v15-section--light .pc-v15-story-step .tag em {
  color: var(--v15-turq-deep);
}
.pc-v15-section--light .pc-v15-story-cta a {
  color: var(--v15-muted-on-light);
  border-bottom-color: var(--v15-rule-on-light);
}
.pc-v15-section--light .pc-v15-story-cta a:hover {
  color: var(--v15-ink-on-light);
  border-color: var(--v15-ink-on-light);
}
.pc-v15-cta-final {
  padding: clamp(120px, 18vh, 200px) var(--v15-pad-x);
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.pc-v15-cta-final::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 50% 60% at 50% 50%, rgba(52, 184, 173, 0.16), transparent 60%);
  pointer-events: none;
}
.pc-v15-cta-final::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(52, 184, 173, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(52, 184, 173, 0.06) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse 60% 60% at 50% 50%, black 30%, transparent 80%);
  pointer-events: none;
}
.pc-v15-cta-final-inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
}
.pc-v15-cta-final .pc-v15-kicker {
  justify-content: center;
  display: inline-flex;
  margin-bottom: 28px;
}
.pc-v15-cta-final h2 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 5.6vw, 4.4rem);
  letter-spacing: -0.035em;
  margin-bottom: 28px;
  line-height: 1.0;
  color: var(--v15-cream);
  text-wrap: balance;
}
.pc-v15-cta-final h2 em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--v15-turq);
}
.pc-v15-cta-final p {
  font-size: 1.05rem;
  color: var(--v15-muted);
  margin: 0 auto 40px;
  max-width: 56ch;
  line-height: 1.6;
}
.pc-v15-cta-final .actions {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
}
.pc-v15-cta-final--light {
  background: var(--v15-paper);
}
.pc-v15-cta-final--light::before {
  background: radial-gradient(ellipse 50% 60% at 50% 50%, rgba(52, 184, 173, 0.10), transparent 60%);
}
.pc-v15-cta-final--light::after {
  background-image: linear-gradient(rgba(7, 19, 31, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(7, 19, 31, 0.04) 1px, transparent 1px);
}
.pc-v15-cta-final--light h2 {
  color: var(--v15-ink);
}
.pc-v15-cta-final--light h2 em {
  color: var(--v15-turq-deep);
}
.pc-v15-cta-final--light p {
  color: var(--v15-muted-on-light);
}
.pc-v15-cta-final--light .pc-v15-kicker {
  color: var(--v15-turq-deep);
}
.pc-v15-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s var(--v15-ease), transform .8s var(--v15-ease);
}
.pc-v15-reveal.is-visible, .pc-v15-reveal.is-in {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .pc-v15-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .pc-v15-shift, .pc-v15-sector, .pc-v15-story-step .marker, .pc-v15-svc-item, .pc-v15-btn-primary, .pc-v15-btn-ghost, .pc-v15-story-cta a {
    transition: none;
  }
  .pc-v15-shift:hover, .pc-v15-sector:hover, .pc-v15-story-step:hover .marker, .pc-v15-svc-item:hover, .pc-v15-btn-primary:hover, .pc-v15-story-cta a:hover {
    transform: none;
    box-shadow: none;
    padding-left: 0;
  }
  .pc-v15-btn-primary:hover {
    gap: 16px;
  }
  .pc-v15-story-cta a:hover {
    gap: 12px;
  }
}
.pc-v15-hero-filtro-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-turq);
  text-decoration: none;
  border-bottom: 1px solid rgba(52, 184, 173, 0.4);
  padding-bottom: 4px;
  transition: color .25s var(--v15-ease), border-color .25s var(--v15-ease), gap .25s var(--v15-ease);
}
.pc-v15-hero-filtro-link:hover {
  color: var(--v15-cream);
  border-color: var(--v15-cream);
  gap: 14px;
}
.pc-v15-hero-filtro-link::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}
.pc-v15-planteamiento .pc-v15-section-head {
  max-width: 760px;
}
.pc-v15-planteamiento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 4.5vw, 64px);
}
.pc-v15-stance h3 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 1.15rem;
  letter-spacing: -0.012em;
  margin: 0 0 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--v15-rule);
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--v15-cream);
}
.pc-v15-stance__glyph {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
.pc-v15-stance--no .pc-v15-stance__glyph {
  color: var(--v15-coral);
}
.pc-v15-stance--si .pc-v15-stance__glyph {
  color: var(--v15-turq);
}
.pc-v15-stance ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.pc-v15-stance li {
  font-size: 1.02rem;
  line-height: 1.5;
  padding-left: 26px;
  position: relative;
  color: var(--v15-muted);
}
.pc-v15-stance--si li {
  color: var(--v15-cream);
}
.pc-v15-stance li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 12px;
  height: 1px;
  background: var(--v15-muted-2);
}
.pc-v15-stance--si li::before {
  background: var(--v15-turq);
}
.pc-v15-section--light .pc-v15-stance h3 {
  color: var(--v15-ink-on-light);
  border-bottom-color: var(--v15-rule-on-light);
}
.pc-v15-section--light .pc-v15-stance--si .pc-v15-stance__glyph {
  color: var(--v15-turq-deep);
}
.pc-v15-section--light .pc-v15-stance li {
  color: var(--v15-muted-on-light);
}
.pc-v15-section--light .pc-v15-stance--si li {
  color: var(--v15-ink-on-light);
}
.pc-v15-section--light .pc-v15-stance li::before {
  background: var(--v15-muted2-on-light);
}
.pc-v15-section--light .pc-v15-stance--si li::before {
  background: var(--v15-turq-deep);
}
.pc-v15-planteamiento-foot {
  margin-top: clamp(40px, 5vh, 56px);
  padding-top: 24px;
  border-top: 1px solid var(--v15-rule);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 22px;
  align-items: center;
}
.pc-v15-planteamiento-foot a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--v15-muted);
  border-bottom: 1px solid var(--v15-rule);
  padding-bottom: 4px;
  transition: color .25s var(--v15-ease), gap .25s var(--v15-ease);
  text-decoration: none;
}
.pc-v15-planteamiento-foot a:hover {
  color: var(--v15-cream);
  gap: 14px;
}
.pc-v15-section--light .pc-v15-planteamiento-foot {
  border-top-color: var(--v15-rule-on-light);
}
.pc-v15-section--light .pc-v15-planteamiento-foot a {
  color: var(--v15-muted-on-light);
  border-bottom-color: var(--v15-rule-on-light);
}
.pc-v15-section--light .pc-v15-planteamiento-foot a:hover {
  color: var(--v15-ink-on-light);
  border-color: var(--v15-ink-on-light);
}
@media (max-width: 720px) {
  .pc-v15-planteamiento-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.pc-v15-medimos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.4vw, 32px);
}
.pc-v15-medimos-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(24px, 2.6vw, 32px);
  background: rgba(13, 26, 42, 0.5);
  border: 1px solid var(--v15-rule);
  border-radius: 14px;
  transition: border-color .3s var(--v15-ease), transform .3s var(--v15-ease), background .3s var(--v15-ease);
  position: relative;
  overflow: hidden;
}
.pc-v15-medimos-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--accent, var(--v15-turq));
}
.pc-v15-medimos-card:hover {
  border-color: var(--accent, var(--v15-turq));
  background: rgba(13, 26, 42, 0.7);
  transform: translateY(-3px);
}
.pc-v15-medimos-card .num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.16em;
  color: var(--accent, var(--v15-turq));
}
.pc-v15-medimos-card h3 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: -0.018em;
  line-height: 1.18;
  color: var(--v15-cream);
  margin: 0;
}
.pc-v15-medimos-card p {
  font-size: 0.92rem;
  color: var(--v15-muted);
  line-height: 1.5;
  margin: 0;
}
.pc-v15-medimos-foot {
  margin-top: 32px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 1.02rem;
  color: var(--v15-cream);
  border-top: 1px solid var(--v15-rule);
  padding-top: 22px;
  max-width: 64ch;
  line-height: 1.5;
}
.pc-v15-section--light .pc-v15-medimos-card {
  background: rgba(255, 255, 255, 0.6);
  border-color: rgba(7, 19, 31, 0.10);
}
.pc-v15-section--light .pc-v15-medimos-card:hover {
  background: #fff;
}
.pc-v15-section--light .pc-v15-medimos-card h3 {
  color: var(--v15-ink-on-light);
}
.pc-v15-section--light .pc-v15-medimos-card p {
  color: var(--v15-muted-on-light);
}
.pc-v15-section--light .pc-v15-medimos-foot {
  color: var(--v15-ink-on-light);
  border-top-color: rgba(7, 19, 31, 0.12);
}
@media (max-width: 980px) {
  .pc-v15-medimos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .pc-v15-medimos-grid {
    grid-template-columns: 1fr;
  }
}
.pc-v15-story-step .desc .hi-gold {
  background: linear-gradient(transparent 60%, rgba(240, 199, 107, 0.30) 60% 94%, transparent 94%);
  padding: 0 4px;
  color: var(--v15-gold);
}
.pc-v15-story-step .tag .strike {
  position: relative;
  display: inline-block;
  color: rgba(248, 241, 228, 0.32);
}
.pc-v15-story-step .tag .strike::after {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  top: 54%;
  height: 2px;
  background: var(--v15-coral);
  transform: rotate(-1.4deg);
  border-radius: 3px;
}
.pc-v15-story-step .tag em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--v15-turq);
  text-transform: none;
  letter-spacing: 0;
}
@media (prefers-reduced-motion: reduce) {
  .pc-v15-medimos-card, .pc-v15-hero-filtro-link, .pc-v15-planteamiento-foot a {
    transition: none;
  }
  .pc-v15-medimos-card:hover {
    transform: none;
  }
  .pc-v15-hero-filtro-link:hover {
    gap: 10px;
  }
  .pc-v15-planteamiento-foot a:hover {
    gap: 10px;
  }
}
.pc-v15-ai-eq {
  font-family: 'DM Sans', system-ui, sans-serif;
  color: var(--v15-ink-on-light);
  background: var(--v15-paper);
  position: relative;
}
.pc-v15-ai-eq::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.7  0 0 0 0 0.78  0 0 0 0 0.78  0 0 0 0.05 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}
.pc-v15-ai-eq__wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 clamp(24px, 5vw, 80px);
  position: relative;
  z-index: 1;
}
.pc-v15-ai-eq__sec {
  padding: clamp(72px, 10vh, 120px) 0;
  position: relative;
}
.pc-v15-ai-eq__sec--dark {
  background: var(--v15-ink);
  color: var(--v15-cream);
  margin: 0 calc(50% - 50vw);
  padding-left: clamp(24px, 5vw, 80px);
  padding-right: clamp(24px, 5vw, 80px);
}
.pc-v15-ai-eq__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.pc-v15-ai-eq__badge::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}
.pc-v15-ai-eq__badge--turq {
  background: rgba(52, 184, 173, 0.14);
  color: var(--v15-turq-deep);
}
.pc-v15-ai-eq__badge--gold {
  background: rgba(240, 199, 107, 0.20);
  color: #8a6816;
}
.pc-v15-ai-eq__badge--navy {
  background: rgba(7, 19, 31, 0.08);
  color: var(--v15-ink);
}
.pc-v15-ai-eq__badge--coral {
  background: rgba(217, 90, 64, 0.14);
  color: var(--v15-coral);
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-eq__badge--turq {
  background: rgba(52, 184, 173, 0.20);
  color: var(--v15-turq);
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-eq__badge--gold {
  background: rgba(240, 199, 107, 0.18);
  color: var(--v15-gold);
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-eq__badge--navy {
  background: rgba(248, 241, 228, 0.10);
  color: var(--v15-cream);
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-eq__badge--coral {
  background: rgba(217, 90, 64, 0.20);
  color: var(--v15-coral);
}
.pc-v15-ai-eq__h1 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: clamp(2.4rem, 5.6vw, 4.4rem);
  line-height: 1.0;
  letter-spacing: -0.03em;
  margin: 0 0 22px;
  text-wrap: balance;
}
.pc-v15-ai-eq__h2 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: clamp(1.8rem, 3.6vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.025em;
  margin: 0 0 18px;
  text-wrap: balance;
}
.pc-v15-ai-eq__h1 em, .pc-v15-ai-eq__h2 em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--v15-turq-deep);
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-eq__h1 em, .pc-v15-ai-eq__sec--dark .pc-v15-ai-eq__h2 em {
  color: var(--v15-turq);
}
.pc-v15-ai-eq__h1 .strike, .pc-v15-ai-eq__h2 .strike {
  color: rgba(7, 19, 31, 0.40);
  text-decoration: line-through;
  text-decoration-color: var(--v15-coral);
  text-decoration-thickness: 4px;
  text-decoration-skip-ink: none;
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-eq__h1 .strike, .pc-v15-ai-eq__sec--dark .pc-v15-ai-eq__h2 .strike {
  color: rgba(248, 241, 228, 0.40);
}
.pc-v15-ai-eq__h1 .hi-gold, .pc-v15-ai-eq__h2 .hi-gold {
  background: linear-gradient(transparent 60%, rgba(240, 199, 107, 0.32) 60% 94%, transparent 94%);
  padding: 0 4px;
  color: #8a6816;
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-eq__h1 .hi-gold, .pc-v15-ai-eq__sec--dark .pc-v15-ai-eq__h2 .hi-gold {
  color: var(--v15-gold);
}
.pc-v15-ai-eq__h1 .hi-turq, .pc-v15-ai-eq__h2 .hi-turq {
  background: linear-gradient(transparent 60%, rgba(52, 184, 173, 0.22) 60% 94%, transparent 94%);
  padding: 0 4px;
  color: var(--v15-turq-deep);
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-eq__h1 .hi-turq, .pc-v15-ai-eq__sec--dark .pc-v15-ai-eq__h2 .hi-turq {
  color: var(--v15-turq);
}
.pc-v15-ai-eq__lead {
  font-size: 1.0625rem;
  line-height: 1.55;
  color: var(--v15-muted-on-light);
  max-width: 56ch;
  margin: 0 0 24px;
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-eq__lead {
  color: var(--v15-muted);
}
.pc-v15-ai-v5__hero {
  padding: clamp(48px, 7vh, 88px) 0 clamp(40px, 6vh, 60px);
}
.pc-v15-ai-v5__hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-turq-deep);
  margin: 0 0 22px;
}
.pc-v15-ai-v5__hero-kicker .pip {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--v15-turq);
  flex-shrink: 0;
}
.pc-v15-ai-v5__chips {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-muted-on-light);
}
.pc-v15-ai-v5__chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pc-v15-ai-v5__chips li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--v15-turq);
  flex-shrink: 0;
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-v5__chips {
  color: var(--v15-muted);
}
.pc-v15-ai-v5__hero-flex {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 40px;
}
.pc-v15-ai-v5__hero-flex > div:first-child {
  flex: 1 1 600px;
}
.pc-v15-ai-v5__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
}
.pc-v15-ai-v5__breadcrumbs-slot {
  margin: 0 0 36px;
}
.pc-v15-ai-v5__breadcrumbs-slot .breadcrumbs {
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--v15-muted-on-light);
}
.pc-v15-ai-v5__breadcrumbs-slot .breadcrumbs a {
  color: var(--v15-muted-on-light);
}
.pc-v15-ai-v5__breadcrumbs-slot .breadcrumbs a:hover, .pc-v15-ai-v5__breadcrumbs-slot .breadcrumbs a:focus-visible {
  color: var(--v15-turq-deep);
}
.pc-v15-ai-v5__breadcrumbs-slot .breadcrumbs .sep {
  color: var(--v15-turq-deep);
  opacity: 0.55;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 14px;
}
.pc-v15-ai-v5__breadcrumbs-slot .breadcrumbs [aria-current="page"] {
  color: var(--v15-ink);
  font-weight: 500;
}
.pc-v15-ai-v5__bc-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(7, 19, 31, 0.12);
}
.pc-v15-ai-v5__bc-cell {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-left: 14px;
  border-left: 3px solid;
}
.pc-v15-ai-v5__bc-cell:nth-child(1) {
  border-left-color: var(--v15-turq-deep);
}
.pc-v15-ai-v5__bc-cell:nth-child(2) {
  border-left-color: var(--v15-gold);
}
.pc-v15-ai-v5__bc-cell:nth-child(3) {
  border-left-color: var(--v15-ink);
}
.pc-v15-ai-v5__bc-cell:nth-child(4) {
  border-left-color: var(--v15-coral);
}
.pc-v15-ai-v5__bc-cell .num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(7, 19, 31, 0.55);
}
.pc-v15-ai-v5__bc-cell strong {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 1rem;
  color: var(--v15-ink);
}
.pc-v15-ai-v5__bc-cell p {
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--v15-muted-on-light);
  margin: 0;
}
@media (max-width: 880px) {
  .pc-v15-ai-v5__bc-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .pc-v15-ai-v5__bc-row {
    grid-template-columns: 1fr;
  }
}
.pc-v15-ai-v5__cases-grid {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  align-items: start;
}
.pc-v15-ai-v5__cases-intro {
  position: sticky;
  top: 96px;
}
.pc-v15-ai-v5__cases-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.pc-v15-ai-v5__case {
  padding: 24px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid rgba(7, 19, 31, 0.08);
  position: relative;
}
.pc-v15-ai-v5__case::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 3px;
  border-radius: 3px;
  background: var(--v15-turq-deep);
}
.pc-v15-ai-v5__case .head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 14px;
  padding-left: 12px;
  flex-wrap: wrap;
}
.pc-v15-ai-v5__case .head .num {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--v15-turq-deep);
  white-space: nowrap;
  flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.pc-v15-ai-v5__case .head .tag {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 1rem;
  color: var(--v15-ink);
}
.pc-v15-ai-v5__case p {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--v15-muted-on-light);
  margin: 0 0 8px;
  padding-left: 12px;
}
.pc-v15-ai-v5__case p strong {
  color: var(--v15-ink);
  font-weight: 500;
}
.pc-v15-ai-v5__case .after {
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: var(--v15-ink);
  font-weight: 500;
}
@media (max-width: 880px) {
  .pc-v15-ai-v5__cases-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pc-v15-ai-v5__cases-intro {
    position: static;
  }
}
.pc-v15-ai-v5__cases-grid--stacked {
  grid-template-columns: 1fr;
  gap: 40px;
}
.pc-v15-ai-v5__cases-grid--stacked .pc-v15-ai-v5__cases-intro {
  position: static;
  max-width: 720px;
}
.pc-v15-ai-v5__cases-grid--stacked .pc-v15-ai-v5__cases-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 720px) {
  .pc-v15-ai-v5__cases-grid--stacked .pc-v15-ai-v5__cases-list {
    grid-template-columns: 1fr;
  }
}
.pc-v15-ai-eq__sec--dark ::selection, .pc-v15-ai-eq__sec--dark *::selection {
  background: rgba(196, 154, 60, 0.45);
  color: var(--v15-cream);
}
.pc-v15-ai-eq__sec--dark ::-moz-selection, .pc-v15-ai-eq__sec--dark *::-moz-selection {
  background: rgba(196, 154, 60, 0.45);
  color: var(--v15-cream);
}
.pc-v15-ai-v5__faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.pc-v15-ai-v5__faq-grid .faq-item summary {
  min-height: 76px;
}
@media (max-width: 880px) {
  .pc-v15-ai-v5__faq-grid {
    grid-template-columns: 1fr;
  }
  .pc-v15-ai-v5__faq-grid .faq-item summary {
    min-height: 0;
  }
}
a.pc-v15-ai-v5__case {
  display: block;
  text-decoration: none;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
}
a.pc-v15-ai-v5__case:hover {
  transform: translateY(-2px);
  border-color: rgba(52, 184, 173, 0.40);
  box-shadow: 0 12px 28px rgba(7, 19, 31, 0.07);
}
a.pc-v15-ai-v5__case .arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-turq-deep);
  margin-top: 14px;
  padding-left: 12px;
}
a.pc-v15-ai-v5__case .arrow svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s;
}
a.pc-v15-ai-v5__case:hover .arrow svg {
  transform: translateX(3px);
}
.pc-v15-ai-v5__case ul.perfiles {
  list-style: none;
  padding-left: 12px;
  margin: 12px 0 4px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pc-v15-ai-v5__case ul.perfiles li {
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--v15-muted-on-light);
  padding-left: 18px;
  position: relative;
}
.pc-v15-ai-v5__case ul.perfiles li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 1px;
  background: var(--v15-turq-deep);
}
.pc-v15-ai-v5__case ul.perfiles .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(7, 19, 31, 0.55);
  padding-left: 0;
  margin-bottom: 4px;
}
.pc-v15-ai-v5__case ul.perfiles .label::before {
  display: none;
}
.pc-v15-ai-v5__cases-grid--stacked.is-3col .pc-v15-ai-v5__cases-list {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 880px) {
  .pc-v15-ai-v5__cases-grid--stacked.is-3col .pc-v15-ai-v5__cases-list {
    grid-template-columns: 1fr;
  }
}
.pc-v15-ai-v5__contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 64px);
  align-items: start;
  margin-top: 32px;
}
@media (max-width: 880px) {
  .pc-v15-ai-v5__contact-grid {
    grid-template-columns: 1fr;
  }
}
.pc-v15-ai-v5__contact-channels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
}
@media (min-width: 480px) {
  .pc-v15-ai-v5__contact-channels {
    grid-template-columns: 1fr 1fr;
  }
}
.pc-v15-ai-v5__channel {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid rgba(7, 19, 31, 0.10);
  background: #fff;
  color: var(--v15-ink);
  text-decoration: none;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.pc-v15-ai-v5__channel:hover {
  border-color: var(--v15-turq-deep);
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(7, 19, 31, 0.06);
}
.pc-v15-ai-v5__channel .icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(52, 184, 173, 0.10);
  color: var(--v15-turq-deep);
  border-radius: 10px;
}
.pc-v15-ai-v5__channel .icon svg {
  width: 20px;
  height: 20px;
}
.pc-v15-ai-v5__channel .body {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.pc-v15-ai-v5__channel .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-muted-on-light);
  margin-bottom: 2px;
}
.pc-v15-ai-v5__channel .value {
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--v15-ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pc-v15-ai-v5__contact-faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
}
@media (max-width: 720px) {
  .pc-v15-ai-v5__contact-faq {
    grid-template-columns: 1fr;
  }
}
.pc-v15-ai-v5__legal-grid {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: clamp(40px, 5vw, 64px);
  align-items: start;
}
.pc-v15-ai-v5__legal-toc {
  position: sticky;
  top: 96px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
}
.pc-v15-ai-v5__legal-toc .label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-muted-on-light);
  margin: 0 0 12px;
  font-weight: 600;
}
.pc-v15-ai-v5__legal-toc a {
  color: var(--v15-muted-on-light);
  text-decoration: none;
  padding: 4px 0;
  transition: color 0.2s;
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 13px;
  letter-spacing: 0;
}
.pc-v15-ai-v5__legal-toc a:hover {
  color: var(--v15-turq-deep);
}
.pc-v15-ai-v5__legal-prose {
  max-width: 720px;
}
.pc-v15-ai-v5__legal-prose h2 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: var(--v15-ink);
  margin: 48px 0 14px;
  scroll-margin-top: 96px;
}
.pc-v15-ai-v5__legal-prose h2:first-child {
  margin-top: 0;
}
.pc-v15-ai-v5__legal-prose h3 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 1.05rem;
  color: var(--v15-turq-deep);
  margin: 28px 0 8px;
}
.pc-v15-ai-v5__legal-prose p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--v15-muted-on-light);
  margin: 0 0 14px;
}
.pc-v15-ai-v5__legal-prose strong {
  color: var(--v15-ink);
  font-weight: 500;
}
.pc-v15-ai-v5__legal-prose ul {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pc-v15-ai-v5__legal-prose ul li {
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--v15-muted-on-light);
  padding-left: 20px;
  position: relative;
}
.pc-v15-ai-v5__legal-prose ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 10px;
  height: 1px;
  background: var(--v15-turq-deep);
}
.pc-v15-ai-v5__legal-prose a {
  color: var(--v15-turq-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s;
}
.pc-v15-ai-v5__legal-prose a:hover {
  color: var(--v15-ink);
}
@media (max-width: 880px) {
  .pc-v15-ai-v5__legal-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .pc-v15-ai-v5__legal-toc {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 18px;
    padding: 16px 0;
    border-top: 1px solid rgba(7, 19, 31, 0.10);
    border-bottom: 1px solid rgba(7, 19, 31, 0.10);
  }
  .pc-v15-ai-v5__legal-toc .label {
    width: 100%;
    margin-bottom: 4px;
  }
}
.pc-v15-ai-v5__filter-bar {
  position: sticky;
  top: 64px;
  z-index: 30;
  background: rgba(250, 248, 244, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(7, 19, 31, 0.08);
}
.pc-v15-ai-v5__filter-inner {
  display: flex;
  gap: clamp(20px, 3vw, 32px);
  overflow-x: auto;
  padding: 16px 0;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 600;
}
.pc-v15-ai-v5__filter-inner::-webkit-scrollbar {
  display: none;
}
.pc-v15-ai-v5__filter-inner .recurso-filter-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  color: var(--v15-muted-on-light);
  white-space: nowrap;
  transition: color 0.2s;
  flex-shrink: 0;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  font-weight: inherit;
}
.pc-v15-ai-v5__filter-inner .recurso-filter-btn:hover {
  color: var(--v15-ink);
}
.pc-v15-ai-v5__filter-inner .recurso-filter-btn.is-active {
  color: var(--v15-ink);
}
.pc-v15-ai-v5__featured {
  margin-bottom: clamp(48px, 6vh, 80px);
}
.pc-v15-ai-v5__featured a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.pc-v15-ai-v5__featured-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
}
.pc-v15-ai-v5__featured-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(248, 241, 228, 0.08);
}
.pc-v15-ai-v5__featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.pc-v15-ai-v5__featured a:hover .pc-v15-ai-v5__featured-media img {
  transform: scale(1.03);
}
.pc-v15-ai-v5__featured-body .pc-v15-ai-eq__h2 {
  font-style: italic;
  font-family: 'Fraunces', serif;
}
.pc-v15-ai-v5__featured-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-muted);
}
.pc-v15-ai-v5__featured-meta .cat {
  color: var(--v15-turq);
}
.pc-v15-ai-v5__featured-meta .cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--v15-turq);
  margin-left: auto;
}
.pc-v15-ai-v5__featured-meta .cta svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s;
}
.pc-v15-ai-v5__featured a:hover .pc-v15-ai-v5__featured-meta .cta svg {
  transform: translateX(3px);
}
@media (max-width: 880px) {
  .pc-v15-ai-v5__featured-grid {
    grid-template-columns: 1fr;
  }
}
.pc-v15-ai-v5__cornerstones {
  border-top: 1px solid rgba(248, 241, 228, 0.14);
  padding-top: 20px;
}
.pc-v15-ai-v5__cornerstones-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-muted);
  margin: 0 0 12px;
}
.pc-v15-ai-v5__cornerstone-row {
  border-bottom: 1px solid rgba(248, 241, 228, 0.10);
  transition: background 0.2s;
}
.pc-v15-ai-v5__cornerstone-row:hover {
  background: rgba(248, 241, 228, 0.04);
}
.pc-v15-ai-v5__cornerstone-row a {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 22px 0;
  text-decoration: none;
  color: inherit;
}
.pc-v15-ai-v5__cornerstone-row .cat {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-gold);
}
.pc-v15-ai-v5__cornerstone-row h3 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.25;
  color: var(--v15-cream);
  margin: 0;
  transition: color 0.2s;
}
.pc-v15-ai-v5__cornerstone-row a:hover h3 {
  color: var(--v15-turq);
}
.pc-v15-ai-v5__cornerstone-row .cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-muted);
  white-space: nowrap;
}
.pc-v15-ai-v5__cornerstone-row .cta svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s;
}
.pc-v15-ai-v5__cornerstone-row a:hover .cta {
  color: var(--v15-turq);
}
.pc-v15-ai-v5__cornerstone-row a:hover .cta svg {
  transform: translateX(3px);
}
@media (max-width: 720px) {
  .pc-v15-ai-v5__cornerstone-row a {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .pc-v15-ai-v5__cornerstone-row .cta {
    justify-self: start;
  }
}
.pc-v15-ai-v5__index {
  border-top: 1px solid rgba(7, 19, 31, 0.10);
}
.pc-v15-ai-v5__index-row {
  border-bottom: 1px solid rgba(7, 19, 31, 0.10);
}
.pc-v15-ai-v5__index-row a {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  gap: 24px;
  align-items: baseline;
  padding: 20px 0;
  text-decoration: none;
  color: inherit;
}
.pc-v15-ai-v5__index-row .cat {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-turq-deep);
  font-weight: 600;
}
.pc-v15-ai-v5__index-row h3 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--v15-ink);
  margin: 0;
  transition: color 0.2s;
}
.pc-v15-ai-v5__index-row a:hover h3 {
  color: var(--v15-turq-deep);
}
.pc-v15-ai-v5__index-row .meta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  color: var(--v15-muted-on-light);
  white-space: nowrap;
}
.pc-v15-ai-v5__index-row .meta time {
  font-variant-numeric: tabular-nums;
}
.pc-v15-ai-v5__index-row .meta .draft {
  color: var(--v15-gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 600;
}
.pc-v15-ai-v5__index-row .meta svg {
  width: 14px;
  height: 14px;
  color: var(--v15-muted-on-light);
  transition: transform 0.2s, color 0.2s;
}
.pc-v15-ai-v5__index-row a:hover .meta svg {
  transform: translateX(3px);
  color: var(--v15-turq-deep);
}
.pc-v15-ai-v5__index-row .desc {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--v15-muted-on-light);
  padding: 0 0 16px;
  margin: 0;
  max-width: 62ch;
}
@media (min-width: 721px) {
  .pc-v15-ai-v5__index-row .desc {
    display: none;
  }
}
@media (max-width: 720px) {
  .pc-v15-ai-v5__index-row a {
    grid-template-columns: 1fr auto;
    gap: 8px 14px;
  }
  .pc-v15-ai-v5__index-row .cat {
    grid-column: 1 / -1;
  }
}
.pc-v15-ai-v5__signature {
  margin-top: clamp(40px, 5vh, 60px);
  padding-top: 28px;
  border-top: 1px solid rgba(7, 19, 31, 0.10);
  max-width: 600px;
}
.pc-v15-ai-v5__signature .label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-muted-on-light);
  margin: 0 0 10px;
}
.pc-v15-ai-v5__signature .name {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.1;
  color: var(--v15-ink);
  margin: 0 0 4px;
  letter-spacing: -0.015em;
}
.pc-v15-ai-v5__signature .role {
  font-size: 0.95rem;
  color: var(--v15-muted-on-light);
  margin: 0 0 14px;
}
.pc-v15-ai-v5__signature .note {
  font-size: 0.875rem;
  line-height: 1.55;
  color: var(--v15-muted-on-light);
  margin: 0;
  max-width: 56ch;
}
.pc-v15-ai-v5__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(7, 19, 31, 0.10);
  border-bottom: 1px solid rgba(7, 19, 31, 0.10);
  margin: 24px 0 0;
}
.pc-v15-ai-v5__stats > div {
  padding: 28px 24px;
  border-right: 1px solid rgba(7, 19, 31, 0.10);
}
.pc-v15-ai-v5__stats > div:last-child {
  border-right: none;
}
.pc-v15-ai-v5__stats .num {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1;
  color: var(--v15-ink);
  margin-bottom: 8px;
  font-variant-numeric: tabular-nums;
}
.pc-v15-ai-v5__stats .num em {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  color: var(--v15-turq-deep);
}
.pc-v15-ai-v5__stats p {
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--v15-muted-on-light);
  margin: 0;
  max-width: 22ch;
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-v5__stats {
  border-color: rgba(248, 241, 228, 0.14);
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-v5__stats > div {
  border-color: rgba(248, 241, 228, 0.14);
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-v5__stats .num {
  color: var(--v15-cream);
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-v5__stats .num em {
  color: var(--v15-turq);
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-v5__stats p {
  color: var(--v15-muted);
}
@media (max-width: 720px) {
  .pc-v15-ai-v5__stats {
    grid-template-columns: 1fr;
  }
  .pc-v15-ai-v5__stats > div {
    border-right: none;
    border-bottom: 1px solid rgba(7, 19, 31, 0.10);
  }
  .pc-v15-ai-v5__stats > div:last-child {
    border-bottom: none;
  }
  .pc-v15-ai-eq__sec--dark .pc-v15-ai-v5__stats > div {
    border-bottom-color: rgba(248, 241, 228, 0.14);
  }
}
.pc-v15-ai-v5__fund-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pc-v15-ai-v5__fund {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px 26px;
  background: rgba(248, 241, 228, 0.04);
  border: 1px solid rgba(248, 241, 228, 0.10);
  border-radius: 14px;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}
.pc-v15-ai-v5__fund:hover {
  background: rgba(248, 241, 228, 0.07);
  border-color: rgba(52, 184, 173, 0.40);
  transform: translateX(4px);
}
.pc-v15-ai-v5__fund .num {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
  color: var(--v15-turq);
  display: block;
}
.pc-v15-ai-v5__fund .body h3 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 1.15rem;
  color: var(--v15-cream);
  margin: 0 0 4px;
}
.pc-v15-ai-v5__fund .body p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--v15-muted);
  margin: 0;
}
.pc-v15-ai-v5__fund .arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--v15-turq);
  white-space: nowrap;
}
.pc-v15-ai-v5__fund .arrow svg {
  width: 14px;
  height: 14px;
  transition: transform 0.2s;
}
.pc-v15-ai-v5__fund:hover .arrow svg {
  transform: translateX(3px);
}
@media (max-width: 720px) {
  .pc-v15-ai-v5__fund {
    grid-template-columns: 48px 1fr;
    gap: 14px;
    padding: 18px 20px;
  }
  .pc-v15-ai-v5__fund .num {
    font-size: 1.6rem;
  }
  .pc-v15-ai-v5__fund .arrow {
    grid-column: 2 / -1;
  }
}
.pc-v15-ai-v5__ia {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 40px;
  background: linear-gradient(135deg, rgba(52, 184, 173, 0.08), rgba(240, 199, 107, 0.08));
  border-radius: 24px;
  border: 1px solid rgba(52, 184, 173, 0.18);
}
.pc-v15-ai-eq__sec--dark .pc-v15-ai-v5__ia {
  background: #fff;
  border-color: rgba(7, 19, 31, 0.08);
  box-shadow: 0 18px 40px rgba(7, 19, 31, 0.12);
}
.pc-v15-ai-v5__ia .col h3 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 1.15rem;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(7, 19, 31, 0.14);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--v15-ink);
}
.pc-v15-ai-v5__ia .col h3 .pip {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.pc-v15-ai-v5__ia .col--si h3 .pip {
  background: var(--v15-turq);
}
.pc-v15-ai-v5__ia .col--no h3 .pip {
  background: var(--v15-coral);
}
.pc-v15-ai-v5__ia .col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pc-v15-ai-v5__ia .col li {
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--v15-muted-on-light);
  padding-left: 18px;
  position: relative;
}
.pc-v15-ai-v5__ia .col li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 1px;
  background: var(--v15-turq-deep);
}
.pc-v15-ai-v5__ia .col--no li::before {
  background: var(--v15-coral);
}
@media (max-width: 720px) {
  .pc-v15-ai-v5__ia {
    grid-template-columns: 1fr;
    padding: 28px;
  }
}
.pc-v15-ai-v5__no-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.pc-v15-ai-v5__no {
  padding: 22px;
  background: #fff;
  border-radius: 14px;
  border-left: 4px solid var(--v15-coral);
  border-top: 1px solid rgba(7, 19, 31, 0.08);
  border-right: 1px solid rgba(7, 19, 31, 0.08);
  border-bottom: 1px solid rgba(7, 19, 31, 0.08);
}
.pc-v15-ai-v5__no h3 {
  font-family: 'Bricolage Grotesque', serif;
  font-weight: 500;
  font-size: 1rem;
  margin: 0 0 8px;
  color: var(--v15-ink);
}
.pc-v15-ai-v5__no p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--v15-muted-on-light);
  margin: 0;
}
@media (max-width: 720px) {
  .pc-v15-ai-v5__no-grid {
    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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  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;
}
@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;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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;
      --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;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --gradient-angle: 0deg;
    }
  }
}
