/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-orange-100: oklch(95.4% 0.038 75.164);
    --color-orange-600: oklch(64.6% 0.222 41.116);
    --color-blue-100: oklch(93.2% 0.032 255.585);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-purple-100: oklch(94.6% 0.033 307.174);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --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);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .-bottom-6 {
    bottom: calc(var(--spacing) * -6);
  }
  .-left-6 {
    left: calc(var(--spacing) * -6);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .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;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-full {
    height: 100%;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .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-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .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-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .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-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .\!rounded-b-none {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }
  .bg-orange-100 {
    background-color: var(--color-orange-100);
  }
  .bg-purple-100 {
    background-color: var(--color-purple-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .object-cover {
    object-fit: cover;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .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);
  }
  .text-blue-600 {
    color: var(--color-blue-600);
  }
  .text-orange-600 {
    color: var(--color-orange-600);
  }
  .text-purple-600 {
    color: var(--color-purple-600);
  }
  .text-white {
    color: var(--color-white);
  }
  .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);
    }
  }
  .placeholder-white\/50 {
    &::placeholder {
      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);
      }
    }
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .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));
  }
  .group-hover\:translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: calc(var(--spacing) * 1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-5 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .md\:py-16 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:gap-x-4 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-x-8 {
    @media (width >= 64rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:py-28 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 28);
    }
  }
}
:root {
  --hermes-purple: #6f30f0;
  --hermes-purple-50: #f5f0ff;
  --hermes-purple-100: #ede5ff;
  --hermes-purple-200: #dccfff;
  --hermes-purple-300: #c4a9ff;
  --hermes-purple-400: #a775ff;
  --hermes-purple-500: #8b3dff;
  --hermes-purple-600: #6f30f0;
  --hermes-purple-700: #5a1fd9;
  --hermes-purple-800: #4a1ab5;
  --hermes-purple-900: #3d1794;
  --hermes-magenta: #dc40eb;
  --hermes-magenta-50: #fdf2ff;
  --hermes-magenta-100: #fae5ff;
  --hermes-magenta-200: #f5c9ff;
  --hermes-magenta-300: #f0a0ff;
  --hermes-magenta-400: #e866ff;
  --hermes-magenta-500: #dc40eb;
  --hermes-magenta-600: #c41fd0;
  --hermes-magenta-700: #a618ab;
  --hermes-magenta-800: #87168c;
  --hermes-magenta-900: #6f1571;
  --hermes-orange: #ff5001;
  --hermes-orange-50: #fff5f0;
  --hermes-orange-100: #ffe8db;
  --hermes-orange-200: #ffd0b8;
  --hermes-orange-300: #ffae85;
  --hermes-orange-400: #ff7f47;
  --hermes-orange-500: #ff5001;
  --hermes-orange-600: #e64600;
  --hermes-orange-700: #bf3a00;
  --hermes-orange-800: #993000;
  --hermes-orange-900: #7a2800;
  --hermes-dark: #010824;
  --hermes-dark-50: #f0f4ff;
  --hermes-dark-100: #dce4f7;
  --hermes-dark-200: #b8c8ef;
  --hermes-dark-300: #8aa5e0;
  --hermes-dark-400: #5577c7;
  --hermes-dark-500: #3352a8;
  --hermes-dark-600: #1e3a7a;
  --hermes-dark-700: #122550;
  --hermes-dark-800: #0a1535;
  --hermes-dark-900: #010824;
  --hermes-light: #f8f8f8;
  --hermes-white: #ffffff;
  --hermes-success: #22c55e;
  --hermes-success-light: #f0fdf4;
  --hermes-success-dark: #166534;
  --hermes-warning: #f59e0b;
  --hermes-warning-light: #fefce8;
  --hermes-warning-dark: #854d0e;
  --hermes-danger: #ff0000;
  --hermes-danger-light: #fff1f2;
  --hermes-danger-dark: #b30000;
  --hermes-info: #2563eb;
  --hermes-info-light: #eff6ff;
  --hermes-info-dark: #1e40af;
  --hermes-gray-50: #f9fafb;
  --hermes-gray-100: #f3f4f6;
  --hermes-gray-200: #e5e7eb;
  --hermes-gray-300: #d1d5db;
  --hermes-gray-400: #9ca3af;
  --hermes-gray-500: #6b7280;
  --hermes-gray-600: #4b5563;
  --hermes-gray-700: #374151;
  --hermes-gray-800: #1f2937;
  --hermes-gray-900: #111827;
  --hermes-gradient-primary: linear-gradient(135deg, #6f30f0 0%, #dc40eb 100%);
  --hermes-gradient-warm: linear-gradient(135deg, #ff5001 0%, #dc40eb 100%);
  --hermes-gradient-subtle: linear-gradient(180deg, #6f30f0 0%, #b997ff 100%);
  --hermes-gradient-vertical: linear-gradient(180deg, #dc40eb 0%, #6f30f0 100%);
  --hermes-font-family: "Roboto", sans-serif;
  --hermes-text-xs: 12px;
  --hermes-text-sm: 14px;
  --hermes-text-base: 16px;
  --hermes-text-lg: 18px;
  --hermes-text-xl: 20px;
  --hermes-text-2xl: 24px;
  --hermes-text-3xl: 28px;
  --hermes-text-4xl: 36px;
  --hermes-text-5xl: 48px;
  --hermes-font-light: 300;
  --hermes-font-normal: 400;
  --hermes-font-medium: 500;
  --hermes-font-semibold: 600;
  --hermes-font-bold: 700;
  --hermes-font-extrabold: 800;
  --hermes-leading-none: 1;
  --hermes-leading-tight: 1.15;
  --hermes-leading-snug: 1.25;
  --hermes-leading-normal: 1.5;
  --hermes-leading-relaxed: 1.6;
  --hermes-leading-loose: 1.75;
  --hermes-tracking-tighter: -0.02em;
  --hermes-tracking-tight: -0.01em;
  --hermes-tracking-normal: 0;
  --hermes-tracking-wide: 0.05em;
  --hermes-tracking-wider: 0.06em;
  --hermes-space-1: 0.25rem;
  --hermes-space-2: 0.5rem;
  --hermes-space-3: 0.75rem;
  --hermes-space-4: 1rem;
  --hermes-space-5: 1.25rem;
  --hermes-space-6: 1.5rem;
  --hermes-space-8: 2rem;
  --hermes-space-10: 2.5rem;
  --hermes-space-12: 3rem;
  --hermes-space-16: 4rem;
  --hermes-space-20: 5rem;
  --hermes-space-24: 6rem;
  --hermes-radius-sm: 0.125rem;
  --hermes-radius-md: 0.25rem;
  --hermes-radius-lg: 0.5rem;
  --hermes-radius-xl: 0.75rem;
  --hermes-radius-2xl: 1rem;
  --hermes-radius-pill: 22.5px;
  --hermes-radius-full: 9999px;
  --hermes-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --hermes-shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1);
  --hermes-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1);
  --hermes-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1);
  --hermes-shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --hermes-shadow-glow-purple: 0 3px 9px rgba(111, 48, 240, 0.612);
  --hermes-shadow-glow-magenta: 0 3px 9px rgba(220, 64, 235, 0.612);
  --hermes-shadow-glow-orange: 0 6px 15px rgba(255, 80, 1, 0.588);
  --hermes-transition-fast: 150ms;
  --hermes-transition-normal: 200ms;
  --hermes-transition-slow: 300ms;
  --hermes-transition-slower: 500ms;
  --hermes-ease-default: ease;
  --hermes-ease-in-out: ease-in-out;
  --hermes-ease-out: ease-out;
  --hermes-z-dropdown: 10;
  --hermes-z-sticky: 20;
  --hermes-z-fixed: 30;
  --hermes-z-modal-backdrop: 40;
  --hermes-z-modal: 50;
  --hermes-z-tooltip: 60;
  --hermes-container-max: 1280px;
  --hermes-btn-height: 45px;
  --hermes-btn-height-sm: 36px;
  --hermes-btn-height-lg: 52px;
}
:root {
  color-scheme: light only;
}
html {
  color-scheme: light only;
}
body {
  font-family: var(--hermes-font-family);
  color: var(--hermes-dark-800);
  background-color: var(--hermes-gray-100);
}
.hermes-display-2xl {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-5xl);
  font-weight: var(--hermes-font-bold);
  line-height: var(--hermes-leading-tight);
  letter-spacing: var(--hermes-tracking-tighter);
}
.hermes-display-xl {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-4xl);
  font-weight: var(--hermes-font-bold);
  line-height: 1.2;
  letter-spacing: var(--hermes-tracking-tight);
}
.hermes-display-lg {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-3xl);
  font-weight: var(--hermes-font-bold);
  line-height: var(--hermes-leading-snug);
}
.hermes-display-gradient {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-5xl);
  font-weight: var(--hermes-font-bold);
  line-height: var(--hermes-leading-tight);
  letter-spacing: var(--hermes-tracking-tighter);
  background: var(--hermes-gradient-vertical);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hermes-body {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-base);
  font-weight: var(--hermes-font-normal);
  line-height: var(--hermes-leading-normal);
}
.hermes-body-lg {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-lg);
  font-weight: var(--hermes-font-normal);
  line-height: 1.7;
}
.hermes-lead {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-xl);
  font-weight: var(--hermes-font-normal);
  line-height: var(--hermes-leading-relaxed);
}
.hermes-small {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-xs);
  font-weight: var(--hermes-font-normal);
  line-height: 1.4;
}
.hermes-text-gradient {
  background: var(--hermes-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hermes-text-gradient-orange {
  background: var(--hermes-gradient-warm);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hermes-gradient-text {
  background: linear-gradient(135deg, var(--hermes-magenta) 0%, var(--hermes-orange) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hermes-section-title {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-4xl);
  font-weight: var(--hermes-font-bold);
  line-height: 1.2;
}
.hermes-section-description {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-base);
}
.hermes-h1 {
  font-size: 2.25rem;
  font-weight: var(--hermes-font-bold);
  letter-spacing: -0.025em;
  color: var(--hermes-dark-800);
}
.hermes-h1-gradient {
  font-size: 2.25rem;
  font-weight: var(--hermes-font-extrabold);
  letter-spacing: -0.025em;
}
.hermes-h1-gradient-span {
  background: linear-gradient(to right, #2563eb, #7c3aed);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hermes-h2 {
  font-size: 1.875rem;
  font-weight: var(--hermes-font-semibold);
  letter-spacing: -0.025em;
  color: var(--hermes-dark-700);
}
.hermes-h3 {
  font-size: 1.5rem;
  font-weight: var(--hermes-font-semibold);
  color: var(--hermes-dark-700);
}
.hermes-h4 {
  font-size: 1.25rem;
  font-weight: var(--hermes-font-semibold);
  color: var(--hermes-dark-700);
}
.hermes-text {
  font-size: 1rem;
  line-height: var(--hermes-leading-loose);
  color: var(--hermes-dark-600);
}
.hermes-text-small {
  font-size: 0.875rem;
  font-weight: var(--hermes-font-normal);
  line-height: 1.25rem;
  color: var(--hermes-dark-500);
}
.hermes-pagetitle {
  font-size: 2.25rem;
  font-weight: var(--hermes-font-bold);
  letter-spacing: -0.025em;
  color: var(--hermes-dark-800);
  margin-bottom: 2rem;
}
.hermes-link {
  font-family: var(--hermes-font-family);
  color: var(--hermes-purple);
  transition: color var(--hermes-transition-fast);
}
.hermes-link:hover {
  color: var(--hermes-purple-700);
}
.hermes-link-default {
  display: inline;
  color: var(--hermes-purple);
  transition: all var(--hermes-transition-fast);
}
.hermes-link-default:hover {
  color: var(--hermes-purple-700);
  text-decoration: underline;
}
.hermes-link-default-disabled {
  display: inline;
  color: var(--hermes-dark-400);
  cursor: not-allowed;
}
.hermes-link-danger {
  display: inline;
  color: var(--hermes-danger-dark);
  transition: all var(--hermes-transition-fast);
}
.hermes-link-danger:hover {
  color: #b30000;
  text-decoration: underline;
}
.hermes-link-secondary {
  display: inline;
  color: var(--hermes-dark-600);
  transition: all var(--hermes-transition-fast);
}
.hermes-link-secondary:hover {
  color: var(--hermes-dark-700);
  text-decoration: underline;
}
.hermes-link-magenta {
  color: var(--hermes-magenta);
}
.hermes-link-magenta:hover {
  color: var(--hermes-magenta-600);
}
.hermes-link-orange {
  color: var(--hermes-orange);
}
.hermes-link-orange:hover {
  color: var(--hermes-orange-600);
}
.hermes-link-purple {
  color: var(--hermes-purple);
  font-weight: var(--hermes-font-semibold);
  transition: color 0.2s ease;
}
.hermes-link-purple:hover {
  color: #5820c0;
}
.hermes-link-as-button-default {
  display: inline-flex;
  align-items: center;
  border-radius: var(--hermes-radius-sm);
  background-color: var(--hermes-purple);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: var(--hermes-font-semibold);
  color: white;
  text-decoration: none;
  cursor: pointer;
  transition: all var(--hermes-transition-fast);
}
.hermes-link-as-button-default:hover {
  background-color: var(--hermes-purple-700);
  text-decoration: none;
}
.hermes-link-as-button-default:active {
  background-color: var(--hermes-purple-800);
}
.hermes-link-as-button-default:focus-visible {
  outline: 2px solid var(--hermes-purple);
  outline-offset: 2px;
}
.hermes-form-label {
  display: block;
  font-size: 0.875rem;
  font-weight: var(--hermes-font-medium);
  line-height: 1.5rem;
  color: var(--hermes-dark-800);
  margin-bottom: 0.25rem;
}
.hermes-form-input {
  display: block;
  width: 100%;
  border-radius: var(--hermes-radius-md);
  border: 0;
  padding: 0.375rem 0.75rem;
  color: var(--hermes-dark-800);
  box-shadow: 0 0 0 1px inset var(--hermes-dark-300);
  outline: none;
  background-color: var(--hermes-white);
  font-size: 0.875rem;
  line-height: 1.5rem;
  transition: all var(--hermes-transition-fast);
}
.hermes-form-input::placeholder {
  color: var(--hermes-dark-400);
}
.hermes-form-input:focus {
  box-shadow: 0 0 0 2px inset var(--hermes-dark-500);
}
.hermes-form-textarea {
  display: block;
  width: 100%;
  border-radius: var(--hermes-radius-md);
  border: 0;
  padding: 0.375rem 0.75rem;
  color: var(--hermes-dark-800);
  box-shadow: 0 0 0 1px inset var(--hermes-dark-300);
  background-color: var(--hermes-white);
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.hermes-form-textarea::placeholder {
  color: var(--hermes-dark-400);
}
.hermes-form-textarea:focus {
  box-shadow: 0 0 0 2px inset var(--hermes-dark-500);
}
.hermes-form-select {
  display: block;
  width: 100%;
  border-radius: var(--hermes-radius-md);
  border: 0;
  padding: 0.375rem 0.75rem;
  color: var(--hermes-dark-800);
  box-shadow: 0 0 0 1px inset var(--hermes-dark-300);
  background-color: var(--hermes-white);
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.hermes-form-select:focus {
  box-shadow: 0 0 0 2px inset var(--hermes-dark-500);
}
.hermes-card {
  background-color: var(--hermes-white);
  box-shadow: 0 0 0 1px rgba(184, 200, 239, 0.5);
  border-radius: 0.375rem;
  padding: 0;
  overflow: hidden;
  transition: all var(--hermes-transition-fast);
}
.hermes-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.125rem;
  font-weight: var(--hermes-font-semibold);
  color: var(--hermes-dark-800);
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--hermes-dark-200);
}
.hermes-card-title-content {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media (min-width: 640px) {
  .hermes-card-title-content {
    flex-direction: row;
    align-items: baseline;
    gap: 0.75rem;
  }
}
.hermes-card-title-text {
  font-size: 1.125rem;
  font-weight: var(--hermes-font-semibold);
  color: var(--hermes-dark-800);
  min-width: fit-content;
  line-height: 1.5rem;
}
.hermes-card-subtitle {
  font-size: 0.875rem;
  font-weight: var(--hermes-font-normal);
  line-height: 1.25rem;
  color: var(--hermes-dark-500);
}
.hermes-card-text {
  color: var(--hermes-dark-600);
  padding: 1.5rem;
  padding-top: 1rem;
}
.hermes-card-content {
  padding: 1.5rem;
}
.hermes-card-image {
  flex: none;
  width: 6rem;
  height: 6rem;
  border-radius: var(--hermes-radius-sm);
  background-color: var(--hermes-dark-50);
}
.hermes-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.hermes-card-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1rem;
}
.hermes-status-badge {
  display: inline-flex;
  align-items: center;
  border-radius: var(--hermes-radius-sm);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: var(--hermes-font-medium);
  box-shadow: 0 0 0 1px inset;
}
.hermes-status-badge-success {
  background-color: var(--hermes-success-light);
  color: var(--hermes-success-dark);
  box-shadow: 0 0 0 1px inset rgba(22, 163, 74, 0.3);
}
.hermes-status-badge-warning {
  background-color: var(--hermes-warning-light);
  color: var(--hermes-warning-dark);
  box-shadow: 0 0 0 1px inset rgba(202, 138, 4, 0.3);
}
.hermes-status-badge-error {
  background-color: var(--hermes-danger-light);
  color: var(--hermes-danger-dark);
  box-shadow: 0 0 0 1px inset rgba(230, 0, 0, 0.3);
}
.hermes-status-badge-info {
  background-color: var(--hermes-info-light);
  color: var(--hermes-info-dark);
  box-shadow: 0 0 0 1px inset rgba(37, 99, 235, 0.3);
}
.hermes-button-default {
  display: inline-flex;
  align-items: center;
  border-radius: var(--hermes-radius-sm);
  background-color: var(--hermes-purple);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: var(--hermes-font-semibold);
  color: white;
  cursor: pointer;
  transition: all var(--hermes-transition-fast);
}
.hermes-button-default:hover {
  background-color: var(--hermes-purple-700);
}
.hermes-button-default:active {
  background-color: var(--hermes-purple-800);
}
.hermes-button-default:focus-visible {
  outline: 2px solid var(--hermes-purple);
  outline-offset: 2px;
}
.hermes-button-default-disabled {
  display: inline-flex;
  align-items: center;
  border-radius: var(--hermes-radius-sm);
  background-color: var(--hermes-dark-400);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: var(--hermes-font-semibold);
  color: white;
  cursor: not-allowed;
}
.hermes-bg-light {
  background-color: var(--hermes-light);
}
.hermes-pulse-green {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
}
.hermes-pulse-green-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: var(--hermes-radius-full);
  background-color: var(--hermes-success);
  z-index: 1;
}
.hermes-pulse-green-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: var(--hermes-radius-full);
  background-color: transparent;
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
  z-index: 0;
  animation: hermes-pulse-green-ring 6s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  pointer-events: none;
}
@keyframes hermes-pulse-green-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
    opacity: 1;
  }
  40% {
    box-shadow: 0 0 0 1.5rem rgba(34, 197, 94, 0);
    opacity: 0;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
    opacity: 0;
  }
}
.hermes-brand-logo {
  display: block;
  margin-left: 7px;
  line-height: 1.1;
}
.hermes-brand-logo-main {
  display: inline-block;
  font-size: 1.65rem;
  font-weight: var(--hermes-font-bold);
  letter-spacing: -0.01em;
}
.hermes-brand-logo-sub {
  display: inline-block;
  margin-left: 0.35em;
  font-size: 0.75rem;
  font-weight: var(--hermes-font-light);
  color: var(--hermes-gray-500);
  letter-spacing: 0;
  word-spacing: -0.1em;
  text-transform: uppercase;
  margin-top: 0.05em;
}
@layer utilities {
  .animate-spin-slow {
    animation: spin 2s linear infinite;
  }
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
}
.hermes-badge {
  font-family: var(--hermes-font-family);
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  border-radius: var(--hermes-radius-full);
  font-size: 0.75rem;
  font-weight: var(--hermes-font-bold);
  text-transform: uppercase;
  letter-spacing: var(--hermes-tracking-wider);
}
.hermes-badge-primary {
  background-color: var(--hermes-purple);
  color: white;
}
.hermes-badge-secondary {
  background-color: var(--hermes-magenta);
  color: white;
}
.hermes-badge-accent {
  background-color: var(--hermes-orange);
  color: white;
}
.hermes-badge-light {
  background-color: var(--hermes-light);
  color: var(--hermes-dark);
}
.hermes-badge-dark {
  background-color: var(--hermes-dark);
  color: white;
}
.hermes-badge-success {
  background-color: #dcfce7;
  color: #15803d;
}
.hermes-badge-warning {
  background-color: #fef9c3;
  color: #a16207;
}
.hermes-badge-outline-purple {
  background-color: transparent;
  border: 2px solid var(--hermes-purple);
  color: var(--hermes-purple);
}
.hermes-badge-outline-magenta {
  background-color: transparent;
  border: 2px solid var(--hermes-magenta);
  color: var(--hermes-magenta);
}
.hermes-badge-outline-orange {
  background-color: transparent;
  border: 2px solid var(--hermes-orange);
  color: var(--hermes-orange);
}
.hermes-badge-glow {
  box-shadow: var(--hermes-shadow-glow-purple);
  animation: hermes-badge-pulse 3s ease-in-out infinite;
}
@keyframes hermes-badge-pulse {
  0%, 100% {
    box-shadow: 0 0 20px rgba(111, 48, 240, 0.4);
  }
  50% {
    box-shadow: 0 0 30px rgba(111, 48, 240, 0.6);
  }
}
.hermes-badge-small {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  background: var(--hermes-gradient-primary);
  color: white;
  font-size: 0.625rem;
  font-weight: var(--hermes-font-semibold);
  border-radius: var(--hermes-radius-full);
  margin-left: 0.5rem;
  vertical-align: middle;
}
.hermes-pill {
  font-family: var(--hermes-font-family);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  font-weight: var(--hermes-font-bold);
  border-radius: var(--hermes-radius-pill);
}
.hermes-pill-primary {
  background-color: var(--hermes-purple);
  color: white;
}
.hermes-pill-secondary {
  background-color: var(--hermes-magenta);
  color: white;
}
.hermes-pill-accent {
  background-color: var(--hermes-orange);
  color: white;
}
.hermes-pill-light {
  background-color: var(--hermes-light);
  color: var(--hermes-purple);
}
.hermes-pill-dark {
  background-color: var(--hermes-dark);
  color: white;
}
.hermes-pill-outline {
  background-color: transparent;
  border: 2px solid var(--hermes-purple);
  color: var(--hermes-purple);
}
.hermes-pill-gradient {
  background: var(--hermes-gradient-primary);
  color: white;
}
.hermes-pill-gradient-orange {
  background: var(--hermes-gradient-warm);
  color: white;
}
.hermes-tag {
  font-family: var(--hermes-font-family);
  background-color: var(--hermes-light);
  color: var(--hermes-dark);
}
.hermes-pulse-dot::before {
  content: "";
  background-color: var(--hermes-purple);
}
.hermes-pulse-dot::after {
  content: "";
  background-color: var(--hermes-purple);
}
.hermes-btn {
  font-family: var(--hermes-font-family);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 1.5rem;
  font-size: 1rem;
  font-weight: var(--hermes-font-bold);
  transition: all var(--hermes-transition-normal);
  cursor: pointer;
  height: var(--hermes-btn-height);
  border-radius: var(--hermes-radius-pill);
  text-decoration: none;
}
.hermes-btn:focus {
  outline: none;
  box-shadow: 0 0 0 2px white, 0 0 0 4px currentColor;
}
.hermes-btn-lg {
  padding: 0 2rem;
  height: var(--hermes-btn-height-lg);
  border-radius: 26px;
  font-size: 18px;
}
.hermes-btn-sm {
  padding: 0 1rem;
  font-size: 0.875rem;
  height: var(--hermes-btn-height-sm);
  border-radius: 18px;
}
.hermes-btn-primary {
  background-color: var(--hermes-purple);
  color: white;
}
.hermes-btn-primary:hover {
  background-color: var(--hermes-purple-700);
}
.hermes-btn-primary:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 4px var(--hermes-purple);
}
.hermes-btn-primary-glow {
  background-color: var(--hermes-purple);
  color: white;
  box-shadow: var(--hermes-shadow-glow-purple);
}
.hermes-btn-primary-glow:hover {
  background-color: var(--hermes-purple-700);
  box-shadow: 0 6px 16px rgba(111, 48, 240, 0.7);
}
.hermes-btn-secondary {
  background-color: var(--hermes-magenta);
  color: white;
}
.hermes-btn-secondary:hover {
  background-color: var(--hermes-magenta-600);
}
.hermes-btn-secondary:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 4px var(--hermes-magenta);
}
.hermes-btn-secondary-glow {
  background-color: var(--hermes-magenta);
  color: white;
  box-shadow: var(--hermes-shadow-glow-magenta);
}
.hermes-btn-secondary-glow:hover {
  background-color: var(--hermes-magenta-600);
  box-shadow: 0 6px 16px rgba(220, 64, 235, 0.7);
}
.hermes-btn-accent {
  background-color: var(--hermes-orange);
  color: white;
}
.hermes-btn-accent:hover {
  background-color: var(--hermes-orange-600);
}
.hermes-btn-accent:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 4px var(--hermes-orange);
}
.hermes-btn-accent-glow {
  background-color: var(--hermes-orange);
  color: white;
  box-shadow: var(--hermes-shadow-glow-orange);
}
.hermes-btn-accent-glow:hover {
  background-color: var(--hermes-orange-600);
  box-shadow: 0 8px 20px rgba(255, 80, 1, 0.7);
}
.hermes-btn-light {
  background-color: var(--hermes-light);
  color: var(--hermes-purple);
}
.hermes-btn-light:hover {
  background-color: white;
}
.hermes-btn-dark {
  background-color: var(--hermes-dark);
  color: white;
}
.hermes-btn-dark:hover {
  background-color: var(--hermes-dark-700);
}
.hermes-btn-gradient {
  background: var(--hermes-gradient-primary);
  color: white;
}
.hermes-btn-gradient:hover {
  background: linear-gradient(135deg, var(--hermes-magenta-600) 0%, var(--hermes-purple-700) 100%);
}
.hermes-btn-gradient-light {
  background: var(--hermes-gradient-subtle);
  color: white;
}
.hermes-btn-gradient-light:hover {
  background: linear-gradient(180deg, var(--hermes-purple-700) 0%, var(--hermes-purple-400) 100%);
}
.hermes-btn-gradient-warm {
  background: var(--hermes-gradient-warm);
  color: white;
}
.hermes-btn-gradient-warm:hover {
  background: linear-gradient(135deg, var(--hermes-orange-600) 0%, var(--hermes-magenta-600) 100%);
}
.hermes-btn-outline {
  background-color: transparent;
  border: 2px solid var(--hermes-purple);
  color: var(--hermes-purple);
}
.hermes-btn-outline:hover {
  background-color: var(--hermes-purple);
  color: white;
}
.hermes-btn-outline-magenta {
  background-color: transparent;
  border: 2px solid var(--hermes-magenta);
  color: var(--hermes-magenta);
}
.hermes-btn-outline-magenta:hover {
  background-color: var(--hermes-magenta);
  color: white;
}
.hermes-btn-outline-orange {
  background-color: transparent;
  border: 2px solid var(--hermes-orange);
  color: var(--hermes-orange);
}
.hermes-btn-outline-orange:hover {
  background-color: var(--hermes-orange);
  color: white;
}
.hermes-btn-outline-white {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}
.hermes-btn-outline-white:hover {
  background-color: white;
  color: var(--hermes-dark);
}
.hermes-btn-ghost {
  background-color: transparent;
  color: var(--hermes-purple);
}
.hermes-btn-ghost:hover {
  background-color: rgba(111, 48, 240, 0.1);
}
.hermes-btn-ghost-magenta {
  background-color: transparent;
  color: var(--hermes-magenta);
}
.hermes-btn-ghost-magenta:hover {
  background-color: rgba(220, 64, 235, 0.1);
}
.hermes-btn-white {
  background-color: white;
  color: var(--hermes-dark);
}
.hermes-btn-white:hover {
  background-color: var(--hermes-light);
}
.hermes-btn-disabled, .hermes-btn:disabled {
  background-color: #c9c9c9;
  color: white;
  cursor: not-allowed;
  opacity: 0.7;
}
.hermes-btn-pressed {
  background-color: var(--hermes-purple);
  color: var(--hermes-light);
  box-shadow: inset 0 6px 15px rgba(0, 0, 0, 0.341);
}
.hermes-btn-danger {
  background-color: var(--hermes-danger);
  color: white;
}
.hermes-btn-danger:hover {
  background-color: #e60000;
}
.hermes-button-primary {
  font-family: var(--hermes-font-family);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 1.5rem;
  font-size: 1rem;
  font-weight: var(--hermes-font-bold);
  transition: all var(--hermes-transition-normal);
  cursor: pointer;
  height: var(--hermes-btn-height);
  border-radius: var(--hermes-radius-pill);
  text-decoration: none;
  background-color: var(--hermes-purple);
  color: white;
}
.hermes-button-primary:hover {
  background-color: var(--hermes-purple-700);
}
.hermes-button-primary:focus {
  outline: none;
  box-shadow: 0 0 0 2px white, 0 0 0 4px var(--hermes-purple);
}
.hermes-button-secondary {
  font-family: var(--hermes-font-family);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 1.5rem;
  font-size: 1rem;
  font-weight: var(--hermes-font-bold);
  transition: all var(--hermes-transition-normal);
  cursor: pointer;
  height: var(--hermes-btn-height);
  border-radius: var(--hermes-radius-pill);
  text-decoration: none;
  background-color: var(--hermes-magenta);
  color: white;
}
.hermes-button-secondary:hover {
  background-color: var(--hermes-magenta-600);
}
.hermes-button-secondary:focus {
  outline: none;
  box-shadow: 0 0 0 2px white, 0 0 0 4px var(--hermes-magenta);
}
.hermes-button-lg {
  padding: 1rem 2rem;
  font-size: 1.0625rem;
}
.hermes-button-secondary-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: 2px solid rgba(248, 248, 248, 0.3);
  border-radius: var(--hermes-radius-full);
  font-weight: var(--hermes-font-semibold);
  color: white;
  background: transparent;
  transition: all var(--hermes-transition-slow);
}
.hermes-button-secondary-outline:hover {
  background: rgba(248, 248, 248, 0.1);
  border-color: rgba(248, 248, 248, 0.5);
}
.hermes-button-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  background: white;
  border-radius: var(--hermes-radius-full);
  font-weight: var(--hermes-font-semibold);
  color: var(--hermes-purple);
  transition: all var(--hermes-transition-slow);
}
.hermes-button-light:hover {
  background: var(--hermes-light);
  box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.2);
}
.hermes-button-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: var(--hermes-radius-full);
  font-weight: var(--hermes-font-semibold);
  color: white;
  background: transparent;
  transition: all var(--hermes-transition-slow);
}
.hermes-button-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
}
.hermes-hero {
  font-family: var(--hermes-font-family);
}
.hermes-hero-light {
  background-color: var(--hermes-light);
}
.hermes-hero-dark {
  background-color: var(--hermes-dark);
  color: white;
}
.hermes-hero-gradient {
  background: var(--hermes-gradient-primary);
  position: relative;
  overflow: hidden;
}
.hermes-hero-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width=%2760%27 height=%2760%27 viewBox=%270 0 60 60%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg fill=%27%23ffffff%27 fill-opacity=%270.05%27%3E%3Cpath d=%27M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hermes-hero-gradient-warm {
  background: var(--hermes-gradient-warm);
  position: relative;
  overflow: hidden;
}
.hermes-hero-gradient-warm::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width=%2760%27 height=%2760%27 viewBox=%270 0 60 60%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg fill=%27%23ffffff%27 fill-opacity=%270.05%27%3E%3Cpath d=%27M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hermes-hero-gradient-subtle {
  background: var(--hermes-gradient-subtle);
  position: relative;
  overflow: hidden;
}
.hermes-hero-illustration {
  animation: hermes-float 6s ease-in-out infinite;
}
@keyframes hermes-float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.hermes-home-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hermes-home-hero-bg {
  position: absolute;
  inset: 0;
}
.hermes-home-hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hermes-home-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(1, 8, 36, 0.9) 0%, rgba(111, 48, 240, 0.7) 100%);
}
.hermes-home-hero-content {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: var(--hermes-container-max);
  margin: 0 auto;
  padding: 8rem 1.5rem 4rem;
}
@media (min-width: 1024px) {
  .hermes-home-hero-content {
    padding: 10rem 2rem 6rem;
  }
}
.hermes-home-hero-text {
  max-width: 48rem;
}
.hermes-home-hero-title {
  font-family: var(--hermes-font-family);
  font-size: 2.5rem;
  font-weight: var(--hermes-font-bold);
  line-height: 1.1;
  color: white;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hermes-home-hero-title {
    font-size: 3.5rem;
  }
}
@media (min-width: 1024px) {
  .hermes-home-hero-title {
    font-size: 4rem;
  }
}
.hermes-home-hero-subtitle {
  font-size: 1.125rem;
  line-height: var(--hermes-leading-loose);
  color: rgba(248, 248, 248, 0.8);
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hermes-home-hero-subtitle {
    font-size: 1.25rem;
  }
}
.hermes-home-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 640px) {
  .hermes-home-hero-actions {
    flex-direction: row;
  }
}
.hermes-home-hero-trust {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.hermes-hero-perspective {
  perspective: 1200px;
  perspective-origin: center 40%;
}
.hermes-hero-perspective-content {
  transform-style: preserve-3d;
  transform: rotateX(35deg) scale(0.95);
  transform-origin: center bottom;
  opacity: 0.3;
  transition: transform 2.8s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.5s ease-out;
}
.hermes-hero-perspective.perspective-active .hermes-hero-perspective-content {
  transform: rotateX(0deg) scale(1);
  opacity: 1;
}
.hermes-hero-depth-1 {
  transform: translateZ(80px);
  transition: transform 2.8s cubic-bezier(0.16, 1, 0.3, 1), filter 2s ease-out 0.5s;
}
.hermes-hero-perspective.perspective-active .hermes-hero-depth-1 {
  transform: translateZ(0);
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
}
.hermes-hero-depth-2 {
  transform: translateZ(120px);
  transition: transform 2.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, filter 2s ease-out 0.6s;
}
.hermes-hero-perspective.perspective-active .hermes-hero-depth-2 {
  transform: translateZ(0);
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.25));
}
.hermes-hero-depth-3 {
  transform: translateZ(60px) translateY(20px);
  opacity: 0.7;
  transition: transform 2.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, opacity 1.5s ease-out 0.3s, filter 2s ease-out 0.7s;
}
.hermes-hero-perspective.perspective-active .hermes-hero-depth-3 {
  transform: translateZ(0) translateY(0);
  opacity: 1;
  filter: drop-shadow(0 16px 32px rgba(111, 48, 240, 0.3));
}
.hermes-hero-depth-4 {
  transform: translateZ(30px) translateY(30px);
  opacity: 0;
  transition: transform 2.5s cubic-bezier(0.16, 1, 0.3, 1) 0.4s, opacity 1.2s ease-out 0.8s;
}
.hermes-hero-perspective.perspective-active .hermes-hero-depth-4 {
  transform: translateZ(0) translateY(0);
  opacity: 1;
}
.hermes-feature-section {
  font-family: var(--hermes-font-family);
}
.hermes-feature-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: white;
  border-radius: var(--hermes-radius-2xl);
  padding: 1.5rem;
  box-shadow: var(--hermes-shadow-sm);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all var(--hermes-transition-slow);
}
.hermes-feature-card:hover {
  box-shadow: 0 10px 40px -10px rgba(111, 48, 240, 0.15);
  transform: translateY(-4px);
}
.hermes-feature-card > .hermes-link:last-child {
  margin-top: auto;
}
.hermes-feature-card-dark {
  background-color: var(--hermes-dark);
  color: white;
}
.hermes-feature-card-gradient {
  background: var(--hermes-gradient-primary);
  color: white;
}
.hermes-feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: var(--hermes-radius-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: white;
}
.hermes-feature-icon-primary {
  background: linear-gradient(135deg, var(--hermes-purple) 0%, var(--hermes-purple-700) 100%);
}
.hermes-feature-icon-secondary {
  background: linear-gradient(135deg, var(--hermes-magenta) 0%, var(--hermes-magenta-600) 100%);
}
.hermes-feature-icon-accent {
  background: linear-gradient(135deg, var(--hermes-orange) 0%, var(--hermes-orange-600) 100%);
}
.hermes-feature-icon-gradient {
  background: var(--hermes-gradient-primary);
}
.hermes-feature-icon-gradient-warm {
  background: var(--hermes-gradient-warm);
}
.hermes-feature-icon-success {
  background: linear-gradient(135deg, var(--hermes-success) 0%, #16a34a 100%);
}
.hermes-feature-icon-warning {
  background: linear-gradient(135deg, var(--hermes-warning) 0%, #d97706 100%);
}
.hermes-feature-icon-dark {
  background-color: var(--hermes-dark);
}
.hermes-feature-icon-light {
  background-color: var(--hermes-light);
  color: var(--hermes-purple);
}
.hermes-feature-title {
  font-family: var(--hermes-font-family);
  font-size: 22px;
  font-weight: var(--hermes-font-bold);
}
.hermes-feature-description {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-base);
  flex-grow: 1;
}
.hermes-stats-bar {
  background-color: var(--hermes-light);
  font-family: var(--hermes-font-family);
}
.hermes-stats-bar-dark {
  background-color: var(--hermes-dark);
  color: white;
}
.hermes-stats-bar-number {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-4xl);
  font-weight: var(--hermes-font-bold);
}
.hermes-stats-bar-number-highlight {
  color: var(--hermes-purple);
}
.hermes-stats-bar-label {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-sm);
}
.hermes-stat-simple {
  font-family: var(--hermes-font-family);
}
.hermes-stat-number {
  font-family: var(--hermes-font-family);
  font-size: 3rem;
  font-weight: var(--hermes-font-bold);
  background: var(--hermes-gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.hermes-stat-label {
  font-family: var(--hermes-font-family);
  font-size: 1rem;
  font-weight: var(--hermes-font-semibold);
  color: var(--hermes-dark);
}
.hermes-stat-card {
  background-color: white;
  border-radius: var(--hermes-radius-xl);
  padding: 2rem;
  text-align: center;
  box-shadow: var(--hermes-shadow-sm);
  border: 1px solid rgba(184, 200, 239, 0.5);
  font-family: var(--hermes-font-family);
}
.hermes-stat-card-icon {
  color: var(--hermes-purple);
}
.hermes-stat-card-number {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-4xl);
  font-weight: var(--hermes-font-bold);
}
.hermes-stat-card-label {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-sm);
}
.hermes-testimonial-large {
  background-color: var(--hermes-light);
  font-family: var(--hermes-font-family);
}
.hermes-testimonial-large::before {
  content: '"';
  color: rgba(111, 48, 240, 0.2);
}
.hermes-testimonial-avatar {
  background: var(--hermes-gradient-primary);
  width: 3.5rem;
  height: 3.5rem;
  min-width: 3.5rem;
  border-radius: var(--hermes-radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--hermes-font-bold);
  font-size: 1.125rem;
  color: white;
  flex-shrink: 0;
}
.hermes-testimonial-name {
  font-family: var(--hermes-font-family);
  font-weight: var(--hermes-font-semibold);
  color: var(--hermes-dark);
}
.hermes-testimonial-role {
  font-family: var(--hermes-font-family);
  font-size: 0.875rem;
  color: var(--hermes-gray-500);
}
.hermes-testimonial-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: white;
  border-radius: var(--hermes-radius-2xl);
  padding: 2rem;
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.1);
  font-family: var(--hermes-font-family);
}
.hermes-testimonial-rating {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.hermes-testimonial-quote {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--hermes-gray-700);
  margin-bottom: 1.5rem;
  font-style: italic;
}
.hermes-testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
  margin-top: auto;
}
.hermes-trust-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 1rem;
  background-color: #f8f9fa;
  border-radius: var(--hermes-radius-lg);
}
@media (min-width: 1024px) {
  .hermes-trust-bar {
    gap: 2.5rem;
  }
}
.hermes-pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: var(--hermes-radius-2xl);
  padding: 2rem;
  box-shadow: var(--hermes-shadow-sm);
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: var(--hermes-font-family);
}
.hermes-pricing-card-featured {
  border: 2px solid var(--hermes-purple);
  box-shadow: 0 10px 40px -10px rgba(111, 48, 240, 0.3);
}
.hermes-pricing-card-dark {
  background-color: var(--hermes-dark);
  color: white;
}
.hermes-pricing-badge {
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 1rem;
  color: white;
  font-size: 0.75rem;
  font-weight: var(--hermes-font-semibold);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  background: var(--hermes-gradient-primary);
  border-radius: var(--hermes-radius-full);
}
.hermes-pricing-badge-accent {
  background-color: var(--hermes-orange);
}
.hermes-pricing-badge-gradient {
  background: var(--hermes-gradient-primary);
}
.hermes-pricing-header {
  margin-bottom: 1.5rem;
}
.hermes-pricing-name {
  font-family: var(--hermes-font-family);
  font-size: 1.5rem;
  font-weight: var(--hermes-font-semibold);
  color: var(--hermes-dark);
  margin-bottom: 0.25rem;
}
.hermes-pricing-description {
  font-family: var(--hermes-font-family);
  font-size: 0.875rem;
  color: var(--hermes-gray-500);
}
.hermes-pricing-price {
  margin-bottom: 1.5rem;
}
.hermes-pricing-currency {
  font-family: var(--hermes-font-family);
  font-size: 24px;
  font-weight: var(--hermes-font-semibold);
  color: var(--hermes-gray-500);
}
.hermes-pricing-amount {
  font-family: var(--hermes-font-family);
  font-size: 2.5rem;
  font-weight: var(--hermes-font-bold);
  color: var(--hermes-dark);
}
.hermes-pricing-amount-highlight {
  color: var(--hermes-purple);
}
.hermes-pricing-period {
  font-family: var(--hermes-font-family);
  font-size: 1rem;
  color: var(--hermes-gray-500);
}
.hermes-pricing-features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}
.hermes-pricing-feature {
  font-family: var(--hermes-font-family);
  font-size: 0.9375rem;
  color: var(--hermes-gray-700);
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
}
.hermes-pricing-feature-check {
  color: var(--hermes-purple);
}
.hermes-team-card {
  background-color: white;
  border-radius: var(--hermes-radius-xl);
  padding: 1.5rem;
  text-align: center;
  box-shadow: var(--hermes-shadow-sm);
  border: 1px solid rgba(184, 200, 239, 0.5);
  transition: all var(--hermes-transition-slow);
  font-family: var(--hermes-font-family);
}
.hermes-team-card:hover {
  box-shadow: var(--hermes-shadow-md);
}
.hermes-team-avatar {
  background: var(--hermes-gradient-primary);
}
.hermes-team-avatar-alt {
  background: var(--hermes-gradient-warm);
}
.hermes-team-name {
  font-family: var(--hermes-font-family);
  font-weight: var(--hermes-font-bold);
}
.hermes-team-role {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-sm);
}
.hermes-team-social-link:hover {
  color: var(--hermes-purple);
}
.hermes-cta {
  padding: 3rem 0;
  font-family: var(--hermes-font-family);
}
.hermes-cta-simple {
  text-align: center;
  padding: 0 1.5rem;
  border-radius: var(--hermes-radius-xl);
  background-color: var(--hermes-light);
}
.hermes-cta-dark {
  text-align: center;
  padding: 0 1.5rem;
  border-radius: var(--hermes-radius-xl);
  background-color: var(--hermes-dark);
  color: white;
}
.hermes-cta-gradient {
  background: var(--hermes-gradient-primary);
  position: relative;
  padding: 0 1.5rem;
  border-radius: var(--hermes-radius-xl);
}
.hermes-cta-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width=%2760%27 height=%2760%27 viewBox=%270 0 60 60%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg fill=%27%23ffffff%27 fill-opacity=%270.03%27%3E%3Cpath d=%27M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hermes-cta-gradient-warm {
  background: var(--hermes-gradient-warm);
  position: relative;
  padding: 0 1.5rem;
  border-radius: var(--hermes-radius-xl);
}
.hermes-cta-gradient-warm::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width=%2760%27 height=%2760%27 viewBox=%270 0 60 60%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg fill=%27none%27 fill-rule=%27evenodd%27%3E%3Cg fill=%27%23ffffff%27 fill-opacity=%270.03%27%3E%3Cpath d=%27M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z%27/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hermes-cta-title {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-4xl);
  font-weight: var(--hermes-font-bold);
  margin-bottom: 0.75rem;
}
.hermes-cta-title-light {
  color: white;
}
.hermes-cta-text {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-xl);
  margin-bottom: 1.5rem;
}
.hermes-cta-text-light {
  color: rgba(255, 255, 255, 0.9);
}
.hermes-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .hermes-cta {
    padding: 4rem 0;
  }
}
.hermes-faq {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 48rem;
  margin: 0 auto;
}
.hermes-faq-item {
  background-color: white;
  border-radius: var(--hermes-radius-xl);
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.hermes-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-weight: var(--hermes-font-semibold);
  color: var(--hermes-dark);
  cursor: pointer;
  list-style: none;
  transition: background-color var(--hermes-transition-normal), color var(--hermes-transition-normal);
}
.hermes-faq-question::-webkit-details-marker {
  display: none;
}
.hermes-faq-question:hover {
  background-color: #f8f9fa;
}
.hermes-faq-icon {
  width: 1.25rem;
  height: 1.25rem;
  color: var(--hermes-gray-400);
  transition: transform 0.2s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}
.hermes-faq-item[open] .hermes-faq-icon {
  transform: rotate(180deg);
}
.hermes-faq-answer {
  padding: 0 1.5rem 1.25rem;
  color: var(--hermes-gray-500);
  line-height: 1.7;
}
.hermes-content-card {
  background-color: white;
  border-radius: var(--hermes-radius-xl);
  overflow: hidden;
  box-shadow: var(--hermes-shadow-sm);
  border: 1px solid rgba(184, 200, 239, 0.5);
  transition: all var(--hermes-transition-slow);
}
.hermes-content-card:hover {
  box-shadow: var(--hermes-shadow-lg);
}
.hermes-content-card-link {
  color: var(--hermes-purple);
  transition: color 0.2s ease;
}
.hermes-content-card-link:hover {
  color: var(--hermes-purple-700);
}
.hermes-process {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  position: relative;
  font-family: var(--hermes-font-family);
}
.hermes-process::before {
  content: "";
  display: none;
  position: absolute;
  top: 2rem;
  left: calc(12.5% + 2rem);
  right: calc(12.5% + 2rem);
  height: 2px;
  background: linear-gradient( 90deg, rgba(111, 48, 240, 0.2) 0%, rgba(220, 64, 235, 0.4) 50%, rgba(111, 48, 240, 0.2) 100% );
}
.hermes-process-step {
  text-align: center;
  position: relative;
}
.hermes-process-number {
  width: 4rem;
  height: 4rem;
  border-radius: var(--hermes-radius-full);
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: var(--hermes-font-bold);
  color: white;
  position: relative;
  z-index: 1;
  background: var(--hermes-gradient-primary);
  box-shadow: 0 8px 20px rgba(111, 48, 240, 0.3);
}
.hermes-process-number-alt {
  width: 4rem;
  height: 4rem;
  border-radius: var(--hermes-radius-full);
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: var(--hermes-font-bold);
  color: white;
  position: relative;
  z-index: 1;
  background: var(--hermes-gradient-warm);
  box-shadow: 0 8px 20px rgba(255, 80, 1, 0.3);
}
.hermes-process-title {
  font-family: var(--hermes-font-family);
  font-weight: var(--hermes-font-bold);
  color: var(--hermes-dark);
  margin-bottom: 0.5rem;
}
.hermes-process-description {
  font-family: var(--hermes-font-family);
  font-size: var(--hermes-text-sm);
  color: var(--hermes-gray-500);
}
@media (min-width: 768px) {
  .hermes-process {
    grid-template-columns: repeat(4, 1fr);
  }
  .hermes-process::before {
    display: block;
  }
}
.hermes-divider-wave {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 1200 120%27 preserveAspectRatio=%27none%27%3E%3Cpath d=%27M321.39,56.44c58-10.79,114.16-30.13,172-41.86,82.39-16.72,168.19-17.73,250.45-.39C823.78,31,906.67,72,985.66,92.83c70.05,18.48,146.53,26.09,214.34,3V0H0V27.35A600.21,600.21,0,0,0,321.39,56.44Z%27 fill=%27%23f8f8f8%27%3E%3C/path%3E%3C/svg%3E");
}
.hermes-divider-gradient {
  background: linear-gradient(90deg, transparent 0%, var(--hermes-purple) 50%, transparent 100%);
}
.hermes-divider-gradient-warm {
  background: linear-gradient( 90deg, transparent 0%, var(--hermes-orange) 25%, var(--hermes-magenta) 75%, transparent 100% );
}
.hermes-divider-dots {
  background-image: radial-gradient(circle, var(--hermes-purple) 1.5px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.3;
}
.hermes-bg-dark {
  background-color: var(--hermes-dark);
}
.hermes-bg-purple {
  background-color: var(--hermes-purple);
}
.hermes-bg-magenta {
  background-color: var(--hermes-magenta);
}
.hermes-bg-orange {
  background-color: var(--hermes-orange);
}
.hermes-bg-gradient {
  background: var(--hermes-gradient-primary);
}
.hermes-bg-gradient-warm {
  background: var(--hermes-gradient-warm);
}
.hermes-bg-gradient-subtle {
  background: var(--hermes-gradient-subtle);
}
.hermes-bg-brand-light {
  background-color: var(--hermes-light);
}
.hermes-bg-brand-dark {
  background-color: var(--hermes-dark);
}
.hermes-text-dark {
  color: var(--hermes-dark);
}
.hermes-text-light {
  color: var(--hermes-light);
}
.hermes-text-light-muted {
  color: rgba(248, 248, 248, 0.7);
}
.hermes-text-light-faint {
  color: rgba(248, 248, 248, 0.5);
}
.hermes-text-purple {
  color: var(--hermes-purple);
}
.hermes-text-magenta {
  color: var(--hermes-magenta);
}
.hermes-text-orange {
  color: var(--hermes-orange);
}
.text-hermes-orange {
  color: var(--hermes-orange);
}
.hermes-border-purple {
  border-color: var(--hermes-purple);
}
.hermes-border-magenta {
  border-color: var(--hermes-magenta);
}
.hermes-border-orange {
  border-color: var(--hermes-orange);
}
.hermes-photo-hero {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
}
.hermes-photo-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hermes-photo-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(1, 8, 36, 0.85) 0%, rgba(111, 48, 240, 0.7) 100%);
}
.hermes-photo-hero-content {
  position: relative;
  z-index: 10;
  padding: 4rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .hermes-photo-hero-content {
    padding: 6rem 4rem;
  }
}
.hermes-photo-split {
  display: grid;
  min-height: 500px;
}
@media (min-width: 1024px) {
  .hermes-photo-split {
    grid-template-columns: 1fr 1fr;
  }
}
.hermes-photo-split-content {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .hermes-photo-split-content {
    padding: 4rem;
  }
}
.hermes-photo-split-image {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .hermes-photo-split-image {
    min-height: auto;
  }
}
.hermes-photo-split-reverse {
  direction: rtl;
}
.hermes-photo-split-reverse > * {
  direction: ltr;
}
@media (min-width: 1024px) {
  .hermes-photo-split-reverse .hermes-photo-split-image {
    order: -1;
  }
}
.hermes-photo-split-image-gradient {
  position: relative;
}
.hermes-photo-gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 0%, rgba(1, 8, 36, 0.8) 100%);
}
@media (max-width: 1023px) {
  .hermes-photo-gradient-overlay {
    background: linear-gradient(to bottom, transparent 0%, rgba(1, 8, 36, 0.8) 100%);
  }
}
.hermes-image-card {
  background: white;
  overflow: hidden;
  box-shadow: var(--hermes-shadow-md);
  transition: box-shadow var(--hermes-transition-slow), transform var(--hermes-transition-slow);
}
.hermes-image-card:hover {
  box-shadow: var(--hermes-shadow-xl);
  transform: translateY(-2px);
}
.hermes-image-card-photo {
  height: 240px;
  overflow: hidden;
}
.hermes-image-card-photo img {
  transition: transform var(--hermes-transition-slower);
}
.hermes-image-card:hover .hermes-image-card-photo img {
  transform: scale(1.05);
}
.hermes-image-card-content {
  padding: 1.5rem;
}
.hermes-image-card-title {
  font-family: var(--hermes-font-family);
  font-size: 1.25rem;
  font-weight: var(--hermes-font-bold);
  color: var(--hermes-dark);
  margin-bottom: 0.75rem;
}
.hermes-image-card-text {
  font-family: var(--hermes-font-family);
  font-size: 1rem;
  color: var(--hermes-gray-500);
  line-height: var(--hermes-leading-relaxed);
  margin-bottom: 1rem;
}
.hermes-image-card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--hermes-font-family);
  font-weight: var(--hermes-font-medium);
  color: var(--hermes-purple);
  transition: gap 0.2s ease;
}
.hermes-image-card-link:hover {
  gap: 0.75rem;
}
.hermes-image-card-horizontal {
  display: grid;
}
@media (min-width: 640px) {
  .hermes-image-card-horizontal {
    grid-template-columns: 200px 1fr;
  }
}
.hermes-image-card-photo-horizontal {
  height: 200px;
  overflow: hidden;
}
@media (min-width: 640px) {
  .hermes-image-card-photo-horizontal {
    height: auto;
  }
}
.hermes-image-card-photo-horizontal img {
  transition: transform var(--hermes-transition-slower);
}
.hermes-image-card-horizontal:hover .hermes-image-card-photo-horizontal img {
  transform: scale(1.05);
}
.hermes-image-card-content-horizontal {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hermes-testimonial-photo {
  display: grid;
  background: white;
  min-height: 400px;
}
@media (min-width: 768px) {
  .hermes-testimonial-photo {
    grid-template-columns: 1fr 1.5fr;
  }
}
.hermes-testimonial-photo-image {
  position: relative;
  min-height: 250px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hermes-testimonial-photo-image {
    min-height: auto;
  }
}
.hermes-testimonial-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}
.hermes-testimonial-photo-content {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .hermes-testimonial-photo-content {
    padding: 3rem;
  }
}
.hermes-testimonial-photo-quote {
  font-family: var(--hermes-font-family);
  font-size: 1.25rem;
  font-weight: var(--hermes-font-normal);
  font-style: italic;
  color: var(--hermes-gray-700);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hermes-testimonial-photo-quote {
    font-size: 1.5rem;
  }
}
.hermes-testimonial-photo-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.hermes-testimonial-photo-avatar {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  border-radius: var(--hermes-radius-full);
  background: var(--hermes-gradient-primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--hermes-font-semibold);
  font-size: 1rem;
  flex-shrink: 0;
}
.hermes-testimonial-photo-name {
  font-family: var(--hermes-font-family);
  font-weight: var(--hermes-font-semibold);
  color: var(--hermes-gray-900);
}
.hermes-testimonial-photo-role {
  font-family: var(--hermes-font-family);
  font-size: 0.875rem;
  color: var(--hermes-gray-500);
}
.hermes-image-rounded {
  border-radius: var(--hermes-radius-2xl);
  overflow: hidden;
}
.hermes-image-circle {
  border-radius: var(--hermes-radius-full);
  overflow: hidden;
}
.hermes-image-blob {
  border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
  overflow: hidden;
}
.hermes-image-diagonal {
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  overflow: hidden;
}
.hermes-image-overlay-purple {
  position: relative;
}
.hermes-image-overlay-purple::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(111, 48, 240, 0.4);
  mix-blend-mode: multiply;
}
.hermes-image-overlay-magenta {
  position: relative;
}
.hermes-image-overlay-magenta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(220, 64, 235, 0.4);
  mix-blend-mode: multiply;
}
.hermes-image-overlay-dark {
  position: relative;
}
.hermes-image-overlay-dark::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(1, 8, 36, 0.5);
}
.hermes-image-overlay-gradient {
  position: relative;
}
.hermes-image-overlay-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(111, 48, 240, 0.5) 0%, rgba(220, 64, 235, 0.5) 100%);
}
.hermes-image-grayscale img {
  filter: grayscale(100%);
  transition: filter var(--hermes-transition-slow);
}
.hermes-image-grayscale:hover img {
  filter: grayscale(0%);
}
.hermes-image-saturate img {
  filter: saturate(1.5);
}
.hermes-image-contrast img {
  filter: contrast(1.2);
}
.hermes-image-sepia img {
  filter: sepia(0.5);
  transition: filter var(--hermes-transition-slow);
}
.hermes-image-sepia:hover img {
  filter: sepia(0);
}
.hermes-image-hover-zoom img {
  transition: transform var(--hermes-transition-slower);
}
.hermes-image-hover-zoom:hover img {
  transform: scale(1.1);
}
.hermes-image-hover-brightness img {
  transition: filter var(--hermes-transition-slow);
}
.hermes-image-hover-brightness:hover img {
  filter: brightness(1.15);
}
.hermes-image-hover-color img {
  filter: grayscale(100%);
  transition: filter var(--hermes-transition-slow);
}
.hermes-image-hover-color:hover img {
  filter: grayscale(0%);
}
.hermes-image-hover-lift {
  transition: transform var(--hermes-transition-slow), box-shadow var(--hermes-transition-slow);
}
.hermes-image-hover-lift:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -10px rgba(111, 48, 240, 0.3);
}
.hermes-image-border-glow {
  box-shadow: 0 0 30px 5px rgba(111, 48, 240, 0.4);
}
.hermes-image-border-gradient {
  padding: 4px;
  background: linear-gradient(135deg, var(--hermes-purple) 0%, var(--hermes-magenta) 50%, var(--hermes-orange) 100%);
  border-radius: var(--hermes-radius-xl);
}
.hermes-image-border-gradient img {
  border-radius: var(--hermes-radius-lg);
}
.hermes-image-frame {
  position: relative;
  padding: 1rem;
  background: white;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}
.hermes-image-frame::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: var(--hermes-gradient-primary);
  border-radius: var(--hermes-radius-2xl);
  z-index: -1;
}
.hermes-image-frame-gradient {
  position: relative;
  padding: 4px;
  background: var(--hermes-gradient-primary);
  border-radius: var(--hermes-radius-2xl);
}
.hermes-image-frame-gradient img {
  display: block;
}
.hermes-photo-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) {
  .hermes-photo-gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 200px);
    gap: 1.5rem;
  }
}
.hermes-photo-gallery-item {
  position: relative;
  border-radius: var(--hermes-radius-xl);
  overflow: hidden;
  min-height: 150px;
}
@media (min-width: 768px) {
  .hermes-photo-gallery-featured {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.hermes-photo-gallery-item img {
  transition: transform var(--hermes-transition-slower);
}
.hermes-photo-gallery-item:hover img {
  transform: scale(1.05);
}
.hermes-photo-gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5rem;
  background: linear-gradient(to top, rgba(1, 8, 36, 0.9) 0%, transparent 100%);
  color: white;
}
.hermes-photo-gallery-caption h4 {
  font-family: var(--hermes-font-family);
  font-size: 1.125rem;
  font-weight: var(--hermes-font-semibold);
}
.hermes-solution-card {
  display: block;
  background: white;
  border-radius: var(--hermes-radius-2xl);
  overflow: hidden;
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.1);
  transition: all var(--hermes-transition-slow);
}
.hermes-solution-card:hover {
  box-shadow: 0 10px 40px -10px rgba(111, 48, 240, 0.2);
  transform: translateY(-4px);
}
.hermes-solution-card-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.hermes-solution-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--hermes-transition-slower);
}
.hermes-solution-card:hover .hermes-solution-card-image img {
  transform: scale(1.05);
}
.hermes-solution-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 50%, rgba(1, 8, 36, 0.3) 100%);
}
.hermes-solution-card-content {
  padding: 1.5rem;
}
.hermes-solution-card-title {
  font-family: var(--hermes-font-family);
  font-size: 1.25rem;
  font-weight: var(--hermes-font-semibold);
  color: var(--hermes-dark);
  margin-bottom: 0.5rem;
}
.hermes-solution-card-description {
  font-size: 0.9375rem;
  line-height: var(--hermes-leading-relaxed);
  color: var(--hermes-gray-500);
}
.hermes-logo-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .hermes-logo-cloud {
    gap: 4rem;
  }
}
.hermes-logo-cloud-item {
  opacity: 0.6;
  transition: opacity var(--hermes-transition-slow);
}
.hermes-logo-cloud-item:hover {
  opacity: 1;
}
.hermes-nav-minimal {
  background: none;
  border: none;
  box-shadow: none;
  transition: background-color 0.4s ease;
}
.hermes-nav-minimal.nav-scrolled {
  background-color: rgba(1, 8, 36, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
@supports not (backdrop-filter: blur(12px)) {
  .hermes-nav-minimal.nav-scrolled {
    background-color: rgba(1, 8, 36, 0.98);
  }
}
.hermes-nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.2s ease;
}
.hermes-nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: white;
  transition: width var(--hermes-transition-slow);
}
.hermes-nav-link:hover {
  color: #ffffff;
}
.hermes-nav-link:hover::after {
  width: 100%;
}
.hermes-mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: var(--hermes-z-modal-backdrop);
  background: rgba(1, 8, 36, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
body.hermes-menu-open {
  overflow: hidden;
}
.hermes-mobile-menu {
  position: relative;
  z-index: var(--hermes-z-modal);
  background: rgba(1, 8, 36, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: var(--hermes-radius-2xl);
  margin-top: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(111, 48, 240, 0.2);
}
.hermes-mobile-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.hermes-mobile-menu-link {
  display: block;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  font-weight: var(--hermes-font-medium);
  color: rgba(255, 255, 255, 0.85);
  border-radius: var(--hermes-radius-lg);
  transition: all 0.2s ease;
}
.hermes-mobile-menu-link:hover {
  color: #ffffff;
  background: rgba(111, 48, 240, 0.2);
}
.hermes-mobile-menu-link:active {
  background: rgba(111, 48, 240, 0.3);
}
.hermes-mobile-menu-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(111, 48, 240, 0.4) 50%, transparent 100%);
  margin: 1rem 0;
}
.hermes-mobile-menu-cta {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
.hermes-mobile-menu-cta .hermes-btn {
  width: 100%;
  justify-content: center;
}
.hermes-hamburger-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--hermes-radius-lg);
  color: white;
  transition: all 0.2s ease;
}
.hermes-hamburger-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.hermes-hamburger-btn:active {
  background: rgba(255, 255, 255, 0.15);
}
.hermes-footer {
  background: var(--hermes-dark);
  color: var(--hermes-light);
  padding: 4rem 0 2rem;
}
.hermes-footer-main {
  display: grid;
  gap: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1024px) {
  .hermes-footer-main {
    grid-template-columns: 1.5fr 3fr;
    gap: 4rem;
  }
}
.hermes-footer-brand {
  max-width: 20rem;
}
.hermes-footer-logo {
  display: inline-block;
  margin-bottom: 1rem;
}
.hermes-footer-tagline {
  font-size: 0.9375rem;
  line-height: var(--hermes-leading-relaxed);
  color: rgba(248, 248, 248, 0.7);
  margin-bottom: 1.5rem;
}
.hermes-footer-social {
  display: flex;
  gap: 1rem;
}
.hermes-footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(248, 248, 248, 0.1);
  color: var(--hermes-light);
  transition: all var(--hermes-transition-slow);
}
.hermes-footer-social-link:hover {
  background: var(--hermes-purple);
  transform: translateY(-2px);
}
.hermes-footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media (min-width: 640px) {
  .hermes-footer-nav {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .hermes-footer-nav {
    grid-template-columns: repeat(5, 1fr);
  }
}
.hermes-footer-nav-title {
  font-family: var(--hermes-font-family);
  font-size: 0.875rem;
  font-weight: var(--hermes-font-semibold);
  color: var(--hermes-light);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hermes-footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hermes-footer-nav-list li {
  margin-bottom: 0.5rem;
}
.hermes-footer-nav-list a {
  font-size: 0.875rem;
  color: rgba(248, 248, 248, 0.7);
  transition: color 0.2s ease;
}
.hermes-footer-nav-list a:hover {
  color: var(--hermes-light);
}
.hermes-footer-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 0;
  border-top: 1px solid rgba(248, 248, 248, 0.1);
  border-bottom: 1px solid rgba(248, 248, 248, 0.1);
  margin-bottom: 2rem;
}
.hermes-footer-trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(248, 248, 248, 0.7);
}
.hermes-footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .hermes-footer-bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}
.hermes-footer-copyright {
  font-size: 0.875rem;
  color: rgba(248, 248, 248, 0.5);
}
.hermes-footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.hermes-footer-bottom-links a {
  font-size: 0.875rem;
  color: rgba(248, 248, 248, 0.5);
  transition: color 0.2s ease;
}
.hermes-footer-bottom-links a:hover {
  color: var(--hermes-light);
}
.hermes-footer-lang {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgba(248, 248, 248, 0.7);
}
.hermes-section {
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .hermes-section {
    padding: 6rem 0;
  }
}
.hermes-container {
  width: 100%;
  max-width: var(--hermes-container-max);
  margin: 0 auto;
  padding-inline: 1.5rem;
}
@media (min-width: 768px) {
  .hermes-container {
    padding-inline: 2rem;
  }
}
.hermes-float {
  animation: hermes-float 6s ease-in-out infinite;
}
.hermes-float-delayed {
  animation: hermes-float 6s ease-in-out infinite;
  animation-delay: -3s;
}
.hermes-glass-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: var(--hermes-radius-2xl);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.15);
}
.hermes-section-gradient-mesh {
  position: relative;
  background: linear-gradient(135deg, var(--hermes-dark) 0%, #1a1f35 100%);
  overflow: hidden;
}
.hermes-section-gradient-mesh::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle at 20% 30%, rgba(111, 48, 240, 0.15) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(220, 64, 235, 0.1) 0%, transparent 40%), radial-gradient(circle at 60% 20%, rgba(255, 80, 1, 0.08) 0%, transparent 30%);
  pointer-events: none;
}
.hermes-border-gradient-animated {
  position: relative;
  background: linear-gradient(white, white) padding-box, linear-gradient(135deg, var(--hermes-purple), var(--hermes-magenta), var(--hermes-orange), var(--hermes-purple)) border-box;
  border: 2px solid transparent;
  background-size: 100% 100%, 300% 300%;
  animation: hermes-gradient-shift 8s ease infinite;
}
@keyframes hermes-gradient-shift {
  0%, 100% {
    background-position: 0% 0%, 0% 50%;
  }
  50% {
    background-position: 0% 0%, 100% 50%;
  }
}
[data-scroll-reveal-target="item"] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity var(--hermes-transition-slower), transform var(--hermes-transition-slower);
}
[data-scroll-reveal-target="item"].scroll-revealed {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  [data-scroll-reveal-target="item"] {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hermes-hero-perspective-content {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
  }
  .hermes-hero-depth-1, .hermes-hero-depth-2, .hermes-hero-depth-3, .hermes-hero-depth-4 {
    transform: none !important;
    opacity: 1 !important;
    transition: none !important;
    filter: none !important;
  }
  .hermes-nav-minimal {
    transition: none;
  }
  .hermes-nav-link, .hermes-nav-link::after {
    transition: none;
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-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-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: 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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}

