*, ::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.17 | 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;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-10 {
  left: 2.5rem;
}

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

.right-10 {
  right: 2.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-20 {
  top: 5rem;
}

.top-4 {
  top: 1rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-32 {
  height: 8rem;
}

.h-40 {
  height: 10rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-8 {
  height: 2rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[600px\] {
  height: 600px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[75px\] {
  height: 75px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[300px\] {
  max-height: 300px;
}

.max-h-\[500px\] {
  max-height: 500px;
}

.max-h-\[600px\] {
  max-height: 600px;
}

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-8 {
  width: 2rem;
}

.w-\[100px\] {
  width: 100px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[60px\] {
  width: 60px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[120\%\] {
  max-width: 120%;
}

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

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.-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-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-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));
}

.scale-110 {
  --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));
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.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));
}

.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 float {
  0%, 100% {
    transform: translateY(0px) scale(1.1);
  }

  50% {
    transform: translateY(-20px) scale(1.1);
  }
}

.animate-float {
  animation: float 3s ease-in-out 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;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.list-none {
  list-style-type: none;
}

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

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

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

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

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

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

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * 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-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * 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-x-hidden {
  overflow-x: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.break-all {
  word-break: break-all;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-l {
  border-left-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-cyan-400\/80 {
  border-color: rgb(34 211 238 / 0.8);
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 255 / var(--tw-border-opacity, 1));
}

.border-primary\/20 {
  border-color: rgb(255 0 255 / 0.2);
}

.border-primary\/30 {
  border-color: rgb(255 0 255 / 0.3);
}

.border-secondary\/20 {
  border-color: rgb(0 255 255 / 0.2);
}

.border-t-transparent {
  border-top-color: transparent;
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 255 / var(--tw-bg-opacity, 1));
}

.bg-primary\/10 {
  background-color: rgb(255 0 255 / 0.1);
}

.bg-primary\/20 {
  background-color: rgb(255 0 255 / 0.2);
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 255 255 / var(--tw-bg-opacity, 1));
}

.bg-secondary\/10 {
  background-color: rgb(0 255 255 / 0.1);
}

.bg-secondary\/20 {
  background-color: rgb(0 255 255 / 0.2);
}

.bg-secondary\/60 {
  background-color: rgb(0 255 255 / 0.6);
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.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-primary {
  --tw-gradient-from: #ff00ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/10 {
  --tw-gradient-from: rgb(255 0 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/20 {
  --tw-gradient-from: rgb(255 0 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/30 {
  --tw-gradient-from: rgb(255 0 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-secondary\/20 {
  --tw-gradient-to: rgb(0 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-secondary\/5 {
  --tw-gradient-to: rgb(0 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 255 255 / 0.05) 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);
}

.to-primary\/10 {
  --tw-gradient-to: rgb(255 0 255 / 0.1) var(--tw-gradient-to-position);
}

.to-primary\/30 {
  --tw-gradient-to: rgb(255 0 255 / 0.3) var(--tw-gradient-to-position);
}

.to-secondary {
  --tw-gradient-to: #00ffff var(--tw-gradient-to-position);
}

.to-secondary\/20 {
  --tw-gradient-to: rgb(0 255 255 / 0.2) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[5px\] {
  padding: 5px;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[60px\] {
  padding-top: 60px;
}

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

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

.font-inter {
  font-family: Inter, sans-serif;
}

.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-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.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-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.text-cyan-400\/90 {
  color: rgb(34 211 238 / 0.9);
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-200\/90 {
  color: rgb(229 231 235 / 0.9);
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(255 0 255 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(0 255 255 / 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\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.opacity-0 {
  opacity: 0;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-60 {
  opacity: 0.6;
}

.shadow-\[0_0_20px_rgba\(0\2c 255\2c 255\2c 0\.3\)\] {
  --tw-shadow: 0 0 20px rgba(0,255,255,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);
}

.shadow-\[0_0_20px_rgba\(255\2c 0\2c 255\2c 0\.3\)\] {
  --tw-shadow: 0 0 20px rgba(255,0,255,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);
}

.shadow-\[0_0_8px_rgba\(0\2c 255\2c 255\2c 0\.7\)\] {
  --tw-shadow: 0 0 8px rgba(0,255,255,0.7);
  --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);
}

.outline {
  outline-style: solid;
}

.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-3xl {
  --tw-blur: blur(64px);
  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 {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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-\[0_0_15px_rgba\(255\2c 0\2c 255\2c 0\.3\)\] {
  --tw-drop-shadow: drop-shadow(0 0 15px rgba(255,0,255,0.3));
  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-\[0_0_20px_rgba\(0\2c 255\2c 255\2c 0\.3\)\] {
  --tw-drop-shadow: drop-shadow(0 0 20px rgba(0,255,255,0.3));
  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-\[0_0_20px_rgba\(255\2c 0\2c 255\2c 0\.3\)\] {
  --tw-drop-shadow: drop-shadow(0 0 20px rgba(255,0,255,0.3));
  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);
}

.saturate-150 {
  --tw-saturate: saturate(1.5);
  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-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

/* Importar nuestros estilos personalizados */

.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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-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\:border-primary\/30:hover {
  border-color: rgb(255 0 255 / 0.3);
}

.hover\:border-secondary\/30:hover {
  border-color: rgb(0 255 255 / 0.3);
}

.hover\:bg-cyan-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 0 255 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 255 255 / var(--tw-text-opacity, 1));
}

.hover\:shadow-\[0_0_15px_rgba\(0\2c 255\2c 255\2c 0\.5\)\]:hover {
  --tw-shadow: 0 0 15px rgba(0,255,255,0.5);
  --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);
}

.hover\:shadow-\[0_0_30px_rgba\(0\2c 255\2c 255\2c 0\.5\)\]:hover {
  --tw-shadow: 0 0 30px rgba(0,255,255,0.5);
  --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);
}

.hover\:shadow-\[0_0_30px_rgba\(255\2c 0\2c 255\2c 0\.5\)\]:hover {
  --tw-shadow: 0 0 30px rgba(255,0,255,0.5);
  --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);
}

.group:hover .group-hover\:scale-105 {
  --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));
}

.group:hover .group-hover\:scale-110 {
  --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));
}

.group:hover .group-hover\:bg-primary\/30 {
  background-color: rgb(255 0 255 / 0.3);
}

.group:hover .group-hover\:bg-secondary\/30 {
  background-color: rgb(0 255 255 / 0.3);
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:blur-3xl {
  --tw-blur: blur(64px);
  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);
}

@media (min-width: 768px) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

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

  .md\:h-\[500px\] {
    height: 500px;
  }

  .md\:max-h-\[350px\] {
    max-height: 350px;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

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

  .md\:w-20 {
    width: 5rem;
  }

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

  .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\:flex-row {
    flex-direction: row;
  }

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:-translate-x-8 {
    --tw-translate-x: -2rem;
    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));
  }

  .lg\: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));
  }

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

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}/* Estilos iniciales */
.content-container {
    opacity: 0;
    visibility: hidden;
}

/* Animaciones */
.fade-in {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out;
}

.fade-out {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out;
}

/* Temas */
:root {
    /* Variables del tema oscuro (default) */
    --primary: #ff00ff;
    --secondary: #00ffff;
    --background: #0a0a0a;
    --card-bg: #111111;
    --text: #ffffff;
    --text-secondary: rgba(255, 255, 255, 0.7);
    --border-color: rgba(255, 255, 255, 0.1);
    --hover-bg: rgba(255, 255, 255, 0.05);
    
    /* Gradientes y efectos */
    --gradient-primary: linear-gradient(45deg, var(--primary), var(--secondary));
    --button-shadow: 0 4px 15px rgba(255, 0, 255, 0.3);
    --card-hover-shadow: 0 8px 25px rgba(255, 0, 255, 0.2);
    --timeline-bar: rgba(255, 0, 255, 0.3);
    --icon-color: var(--primary);
    --icon-bg: rgba(255, 0, 255, 0.1);
    --gradient-text: linear-gradient(135deg, var(--primary), var(--secondary));
    --gradient-card: linear-gradient(45deg, var(--primary), var(--secondary));
    --gradient-icon: linear-gradient(135deg, var(--primary), var(--secondary));
    --glow-primary: 0 0 20px rgba(255, 0, 255, 0.3);
    --glow-secondary: 0 0 20px rgba(0, 255, 255, 0.3);
    --primary-color: #F7931A; /* Esta variable ya no se usa, mantenida por compatibilidad */
    --secondary-color: #FF6B6B; /* Esta variable ya no se usa, mantenida por compatibilidad */
    --theme-text-color: #ffffff;
    --theme-text-rgb: 255, 255, 255;
    --button-bg-opacity: 0.05;
    --accent-yellow: #FFD700; /* Oro elegante para el botón de presale */
    --accent-blue: #3498db;   /* Azul elegante para el botón de wallet */
    --gold-gradient: linear-gradient(135deg, #FFD700, #FFA500);
    --gold-gradient-hover: linear-gradient(135deg, #FFC800, #FF8C00);
    --blue-gradient: linear-gradient(135deg, #3498db, #2980b9);
    --blue-gradient-hover: linear-gradient(135deg, #2ecc71, #27ae60);
}

/* Tema claro */
.theme-light {
    --background: #f8fafc;
    --card-bg: #ffffff;
    --text: #1a1a1a;
    --text-secondary: rgba(26, 26, 26, 0.8);
    --border-color: rgba(26, 26, 26, 0.1);
    --hover-bg: rgba(26, 26, 26, 0.05);
    
    /* Gradientes y efectos para tema claro */
    --button-shadow: 0 4px 15px rgba(255, 0, 255, 0.2);
    --card-hover-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    --timeline-bar: rgba(255, 0, 255, 0.2);
    --icon-color: var(--primary);
    --icon-bg: rgba(255, 0, 255, 0.05);
    --text-primary: #ff00ff;
    --card-border: rgba(255, 0, 255, 0.1);
    --card-shadow: 0 4px 20px rgba(255, 0, 255, 0.1);
    --card-hover-glow: 0 10px 30px rgba(255, 0, 255, 0.15);
    --icon-glow: 0 0 15px rgba(255, 0, 255, 0.2);
    --theme-text-color: #333333;
    --theme-text-rgb: 51, 51, 51;
    --button-bg-opacity: 0.1;
    --accent-yellow: #F39C12; /* Amarillo más oscuro para tema claro */
    --accent-blue: #2980b9;   /* Azul más oscuro para tema claro */
    --gold-gradient: linear-gradient(135deg, #F39C12, #E67E22);
    --gold-gradient-hover: linear-gradient(135deg, #E67E22, #D35400);
    --blue-gradient: linear-gradient(135deg, #2980b9, #2c3e50);
    --blue-gradient-hover: linear-gradient(135deg, #27ae60, #1e8449);
}

/* Clases de utilidad para temas */
.bg-theme-background {
    background-color: var(--background);
}

.bg-theme-card {
    background-color: var(--card-bg);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

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

.text-theme-secondary {
    color: var(--text-secondary);
}

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

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

/* Transiciones suaves */
.theme-transition {
    transition: all 0.3s ease;
}

/* Ajustes para cards en tema claro */
.theme-light .bg-theme-card {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Gradientes mejorados para tema claro */
.theme-light .gradient-text {
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}

/* Botones con gradiente */
.gradient-button {
    background: var(--gradient-primary);
    box-shadow: var(--button-shadow);
    transition: all 0.3s ease;
}

.gradient-button:hover {
    transform: translateY(-2px);
    box-shadow: var(--button-shadow), 0 6px 20px rgba(255, 0, 255, 0.2);
}

.gradient-button.outline {
    background: transparent;
    border: 2px solid var(--primary);
    color: var(--primary);
    box-shadow: none;
}

.gradient-button.outline:hover {
    background: var(--gradient-primary);
    color: white;
}

.gradient-button.pulse {
    animation: buttonPulse 2s infinite;
}

@keyframes buttonPulse {
    0% {
        box-shadow: var(--button-shadow);
    }
    50% {
        box-shadow: var(--button-shadow), 0 8px 25px rgba(255, 0, 255, 0.4);
    }
    100% {
        box-shadow: var(--button-shadow);
    }
}

/* Timeline bars */
.timeline-bar {
    background: var(--timeline-bar);
}

/* Iconos en cards */
.feature-icon {
    color: var(--icon-color);
    background: var(--icon-bg);
}

/* Cards con hover mejorado */
.hover-card {
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.hover-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: var(--card-hover-shadow);
}

/* Títulos con gradiente */
.gradient-heading {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
}

/* Iconos con gradiente */
.gradient-icon {
    background: var(--gradient-icon);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

/* Efectos de hover mejorados */
.hover-glow:hover {
    box-shadow: var(--glow-primary);
}

/* Timeline y roadmap */
.timeline-line {
    background: var(--gradient-primary);
    opacity: 0.3;
    width: 2px;
}

.timeline-dot {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--card-bg);
    border: 2px solid var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: var(--glow-primary);
}

.timeline-dot i {
    font-size: 1.25rem;
    transition: all 0.3s ease;
}

.timeline-dot.active {
    background: var(--gradient-primary);
    border-color: transparent;
}

.timeline-dot.active i {
    color: white;
}

/* Ajustes para tema claro */
.theme-light .timeline-dot {
    background: white;
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.15);
}

.theme-light .timeline-line {
    background: linear-gradient(to bottom, var(--primary), var(--secondary));
    opacity: 0.2;
}

/* Cards con efecto de brillo */
.feature-card {
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    transition: 0.5s;
}

.feature-card:hover::before {
    left: 100%;
}

/* Transiciones suaves */
.theme-transition-all * {
    transition: all 0.3s ease;
}

/* Animaciones de entrada */
.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Efectos de hover mejorados */
.hover-scale {
    transition: transform 0.3s ease;
}

.hover-scale:hover {
    transform: scale(1.05);
}

/* Ajustes de contraste para tema claro */
.theme-light .feature-card {
    border: 1px solid var(--card-border);
    box-shadow: var(--card-shadow);
}

.theme-light .gradient-heading {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.theme-light .timeline-dot {
    box-shadow: 0 0 10px rgba(255, 0, 255, 0.2);
}

/* Mejoras adicionales */
.gradient-text {
    background: var(--gradient-text);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.feature-card {
    padding: 1.5rem;
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.timeline-dot {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.hover-card {
    transition: all 0.3s ease;
}

/* Ajustes para tema claro */
.theme-light .feature-card:hover {
    box-shadow: var(--card-hover-glow);
}

.theme-light .gradient-icon {
    text-shadow: var(--icon-glow);
}

/* Estilos para las cards de How to Buy */
.feature-card {
    background: var(--card-bg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: transparent;
    box-shadow: 
        0 0 0 1px rgba(255, 0, 255, 0.2),
        0 10px 30px rgba(255, 0, 255, 0.2);
}

.gradient-circle {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.3);
}

.gradient-circle i {
    color: white;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}

/* Efecto de brillo en hover */
.feature-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent
    );
    transition: 0.5s;
}

.feature-card:hover::after {
    left: 100%;
}

/* Ajustes para tema claro */
.theme-light .feature-card {
    background: var(--card-bg);
    border: 1px solid rgba(255, 0, 255, 0.1);
}

.theme-light .feature-card:hover {
    box-shadow: 
        0 0 0 1px rgba(255, 0, 255, 0.3),
        0 10px 40px rgba(255, 0, 255, 0.15);
}

.theme-light .gradient-circle {
    box-shadow: 0 0 30px rgba(255, 0, 255, 0.2);
}

/* Estilos para la sección About */
.about-image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.about-image-container img {
    transform-origin: center;
    will-change: transform;
    z-index: 1;
}

/* Ajustes para las feature cards */
.feature-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    background: var(--card-bg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.gradient-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--gradient-primary);
    box-shadow: 0 0 20px rgba(255, 0, 255, 0.2);
}

/* Tema claro */
.theme-light .about-image-container img {
    /* filter: brightness(0.8) contrast(1.2); */
    mix-blend-mode: normal;
}

.theme-light .feature-card {
    border-color: rgba(255, 0, 255, 0.1);
}

/* Estilos para la sección de Tokenomics */
.tokenomics-card {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.tokenomics-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent
    );
    transition: 0.5s;
}

.tokenomics-card:hover::after {
    left: 100%;
}

/* Ajustes para el gráfico */
#chartdiv {
    width: 100%;
    height: 400px;
    background: transparent;
}

/* AmCharts specific styles */
#chartdiv .am5-chart-div {
    background: transparent !important;
}

#chartdiv .am5-legend {
    background: transparent !important;
}

#chartdiv .am5-legend-item {
    transition: all 0.3s ease;
}

#chartdiv .am5-legend-item:hover {
    transform: translateX(5px);
}

/* Estilos específicos para tema oscuro */
#chartdiv .am5-label,
#chartdiv .am5-legend-label,
#chartdiv .am5-legend-value {
    color: var(--text-color) !important;
    fill: var(--text-color) !important;
}

/* Estilos específicos para tema claro */
.theme-light #chartdiv .am5-label,
.theme-light #chartdiv .am5-legend-label,
.theme-light #chartdiv .am5-legend-value {
    color: #1a1a1a !important;
    fill: #1a1a1a !important;
}

/* Estilos específicos para tema oscuro */
#chartdiv .am5-label,
#chartdiv .am5-legend-label,
#chartdiv .am5-legend-value {
    color: #ffffff !important;
    fill: #ffffff !important;
}

/* Asegurar que los textos del gráfico sean visibles en ambos temas */
#chartdiv .am5-text,
#chartdiv .am5-label,
#chartdiv .am5-legend-item-label,
#chartdiv .am5-legend-item-value {
    transition: color 0.3s ease, fill 0.3s ease;
}

/* Efectos hover para las leyendas */
.tokenomics-legend-item {
    transition: all 0.3s ease;
}

.tokenomics-legend-item:hover {
    transform: translateX(5px);
}

/* Estilos para las cards del equipo */
.social-icon-link {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-icon-link::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: var(--card-bg);
    transition: all 0.3s ease;
}

.social-icon-link i {
    position: relative;
    z-index: 1;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: all 0.3s ease;
}

.social-icon-link:hover::before {
    opacity: 0;
}

.social-icon-link:hover i {
    color: white;
}

.hover-card {
    transition: all 0.3s ease;
}

.hover-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 0, 255, 0.1);
}

/* Ajustes para tema claro */
.theme-light .hover-card {
    background: linear-gradient(145deg, #ffffff, #f3f4f6);
}

/* Estilos para FAQ */
.faq-card {
    transition: all 0.3s ease;
    background: linear-gradient(145deg, var(--card-bg), var(--background));
    box-shadow: var(--card-shadow);
}

.faq-icon-wrapper {
    width: 40px;
    height: 40px;
    position: relative;
    transition: all 0.3s ease;
}

.faq-icon {
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    transform: rotate(0deg);
    box-shadow: var(--glow-primary);
}

.faq-icon i {
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.faq-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
}

/* Estado activo */
.faq-card.active {
    background: linear-gradient(145deg, var(--card-bg), var(--background));
    border-color: var(--primary);
}

.faq-card.active .faq-icon {
    transform: rotate(45deg);
    box-shadow: var(--glow-primary), 0 0 20px rgba(255, 0, 255, 0.3);
}

.faq-card.active .faq-content {
    max-height: 300px;
    opacity: 1;
}

/* Hover effects */
.faq-card:hover {
    transform: translateY(-2px);
}

.faq-card:hover .faq-icon {
    box-shadow: var(--glow-primary), 0 0 15px rgba(255, 0, 255, 0.2);
}

/* Tema claro */
.theme-light .faq-card {
    background: linear-gradient(145deg, #ffffff, #f8fafc);
}

.theme-light .faq-card.active {
    background: linear-gradient(145deg, #f8fafc, #ffffff);
    box-shadow: var(--card-hover-glow);
}

/* Estilos para el footer */
.social-icon-link-footer {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: var(--glow-primary);
}

.social-icon-link-footer::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: var(--card-bg);
    transition: all 0.3s ease;
}

.social-icon-link-footer i {
    position: relative;
    z-index: 1;
    font-size: 1.25rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: all 0.3s ease;
}

.social-icon-link-footer:hover::before {
    opacity: 0;
}

.social-icon-link-footer:hover i {
    color: white;
}

.social-icon-link-footer:hover {
    transform: translateY(-2px);
    box-shadow: var(--glow-primary), 0 0 20px rgba(255, 0, 255, 0.3);
}

/* Ajustes para tema claro */
.theme-light footer {
    background: linear-gradient(180deg, var(--card-bg), var(--background));
    border-top: 1px solid rgba(255, 0, 255, 0.1);
}

/* Ajustes para el botón de tema */
#theme-toggle {
    transition: all 0.3s ease;
}

#theme-toggle i {
    transition: all 0.3s ease;
}

.theme-light #theme-toggle {
    background: var(--hover-bg);
}

.theme-light #theme-toggle:hover {
    background: var(--primary);
}

.theme-light #theme-toggle:hover i {
    color: white !important;
}

/* Estilos para menú móvil */
.hamburger-line {
    width: 24px;
    height: 2px;
    background: var(--text);
    transition: all 0.3s ease;
}

/* Ajustes para el botón hamburguesa en tema claro */
.theme-light .hamburger-line {
    background: #1a1a1a;
}

#mobile-menu {
    transform: translateX(100%);
    transition: transform 0.3s ease;
    position: fixed;
    z-index: 50;
}

#mobile-menu.active {
    transform: translateX(0);
}

/* Overlay mejorado */
#mobile-menu-overlay {
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

#mobile-menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

/* Efecto en el contenido cuando el menú está activo */
.content-container {
    transition: all 0.3s ease;
    transform-origin: center;
}

body.overflow-hidden .content-container > *:not(#mobile-menu):not(#mobile-menu-overlay) {
    filter: blur(4px) brightness(0.7);
    transform: scale(0.98);
    pointer-events: none;
}

.mobile-menu-link {
    display: flex;
    align-items: center;
    padding: 1rem;
    color: var(--text);
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    font-size: 1.125rem;
}

.mobile-menu-link i {
    font-size: 1.25rem;
    color: var(--primary);
    transition: all 0.3s ease;
}

.mobile-menu-link:hover {
    background: var(--hover-bg);
    color: var(--primary);
}

.mobile-menu-link:hover i {
    transform: translateX(4px);
}

#theme-toggle-mobile {
    transition: all 0.3s ease;
}

#theme-toggle-mobile:hover {
    background-color: var(--primary) !important;
}

#theme-toggle-mobile:hover i {
    color: white !important;
}

/* Animación del botón hamburguesa */
#mobile-menu-button.active .hamburger-line:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

#mobile-menu-button.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

#mobile-menu-button.active .hamburger-line:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Ajuste para el botón de cierre en tema claro */
.theme-light #mobile-menu-close i {
    color: #1a1a1a;
}

/* Resto de los estilos... */

/* Ajustes para móvil */
@media (max-width: 768px) {
    /* Eliminar espacios extra */
    html, body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        position: relative;
    }

    /* Contenedor principal */
    #content {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
        margin: 0;
        padding: 0;
    }

    /* Ajustes para todas las secciones */
    section {
        width: 100%;
        max-width: 100vw;
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }
    
    /* Eliminar espacios extra entre secciones */
    section + section {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    
    /* Ajustes específicos para secciones con py-6 */
    section.py-6 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    /* Ajustes para contenedores máximos */
    .max-w-7xl {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    /* Ajustes específicos para iOS */
    @supports (-webkit-touch-callout: none) {
        body {
            -webkit-text-size-adjust: 100%;
        }

        .hero-section {
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            min-height: auto !important;
            padding-top: 40px !important;
            padding-bottom: 20px !important;
        }

        .max-w-7xl {
            width: 100%;
            padding-left: 1rem !important;
            padding-right: 1rem !important;
            margin: 0 auto;
        }

        footer {
            width: 100%;
            padding-left: env(safe-area-inset-left);
            padding-right: env(safe-area-inset-right);
            padding-bottom: env(safe-area-inset-bottom);
        }
    }

    /* Ajustes generales para móvil */
    .px-8 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    /* Ajustes específicos para el footer */
    footer .grid-cols-1 {
        gap: 2rem !important;
    }

    footer .py-16 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    footer .mb-16 {
        margin-bottom: 2rem !important;
    }

    /* Ajustar los enlaces del footer */
    footer .flex.gap-8 {
        gap: 1rem !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    /* Centrar el texto de copyright */
    footer .text-theme-text\/70 {
        text-align: center;
        width: 100%;
        margin-bottom: 1rem;
    }

    /* Ajustar los iconos sociales */
    footer .flex.flex-wrap.gap-4 {
        justify-content: center;
    }

    /* Ajustar el botón de Telegram */
    footer .mt-6 {
        display: flex;
        justify-content: center;
    }

    /* Mejorar espaciado de Quick Links */
    footer .grid.grid-cols-2.gap-4 {
        gap: 1rem;
        text-align: center;
    }

    /* Centrar logos y títulos */
    footer .flex.items-center.gap-4 {
        justify-content: center;
    }

    /* Centrar descripción */
    footer .text-theme-text\/70.leading-relaxed {
        text-align: center;
    }

    /* Ajustar títulos de secciones */
    footer h4.text-lg {
        text-align: center;
    }

    section {
        overflow-x: hidden;
    }

    .content-container {
        overflow-x: hidden;
        width: 100%;
    }

    body {
        overflow-x: hidden;
        position: relative;
        width: 100%;
    }

    /* Ajuste para imágenes en móvil */
    img {
        max-width: 100%;
        height: auto;
    }

    /* Hero Section ajustes */
    .hero-section {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
        text-align: center;
        min-height: auto !important;
    }

    /* Ajustar título y descripción */
    .hero-section h1 {
        font-size: 3rem !important;
        line-height: 1.2;
        margin-bottom: 1rem;
    }

    .hero-section p {
        font-size: 1.5rem !important;
    }

    /* Centrar botones */
    .hero-section .flex.gap-4 {
        justify-content: center;
        flex-wrap: wrap;
    }

    /* Ajustar estadísticas */
    .hero-section .flex.gap-8 {
        justify-content: center;
        margin-top: 2rem;
    }

    /* Ajustar imagen */
    .hero-section .flex.justify-center {
        margin-top: 2rem;
    }

    .hero-section img {
        max-height: 400px;
        margin: 0 auto;
    }

    /* Ajustar contenedor */
    .hero-section .grid {
        gap: 2rem !important;
    }

    /* Asegurar que el contenido no se desborde */
    .hero-section .z-20 {
        width: 100%;
        padding: 0 1rem;
    }
}

/* Asegurar que el contenedor principal esté centrado */
#content {
    margin: 0 auto;
    max-width: 100%;
    overflow-x: hidden;
}

/* Ajustes para el roadmap */
.grid-cols-\[1fr\,auto\,1fr\] {
    gap: 4rem !important;
}

.grid-cols-\[1fr\,auto\,1fr\] h3 {
    font-size: 1.25rem !important;
    margin-bottom: 0.75rem !important;
}

.grid-cols-\[1fr\,auto\,1fr\] .gradient-button {
    font-size: 0.875rem !important;
    padding: 0.25rem 0.75rem !important;
    margin-bottom: 0.5rem !important;
}

.grid-cols-\[1fr\,auto\,1fr\] ul {
    font-size: 0.875rem !important;
}

.grid-cols-\[1fr\,auto\,1fr\] li {
    margin-bottom: 0.25rem !important;
}

/* Ajustes específicos para móvil */
@media (max-width: 768px) {
    .grid-cols-\[1fr\,auto\,1fr\] {
        gap: 2rem !important;
    }

    .grid-cols-\[1fr\,auto\,1fr\] > div {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

/* Mejoras para video en móvil */
#hero-video {
    touch-action: manipulation;
}

/* Cuando el usuario está tocando el video */
#hero-video.user-touching::-webkit-media-controls {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
}

/* Hacer controles de video más grandes en móvil */
@media (max-width: 768px) {
    video::-webkit-media-controls-panel {
        padding: 0 10px;
    }
    
    video::-webkit-media-controls-play-button, 
    video::-webkit-media-controls-volume-slider, 
    video::-webkit-media-controls-mute-button,
    video::-webkit-media-controls-fullscreen-button {
        transform: scale(1.5);
        margin: 0 5px;
    }
}

/* Estilos para el botón de cambio de idioma */
#language-toggle, #language-toggle-mobile,
#theme-toggle, #theme-toggle-mobile {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: rgba(var(--theme-text-rgb), var(--button-bg-opacity));
}

#language-toggle:hover, #language-toggle-mobile:hover,
#theme-toggle:hover, #theme-toggle-mobile:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: var(--primary);
}

#language-toggle i, #language-toggle-mobile i,
#theme-toggle i, #theme-toggle-mobile i {
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
    color: var(--theme-text-color, #ffffff);
}

#language-toggle:hover i, 
#language-toggle-mobile:hover i,
#theme-toggle:hover i,
#theme-toggle-mobile:hover i {
    color: white;
}

#language-toggle:active, #language-toggle-mobile:active {
    transform: translateY(0);
}

/* Asegurarse de que los botones de tema e idioma sean idénticos */
#theme-toggle, #language-toggle {
    width: 2.5rem; /* w-10 */
    height: 2.5rem; /* h-10 */
    border-radius: 9999px; /* rounded-full */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

#theme-toggle-mobile, #language-toggle-mobile {
    width: 3rem; /* w-12 */
    height: 3rem; /* h-12 */
    border-radius: 9999px; /* rounded-full */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background-color: rgba(var(--theme-text-rgb, 255, 255, 255), 0.05);
}

#theme-toggle:hover, #language-toggle:hover,
#theme-toggle-mobile:hover, #language-toggle-mobile:hover {
    background-color: var(--primary);
    color: white;
}

/* Estilos para botones personalizados */
.presale-button {
    background: var(--gold-gradient);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(255, 165, 0, 0.3);
    transition: all 0.3s ease;
    border: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.presale-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 165, 0, 0.5);
    background: var(--gold-gradient-hover);
}

.presale-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(255, 215, 0, 0.4);
}

.presale-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.6s ease;
    z-index: 2;
}

.presale-button:hover::before {
    left: 100%;
}

.wallet-button {
    background: var(--blue-gradient);
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.25);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    letter-spacing: 0.5px;
}

.wallet-button:hover {
    background: var(--blue-gradient-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.4);
}

.wallet-button:active {
    transform: translateY(0);
    box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
}

.wallet-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.6s ease;
    z-index: 2;
}

.wallet-button:hover::before {
    left: 100%;
}

/* Animación de pulso para el botón de presale */
@keyframes presalePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 165, 0, 0.6);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(255, 165, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 165, 0, 0);
    }
}

.presale-button.animate-pulse {
    animation: presalePulse 2s infinite;
}

/* Chat Bot Styles - Redesigned for Elegance */
#chat-bot {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 9999;
    font-family: 'Inter', sans-serif;
}

/* Chat Bot Icon - Modern Floating Design */
#chat-bot-toggle {
    width: 4.5rem;
    height: 4.5rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    box-shadow: 
        0 8px 32px rgba(102, 126, 234, 0.4),
        0 4px 16px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

#chat-bot-toggle::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s ease;
}

#chat-bot-toggle:hover::before {
    left: 100%;
}

#chat-bot-toggle:hover {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 
        0 12px 40px rgba(102, 126, 234, 0.6),
        0 8px 24px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

#chat-bot-toggle i {
    color: white;
    font-size: 1.5rem;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
}

#chat-bot-toggle:hover i {
    transform: scale(1.1);
}

/* Chat Container - Glassmorphism Design */
#chat-bot-container {
    position: absolute;
    bottom: 5.5rem;
    right: 0;
    width: 22rem;
    height: 28rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 1.5rem;
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.15),
        0 8px 32px rgba(102, 126, 234, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: scale(0) translateY(20px);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: bottom right;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

#chat-bot-container.active {
    transform: scale(1) translateY(0);
    opacity: 1;
}

/* Chat Header - Gradient Design */
#chat-bot-container .bg-gradient-to-r {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1.25rem;
    border-radius: 1.5rem 1.5rem 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

#chat-bot-container .bg-gradient-to-r::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

#chat-bot-container .bg-gradient-to-r h3 {
    color: white;
    font-weight: 700;
    margin: 0;
    font-size: 1.125rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

#chat-bot-container .bg-gradient-to-r p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.875rem;
    margin: 0;
    font-weight: 500;
}

#chat-bot-close {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 50%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

#chat-bot-close:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1) rotate(90deg);
}

/* Chat Messages - Modern Scroll Design */
#chat-messages {
    flex: 1;
    padding: 1.25rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: rgba(248, 250, 252, 0.8);
}

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

#chat-messages::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}

#chat-messages::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 3px;
}

#chat-messages::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #5a67d8, #6b46c1);
}

/* Message Bubbles - Modern Design */
.message-bubble {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    animation: messageSlideIn 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-width: 85%;
}

.message-bubble.user {
    justify-content: flex-end;
    margin-left: auto;
}

.message-bubble .message-content {
    padding: 0.875rem 1.125rem;
    border-radius: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.5;
    word-wrap: break-word;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.message-bubble.bot .message-content {
    background: white;
    color: #374151;
    border-radius: 1.25rem 1.25rem 1.25rem 0.25rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.message-bubble.user .message-content {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-radius: 1.25rem 1.25rem 0.25rem 1.25rem;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.message-bubble .avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.875rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.message-bubble.bot .avatar {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
}

.message-bubble.user .avatar {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: white;
}

/* Quick Options - Modern Button Design */
.quick-option {
    display: inline-block;
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    margin: 0.25rem;
    border: 1px solid rgba(102, 126, 234, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    backdrop-filter: blur(10px);
}

.quick-option:hover {
    background: rgba(102, 126, 234, 0.2);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

/* Chat Input - Modern Design */
#chat-bot-container .border-t {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1.25rem;
    background: white;
    border-radius: 0 0 1.5rem 1.5rem;
}

#chat-input {
    flex: 1;
    background: rgba(248, 250, 252, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    padding: 0.75rem 1.25rem;
    color: #374151;
    font-size: 0.875rem;
    outline: none;
    transition: all 0.3s ease;
    font-family: 'Inter', sans-serif;
}

#chat-input:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    background: white;
}

#chat-send {
    width: 2.5rem;
    height: 2.5rem;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border: none;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

#chat-send:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

/* Typing Indicator - Modern Design */
.typing-indicator {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.75rem;
}

.typing-dot {
    width: 0.5rem;
    height: 0.5rem;
    background: #667eea;
    border-radius: 50%;
    animation: typingBounce 1.4s infinite ease-in-out;
}

.typing-dot:nth-child(1) { animation-delay: -0.32s; }
.typing-dot:nth-child(2) { animation-delay: -0.16s; }

@keyframes typingBounce {
    0%, 80%, 100% {
        transform: scale(0);
        opacity: 0.5;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes messageSlideIn {
    from {
        opacity: 0;
        transform: translateY(10px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Pulse Animation - Enhanced */
@keyframes botPulse {
    0% {
        box-shadow: 
            0 8px 32px rgba(102, 126, 234, 0.4),
            0 4px 16px rgba(0, 0, 0, 0.1);
    }
    50% {
        box-shadow: 
            0 8px 32px rgba(102, 126, 234, 0.6),
            0 4px 16px rgba(0, 0, 0, 0.1),
            0 0 40px rgba(102, 126, 234, 0.3);
    }
    100% {
        box-shadow: 
            0 8px 32px rgba(102, 126, 234, 0.4),
            0 4px 16px rgba(0, 0, 0, 0.1);
    }
}

#chat-bot-toggle.pulse {
    animation: botPulse 2s infinite;
}

/* Notification Badge */
#chat-bot-toggle::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1rem;
    height: 1rem;
    background: #ef4444;
    border-radius: 50%;
    border: 2px solid white;
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.4);
}

#chat-bot-toggle.has-notification::after {
    opacity: 1;
    transform: scale(1);
}

/* Responsive Design */
@media (max-width: 768px) {
    #chat-bot {
        bottom: 1.5rem;
        right: 1.5rem;
    }
    
    #chat-bot-toggle {
        width: 4rem;
        height: 4rem;
    }
    
    #chat-bot-container {
        width: calc(100vw - 3rem);
        max-width: 22rem;
        height: 24rem;
        bottom: 5rem;
        right: 0;
    }
    
    #chat-messages {
        height: 16rem;
    }
}

@media (max-width: 480px) {
    #chat-bot-container {
        width: calc(100vw - 2rem);
        right: 0;
    }
}

/* Dark Theme Support */
@media (prefers-color-scheme: dark) {
    #chat-bot-container {
        background: rgba(17, 24, 39, 0.95);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    #chat-messages {
        background: rgba(31, 41, 55, 0.8);
    }
    
    .message-bubble.bot .message-content {
        background: rgba(55, 65, 81, 0.9);
        color: #f9fafb;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    #chat-input {
        background: rgba(55, 65, 81, 0.8);
        color: #f9fafb;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    #chat-input:focus {
        background: rgba(75, 85, 99, 0.9);
    }
    
    #chat-bot-container .border-t {
        background: rgba(17, 24, 39, 0.95);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
} 

/* Estilos específicos para la sección del fundador */
#founder {
    position: relative;
}

#founder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 0, 255, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(0, 255, 255, 0.03) 0%, transparent 50%);
    pointer-events: none;
}

#founder .bg-theme-card\/80 {
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}

#founder .bg-gradient-to-br {
    backdrop-filter: blur(15px);
    /* border: 1px solid rgba(255, 0, 255, 0.1); */
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 0, 255, 0.05);
}

#founder img {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

#founder .group:hover img {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

/* Efectos hover para las tarjetas de contacto */
#founder .group:hover .bg-theme-card\/50 {
    transform: translateY(-2px);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* Animación para los elementos decorativos */
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

#founder .absolute.top-20,
#founder .absolute.bottom-20,
#founder .absolute.top-1\/2 {
    animation: float 6s ease-in-out infinite;
}

#founder .absolute.top-20 {
    animation-delay: 0s;
}

#founder .absolute.bottom-20 {
    animation-delay: 2s;
}

#founder .absolute.top-1\/2 {
    animation-delay: 4s;
}

/* Efectos para los badges */
#founder .px-4.py-2 {
    transition: all 0.3s ease;
}

#founder .px-4.py-2:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments */
@media (max-width: 1280px) {
    #founder .sticky {
        position: relative;
        top: 0;
    }
}

/* Estilos específicos para el enlace del sitio web */
#founder a[href*="quokkax.web.app"] {
    word-break: break-all;
    overflow-wrap: break-word;
    max-width: 100%;
    display: inline-block;
}

@media (min-width: 769px) {
    /* En desktop, usar un tamaño de fuente más pequeño para el enlace */
    #founder a[href*="quokkax.web.app"] {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
}

@media (max-width: 768px) {
    #founder .text-5xl {
        font-size: 2.5rem;
    }
    
    #founder .text-3xl {
        font-size: 1.75rem;
    }
    
    #founder .text-2xl {
        font-size: 1.5rem;
    }
    
    #founder .grid-cols-1.md\\:grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    
    /* Mejoras específicas para móvil */
    #founder .inline-flex.items-center {
        flex-direction: column;
        gap: 1rem;
    }
    
    #founder .inline-flex.items-center .w-12 {
        margin-bottom: 0.5rem;
    }
    
    #founder .flex.items-start {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    #founder .flex.items-start .w-12 {
        margin-bottom: 1rem;
    }
    
    #founder .flex.items-center {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }
    
    #founder .flex.items-center .w-12 {
        margin-bottom: 0.5rem;
    }
    
    /* Ajustes de padding para móvil */
    #founder .p-6.md\\:p-8 {
        padding: 1.5rem;
    }
    
    #founder .p-4.md\\:p-6 {
        padding: 1rem;
    }
    
    /* Ajustes de gap para móvil */
    #founder .gap-3.md\\:gap-4 {
        gap: 0.75rem;
    }
    
    #founder .gap-4.md\\:gap-6 {
        gap: 1rem;
    }
    
    /* Ajustes de margin para móvil */
    #founder .mb-6.md\\:mb-8 {
        margin-bottom: 1.5rem;
    }
    
    #founder .mb-3.md\\:mb-4 {
        margin-bottom: 0.75rem;
    }
    
    #founder .mb-1.md\\:mb-2 {
        margin-bottom: 0.25rem;
    }
    
    /* Asegurar que los círculos de color se mantengan en línea horizontal en móvil */
    #founder .flex.items-center.justify-center.gap-3 {
        flex-direction: row !important;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
    
    #founder .flex.items-center.justify-center.gap-3 .w-2 {
        flex-shrink: 0;
        min-width: 0.5rem;
    }
    
    #founder .flex.items-center.justify-center.gap-3 p {
        white-space: nowrap;
        flex-shrink: 0;
    }
} 

@media (max-width: 480px) {
    /* Ajustes adicionales para pantallas muy pequeñas */
    #founder .text-4xl.md\\:text-5xl {
        font-size: 2rem;
    }
    
    #founder .text-2xl.md\\:text-3xl {
        font-size: 1.5rem;
    }
    
    #founder .text-xl.md\\:text-2xl {
        font-size: 1.25rem;
    }
    
    #founder .text-lg.md\\:text-xl {
        font-size: 1rem;
    }
    
    #founder .w-12.h-12.md\\:w-16.md\\:h-16 {
        width: 3rem;
        height: 3rem;
    }
    
    #founder .w-12.h-12.md\\:w-14.md\\:h-14 {
        width: 2.5rem;
        height: 2.5rem;
    }
    
    #founder .w-10.h-10.md\\:w-12.md\\:h-12 {
        width: 2.5rem;
        height: 2.5rem;
    }
    
    /* Asegurar que los círculos de color se mantengan en línea horizontal */
    #founder .flex.items-center.justify-center.gap-3 {
        flex-direction: row !important;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
    
    #founder .flex.items-center.justify-center.gap-3 .w-2 {
        flex-shrink: 0;
        min-width: 0.5rem;
    }
    
    #founder .flex.items-center.justify-center.gap-3 p {
        white-space: nowrap;
        flex-shrink: 0;
    }
} 