/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-wide: 0.025em;
    --leading-relaxed: 1.625;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-navy: #010873;
    --color-navy-deep: #0B1658;
    --color-navy-black: #04051A;
    --color-gold: #A77D33;
    --color-gold-light: #C89B54;
    --font-heading: "Raleway", sans-serif;
    --font-body: "Roboto", sans-serif;
    --font-detail: "Nunito Sans", sans-serif;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    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 {
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0px;
  }
  .top-0 {
    top: 0px;
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .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-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-14 {
    margin-top: calc(var(--spacing) * 14);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline {
    display: inline;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-\[22px\] {
    height: 22px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[100svh\] {
    min-height: 100svh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-\[22px\] {
    width: 22px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .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,);
  }
  .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-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
  :where(.divide-white\/10 > :not(:last-child)) {
    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);
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1\.5px\] {
    border-style: var(--tw-border-style);
    border-width: 1.5px;
  }
  .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-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-gold {
    border-color: var(--color-gold);
  }
  .border-gold\/20 {
    border-color: color-mix(in srgb, #A77D33 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-gold) 20%, 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-navy-black {
    background-color: var(--color-navy-black);
  }
  .bg-navy-deep {
    background-color: var(--color-navy-deep);
  }
  .bg-navy\/25 {
    background-color: color-mix(in srgb, #010873 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-navy) 25%, transparent);
    }
  }
  .bg-navy\/40 {
    background-color: color-mix(in srgb, #010873 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-navy) 40%, transparent);
    }
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-navy {
    --tw-gradient-from: var(--color-navy);
    --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-navy-deep {
    --tw-gradient-via: var(--color-navy-deep);
    --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-navy-black {
    --tw-gradient-to: var(--color-navy-black);
    --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));
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .py-28 {
    padding-block: calc(var(--spacing) * 28);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }
  .pl-9 {
    padding-left: calc(var(--spacing) * 9);
  }
  .text-center {
    text-align: center;
  }
  .font-body {
    font-family: var(--font-body);
  }
  .font-detail {
    font-family: var(--font-detail);
  }
  .font-heading {
    font-family: var(--font-heading);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
  .leading-\[1\.15\] {
    --tw-leading: 1.15;
    line-height: 1.15;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.15em\] {
    --tw-tracking: 0.15em;
    letter-spacing: 0.15em;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-gold {
    color: var(--color-gold);
  }
  .text-gold-light {
    color: var(--color-gold-light);
  }
  .text-gold\/50 {
    color: color-mix(in srgb, #A77D33 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-gold) 50%, transparent);
    }
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/30 {
    color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .text-white\/40 {
    color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .text-white\/50 {
    color: color-mix(in srgb, #fff 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .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));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  @media (hover: hover) {
    .group-hover\:border-gold-light:is(:where(.group):hover *) {
      border-color: var(--color-gold-light);
    }
    .group-hover\:bg-gold:is(:where(.group):hover *) {
      background-color: var(--color-gold);
    }
    .group-hover\:bg-gold\/10:is(:where(.group):hover *) {
      background-color: color-mix(in srgb, #A77D33 10%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .group-hover\:bg-gold\/10:is(:where(.group):hover *) {
        background-color: color-mix(in oklab, var(--color-gold) 10%, transparent);
      }
    }
    .group-hover\:text-gold-light:is(:where(.group):hover *) {
      color: var(--color-gold-light);
    }
    .group-hover\:text-navy-black:is(:where(.group):hover *) {
      color: var(--color-navy-black);
    }
  }
  .first\:pt-0:first-child {
    padding-top: 0px;
  }
  .last\:pb-0:last-child {
    padding-bottom: 0px;
  }
  @media (hover: hover) {
    .hover\:border-gold-light\/50:hover {
      border-color: color-mix(in srgb, #C89B54 50%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-gold-light\/50:hover {
        border-color: color-mix(in oklab, var(--color-gold-light) 50%, transparent);
      }
    }
    .hover\:bg-navy\/40:hover {
      background-color: color-mix(in srgb, #010873 40%, transparent);
    }
    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-navy\/40:hover {
        background-color: color-mix(in oklab, var(--color-navy) 40%, transparent);
      }
    }
    .hover\:text-gold-light:hover {
      color: var(--color-gold-light);
    }
  }
  @media (width >= 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
    .sm\:h-8 {
      height: calc(var(--spacing) * 8);
    }
    .sm\:max-w-lg {
      max-width: var(--container-lg);
    }
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row {
      flex-direction: row;
    }
    .sm\:text-left {
      text-align: left;
    }
    .sm\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    .sm\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    .sm\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  @media (width >= 64rem) {
    .lg\:col-span-1 {
      grid-column: span 1 / span 1;
    }
    .lg\:mx-0 {
      margin-inline: 0px;
    }
    .lg\:w-1\/2 {
      width: calc(1 / 2 * 100%);
    }
    .lg\:max-w-none {
      max-width: none;
    }
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .lg\:flex-row {
      flex-direction: row;
    }
    .lg\:items-center {
      align-items: center;
    }
    .lg\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
    .lg\:gap-16 {
      gap: calc(var(--spacing) * 16);
    }
    .lg\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
    .lg\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
    .lg\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
    .lg\:py-36 {
      padding-block: calc(var(--spacing) * 36);
    }
    .lg\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
    .lg\:text-\[3\.4rem\] {
      font-size: 3.4rem;
    }
  }
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/raleway-v37-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/raleway-v37-latin-800.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/roboto-v51-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-v51-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/nunito-sans-v19-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/nunito-sans-v19-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/nunito-sans-v19-latin-700.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
[data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
  }
}
.service-card, .process-steps > li, .trust-item {
  transition: opacity 0.7s ease-out, background-color 0.25s ease, border-color 0.25s ease;
}
@layer components {
  #site-header {
    background: transparent;
    border-bottom: 1px solid transparent;
    transition: background-color 0.3s ease, border-color 0.3s ease, backdrop-filter 0.3s ease;
  }
  #site-header.is-scrolled {
    background: rgba(4, 5, 26, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom-color: rgba(167, 125, 51, 0.18);
  }
  .process-steps > li {
    position: relative;
  }
  @media (min-width: 1024px) {
    .process-steps > li:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 22px;
      left: 22px;
      width: calc(100% + 1.5rem);
      height: 1px;
      background-image: repeating-linear-gradient( to right, var(--color-gold) 0, var(--color-gold) 6px, transparent 6px, transparent 12px );
      opacity: 0.4;
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  #site-header {
    transition: none !important;
  }
}
@layer components {
  .bg-blueprint-grid {
    background-image: linear-gradient(rgba(167, 125, 51, 0.6) 1px, transparent 1px), linear-gradient(90deg, rgba(167, 125, 51, 0.6) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.1;
  }
  .hero-scrim {
    background: linear-gradient(90deg, rgba(4, 5, 26, 0.8) 0%, rgba(4, 5, 26, 0.4) 45%, transparent 72%);
  }
  .hero-scan {
    background: linear-gradient(100deg, transparent 42%, rgba(167, 125, 51, 0.08) 50%, transparent 58%);
    background-size: 250% 250%;
    animation: hero-scan-move 11s ease-in-out infinite;
  }
  @keyframes hero-scan-move {
    0% {
      background-position: -60% -60%;
    }
    100% {
      background-position: 160% 160%;
    }
  }
  .hero-particles span {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 999px;
    background: rgba(200, 155, 84, 0.78);
    animation: hero-particle-float 16s ease-in-out infinite;
  }
  .hero-particles span:nth-child(1) {
    top: 15%;
    left: 20%;
    animation-delay: 0s;
    animation-duration: 16s;
  }
  .hero-particles span:nth-child(2) {
    top: 65%;
    left: 10%;
    animation-delay: 2s;
    animation-duration: 13s;
  }
  .hero-particles span:nth-child(3) {
    top: 30%;
    left: 55%;
    animation-delay: 4s;
    animation-duration: 18s;
  }
  .hero-particles span:nth-child(4) {
    top: 80%;
    left: 45%;
    animation-delay: 1s;
    animation-duration: 15s;
  }
  .hero-particles span:nth-child(5) {
    top: 45%;
    left: 85%;
    animation-delay: 3s;
    animation-duration: 17s;
  }
  .hero-particles span:nth-child(6) {
    top: 8%;
    left: 75%;
    animation-delay: 5s;
    animation-duration: 14s;
  }
  @keyframes hero-particle-float {
    0%, 100% {
      transform: translateY(0) translateX(0);
      opacity: 0.28;
    }
    50% {
      transform: translateY(-22px) translateX(8px);
      opacity: 0.75;
    }
  }
  .btn-cta-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 4px;
    padding: 0.95rem 2rem;
    font-family: var(--font-detail);
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    color: #04051A;
    background: linear-gradient(135deg, var(--color-gold-light), var(--color-gold));
    box-shadow: 0 14px 28px -12px rgba(167, 125, 51, 0.55);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  }
  .btn-cta-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px -12px rgba(167, 125, 51, 0.7);
    filter: brightness(1.06);
  }
  .btn-cta-gold:focus-visible {
    outline: 2px solid var(--color-gold-light);
    outline-offset: 3px;
  }
  .btn-cta-gold--sm {
    padding: 0.55rem 1.15rem;
    font-size: 0.8rem;
    box-shadow: 0 8px 18px -10px rgba(167, 125, 51, 0.55);
  }
  .btn-outline-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border-radius: 4px;
    padding: 0.65rem 1.15rem;
    font-family: var(--font-detail);
    font-weight: 700;
    font-size: 0.8rem;
    color: var(--color-gold-light);
    border: 1.5px solid rgba(167, 125, 51, 0.4);
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
  }
  .btn-outline-gold:hover {
    border-color: var(--color-gold-light);
    background: rgba(200, 155, 84, 0.08);
    color: #ffffff;
  }
  .btn-outline-gold:focus-visible {
    outline: 2px solid var(--color-gold-light);
    outline-offset: 3px;
  }
  .hero-highlight {
    background-image: linear-gradient(var(--color-gold-light), var(--color-gold-light));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0% 3px;
    animation: hero-highlight-draw 0.9s ease-out forwards;
    animation-delay: 1.05s;
  }
  @keyframes hero-highlight-draw {
    to {
      background-size: 100% 3px;
    }
  }
  .hero-status-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 0.35em;
    border-radius: 999px;
    background: var(--color-gold-light);
    animation: hero-status-pulse 2.2s ease-out infinite;
  }
  @keyframes hero-status-pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(200, 155, 84, 0.55);
    }
    70% {
      box-shadow: 0 0 0 7px rgba(200, 155, 84, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(200, 155, 84, 0);
    }
  }
  .whatsapp-float {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    box-shadow: 0 14px 28px -10px rgba(18, 140, 126, 0.65);
    color: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    animation: whatsapp-float-in 0.5s ease-out 1.2s both;
  }
  .whatsapp-float:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 18px 32px -10px rgba(18, 140, 126, 0.8);
    filter: brightness(1.06);
  }
  .whatsapp-float:focus-visible {
    outline: 2px solid #25D366;
    outline-offset: 3px;
  }
  .whatsapp-float::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    animation: whatsapp-float-pulse 2.6s ease-out infinite;
    animation-delay: 1.7s;
    pointer-events: none;
  }
  @keyframes whatsapp-float-in {
    from {
      opacity: 0;
      transform: translateY(12px) scale(0.9);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
    }
  }
  @keyframes whatsapp-float-pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
    }
    70% {
      box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
  }
  @media (max-width: 480px) {
    .whatsapp-float {
      right: 1rem;
      bottom: 1rem;
      width: 2.9rem;
      height: 2.9rem;
    }
  }
  .constellation-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .connector {
    fill: none;
    stroke: var(--color-gold-light);
    stroke-width: 1.25;
    opacity: 0;
    animation: connector-fade-in 0.9s ease-out forwards;
  }
  .connector.is-highlighted {
    stroke-width: 1.75;
    opacity: 0.9 !important;
    filter: url(#glow-soft);
  }
  @keyframes connector-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: 0.55;
    }
  }
  .pulse {
    fill: var(--color-gold-light);
    filter: url(#glow-soft);
  }
  .trace-pad {
    fill: var(--color-gold);
    opacity: 0;
    animation: connector-fade-in 0.9s ease-out forwards;
  }
  .radar-ring {
    fill: none;
    stroke: var(--color-gold);
    opacity: 0;
    animation: radar-ring-fade-in 1.2s ease-out forwards;
    animation-delay: 500ms;
  }
  @keyframes radar-ring-fade-in {
    from {
      opacity: 0;
    }
    to {
      opacity: var(--ring-opacity, 0.18);
    }
  }
  .radar-ring-1 {
    --ring-opacity: 0.32;
    stroke-width: 1;
    stroke-dasharray: 2 6;
  }
  .radar-ring-2 {
    --ring-opacity: 0.22;
    stroke-width: 1;
  }
  .radar-ring-3 {
    --ring-opacity: 0.14;
    stroke-width: 1;
    stroke-dasharray: 1 10;
  }
  .radar-tick {
    stroke: var(--color-gold-light);
    stroke-width: 1;
    opacity: 0.32;
  }
  .radar-sweep-wedge {
    transform-origin: 0px 0px;
    animation: radar-spin 9s linear infinite;
  }
  @keyframes radar-spin {
    to {
      transform: rotate(360deg);
    }
  }
  .hub-dot {
    transform-origin: center;
    transform-box: fill-box;
    animation: hub-pop 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) both, hub-pulse 2.4s ease-in-out infinite;
    animation-play-state: running, paused;
  }
  #hero.is-active .hub-dot {
    animation-play-state: running, running;
  }
  @keyframes hub-pop {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    60% {
      transform: scale(1.15);
      opacity: 1;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }
  @keyframes hub-pulse {
    0%, 100% {
      filter: url(#glow-hub) brightness(1);
    }
    50% {
      filter: url(#glow-hub) brightness(1.25);
    }
  }
  .hero-hub-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 42%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(200, 155, 84, 0.4), transparent 70%);
    filter: blur(36px);
    animation: hero-hub-glow-breathe 6s ease-in-out infinite;
    pointer-events: none;
  }
  @keyframes hero-hub-glow-breathe {
    0%, 100% {
      opacity: 0.6;
    }
    50% {
      opacity: 1;
    }
  }
  .node {
    transform: translate(var(--tx), var(--ty));
    cursor: pointer;
    animation: node-arrive 1s cubic-bezier(0.34, 1.56, 0.64, 1) both, node-float 5s ease-in-out infinite;
  }
  .node:focus-visible {
    outline: none;
  }
  .node:focus-visible .node-dot {
    stroke: #ffffff;
    stroke-width: 2;
  }
  @keyframes node-arrive {
    from {
      transform: translate(calc(var(--tx) + var(--fx)), calc(var(--ty) + var(--fy))) scale(0.4);
      opacity: 0;
    }
    to {
      transform: translate(var(--tx), var(--ty)) scale(1);
      opacity: 1;
    }
  }
  @keyframes node-float {
    0%, 100% {
      translate: 0 0;
    }
    50% {
      translate: 0 -4px;
    }
  }
  .node-dot {
    fill: var(--color-navy-deep);
    stroke: var(--color-gold);
    stroke-width: 1.5;
    transform-origin: center;
    transform-box: fill-box;
    transition: transform 0.2s ease, fill 0.2s ease;
  }
  .node:hover .node-dot, .node:focus-visible .node-dot, .node.is-active .node-dot {
    transform: scale(1.25);
    fill: var(--color-gold);
  }
  .node-label {
    font-family: var(--font-detail);
    font-size: 12px;
    font-weight: 500;
    fill: #ffffff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
  .node:hover .node-label, .node:focus-visible .node-label, .node.is-active .node-label {
    opacity: 1;
  }
  .spec-panel::before, .spec-panel::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1.5px solid var(--color-gold-light);
    opacity: 0.6;
    pointer-events: none;
  }
  .spec-panel::before {
    top: -1px;
    left: -1px;
    border-right: none;
    border-bottom: none;
  }
  .spec-panel::after {
    bottom: -1px;
    right: -1px;
    border-left: none;
    border-top: none;
  }
  .cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(640px, 60%);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: radial-gradient(circle, rgba(200, 155, 84, 0.28), transparent 70%);
    filter: blur(60px);
    animation: hero-hub-glow-breathe 6s ease-in-out infinite;
    pointer-events: none;
  }
  .faq-trigger {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
    background: none;
    border: 0;
    text-align: left;
    color: inherit;
    cursor: pointer;
  }
  .faq-trigger:focus-visible {
    outline: 2px solid var(--color-gold-light);
    outline-offset: 3px;
  }
  .faq-trigger:hover .faq-trigger-question {
    color: var(--color-gold-light);
  }
  .faq-trigger-question {
    transition: color 0.2s ease;
  }
  .faq-chevron {
    transition: transform 0.3s ease;
  }
  .faq-item.is-open .faq-chevron {
    transform: rotate(180deg);
  }
  .faq-panel {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
  }
  .faq-item.is-open .faq-panel {
    grid-template-rows: 1fr;
  }
  .faq-panel-inner {
    overflow: hidden;
  }
}
@media (prefers-reduced-motion: reduce) {
  .faq-panel {
    transition: none !important;
  }
  .faq-chevron {
    transition: none !important;
  }
}
@layer components {
  .map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    filter: invert(94%) grayscale(20%) contrast(90%) hue-rotate(180deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-particles span, .hero-scan, .hub-dot, #hero.is-active .hub-dot, .hero-hub-glow, .cta-glow, .hero-highlight, .hero-status-dot, .node, .connector, .trace-pad, .radar-ring, .radar-sweep-wedge {
    animation: none !important;
  }
  .hero-hub-glow, .cta-glow {
    opacity: 0.8;
  }
  .hero-highlight {
    background-size: 100% 3px;
  }
  .hero-scan {
    display: none;
  }
  .connector, .trace-pad {
    opacity: 0.35;
  }
  .radar-ring-1 {
    opacity: 0.22;
  }
  .radar-ring-2 {
    opacity: 0.14;
  }
  .radar-ring-3 {
    opacity: 0.08;
  }
  .radar-sweep-wedge {
    display: none;
  }
  .node {
    transform: translate(var(--tx), var(--ty));
    opacity: 1;
  }
}
@layer components {
  .hero-grid-spotlight {
    background-image: linear-gradient(rgba(200, 155, 84, 0.9) 1px, transparent 1px), linear-gradient(90deg, rgba(200, 155, 84, 0.9) 1px, transparent 1px);
    background-size: 48px 48px;
    opacity: 0.28;
    -webkit-mask-image: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), black, transparent 70%);
    mask-image: radial-gradient(220px circle at var(--mx, 50%) var(--my, 50%), black, transparent 70%);
    transition: opacity 0.3s ease;
  }
  .hero-cards-field {
    aspect-ratio: 4 / 5;
  }
  .hero-glow-orb {
    position: absolute;
    top: 30%;
    left: 26%;
    width: 46%;
    height: 46%;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(200, 155, 84, 0.35), transparent 70%);
    filter: blur(40px);
    animation: hero-glow-breathe 8s ease-in-out infinite;
  }
  @keyframes hero-glow-breathe {
    0%, 100% {
      opacity: 0.7;
    }
    50% {
      opacity: 1;
    }
  }
  .hero-badge {
    position: absolute;
    top: var(--top);
    left: var(--left);
    z-index: 10;
    animation: hero-badge-arrive 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) both;
  }
  @keyframes hero-badge-arrive {
    0% {
      opacity: 0;
      transform: scale(0.4);
    }
    60% {
      opacity: 1;
      transform: scale(1.12);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  .hero-badge-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: 108px;
    height: 108px;
    border-radius: 999px;
    background: linear-gradient(160deg, rgba(11, 22, 88, 0.75), rgba(4, 5, 26, 0.75));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1.5px solid var(--color-gold);
    box-shadow: 0 0 0 6px rgba(167, 125, 51, 0.12), 0 20px 40px -16px rgba(0, 0, 0, 0.65);
    text-align: center;
  }
  .hero-badge-inner .hero-card-icon {
    color: var(--color-gold);
    width: 22px;
    height: 22px;
  }
  .hero-badge-inner span {
    font-family: var(--font-detail);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #ffffff;
  }
  .hero-card-wrap {
    position: absolute;
    top: var(--top);
    left: var(--left);
    width: var(--w);
    z-index: var(--depth, 1);
    translate: 0px 0px;
  }
  .hero-card-wrap.is-back .hero-card-float {
    opacity: 0.85;
    filter: saturate(0.9);
  }
  .hero-card {
    animation: hero-card-arrive 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  @keyframes hero-card-arrive {
    from {
      opacity: 0;
      transform: translate(var(--fx, 40px), var(--fy, 40px)) scale(0.85) rotate(calc(var(--rot, 0deg) - 6deg));
    }
    to {
      opacity: 1;
      transform: translate(0, 0) scale(1) rotate(var(--rot, 0deg));
    }
  }
  .hero-card-float {
    padding: 1rem 1.1rem;
    border-radius: 10px;
    background: linear-gradient(160deg, rgba(11, 22, 88, 0.55), rgba(4, 5, 26, 0.55));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(167, 125, 51, 0.25);
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.6);
    animation: hero-card-bob 7s ease-in-out infinite;
  }
  @keyframes hero-card-bob {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-8px);
    }
  }
  .hero-card-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .hero-card-icon {
    width: 18px;
    height: 18px;
    color: var(--color-gold);
    flex-shrink: 0;
  }
  .hero-card-label {
    font-family: var(--font-detail);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hero-card-tag {
    display: block;
    margin-top: 0.6rem;
    font-family: var(--font-detail);
    font-size: 10px;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.5);
  }
  .hero-card-bars {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 34px;
    margin-top: 0.75rem;
  }
  .hero-card-bars span {
    flex: 1;
    height: var(--h);
    border-radius: 2px;
    background: linear-gradient(180deg, var(--color-gold-light), var(--color-gold));
    opacity: 0.85;
  }
  .hero-card-ring {
    --pct: 70%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-top: 0.75rem;
    border-radius: 999px;
    background: conic-gradient(var(--color-gold) var(--pct), rgba(255, 255, 255, 0.12) 0);
  }
  .hero-card-ring::before {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 999px;
    background: var(--color-navy-deep);
  }
  .hero-card-ring span {
    position: relative;
    font-family: var(--font-detail);
    font-size: 11px;
    color: #ffffff;
  }
  .hero-card-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    margin-top: 0.75rem;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
  }
  .hero-card-thumb svg {
    width: 20px;
    height: 20px;
    color: var(--color-gold);
  }
  .hero-card-rating {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    margin-top: 0.75rem;
    font-family: var(--font-detail);
    font-size: 12px;
    color: #ffffff;
  }
  .hero-card-stars {
    color: var(--color-gold);
    letter-spacing: 0.05em;
  }
  .hero-card-swatches {
    display: flex;
    gap: 6px;
    margin-top: 0.75rem;
  }
  .hero-card-swatches span {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  .hero-card-wireframe {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 0.75rem;
  }
  .hero-card-wireframe-line {
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
  }
  .hero-card-wireframe-line.short {
    width: 60%;
  }
  .hero-card-wireframe-btn {
    margin-top: 2px;
    width: 44%;
    height: 14px;
    border-radius: 4px;
    background: linear-gradient(135deg, var(--color-gold-light), var(--color-gold));
    opacity: 0.85;
  }
  .hero-lines-svg {
    overflow: visible;
  }
  .hero-line {
    fill: none;
    stroke: var(--color-gold);
    stroke-width: 1.25;
    stroke-linecap: round;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: var(--line-opacity, 0.5);
    animation: hero-line-draw 1.7s cubic-bezier(0.16, 1, 0.3, 1) forwards;
  }
  @keyframes hero-line-draw {
    to {
      stroke-dashoffset: 0;
    }
  }
  .hero-convergence-wrap {
    opacity: 0;
    animation: hero-convergence-arrive 0.8s ease-out forwards;
    animation-delay: 1.5s;
  }
  @keyframes hero-convergence-arrive {
    to {
      opacity: 1;
    }
  }
  .hero-convergence-glow {
    fill: var(--color-gold-light);
    filter: blur(8px);
    animation: hero-convergence-breathe 7s ease-in-out infinite;
    animation-delay: 2s;
  }
  @keyframes hero-convergence-breathe {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.55;
    }
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-line {
    animation: none !important;
    stroke-dashoffset: 0;
  }
  .hero-convergence-wrap, .hero-convergence-glow {
    animation: none !important;
    opacity: 1;
  }
  .hero-grid-spotlight {
    display: none;
  }
  .hero-glow-orb, .hero-badge, .hero-card, .hero-card-float {
    animation: none !important;
  }
  .hero-badge {
    transform: scale(1);
  }
  .hero-card {
    opacity: 1;
    transform: translate(0, 0) scale(1) rotate(var(--rot, 0deg));
  }
  .hero-card-float {
    transform: none;
  }
}
@layer components {
  #site-header.is-static {
    background: rgba(4, 5, 26, 0.94);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(167, 125, 51, 0.16);
  }
  .hero-kicker {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    font-family: var(--font-detail);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--color-gold-light);
  }
  .hero-kicker::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    background: var(--color-gold);
    flex-shrink: 0;
  }
  .hero-split {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
  }
  @media (min-width: 1024px) {
    .hero-split {
      flex-direction: row;
    }
  }
  .hero-panel-navy {
    flex: 1 1 auto;
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(160deg, var(--color-navy) 0%, var(--color-navy-deep) 55%, var(--color-navy-black) 100%);
    padding: 7rem 1.5rem 3.5rem;
  }
  @media (min-width: 1024px) {
    .hero-panel-navy {
      padding: 6rem 4.5rem;
    }
  }
  .hero-panel-gold {
    flex-shrink: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(155deg, var(--color-gold-light), var(--color-gold));
    color: var(--color-navy-black);
    padding: 3.5rem 2rem;
    animation: hero-gold-wipe 0.8s cubic-bezier(0.65, 0, 0.35, 1) both;
  }
  @media (min-width: 1024px) {
    .hero-panel-gold {
      width: 380px;
      padding: 4rem 3rem;
      clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
    }
  }
  @media (min-width: 1280px) {
    .hero-panel-gold {
      width: 420px;
    }
  }
  @keyframes hero-gold-wipe {
    from {
      opacity: 0;
      transform: translateX(24px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  .hero-panel-navy-content {
    max-width: 34rem;
    animation: hero-content-fade 0.7s ease-out both;
    animation-delay: 0.15s;
  }
  @keyframes hero-content-fade {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .hero-seam-label {
    display: none;
  }
  @media (min-width: 1280px) {
    .hero-seam-label {
      display: block;
      position: absolute;
      top: 50%;
      right: 2rem;
      transform: translateY(-50%) rotate(-90deg);
      transform-origin: center;
      white-space: nowrap;
      font-family: var(--font-detail);
      font-size: 0.68rem;
      font-weight: 700;
      letter-spacing: 0.32em;
      text-transform: uppercase;
      color: rgba(200, 155, 84, 0.55);
    }
  }
  .hero-channel-index {
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(4, 5, 26, 0.15);
    font-family: var(--font-detail);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(4, 5, 26, 0.6);
    line-height: 1.9;
  }
  .btn-flat-navy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    border-radius: 4px;
    padding: 0.9rem 1.75rem;
    font-family: var(--font-detail);
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    color: #ffffff;
    background: var(--color-navy-black);
    border: 1px solid var(--color-navy-black);
    transition: background-color 0.2s ease, transform 0.2s ease;
  }
  .btn-flat-navy:hover {
    background: #10143f;
    transform: translateY(-1px);
  }
  .btn-flat-navy:focus-visible {
    outline: 2px solid var(--color-navy-black);
    outline-offset: 3px;
  }
  .btn-flat-gold {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    border-radius: 4px;
    padding: 0.95rem 2.1rem;
    font-family: var(--font-detail);
    font-weight: 700;
    font-size: 0.92rem;
    letter-spacing: 0.02em;
    color: var(--color-navy-black);
    background: var(--color-gold-light);
    border: 1px solid var(--color-gold-light);
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  }
  .btn-flat-gold:hover {
    background: #d9ae66;
    border-color: #d9ae66;
    transform: translateY(-1px);
  }
  .btn-flat-gold:focus-visible {
    outline: 2px solid var(--color-gold-light);
    outline-offset: 3px;
  }
  .btn-flat-gold--sm {
    padding: 0.55rem 1.2rem;
    font-size: 0.8rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero-panel-gold, .hero-panel-navy-content {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}
@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-divide-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}
