/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@14.0.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!../../node_modules/.pnpm/next@14.0.4_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./src/app/globals.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
  /* --- ERIC BRAND PALETTE --- */
  
  /* Primary Colors */
  --deep-space-black: #050508;
  --electric-blue:    #5FA9E6;
  --icy-cyan-blue:    #BC88F2;
  --cosmic-violet:    #7A5CE0;
  --neon-purple:      #A06BFF;
  
  /* Support Colors */
  --soft-steel-blue:  #A7BED3;
  --muted-lavender:   #B7A9E8;
  --dark-indigo:      #1B11E2;

  /* --- REQUIRED SYSTEM TOKENS --- */
  --bg:        var(--deep-space-black);
  --bg-2:      #0B0B14; /* Slightly lighter for contrast */
  
  --surface:   rgba(255, 255, 255, 0.03);
  --surface-2: rgba(255, 255, 255, 0.08);
  
  --text:      #ffffff;
  --muted:     var(--soft-steel-blue);
  
  --border:    rgba(255, 255, 255, 0.1);
  --border-2:  rgba(255, 255, 255, 0.2);
  
  --primary:   var(--electric-blue);
  --primary-2: var(--cosmic-violet);
  
  --accent:    var(--neon-purple);
  --accent-2:  var(--icy-cyan-blue);
  
  --glow-blue:   var(--electric-blue);
  --glow-purple: #A006FF;
  
  --grad-primary: linear-gradient(90deg, #5FA9E6 0%, #A006FF 100%);
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container{
  width: 100% !important;
}
.container{
  width: 100%;
}
@media (min-width: 640px){

  .\!container{
    max-width: 640px !important;
  }

  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){

  .\!container{
    max-width: 768px !important;
  }

  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){

  .\!container{
    max-width: 1024px !important;
  }

  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){

  .\!container{
    max-width: 1280px !important;
  }

  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){

  .\!container{
    max-width: 1536px !important;
  }

  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.-inset-4{
  inset: -1rem;
}
.inset-0{
  inset: 0px;
}
.inset-\[1px\]{
  inset: 1px;
}
.inset-x-0{
  left: 0px;
  right: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.-bottom-2{
  bottom: -0.5rem;
}
.-left-\[50\%\]{
  left: -50%;
}
.-top-3{
  top: -0.75rem;
}
.-top-\[50\%\]{
  top: -50%;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[20\%\]{
  bottom: 20%;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-1\/4{
  left: 25%;
}
.left-5{
  left: 1.25rem;
}
.left-9{
  left: 2.25rem;
}
.left-\[10\%\]{
  left: 10%;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.right-5{
  right: 1.25rem;
}
.right-\[10\%\]{
  right: 10%;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-1\/4{
  top: 25%;
}
.top-10{
  top: 2.5rem;
}
.top-2{
  top: 0.5rem;
}
.top-32{
  top: 8rem;
}
.top-\[20\%\]{
  top: 20%;
}
.top-\[72px\]{
  top: 72px;
}
.top-full{
  top: 100%;
}
.isolate{
  isolation: isolate;
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[-2\]{
  z-index: -2;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.-mx-6{
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-0{
  margin-left: 0px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1{
  height: 0.25rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-1\/2{
  height: 50%;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[120\%\]{
  height: 120%;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[200\%\]{
  height: 200%;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[600px\]{
  height: 600px;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.max-h-0{
  max-height: 0px;
}
.max-h-48{
  max-height: 12rem;
}
.max-h-96{
  max-height: 24rem;
}
.min-h-\[100svh\]{
  min-height: 100svh;
}
.min-h-\[120px\]{
  min-height: 120px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[600px\]{
  min-height: 600px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1{
  width: 0.25rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-2{
  width: 0.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-20{
  width: 5rem;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3\/4{
  width: 75%;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-\[120\%\]{
  width: 120%;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[200\%\]{
  width: 200%;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[280px\]{
  width: 280px;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[700px\]{
  width: 700px;
}
.w-full{
  width: 100%;
}
.min-w-\[260px\]{
  min-width: 260px;
}
.min-w-\[85vw\]{
  min-width: 85vw;
}
.min-w-full{
  min-width: 100%;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[1400px\]{
  max-width: 1400px;
}
.max-w-\[260px\]{
  max-width: 260px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-\[420px\]{
  max-width: 420px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-\[85\%\]{
  max-width: 85%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.origin-left{
  transform-origin: left;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/4{
  --tw-translate-x: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/4{
  --tw-translate-y: -25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-4{
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full{
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/4{
  --tw-translate-x: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-4{
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/4{
  --tw-translate-y: 25%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-skew-x-12{
  --tw-skew-x: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-0{
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce{

  0%, 100%{
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50%{
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce{
  animation: bounce 1s infinite;
}
@keyframes pulse{

  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{

  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}
.snap-center{
  scroll-snap-align: center;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-balance{
  text-wrap: balance;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-\[2rem\]{
  border-radius: 2rem;
}
.rounded-\[36px\]{
  border-radius: 36px;
}
.rounded-\[40px\]{
  border-radius: 40px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-tl-none{
  border-top-left-radius: 0px;
}
.rounded-tl-sm{
  border-top-left-radius: 0.125rem;
}
.rounded-tr-none{
  border-top-right-radius: 0px;
}
.rounded-tr-sm{
  border-top-right-radius: 0.125rem;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-\[6px\]{
  border-width: 6px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-dashed{
  border-style: dashed;
}
.border-\[\#5FA9E6\]\/20{
  border-color: rgb(95 169 230 / 0.2);
}
.border-\[var\(--primary\)\]{
  border-color: var(--primary);
}
.border-cyan-500\/30{
  border-color: rgb(6 182 212 / 0.3);
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-green-100{
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}
.border-green-500\/20{
  border-color: rgb(34 197 94 / 0.2);
}
.border-green-500\/30{
  border-color: rgb(34 197 94 / 0.3);
}
.border-indigo-500\/30{
  border-color: rgb(99 102 241 / 0.3);
}
.border-pink-500\/30{
  border-color: rgb(236 72 153 / 0.3);
}
.border-red-500\/30{
  border-color: rgb(239 68 68 / 0.3);
}
.border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15{
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/5{
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/\[0\.12\]{
  border-color: rgb(255 255 255 / 0.12);
}
.border-t-\[var\(--primary\)\]{
  border-top-color: var(--primary);
}
.bg-\[\#050508\]\/40{
  background-color: rgb(5 5 8 / 0.4);
}
.bg-\[\#0E0E12\]\/60{
  background-color: rgb(14 14 18 / 0.6);
}
.bg-\[\#0a0a0a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0a0a0f\]{
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 15 / var(--tw-bg-opacity, 1));
}
.bg-\[\#22c55e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-\[\#5FA9E6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(95 169 230 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f59e0b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-\[var\(--bg\)\]{
  background-color: var(--bg);
}
.bg-\[var\(--grad-primary\)\]{
  background-color: var(--grad-primary);
}
.bg-\[var\(--primary\)\]{
  background-color: var(--primary);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-cyan-400{
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}
.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/10{
  background-color: rgb(34 197 94 / 0.1);
}
.bg-green-500\/20{
  background-color: rgb(34 197 94 / 0.2);
}
.bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.bg-indigo-500\/10{
  background-color: rgb(99 102 241 / 0.1);
}
.bg-indigo-500\/20{
  background-color: rgb(99 102 241 / 0.2);
}
.bg-pink-500\/20{
  background-color: rgb(236 72 153 / 0.2);
}
.bg-purple-600\/20{
  background-color: rgb(147 51 234 / 0.2);
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10{
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/20{
  background-color: rgb(239 68 68 / 0.2);
}
.bg-slate-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-400{
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}
.bg-slate-50{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-900{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-900\/80{
  background-color: rgb(15 23 42 / 0.8);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/\[0\.02\]{
  background-color: rgb(255 255 255 / 0.02);
}
.bg-white\/\[0\.03\]{
  background-color: rgb(255 255 255 / 0.03);
}
.bg-white\/\[0\.04\]{
  background-color: rgb(255 255 255 / 0.04);
}
.bg-zinc-950{
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}
.bg-\[radial-gradient\(circle_at_center\2c _var\(--tw-gradient-stops\)\)\]{
  background-image: radial-gradient(circle at center, var(--tw-gradient-stops));
}
.bg-\[radial-gradient\(circle_farthest-corner_at_50\%_50\%\2c _rgba\(100\2c 100\2c 255\2c 0\.03\)\2c _transparent_60\%\)\]{
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(100,100,255,0.03), transparent 60%);
}
.bg-\[radial-gradient\(ellipse_at_center\2c _var\(--primary\)\2c _transparent_70\%\)\]{
  background-image: radial-gradient(ellipse at center, var(--primary), transparent 70%);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-\[\#0E0E12\]{
  --tw-gradient-from: #0E0E12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 14 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0E0E12\]\/90{
  --tw-gradient-from: rgb(14 14 18 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 14 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5FA9E6\]{
  --tw-gradient-from: #5FA9E6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(95 169 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5FA9E6\]\/20{
  --tw-gradient-from: rgb(95 169 230 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(95 169 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[var\(--primary\)\]{
  --tw-gradient-from: var(--primary) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/60{
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-500{
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-400{
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-500\/10{
  --tw-gradient-from: rgb(6 182 212 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-400{
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500{
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-500\/20{
  --tw-gradient-from: rgb(99 102 241 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-500\/10{
  --tw-gradient-from: rgb(168 85 247 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-slate-500{
  --tw-gradient-from: #64748b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600{
  --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white{
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/60{
  --tw-gradient-from: rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#0E0E12\]\/40{
  --tw-gradient-to: rgb(14 14 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(14 14 18 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#0E0E12\]\/80{
  --tw-gradient-to: rgb(14 14 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(14 14 18 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#5FA9E6\]{
  --tw-gradient-to: rgb(95 169 230 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5FA9E6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#8B5CF6\]{
  --tw-gradient-to: rgb(139 92 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #8B5CF6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-blue-600\/10{
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(37 99 235 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-fuchsia-500{
  --tw-gradient-to: rgb(217 70 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-indigo-200{
  --tw-gradient-to: rgb(199 210 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-indigo-300{
  --tw-gradient-to: rgb(165 180 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-pink-500\/10{
  --tw-gradient-to: rgb(236 72 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 72 153 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white\/10{
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#D946EF\]{
  --tw-gradient-to: #D946EF var(--tw-gradient-to-position);
}
.to-\[var\(--accent\)\]{
  --tw-gradient-to: var(--accent) var(--tw-gradient-to-position);
}
.to-blue-600{
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}
.to-cyan-400{
  --tw-gradient-to: #22d3ee var(--tw-gradient-to-position);
}
.to-emerald-500{
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}
.to-pink-500{
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}
.to-purple-500{
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}
.to-purple-500\/20{
  --tw-gradient-to: rgb(168 85 247 / 0.2) var(--tw-gradient-to-position);
}
.to-slate-500{
  --tw-gradient-to: #64748b var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.to-white\/60{
  --tw-gradient-to: rgb(255 255 255 / 0.6) var(--tw-gradient-to-position);
}
.bg-\[length\:200\%_auto\]{
  background-size: 200% auto;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-\[1\.1\]{
  line-height: 1.1;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.25em\]{
  letter-spacing: 0.25em;
}
.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#22c55e\]{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-\[\#5FA9E6\]{
  --tw-text-opacity: 1;
  color: rgb(95 169 230 / var(--tw-text-opacity, 1));
}
.text-\[var\(--primary\)\]{
  color: var(--primary);
}
.text-\[var\(--text-muted\)\]{
  color: var(--text-muted);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-cyan-200{
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-indigo-300{
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}
.text-pink-400{
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}
.text-red-300{
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-400\/80{
  color: rgb(248 113 113 / 0.8);
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700{
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-800{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-slate-900{
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-transparent{
  color: transparent;
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/20{
  color: rgb(255 255 255 / 0.2);
}
.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}
.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}
.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.underline{
  text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-white\/40::-moz-placeholder{
  color: rgb(255 255 255 / 0.4);
}
.placeholder-white\/40::placeholder{
  color: rgb(255 255 255 / 0.4);
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-\[0\.02\]{
  opacity: 0.02;
}
.opacity-\[0\.03\]{
  opacity: 0.03;
}
.mix-blend-screen{
  mix-blend-mode: screen;
}
.mix-blend-overlay{
  mix-blend-mode: overlay;
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_15px_rgba\(6\2c 182\2c 212\2c 0\.1\)\]{
  --tw-shadow: 0 0 15px rgba(6,182,212,0.1);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_30px_rgba\(95\2c 169\2c 230\2c 0\.15\)\]{
  --tw-shadow: 0 0 30px rgba(95,169,230,0.15);
  --tw-shadow-colored: 0 0 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_40px_rgba\(95\2c 169\2c 230\2c 0\.15\)\]{
  --tw-shadow: 0 0 40px rgba(95,169,230,0.15);
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_40px_rgba\(95\2c 169\2c 230\2c 0\.2\)\]{
  --tw-shadow: 0 0 40px rgba(95,169,230,0.2);
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_60px_rgba\(95\2c 169\2c 230\2c 0\.15\)\]{
  --tw-shadow: 0 0 60px rgba(95,169,230,0.15);
  --tw-shadow-colored: 0 0 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_8px_var\(--primary\)\]{
  --tw-shadow: 0 0 8px var(--primary);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.35\)\]{
  --tw-shadow: 0 10px 30px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_30px_rgba\(95\2c 169\2c 230\2c 0\.3\)\]{
  --tw-shadow: 0 10px 30px rgba(95,169,230,0.3);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_30px_rgba\(0\2c 0\2c 0\2c 0\.5\)\]{
  --tw-shadow: 0 4px 30px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 4px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_24px_rgba\(0\2c 0\2c 0\2c 0\.3\)\]{
  --tw-shadow: 0 8px 24px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_24px_rgba\(95\2c 169\2c 230\2c 0\.25\)\]{
  --tw-shadow: 0 8px 24px rgba(95,169,230,0.25);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.1\)\]{
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-green-500\/30{
  --tw-shadow-color: rgb(34 197 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-indigo-500\/10{
  --tw-shadow-color: rgb(99 102 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/10{
  --tw-shadow-color: rgb(15 23 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline{
  outline-style: solid;
}
.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-slate-900{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}
.ring-white\/30{
  --tw-ring-color: rgb(255 255 255 / 0.3);
}
.ring-offset-1{
  --tw-ring-offset-width: 1px;
}
.ring-offset-black{
  --tw-ring-offset-color: #000;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-2xl{
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[100px\]{
  --tw-blur: blur(100px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[1px\]{
  --tw-blur: blur(1px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[60px\]{
  --tw-blur: blur(60px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-\[80px\]{
  --tw-blur: blur(80px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-md{
  --tw-blur: blur(12px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-xl{
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-2xl{
  --tw-backdrop-blur: blur(40px);
  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-blur-md{
  --tw-backdrop-blur: blur(12px);
  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-blur-sm{
  --tw-backdrop-blur: blur(4px);
  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-blur-xl{
  --tw-backdrop-blur: blur(24px);
  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{
  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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background-color\2c border-color\2c color\2c box-shadow\]{
  transition-property: background-color,border-color,color,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background-position\2c box-shadow\]{
  transition-property: background-position,box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background-position\]{
  transition-property: background-position;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[box-shadow\2c border-color\2c background-position\2c opacity\]{
  transition-property: box-shadow,border-color,background-position,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[box-shadow\]{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-700{
  transition-duration: 700ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform{
  will-change: transform;
}
.\[-ms-overflow-style\:none\]{
  -ms-overflow-style: none;
}
.\[animation-delay\:-0\.15s\]{
  animation-delay: -0.15s;
}
.\[animation-delay\:-0\.3s\]{
  animation-delay: -0.3s;
}
.\[background-position\:0\%_50\%\]{
  background-position: 0% 50%;
}
.\[background-size\:200\%_100\%\]{
  background-size: 200% 100%;
}
.\[background\:var\(--grad-primary\)\]{
  background: var(--grad-primary);
}
.\[letter-spacing\:-0\.01em\]{
  letter-spacing: -0.01em;
}
.\[scrollbar-width\:none\]{
  scrollbar-width: none;
}
.\[text-shadow\:0_1px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  text-shadow: 0 1px 0 rgba(0,0,0,0.25);
}

:root {
  --bg-dark: #02040a;
  --text-white: #ffffff;
  --text-gray: #b0b0b0;

  --neon-blue: #00d2ff;
  --neon-purple: #9d00ff;
  --neon-gradient: linear-gradient(90deg, var(--neon-blue), var(--neon-purple));

  --glass-bg: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);
  --glass-blur: 10px;

  --font-main: 'Outfit', sans-serif;
  --border: 0 0% 100% / 0%;
  --input: 0 0% 100% / 10%;
  --ring: 0 0% 100% / 20%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  width: 100%;
}

body {
  background-color: var(--bg-dark);
  color: var(--text-white);
  font-family: var(--font-main);
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  min-min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Background Effects */
.bg-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(120px);
  z-index: -1;
  opacity: 0.4;
  pointer-events: none;
}

.top-left {
  top: -100px;
  left: -100px;
  background: radial-gradient(circle, var(--neon-blue), transparent 70%);
}

.bottom-right {
  bottom: -100px;
  right: -100px;
  background: radial-gradient(circle, var(--neon-purple), transparent 70%);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/* --- Typeform-Style Booking Widget --- */
#booking-widget {
  position: relative;
  width: 100%;
  max-width: 700px;
  height: 500px;
  /* Fixed window into the flow */
  margin: 0 auto;
  overflow: hidden;
  /* Hide other steps */
  background: transparent;
  /* Clean look, let Halo show through */
}

/* The slider container */
.booking-slider {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  /* Smooth Typeform ease */
  height: 100%;
}

.booking-step {
  min-height: 500px;
  /* Match widget height */
  display: flex;
  /* Always flex, just translated out of view */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0.3;
  transition: opacity 0.6s ease;
  padding: 20px;
  box-sizing: border-box;
}

.booking-step.active {
  display: flex;
  opacity: 1;
}

/* Typography & Inputs - Premium Feel */
.booking-step h3 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-bottom: 30px;
  background: linear-gradient(135deg, #fff 0%, #ddd 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.1);
}

.booking-options {
  display: flex;
  gap: 30px;
}

.booking-option {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px;
  width: 200px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.booking-option:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #00d2ff;
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(0, 210, 255, 0.2);
}

/* Calendar Grid - Calendly Style */
.booking-datetime-container {
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px;
  display: flex;
  gap: 30px;
}

#booking-date {
  background: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px;
  border-radius: 8px;
  font-family: inherit;
}

.booking-time-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-height: 300px;
  overflow-y: auto;
}

.time-slot {
  padding: 12px 20px;
  border-radius: 50px;
  /* Pill shape */
  border: 1px solid #00d2ff;
  background: transparent;
  color: #00d2ff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.time-slot:hover {
  background: #00d2ff;
  color: #000;
  box-shadow: 0 0 15px #00d2ff;
}

/* Inputs Line Style (Typeform) */
.booking-form input,
.booking-form textarea {
  width: 100%;
  max-width: 400px;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  font-size: 1.5rem;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  transition: border-color 0.3s;
}

.booking-form input:focus,
.booking-form textarea:focus {
  outline: none;
  border-color: #00d2ff;
}

.booking-nav {
  margin-top: 20px;
}

/* Progress - Minimal Dots on Right? Or Bottom Bar? */
.booking-progress-bar {
  display: none;
  /* Hide top bar, go for cleaner look */
}

#canvas-container-section5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

/* Hero Section */
.hero {
  padding: 0;
  min-min-height: 100vh;
  /* Ensure content is centered but respects fixed elements */
  padding-top: 120px;
  /* Space for fixed header */
  padding-bottom: 100px;
  /* Space for fixed widget */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* Center horizontally */
  text-align: center;
  /* Center text */
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.hero h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #fff 0%, #e0e0e0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero .subtitle {
  font-size: 1.2rem;
  color: var(--text-gray);
  margin-bottom: 40px;
}

/* AI Badge Styles */
.ai-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  border-radius: 9999px;
  /* full rounded */
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(0, 210, 255, 0.3);
  color: var(--neon-blue);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  cursor: default;
}

.visual-container {
  width: 300px;
  /* Slightly larger */
  height: 300px;
  margin: 0 auto;
  /* Center horizontally */
  /* Remove bottom margin to let it sit closer to widget if needed, or keep small */
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  /* Ensure it's above background but below widget if they overlap (widget is z-9998) */

  /* Dynamic Hover Effect */
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform;
}

#canvas-container-section3,
#canvas-container-section4,
#canvas-container-demo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  /* No fade mask - seamless cosmos */
}

/* --- Full Page Scroll Styles --- */

/* Hide scrollbar for cleaner look */
body {
  overflow: hidden;
  /* Prevent body scroll, handle in main */
}

.scroll-container {
  min-height: 100vh;
  width: 100%;
  overflow-y: scroll;
  /* scroll-snap-type: y mandatory; */
  scroll-behavior: smooth;
}

.scroll-section {
  min-height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-top: 80px;
  /* Offset for fixed header */
}

/* --- Unified Cosmos Background --- */
/* All sections share the same dark cosmos background */
/* No individual section backgrounds - transparent to show the cosmic canvas */

.section-stories,
.section-tech,
.section-about,
#demo-request {
  background: transparent;
}

/* Content Blocks for new sections */
.content-block {
  max-width: 800px;
  text-align: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.content-block h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #fff, #aaa);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.content-block p {
  font-size: 1.1rem;
  color: var(--text-gray);
  line-height: 1.6;
}

.tech-stats {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 40px;
}

.stat {
  display: flex;
  flex-direction: column;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--neon-blue);
}

.stat-label {
  font-size: 0.9rem;
  color: var(--text-gray);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Navigation Dots */
.scroll-nav {
  position: fixed;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 100;
}

.nav-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}

#products {
  position: relative;
  overflow: hidden;
  /* Ensure 3D element doesn't spill */
}

/* Ensure Section 3 handles overflow properly for 3D */
#stories {
  position: relative;
  overflow: hidden;
}

.nav-dot:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.2);
}

.nav-dot.active {
  background: var(--text-white);
  transform: scale(1.4);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* Tooltip for dots (optional, but nice) */
.nav-dot::before {
  content: attr(aria-label);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.8);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.nav-dot:hover::before {
  opacity: 1;
}

/* Adjustments for existing sections to fit full screen */
.hero {
  /* Remove padding that might break centering */
  padding: 0;
  /* Ensure it takes full height */
  min-min-height: 100vh;
}

.pricing {
  padding: 0;
  min-min-height: 100vh;
}

.section-title {
  margin-bottom: 40px;
  /* Reduce margin to fit better */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .scroll-nav {
    display: none;
    /* Hide dots on mobile usually, or keep them */
  }

  .scroll-section {
    height: auto;
    /* Allow scrolling on mobile if content overflows */
    min-min-height: 100vh;
    padding: 100px 20px 40px;
  }

  .scroll-container {
    scroll-snap-type: none;
    /* Disable snap on mobile for better UX? Or keep y mandatory */
    /* Usually mandatory is annoying on mobile if content is long. Let's keep it but handle overflow. */
  }
}

/* Pricing Section */


.section-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.pricing-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.2);
}

/* --- Global Preloader --- */



.option-label {
  font-size: 0.8rem;
  letter-spacing: 1px;
  color: var(--text-gray);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
}

/* Badges */
.badge {
  position: relative;
  /* Extend slightly beyond padding */
  padding: 10px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
  /* Ribbonish effect simulation */
  /* Simplifying ribbon shape for CSS: simple rectangular block with decorative side folds is complex, using standard block for now but styled beautifully */
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.badge-blue {
  background: linear-gradient(90deg, #0099ff, #00d2ff);
}

.badge-purple {
  background: linear-gradient(90deg, #aa00ff, #ff00ea);
}

.price-container {
  margin-bottom: 30px;
}

.price {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.setup-fee {
  font-size: 0.9rem;
  color: var(--text-gray);
}

.discount {
  color: #fff;
  font-weight: 600;
}

.features {
  list-style: none;
  margin-bottom: 40px;
  text-align: left;
  width: 100%;
  padding: 0 20px;
}

.features li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: #ddd;
  font-size: 0.95rem;
}

.features li::before {
  content: "✓";
  color: var(--neon-blue);
  margin-right: 10px;
  font-weight: bold;
}

.featured .features li::before {
  color: var(--neon-purple);
}

.btn-order {
  width: 100%;
  padding: 12px;
  border-radius: 50px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-top: auto;
}

.blue-glow {
  background: linear-gradient(90deg, #0088cc, #00c3ff);
  box-shadow: 0 4px 20px rgba(0, 195, 255, 0.3);
}

.purple-glow {
  background: linear-gradient(90deg, #8800cc, #d236ff);
  box-shadow: 0 4px 20px rgba(210, 54, 255, 0.3);
}

.badge-dark {
  background: linear-gradient(90deg, #333333, #555555);
}

.dark-glow {
  background: linear-gradient(90deg, #333333, #555555);
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.1);
}

/* Yellow / Enterprise Styles */
.badge-yellow {
  background: linear-gradient(90deg, #FFD700, #FFA500);
  color: #000;
  /* Black text for better contrast on yellow */
}

.yellow-glow {
  background: linear-gradient(90deg, #FFD700, #FFA500);
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.4);
  color: #000;
}

.btn-order:hover {
  filter: brightness(1.2);
  transform: scale(1.02);
}

/* Footer */
footer {
  background: #000;
  border-top: 1px solid #1a1a1a;
  padding: 60px 0 40px;
  margin-top: auto;
  font-size: 0.85rem;
  color: #888;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-col h3 {
  color: #fff;
  font-size: 0.9rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-col p {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero h1 {
    font-size: 2.5rem;
  }

  /* Pricing Mobile Slider */
  .pricing-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 20px;
    padding-bottom: 30px;
    /* Space for scroll / touch */
    width: 100vw;
    margin-left: -20px;
    /* Offset container padding */
    padding-left: 20px;
    /* Add start padding */
    padding-right: 20px;
    /* Add end padding */

    /* Hide Scrollbar */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }

  .pricing-grid::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
  }

  .pricing-card {
    min-width: 85vw;
    /* Show most of the card, hint at next */
    scroll-snap-align: center;
    margin: 0;
  }
}


/* Add to the end of styles.css */

/* Removed duplicate styles */

/* --- Chatbot Widget Styles --- */
:root {
  --eb-dark-bg: rgba(10, 10, 15, 0.92);
  --eb-pill-bg: rgba(30, 30, 40, 0.82);
  --eb-pill-gradient: linear-gradient(90deg, #ff7aa2, #6f7dff);
  --eb-border: rgba(255, 255, 255, 0.06);
  --eb-text: #f8f8f8;
  --eb-subtext: #b0b3c1;
  --eb-accent: #8be68b;
}

#ask-eric-pill,
#ask-eric-chat,
#ask-eric-pill *,
#ask-eric-chat * {
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text",
    "Segoe UI", sans-serif;
}

/* Dock / Pill unten */
#ask-eric-pill {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  min-width: 260px;
  max-width: 460px;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.04),
      rgba(0, 0, 0, 0.3)),
    var(--eb-pill-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 999px;
  border: 1px solid var(--eb-border);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
  color: var(--eb-text);
  cursor: pointer;
  z-index: 9998;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

#ask-eric-pill.hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(12px);
}

#ask-eric-pill-label {
  font-size: 14px;
  letter-spacing: 0.02em;
  opacity: 0.9;
}

#ask-eric-pill-gradient {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: var(--eb-pill-gradient);
  opacity: 0.15;
  mix-blend-mode: screen;
}

#ask-eric-pill-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  z-index: 1;
}

#ask-eric-pill-arrow {
  margin-left: auto;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 0%,
      rgba(255, 255, 255, 0.18),
      rgba(255, 255, 255, 0.02));
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
  flex-shrink: 0;
}

#ask-eric-pill-arrow svg {
  width: 14px;
  height: 14px;
  transform: translateY(1px);
}

/* Chatfenster */
#ask-eric-chat {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) scale(0.98);
  transform-origin: bottom center;
  width: 100%;
  max-width: 420px;
  height: 60vh;
  max-height: 600px;
  background: var(--eb-dark-bg);
  border-radius: 24px;
  border: 1px solid var(--eb-border);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.75);
  color: var(--eb-text);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  z-index: 9999;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

#ask-eric-chat.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) scale(1);
}

/* Header */
#ask-eric-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: radial-gradient(circle at 0 0,
      rgba(139, 230, 139, 0.09),
      transparent),
    rgba(10, 10, 15, 0.96);
}

#ask-eric-header-text {
  display: flex;
  flex-direction: column;
}

#ask-eric-header-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#ask-eric-header-subtitle {
  font-size: 11px;
  color: var(--eb-subtext);
}

#ask-eric-header-close {
  margin-left: auto;
  border-radius: 999px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
  opacity: 0.9;
}

/* Avatar im Header */
#ask-eric-header-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1f2937;
  flex-shrink: 0;
}

#ask-eric-header-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Messages */
#ask-eric-messages {
  flex: 1;
  padding: 10px 12px 10px 12px;
  overflow-y: auto;
  font-size: 14px;
}

.ae-message-row {
  display: flex;
  margin-bottom: 8px;
}

.ae-message-row.user {
  justify-content: flex-end;
}

.ae-message {
  max-width: 80%;
  padding: 8px 11px;
  border-radius: 16px;
  line-height: 1.35;
  word-wrap: break-word;
}

.ae-message.user {
  background: linear-gradient(135deg, #8be68b, #4ba84b);
  color: #061106;
  border-bottom-right-radius: 4px;
}

.ae-message.agent {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom-left-radius: 4px;
}

/* Input */
#ask-eric-input-row {
  padding: 8px 10px 10px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: flex-end;
  gap: 6px;
  background: radial-gradient(circle at 100% 0,
      rgba(139, 230, 139, 0.1),
      transparent),
    rgba(10, 10, 15, 0.98);
}

#ask-eric-input {
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 9px 12px;
  font-size: 13px;
  color: var(--eb-text);
  background: rgba(8, 8, 12, 0.95);
  outline: none;
  resize: none;
  max-height: 80px;
  min-height: 36px;
}

#ask-eric-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
}

#ask-eric-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

#ask-eric-send-btn {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 0,
      #ffffff,
      rgba(255, 255, 255, 0.8));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.55);
  padding: 0;
  flex-shrink: 0;
}

#ask-eric-send-btn svg {
  width: 16px;
  height: 16px;
  transform: translateX(1px);
}

/* Upload-Button */
#ask-eric-upload-btn {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(8, 8, 12, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  cursor: pointer;
  padding: 0 0 2px;
  flex-shrink: 0;
}

#ask-eric-upload-btn:hover {
  border-color: rgba(255, 255, 255, 0.35);
}

#ask-eric-typing {
  font-size: 11px;
  color: var(--eb-subtext);
  padding: 0 14px 4px;
  display: none;
}

#ask-eric-typing.visible {
  display: block;
}

#ask-eric-messages::-webkit-scrollbar {
  width: 6px;
}

#ask-eric-messages::-webkit-scrollbar-track {
  background: transparent;
}

#ask-eric-messages::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

/* --- Chatbot Scroll Animation --- */
/* --- Chatbot Scroll Animation --- */
/* --- Chatbot Scroll Animation --- */
/* --- Chatbot Scroll Animation --- */
#ask-eric-pill {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  min-width: 260px;
  max-width: 460px;

  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.04),
      rgba(0, 0, 0, 0.3)),
    var(--eb-pill-bg);

  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 999px;
  border: 1px solid var(--eb-border);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.55);
  color: var(--eb-text);
  cursor: pointer;
  z-index: 9998;
}

/* Ensure all scroll sections are full height - Reverted */
/* Ensure all scroll sections are full height */
.scroll-section {
  min-min-height: 100vh;
  position: relative;
  /* Scroll Snap Alignment */
  /* Centering Layout */
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: visible;
  /* CRITICAL: Allows backgrounds to bleed between sections */
}

/* Transition for the 'Jump' to fixed state - moved to selector if needed, or ensuring #ask-eric-pill has it */
/* (Already in #ask-eric-pill earlier? No, it was missing from the block I viewed previously at 1261) */

/* Adding transition to #ask-eric-pill via separate rule if needed, or just cleaning up.
   The user wants the border ALWAYS visible. */

#ask-eric-pill {
  transition: bottom 1s cubic-bezier(0.4, 0, 0.2, 1),
    transform 1s cubic-bezier(0.4, 0, 0.2, 1),
    background 1s ease,
    border-color 1s ease;
}

/* --- Advanced Gradient Flow Animation (No Rotation) --- */
@property --halo-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}

#ask-eric-pill::before {
  content: "";
  position: absolute;
  inset: -2px;
  /* Tight border */
  border-radius: 999px;
  /* Matches pill shape */
  z-index: -1;

  /* Apply gradient directly using the animated property */
  background: conic-gradient(from var(--halo-angle),
      #4b6bff,
      #7f5dff,
      #ff4fbf,
      #ffd766,
      #4bffe0,
      #4b6bff);

  /* Clean Ring Mask */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 2px;

  filter: blur(3px);
  /* Fixed, stable blur */
  opacity: 1 !important;
  /* Force visible */
  pointer-events: none;

  /* Animate only the rotation (flow), no pulsing */
  animation: halo-flow 6s linear infinite;
}

/* Removed .hidden state to keep border always visible */

@keyframes halo-flow {
  to {
    --halo-angle: 360deg;
  }
}

/* pulse removed */

/* Initial position in Hero section */
#ask-eric-pill.hero-pos {
  position: absolute;
  top: 650px;
  bottom: auto;
  /* Initial base transform, JS will add translateY for parallax */
  transform: translateX(-50%) scale(1.1);
  background: rgba(30, 30, 40, 0.5);
  border-color: rgba(255, 255, 255, 0.15);
  /* Disable transform transition during scroll for parallax responsiveness */
  transition: transform 0.1s linear,
    bottom 1s cubic-bezier(0.4, 0, 0.2, 1);
}

/* rainbow-pulse removed */

/* --- Apple Intelligence Style Chat --- */

/* Trigger in Header */
.ai-trigger {
  display: none;
  /* Hidden by default, shown via JS from section 2 onwards */
  position: absolute;
  top: 100%;
  /* Below the text */
  left: 50%;
  transform: translateX(-50%);
  margin-top: 35px;
  /* Push down past the bracket line (10px padding + 15px line) */
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: 20;
  /* Above nav-desc if present */
}

.ai-trigger-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, #ff7aa2, #6f7dff, #4bffe0, #ff7aa2);
  /* filter: blur(2px); Removed to make it sharp/high-res */
  animation: spin 4s linear infinite;
  position: relative;
}

.ai-trigger-icon::after {
  content: '';
  position: absolute;
  inset: 2px;
  background: #000;
  border-radius: 50%;
}

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

/* Overlay */
#ai-overlay {
  position: absolute;
  top: 50px;
  /* Moved down ~4mm (15px) from 35px */
  right: 0;
  left: auto;
  transform: none;
  margin-top: 0;
  /* Remove extra margin */
  width: 220px;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
  pointer-events: none;
}

#ai-overlay.hidden {
  display: none;
}

#ai-overlay:not(.hidden) {
  pointer-events: auto;
}

/* Input Bar - Ultra Slim */
.ai-input-container {
  position: relative;
  width: 100%;
  border-radius: 999px;
  padding: 1px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  background: var(--eb-pill-gradient);
}

.ai-glow-border {
  display: none;
}

.ai-input-wrapper {
  position: relative;
  background: rgba(30, 30, 40, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 4px 4px 4px 8px;
  /* Less padding on right for button */
  gap: 6px;
  z-index: 1;
}

.ai-icon-small {
  display: none;
}

#ai-input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 11px;
  outline: none;
  font-family: 'Outfit', sans-serif;
  height: auto;
  min-height: 0;
  padding: 0;
}

#ai-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

#ai-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

/* Send Button as AI Icon */
.ai-actions button {
  background: conic-gradient(from 0deg, #ff7aa2, #6f7dff, #4bffe0, #ff7aa2);
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  /* Slightly smaller than trigger (24px) to fit slim bar */
  height: 20px;
  border-radius: 50%;
  position: relative;
  animation: spin 4s linear infinite;
}

.ai-actions button::after {
  content: '';
  position: absolute;
  inset: 2px;
  background: #000;
  /* Dark center */
  border-radius: 50%;
  z-index: 1;
}

/* Hide SVG since we use CSS shape */
.ai-actions svg {
  display: none;
}

/* Suggestions */
#ai-suggestions {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: flex-end;
  /* Align to right */
  padding-right: 5px;
}

.ai-suggestion-item {
  background: rgba(40, 40, 50, 0.9);
  backdrop-filter: blur(10px);
  padding: 4px 10px;
  border-radius: 12px;
  color: #ccc;
  font-size: 10px;
  /* Smaller font */
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: right;
}

.ai-suggestion-item:hover {
  background: rgba(60, 60, 70, 0.9);
  color: #fff;
}

/* Response Bubble */
#ai-response-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  /* Align right */
  margin-top: 5px;
}

.ai-response-bubble {
  background: rgba(20, 20, 30, 0.95);
  backdrop-filter: blur(20px);
  padding: 8px 12px;
  border-radius: 16px;
  border-top-right-radius: 4px;
  /* Chat bubble style */
  color: #fff;
  font-size: 11px;
  /* Smaller font */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 100%;
  text-align: left;
  animation: popIn 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.9) translateY(-5px);
  }

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

/* --- DEMO REQUEST SECTION --- */
/* --- DEMO REQUEST SECTION --- */
#demo-request {
  position: relative;
  padding: 0;
  /* Removed padding for strict 100vh centering */
  overflow: visible;
  /* Allow background to bleed in/out */

  /* Transparent for unified cosmos background */
  background: transparent;
}

.demo-title {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.demo-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.demo-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  /* Glass border */
  backdrop-filter: blur(10px);
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  max-width: 600px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

/* Internal smooth glow for card */
.demo-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(0, 210, 255, 0.05), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.demo-card h3,
.demo-card p,
.demo-card .demo-form {
  position: relative;
  z-index: 1;
}

.demo-card h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #fff, #bbb);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.demo-card p {
  color: var(--text-gray);
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Form Styles */
.demo-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

@media (min-width: 992px) {
  .demo-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    /* Inputs row, button row */
    gap: 20px;
    align-items: center;
  }

  /* Inputs take 1 column each in the first row */
  .demo-form-group:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1;
  }

  .demo-form-group:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1;
  }

  /* Button takes full width in the second row */
  .demo-btn {
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    /* Ensure full width */
    margin-top: 5px;
  }
}

/* Hide Title on Short Screens to fit content */
@media (min-width: 992px) and (max-height: 900px) {
  .demo-title {
    display: none;
  }

  .demo-with-footer {
    padding-top: 40px;
    /* Reduce top padding when title is hidden */
  }
}


.demo-input {
  width: 100%;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  font-family: var(--font-main);
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
}

.demo-input:focus {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--neon-blue);
  box-shadow: 0 0 10px rgba(0, 210, 255, 0.2);
}

.demo-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.demo-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.demo-btn {
  margin-top: 10px;
  padding: 16px 30px;
  font-size: 1.1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);

  /* Company Logo Gradient: Dark Blue -> Violet -> Pink */
  background: linear-gradient(95deg, #0040C0 0%, #6800E8 50%, #D500F9 100%);
  background-size: 200% auto;
  /* For hover animation */

  color: #fff;
  border: none;
  border-radius: 12px;
  /* Modern Soft Rounding */
  position: relative;
  z-index: 1;

  /* Multi-layer shadow for depth and glow */
  box-shadow:
    0 10px 20px rgba(0, 114, 255, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.demo-btn:hover {
  transform: translateY(-2px) scale(1.02);
  background-position: right center;
  /* Shifts gradient for flow effect */
  box-shadow:
    0 15px 30px rgba(213, 0, 249, 0.4),
    /* Purple glow on hover */
    0 0 0 1px rgba(255, 255, 255, 0.3) inset;
}

.demo-btn .arrow {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.demo-btn:hover .arrow {
  transform: translateX(5px);
}

/* --- MODERN FOOTER (COMPACT & REVEAL) --- */
.modern-footer {
  background: #02040a;
  /* Dark base */
  color: #fff;
  padding: 15px 0 5px;
  /* Footer removed by user request */
}

/* Widget hidden in Section 5 - show only footer */
body.footer-visible #ask-eric-pill {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(20px);
}

body.footer-visible #ask-eric-chat {
  /* Keep chat working if opened before scrolling */
  display: block;
}

.footer-bg-glow {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(157, 0, 255, 0.15) 0%, transparent 70%);
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
  /* Tuned down */
}

.footer-container {
  position: relative;
  z-index: 1;
}

.footer-top {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* Reduced gap */
  margin-bottom: 20px;
  /* Reduced margin */
}

@media(min-width: 992px) {
  .footer-top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

/* Branding Left */
.footer-branding {
  max-width: 250px;
  flex-shrink: 0;
}

.footer-logo {
  height: 35px;
  /* Smaller logo */
  margin-bottom: 10px;
  opacity: 0.9;
}

.footer-slogan {
  font-size: 0.8rem;
  color: #888;
  line-height: 1.4;
}

/* Data Grid Right */
.footer-info-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  /* Tighter grid */
  flex-grow: 1;
  max-width: 800px;
}

@media(min-width: 600px) {
  .footer-info-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

.footer-col h4 {
  color: #fff;
  font-size: 0.7rem;
  /* Tiny header */
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  /* Tighter */
  opacity: 0.6;
}

.footer-data-group {
  margin-bottom: 15px;
  font-size: 0.75rem;
  /* Tiny text */
  color: #aaa;
  line-height: 1.5;
}

.footer-link {
  color: #aaa;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

/* Links List */
.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}

.footer-links-list li {
  margin-bottom: 5px;
  /* Tighter links */
}

.footer-links-list a {
  color: #aaa;
  text-decoration: none;
  font-size: 0.75rem;
  transition: color 0.3s;
}

.footer-links-list a:hover {
  color: var(--neon-blue);
}

/* Socials */
.footer-socials {
  display: flex;
  gap: 10px;
}

.social-icon {
  width: 28px;
  /* Smaller icons */
  height: 28px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  transition: all 0.3s;
}

.social-icon svg {
  width: 14px;
  height: 14px;
}

.social-icon:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  padding-top: 15px;
  /* Reduced */
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.7rem;
  color: #555;
  position: relative;
  padding-bottom: 10px;
  /* Add slight bottom padding */
}

.footer-shine-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
  pointer-events: none;
}

/* ====================================
   NEW FOOTER SECTION - XD Design Match
   ==================================== */

/* Demo section with integrated footer */
.demo-with-footer {
  min-min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 0;
  /* Footer goes to bottom */
}

.demo-with-footer>.container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  gap: 30px;
  width: 100%;
}

.demo-with-footer .demo-card-container {
  /* margin-top: auto; removed to allow flex centering */
  flex: 1;
  /* Take up available space above footer */
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Center vertically */
  padding-top: 15vh;
  /* Increased from 10vh to push lower */
}

.footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  /* Reduced gap from 15px */
  width: 100%;
  padding: 10px 20px 10px;
  /* Reduced padding from 20px 20px 15px */
  margin-top: auto;
  /* Push to bottom */
}

/* Inverted Bracket Line - SAME SIZE as header bracket, flipped */
.footer-bracket-line {
  width: 100%;
  max-width: 1200px;
  /* Same as header container */
  height: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  margin: 0 auto;
  /* No top border - inverted from header */
}

/* Social Media Icons - small and uniform */
.footer-social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  /* Reduced gap */
  margin-top: 5px;
  /* Reduced margin from 10px */
}

.footer-social-icon {
  width: 24px;
  /* Reduced from 28px */
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  overflow: visible;
}

.footer-social-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 6px;
}

.footer-social-icon svg {
  width: 24px;
  height: 24px;
}

/* Telegram icon color */
.footer-social-telegram svg {
  color: #28a8e9;
}

/* X icon - larger for visual weight */
.footer-social-icon-x img {
  filter: invert(1);
  width: 30px;
  /* Reduced from 36px */
  height: 30px;
}

/* WhatsApp icon slightly larger */
.footer-social-icon[aria-label="WhatsApp"] img {
  width: 26px;
  /* Reduced from 30px */
  height: 26px;
}

.footer-social-icon:hover {
  transform: scale(1.15);
}

/* Legal Links */
.footer-legal-links {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 6px;
  /* Reduced from 12px */
}

.footer-legal-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 0.65rem;
  /* Reduced from 0.75rem (~12px) to ~10.5px (roughly 1pt smaller) */
  font-weight: 400;
  letter-spacing: 1.5px;
  transition: color 0.3s ease;
}

.footer-legal-link:hover {
  color: #fff;
}

.footer-legal-divider {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 300;
}

/* Copyright */
.footer-copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  margin-top: 4px;
  /* Reduced from 8px */
  letter-spacing: 0.5px;
}

/* Made with love */
.footer-made-with-love {
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
  margin-top: 2px;
  /* Reduced from 4px */
  letter-spacing: 0.5px;
}

.footer-made-with-love .heart {
  color: #fff;
  font-size: 0.8rem;
}

/* Responsive Footer */
@media (max-width: 768px) {
  .demo-with-footer {
    padding: 80px 20px 30px;
  }

  .footer-bracket-line {
    max-width: 100%;
  }

  .footer-social-icons {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-social-icon {
    width: 26px;
    height: 26px;
  }

  .footer-social-icon img {
    width: 26px;
    height: 26px;
  }

  .footer-legal-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .footer-legal-link {
    font-size: 0.7rem;
    letter-spacing: 1px;
  }
}

/* Footer Visibility Override for Chatbot */
body.footer-visible #ask-eric-pill,
body.footer-visible #ask-eric-chat {
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.3s ease;
}
/* Header Link Override - Remove all underlines */
header a,
header a:hover,
header a:focus,
header a:visited,
header button {
    text-decoration: none !important;
    
}

/* Cosmos Background for non-hero sections - CSS only, performant */
.scroll-section:not(.hero) {
    background: 
        radial-gradient(ellipse 80% 50% at 50% 100%, rgba(100, 50, 150, 0.15) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 20% 80%, rgba(0, 200, 255, 0.08) 0%, transparent 50%),
        radial-gradient(ellipse 60% 40% at 80% 80%, rgba(157, 0, 255, 0.08) 0%, transparent 50%);
}

/* Hero keeps Three.js with AIBrain always on top */
.hero .ai-brain-container {
    z-index: 10 !important;
    position: relative;
}

.hero .hero-content {
    z-index: 10;
    position: relative;
}

/* Seamless Section Flow - All sections transparent */
.scroll-section,
.scroll-section.hero,
.scroll-section.pricing,
.scroll-section.section-stories,
.scroll-section.section-tech,
#demo-request {
    background: transparent !important;
}

/* Smooth section transitions */
.scroll-section::before {
    display: none !important;
}

/* Remove any section borders */
.scroll-section {
    border: none !important;
    box-shadow: none !important;
}

/* === MAGNETIC SECTION SNAPPING === */
/* Gold Standard: CSS Scroll Snap + Lenis */

html {
    /* scroll-snap-type: y mandatory; */
    scroll-behavior: smooth;
}

.scroll-container {
    /* scroll-snap-type: y mandatory; */
}

.scroll-section {
    /* scroll-snap-align: start; */
    scroll-snap-stop: always;
    min-height: 100vh;
}

/* Ensure smooth snapping on touch devices */
@media (pointer: coarse) {
    html {
        scroll-snap-type: y proximity;
    }
}

/* Fix: Chatbot Widget always visible and on top */
#ask-eric-pill {
    z-index: 99999 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

#ask-eric-chat {
    z-index: 99999 !important;
}

/* --- LAYOUT PRIMITIVES (Apple-like Rhythm) --- */

body {
    background-color: var(--bg);
    color: var(--text);
    /* selection color */
    ::-moz-selection {
        background: var(--primary-2);
        color: white;
    }
    ::selection {
        background: var(--primary-2);
        color: white;
    }
}

a {
    color: var(--text);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: var(--primary);
}

/* Container: max 1200, centered, responsive padding */
.container-x {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

@media (min-width: 768px) {
    .container-x {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (min-width: 1024px) {
    .container-x {
        padding-left: 60px;
        padding-right: 60px;
    }
}

/* Section Spacing: 96-140px vertical */
.section-y {
    padding-top: 96px;
    padding-bottom: 96px;
}

@media (min-width: 1024px) {
    .section-y {
        padding-top: 140px;
        padding-bottom: 140px;
    }
}

/* --- TYPOGRAPHY PRIMITIVES --- */

.headline-hero {
    font-size: 56px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.02em;
}

@media (min-width: 768px) {
    .headline-hero {
        font-size: 72px;
    }
}

.headline-h1 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.01em;
}

@media (min-width: 768px) {
    .headline-h1 {
        font-size: 56px;
    }
}

.headline-h2 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.01em;
}

@media (min-width: 768px) {
    .headline-h2 {
        font-size: 40px;
    }
}

.body-lg {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--muted);
}

.caption {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--muted);
}

@keyframes shine {
  to {
    background-position: 200 enter;
  }
}

/* ===== MOBILE OVERFLOW FIX ===== */
html, body { overflow-x: hidden !important; max-width: 100vw !important; }
.scroll-container { overflow-x: hidden !important; max-width: 100vw !important; }
.bg-glow { max-width: 100vw; }
.placeholder\:text-white\/30::-moz-placeholder{
  color: rgb(255 255 255 / 0.3);
}
.placeholder\:text-white\/30::placeholder{
  color: rgb(255 255 255 / 0.3);
}
.before\:pointer-events-none::before{
  content: var(--tw-content);
  pointer-events: none;
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before{
  content: var(--tw-content);
  inset: 0px;
}
.before\:rounded-2xl::before{
  content: var(--tw-content);
  border-radius: 1rem;
}
.before\:border::before{
  content: var(--tw-content);
  border-width: 1px;
}
.before\:border-white\/\[0\.14\]::before{
  content: var(--tw-content);
  border-color: rgb(255 255 255 / 0.14);
}
.before\:shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.10\)\]::before{
  content: var(--tw-content);
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.10);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-110:hover{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-indigo-500\/50:hover{
  border-color: rgb(99 102 241 / 0.5);
}
.hover\:border-slate-400:hover{
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}
.hover\:border-white\/10:hover{
  border-color: rgb(255 255 255 / 0.1);
}
.hover\:border-white\/15:hover{
  border-color: rgb(255 255 255 / 0.15);
}
.hover\:border-white\/20:hover{
  border-color: rgb(255 255 255 / 0.2);
}
.hover\:border-white\/25:hover{
  border-color: rgb(255 255 255 / 0.25);
}
.hover\:border-white\/40:hover{
  border-color: rgb(255 255 255 / 0.4);
}
.hover\:bg-\[var\(--primary-2\)\]:hover{
  background-color: var(--primary-2);
}
.hover\:bg-slate-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.hover\:bg-white\/10:hover{
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white\/15:hover{
  background-color: rgb(255 255 255 / 0.15);
}
.hover\:bg-white\/5:hover{
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:bg-white\/\[0\.02\]:hover{
  background-color: rgb(255 255 255 / 0.02);
}
.hover\:bg-white\/\[0\.03\]:hover{
  background-color: rgb(255 255 255 / 0.03);
}
.hover\:bg-white\/\[0\.05\]:hover{
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:bg-white\/\[0\.07\]:hover{
  background-color: rgb(255 255 255 / 0.07);
}
.hover\:text-\[var\(--primary\)\]:hover{
  color: var(--primary);
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:text-white\/70:hover{
  color: rgb(255 255 255 / 0.7);
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:shadow-2xl:hover{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_0_20px_rgba\(95\2c 169\2c 230\2c 0\.3\)\]:hover{
  --tw-shadow: 0 0 20px rgba(95,169,230,0.3);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_12px_32px_rgba\(0\2c 0\2c 0\2c 0\.4\)\]:hover{
  --tw-shadow: 0 12px 32px rgba(0,0,0,0.4);
  --tw-shadow-colored: 0 12px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_12px_32px_rgba\(95\2c 169\2c 230\2c 0\.35\)\]:hover{
  --tw-shadow: 0 12px 32px rgba(95,169,230,0.35);
  --tw-shadow-colored: 0 12px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_14px_40px_rgba\(0\2c 0\2c 0\2c 0\.45\)\]:hover{
  --tw-shadow: 0 14px 40px rgba(0,0,0,0.45);
  --tw-shadow-colored: 0 14px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_14px_40px_rgba\(95\2c 169\2c 230\2c 0\.4\)\]:hover{
  --tw-shadow: 0 14px 40px rgba(95,169,230,0.4);
  --tw-shadow-colored: 0 14px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-\[0_4px_20px_rgba\(0\2c 0\2c 0\2c 0\.2\)\]:hover{
  --tw-shadow: 0 4px 20px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-black\/20:hover{
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:drop-shadow-\[0_0_8px_rgba\(255\2c 255\2c 255\2c 0\.15\)\]:hover{
  --tw-drop-shadow: drop-shadow(0 0 8px rgba(255,255,255,0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.hover\:\[background-position\:100\%_50\%\]:hover{
  background-position: 100% 50%;
}
.focus\:border-indigo-500\/50:focus{
  border-color: rgb(99 102 241 / 0.5);
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-\[var\(--primary\)\]:focus-visible{
  --tw-ring-color: var(--primary);
}
.focus-visible\:ring-white\/30:focus-visible{
  --tw-ring-color: rgb(255 255 255 / 0.3);
}
.focus-visible\:ring-offset-2:focus-visible{
  --tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-\[var\(--bg\)\]:focus-visible{
  --tw-ring-offset-color: var(--bg);
}
.active\:scale-95:active{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.active\:shadow-\[0_6px_20px_rgba\(0\2c 0\2c 0\2c 0\.3\)\]:active{
  --tw-shadow: 0 6px 20px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 6px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.group:hover .group-hover\:translate-x-0\.5{
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:border-white\/20{
  border-color: rgb(255 255 255 / 0.2);
}
.group:hover .group-hover\:text-\[\#5FA9E6\]{
  --tw-text-opacity: 1;
  color: rgb(95 169 230 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:grayscale-0{
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.group:hover .group-hover\:\[background-position\:100\%_50\%\]{
  background-position: 100% 50%;
}
@media (prefers-reduced-motion: reduce){

  .motion-reduce\:transform-none{
    transform: none;
  }

  .motion-reduce\:transition-colors{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}
@media (min-width: 640px){

  .sm\:inline{
    display: inline;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

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

  .sm\:opacity-100{
    opacity: 1;
  }
}
@media (min-width: 768px){

  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-\[9\/16\]{
    aspect-ratio: 9/16;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:min-w-0{
    min-width: 0px;
  }

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

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

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

  .md\:gap-6{
    gap: 1.5rem;
  }
}
@media (min-width: 1024px){

  .lg\:sticky{
    position: sticky;
  }

  .lg\:top-32{
    top: 8rem;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-7{
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:col-start-6{
    grid-column-start: 6;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mb-14{
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16{
    margin-bottom: 4rem;
  }

  .lg\:mb-20{
    margin-bottom: 5rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-16{
    height: 4rem;
  }

  .lg\:min-h-\[calc\(100svh-88px\)\]{
    min-height: calc(100svh - 88px);
  }

  .lg\:w-16{
    width: 4rem;
  }

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

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

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

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

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

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-12{
    gap: 3rem;
  }

  .lg\:gap-16{
    gap: 4rem;
  }

  .lg\:gap-20{
    gap: 5rem;
  }

  .lg\:gap-24{
    gap: 6rem;
  }

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:self-start{
    align-self: flex-start;
  }

  .lg\:justify-self-end{
    justify-self: end;
  }

  .lg\:p-8{
    padding: 2rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:pb-0{
    padding-bottom: 0px;
  }

  .lg\:pl-10{
    padding-left: 2.5rem;
  }
}
.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{
  display: none;
}


