@import url("https://fonts.googleapis.com/css2?family=Coolvetica:wght@400;700&display=swap");
/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@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-gray-50: oklch(.985 .002 247.839);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-3xl: 48rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --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;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --tracking-wide: .025em;
    --tracking-widest: .1em;
    --leading-relaxed: 1.625;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-sm: 8px;
    --aspect-video: 16 / 9;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  body {
    line-height: inherit;
  }

  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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
    font-family: Coolvetica, Arial, sans-serif;
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
    font-family: Coolvetica, Arial, sans-serif;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    cursor: pointer;
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .-z-10 {
    z-index: calc(10 * -1);
  }

  .z-50 {
    z-index: 50;
  }

  .z-\[100\] {
    z-index: 100;
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-9 {
    height: calc(var(--spacing) * 9);
  }

  .h-\[120vh\] {
    height: 120vh;
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-8 {
    width: calc(var(--spacing) * 8);
  }

  .w-9 {
    width: calc(var(--spacing) * 9);
  }

  .w-full {
    width: 100%;
  }

  .max-w-3xl {
    max-width: var(--container-3xl);
  }

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

  .max-w-7xl {
    max-width: var(--container-7xl);
  }

  .max-w-full {
    max-width: 100%;
  }

  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * 8);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .items-center {
    align-items: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }

  :where(.space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-3 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .rounded-xl {
    border-radius: calc(var(--radius)  + 4px);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-black {
    border-color: var(--color-black);
  }

  .border-black\/10 {
    border-color: #0000001a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/10 {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }

  .border-black\/20 {
    border-color: #0003;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/20 {
      border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }

  .border-t-black {
    border-top-color: var(--color-black);
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-black\/10 {
    background-color: #0000001a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/10 {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }

  .bg-black\/60 {
    background-color: #0009;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/60 {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .bg-white\/50 {
    background-color: #ffffff80;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/50 {
      background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
    }
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }

  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }

  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }

  .pb-32 {
    padding-bottom: calc(var(--spacing) * 32);
  }

  .text-center {
    text-align: center;
  }

  .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-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-black\/60 {
    color: #0009;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/60 {
      color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }

  .text-black\/70 {
    color: #000000b3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/70 {
      color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }

  .text-black\/80 {
    color: #000c;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-black\/80 {
      color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-100 {
    opacity: 1;
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-1000 {
    --tw-duration: 1s;
    transition-duration: 1s;
  }

  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

  @media (hover: hover) {
    .group-hover\:animate-bounce:is(:where(.group):hover *) {
      animation: var(--animate-bounce);
    }
  }

  @media (hover: hover) {
    .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (hover: hover) {
    .hover\:border-black\/40:hover {
      border-color: #0006;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:border-black\/40:hover {
        border-color: color-mix(in oklab, var(--color-black) 40%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-black\/15:hover {
      background-color: #00000026;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-black\/15:hover {
        background-color: color-mix(in oklab, var(--color-black) 15%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:text-black:hover {
      color: var(--color-black);
    }
  }

  @media (width >= 40rem) {
    .sm\:mb-10 {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-\[640px\] {
      max-width: 640px;
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 64rem) {
    .lg\:h-10 {
      height: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 64rem) {
    .lg\:w-10 {
      width: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 64rem) {
    .lg\:max-w-\[800px\] {
      max-width: 800px;
    }
  }

  @media (width >= 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 64rem) {
    .lg\:gap-8 {
      gap: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .lg\:p-8 {
      padding: calc(var(--spacing) * 8);
    }
  }

  @media (width >= 64rem) {
    .lg\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 64rem) {
    .lg\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 64rem) {
    .lg\:pt-14 {
      padding-top: calc(var(--spacing) * 14);
    }
  }

  @media (width >= 64rem) {
    .lg\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

  @media (width >= 64rem) {
    .lg\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }

  @media (width >= 80rem) {
    .xl\:max-w-\[1000px\] {
      max-width: 1000px;
    }
  }

  @media (width >= 80rem) {
    .xl\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 80rem) {
    .xl\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @media (width >= 80rem) {
    .xl\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (width >= 80rem) {
    .xl\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }

  @media (width >= 80rem) {
    .xl\:text-xl {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
}


:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
  font-family: Coolvetica, Arial, sans-serif;
}

@keyframes particle-dance {
  0% {
    opacity: 0;
    transform: translateY(0)translateX(0)scale(.2)rotate(0);
  }

  10% {
    opacity: .8;
    transform: translateY(-30px)translateX(20px)scale(.8)rotate(45deg);
  }

  25% {
    opacity: 1;
    transform: translateY(-80px)translateX(-15px)scale(1.2)rotate(90deg);
  }

  50% {
    opacity: .9;
    transform: translateY(-120px)translateX(40px)scale(.6)rotate(180deg);
  }

  75% {
    opacity: .7;
    transform: translateY(-200px)translateX(-30px)scale(1.4)rotate(270deg);
  }

  100% {
    opacity: 0;
    transform: translateY(-400px)translateX(10px)scale(.1)rotate(360deg);
  }
}

@keyframes cosmic-spiral {
  0% {
    opacity: .2;
    transform: rotate(0)translateX(100px)rotate(0)scale(.5);
  }

  25% {
    opacity: .8;
    transform: rotate(90deg)translateX(150px)rotate(-90deg)scale(1.2);
  }

  50% {
    opacity: 1;
    transform: rotate(180deg)translateX(200px)rotate(-180deg)scale(.8);
  }

  75% {
    opacity: .6;
    transform: rotate(270deg)translateX(120px)rotate(-270deg)scale(1.5);
  }

  100% {
    opacity: .1;
    transform: rotate(360deg)translateX(80px)rotate(-360deg)scale(.3);
  }
}

@keyframes matrix-float {
  0%, 100% {
    opacity: .3;
    filter: blur();
    transform: translateY(0)translateX(0)scale(.8)rotateX(0)rotateY(0);
  }

  33% {
    opacity: .9;
    filter: blur(1px);
    transform: translateY(-50px)translateX(30px)scale(1.3)rotateX(45deg)rotateY(15deg);
  }

  66% {
    opacity: .7;
    filter: blur(2px);
    transform: translateY(20px)translateX(-40px)scale(.6)rotateX(-30deg)rotateY(-20deg);
  }
}

@keyframes energy-pulse {
  0% {
    opacity: 0;
    filter: brightness(.5) hue-rotate();
    transform: scale(.1)rotate(0);
  }

  20% {
    opacity: .8;
    filter: brightness(1.5) hue-rotate(60deg);
    transform: scale(1.5)rotate(72deg);
  }

  40% {
    opacity: 1;
    filter: brightness(2) hue-rotate(120deg);
    transform: scale(.8)rotate(144deg);
  }

  60% {
    opacity: .6;
    filter: brightness(1.2) hue-rotate(180deg);
    transform: scale(2.2)rotate(216deg);
  }

  80% {
    opacity: .9;
    filter: brightness(1.8) hue-rotate(240deg);
    transform: scale(.4)rotate(288deg);
  }

  100% {
    opacity: 0;
    filter: brightness(.5) hue-rotate(300deg);
    transform: scale(.1)rotate(360deg);
  }
}

@keyframes quantum-drift {
  0%, 100% {
    opacity: .4;
    transform: translateY(0)translateX(0)translateZ(0)scale(.9)rotateX(0)rotateY(0)rotateZ(0);
  }

  16% {
    opacity: .8;
    transform: translateY(-60px)translateX(40px)translateZ(20px)scale(1.4)rotateX(60deg)rotateY(30deg)rotateZ(45deg);
  }

  32% {
    opacity: 1;
    transform: translateY(-20px)translateX(-50px)translateZ(-15px)scale(.7)rotateX(-30deg)rotateY(-60deg)rotateZ(90deg);
  }

  48% {
    opacity: .6;
    transform: translateY(40px)translateX(30px)translateZ(30px)scale(1.6)rotateX(90deg)rotateY(45deg)rotateZ(135deg);
  }

  64% {
    opacity: .9;
    transform: translateY(-80px)translateX(-20px)translateZ(-25px)scale(.5)rotateX(-45deg)rotateY(-90deg)rotateZ(180deg);
  }

  80% {
    opacity: .7;
    transform: translateY(10px)translateX(60px)translateZ(10px)scale(1.8)rotateX(120deg)rotateY(120deg)rotateZ(225deg);
  }
}

.animate-gradient-shift {
  background: radial-gradient(circle at 15% 25%, #3c3c3c4d 0%, #0000 40%), radial-gradient(circle at 85% 15%, #28282866 0%, #0000 50%), radial-gradient(circle at 35% 75%, #50505033 0%, #0000 45%), radial-gradient(circle at 95% 85%, #1e1e1e80 0%, #0000 55%), radial-gradient(circle at 5% 95%, #14141499 0%, #0000 60%), linear-gradient(135deg, #000 0%, #0a0a0a 25%, #000 50%, #0f0f0f 75%, #000 100%);
  animation: 20s ease-in-out infinite cosmic-background;
}

@keyframes cosmic-background {
  0%, 100% {
    filter: brightness() contrast() hue-rotate();
    background-position: 0 0, 100% 0, 50% 100%, 100% 100%, 0 100%, 0 0;
  }

  25% {
    filter: brightness(1.2) contrast(1.1) hue-rotate(15deg);
    background-position: 25% 25%, 75% 25%, 25% 75%, 75% 75%, 25% 75%, 25% 25%;
  }

  50% {
    filter: brightness(.9) contrast(1.3) hue-rotate(30deg);
    background-position: 50%, 50%, 0%, 50%, 50%, 50%;
  }

  75% {
    filter: brightness(1.1) contrast(.9) hue-rotate(45deg);
    background-position: 75% 25%, 25% 75%, 75% 25%, 25% 25%, 75% 25%, 75% 25%;
  }
}

.animate-gradient-shift:before, .animate-gradient-shift:after {
  content: "";
  pointer-events: none;
  z-index: -1;
  border-radius: 50%;
  position: absolute;
}

.animate-gradient-shift:before {
  filter: blur(2px);
  background: radial-gradient(circle, #64646426 0%, #3c3c3c14 40%, #0000 70%);
  width: 400px;
  height: 400px;
  animation: 25s linear infinite cosmic-spiral;
  top: 5%;
  left: 10%;
}

.animate-gradient-shift:after {
  filter: blur(1px);
  background: radial-gradient(circle, #50505033 0%, #2828281a 50%, #0000 80%);
  width: 350px;
  height: 350px;
  animation: 18s ease-in-out infinite quantum-drift;
  top: 70%;
  right: 15%;
}

.particle-system {
  pointer-events: none;
  z-index: -1;
  position: absolute;
  inset: 0;
}

.particle {
  background: #ffffff1a;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
}

.particle:first-child {
  animation: 15s linear infinite particle-dance;
  top: 20%;
  left: 30%;
}

.particle:nth-child(2) {
  animation: 12s ease-in-out 3s infinite matrix-float;
  top: 60%;
  left: 70%;
}

.particle:nth-child(3) {
  animation: 10s linear 6s infinite energy-pulse;
  top: 40%;
  left: 10%;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-fade-in-up {
  opacity: 0;
  animation: .8s ease-out forwards fadeInUp;
}

.animate-fade-in-up-delay {
  opacity: 0;
  animation: 1s ease-out .2s forwards fadeInUp;
}

.animate-fade-in {
  animation: .6s ease-out forwards fadeIn;
}

.animate-slide-in-left {
  animation: .8s ease-out forwards slideInLeft;
}

.animate-slide-in-right {
  animation: .8s ease-out forwards slideInRight;
}

.delay-100 {
  animation-delay: .1s;
}

.delay-200 {
  animation-delay: .2s;
}

.delay-300 {
  animation-delay: .3s;
}

.delay-400 {
  animation-delay: .4s;
}

.delay-500 {
  animation-delay: .5s;
}

.delay-600 {
  animation-delay: .6s;
}

.delay-700 {
  animation-delay: .7s;
}

.delay-800 {
  animation-delay: .8s;
}

.delay-900 {
  animation-delay: .9s;
}

.delay-1000 {
  animation-delay: 1s;
}

.delay-1100 {
  animation-delay: 1.1s;
}

.delay-1200 {
  animation-delay: 1.2s;
}

.delay-1300 {
  animation-delay: 1.3s;
}

.delay-1400 {
  animation-delay: 1.4s;
}

.delay-1450 {
  animation-delay: 1.45s;
}

.delay-1500 {
  animation-delay: 1.5s;
}

.delay-1600 {
  animation-delay: 1.6s;
}

.delay-1800 {
  animation-delay: 1.8s;
}

.delay-2000 {
  animation-delay: 2s;
}

.hero-text {
  letter-spacing: -.04em;
  font-optical-sizing: auto;
  font-family: Coolvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: .85;
}

@keyframes letterMorph {
  0% {
    opacity: 0;
    filter: blur(2px);
    transform: translateY(30px)scale(.8);
  }

  60% {
    opacity: .8;
    filter: blur();
    transform: translateY(-5px)scale(1.05);
  }

  100% {
    opacity: 1;
    filter: blur();
    transform: translateY(0)scale(1);
  }
}

@keyframes letterGlow {
  0%, 100% {
    text-shadow: 0 0 10px #fff3, 0 0 20px #ffffff1a;
  }

  50% {
    text-shadow: 0 0 20px #ffffff4d, 0 0 30px #fff3, 0 0 40px #ffffff1a;
  }
}

@keyframes metricsLetterSlideUp {
  0% {
    opacity: 0;
    filter: blur(3px);
    transform: translateY(40px)translateX(-5px)scale(.3)rotateX(90deg)rotateZ(-10deg);
  }

  30% {
    opacity: .6;
    filter: blur(1px);
    transform: translateY(5px)translateX(2px)scale(1.2)rotateX(-20deg)rotateZ(5deg);
  }

  70% {
    opacity: .9;
    filter: blur();
    transform: translateY(-8px)translateX(-1px)scale(1.1)rotateX(10deg)rotateZ(-2deg);
  }

  100% {
    opacity: 1;
    filter: blur();
    transform: translateY(0)translateX(0)scale(1)rotateX(0)rotateZ(0);
  }
}

@keyframes letterBounceUp {
  0% {
    opacity: 0;
    filter: blur(4px);
    transform: translateY(60px)scale(.1)rotateX(180deg);
  }

  40% {
    opacity: .8;
    filter: blur();
    transform: translateY(-15px)scale(1.4)rotateX(-30deg);
  }

  65% {
    opacity: 1;
    filter: blur();
    transform: translateY(5px)scale(.9)rotateX(10deg);
  }

  85% {
    transform: translateY(-3px)scale(1.05)rotateX(-5deg);
  }

  100% {
    opacity: 1;
    filter: blur();
    transform: translateY(0)scale(1)rotateX(0);
  }
}

.letter {
  opacity: 0;
  will-change: transform, opacity;
  transform-style: preserve-3d;
  perspective: 1000px;
  animation: 1s cubic-bezier(.25, .46, .45, .94) forwards letterMorph, 4s ease-in-out infinite letterGlow;
  display: inline-block;
}

.letter.animate {
  animation: 1.2s cubic-bezier(.175, .885, .32, 1.275) forwards metricsLetterSlideUp, 4s ease-in-out 1.2s infinite letterGlow;
}

.letter.bounce {
  animation: 1.5s cubic-bezier(.68, -.55, .265, 1.55) forwards letterBounceUp, 4s ease-in-out 1.5s infinite letterGlow;
}

@keyframes metricsSlideIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.metrics-text {
  opacity: 0;
  animation: .8s ease-out .5s forwards metricsSlideIn;
}

.metrics-text.delay-300 {
  animation-delay: .8s;
}

.metrics-text.delay-600 {
  animation-delay: 1.1s;
}

@keyframes scaleUpSlideUp {
  0% {
    opacity: 0;
    transform: translateY(40px)scale(.8);
  }

  100% {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@keyframes slideLeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.scroll-animate {
  opacity: 0;
}

.scroll-visible {
  animation: .8s cubic-bezier(.25, .46, .45, .94) forwards scaleUpSlideUp;
}

.scroll-visible.slide-left {
  animation: 1.2s cubic-bezier(.175, .885, .32, 1.275) forwards slideLeftToRight;
}

.scroll-visible.slide-right, .scroll-visible.glitch {
  opacity: 1;
}

.button-expand {
  transform-style: preserve-3d;
  perspective: 1000px;
  cursor: pointer;
  transition: all .6s cubic-bezier(.175, .885, .32, 1.275);
  position: relative;
  overflow: hidden;
}

.button-expand:before {
  content: "";
  background: linear-gradient(45deg, #0000 0%, #ffffff1a 25%, #ffffff4d 50%, #ffffff1a 75%, #0000 100%);
  width: 120%;
  height: 100%;
  transition: left .6s cubic-bezier(.175, .885, .32, 1.275);
  position: absolute;
  top: 0;
  left: -120%;
  transform: skewX(-20deg);
}

.button-expand:after {
  content: "";
  opacity: 0;
  background: radial-gradient(circle, #ffffff0d 0%, #0000 70%);
  transition: opacity .6s;
  position: absolute;
  inset: 0;
  transform: scale(0);
}

.button-expand:hover:before {
  left: 120%;
}

.button-expand:hover:after {
  opacity: 1;
  animation: .6s ease-out energy-pulse;
  transform: scale(1);
}

.button-expand:hover {
  filter: brightness(1.1) contrast(1.1);
  transform: translateY(-8px)scale(1.05)rotateX(-5deg)rotateY(2deg)rotateZ(1deg);
  box-shadow: 0 20px 40px #0006, 0 0 20px #ffffff1a, inset 0 1px 3px #fff3;
}

.button-expand:active {
  transition: all .1s;
  transform: translateY(-4px)scale(.98)rotateX(2deg)rotateY(-1deg);
}

.button-white-expand {
  transform-style: preserve-3d;
  perspective: 1000px;
  cursor: pointer;
  transition: all .8s cubic-bezier(.23, 1, .32, 1);
  position: relative;
  overflow: hidden;
}

.button-white-expand:before {
  content: "";
  background: linear-gradient(45deg, #0000 0%, #0000000d 20%, #00000026 40%, #00000040 50%, #00000026 60%, #0000000d 80%, #0000 100%);
  width: 150%;
  height: 100%;
  transition: left .8s cubic-bezier(.23, 1, .32, 1);
  position: absolute;
  top: 0;
  left: -150%;
  transform: skewX(-25deg);
}

.button-white-expand:after {
  content: "";
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  filter: blur(1px);
  background: linear-gradient(45deg, #fffc, #f0f0f0e6, #fffc);
  transition: opacity .8s;
  position: absolute;
  inset: -2px;
}

.button-white-expand:hover:before {
  left: 150%;
}

.button-white-expand:hover:after {
  opacity: 1;
  animation: 2s ease-in-out cosmic-spiral;
}

.button-white-expand:hover {
  filter: brightness(1.15) contrast(1.05) saturate(1.1);
  transform: translateY(-12px)scale(1.08)rotateX(-8deg)rotateY(3deg)rotateZ(-2deg);
  box-shadow: 0 25px 50px #0000004d, 0 0 30px #fff6, inset 0 2px 5px #0000001a, 0 0 0 1px #fff3;
}

.button-white-expand:active {
  transition: all .15s;
  transform: translateY(-6px)scale(1.02)rotateX(3deg)rotateY(-1deg);
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce), (width <= 768px) {
  *, :before, :after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }

  .particle-system, .animate-gradient-shift, .parallax-layer-1, .parallax-layer-2, .parallax-layer-3, .letter {
    display: none !important;
  }

  .animate-fade-in-up, .animate-fade-in-up-delay, .animate-fade-in {
    opacity: 1 !important;
    transform: none !important;
  }
}

@media (width <= 768px) {
  .hero-text .letter {
    opacity: 1 !important;
    animation: none !important;
  }

  [class*="animate-"], [class*="particle-"], [class*="energy-"], [class*="cosmic-"], [class*="quantum-"] {
    animation: none !important;
  }
}

.hover-lift {
  transform-style: preserve-3d;
  perspective: 1000px;
  cursor: pointer;
  transition: all .8s cubic-bezier(.175, .885, .32, 1.275);
  position: relative;
}

.hover-lift:before {
  content: "";
  opacity: 0;
  z-index: -1;
  background: radial-gradient(circle, #ffffff0d 0%, #0000 70%);
  border-radius: 50%;
  transition: all .8s;
  position: absolute;
  inset: -5px;
  transform: scale(0);
}

.hover-lift:hover:before {
  opacity: 1;
  animation: 1.5s ease-in-out infinite energy-pulse;
  transform: scale(1.5);
}

.hover-lift:hover {
  text-shadow: 0 0 20px #ffffff4d, 0 0 40px #ffffff1a;
  filter: brightness(1.2) drop-shadow(0 10px 20px #ffffff1a);
  transform: translateY(-12px)translateZ(20px)scale(1.05)rotateX(-10deg)rotateY(5deg)rotateZ(2deg);
}

@keyframes pageTransitionIn {
  0% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(.8)rotateY(90deg)translateZ(-200px);
  }

  50% {
    opacity: .5;
    filter: blur(5px);
    transform: scale(1.05)rotateY(45deg)translateZ(-100px);
  }

  100% {
    opacity: 1;
    filter: blur();
    transform: scale(1)rotateY(0)translateZ(0);
  }
}

@keyframes pageTransitionOut {
  0% {
    opacity: 1;
    filter: blur();
    transform: scale(1)rotateY(0)translateZ(0);
  }

  50% {
    opacity: .5;
    filter: blur(5px);
    transform: scale(.95)rotateY(-45deg)translateZ(-100px);
  }

  100% {
    opacity: 0;
    filter: blur(10px);
    transform: scale(.8)rotateY(-90deg)translateZ(-200px);
  }
}

@keyframes morphingLoader {
  0%, 100% {
    border-radius: 50%;
    transform: scale(1)rotate(0);
  }

  25% {
    border-radius: 25% 75% 50% 25%;
    transform: scale(1.2)rotate(90deg);
  }

  50% {
    border-radius: 75% 25%;
    transform: scale(.8)rotate(180deg);
  }

  75% {
    border-radius: 25% 75%;
    transform: scale(1.1)rotate(270deg);
  }
}

.company-hover {
  transition: all .4s ease-out;
  position: relative;
}

.company-hover:before {
  content: "";
  opacity: 0;
  z-index: -1;
  border: 1px solid #ffffff4d;
  border-radius: 12px;
  transition: opacity .4s;
  position: absolute;
  inset: -8px;
}

.company-hover:hover:before {
  opacity: 1;
}

.company-hover:hover {
  text-shadow: 0 0 8px #fff6, 0 0 16px #fff3;
  filter: brightness(1.2);
  transform: translateY(-2px);
}

.hero-text {
  text-shadow: 0 0 10px #ffffff1a, 0 0 20px #ffffff1a, 0 0 40px #ffffff1a, 0 1px 3px #0000004d;
  filter: drop-shadow(0 0 30px #ffffff1a);
}

@keyframes cursorTrail {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(.1);
  }
}

.mobile-menu-item {
  transform-style: preserve-3d;
  cursor: pointer;
  transition: all .6s cubic-bezier(.175, .885, .32, 1.275);
}

.mobile-menu-item:hover {
  text-shadow: 0 0 15px #fff6;
  transform: translateX(10px)scale(1.05)rotateY(5deg)rotateZ(1deg);
}

@keyframes socialOrbit {
  0% {
    transform: rotate(0)translateX(0)rotate(0);
  }

  25% {
    transform: rotate(90deg)translateX(5px)rotate(-90deg);
  }

  50% {
    transform: rotate(180deg)translateX(0)rotate(-180deg);
  }

  75% {
    transform: rotate(270deg)translateX(-5px)rotate(-270deg);
  }

  100% {
    transform: rotate(360deg)translateX(0)rotate(-360deg);
  }
}

.social-icon {
  cursor: pointer;
  transition: all .8s cubic-bezier(.175, .885, .32, 1.275);
}

.social-icon:hover {
  animation: 2s ease-in-out infinite socialOrbit;
  transform: scale(1.2);
  box-shadow: 0 0 20px #ffffff4d, inset 0 0 20px #ffffff1a;
}

select option {
  color: #000;
  background-color: #fff;
  padding: 8px 12px;
}

select option:checked {
  color: #000;
  background-color: #f0f0f0;
}

.cal-embed-container {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #0003;
  border-radius: 8px;
  width: 100%;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

#my-cal-inline-30min {
  background: none !important;
  border: none !important;
  width: 100% !important;
  height: 420px !important;
  min-height: 420px !important;
  overflow: hidden !important;
}

.cal-embed-container iframe {
  background: none !important;
  border: none !important;
  border-radius: 8px !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 420px !important;
}

.cal-embed-container div[data-cal-namespace="30min"] {
  color: #fff !important;
  background: #000c !important;
  border-radius: 8px !important;
}

.cal-embed-container [data-testid="calendar"], .cal-embed-container .calendar {
  color: #fff !important;
  background: #000c !important;
}

.cal-embed-container [data-testid="day"], .cal-embed-container .day {
  color: #ffffffe6 !important;
  border-color: #ffffff1a !important;
}

.cal-embed-container [data-testid="day"]:hover, .cal-embed-container .day:hover {
  background: #ffffff1a !important;
}

.cal-embed-container [data-testid="time-slot"], .cal-embed-container .time-slot {
  color: #fff !important;
  background: #ffffff0d !important;
  border: 1px solid #ffffff1a !important;
}

.cal-embed-container [data-testid="time-slot"]:hover, .cal-embed-container .time-slot:hover {
  transition: all .3s;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #ffffff1a;
  background: #ffffff26 !important;
  border-color: #ffffff4d !important;
}

.cal-embed-container [data-testid="month-view"], .cal-embed-container .month-view {
  background: none !important;
}

.cal-embed-container button {
  color: #fff !important;
  transition: all .3s !important;
}

.cal-embed-container button:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 2px 8px #ffffff1a !important;
}

.cal-embed-container:before {
  display: none;
}

.transform-gpu {
  backface-visibility: hidden;
  perspective: 1000px;
  transform: translateZ(0);
}

@keyframes parallaxFloat {
  0%, 100% {
    transform: translateY(0)scale(1)rotate(0);
  }

  25% {
    transform: translateY(-10px)scale(1.05)rotate(2deg);
  }

  50% {
    transform: translateY(5px)scale(.95)rotate(-1deg);
  }

  75% {
    transform: translateY(-5px)scale(1.02)rotate(1deg);
  }
}

@keyframes parallaxDepth {
  0%, 100% {
    opacity: 1;
    transform: translateZ(0)scale(1);
  }

  50% {
    opacity: .8;
    transform: translateZ(20px)scale(1.1);
  }
}

@keyframes parallaxRotate {
  0% {
    transform: rotate(0)scale(1);
  }

  25% {
    transform: rotate(90deg)scale(1.1);
  }

  50% {
    transform: rotate(180deg)scale(.9);
  }

  75% {
    transform: rotate(270deg)scale(1.05);
  }

  100% {
    transform: rotate(360deg)scale(1);
  }
}

.parallax-layer-1 {
  animation: 8s ease-in-out infinite parallaxFloat;
}

.parallax-layer-2 {
  animation: 12s ease-in-out infinite parallaxDepth;
}

.parallax-layer-3 {
  animation: 15s linear infinite parallaxRotate;
}

.parallax-gradient {
  background: radial-gradient(circle at 20% 30%, #3c3c3c66 0%, #0000 50%) 0 0 / 400% 400%, radial-gradient(circle at 80% 20%, #28282880 0%, #0000 60%) 0 0 / 350% 350%, radial-gradient(circle at 40% 80%, #5050504d 0%, #0000 45%) 0 0 / 300% 300%, radial-gradient(circle at 90% 90%, #1e1e1e99 0%, #0000 55%) 0 0 / 450% 450%, radial-gradient(circle at 10% 90%, #141414b3 0%, #0000 65%) 0 0 / 500% 500%, linear-gradient(135deg, #000 0%, #0a0a0a 20%, #000 40%, #0f0f0f 60%, #000 80%, #050505 100%) 0 0 / 100% 100%;
  animation: 25s ease-in-out infinite parallaxBackgroundShift;
}

@keyframes parallaxBackgroundShift {
  0%, 100% {
    filter: brightness() contrast() hue-rotate();
    background-position: 0 0, 100% 0, 50% 100%, 100% 100%, 0 100%, 0 0;
  }

  20% {
    filter: brightness(1.1) contrast(1.05) hue-rotate(5deg);
    background-position: 20% 20%, 80% 20%, 30% 80%, 80% 80%, 20% 80%, 20% 20%;
  }

  40% {
    filter: brightness(.95) contrast(1.2) hue-rotate(10deg);
    background-position: 40% 40%, 60% 40%, 10% 60%, 60% 60%, 40% 60%, 40% 40%;
  }

  60% {
    filter: brightness(1.05) contrast(.95) hue-rotate(15deg);
    background-position: 60% 20%, 40% 60%, 70% 40%, 40% 40%, 60% 40%, 60% 20%;
  }

  80% {
    filter: brightness(1.15) contrast(1.1) hue-rotate(20deg);
    background-position: 80% 60%, 20% 80%, 90% 20%, 20% 20%, 80% 20%, 80% 60%;
  }
}

@keyframes scrollProgress {
  0% {
    opacity: 0;
    width: 0%;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: .8;
    width: 100%;
  }
}

.logo-scale {
  transform-origin: center;
}

.logo-scale:hover {
  transform: scale(1.1);
}

.tracking-slightly-wider {
  letter-spacing: .025em;
}

@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;
}

@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    animation-timing-function: cubic-bezier(.8, 0, 1, 1);
    transform: translateY(-25%);
  }

  50% {
    animation-timing-function: cubic-bezier(0, 0, .2, 1);
    transform: none;
  }
}
